::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body::-webkit-scrollbar-track {
    background: #e5e9ec;
}
body::-webkit-scrollbar-track {
    background: #e5e9ec;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

/*@media (min-width: 2560px) {
    .container {
        width: 2500px;
    }
}*/


.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
label, input, button, select, textarea{
    font-size: 13px;
}

/*Tempate*/
.page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
}
.page-title i {
    top: auto;
    float: none;
}

.mb-0{
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-25{
    margin-bottom: 25px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}

.mt-0{
    margin-top: 0px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-30{
    margin-top: 30px !important;
}

.mr-0{
    margin-right: 0px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}

.ml-0{
    margin-left: 0px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-15{
    margin-left: 15px !important;
}
.ml-20{
    margin-left: 20px !important;
}

.pd-0{
    padding: 0px !important;
}
.pd-5{
    padding: 5px !important;
}
.pd-10{
    padding: 10px !important;
}
.pd-15{
    padding: 15px !important;
}
.pd-20{
    padding: 20px !important;
}
.pd-25{
    padding: 25px !important;
}


.pd-top-0{
    padding-top: 0px !important;
}
.pd-top-5{
    padding-top: 5px !important;
}
.pd-top-10{
    padding-top: 10px !important;
}
.pd-top-15{
    padding-top: 15px !important;
}
.pd-top-20{
    padding-top: 20px !important;
}
.pd-top-25{
    padding-top: 25px !important;
}

.pd-bottom-0{
    padding-bottom: 0px !important;
}
.pd-bottom-5{
    padding-bottom: 5px !important;
}
.pd-bottom-10{
    padding-bottom: 10px !important;
}
.pd-bottom-15{
    padding-bottom: 15px !important;
}
.pd-bottom-20{
    padding-bottom: 20px !important;
}
.pd-bottom-25{
    padding-bottom: 25px !important;
}


/*Select2*/
.select2-container--default .select2-selection--single{
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.select2-container .select2-selection--single{
    height: 30px;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 2px !important;
    border: 1px solid #eaeaea;
    min-height: 30px;
    padding: 0px !important;
}
.select2-container--default .select2-results__option[aria-disabled=true],
.select2-container--default .select2-results__option[aria-disabled=disabled] {
    color: #ddd !important;
    display: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #eaeaea 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #0b58a2;
    border: 1px solid #0d3349;
    color: #fff;
    padding-bottom: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
    border: 0px;
}
.select2-container .select2-search--inline .select2-search__field{
    padding: 0px 10px !important;
    margin: 0px;
    font-size: 12px !important;
    min-height: 30px;
}
.select2-search {
    padding: 0px !important;
}
.select2-container--default .select2-results__group{
    background-color: #eee;
    color: #bbb;
}

span[aria-labelledby='select2-input_select_tree-container']{
    height: 34px !important;
}
span[aria-labelledby='select2-input_select_tree-container'] #select2-input_select_tree-container{
    line-height: 32px !important;
}

.select2-dropdown {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #aaa;
    box-shadow: 1px 1px 1px #ccc;
}
.select2-results__option {
    padding: 2px 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 11px;
}
li.select2-results__option:empty {
    display: none;
}
.has-error .select2-container--default .select2-selection--single,
.has-error .note-editor {
    border-color: #d62c1a !important;
}



.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-30 {
    padding: 30px !important;
}

.grid-footer{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.container-list-master .item-master,
.container-list-master .item-workflow{
    border-radius: 0px;
}
.container-list-master .list-group-xs,
.container-list-workflow .list-group-xs{
    border-radius: 0px;
    margin-bottom: 0px;
}
.container-list-master .list-group-xs .list-group-item,
.container-list-workflow .list-group-xs .list-group-item{
    border-radius: 0px !important;
    padding: 0px;
    border-left: 0;
    border-right: 0;
    padding: 5px 10px;
    display: block;
}

.container-list-master .list-group-xs .list-group-item a,
.container-list-workflow .list-group-xs .list-group-item a{
}
.container-list-master .list-group-xs .list-group-item a:hover,
.container-list-workflow .list-group-xs .list-group-item a:hover{
    /*font-weight: bolder;*/
}
.container-list-master .list-group-xs .list-group-item.active,
.container-list-workflow .list-group-xs .list-group-item.active
{
    background-image: none;
}
.container-list-master .list-group-xs .list-group-item.active a,
.container-list-workflow .list-group-xs .list-group-item.active a
{
    color: #fff;
}

.modal-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.modal-80 {
    width: 80%;
}
.modal-70 {
    width: 70%;
}
.modal-title {
    text-align: left;
}
.modal-body{
    background-color: #fff;
    padding: 25px;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
}

.panel-group .panel .panel-heading{
    padding: 5px 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body{
    border: 1px solid #e1dade;
}
.panel-footer{
    padding: 15px 20px;
}
.panel-dragdrop .panel-group .panel-heading .panel-title > a::after,
#list-master-field.panel-group .panel-heading .panel-title > a::after {
    display: none;
}

/*List Panel Drag Drop*/
.panel-dragdrop .hpanel{
    margin-bottom: 3px;
}
.panel-dragdrop .hpanel .panel-heading{
    background-color: #e8f5fa;
    border: 1px solid #e6ebed;
    padding: 5px 10px;
    cursor: move;
}
.panel-dragdrop .hpanel .panel-body{
    background-color: #f7fdff;
    border: 1px solid #e6ebed;
}

.panel-dragdrop #list-source .hpanel .panel-heading{
    background-color: #eaeaea !important;
}
.panel-dragdrop #list-target .hpanel .panel-heading{
    background-color: #e8f5fa !important;
}
.panel-dragdrop #list-source .hpanel .panel-heading .panel-tools{
    display: none;
}
.panel-dragdrop #list-source .panel-head-targets,
.panel-dragdrop #list-source .panel-body-targets{
    display: none;
}
.panel-dragdrop #list-source .panel-body{
    display: none !important;
}
.panel-dragdrop #list-target .panel-head-sources,
.panel-dragdrop #list-target .panel-body-sources{
    display: none;
}

