/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #ed6f00 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ed6f00;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.flex-row {
    display: flex!important;
    flex-direction: row;
}

.justify-center {
    justify-content: center!important;
}

.justify-between {
    justify-content: space-between!important;
}

.flex-item {
    flex: none;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #e1e1e1;
}

.alert-sm {
    padding: 1rem 1rem;
}

.reset-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.btn-microsoft {
    background-color: #43a7e5!important;
}

.status-bar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    background-color: #fdffc7;
    border-left: 1px solid #303030;
    border-top: 1px solid #303030;
    max-width: 100%;
    overflow: hidden;
    z-index: 100;
    border-top-left-radius: 3px;
}

.search-bar input[type=text] {
    background-color: #424242;
    border: 1px solid transparent;
    border-radius: 5px 0 0 5px;
    border-right: none;
    color: white;
    width: 75%;
    padding: 8px 32px 8px 16px;
    font-size: 16px;
}

.search-bar .input-group .input-group-addon {
    color: white;
    border-color: #E1E1E1 !important;
    border: none;

}

.search-bar .input-group .input-group-addon button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0060DF;

    color: white;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0px 4px 4px 0px;
    padding: 8px 12px;
    font-weight: 600;
}

.search-bar form {
    text-align: left;
}

.advancedSearchLabel {
    font-weight: 600;
}

.search-bar input[type="checkbox"] {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    border: solid 1px #ffffff;
    margin: -0.4rem 0.5rem -0.4rem 1rem;
}

.search-bar input[type="checkbox"]:focus-visible,
.search-bar input[type="checkbox"]:focus {
    outline-offset: 0px !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.search-bar input[type="checkbox"]:checked {
    background-color: #ed6f00;
    color: #99a1a7;
}

.search-bar input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 2px;
    color: white;
}

.search-text .fa-search,
.search-text {
    display: inline-block;
    padding-left: 0.5rem;
    margin: 0rem;
}

.fa-search {
    padding-right: 0.5rem;
}

.pagination.active {
    font-weight: bold;
    color: #b95700 !important;
}

thead.white {
    background-color: white;
}

thead.file-category-header {
    cursor: pointer;

}

thead.file-category-header th {
    text-align: left;
    font-style: italic;

}

thead.file-category-header:hover {
    background-color: #eebd5c;
}

tbody.file-category-list {

    transition: all 0.4s;
    height: 0;
    overflow: hidden;
    display: none;
}

iframe {
    border: none!important;
    border-width: 0px;
}

iframe:hover {
    border: none!important;
}

.hide-menu-link, .show-menu-link {
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid #4F4F4F;
    font-size: 12px;
}

.show-menu-link {
    display: none;
}

.mobile_dropdown {
    display: none;
}

@media only screen and (max-width: 990px) {
    .hide-menu-link {
        display: none;
    }

    .show-menu-link {
        display: none;
    }

    .mobile_dropdown {
        display: block;
    }
}

#nav-col {
    z-index: 100;
}

@media (min-width: 991px) {
    .menu-hidden #nav-col {
        display: none;
    }

    .menu-hidden .show-menu-link {
        display: block;
    }

    .menu-hidden #content-wrapper {
        width: 100%;
    }
}

.transparent-bg {
    background-color: transparent !important;
}

.emerald-bg {
    background-color: #3fcfbb !important; /*2fb2a0*/
}

.red-bg {
    background-color: #fe635f !important; /*dd504c*/
}

.yellow-bg {
    background-color: #f1c40f !important; /*d5ac08*/
}

.green-bg {
    background-color: #8dc859 !important; /*77ab49*/
}

.purple-bg {
    background-color: #8f44ad !important;
}

.gray-bg {
    background-color: #7e8c8d !important; /*626f70*/
}

.emerald {
    color: #3fcfbb !important;
}

.red {
    color: #fe635f !important;
}

.yellow {
    color: #f1c40f !important;
}

.green {
    color: #8dc859 !important;
}

.purple {
    color: #8f44ad !important;
}

.gray {
    color: #7e8c8d !important;
}

.dark-gray {
    color: #344644 !important;
}

.txt-white {
    color: #fff !important;
}

.txt-white-hover:hover {
    color: #fff !important;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    padding-left: 8px;
}

.top-page-ui {
    padding-top: 15px
}

/* BUTTONS */
.btn {
    border: none;
    /*padding: 1rem 12px;*/
    border-bottom: 4px solid;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: none;
    border-radius: 5px;
    /*margin: 0rem 1rem;*/
}

.btn-default,
.wizard-cancel,
.wizard-back {
    background-color: #7e8c8d;
    border-color: #626f70;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.wizard-cancel:hover,
.wizard-cancel:focus,
.wizard-cancel:active,
.wizard-cancel.active,
.wizard-back:hover,
.wizard-back:focus,
.wizard-back:active,
.wizard-back.active {
    background-color: #949e9f;
    border-color: #748182;
    color: #fff;
}

.btn-default .caret {
    border-top-color: #FFFFFF;
}

.btn-info {
    background-color: #5daee7;
    border-color: #4c95c9;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #4c95c9;
    border-color: #3f80af;
}

.btn-link {
    border: none;
}

#login-box-inner .input-group-addon {
    border: 1px solid #ccc !important;
}

.btn-primary {
    background-color: #ed6f00;
    border-color: #dc6e00;
    border-radius: 5px;
    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
}

.actions__button .btn-primary:hover,
.actions__button .btn-primary:focus,
.actions__button .btn-primary {
    background-color: #0060DF !important;
    border-color: #004db2 !important;
}


.actions__button .dropdown-menu .btn {
    border: none !important;
    background: transparent !important;
    color: black !important;
    text-align: left;
    font-weight: 500 !important;
}

.actions__button .dropdown-menu .btn:before {
    content: "";
}

.actions__button .dropdown-menu ul {
    padding-left: 0rem !important;
}

.actions__button .dropdown-menu li {
    list-style: none;
    border-bottom: solid 1px #f5f5f5;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #dc8728;
    border-color: #cd7828;


}

.btn-primary.disabled {
    background-color: #d5954c;
    border-color: #cb8346;
}

.btn-primary[disabled] {
    display: none;
}

.btn btn-primary {
    background-color: #8dc859;
    border-color: #77ab49;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn btn-primary:hover,
.btn btn-primary:focus,
.btn btn-primary:active,
.btn btn-primary.active,
.open .dropdown-toggle.btn btn-primary {
    background-color: #77ab49;
}

.btn-danger {
    background-color: #fe635f;
    border-color: #dd504c;
    border-radius: 5px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #dd504c;
}

.btn-warning {
    background-color: #f1c40f;
    border-color: #d5ac08;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #e0b50a;
    border-color: #bd9804;
}

.btn-secondary {
    background-color: white;
    border: solid 2px #ed6f00 !important;
    color: #ed6f00 !important;
    font-weight: 600;
    border-radius: 5px;
    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem !important;*/

}

.btn-secondary:hover {
    color: #ed6f00;
}


.icon-box {

}

.icon-box .btn {
    border: 1px solid #e1e1e1;
    margin-left: 3px;
    margin-right: 0;
}

.icon-box .btn:hover {
    background-color: #eee;
    color: #2BB6A3;
}

/* LABELS */
.label {
    border-radius: 0.5rem;
    font-size: 0.875em;
    font-weight: 400;
}

.label-default,
.fc-event.label-default {
    background-color: #7e8c8d;
}

.label-primary,
.fc-event.label-primary {
    background-color: #2bb6a3;
}

.label-success,
.fc-event.label-success {
    background-color: #8dc859;
}

.label-info,
.fc-event.label-info {
    background-color: #8f44ad; /*#2b9db6;*/
}

.label-warning,
.fc-event.label-warning {
    background-color: #f1c40f;
}

.label-danger,
.fc-event.label-danger {
    background-color: #fe635f;
}

.label.label-large {
    font-size: 1em;
    padding: 0.4em 0.8em 0.5em;
}

#calendar .fc-event,
.external-event {
    border-left: 4px solid #209081;
}

#calendar .fc-event.label-success,
.external-event.label-success {
    border-left: 4px solid #77AB49;
}

#calendar .fc-event.label-warning,
.external-event.label-warning {
    border-left: 4px solid #D5AC08;
}

#calendar .fc-event.label-danger,
.external-event.label-danger {
    border-left: 4px solid #DD504C;
}

#calendar .fc-event.label-info,
.external-event.label-info {
    border-left: 4px solid #65287e;
}

#calendar .fc-event.label-default,
.external-event.label-default {
    border-left: 4px solid #626F70;
}

@media only screen and (max-width: 440px) {
    #calendar .fc-header-right,
    #calendar .fc-button-today,
    #calendar .fc-header-space {
        display: none;
    }
}

