html, body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #344644;
    /*background: #363636;*/
    background: #232323;
}

summary {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 400;
}

h1 {
    clear: both;
    color: #ed6f00;
    margin: 15px 0;
    padding-left: 30px;
    font-size: 25px !important;
}

h2 {
    clear: both;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}

h3 {
    border-bottom: 1px solid #C2C2C2;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

h3 > span {
    border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px 5px;
}

h4 {
    /*font-size: 22px;*/
    font-size: 1.2em;
}

.main-box h4 {
    font-weight: bolder;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 1rem;
    margin-left: 0rem;
    padding-left: 0rem;
}

h5 {
    font-size: 18px;
}

a {
    color: #b95700;
    outline: none !important;
}

a:hover,
a:focus {
    color: #b95700;
}

form {
    margin-block-end: 0;
}

.container {
    padding-left: 8px;
    padding-right: 8px;
}

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

.sticky-table-header {
    position: relative!important;
    top: 0;
    overflow-x: visible;
}

.sticky-table-header th {
    position: sticky!important;
}

.table > thead > tr > th {
    padding-left: 2px;
    font-size: 0.875em;
}

.table td.border-right {
    border-right: 2px solid #C2C2C2;
}

textarea.form-control {
    min-height: 30px;
}

.main-box__title .btn,
.main-box__title .btn-sm {

    height: 38px;
    padding-top: 8px;

}

/* new xxs layout for extra small devices */
@media (max-width: 420px) {
    .hidden-xxs {
        display: none !important;
    }

    tr.hidden-xxs {
        display: table-row !important;
    }

    th.hidden-xxs,
    td.hidden-xxs {
        display: table-cell !important;
    }

    .visible-xxs {
        display: block !important;
    }

    tr.visible-xxs {
        display: none !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: none !important;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

blockquote,
blockquote.pull-right {
    border-color: #ed6f00;
    padding: 10px 20px 10px 40px;
}

blockquote.pull-right {
    padding-left: 20px;
    padding-right: 40px;
}

blockquote p {
    font-style: italic;
}

blockquote:before {
    color: #C2C2C2;
    display: inline;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: -28px;
    margin-top: 0;
    position: absolute;
    width: auto;
}

blockquote.pull-right:before {
    margin-left: 0;
    right: 50px;
}

.container {
    margin: 0;
    width: 100%;
}

.navbar-toggle {
    border: medium none;
    color: #FFFFFF;
    font-size: 1.4em;
    height: 50px;
    margin: 0;
    text-shadow: none;
    width: 50px;
    z-index: 100;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 white;
}

.nav > li {
    float: left;
}

.main-box  a.btn {
    margin: 0;
}

.btn {
    border-radius: 0;
    /* border: none; */
}

.navbar-nav {
    margin: 0 0 0 10px;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 24px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    min-width: 223px;
}

.dropdown-menu > li > a {
    color: #707070;
    font-size: 0.875em;
    line-height: 1.7;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f6f6f6;
    color: #707070;
}

.dropdown-menu > li > a {
    padding-left: 35px;
    -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;
}

.dropdown-menu > li > a > i {
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}

.nav-pills > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 0;
}

.navbar > .container .navbar-brand {
    color: #FFFFFF;
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 700;
    padding-left: 24px;
}

#logo.navbar-brand > img {
    float: left;
    padding-right: 4px;
}

#header-navbar .input-group {
    display: block;
}

#header-navbar {
    background: #262626;
    border: 0 none;
    border-radius: 0 0 0 0;
    margin: 0;
    min-height: 50px;
    color: #fff;
    /*-webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);*/
    /*-moz-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);*/
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);*/
}

#header-navbar .settings-icon, #header-navbar .profile-icon, #header-navbar .refresh-icon, #header-navbar .logout-icon {
    width: 30px;
    height: 30px;
}

#header-navbar .navbar-form .form-group {
    position: relative;
}

#header-navbar .navbar-form .form-control {
    background: #131313;
    color: #707070;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    font-size: 0.75em;
}

#header-navbar .navbar-form .nav-search-icon {
    position: absolute;
    color: #707070;
    right: 6px;
    top: 8px;
}

#header-navbar .nav > li > a {
    height: 50px;
}

