
/* Call All Fonts Used */
@import "fonts.css";

/* Default Configuration */
b {
    font-family:"Web-Roboto-Bold";
}
a {
    color : #0e89cc;
    text-decoration: none;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.table a:hover {
    text-decoration: none;
}
.full {
    left: 0 !important;
    margin-left: 0 !important;
}
body {
    background: #E8E8FF;
    margin : 0;
    padding : 0;
    font-size:12px;
}
.panel-footer,
.panel-title,
.panel-heading,
.panel{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

label {
    font-weight: normal;
    margin-bottom: 5px !important;
    color: #4a535e;
}

code {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: none;
    padding: 0;
}

.lead {
    color: #333;
}

blockquote p {
    font-family: 'Georgia', sans-serif;
    font-weight: 100;
    color: #333;
}

blockquote .glyphicon,
blockquote .fa {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}

h4, .h4 {
    line-height: 24px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-xs-2,
.col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10,
.col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2,
.col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12,
.col-md-1, .col-md-2,
.col-md-3, .col-md-4,
.col-md-5, .col-md-6,
.col-md-7, .col-md-8,
.col-md-9, .col-md-10,
.col-md-11, .col-md-12,
.col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10,
.col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-group::after {
    clear: both;
    display: block;
    content: '';
}

.form-group .control-label {
    margin-top: 3px;
}

.form-bordered .form-group {
    margin: 0;
    padding: 15px 10px;
    border-top: 1px dotted #d3d7db;
}

.form-bordered .form-group:first-child {
    border-top: 0;
}

.form-striped .form-group {
    margin: 0;
    padding: 15px 0;
}

.form-striped .form-group:nth-child(even) {
    background: #fcfcfc;
}

.form-inline .form-group {
    margin-right: 20px;
}

.form-inline .checkbox {
    margin-right: 20px;
}

.form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}
select.form-control,
input[type='date'].form-control,
input[type='time'].form-control {
    height : 36px;
}

li.header {
    color: #FFF;
    background: rgba(0,0,0,0.6);
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-control:focus {
    border-color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-sm {
    font-size: 12px;
    padding: 7px 10px;
    height: auto;
    margin-top: 3px;
}

.input-lg {
    font-size: 18px;
    padding: 12px 10px;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 21px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-width: 0;
}

.btn:focus {
    outline: none;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-xs {
    padding: 3px 10px;
    font-size: 12px;
}

.btn-lg {
    padding: 12px 20px;
}

.btn-default-border {
    border-width: 1px;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
}

.btn-default-alt {
    border: 2px solid #999;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-default-alt:hover,
.btn-default-alt:active,
.btn-default-alt:focus {
    border-color: #666;
    color: #666;
}

.btn-primary-alt {
    border: 2px solid #394263;
    color: #394263;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt:focus {
    border-color: #357EBD;
    color: #357EBD;
}

.btn-success-alt {
    border: 2px solid #5CB85C;
    color: #5CB85C;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-success-alt:hover,
.btn-success-alt:active,
.btn-success-alt:focus {
    border-color: #17a08c;
    color: #17a08c;
}

.btn-warning-alt {
    border: 2px solid #F0AD4E;
    color: #F0AD4E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-warning-alt:hover,
.btn-warning-alt:active,
.btn-warning-alt:focus {
    border-color: #EEA236;
    color: #EEA236;
}

.btn-danger-alt {
    border: 2px solid #D9534F;
    color: #D9534F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-danger-alt:hover,
.btn-danger-alt:active,
.btn-danger-alt:focus {
    color: #D43F3A;
}

.btn-info-alt {
    border: 2px solid #5BC0DE;
    color: #5BC0DE;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-info-alt:hover,
.btn-info-alt:active,
.btn-info-alt:focus {
    border-color: #46B8DA;
    color: #46B8DA;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    border-width: 1px;
}

.badge {
    vertical-align: middle;
    display: inline-block;
}

.badge-warning {
    background-color: #ec8c04;
}

.badge-success {
    background-color: #019a1e;
}

.nav-pills > li > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumb > li + li:before {
    padding: 0 3px;
}

.panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}


.panel-link .panel-heading,
.panel-link .panel-footer {
    background: #f7f7f7;
    border-color: #ddd;
    border:none;
}

.panel-heading {
    padding: 5px 20px;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading .panel-title {
    line-height: normal;
}

.panel-default > .panel-heading {
    border-color: #e7e7e7;
    background-color: #f9f9f9;
}

.panel-heading-empty {
    background: none;
    border-bottom: 0;
}

.panel-heading p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 18px;
}

.panel-btns {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.panel-btns a {
    font-size: 11px;
    color: #999;
    padding: 3px 4px;
    border: 1px solid #bbb;
    line-height: 10px !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

.panel-btns a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #666;
    border-color: #999;
}

.panel-btns a.minimize:active,
.panel-btns a.minimize:focus {
    text-decoration: none;
}

.panel-body {
    padding: 20px;
    overflow-x: auto;
}

.panel-footer {
    padding: 20px;
}

.panel-footer:after {
    clear: both;
    display: block;
    content: '';
}

.panel-heading .nav-tabs {
    margin-bottom: -20px;
    border-bottom: 0;
}

.panel-heading .nav-tabs li {
    margin-right: 5px;
}

.panel-heading .nav-tabs li a {
    color: #666;
}

.panel-heading .nav-tabs li a:hover,
.panel-heading .nav-tabs li a:active,
.panel-heading .nav-tabs li a:focus {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 0;
    color: #111;
}

.panel-heading .nav-tabs li.active a {
    background: #fcfcfc;
    color: #111;
}

.panel-heading .nav-tabs li.active a:hover,
.panel-heading .nav-tabs li.active a:active,
.panel-heading .nav-tabs li.active a:focus {
    background: #fcfcfc;
    color: #111;
    border: 1px solid #ddd;
    border-bottom-color: #fcfcfc;
}

.panel-heading .nav-justified {
    margin-bottom: -21px;
}

.panel-heading .nav-justified li a {
    border-bottom: 0;
}

.panel-default .panel-heading {
    color: #41464d;
}

.panel-default .panel-heading p {
    color: #77818e;
}

.panel-primary .panel-heading p {
    opacity: 0.75;
}

.panel-primary .panel-heading p a {
    color: #fff;
}
.panel-primary .panel-heading {
    color: #fff;
}

.panel-primary .panel-heading a {
    color: #fff;
}

.panel-primary .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-success .panel-btns a {
    color: #3c763d;
    border-color: #3c763d;
    opacity: 0.75;
}

.panel-info .panel-btns a {
    color: #31708f;
    border-color: #31708f;
    opacity: 0.75;
}

.panel-warning .panel-btns a {
    color: #8a6d3b;
    border-color: #8a6d3b;
    opacity: 0.75;
}

.panel-danger .panel-btns a {
    color: #a94442;
    border-color: #a94442;
    opacity: 0.75;
}

.panel-primary .panel-btns a:hover,
.panel-success .panel-btns a:hover,
.panel-info .panel-btns a:hover,
.panel-warning .panel-btns a:hover,
.panel-danger .panel-btns a:hover {
    opacity: 1;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -moz-box-shadow: 5px 5px 0 rgba(12,12,12,0.05);
    -webkit-box-shadow: 5px 5px 0 rgba(12,12,12,0.05);
    box-shadow: 5px 5px 0 rgba(12,12,12,0.05);
}

.input-group-addon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    background-color: #f7f7f7;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 46px;
}

.input-group-btn .btn {
    line-height: 22.5px;
}

.input-group-btn > .btn,
.input-group-btn > .btn-group {
    border-width: 1px;
}

.tooltip-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.popover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    padding: 0;
}

.popover-title {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 13px;
    border-color: #ccc;
    font-weight: 500;
    line-height: 21px;
}

.popover.bottom > .arrow {
    border-bottom-color: #ccc;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #f7f7f7;
}

.modal-dialog {
    border: 0;
}

.modal-content {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px 0 rgba(0,0,0,0.4);
    border: 0;
}

.modal-title {
    font-size: 20px;
    color: #333;
}

.modal-backdrop.in {
    opacity: 0.65;
}

.alert {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.alert .close {
    font-size: 16px;
}

.alert .alert-link {
    font-weight: bold;
    font-weight: normal;
}

.alert > p + p {
    margin-top: 15px;
}

.alert > p + p .btn {
    margin-right: 5px;
}

.label {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 8px;
    font-weight: normal;
    font-size: 11px;
}

.badge-primary {
    background-color: #394263;
}

.badge-warning {
    background-color: #F0AD4E;
}

.badge-success {
    background-color: #5CB85C;
}

.badge-danger {
    background-color: #D9534F;
}

.badge-info {
    background-color: #5BC0DE;
}

.progress {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 15px;
    margin-bottom: 15px;
}

.progress-bar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-sm {
    height: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progress-xs {
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs {
    background: #eee;
    border: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.nav-tabs > li > a {
    border: 0;
    padding: 14px 20px;
    color: #666;
    font-weight: 500;
    font-size: 14px;

    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.nav-tabs > li > a:hover {
    background: none;
    color: #333;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
    margin-top: -1px;
}

.nav-tabs > li.active:first-child > a,
.nav-tabs > li.active:first-child > a:hover,
.nav-tabs > li.active:first-child > a:focus {
    border-left: 0;
}

.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover,
.nav-tabs > li.active:last-child > a:focus {
    border-right: 0;
}

.tab-content {
    padding: 15px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}

.tab-pane address:last-child {
    margin-bottom: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #636e7b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e4e7ea;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #636e7b;
}

.well {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e4e7ea;
}

.thumbnail {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media-heading {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.media-desc {
    line-height: 20px;
    display: block;
    margin: 0;
}

.text-success {
    color: #5CB85C;
}

.table thead > tr > th {
    color: #444;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    border-color: #ddd;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f7f7f7;
}

.table thead .table-head-alt th {
    text-transform: uppercase;
    font-size: 12px;
}

.table tbody tr td .progress {
    margin: 0;
}

.modal-footer {
    margin-top: 0;
}

.modal-content .tab-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb9 { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.noborder { border: 0; }
.height200 { height: 200px; }
.height300 { height: 300px; }
.width100p { width: 100%; }
.width300 { width: 300px; }

.text-black { color: #000; }

.inline-block { display: inline-block; }


.panel-heading {
    color: #444;
}
.panel-primary {
    border-color: #0e89cc;
}
.panel-primary .panel-heading {
    background-color: #0e89cc;
    border-color: #0e89cc;
}
.panel-success-alt .panel-heading {
    background-color: #21e325;
}
.panel-info-alt .panel-heading {
    background-color: #8ccbeb;
}
.panel-warning-alt .panel-heading {
    background-color: #f6db4f;
}
.panel-danger-alt .panel-heading {
    background-color: #ea9696;
}
.panel-success-alt .panel-heading p a,
.panel-info-alt .panel-heading p a,
.panel-warning-alt .panel-heading p a,
.panel-danger-alt .panel-heading p a,
.panel-dark .panel-heading p a {
    color: #fff;
}

.panel-success-alt .panel-heading .panel-btns a,
.panel-info-alt .panel-heading .panel-btns a,
.panel-warning-alt .panel-heading .panel-btns a,
.panel-danger-alt .panel-heading .panel-btns a,
.panel-dark .panel-heading .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-primary-head .panel-heading,
.panel-success-head .panel-heading,
.panel-warning-head .panel-heading,
.panel-danger-head .panel-heading,
.panel-info-head .panel-heading,
.panel-dark-head .panel-heading {
    border-bottom: 0;
    color: #fff;
}

.panel-primary-head .panel-heading p,
.panel-success-head .panel-heading p,
.panel-warning-head .panel-heading p,
.panel-danger-head .panel-heading p,
.panel-info-head .panel-heading p,
.panel-dark-head .panel-heading p {
    opacity: 0.75;
}

.panel-primary-head .panel-body,
.panel-success-head .panel-body,
.panel-warning-head .panel-body,
.panel-danger-head .panel-body,
.panel-info-head .panel-body,
.panel-dark-head .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-footer,
.panel-success-head .panel-footer,
.panel-warning-head .panel-footer,
.panel-danger-head .panel-footer,
.panel-info-head .panel-footer,
.panel-dark-head .panel-footer {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-heading {
    background-color: #394263;
}

.panel-success-head .panel-heading {
    background-color: #5cb85c;
}

.panel-warning-head .panel-heading {
    background-color: #f0ad4e;
}

.panel-danger-head .panel-heading {
    background-color: #d9534f;
}

.panel-info-head .panel-heading {
    background-color: #5bc0de;
}

.panel-dark-head .panel-heading {
    background-color: #4e5154;
}

.panel-primary-head .panel-heading p a,
.panel-success-head .panel-heading p a,
.panel-info-head .panel-heading p a,
.panel-warning-head .panel-heading p a,
.panel-danger-head .panel-heading p a,
.panel-dark-head .panel-heading p a {
    color: #fff;
}

.panel-primary-head .panel-heading .panel-btns a,
.panel-success-head .panel-heading .panel-btns a,
.panel-info-head .panel-heading .panel-btns a,
.panel-warning-head .panel-heading .panel-btns a,
.panel-danger-head .panel-heading .panel-btns a,
.panel-dark-head .panel-heading .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-metro,
.panel-metro .panel-heading,
.panel-metro .panel-footer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.nav-primary {
    border-color: #357ebd;
    background-color: #394263;
}

.nav-primary > li.active > a,
.nav-primary > li.active > a:hover,
.nav-primary > li.active > a:focus,
.nav-primary > li.active > a:active {
    border-top-color: #357ebd;
    border-left-color: #357ebd;
    border-right-color: #357ebd;
}

.nav-success {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.nav-info {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.nav-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.nav-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.nav-success > li.active > a,
.nav-success > li.active > a:hover,
.nav-success > li.active > a:focus,
.nav-success > li.active > a:active {
    border-top-color: #5cb85c;
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
}

.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus,
.nav-info > li.active > a:active {
    border-top-color: #46b8da;
    border-left-color: #46b8da;
    border-right-color: #46b8da;
}

.nav-danger > li.active > a,
.nav-danger > li.active > a:hover,
.nav-danger > li.active > a:focus,
.nav-danger > li.active > a:active {
    border-top-color: #d43f3a;
    border-left-color: #d43f3a;
    border-right-color: #d43f3a;
}

.nav-warning > li.active > a,
.nav-warning > li.active > a:hover,
.nav-warning > li.active > a:focus,
.nav-warning > li.active > a:active {
    border-top-color: #eea236;
    border-left-color: #eea236;
    border-right-color: #eea236;
}

.nav-primary > li > a,
.nav-success > li > a,
.nav-info > li > a,
.nav-danger > li > a,
.nav-warning > li > a {
    color: #fff;
}

.nav-primary > li > a:hover,
.nav-success > li > a:hover,
.nav-info > li > a:hover,
.nav-danger > li > a:hover,
.nav-warning > li > a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}

.tab-content-primary {
    border-color: #357ebd;
}

.tab-content-success {
    border-color: #5cb85c;
}

.tab-content-info {
    border-color: #46b8da;
}

.tab-content-danger {
    border-color: #d43f3a;
}

.tab-content-warning {
    border-color: #eea236;
}
.panel-default.note-editor > .panel-heading{
    border-color: #e7e7e7;
    background-color: #f9f9f9;
}
.panel-default.note-editor > .panel-heading a{
    color : #333333;
}

.nav-metro,
.nav-metro > li > a,
.nav-metro > li.active > a,
.tab-content-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 15px;
}

.panel-group .panel-heading .panel-title {
    font-size: 14px;
}

.nav-line {
    background: none;
    border: 0;
    margin-bottom: 20px;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

.nav-line > li {
    margin: 0;
}

.nav-line > li > a,
.nav-line > li > a:hover,
.nav-line > li > a:active,
.nav-line > li > a:focus {
    border: 0;
    margin: 0 !important;
}

.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:active,
.nav-line > li.active > a:focus {
    border: 0;
}

.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:active,
.nav-line > li.active > a:focus {
    -moz-box-shadow: 0 3px 0 #394263;
    -webkit-box-shadow: 0 3px 0 #394263;
    box-shadow: 0 3px 0 #394263;
    margin: 0;
}

.icon-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.icon-list li {
    margin-bottom: 5px;
}

.icon-list li span, .icon-list li i {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    color: #333;
}


.errorForm label {
    display: block;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-group.has-error label.error {
    color: #a94442;
}

.errorForm label:last-child {
    margin-bottom: 20px !important;
}


.table-action a,
.table-action-hide a {
    color: #666;
    display: inline-block;
    margin-left: 2px;
}

.table-action-hide a {
    opacity: 0;
}

.table-primary thead tr th {
    background-color: #394263;
}

.table-success thead tr th {
    background-color: #5cb85c;
}

.table-warning thead tr th {
    background-color: #F0AD4E;
}

.table-danger thead tr th {
    background-color: #D9534F;
}

.table-info thead tr th {
    background-color: #5BC0DE;
}

.table-dark thead tr th {
    background-color: #4e5154;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}

.table.table-primary tbody tr:first-child td,
.table.table-success tbody tr:first-child td,
.table.table-danger tbody tr:first-child td,
.table.table-warning tbody tr:first-child td,
.table.table-info tbody tr:first-child td,
.table.table-dark tbody tr:first-child td {
    border-top: 0;
}

.notfoundpanel {
    text-align: center;
    width: 600px;
    margin: 80px auto 0 auto;
    position: relative;
}

.notfoundpanel h1 {
    font-size: 180px;
    font-weight: 200;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 180px;
    /* text-shadow: 4px 4px rgba(0,0,0,0.2); */
}

.notfoundpanel h3 {
    color: #333;
    margin: 0 0 10px 0;
}

.notfoundpanel p {
    font-size: 14px !important;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}

.notfoundpanel .btn {
    padding: 9px 20px 10px 20px;
}

/* Top Header */
#header {
    position: fixed;
    left:245px;
    top : 0;
    right : 0;
    z-index: 1000;
    background : #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);

    height:58px;

    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
#header .logo {
    padding-top:10px;
    float: left;
}
#header .logo img {
    max-height: 35px;
}
#header .menu-trigger {
    float: left;
}
#header .menu-trigger a {
    display: inline-block;
    font-size: 21px;
    text-decoration: none !important;
    position: relative;
    margin-left: -21px;
    background: #0e89cc;
    color: #FFF;
    text-align: center;
    width: 40px;
    height: 40px;
    border: solid 1px #FFF;
    padding: 4px;
    margin-top: 8px;
    margin-right:10px;
}
#header .menu-trigger a.menu-hide {
    margin-left : 8px;
}
#header h1 {
    display: inline-block;
    font-size:19px;
    text-transform: uppercase;
    font-family:"Web-Roboto-Medium";
}
#header .right-menu {
    float: right;
    padding:13px;
    text-align: right;
}
#header .right-menu ul,
#header .right-menu ul li {
    display: inline-block;
    margin : 0;
    padding : 0;
}
#header .right-menu ul::after {
    float: none;
    clear: both;
}
#header .right-menu ul li {
    float: left;
}
#header .right-menu a {
    text-decoration: none !important;
    display: block;
    padding : 8px 13px;
    background : #ff4848;
    color : #ffffff;
    font-size:12px;
}
#header .right-menu a.icon {
    background: none;
    color: #9d9d9d;
    font-size: 17px;
    padding: 5px 10px 0;
}
#header .right-menu a.icon:hover {
    color : #333333;
}
#header .right-menu a.icon span {
    position: absolute;
    background: #ff4848;
    font-size: 9px;
    color: #FFF;
    padding: 3px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -7px;
    font-weight: bold;
}

/* Sidebar */
#sidebar{
    position:fixed;
    top:0px;
    bottom:0px;
    background:#282E45;
    width:245px;
    overflow: hidden;
    overflow-y : auto;
    left : -245px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
#sidebar.show,
#sidebar.show .user-login {
    display: block;
    left:0;
}
#sidebar .logo{
    height:60px;
    background:#1b2632;
    display: none;
}
#sidebar ul{
    list-style:none;
    margin:0;padding:0;
}
#sidebar ul li{
    position: relative;
    margin-bottom : 1px;
}
#sidebar ul li a{
    display: block;
    padding:5px 15px;
    color:#ccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-shadow:0px 1px 1px rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow:ellipsis;
}
#sidebar ul li a i.icon{
    font-size: 12px;
    background: #0e89cc;
    color: #ffffff;
    border-radius: 3px;
    -wekit-border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    width: 20px;
    height: 18px;
    line-height: 21px;
    text-align: center;
    margin-right: 5px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
#sidebar ul li a.red i.icon{
    background: #e23931;
    color : #ffffff;
}
#sidebar ul li a:hover{
    color:#fff;
    background: rgba(0,0,0,0.1);
    -moz-transition:all 200ms linear;
}
#sidebar ul li.active{
    color:#fff;
}
#sidebar ul li.active>ul{
    display: block;
}
#sidebar ul li.active a{
    color:#fff;
    background:#394263;
}
#sidebar ul li a i.arrow{
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 12px;
    -moz-transition:all 100ms linear;
}
#sidebar ul li.active a i.arrow{
    -moz-transition:all 100ms linear;
    -moz-transform:rotate(90deg);
}
#sidebar ul li ul{
    margin-left: 22px;
    border-left:1px dashed #aaa;
    display: none;
}
#sidebar ul li ul li{
    position: relative;
    padding-left: 4px;
    border:none;
}
#sidebar ul li ul li::before{
    content: "";
    position: absolute;
    top:50%;left:0px;
    width: 7px;
    margin-top: -1px;
    border-bottom: 1px dashed #aaa;
}
#sidebar ul li ul li.active{
    background: none;
}
#sidebar ul li ul li a{
    background: none!important;
    color:#ccc!important;
    padding:10px;
}
#sidebar ul li ul li a:hover{
    color:#fff!important;
}
#sidebar ul li ul li.active>a{
    color:#98d6ff!important;
}