/* ALERTS */

.alert {
    border-radius: 1rem;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 4px;
}

.alert-success {
    border-color: #77AB49;
}

.alert-warning {
    border-color: #D5AC08;
}

.alert-danger {
    border-color: #DD504C;
}

.alert-info {
    background-color: #e9fdfb;
    border-color: #c6eae6;
    color: #2BB6A3;
}

.alert-info .alert-link {
    color: #209081;
}

/* PAGINATION */
.pagination {
    margin: 5px 0;
    color: #b5b5b5;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
    color: #2BB6A3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2BB6A3;
    border-color: #2BB6A3;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
}

.scrollbox {
    height: 300px;
    overflow-y: scroll;
}

/* ITEMS */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #2BB6A3;
    border-color: #2BB6A3;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

/* BADGES */
.badge.badge-danger {
    background-color: #fe635f;
}

.badge.badge-success {
    background-color: #8DC859;
}

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

.badge.badge-primary {
    background-color: #2BB6A3;
}

.badge.badge-ruyters {
    background-color: #ed6f00;
}

.badge.badge-info {
    background-color: #8F44AD;
}

/* TABS */
.nav-tabs > li > a {
    border-radius: 0;
    outline: none;
    color: #555 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #b95700 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #eee;
}

.nav .caret {
    border-bottom-color: #2BB6A3;
    border-top-color: #2BB6A3;
}

/* PANEL */
.panel-default > .panel-heading {
    background-color: #2BB6A3;
    border-color: #2BB6A3;
    color: #FFFFFF;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
    border: 0 none;
}

.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.accordion .panel-title > a {
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 15px;
}

.accordion .panel-title > a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.accordion .panel-title > a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top: -5px;
    font-size: 0.75em;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordion .panel-title > a.accordion-toggle.collapsed:after {
    content: "\f067";
}

.accordion .panel-title > a.accordion-toggle > i {
    width: 24px;
    text-align: center;
    padding-right: 6px;
}

/* TABLES */
.horizontal-scroll {
    position: relative;
}

.horizontal-scroll thead {
    display: block;
    width: 100%;
}

.horizontal-scroll table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;

}

.horizontal-scroll table tbody {
    display: table;
    width: 100%;
}

thead {
    background-color: white;
}

.table {
    border-collapse: separate;
    margin-bottom: 0px;
}

#checkoutTable > thead > tr > th,
.table > tbody > tr > td {
    padding: 2px !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr > td.highlighted,
.table-hover > tbody > tr:hover > th {
    background-color: #eebd5c;
}

.table .stickyheader > tr > th {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 0;
    color: #b5b5b5;
    position: sticky;
    top: 0rem;

    z-index: 999;
    background-color: white;

}

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

.table tbody > tr > td {
    font-size: 0.875em;
    background-color: #FFFFFF;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

.specification-table tbody > tr > td {
    vertical-align: top !important;
    /*padding-left: 2rem;*/
    /*padding-right: 2rem;*/
}

.specification-table thead > tr > th {
    /*white-space: nowrap;*/
    /*padding: 1rem 2rem;*/
}

.table tbody tr {
    /*display: table-row;*/
    /*width: 100%;*/
    /*table-layout: fixed;*/
}

.tableFloatingHeaderOriginal {
    /*background: whitesmoke !important;*/
    /*position: sticky;*/
    /*top: 0rem;*/
    /*height: 7rem;*/
    /*z-index: 10 ;*/
}

.table tbody > tr > td:first-child,
.table thead > tr > th:first-child {
    -padding-left: 20px;
}

.table thead > tr > th span {
    border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.table thead > tr > th > a span {
    color: #344644;
}

.table thead > tr > th > a span:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 0.75em;
}

.table thead > tr > th > a.asc span:after {
    content: "\f0dd";
}

.table thead > tr > th > a.desc span:after {
    content: "\f0de";
}

.table thead > tr > th > a:hover span {
    text-decoration: none;
    color: #2bb6a3;
    border-color: #2bb6a3;
}

.table.table-hover tbody > tr > td {
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}

.table tbody tr td .call-type {
    display: block;
    font-size: 0.75em;
    text-align: center;
}

.table tbody tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em;
}

.table tbody tr td .first-line span {
    font-size: 0.875em;
    color: #969696;
    font-weight: 300;
}

.table tbody tr td .second-line {
    font-size: 0.875em;
    line-height: 1.2;
}

.table a.table-link {
    margin: 0 5px;
    font-size: 1.125em;
}

.table a.table-link:hover {
    text-decoration: none;
    color: #2aa493;
}

.table a.table-link.danger {
    color: #fe635f;
}

.table a.table-link.danger:hover {
    color: #dd504c;
}

.table-products tbody > tr > td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
    position: relative;
}

.table-products tbody > tr:hover > td {
    text-decoration: none;
    background-color: #f6f6f6;
}

.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.table-products .price > i {
    color: #8dc859;
}

.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.table-products .warranty > i {
    color: #f1c40f;
}

.table .fa {
    font-size: 18px;
    margin-right: 4px;

}
.main-box .fa
{
    color: whitesmoke;
    background-color: #ed6f00;
    padding: 0.6rem;
     height: 22px;
     width: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
/*.main-box .fa-edit*/
/*{*/
/*    padding: 0.5rem !important;*/
/*    height: 25px !important;*/
/*    width: 25px !important;*/
/*}*/

.table .fa-check {
color: white;
background-color: #ed6f00;
/*padding: 1rem;*/
border-radius: 50%;

}

.table .fa-check:before {
font-weight: lighter !important;
}

.table .fa-times {
/*padding: 0.4rem 0.7rem !important;*/
border: solid 1px #ed6f00 !important;
border-radius: 50% !important;
background-color: white !important;
}

.table .fa-times:before {
color: #ed6f00 !important;
}

.table > tfoot > tr > td {
padding: 3px;
}

.daterange-filter {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
cursor: pointer;
padding: 5px 10px;
}

.filter-block .form-group {
margin-right: 10px;
position: relative;
}

.filter-block .form-group .form-control {
height: 36px;
}

.filter-block .form-group .search-icon {
position: absolute;
color: #707070;
right: 8px;
top: 11px;
}

.filter-block .btn {
margin-left: 5px;
}

@media only screen and (max-width: 440px) {
.filter-block {
    float: none !important;
    clear: both
}

.filter-block .form-group {
    float: none !important;
    margin-right: 0;
}

.filter-block .btn {
    display: block;
    float: none !important;
    margin-bottom: 15px;
    margin-left: 0;
}

#reportrange {
    clear: both;
    float: none !important;
    margin-bottom: 15px;
}
}