#header-navbar .nav > li > a > span.count {
    background: #fe635f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    top: 9px;
    right: 8px;
}

#header-navbar .profile-dropdown > a {

    line-height: 35px;
}

#header-navbar .profile-dropdown > a > img {
    margin-right: 5px;
    float: left;
}

#header-navbar .profile-dropdown > a > span {
    float: left;
    display: block;
    margin-right: 3px;
}

#header-nav .form-control {
    border-radius: 0;
    border: 0;
}

#header-navbar .nav > li > a {
    font-size: 1em;
    padding-left: 9px;
    padding-right: 9px;
    color: #fff;
    border: none;
}

#header-navbar .nav > li > a > i,
#sidebar-nav .nav > li > a > i {
    font-size: 1.25em;
}

#sidebar-nav .nav > li > a:focus,
#sidebar-nav .nav .open > a,
#sidebar-nav .nav .open > a:focus {
    background: inherit;
}

#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a,
#header-navbar .nav .open > a:hover,
#header-navbar .nav .open > a:focus,
#sidebar-nav .nav > li > a:hover,
#sidebar-nav .nav .open > a:hover,
.navbar-toggle:hover,
.navbar-toggle:focus,
.mobile-search.active > .btn {
    background: #262626;
    /*-webkit-box-shadow: inset 0 -1px 0 white;*/
    /*box-shadow: inset 0 -1px 0 white;*/
    color: #ed6f00;
    outline: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a,
#sidebar-nav .nav-pills > li.active > a:hover,
#sidebar-nav .nav-pills > li.active > a:focus {
    background-color: #262626;
    color: #ed6f00;
    /*-webkit-box-shadow: 0 -1px 0 0 #b95700 inset, 0 0px 4px rgba(59, 59, 59, 0.6);*/
    /*box-shadow: 0 -1px 0 0 #b95700 inset, 0 0px 4px rgba(59, 59, 59, 0.6);*/
}

#header-navbar .nav > li .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header-navbar .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.mobile-search {
    overflow: hidden;
}

.mobile-search > a.btn {
    float: right;
}

.drowdown-search {
    background: #FFFFFF;
    display: block;
    left: 168px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.25s ease-out 0s;
    transition: left 0.25s ease-out 0s;
    width: 0;
    z-index: 1;
    overflow: hidden;
}

.drowdown-search form .form-group {
    position: relative;
    margin: 0 15px;
}

.drowdown-search form .form-control {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #344644;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding-left: 5px;
    padding-right: 26px;
}

.drowdown-search form .nav-search-icon {
    color: #344644;
    font-size: 1.2em;
    position: absolute;
    right: 5px;
    top: 13px;
    cursor: pointer;
}

.drowdown-search form .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #344644;
}

.drowdown-search form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #344644;
}

.drowdown-search form .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #344644;
}

.drowdown-search form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #344644;
}

.mobile-search.active {
    width: 220px;
}

.mobile-search.active .drowdown-search {
    width: 220px;
    left: 0;
}

@media (max-width: 992px) {
    .mobile-search {
        position: inherit !important;
        overflow: visible;
    }

    .drowdown-search {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        display: block;
        left: 0;
        padding: 10px 0;
        top: 50px;
        width: 100%;
        display: none;
        -webkit-transition: none;
        transition: none;
    }

    .drowdown-search form .form-control {
        font-size: 1.6em;
        font-weight: 600;
    }

    .drowdown-search form .nav-search-icon {
        font-size: 1.8em;
        right: 15px;
        top: 8px;
    }

    .mobile-search.active {
        width: auto;
    }

    .mobile-search.active .drowdown-search {
        display: block;
        width: 100%;
        left: 0;
    }
}

.navbar-nav > li > .dropdown-menu.notifications-list {
    min-width: 320px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 8px;
    color: #707070;
}