.link-dragdrop{
    min-height: 100px;
}
/*List Panel Drag Drop*/
.jconfirm-loading .jconfirm-box{
    background: none !important;
    box-shadow: 0px 0px 0px !important;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #000;
    opacity: .8;
}
.jconfirm .jconfirm-box .jconfirm-buttons button{
    padding: 5px 12px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
}

.btn-mini {
    padding: 0px 6px;
}


.datagrid-header .datagrid-cell span {
    font-size: 13px;
}
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
    font-size: 12px;
}
.datagrid-header-row, .datagrid-row {
    height: 24px;
}
.datagrid-filter-row{
    height: 24px !important;
}
.datagrid-view .datagrid-editable-input{
    font-size: 12px !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border: 0px solid #e5e9ec !important;
    padding: 5px 11px !important;
    line-height: 12px !important;
    background-color: #ffffff !important;

    box-shadow: none !important;

    vertical-align: middle !important;
    height: 24px !important;
    min-height: 24px !important;
    color: #000 !important;
    background-color: #fefefe !important;
    border-bottom: 1px solid #ccc !important;
}
.datagrid .datagrid-pager .pagination-info,
.datagrid .datagrid-pager .pagination-num,
.datagrid .datagrid-pager span{
    font-size: 12px !important;
}
.datagrid .datagrid-pager .pagination-num,
.datagrid .datagrid-pager .pagination-page-list{
    font-size: 12px !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border: 0px solid #e5e9ec !important;
    padding: 0px 11px !important;
    line-height: 12px !important;
    background-color: #ffffff !important;

    box-shadow: none !important;

    vertical-align: middle !important;
    height: 24px !important;
    min-height: 24px !important;
    background-color: #fefefe !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0px 10px !important;
}
.datagrid-view .datagrid-editable-input::placeholder {
    color: #ccc !important;
}
.tree {
    margin-top: 10px;
}
.tree-title {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 2px;
}
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
    margin-top: 0px;
}



.input-icheck{
    cursor: pointer;
    text-indent: -28px;
    padding-left: 28px;

}