/* USER LIST TABLE */
.user-list tbody td > img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}

.user-list tbody td .user-link {
    display: block;
    font-size: 0.875em;
    padding-top: 3px;
    margin-left: 60px;
}

.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}

/* FORMS */
.form-group {
    /*margin-bottom: 5px;*/
}

label {
    font-weight: 400;
    font-size: 0.875em;
}

.Division-label {
    vertical-align: top;
}

.input-xs {
    font-size: 10px;
    padding: 2px 4px;
    line-height: 1.5;
    height: 24px;
}

.text-right-inputs input[type=text] {
    text-align: right;
}

.form-control {
    border-radius: 0px;
    border-color: #e1e1e1;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 0.875em;
}

.form-control:focus {
    border-color: #ed6f00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 100, 38, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 100, 38, 0.60);
}

.form-inline-box {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E1E1E1;
    padding: 7px;
}

.has-success .form-control {
    border-color: #8DC859;
}

.has-success .help-block,
.has-success .control-label {
    color: #77AB49;
}

.has-success .form-control:focus {
    border-color: #77AB49;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77AB49;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77AB49;
}

.has-success .input-group-addon {
    color: #8DC859;
    background-color: #dff0d8;
    border-color: #8DC859;
}

.has-warning .form-control {
    border-color: #F1C40F;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #D5AC08;
}

.has-warning .form-control:focus {
    border-color: #D5AC08;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D5AC08;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D5AC08;
}

.has-warning .input-group-addon {
    color: #F1C40F;
    background-color: #fcf8e3;
    border-color: #F1C40F;
}

.has-error .form-control {
    border-color: #FE635F;
}

.has-error .help-block,
.has-error .control-label {
    color: #DD504C;
}

.has-error .form-control:focus {
    border-color: #DD504C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DD504C;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DD504C;
}

.has-error .input-group-addon {
    color: #FE635F;
    background-color: #f2dede;
    border-color: #FE635F;
}

.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
    border-radius: 0;
    line-height: 1;
    font-size: 0.875em !important;
}

.input-group > .input-group-btn > .btn {
    border: 0;
    height: 34px
}

.input-group-addon {
    background: transparent;
    /*border-top: solid 1px black;*/
    /*border-bottom: solid 1px black;*/
}

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

.help-block {
    font-size: 0.875em;
}

.checkbox-inline > input {
    margin-top: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #ff8b17;
}

.bootstrap-timepicker-widget table td input {
    border: 1px solid #ccc;
    width: 30px !important;
    height: 30px;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget table td a:hover {
    border-radius: 0 !important;
}

.select2 {
    width: 100%;
}

select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../images/admin/icons/blue_select_arrow.png") !important;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
    background-repeat: no-repeat;
}

select[multiple] {
    background-image: none !important;
}


select[multiple=multiple] {
    background-image: none !important;
}

.form-group-select2 label {
    display: block;
}

.select2-results .select2-result-label {
    font-size: 0.875em;
}

.select2-container .select2-choice {
    font-size: 0.875em;
}

.select2-container.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 0.875em;
    background-color: #FFFFFF;
    color: #555555;
    display: block;
    font-size: 0.875em;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.select2-container.select2-container-multi .select2-choices {
    border-color: #ccc;
}

.select2-container.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 22px;
    background: #c2f5ef;
    border-radius: 0;
    border-color: #ccc;
    color: #707070;
    font-size: 0.875em;
}

.select2-container.select2-container-multi .select2-search-choice-close {
    top: 8px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #ccc;
}

.select2-container .select2-choice {
    border-radius: 0 !important;
    background: #fff !important;
    border-color: #E1E1E1 !important;
    height: 34px !important;
    line-height: 34px !important;
}

.select2-container .select2-choice .select2-arrow {
    border-radius: 0 !important;
    background: #eee !important;
    border-color: #E1E1E1 !important;
    width: 24px !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 3px 4px !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #ccc !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #ccc !important;
}

.select2-drop-active {
    border-color: #ccc !important;
}

.tt-query {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    overflow: scroll;
    outline: none;
}

.btn-toolbar.editor-toolbar {
    margin-bottom: 7px;
}

.checkbox-nice {
    position: relative;
    padding-left: 15px;
}

.checkbox-nice input[type=checkbox] {
    visibility: hidden;
}

.checkbox-nice label:before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    background: #ffffff;
    content: "";
    border: 1px solid #e1e1e1;
}

.checkbox-nice label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 7px;
    left: 6px;
    border: 3px solid #2bb6a3;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-nice label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.checkbox-nice input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* FORM ON/OFF SWITCH */
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34D1BE;
    color: #FFFFFF;
}

.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
    background-color: #8dc859;
}

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
    background-color: #fe635f;
}

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
    background-color: #f1c40f;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* INFOGRAPHIC BOX */
.infographic-box i {
    font-size: 2.9em;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    width: 40px;
    text-align: center;
}

.infographic-box .headline {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
}

.infographic-box .value {
    font-size: 2.1em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
}

.infographic-box i.red {
    color: #fe635f;
}

.infographic-box i.emerald {
    color: #2bb6a3;
}

.infographic-box i.green {
    color: #8dc859;
}

.infographic-box i.yellow {
    color: #f1c40f;
}

/* GALLERY */
#gallery-photos-wrapper {
    position: relative;
}

#gallery-photos {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#gallery-photos li {
    float: left;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}

#gallery-photos li .photo-box {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #eee;
    border: 1px solid #c6c6c6;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: move;
    min-width: 100px;
    min-height: 100px;
    padding-top: 98%;
}

#gallery-photos .remove-photo-link {
    cursor: pointer;
    display: none;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -28px;
}

#gallery-photos li .remove-photo-link .icon-stack {
    font-size: 2em;
}

#gallery-photos li:hover .photo-box:after {
    background: rgba(63, 207, 187, 0.35);
    position: absolute;
    content: "";
    top: 0;
    right: 8px;
    bottom: 0;
    left: 8px;
}

#gallery-photos li:hover .remove-photo-link {
    display: block;
}

/* NESTABLE LIST */
.dd {
    position: relative;
    display: block;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle-list {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #E1E1E1;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 1em;
    color: #000000;
    text-align: center;
    border: 1px solid #E1E1E1;
    padding-top: 4px;
}

.dd-handle {
    background: none repeat scroll 0 0 #F6F6F8;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000000;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2bb6a3;
    background: #fff;
}

.dd-handle .nested-links {
    float: right;
}

.dd-handle .nested-links .nested-link {
    margin: 0 2px;
}

.dd-handle .nested-links .nested-link:last-child {
    margin-right: 0;
}

.dd-handle .nested-links .nested-link i {
    font-size: 1.25em;
}

.dd-item-list .dd-handle {
    padding-left: 40px;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
}

.nestable-lists .dd-placeholder {
    background: #E9FDFB;
    border-color: #2FB2A0;
}

/* #nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background:	-moz-linear-gradient(top, #bbb 0%, #999 100%);
	background:		 linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { 
	background: #bbb; 
}
#nestable2 .dd-item > button:before { 
	color: #fff; 
} */

@media only screen and (min-width: 700px) {

    .dd {
        float: left;
        width: 48%;
    }

    .dd + .dd {
        margin-left: 2%;
    }

}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/* SLIDER */
.slider-vertical {
    height: 200px;
    float: left;
    margin-right: 20px;
}

/* AUTOCOMPLETE */
.tt-query,
.tt-hint {
    width: 400px;
}

.twitter-typeahead {
    display: block !important;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    padding-top: 5px;
    padding-left: 11px;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 1em;
    line-height: 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #ff8b17;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 12px;
}

/* example specific styles */
.example-twitter-oss .tt-suggestion {
    padding: 8px 20px;
}

.example-twitter-oss .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc;
}