.notifications-list .item-header {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.notifications-list .item {
    border-top: 1px solid #EBEBEB;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}

.notifications-list .item a {
    clear: both;
    white-space: normal;
    padding-bottom: 7px;
    padding-top: 7px;
}

.notifications-list .item > a > i {
    color: #fe635f;
}

.notifications-list .item a .content {

}

.notifications-list .item a .time {
    color: #ed6f00;
    margin-left: 10px;
    position: absolute;
    right: 13px;
    white-space: normal !important;
}

.notifications-list .item a .time i {
    margin-right: 3px;
}

.notifications-list .item-footer {
    background: #E1E1E1;
    padding-bottom: 0;
    padding-top: 0;
}

.notifications-list .item-footer a {
    padding: 8px 20px;
    text-align: center;
    -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;
}

.notifications-list .item-footer a:hover,
.notifications-list .item-footer a:focus {
    background-color: #ed6f00;
    color: #fff;
}

.notifications-list .pointer {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    top: -12px;
    width: 12px;
}

.notifications-list .pointer .pointer-inner {
    position: relative;
}

.notifications-list .pointer .arrow {
    border-color: transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 6px;
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

.notifications-list .pointer .arrow-border {
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 7px;
    cursor: pointer;
    left: -1px;
    position: absolute;
    top: -2px;
    z-index: 1001;
}

.messages-list .item.first-item {
    border-top: 0 !important;
}

.messages-list .item > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    -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;
}

.messages-list .item > a > img {
    position: absolute;
    margin-top: 10px;
}

.messages-list .item > a > .content {
    display: block;
    padding-left: 50px;
    padding-top: 5px;
}

.messages-list .item > a > .content .content-headline {
    color: #605F5F;
    display: block;
    font-weight: 600;
}

.messages-list .item > a > .content .content-text {
    display: block;
    line-height: 1.4;
}

#col-left {
    position: relative;
    color: #003940;
}

#col-left a {
    color: #e1e1e1;
}

#col-left a:hover,
#col-left .nav-active a.nav-link,
#col-left a.active {
    color: #fff;
}

#nav-col {
    padding: 0;
}

#sidebar-nav {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: #262626;
}

#sidebar-nav .nav > li {
    margin: 0;
}

#sidebar-nav .nav > li:nth-child(3n+3):before {

    content: "";
    position: absolute;
    text-align: center;
    height: 1px;
    width: 50%; /* or 100px */
    left: 30%;
    border-bottom: 1px solid #4F4F4F;
    bottom: 0;

}

#sidebar-nav .nav > li:nth-child(3n+3) {
    padding-bottom: 3rem;
}


#sidebar-nav .nav > li > a {
    color: #B5B5B5;
    /*height: 58px;*/
    line-height: 33px;
    padding-left: 30px;
    /*border-bottom: 1px solid #4F4F4F;*/
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, padding-bottom 0.4s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, padding-bottom 0.4s;
    overflow: hidden;
    text-align: center;

}

/*#sidebar-nav .nav > li:nth-child(3n+3):before{*/
/*    content : "";*/
/*    position: absolute;*/
/*    left    : 30%;*/
/*    bottom  : 0;*/
/*    height  : 1px;*/
/*    width   : 50%;  !* or 100px *!*/
/*    border-bottom: 0.5px solid #D3D3D3;*/

/*}*/

/*#sidebar-nav .nav > li > a:hover {*/
/*    -webkit-box-shadow: 0 -1px 0 0 #b95700 inset;*/
/*    box-shadow: 0 -1px 0 0 #b95700 inset;*/
/*}*/

#sidebar-nav .nav > li.open > a {
    border-bottom-color: #454545;
    outline: none;
    text-decoration: none;
    /*padding-bottom: 8rem;*/
    transition: all 0.4s;
}

#sidebar-nav .nav > li > a > i {
    position: absolute;
    margin-top: 11px;
}

#sidebar-nav .nav > li > a > span {
    padding-left: 35px;
}

#sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
    color: #595858;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
}

#sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon {
    color: #fff;
}

#sidebar-nav .nav li .submenu {
    display: none;
    background: #454545;
    padding: 0;
    margin: 0;
    list-style: none;


}

/*#sidebar-nav .nav li .submenu*/
/*{*/
/*    position: absolute;*/
/*    z-index: 1000000;*/
/*    top: 50px;*/
/*    width: 200px;*/
/*    left: 228px;*/
/*}*/


#sidebar-nav .nav li.active > .submenu {
    display: block;
}

#sidebar-nav .nav li .submenu > li {
    position: relative;
}

