@import url('https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic');
@import url("https://fonts.googleapis.com/css?family=Varela+Round:400|Quicksand:400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400");
@import url("https://fonts.googleapis.com/css?family=Montserrat");

html, body {
    /*font-family: 'Arimo', sans-serif;*/
    /*font-family: 'Varela Round', sans-serif;*/
    /*font-family:'Lato',sans-serif;*/
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Varela Round', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    letter-spacing: 0.1rem;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.box {
    border-radius: 0;
    /*border-color: #7DACB9;*/
}

.modal-header h4 {
    text-transform: uppercase;
}

.content-header h1 {
    text-transform: uppercase;
    /*font-size: 18px;*/
}

.content-header > h1 > small {
    font-size: 12px;
}

.sidebar-menu a span {
    /*font-size: 11px;*/
    text-transform: uppercase;
    /*font-family: 'Montserrat', sans-serif;*/

}

.skin-black-light .sidebar-menu > li > a {
    /*font-weight: normal;*/
}

.skin-black-light .sidebar-menu > li.active > a {
    /*font-weight: normal;*/
}

.no-radius {
    border-radius: 0;
}

.content-wrapper {
    background-color: #ecf0f5;
}

.small-text {
    font-size: 12px;
}

.medium-text {
    font-size: 16px;
}

.large-text {
    font-size: 20px;
}

table th {
    text-transform: uppercase;
}

.btn {
    border-radius: 0;
}

.btn-default {
    background-color: #f3f3f3;
}

.dropdown-menu {
    border-radius: 0;
}

/*
Leaflet
*/
.leaflet-control-layers {
    border-radius: 0;
}

.leaflet-bar a:first-child {
    border-radius: 0;
}