.example-twitter-oss .repo-language {
    float: right;
    font-style: italic;
    font-size: 12px;
}

.example-twitter-oss .repo-name {
    font-weight: bold;
}

.example-twitter-oss .repo-description {
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    .typeahead,
    .tt-query,
    .tt-hint {
        width: 100%;
    }

    .tt-dropdown-menu {
        width: 100%;
    }
}

/* PASSWORD METER */
#pwindicator {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 150px;
}

.pwdindicator .bar {
    height: 4px;
}

.pwdindicator .pwdstrength-label {

}

.pwdindicator.pw-very-weak .bar {
    background: #fb241f;
    width: 30px;
}

.pwdindicator.pw-very-weak .pwdstrength-label {
    color: #fb241f;
}

.pwdindicator.pw-weak .bar {
    background: #fe635f;
    width: 60px;
}

.pwdindicator.pw-weak .pwdstrength-label {
    color: #fe635f;
}

.pwdindicator.pw-mediocre .bar {
    background: #f1c40f;
    width: 90px;
}

.pwdindicator.pw-mediocre .pwdstrength-label {
    color: #f1c40f;
}

.pwdindicator.pw-strong .bar {
    background: #f3b31a;
    width: 120px;
}

.pwdindicator.pw-strong .pwdstrength-label {
    color: #f3b31a;
}

.pwdindicator.pw-very-strong .bar {
    background: #8dc859;
    width: 150px;
}

.pwdindicator.pw-very-strong .pwdstrength-label {
    color: #8dc859;
}

/* LOGIN PAGE */
#login-page,
#login-page-full {
    background-color: #eee;
}

#login-box {
    background: #fff;
    max-width: 450px;
    min-width: 280px;
    border: 1px solid #e1e1e1;
    border-bottom-width: 5px;
    margin: 60px auto 20px;
}

#login-box #login-box-header {
    height: 5px;
}

#login-box #login-box-header > div {
    height: 100%;
    width: 16.6667%;
    float: left;
}

#login-box #login-box-header .login-box-header-red {
    background: #fe635f;
}

#login-box #login-box-header .login-box-header-green {
    background: #8dc859;
}

#login-box #login-box-header .login-box-header-yellow {
    background: #f1c40f;
}

#login-box #login-box-header .login-box-header-purple {
    background: #8f44ad;
}

#login-box #login-box-header .login-box-header-blue {
    background: #5de7d7;
}

#login-box #login-box-header .login-box-header-gray {
    background: #7e8c8d;
}

#login-box-inner {
    padding: 50px 42px;
}

#login-logo {
    display: block;
    margin: 30px auto 60px;
    text-align: center;
    font-size: 2.1em;
    font-weight: 600;
}

#login-box .input-group {
    margin-bottom: 10px;
}

#login-box .input-group input {
    font-weight: 300;
}

#login-box .input-group .input-group-addon {
    padding-left: 0;
    padding-right: 0;
    min-width: 50px;
}

#login-box .input-group .input-group-addon i {
    color: #efefef;
}

#login-box #login-forget-link {
    display: block;
}

#login-box .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.125em;
}

#login-box-inner .input-group > .form-control,
#login-box-inner .input-group > .input-group-addon {
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

#login-box-inner .input-group > .input-group-addon {
    height: 44px;
}

@media only screen and (max-width: 768px) {
    #login-box {
        margin-top: 20px;
    }

    #login-logo {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    #login-box #login-forget-link {
        text-align: center;
        margin-top: 20px;
    }

    #login-box-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#login-page .login-create,
#login-page-full .login-create {
    margin-bottom: 20px;
}

#login-page-full .container {
    max-width: 1440px;
    margin: 0 auto;
}

#login-page-full .login-full-create {
    margin-right: 20px;
    line-height: 50px;
}

#login-full-left {
    margin-top: 50px;
    margin-bottom: 20px;
}

#login-full-left h1 {
    text-align: center;
    color: #363636;
    font-weight: 600;
    margin-bottom: 40px;
}

#login-full-left h2 {
    text-align: center;
    margin-top: 30px;
}

#login-full-left p.login-full-devices {
    margin-top: 30px;
}

#login-full-left .login-full-features {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#login-full-left .login-full-features > li {
    display: inline-block;
    margin: 0 8px;
}

#login-full-left .login-full-features > li > i {
    display: block;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 4px;
}

#login-full-left .login-full-features > li > span {
    display: block;
    text-align: center;
    font-size: 0.845em;
    line-height: 1.2;
}

/* PROGRESS BAR */
.progress {
    background-color: #eee;
    border-radius: 0;
    height: 8px;
    margin-bottom: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background-color: #5de7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #8dc859;
}

.progress-bar-info {
    background-color: #8f44ad;
}

.progress-bar-warning {
    background-color: #f1c40f;
}

.progress-bar-danger {
    background-color: #fe635f;
}

.progress.progress-2x {
    height: 12px;
}

.progress.progress-3x {
    height: 16px;
}

.progress.progress-4x {
    height: 20px;
}

/* POPOVER */
.popover {
    border: 1px solid #1BBC9B;
}

.popover.right .arrow {
    border-right-color: #1BBC9B;
}

.popover.left .arrow {
    border-left-color: #1BBC9B;
}

.popover.bottom .arrow {
    border-bottom-color: #1BBC9B;
}

.popover.top .arrow {
    border-top-color: #1BBC9B;
}

.popover-content {
    font-size: 0.875em;
}

/* MODAL */
.modal-content {
    border-radius: 0.5rem;
}

/* ERROR PAGE */
#error-page {
    background-color: #eeeeee;
}

#error-box {
    min-width: 280px;
    text-align: center;
    margin: 40px auto 20px;
}

#error-box h1 {
    margin-top: 40px;
    color: #605f5f;
    padding: 0;
}

#error-box p {
    margin: 20px 0;
}

/* DATEPICKER */
.datepicker,
.daterangepicker,
.daterangepicker .calendar-date {
    border-radius: 0 !important;
}

.daterangepicker .ranges .input-mini {
    border-radius: 0 !important;
}

.datepicker td,
.datepicker th,
.daterangepicker td,
.daterangepicker th {
    border-radius: 0 !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background: #2BB6A3 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #2BB6A3 !important;
}

.daterangepicker td.in-range {
    background: #dff9f5 !important;
}

.daterangepicker .ranges li {
    border-radius: 0 !important;
    color: #2BB6A3 !important;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #2BB6A3 !important;
    border-color: #2BB6A3 !important;
    color: #fff !important;
}

.daterangepicker .range_inputs button.applyBtn {
    min-width: 74px;
    margin-right: 7px;
}

.daterangepicker .range_inputs button.cancelBtn {
    min-width: 74px;
}