#sidebar hr{
    border:none;
    border-top:1px solid rgba(0,0,0,0.5);
    border-bottom:1px solid rgba(255,255,255,0.1);
    margin:15px;
}
#sidebar .badge{
    position: static;
    float: right;
    background: #ffffff;
    color : #282E45;
    text-shadow: none;
    z-index: 99;
    width:23px;
    height:23px;line-height: 20px;
    text-align: center;
    border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;
    font-size: 10px;
    padding : 1px 0 0 0;
}
#sidebar .user-login {
    background : #0e89cc;
    color : #ffffff;
    padding:10px;
    overflow: hidden;
    position: fixed;
    width : 245px;
    left : 0;
    z-index: 10;

    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
#sidebar .user-login {
    left:-245px;
}
#sidebar .user-login .avatar {
    width : 53px;
    height : 53px;
    overflow: hidden;
    float: left;
    border : solid 3px rgba(255,255,255,0.4);
    margin-right:10px;
    background: rgba(255, 255, 255, 0.6);
}
#sidebar .menu-nav {
    margin-top : 74px;
}
#sidebar .user-login .user-options {
    padding-top:5px;
    display: block;
}
#sidebar .user-login .user-options a {
    color : #ffffff;
    opacity: 0.5;
    display: inline-block;
    margin : 0 5px 0 0;
    font-size:13px;
}
#sidebar .user-login .user-options a:hover {
    opacity : 1;
}
#sidebar .user-login .avatar img {
    width : 100%;
}
#sidebar .user-login .welcome,
#sidebar .user-login .username {
    margin-left: 38px;
    color: #fff;
    font-size: 12px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sidebar .user-login .username {
    font-size:15px;
    font-family:"Web-Roboto-Medium";
    margin-top:3px;
}
.breadcrumb {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}