.textbox {
    border: 1px solid #ddd;
}
.textbox.combo{
    border-radius: 2px;
}
.textbox .textbox-text{
    font-size: 13px;
    min-height: 28px;
}

.table th,
.table td {
    padding: 5px 10px !important;
}

/*Custom Table*/
.table td{
    font-size: 12px !important;
}
.table-custom{
    width: 100%;
    border-top: 1px solid #d9e8ff;
    border-left: 1px solid #eee;
    box-sizing: inherit !important;
}
.table-custom thead tr th {
    padding: 0.5rem 1rem !important;
    border-bottom: 1px solid #d9e8ff;
    border-right: 1px solid #d9e8ff;
    background-color: #edf4ff;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #ccc;
}
.table-custom thead tr th:first-child {
    border-left: 1px solid #d9e8ff;

}
.table-custom tbody tr td,
.table-custom tfoot tr td{
    padding: 0.3rem 0.5rem !important;
    font-size: 12px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
}
.table-custom tfoot tr td{
    border: 1px solid #eee;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 1px #ccc;
}
.table-custom thead tr th.custom-sort{
    color: rgb(0, 103, 165);
    cursor: pointer;
    border-right: 1px solid #ccc;
}
.table-custom thead tr th.custom-sort:hover{
    background-color: #dedede;
    /*text-shadow: 1px 1px 1px #ccc;*/
}
.table-custom thead tr th.custom-sort i{
    color: #bbb;
    margin-right: 5px;
    margin-top: 3px;
    float: right;
}
.table-custom thead tr th.custom-sort-asc{
    color: rgb(0, 103, 165);
    background-color: #ddd;
    cursor: pointer;
}
.table-custom thead tr th.custom-sort-asc i{
    color: #000;
    margin-right: 5px;
    margin-top: 3px;
    float: right;
    /*text-shadow: 1px 1px 1px #ccc;*/
}
.table-custom thead tr th.custom-sort-desc{
    color: rgb(0, 103, 165);
    background-color: #ddd;
    cursor: pointer;
}
.table-custom thead tr th.custom-sort-desc i{
    color: #000;
    margin-right: 5px;
    margin-top: 3px;
    float: right;
    text-shadow: 1px 1px 1px #ccc;
}
.table-custom tfoot tr th {
    padding: 0.5rem 1rem !important;
    border-bottom: 1px solid #d9e8ff;
    border-right: 1px solid #d9e8ff;
    background-color: #f5f5f5;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #ccc;
}

.table-detail{
    width: 100%;
    border: 0px;
    box-sizing: inherit !important;
}
.table-detail thead tr th {
    padding: 0.5rem 1rem !important;
    border: 0px;
    background-color: #edf4ff;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #ccc;
}
.table-detail thead tr th:first-child {
    border-left: 1px solid #d9e8ff;
}
.table-detail tbody tr td,
.table-detail tfoot tr td{
    padding: 0.3rem 1rem !important;
    font-size: 12px;
    border: 0px;
    color: #666;
}
.table-detail tfoot tr td{
    border: 1px solid #eee;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 1px #ccc;
}
.table-detail tfoot tr th {
    padding: 0.5rem 1rem !important;
    border: 0px;
    background-color: #f5f5f5;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #ccc;
}

.table-filter tr:hover{
    background-color: #f1f1f1;
}

.no-more-tables tbody td{
    padding: 4px 12px !important;
}