/* CONVERSATION */
.conversation-inner {
    padding: 0 0 5px 0;
    margin-right: 10px;
}

.conversation-item {
    padding: 5px 0;
    position: relative;
}

.conversation-user {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-top: 6px;
}

.conversation-body {
    background: #f5f5f5;
    font-size: 0.875em;
    width: auto;
    margin-left: 60px;
    padding: 8px 10px;
    position: relative;
}

.conversation-body:before {
    border-color: transparent #f5f5f5 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    cursor: pointer;
    left: -12px;
    position: absolute;
    top: 25px;
}

.conversation-item.item-right .conversation-body {
    background: #eda95a;
}

.conversation-item.item-right .conversation-body:before {
    border-color: transparent transparent transparent #eda95a;
    left: auto;
    right: -12px;
}

.conversation-item.item-right .conversation-user {
    float: right;
}

.conversation-item.item-right .conversation-body {
    margin-left: 0;
    margin-right: 60px;
}

.conversation-body > .name {
    font-weight: 600;
    font-size: 1.125em;
}

.conversation-body > .time {
    position: absolute;
    font-size: 0.875em;
    right: 10px;
    top: 0;
    margin-top: 10px;
    color: #605f5f;
    font-weight: 300;
}

.conversation-body > .time:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top: 4px;
    font-size: 0.875em;
}

.conversation-body > .text {
    padding-top: 6px;
}

.conversation-new-message {
    padding-top: 10px;
}

/* RECENT - USERS */
.widget-users {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-users li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    height: 96px;
}

.widget-users li > .img {
    float: left;
    margin-top: 8px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.widget-users li > .details {
    margin-left: 60px;
}

.widget-users li > .details > .name {
    font-weight: 600;
}

.widget-users li > .details > .name > a {
    color: #344644;
}

.widget-users li > .details > .name > a:hover {
    color: #2bb6a3;
}

.widget-users li > .details > .time {
    color: #2bb6a3;
    font-size: 0.75em;
    padding-bottom: 7px;
}

.widget-users li > .details > .time.online {
    color: #8dc859;
}

/* RECENT - PRODUCTS */
.widget-products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-products li {
    border-bottom: 1px solid #ebebeb;
}

.widget-products li > a {
    height: 88px;
    display: block;
    width: 100%;
    color: #344644;
    padding: 3px 10px;
    position: relative;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.widget-products li > a:after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    margin-top: 32px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 0;
    color: #cccccc;
    font-size: 1.3em;
}

.widget-products li > a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
}

.widget-products li .img {
    display: block;
    float: left;
    text-align: center;
    width: 70px;
    height: 68px;
    overflow: hidden;
    margin-top: 7px;
}

.widget-products li .product {
    display: block;
    margin-left: 90px;
    margin-top: 19px;
}

.widget-products li .product > .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.widget-products li .product > .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.widget-products li .product > .price > i {
    color: #8dc859;
}

.widget-products li .product > .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.widget-products li .product > .warranty > i {
    color: #f1c40f;
}

@media only screen and (max-width: 440px) {
    .widget-products li > a {
        height: auto;
        padding-bottom: 10px;
    }

    .widget-products li .product > .price {
        width: 100%;
    }

    .widget-products li .product > .warranty {
        clear: both;
        width: 100%;
    }

    .widget-products li > a:after {
        display: none;
    }
}

/* RECENT - TODO */
.widget-todo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-todo > li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 5px;
}

.widget-todo > li:hover {
    background-color: #f6f6f6;
}

.widget-todo .name {
    float: left;
}

.widget-todo .name span.label {
    margin-left: 5px;
}

.widget-todo > li input:checked + label {
    text-decoration: line-through;
}

.widget-todo .actions {
    float: right;
    padding-right: 5px;
    padding-top: 2px;
}

.widget-todo .actions > a {
    margin: 0 2px;
    color: #707070;
}

.widget-todo .actions > a.badge {
    color: #fff;
}

.widget-todo .actions > a:hover {
    text-decoration: none;
    color: #2BB6A3;
}

.widget-todo .actions > a.badge:hover {
    background-color: #fff;
}

.widget-todo .actions > a > i {
    font-size: 1.125em;
}

/* CHART SMALL */
.dashboard-stats {
    margin: 20px -20px -20px;
}

.chart-small {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    outline: none;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: #344644;
    -webkit-transition: background-color 0.1s ease-in-out 0s;
    transition: background-color 0.1s ease-in-out 0s;
}

.chart-small:last-child,
.chart-small.last {
    border-right: 0;
}

.chart-small:hover {
    background-color: #f9f9f9;
    text-decoration: none;
    color: #344644;
}

.chart-small .headline {
    font-weight: 600;
    font-size: 0.875em;
    padding: 0 20px;
}

.chart-small .value {
    font-weight: 600;
    font-size: 2em;
    padding: 0 20px;
}

.chart-small-content {
    max-height: 100px;
}

@media (max-width: 768px) {
    .chart-small:nth-child(2) {
        border-right: 0;
    }
}

/* PRICING */
.pricing-package {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-package .pricing-package-inner {
    color: #7d7d7d;
    position: relative;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.pricing-package .pricing-star {
    background: url(../../img/pricing-star.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 40px;
    color: #fff;
    font-size: 0.65em;
    text-align: center;
    line-height: 1.1;
    padding-top: 9px;
    right: -10px;
    top: -20px;
}

.pricing-package .package-header {
    background: #3fcfbb;
}

.pricing-package .package-header h3 {
    height: 36px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 2px 0 0;
    border: 0;
    font-size: 1.5em;
}

.pricing-package .package-header .stars {
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.pricing-package .package-content {
    padding: 0 14px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.pricing-package .package-content .package-price {
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    height: 75px;
    line-height: 75px;
}

.pricing-package .package-content .package-price .package-month {
    font-size: 0.6em;
    font-weight: normal;
}

.pricing-package .package-top-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-package .package-top-features li {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.5;
    padding: 8px 0;
}

.pricing-package .package-top-features li:first-child {
    border-top: 1px solid #ebebeb;
}

.pricing-package .package-features {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.pricing-package .package-features li {
    font-size: 0.875em;
    padding: 4px 0;
    line-height: 1.3;
    color: #cccccc;
    padding-left: 25px;
}

.pricing-package .package-features li.has-feature {
    color: #7d7d7d;
    -webkit-transition: color 0.1s ease-in-out 0s;
    transition: color 0.1s ease-in-out 0s;
}

.pricing-package .package-features li.has-feature:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #8dc859;
    margin-top: -2px;
    position: absolute;
    left: 0;
}

.pricing-package .package-features li.has-nofeature:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #fe635f;
    margin-top: -2px;
    position: absolute;
    left: 0;
}

.pricing-package .package-footer {
    text-align: center;
    padding-top: 16px;
}

.pricing-package .package-footer .btn > span {
    color: #77ab49;
    padding-right: 6px;
    -webkit-transition: color 0.1s ease-in-out 0s;
    transition: color 0.1s ease-in-out 0s;
}

.pricing-package .package-footer .btn:hover > span {
    color: #fff;
}

.pricing-package.simple .package-header h3 {
    font-size: 1.3em;
    padding: 0;
    line-height: 42px;
    height: 42px;
}

.pricing-package.simple .package-content .package-price {
    font-size: 1.8em;
    height: 60px;
    line-height: 60px;
}

.pricing-package.simple .package-top-features li {
    font-size: 0.875em;
}

.pricing-package.simple .package-top-features li:last-child {
    border-bottom: 0;
}

.pricing-package:hover .pricing-package-inner {
    background-color: #f9f9f9;
    color: #344644;
}

.pricing-package:hover .package-features li.has-feature {
    color: #344644;
}

/* INVOICE */
#invoice-companies {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 20px -20px;
}

#invoice-companies .invoice-box {
    border-right: 1px solid #e1e1e1;
    padding: 25px 20px;
    height: 100%;
    min-height: 165px;
}

#invoice-companies .invoice-icon {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    color: #e1e1e1;
    text-align: center;
}

#invoice-companies .invoice-icon > i {
    font-size: 2.4em;
    display: block;
}