/* Main Content */
#main-content {
    margin-left : 245px;
    margin-top : 58px;
    background : #E8E8FF;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.top-info {
    background : #e0e0e0;
    padding: 10px;
    font-size:13px;
    color : #2c2c2c;
    line-height:20px;
    font-family:"Web-Roboto-Medium";

}
.breadcrumb {
    font-size:12px;
    margin-bottom:0;
}

/* Content Website Begin */
.content-website {
    padding:20px;
}
.content-website .title-page {
    padding: 0;
    margin : 0 0 10px;
    font-size:22px;
}
.shortcut {
    margin-left:-10px;
    margin-rigth : -10px;
}
.shortcut ul {
    margin : 0;
    padding : 0;
    list-style-type: none;
}
.shortcut li {
    display: inline-block;
    margin : 10px;
    text-align: center;
    width : 160px;
}
.shortcut li a {
    background: #0e89cc;
    display: block;
    color : #ffffff;
    text-decoration: none !important;
}
.shortcut li a:hover {
    opacity : 0.7;
}
.shortcut li .icon {
    padding:20px;
    font-size: 45px;
}
.shortcut li .text {
    display: block;
    padding: 10px;
    background : rgba(0,0,0,0.3);
    font-size:14px;
    white-space: nowrap;
    position: relative;
    margin-top : -28px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.panel-icon {
    background: #0e89cc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    padding-top: 12px;
}
.panel-icon.green {
    background: #1FB5AD;
}
.panel-icon.orange {
    background: #FA8564;
}
.panel-icon.purple {
    background: #A48AD4;
}
.huge {
    font-size:40px;
    font-family:"Web-Roboto-Medium";
    margin-bottom:-7px;
}
.sub-huge {
    opacity : 0.6;
    font-family:"Web-Roboto-Medium";
    text-transform: uppercase;
    font-size:12px;
}
footer {
    background: #ffffff;
    display: block;
    padding:20px;
    text-align: center;
}
footer a,
footer a:hover {
    font-weight:bold;
    color : #0e89cc;
}



/* Mail Style */
.mail-box .sm-side {
    background : #ffffff;
}
.mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
}
.mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #fff;
}
.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.btn-compose,
.btn-compose:focus {
    background: none repeat scroll 0 0 #0e89cc;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #0b90c1;
    color: #fff;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    margin-bottom:1px;
}
ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
    text-decoration: none;
}
ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
.inbox-head {
    background: none repeat scroll 0 0 #41cac0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}
.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
.input-group-btn >.btn {
    padding: 8px;
}
/* Invoice Style */
.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.table-invoice thead > tr > th {
    font-weight: 500;
    padding: 15px;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
    text-align: right;
}

.table-invoice tbody > tr > td {
    padding: 15px;
    border-color: #ddd;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
    width: 15%;
    text-align: right;
}

.table-invoice tbody > tr > td h5,
.table-invoice tbody > tr > td p {
    margin: 0;
}

.table-invoice thead > tr > th:nth-child(2) {
    background-color: #3f4144;
}

.table-invoice thead > tr > th:nth-child(3) {
    background-color: #484a4d;
}

.table-invoice thead > tr > th:last-child {
    background-color: #555;
}

.table-invoice tbody > tr > td:nth-child(2) {
    background-color: #eee;
}

.table-invoice tbody > tr > td:nth-child(3) {
    background-color: #f7f7f7;
}

/* sign in and sign up */

body.signin {
    /*background-color:#003e69;*/
	background:url('../images/bg_login.jpg');
	background-size:cover;
}

body.error-page {
    background-size: cover;
    background-color: #E8E8FF;
}

.panel-signin,
.panel-signup {
    margin: 80px auto 0 auto;
}

.panel-signin {
    width: 800px;
}

.panel-signup {
    width: 600px;
}

.panel-signin .panel-body,
.panel-signup .panel-body {
    padding: 40px;
}

.panel-signin .panel-footer,
.panel-signup .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
}