.leaflet-bar a:last-child {
    border-radius: 0;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

/******************PROFILE page tabs*******************/
/*.nav-tabs {*/
/*}*/

/*.nav-tabs li.nav-item {*/
/*}*/

/*.nav-tabs > li.nav-item.active {*/
/*border-top-color: #3c8dbc;*/
/*border-top: 2px solid #3c8dbc;*/
/*border-radius: 0;*/
/*}*/

/*.nav-tabs li.active > a.nav-link {*/
/*border-top-color: transparent;*/
/*border-left-color: #f4f4f4;*/
/*border-right-color: #f4f4f4;*/
/*}*/

/*.nav-tabs .nav-link {*/
/*color: #444444;*/
/*border: none;*/
/*margin: 0;*/
/*}*/

/*.nav-tabs .nav-link:hover {*/
/*color: #999999;*/
/*background: none;*/
/*border: none;*/
/*}*/

.tab-content {
    padding: 10px;
}

.awesome-marker i {
    font-size: 16px;
    margin-top: 10px;
}

/*leaflet legends*/
.legend {
    font: 12px/14px Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 6px 8px;
    width: 180px;
    line-height: 16px;
    color: #555;
}

.legend i {
    border-radius: 16px;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

/*leaflet fontawesome markers*/
.awesome-marker i {
    font-size: 18px;
    margin-top: 8px;
    /*margin-top: 32px;*/
}

/*****************FILE UPLOAD********************/
.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    cursor: pointer;
    margin: 10px auto;
    font-weight: bold;
    font-size: 2em;
}

.up-buttons {
    float: right;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

/* custom cluster color */
.marker-cluster-pois {

    background-color: rgba(0, 192, 239, 0.6);
}

.marker-cluster-pois div {
    background-color: rgba(0, 192, 239, 0.6);
}

.marker-cluster-incidents {

    background-color: rgba(221, 75, 57, 0.6);
}

.marker-cluster-incidents div {
    background-color: rgba(221, 75, 57, 0.6);
}

.marker-cluster-vehicles {

    background-color: rgba(0, 166, 90, 0.6);
}

.marker-cluster-vehicles div {
    background-color: rgba(0, 166, 90, 0.6);
}

/*******Sidebar menus*******/
/*.sidebar-menu li {*/
/*position: relative;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*.skin-purple-light .sidebar-menu li a {*/
/*border-left: 3px solid transparent;*/
/*font-weight: 600;*/
/*}*/

/*.sidebar-menu li a {*/
/*position: relative;*/
/*}*/

/*.skin-purple-light .sidebar a {*/
/*color: #b8c7ce;*/
/*}*/

/*.sidebar-menu li a {*/
/*padding: 12px 5px 12px 15px;*/
/*display: block;*/
/*}*/

/*.sidebar-menu li a .fa, .sidebar-menu li a .glyphicon, .sidebar-menu li a .ion {*/
/*width: 20px;*/
/*}*/

/*.sidebar-menu li a .pull-right {*/
/*position: absolute;*/
/*top: 50%;*/
/*right: 10px;*/
/*margin-top: -7px;*/
/*}*/

/*.sidebar-menu li > a > .fa-angle-left {*/
/*margin-right: 0;*/
/*width: 20px;*/
/*}*/
.skin-purple-light .sidebar a {
    color: #777777;
}

.sidebar-menu .treeview-menu > li > a {
    padding-left: 13px;
}

.mCSB_container_wrapper {
    margin-right: 0;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}

.box-nested {
    margin-bottom: 0px;
}

.devex-chart .dxc-axes-group .dxc-arg-axis text, .devex-chart .dxc-legend text {
    font-size: 10px !important;

}

.devex-chart-small {
    height: 180px;
    width: 96%;
}

.devex-chart-medium {
    height: 300px;
    width: 96%;
}

.devex-chart-large {
    height: 400px;
    width: 96%;
}

.marker-cluster-aul {
    background-color: rgba(38, 117, 137, 0.5);
}

.marker-cluster-aul div {
    background-color: rgba(38, 117, 137, 0.5);
}

.dxc-tooltip {
    z-index: 9999;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
    font-weight: bold;
    /*font-size: 110%;*/
    background-color: transparent;
}

.dx-widget {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

.dx-datagrid-headers {
    color: inherit;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    padding: 10px;
}

.dx-datagrid-headers .dx-header-row.dx-column-lines > td > .dx-datagrid-text-content {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    /*padding: 4px 0;*/
}

.dx-data-row td.clc {
    text-align: center !important;
}

.ci-list-reasons{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.ci-list-reasons li{
    text-align: center;
    font-size: 12px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.ci-list-reasons li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.dx-datagrid-headers .dx-datagrid-table .dx-row>td {*/
/*border-bottom: 2px solid #f4f4f4;*/
/*}*/
/*.dx-popup-wrapper>.dx-overlay-content {*/
/*border-radius: 0;*/
/*}*/
/*.dx-datagrid.dx-datagrid-borders>.dx-datagrid-pager, .dx-datagrid.dx-datagrid-borders>.dx-datagrid-headers, .dx-datagrid.dx-datagrid-borders>.dx-datagrid-rowsview {*/
/*border-top: 1px solid #f4f4f4;*/
/*}*/
.dx-button {
    border-radius: 0;
}

/* Main logo styling to make it aligned properly */
#mainLogo.logo {
    text-align: left;
    line-height: 44px;
}

#mainLogo .logo-mini {
    /*text-align: left;*/
    margin-left: -6px;
    line-height: 44px;
}

/*.main-header .logo .logo-lg {
    float:left;
}*/

@media (max-width: 767px) {
    .skin-black-light .main-header > .logo {
        background-color: #fff;
        color: #fff;
        border-bottom: 0 solid transparent;
        border-right: none;
    }
}

/***************ISTEVEN multi-select dropdown************/
.isteven-multi-select {
}

.isteven-multi-select .multiSelect > button {
    width: 100%;
    text-align: left;
    background-image: none;
    border-radius: 0;
    font-size: inherit;
}

.isteven-multi-select .checkBoxContainer {
    overflow-y: auto;
    max-height: 300px;
    padding-left: 0;
    padding-right: 0;
}

.isteven-multi-select .multiSelect .tickMark {
    right: 16px;
}

.isteven-multi-select .multiSelect .multiSelectItem:hover, .isteven-multi-select .multiSelect .multiSelectGroup:hover {
    background-image: none !important;
    background-color: #3c8dbc;
}

.isteven-multi-select .multiSelect .multiSelectGroup {
    text-transform: uppercase;
    font-weight: bold;
}

.isteven-multi-select .multiSelect .helperButton, .isteven-multi-select .multiSelect .clearButton, .isteven-multi-select .multiSelect .inputFilter {
    border-radius: 0;
}

.isteven-multi-select .multiSelect .multiSelectItem {
    padding: 6px 3px;
}

.isteven-multi-select .multiSelect .checkboxLayer {
    border-radius: 0;
}

/********* Angular dialog service *********/
.modal-dialog .dialog-header-confirm {
    background-color: #367fa9;
}

.modal-dialog .modal-body {
    font-size: 15px;
}

/*primary button*/

.btn-primary {
    text-transform: uppercase;
    font-size: 12px;
    /*background-color: #3c8dbc;*/
    /*border-color: #367fa9;*/
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    /*background-color: #367fa9;*/
}

/*custom dashboard palette*/
.custom-dashboard-palette {
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.custom-dashboard-palette.red {
    background: #bd0026;
}

.custom-dashboard-palette.blue {
    background: #5279c7;
}

.custom-dashboard-palette.green {
    background: #005A31;
}

.custom-dashboard-palette.purple {
    background: #812065;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: 0.9;
}

.login-box, .register-box {
    width: 342px;
}

/* Devexpress DXTree Styles */
.box-header h5 {
    text-transform: uppercase;
}

.dx-treeview-node-container {
    /*font-size: 11px;*/
}

.dx-treeview .dx-treeview-toggle-item-visibility:before {
    content: "+";
}

.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    content: "-";
}

.dx-treeview .dx-treeview-toggle-item-visibility {
    font-size: 16px;
    height: 26px;
    left: -2px;
}

.dx-checkbox-icon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-checkbox {
    top: 4px;
}

.dx-texteditor {
    border-radius: 0;
}

#invoice.panel-body {
    padding: 0px 15px;
}

.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

/* Invoice Settings Slide Panel */
.direct-chat-contacts {
    height: 100%;
    color: #333;
}

address strong {
    color: #666;
}

/*devexpress selectbox dropdown*/
.dx-dropdowneditor-icon {
    border-radius: 0;
}

.dx-texteditor {
    border-color: #d2d6de;

    padding: 2px;
}

.dx-texteditor-input {
    padding: 7px;
}

.unit-price {
    font-weight: normal;
    font-style: italic;
    font-size: 90%;
    letter-spacing: 1px;
}

.total-price {
    font-size: 12px;
}

td.text-bold {
    color: #666;
}

.nav > li > a {
    padding: 14px 15px;
}

.tab-content {
    border: 1px solid #f4f4f4;
    border-top: none;
}

.nav-tabs {
    border-bottom: 1px solid #f4f4f4;

}

.nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    color: #333;
    letter-spacing: 0.1rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #f4f4f4;
    border-top-color: transparent;
    border-bottom-color: transparent;
    /*border-top: 3px solid #d2d6de;*/
    background-color: #fff;

}

/*
INVOICE TABLE STYLE
*/
.monthly_payable .list-group {
    margin-top: 8px;
}

.monthly_payable .list-group-item {
    font-size: 10px;
    /*padding: 2px 0px;*/
    padding: 0 0 6px 0;
    color: #777;
    font-weight: 400;
    border: 0;
    letter-spacing: 1px;

}

.monthly_payable .list-group-item span {
    font-size: 9px;
    background: none;
    color: #777;
    text-align: right;
    font-weight: normal;
}

.monthly_payable table > thead > tr > th {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}

.monthly_payable table > thead > tr > th > span {
    font-size: 10px;
    color: #999;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}

.monthly_payable table > tbody > tr > td {
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

.monthly_payable table > tbody > tr > td > span {
    font-size: 10px;
    display: block;
    font-weight: normal;
}

/*Monthly Refundable*/
.monthly_refundable .list-group {
    margin-top: 8px;
}

.monthly_refundable .list-group-item {
    font-size: 10px;
    padding: 2px 0px;
    color: #777;
    font-weight: 400;
    border: 0;
    letter-spacing: 1px;

}

.monthly_refundable .list-group-item span {
    font-size: 10px;
}

.monthly_refundable table > thead > tr > th {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}

.monthly_refundable table > thead > tr > th > span {
    font-size: 10px;
    color: #999;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}

.monthly_refundable table > tbody > tr > td {
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

.monthly_refundable table > tbody > tr > td > span {
    font-size: 10px;
    display: block;
    font-weight: normal;
}

/*Monthly Working*/
.monthly_working .list-group {
    margin-top: 8px;
}

.monthly_working .list-group-item {
    font-size: 10px;
    padding: 2px 0px;
    color: #777;
    font-weight: 400;
    border: 0;
    letter-spacing: 1px;

}

.monthly_working .list-group-item span {
    font-size: 10px;
}

.monthly_working table > thead > tr > th {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}

.monthly_working table > thead > tr > th > span {
    font-size: 10px;
    color: #999;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}

.monthly_working table > tbody > tr > td {
    color: #666;
    font-weight: bold;
    font-size: 11px;
    /*height:24px;*/
}

.monthly_working table > tbody > tr > td > span {
    font-size: 10px;
    display: block;
    font-weight: normal;
}

/*
invoice meta information like invoice to bank details etc
*/
#invoice_meta th {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 0;
}

#invoice_meta td {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 2px 0;
}
/* invoice settings section */

.direct-chat-contacts label {
    font-size: 11px;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}




.whiteimagebackground{
    background-color: rgba(0, 0, 0, 0.02);
}

#extraChargesTable .badge-primary {
    background-color: #007bff;
}

#extraChargesTable .badge-success {
    background-color: #28a745;
}

#extraChargesTable .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.has-alerts-error {
    background-color: #c37e7e;
}
.has-alerts-info {
    background-color: #fa9566;
}