#sidebar-nav > ul > li.open > ul > li > a:before,
#sidebar-nav > ul > li.active > ul > li > a:before {
    content: '' !important;
    width: 0px;
    height: 0px;
    display: none;
    opacity: 0%;
}

#sidebar-nav .nav li .submenu > li > a {
    border-bottom: 1px solid #3E3E3E;
    border-top: 1px solid #4E4E4E;
    display: block;
    font-size: 0.875em;
    line-height: 28px;
    padding: 4px;
    padding-left: 25px;
    color: #fff;
    outline: none;
    text-decoration: none;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

#sidebar-nav .nav li .submenu > li:first-of-type > a {
    border-top: 0;
}

#sidebar-nav .nav li .submenu > li:last-of-type > a {
    border-bottom: 1px solid #4E4E4E;
}

#sidebar-nav .nav li .submenu > li > a:hover,
#sidebar-nav .nav li .submenu > li > a.active {
    text-decoration: none;
    background-color: #313131;
    /* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    position: absolute;
}

#sidebar-nav .nav > .open > .submenu .submenu {
    display: none;
}

#sidebar-nav .nav > .open > .submenu > li > a {
    position: relative;
}

#sidebar-nav .nav > .open > .submenu > .open > a {
    background: inherit;
    border-bottom-color: #171717;
    -webkit-box-shadow: 0 -1px 0 #171717 inset;
    box-shadow: 0 -1px 0 #171717 inset;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu {
    background-color: #171717;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover {
    background-color: #232323;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu a {
    border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 80px;
}

#sidebar-nav .nav > .open > .submenu > li > a.dropdown-toggle > .drop-icon {
    font-size: 10px;
    margin-top: -5px;
}

#sidebar-nav .nav > .open > .submenu > .open > a.dropdown-toggle > .drop-icon {
    margin-top: -6px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #sidebar-nav .nav li .submenu > li > a {
        padding-left: 35px;
    }
}

@media (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }

    #sidebar-nav.navbar-collapse {
        max-height: 336px;
    }

    #sidebar-nav .nav > li > a {
        height: 48px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
        overflow: hidden !important;
    }
}

@media (max-width: 768px) {
    #logo {
        width: 150px;
        padding-left: 0;
        font-size: 1em;
    }

    #logo img {
        height: 19px;
    }
}

@media (max-width: 400px) {
    #header-navbar .container {
        padding: 0;
    }

    #logo {
        width: auto;
        margin-left: 15px;
    }

    #logo span {
        display: none;
    }

    .profile-dropdown .dropdown-toggle {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #header-nav .nav {
        margin-left: 0;
    }
}

#content-wrapper {
    /*background: #FBFBFB;*/
        background-color: white;
    /*height: 100%;*/
    margin: 0;
    position: relative;
    min-height: 100%;
    padding: 15px;
}


.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    -o-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    padding: 32px 32px 32px;
    border-radius: 10px;
    margin: 1rem 0;
}

.main-box__title h2 {
    margin-block-start: 6px;
    margin-block-end: 6px;
    padding-left: 0px;
    font-weight: bolder;
    color: #232323;
    position: relative;
    width: auto;
    display: inline-block;
}

.main-box__title {
    padding-right: 32px;
    padding-left: 32px;
    margin: -32px -32px 1rem;
    position: relative;
    width: auto;
    border-bottom: 1px solid #b5b5b5;
    background-color: #ededed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

.main-box__title p {
    padding: 10px 0 10px 30px;
}

.main-box__actions {
    position: relative;
    display: inline-block;
    width: auto;
    padding-top: 20px;
}


@media (max-width: 768px) {
    .main-box {
        margin-bottom: 10px;
    }
}

#footer-bar {
    height: 50px;
    line-height: 50px;
    color: #cccccc;
    font-size: 0.875em;
}

#footer-copyright {
    text-align: center;
    margin: 0;
}

#footer-copyright a {
    color: #ccc;
}

#footer-copyright a:hover {

}

/* OTHER */
.the-icons {
    font-size: 0.875em;
    line-height: 2;
}

.the-icons .glyphicon {
    width: 30px;
    text-align: center;
}

.tabs-wrapper .nav-tabs {
    margin-bottom: 15px;
}

.tabs-wrapper .tab-content {
    margin-bottom: 20px;
    padding: 0 10px;
}