#invoice-companies .invoice-company {
    float: left;
}

#invoice-companies .invoice-company h4 {
    font-size: 1.4em;
}

#invoice-companies .invoice-box.invoice-box-dates {
    border-right: 0;
}

#invoice-companies .invoice-dates .invoice-date > strong {
    text-transform: uppercase;
    line-height: 28px;
}

#invoice-companies .invoice-dates .invoice-date > span {
    font-size: 1.3em;
}

#invoice-companies .invoice-dates .invoice-date.invoice-due-date > span {
    font-weight: bold;
}

#invoice-companies .invoice-dates .invoice-number > strong {
    text-transform: uppercase;
    line-height: 48px;
}

#invoice-companies .invoice-dates .invoice-number > span {
    color: #2bb6a3;
    font-size: 1.9em;
}

.invoice-box-total {
    line-height: 1.8;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
}

.invoice-box-total .invoice-box-total-label {
    font-size: 1.125em;
}

.invoice-box-total .invoice-box-total-value {
    font-size: 1.125em;
}

.invoice-box-total .grand-total {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
}

.invoice-summary {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -3px;
    margin-right: -3px;
}

.invoice-summary > div {
    padding-left: 3px;
    padding-right: 3px;
}

.invoice-summary .invoice-summary-item {
    background: #dcfffa;
    text-align: center;
    padding: 10px 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.invoice-summary .invoice-summary-item > span {
    font-size: 0.75em;
}

.invoice-summary .invoice-summary-item > div {
    font-size: 1.125em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #invoice-companies .invoice-dates {
        padding-top: 15px;
    }

    #invoice-companies .invoice-dates .invoice-number > span {
        font-size: 1.4em;
    }

    #invoice-companies .invoice-dates .invoice-number > strong {
        font-size: 0.875em;
        line-height: 33px;
    }

    #invoice-companies .invoice-dates .invoice-date > span {
        font-size: 1.1em;
    }

    #invoice-companies .invoice-dates .invoice-date > strong {
        font-size: 0.875em;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    #invoice-companies .invoice-box {
        border-bottom: 1px solid #e1e1e1;
        border-right: 0;
        border-left: 0;
    }

    #invoice-companies .invoice-box.invoice-box-dates {
        border-bottom: 0;
    }

    .invoice-summary .invoice-summary-item {
    }
}

/* USER PROFILE */
#user-profile h2 {
    padding-right: 15px;
}

#user-profile .profile-status {
    font-size: 0.75em;
    padding-left: 12px;
    margin-top: -10px;
    padding-bottom: 10px;
    color: #8dc859;
}

#user-profile .profile-status.offline {
    color: #fe635f;
}

#user-profile .profile-img {
    border: 1px solid #e1e1e1;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-profile .profile-label {
    text-align: center;
    padding: 5px 0;
}

#user-profile .profile-label .label {
    padding: 5px 15px;
    font-size: 1em;
}

#user-profile .profile-stars {
    color: #FABA03;
    padding: 7px 0;
    text-align: center;
}

#user-profile .profile-stars > i {
    margin-left: -2px;
}

#user-profile .profile-since {
    text-align: center;
    margin-top: -5px;
}

#user-profile .profile-details {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0;
}

#user-profile .profile-details ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

#user-profile .profile-details ul > li {
    margin: 3px 0;
    line-height: 1.5;
}

#user-profile .profile-details ul > li > i {
    padding-top: 2px;
}

#user-profile .profile-details ul > li > span {
    color: #34d1be;
}

#user-profile .profile-header {
    position: relative;
}

#user-profile .profile-header > h3 {
    margin-top: 10px
}

#user-profile .profile-header .edit-profile {
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 0;
}

#user-profile .profile-tabs {
    margin-top: 30px;
}

#user-profile .profile-user-info {
    padding-bottom: 20px;
}

#user-profile .profile-user-info .profile-user-details {
    position: relative;
    padding: 4px 0;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    width: 110px;
    float: left;
    bottom: 0;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 110px;
    padding-top: 4px;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
    margin-left: 120px;
}

#user-profile .profile-social li {
    padding: 4px 0;
}

#user-profile .profile-social li > i {
    padding-top: 6px;
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
        float: none;
        position: relative;
        text-align: left;
    }

    #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
        margin-left: 0;
    }

    #user-profile .profile-social {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    #user-profile .profile-header .edit-profile {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    #user-profile .profile-message-btn .btn {
        display: block;
    }
}

@media (min-width: 1400px) {
    #nav-col {
        width: 12%;
    }

    #content-wrapper {
        width: 88%;
        box-shadow: inset 0px 4px 48px rgb(118 118 118 / 20%);
    }
}