/*Font Size*/
.font-size-6{
    font-size: 6px !important;
}
.font-size-8{
    font-size: 8px !important;
}
.font-size-9{
    font-size: 9px !important;
}
.font-size-10{
    font-size: 10px !important;
}
.font-size-11{
    font-size: 11px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-22{
    font-size: 22px !important;
}
.font-size-24{
    font-size: 24px !important;
}
.font-size-32{
    font-size: 32px !important;
}
.font-size-36{
    font-size: 36px !important;
}
.font-size-48{
    font-size: 48px !important;
}
.font-size-64{
    font-size: 64px !important;
}
.font-italic{
    font-style: italic !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5 !important;
}

.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li.open > a
{
    color: #0b93d5 !important;
}

.no-border{
    border: 0 !important;
}
.cursor-pointer{
    cursor: pointer;
}

/* Easy UI*/
.panel-header, .panel-body, .panel-footer {
    border-color: #ddd;
}
.user-info-wrapper .user-info .username {
    font-size: 13px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

.error-main {
    margin-top: 0px !important;
    margin-bottom: 100px;
    text-align: center;
    position: relative !important;

}
.grid{
    margin-bottom: 15px;
}
.grid-title h4 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 0;
}
.input-number{
    text-align: right !important;
}
input.input-table,
select.input-table{
    padding: 1px 10px !important;
    line-height: 10px !important;
    height: 10px !important;
    min-height: 24px !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #ccc;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    line-height: 8px !important;
}
.bootstrap-datetimepicker-widget {
    z-index: 9999999;
    padding: 10px;
}
.bootstrap-datetimepicker-widget table td{
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px;
}
.bootstrap-datetimepicker-widget table td span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px;
}
.list-notification .notification-messages{
    padding: 5px 15px !important;
}

table.table tr.tr-checked{
    background-color: #e8faeb;
}
table.table tr.tr-checked td{
    font-weight: bold;
}

table#table-attendance tbody td{
    font-size: 11px !important;
}
table#table-attendance tbody tr.tr-wikend td{
    background-color: #efefef;
    color: #ccc;
}
table#table-attendance tbody tr.tr-now{
    background-color: #d6ffe6;
    font-weight: bold;
}

.leaflet-container{
    z-index: 10;
}
.leaflet-routing-container{
    display: none;
}

.uneditable-input.focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .m-uneditable-input:focus {
    border-color: #bbb;
    background-color: #fff;
}