@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }
    .files .preview * {
        width: 40px;
    }
    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }
    .files .progress {
        width: 20px;
    }
    .files .delete {
        width: 60px;
    }
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.form-search {
    margin-top:10px;
}
.form-search .form-control {
    background: rgba(0,0,0,0.1);
    color: #FFF;
    border: none;
}
.form-search .form-control::-webkit-input-placeholder {
    color: #aae8ff;
}
.form-search .form-control::-moz-placeholder {
    color: #aae8ff;
}
.form-search .form-control:-ms-input-placeholder {
    color: #aae8ff;
}
.form-search .form-control:-moz-placeholder {
    color: #aae8ff;
}
.form-search .input-group-btn {

    background: rgba(0,0,0,0.1);

    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.form-search .input-group .btn {
    border: none;
    background: none;
    margin-left: 0;
    padding: 8px;
    color : #ffffff !important;
    opacity : 0.4;
}
.form-search .input-group .btn:hover {
    opacity : 1;
}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #ffffff;
    margin-bottom:15px;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #0e89cc;
    border: 1px solid #0e89cc;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #0e89cc;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be;
}
.breadcrumb-arrow li span {
    color: #434a54
}
.modal {
    z-index: 2000000;
}
.accordion-primary .panel-heading {
    color : #ffffff !important;
}
.carousel-control,
.carousel-control.left,
.carousel-control.right {
    width : 7%;
    background: none;
}
.carousel-control {
    opacity : 1;
}
.carousel-control .fa {
    font-size: 70px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
    opacity : 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    text-shadow: none;

    color : #0e89cc;
}
.carousel-control.left .fa {
    margin-left:-10px;
}
.carousel-control.left:hover .fa {
    margin-left: 0;
    opacity : 1;
}
.carousel-control.right .fa {
    margin-left:-15px;
}
.carousel-control.right:hover .fa {
    margin-left: -25px;
    opacity : 1;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin : 1px;
    border:solid 1px #0e89cc;
}
.carousel-indicators .active {
    border : solid 1px #0e89cc;
    background : #0e89cc;
}
.carousel {
    margin-bottom:20px;
    border: solid 5px #0e89cc;
}
.alert-blue {
    color: #FFF;
    background-color: #0e89cc;
    border-color: #0e89cc;
}
.bg-red-transparent {
    background: rgba(255,105,105,0.15);
}


@media screen and (max-width : 650px){
    #header {
        left : 0;
        z-index: 9999;
        position: relative;
    }
    #sidebar,
    #sidebar .user-login {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        z-index: 999;
        overflow: hidden;
        display: block !important;
    }
    #sidebar.show,
    #sidebar .user-login  {
        display: none !important;
    }
    .shortcut li {
        width: auto;
        display: block;
    }
    #main-content {
        margin-left: 0;
        margin-top: 0;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
    }
    #sidebar .menu-nav {
        margin-top:0;
    }
    #header .menu-trigger a,
    #header .menu-trigger a.menu-hide{
        margin-left:15px;
    }
}
@media screen and (max-width: 315px) {

    #header {
        height : auto;
        padding:10px;
    }
    #header .menu-trigger a {
        padding : 10px;
    }
    #header .menu-trigger, #header h1, #header .right-menu {
        float: none;
    }
}