.loading {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: black;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.loading-center {
    margin: 25% 0 0 0;
    text-align: center;
}

.loading-center h2 {
    padding: 0;
}

.table-price {
    text-align: right;
    padding-right: 10px !important;
    white-space: nowrap;
}

.table > thead > tr > td.halfway, .table > tbody > tr > td.halfway, .table > tfoot > tr > td.halfway, .table > thead > tr > th.halfway, .table > tbody > tr > th.halfway, .table > tfoot > tr > th.halfway, .table > thead > tr.halfway > td, .table > tbody > tr.halfway > td, .table > tfoot > tr.halfway > td, .table > thead > tr.halfway > th, .table > tbody > tr.halfway > th, .table > tfoot > tr.halfway > th {
    background-color: rgba(250, 227, 108, 0.74);
}

.form-group.required > label::after {
    content: ' *';
    color: red;
}



/* icons without button */
.offerte-icon, .offerte-icon-orange, .reject-icon, .actions-arrow, .open-icon, .email-icon-orange,.time-icon,
.unit-price-icon, .billing-statement-icon, .report-icon, .add-product-icon, .notes-icon-button,.upload-icon,
.calender-icon-button, .sendMessage-icon-orange, .orange-cross, .open-icon-orange, .remove-icon,
.copy-icon-orange,.cut-icon,.scroll-icon, .print-icon-button, .addperson-icon, .check-icon-button,
.save-icon, .save-icon-white, .send-icon, .purchaseOrder-icon, .filter-icon-white, .filter-icon-orange,
.export-icon, .purchaseOrder-icon-white, .relation-icon-white, .employee-icon, .birthday-icon, .driverlicense-icon, .history-icon, .remove-filter-icon, .mark-save-icon,
.view-button-icon, .dropdown-button-icon {
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-position: left;
    background-position-x: 12px;
}

/* icons with button */
.hide-icon, .stop-icon, .notes-icon, .uploadfiles-icon, .print-icon,
.print-icon, .view-icon, .edit-icon, .calender-icon, .collapse-icon, .dropdown-icon, .arrow-icon, .settings-icon, .logout-icon, .refresh-icon, .profile-icon, .check-icon {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s;
}

/*#action-box .dropdown-icon{*/
/*    position: relative;*/
/*    right: 0px;*/
/*    top: 0px;*/
/*}*/
.dropdown-icon {
    transition: all 0.4s;
    background-image: url("../../images/admin/icons/dropdown-icon.png");
    position: absolute;
    right: 16px;
    top: 15px;
    width: 25px;
    height: 25px;
}
.time-icon{
    background-image: url("../../images/admin/icons/time-icon.png");
}
.upload-icon
{
    background-image: url("../../images/admin/icons/upload-icon.png");
}
.open-icon-orange
{
    background-image: url("../../images/admin/icons/open-icon-orange.png");
}
.orange-cross
{
    background-image: url("../../images/admin/icons/orange-cross.png");
}
.sendMessage-icon-orange
{
    background-image: url("../../images/admin/icons/sendMessage-orange.png");
}
.calender-icon-button
{
    background-image: url("../../images/admin/icons/calendar.png");
}
.notes-icon-button
{
    background-image: url("../../images/admin/icons/notes-icon.png");
}
.add-product-icon
{
    background-image: url("../../images/admin/icons/addproduct.png");
}
.report-icon
{
    background-image: url("../../images/admin/icons/processverbaal.png");
}
.billing-statement-icon
{
    background-image: url("../../images/admin/icons/afrekenstaat.png");
}
.unit-price-icon
{
    background-image: url("../../images/admin/icons/eenheidsprijs.png");
}

.check-icon-button
{
    background-image: url("../../images/admin/icons/checkmark-icon.png");
}

.addperson-icon
{
    background-image: url("../../images/admin/icons/addperson-icon.png");
}
.print-icon-button
{
    background-image: url("../../images/admin/icons/print-icon.png");
}

.scroll-icon{
    background-image: url("../../images/admin/icons/Scroll-icon.png");
}
.cut-icon
{
    background-image: url("../../images/admin/icons/Cut-icon-white.png");
}
.copy-icon-orange
{
    background-image: url("../../images/admin/icons/copy-icon.png");
}
.email-icon-orange {
    background-image: url("../../images/admin/icons/email-icon.png");
}

.actions-arrow {
    background-image: url("../../images/admin/icons/actions-arrow.png") !important;
}

.reject-icon {
    background-image: url("../../images/admin/icons/reject-icon.png");
}

.arrow-turn {
    transition: all 0.4s;
    transform: rotateZ(180deg) !important;

}

.notes-icon {
    background-image: url("../../images/admin/icons/Button-notes.png");
}

.stop-icon {
    background-image: url("../../images/admin/icons/Icoon_stop.png");
}

.hide-icon {
    background-image: url("../../images/admin/icons/hide.png");
}

.offerte-icon-orange {
    background-image: url("../../images/admin/icons/offerte_orange.png") !important;
}

.offerte-icon {
    background-image: url("../../images/admin/icons/offerte.png") !important;
}

.dropdown-button-icon {
    background-image: url("../../images/admin/icons/Dropdown_open.png") !important;
}

.check-icon {
    background-image: url("../../images/admin/icons/check-icon.png") !important;
}

.logout-icon {
    background-image: url("../../images/admin/icons/svg-icons/Uitloggen.svg") !important;
}

.profile-icon {
    background-image: url("../../images/admin/icons/svg-icons/profiel.svg") !important;
}

.settings-icon {
    background-image: url("../../images/admin/icons/svg-icons/tandwiel.svg") !important;
}

.refresh-icon {
    background-image: url("../../images/admin/icons/svg-icons/refresh.svg") !important;
}

.open-icon {
    background-image: url("../../images/admin/icons/Open_icon.png");
}

.mark-save-icon {
    background-image: url("../../images/admin/icons/mark-save-icon.png") !important;
}

.remove-filter-icon {
    background-image: url("../../images/admin/icons/remove-filter.png") !important;
}

.employee-icon {
    background-image: url("../../images/admin/icons/werknemers-icon.png") !important;
}

.birthday-icon {
    background-image: url("../../images/admin/icons/verjaardag-icon.png") !important;
}

.driverlicense-icon {
    background-image: url("../../images/admin/icons/rijbewijs-icon.png") !important;
}

.history-icon {
    background-image: url("../../images/admin/icons/historie-icon.png") !important;

}

.collapse-icon {
    background-image: url("../../images/admin/icons/collapse-icon.png") !important;
}

.calender-icon {
    background-image: url("../../images/admin/icons/calender-icon.png") !important;
}

.remove-icon {
    background-image: url("../../images/admin/icons/remove-icon.png") !important;
}

.edit-icon {
    background-image: url("../../images/admin/icons/edit-icon.png") !important;
}

.relation-icon-white {
    background-image: url("../../images/admin/icons/relatie-icon-white.png") !important;
}

.arrow-icon {
    background-image: url("../../images/admin/icons/arrow-icon.png") !important;
}

.export-icon {
    background-image: url("../../images/admin/icons/Export-icon.png") !important;
}

.export-icon:active, .export-icon:focus {
    background-image: url("../../images/admin/icons/Export-icon.png") !important;
}

.view-button-icon {
    background-image: url("../../images/admin/icons/view-icon-button.png") !important;
}

.view-icon {
    background-image: url("../../images/admin/icons/view-icon.png") !important;

}

.save-icon {
    background-image: url("../../images/admin/icons/opslaan-icon.png") !important;
}

.save-icon-white {
    background-image: url("../../images/admin/icons/opslaan-icon-white.png") !important;
}

.send-icon {
    background-image: url("../../images/admin/icons/verstuur-icon.png") !important;
}

.purchaseOrder-icon-white {
    background-image: url("../../images/admin/icons/bestelbon-icon-white.png") !important;
}

.purchaseOrder-icon {
    background-image: url("../../images/admin/icons/bestelbon-icon.png") !important;
}

.filter-icon-white {
    background-image: url("../../images/admin/icons/Filter-Icon-white.png") !important;
}

.filter-icon-orange {
    background-image: url("../../images/admin/icons/Filter-icon.png") !important;
}

.print-icon {
    background-image: url("../../images/admin/icons/print.png") !important;
}

.nav-pills a:before {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    /* margin-right: 1rem; */
    left: 30px


}

#dLabel {
    margin: 0rem 1rem;
}

.settings-icon:hover, .profile-icon:hover, .refresh-icon:hover, .logout-icon:hover,
.nav-pills a:hover:before {
    filter: invert(61%) sepia(54%) saturate(5150%) hue-rotate(2deg) brightness(92%) contrast(107%);
}

.nav-pills .active a:before {
    filter: invert(61%) sepia(54%) saturate(5150%) hue-rotate(2deg) brightness(92%) contrast(107%);
}

.nav-pills .Personeel:before {

    content: url("../../images/admin/icons/svg-icons/personeel.svg");


}

.nav-pills .Dashboard:before {
    content: url("../../images/admin/icons/svg-icons/dashboard.svg");
}

.nav-pills .Afrekenstaten:before {
    content: url("../../images/admin/icons/svg-icons/afrekenstaten.svg");
}

.nav-pills .Bestelbonnen:before {
    content: url("../../images/admin/icons/svg-icons/bestelbonnen.svg");
}

.nav-pills .Relaties:before {
    content: url("../../images/admin/icons/svg-icons/relaties.svg");
}

.nav-pills .Werkspecificaties:before {
    content: url("../../images/admin/icons/svg-icons/werkspecificaties.svg");
}

.nav-pills .Offertes:before {
    content: url("../../images/admin/icons/svg-icons/offertes.svg");
}