.dropdown-example ul.dropdown-menu {
    display: block;
}

svg {
    width: 100% !important;
}

input:required:invalid:focus {
    border-color: #FE635F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px #DD504C;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px #DD504C;
}

.touched:required:invalid {
    border-color: #FE635F;
    -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;
}

input:required:valid {
}

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

.btn.btn-table {
    font-size: 10px;
    height: 30px;
    width: 30px;
    padding: 4px 0;
    text-align: center;
}

.btn.btn-table i.fa {
    font-size: 14px !important;
    margin: 2px 0 0 0 !important;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table-fixed-header.active .fixed-thead {
    position: fixed;
    top: 0;
    background: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.inline-scroll {
    scrollbar-width: auto;
    scrollbar-color: #c7c7c7 #ffffff;
}

/* Chrome, Edge, and Safari */
.inline-scroll::-webkit-scrollbar {
    width: 12px;
}

.inline-scroll::-webkit-scrollbar-track {
    background: #ffffff;
}

.inline-scroll::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 12px;
    border: 3px solid #ffffff;
}

.transparent-indication {
    background-image: linear-gradient(45deg, #a2a2a2 25%, transparent 25%), linear-gradient(-45deg, #a2a2a2 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #a2a2a2 75%), linear-gradient(-45deg, transparent 75%, #a2a2a2 75%);
    background-size: 16px 16px;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}

.align-labels-left .form-control,
.align-labels-left .select2,
.align-labels-left .input-group {
    width: 50% !important;
    display: inline-block !important;

}

.align-labels-left .datepicker-input {
    width: 33% !important;
}


.align-labels-left > label {
    width: 30% !important;
    display: inline-block !important;
}

.main-box .checkbox label {
    width: auto;
    padding-left: 1rem !important;
}

/*.main-box .form-group select{*/
/*    border: 1px solid #232323 !important;*/
/*    border-radius: 5px;*/
/*    !*font-weight: bolder;*!*/
/*    padding: 1rem;*/
/*    font-size: 14px;*/
/*}*/
/*.main-box .form-group .form-control*/
/*{*/
/*    padding: 1rem;*/
/*}*/
/*.main-box .form-group input*/
/*{*/
/*    padding: 0.5rem !important;*/
/*}*/
/*.main-box .form-group select:focus*/
/*{*/
/*    background-color: blue;*/
/*    color: white;*/
/*}*/
/*.input-sm*/
/*{*/
/*    height: auto;*/
/*}*/
/*select.input-sm*/
/*{*/
/*    padding: 0.4rem !important;*/
/*}*/

.input-sm {
    padding-top: 0px;
    padding-bottom: 2px;
}

.button-row {
    margin-top: 25px;

}

.table-actions {


    position: relative;
    display: block;
    padding: 2rem 0rem 1rem 1rem;

}

/*.flipped_scroll, .flipped_scroll .table,*/
/*.flipped_scroll*/
/*{*/
/*    -ms-transform: rotateX(180deg);*/
/*    -webkit-transform: rotateX(180deg);*/
/*    transform: rotateX(180deg);*/
/*}*/
.actions-row {
    margin-top: 2rem;
}

.bottom-action {
    margin-bottom: 2rem !important;
}
.main-box__sticky
{
    position: fixed;
    bottom: 3.5rem;
    right: 2.5rem;
    z-index: 99999999999999999;
    padding: 1rem;

}
#counter__box {
    position: fixed;
    bottom: 0.5rem;
    left: 40%;
    width: 80%;
    display: none;

}

.counter__box__active {
    display: block !important;
}

#counter__box #counter {
    background-color: #ed6f00;
    border-radius: 50%;
    /* padding: 0.6rem; */
    margin-left: 1rem;
    margin-right: 1rem;
    color: white !important;
    display: inline-block;
    /* width: auto; */
    width: 25px;
    /* height: 25px; */
    text-align: center;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    border: none !important;
}


#counter__box .main-box {
    padding: 10px !important;

}

.counter__text {
    width: 45%;
    display: inline-block;
}

#counter__box .counter__buttons {
    width: 50%;
    display: inline-block;
    text-align: right;
}

#counter__box .btn {
    border-radius: 20px !important;
}

html {
    overflow-x: hidden;
}