.shortcut-list{
    width: 45%;
    height: 75px;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.shortcut-list i{
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}
.shortcut-list.info{

}

.calendar-inner{
    padding: 20px !important;
}
.calendar-sidebar > .calendar-year {
    padding: 7px;
}
.calendar-inner .calendar-table {
    font-size: 14px !important;
}
tr.calendar-body .calendar-day{
    padding: 0px !important;
}
tr.calendar-body .calendar-day .day{
    height: 40px;
    width: 40px;
    padding: 5px;
}
tr.calendar-header .calendar-header-day {
    padding-top: 25px;
}
.calendar-sidebar > .calendar-year > p {
    font-size: 18px;
}
.calendar-sidebar > .calendar-year > button.icon-button {
    width: 10px;
    height: 10px;
}
.calendar-sidebar > .month-list > .calendar-months > li {
    padding: 2px 30px;
    cursor: pointer;
    font-size: 14px;
}
.event-indicator > .type-bullet > div {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}
.midnight-blue tr.calendar-body .calendar-day .day {
    border-width: 1px;
}

.midnight-blue tr.calendar-body .calendar-day .day.calendar-active, .midnight-blue tr.calendar-body .calendar-day .day.calendar-active:hover {
    border-color: #0090d9;
    color: #EEE;
    background-color: #0090d9;
    font-weight: bold;
}
.calendar-events {
    width: 300px;
}
.sidebar-hide .calendar-inner {
    max-width: calc(100% - 300px);
}
.midnight-blue .calendar-events {
    padding: 20px;
}
.calendar-events > .event-header > p {
    font-size: 14px;
}
.event-container > .event-info > p.event-title {
    font-size: 12px;
}
.event-container > .event-info > p.event-desc {
    margin-top: 0px;
    font-size: 11px;
}

.logo{
    margin: 5px 14px;
}
.form-notes{
    color: #0b93d5 !important;
    margin-top: 5px;
}
.submenu ul.folders{
    list-style: none;
    margin: 0;
    padding: 0;
}
.submenu li{
    list-style: none;
    margin: 0;
}

.horizontal-menu .bar {
    z-index: 201;
}
.horizontal-menu .bar-inner > ul > li > .classic {
    box-shadow: 1px 1px 5px #ccc;
    top: 45px;
}
.horizontal-menu .bar-inner > ul > li > .classic > li {
    margin: 7px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.horizontal-menu .page-content .content {
    /*padding-top: 110px;*/
}

.tl-sidebar__item{
    padding: 2px 0px;
}
.tl-sidebar__item.active{
    font-weight: bold;
}

.grid.simple.shadow{
    box-shadow: 1px 1px 5px #ccc;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 16px;
}

.tab-footer {
    display: block;
    padding: 10px;
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
}
.cbp_tmtimeline > li .cbp_tmicon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 0 0 -20px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 10px 23%;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel::after {
    border-right-color: #ccc;
}

.overlayer {
    z-index: 40;
}
.modules-submenu a{
    padding-left: 15px;
    padding-right: 15px;
}

.hashtags
{
    background-color: #eee !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
}
.hashtags-error
{
    color: #f00 !important;
}
.hashtags-progress
{
    color: #fbb05e !important;
}
.hashtags-close
{
    color: #0aa699 !important;
}
.post .info-wrapper.small-width {
    width: 65%;
}
.overlap-left-20 {
    position: relative;
    left: -20px;
}

/* For mobile */
@media (max-width: 480px) {
    .page-content .content {
        padding-top: 70px !important;
    }
    .page-content .page-title {
        margin: 0px !important;
    }
    .page-title h3{
        width: 100% !important;
    }
}

.tiles-overlay.red {
    background-color: rgba(243, 89, 88,0.8);
}
.footer{
    margin-top: 20px;
    padding: 20px 10px;
    padding-left: 46px;
    padding-right: 46px;
    border-top: 2px dotted #ddd;
}
.row.text-center > div {
    display: inline-block;
    float: none;
}

.color-bands {
    margin-right: 0px;
    height: 2px;
}

.ck-editor__editable_inline {
    min-height: 500px !important;
}
.quick-link{
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px;
    display: block;
}

.leaflet-popup-content{
    margin: 10px;
}

#table-notification tbody tr.unread{
    font-weight: bold;
    color: #000 !important;
}

.tiles.red-pastel {
    background-color: #e0c1c1;
}

.onesignal-slidedown-dialog{
    background-color: #fde0e0 !important;
}
.horizontal-menu .bar-inner > ul > li > .classic{
    min-width: 300px;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a i{
    width: 17px;
}

.h-50{
    height: 50px !important;
}
.h-75{
    height: 75px !important;
}
.h-100{
    height: 100px !important;
}
.h-110{
    height: 110px !important;
}
.h-125{
    height: 125px !important;
}
.h-150{
    height: 150px !important;
}
.h-175{
    height: 175px !important;
}
.h-200{
    height: 200px !important;
}
.h-225{
    height: 225px !important;
}
.h-250{
    height: 250px !important;
}
.h-275{
    height: 275px !important;
}
.h-300{
    height: 300px !important;
}

.w-15{
    width: 15px !important;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.ios-switch {
    height: 25px;
    width: 55px;
}
.ios-switch .handle {
    width: 21px;
    height: 21px;
}


.tiles.dark-green {
    background-color: #0e8c82;
}
.tiles.dark-red {
    background-color: #c94544;
}
.tiles.dark-yellow {
    background-color: #b5b531;
}


#page-assets-dashboard .container-summary{
    min-height: 230px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    cursor: pointer;
}
.border-bottom{
    border-bottom: 1px solid #f1f1f1 !important;
}
.border-bottom-dotted{
    border-bottom: 1px dotted #ccc !important;
}

.material-menu li a{
    /*color: #333 !important;*/
}
.ck-editor__editable_inline {
    min-height: 200px !important;
}
table.table-datatable-detail-no-padding td{
    padding: 2px 10px 2px 10px !important;
}
.list address{
    line-height: 1.6;
}

.progress.progress-medium {
    height: 10px;
}
.progress.progress-100 {
    width: 100% !important;
}
.popover-content{
    color: #333 !important;
}

.btn-bottom-right{
    background-color: #f9ba46;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /*padding: 8px 15px;*/
    font-size: 24px;
    z-index: 999;
}
.btn-submenu a.dropdown-toggle{
    background-color: #fff;
}
.btn-submenu.btn-danger a.dropdown-toggle{
    background-color: #f14d4d !important;
    color: #fff !important;
}
.dropdown-menu>li>a {
    padding: 2px 20px;
}

.list-box{
    padding: 15px;
    background-color: #ccc !important;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.list-box.active{
    background-color: #0d638f !important;
    color: #fff;
}


/* Table Custom Scroll Fix Header & Footer */
.table-custom-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow-y: auto;
    max-height: 50vh;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.table-custom-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #d9e8ff;
    border-left: 1px solid #eee;
}
.table-custom-scroll th,
.table-custom-scroll td {
    padding: 3px 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-weight: normal;
}
.table-custom-scroll thead th {
    background-color: #edf4ff;
    font-weight: normal;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-transform: uppercase;
    border-right: 1px solid #d9e8ff;
    border-bottom: 1px solid #d9e8ff;
    box-shadow: 1px 1px 1px #ccc;
    z-index: 99;
}

.table-custom-scroll tfoot,
.table-custom-scroll tfoot th,
.table-custom-scroll tfoot td {
    background-color: #edf4ff;
    font-weight: normal;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 4;
}
/* Table Custom Scroll Fix Header & Footer */

.input-border-bottom{
    background: none !important;
    border: 0px !important;
    border-bottom: 1px solid #ddd  !important;
}

.border-radius-0{
    border-radius: 0px !important;
}
.border-radius-5{
    border-radius: 5px !important;
}
.border-radius-10{
    border-radius: 10px !important;
}
.border-radius-15{
    border-radius: 15px !important;
}
.border-radius-20{
    border-radius: 20px !important;
}
.border-radius-25{
    border-radius: 25px !important;
}
.horizontal-menu .bar-inner > ul > li > .mega{
    /*top: 46px !important;*/
    padding-bottom: 0px !important;
}


.fix-submenu{
    position: fixed;
    position: fixed;
    top: 130px;
    width: 257px;
}

.grid-border-radius-10 .grid-title{
    border-radius: 10px 10px 0px 0px !important;
}
.grid-border-radius-10 .grid-body{
    border-radius:  0px 0px 10px 10px !important;
}

.tiles-overlay.blue-50 {
    background-color: rgba(0, 144, 217, 0.5);
}
.tiles-overlay.black {
    background-color: rgba(0, 0, 0, 0.8);
}
.tiles-overlay.black-50 {
    background-color: rgba(0, 0, 0, 0.3);
}

.grid-title h4{
    width: 90% !important;
}

input[type="checkbox"][readonly],
input[type="radio"][readonly]{
    pointer-events: none;
}

.table-in-table table,
.table-in-table thead,
.table-in-table tbody,
.table-in-table tfoot,
.table-in-table tr,
.table-in-table th,
.table-in-table tbody td {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 5px; !important;
    border: none !important;
    border-collapse: inherit !important;
    border-spacing: 0 !important;
    border-color: inherit !important;
    vertical-align: inherit !important;
    font-weight: inherit !important;
    -webkit-border-horizontal-spacing: 0 !important;
    -webkit-border-vertical-spacing: 0 !important;
}
table-in-table th, table-in-table td {
    display: inline;
}

.bg-default {
    background-color: #efefef;
}
.bg-info {
    background-color: #d9edf7 !important;
}
.grid-stack-item-content{
    text-align: left;
}
.grid-stack-item .bg-success{
    background-color: #75d1c9  !important;
    color: white;
}
.grid-stack-item .bg-danger{
    background-color: #f35958 !important;
    color: white;
}
.grid-stack-item .bg-warning{
    background-color: #fbb05e !important;
    color: white;
}

.notification-messages {
    font-family: 'Roboto';
}
.notification-messages .message-wrapper .description{
    line-height: 14px;
}

#form-login .form-control input:focus{
    background-color: #fff !important;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px !important;
    padding: 6px 11px !important;
}


.box-custom{
    background-color: #daeff7;
    padding: 10px;
    border: 1px solid #a6e1f7;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.auto-scroll-100{
    overflow-y: auto;
    max-height: 100px;
}
.auto-scroll-200{
    overflow-y: auto;
    max-height: 200px;
}
.auto-scroll-300{
    overflow-y: auto;
    max-height: 300px;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    padding: 5px !important;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a{
    border-radius: 5px !important;
}