.nav-pills .Opdrachten:before {
    content: url("../../images/admin/icons/svg-icons/opdrachten.svg");
}

.nav-pills .Proces:before {
    content: url("../../images/admin/icons/svg-icons/proces_verbaal.svg");
}

.nav-pills .Rapportages:before {
    content: url("../../images/admin/icons/svg-icons/rapportages.svg");
}

.nav-pills .Portaal:before {
    content: url("../../images/admin/icons/svg-icons/portaal.svg");
}

.nav-pills .Gegevens:before {
    content: url("../../images/admin/icons/svg-icons/gegevens.svg");
}

.nav-pills .Urenstaten:before {
    content: url("../../images/admin/icons/svg-icons/urenstaten.svg");
}

.nav-pills .Documenten:before {
    content: url("../../images/admin/icons/svg-icons/documenten.svg");
}

.nav-pills .Gebruikers:before {
    content: url("../../images/admin/icons/svg-icons/gebruikers.svg");
}

/*.main-box form input:nth-child(1)*/
/*{*/
/*    margin-left: 0px !important;*/
/*}*/
.main-box form input {
    /*margin-left: 2rem;*/
}

.main-box .form-group > * {
    margin-top: 0.5rem;
}

.specifications .form-group > * {
    margin-top: 0rem !important;
}

.select2 {
    /*margin-top: 2rem !important;*/
    border-radius: 5px;
    width: 100% !important;
}

.main-box .form-control,
.main-box form .select2-container--default {
    border-radius: 5px;
}

@media (max-width: 1250px) {
    .table tbody tr td {
        font-size: 0.875em;
    }

    .table thead tr th {
        font-size: 12px;
    }

    .export-icon {
        background-image: url("../../images/admin/icons/Export-icon.png");
        background-repeat: no-repeat;
        padding-left: 2rem;
        background-size: 15px 15px;
        background-position: left;
        background-position-x: 3px;
    }

    .main-box form input {
        margin-left: 0rem;
        font-size: 14px !important;
    }

    .main-box form {
        padding: 0rem !important;

    }
}

.main-box .table-responsive {
    height: max-content;
    transition: all 0.4s;
    overflow-y: scroll;
}

#advancedSearch {

}

#action-box {
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    background-color: white;
    width: 82.5%;

}

#action-box .btn-secondary, #action-box .btn-primary {
    margin-top: 1rem;
}

#action-box .btn-secondary {
    margin-left: 0px !important;
}

.input-group-addon {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}

.generated-calendar tbody tr td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.no-border-left {
    border-left: none !important;
}

.dropdown-menu .btn {
    display: block !important;
    /*width: 80% !important;*/
    /*margin: auto !important;*/
    margin-top: 1rem !important;
}

.actions__button {
    /*position: absolute;*/
    /*right: 54px;*/
    /*top: 32px;*/
    display: inline-block;
}

.actions__button .dropdown-toggle {
    /*   padding-left: 2rem !important;*/
    padding-right: 2rem !important;
}

.actions__button .dropdown-menu {
    /*right: 0px !important;*/
    left: -145px !important;
    /*padding-bottom: 1rem;*/
    padding: 1rem 0rem;
}

.border-radius-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    /*border-left: solid 1px black !important;*/
}

.border-radius-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    /*border-right: solid 1px black;*/
}

.border-remove-left-right {
    border-left: 0px !important;
    border-right: 0px !important;
}

.main-box__invis {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0rem !important;
}

.legenda__list {
    padding-left: 0px !important;
}

.legenda__list li {
    display: inline-block;
    font-size: 0.875em;

}

.legenda__list .fa-2x {
    font-size: 1em !important;
    background-color: transparent !important;
}
.legenda__list .fa
{
    padding: 0rem !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent;
}
.input-group-addon .fa{
    background-color: transparent !important;
    color: #555 !important;
    width: auto !important;
    height: auto !important;
    padding: 0rem !important;
}
.pull-right
{
    margin-top: 0.7rem !important;
}

.btn-title {
    float: right;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1rem {
    margin-top: 1rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mt-2hrem {
    margin-top: 2.5rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mt-4rem {
    margin-top: 4rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.mr-2rem {
    margin-right: 2rem;
}

.mr-3rem {
    margin-right: 3rem;
}

.mr-4rem {
    margin-right: 4rem;
}

.ml-1rem {
    margin-left: 1rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.ml-3rem {
    margin-left: 3rem;
}

.ml-4rem {
    margin-left: 4rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-2rem {
    padding-right: 2rem;
}

.pr-3rem {
    padding-right: 3rem;
}

.pr-4rem {
    padding-right: 4rem;
}

.border-bottom {
    border-bottom: 1px solid #C2C2C2;
}

.no-border-bottom {
    border-bottom: none!important;
}

.flex {
    display: flex;
}

.flex-grow  {
    flex-grow: 1;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.flex-align-center {
    align-items: center;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-item-align-bottom {
    align-self: flex-end;
}

.flex-gap-1 {
    gap: 1rem;
}

.flex-wrap {
    flex-wrap: wrap;
}


.flex-gap-2 {
    gap: 2rem;
}

.flex-gap-3 {
    gap: 3rem;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.card {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    display: inline-block;
}

.card-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid #c2c2c2;
}

.card-body {
    padding: 10px;
}

.input-grid {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 5px;
}

@media only screen and (max-width: 600px) {
    .input-grid {
        grid-template-columns: 1fr;
    }
}

.cb-input-grid {
    display: grid;
    grid-template-columns: 1fr 10fr;
    column-gap: 5px;
}

.input-grid > * {
    align-self: center;
    margin-bottom: 5px!important;
}

.cb-input-grid > * {
    align-self: center;
    margin-bottom: 5px !important;
}

.input-grid .span {
    grid-column: 1 / -1;
}

.cb-input-grid .span {
    grid-column: 1 / -1;
}

.input-grid .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.margin-none {
    margin: 0px!important;
}

tbody tr:hover {
    background-color: #e3ba9e!important;
}

.d-inline {
    display: inline!important;
}

.d-none {
    display: none!important;
}

.popover__wrapper {
    position: relative;
    display: inline-block;
}

.popover__content {
    width: max-content;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #f5f5f5;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 0.5rem;
}
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
    transition-duration: 0.1s;
    transition-property: transform;
}
.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
    text-align: center;
}

.grid-2-wide {
    content: "";
    display: table;
    clear: both;
    max-width: 610px;
}

.grid-2-wide-item {
    float: left;
    min-width: 49%;
    padding: 10px;
}

.text-white {
    color: white;
}

.panel-secondary > .panel-heading {
    background-color: #f5f5f5;
    border: 1px solid #c2c2c2;
}

.panel-secondary {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0.5rem;
}

.slider-controller {
    position: relative;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .25s;
    transition: all .25s;
}

.slider:hover {
    opacity: 1;
    height: 7px;
    -webkit-transition: .25s;
    transition: all .25s;
}

.slider-output {
    white-space: nowrap;
    margin-top: 1rem;
    background: #919191;
    color: white;
    text-align: center;
    padding: 4px 12px;
    position: absolute;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-output::after {
    content: "";
    white-space: nowrap;
    position: absolute;
    width: 2px;
    height: 7px;
    background: #919191;
    top: -1px;
    left: 50%;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e3762a;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e3762a;
    cursor: pointer;
}

.btn-inline-form,
.btn-group-inline-form > .btn {
    padding: 6px 10px!important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-responsive-forced {
    overflow-x: scroll;
}
