

html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana, Arial, sans-serif !important;
    font-size: 11px!important;
    color: #0f0f0f!important;
}

.no-padding {
    padding: 0px!important;
}


.modal-xs {
    /* new custom width */
    width: 300px!important;
    /* must be half of the width, minus scrollbar on the left (30px) */
}

.modal-s {
    /* new custom width */
    width: 400px!important;
    /* must be half of the width, minus scrollbar on the left (30px) */
}

.modal-l {
    /* new custom width */
    width: 800px!important;
    /* must be half of the width, minus scrollbar on the left (30px) */
}

.modal-xl {
    /* new custom width */
    width: 1000px!important;
    /* must be half of the width, minus scrollbar on the left (30px) */
}
.modal-xxl {
    width: 1250px!important;
}

.modal-full {
    width: calc(100% - 30px)!important;
}

.modal-body {
    max-height: calc(200vh - 200px);
    overflow-y: auto;
}







h1, .h2, .h3, h1, h2, h3 {
    margin: 5px 0px 10px 0px!important ;
    color: #6e6e6e!important;
}

.merch-transparent-pre {
    display: initial;
    font-size: 14px;
    color: black;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: 1px solid transparent;
    text-trim: normal;
    quotes: none;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana, Arial, sans-serif !important;
}

.form-horizontal .modal-inline-alert {
    margin-bottom: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

h1 {
    font-size: 18px !important;
}
h2 {
    font-size: 15px !important;
}
h3 {
    font-size: 13px !important;
}

.panel h1,
.panel h2,
.panel h3 {
    margin: 0px!important;
}



.loading {
    background: url("/assets/ctx/38ae5e9f/images/15.gif") #fff center no-repeat !important;
    background-size: cover !important;
}


.loading_zone {
    opacity: 0.5;
}

.smallText {
    font-size: 10px;
    line-height: 12px;
}

.centerText {
    text-align: center;
}

.clear {
    clear: both;
}

.qrcode {
    text-align: center;
    padding: 15px;
    background-color: rgba(238, 245, 249,0.5);
}

a {
    cursor: pointer;
}

a:focus,
a:focus-visible {
    outline: none !important;
}

.close {
    font-size: 18px!important;
}

/*Grid*/



.row {
    margin: 0px !important;
}

.flex_container {
    width: 100%;
    position: relative;
}
#header {
    position: fixed;
    top: 0px;
    width: 182px;
    height: 39px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    background-color: #4d7496;
    color: white;
    z-index: 99;
    /*border-bottom: 1px solid #e0e0e0;*/
}
.hide_menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px 7px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 0 #000;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.hide_menu:hover {
    text-decoration: none;
    color: white;
    background: #334d63;
}

.sidebar {
    width: 180px;
    display: block;
    float: left;
    border-right: 1px solid #d1d1d1;
    margin-top: 39px;
}

.sidebar_hide {
    display: none;
}
.sidebar #menu_tree {
    width: 177px;
}

.divider-ver {
    background: #ececec;
    min-height: 100%;
    width: 5px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.sidebar .divider-ver {
    position: absolute;
    right: -3px;
}

.divider-hor {
    background: #ececec;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: none;
    border-left: none;
}

#links .divider-hor {
    position: absolute;
    width: 178px;
    height: 10px;
}
.main {
    padding: 5px 10px;
    background-color: white;
}

.main-part {
    margin-left: 180px;
}

.main-full {
}

.actionbar {
    padding: 0 10px 0 0;
    width: calc(100vw - 172px);
    top: 0px;
    font-size: 12px;
    background-color: #4d7496;
    height: 39px;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    margin-left: -8px;
}

.actionbar_full {
    margin-left: 172px;
}


.footerbar {
    padding: 0 5px 10px 5px;
    width: 100%;
    bottom: 0px;
    font-size: 12px;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    margin-left: -8px;
}


.footerbar .divider-hor {
    height: 10px;
    margin-left: -6px;
    margin-bottom: 5px;
}

.footerbar .btn {
    margin-right: 10px;
}

.footerdiv {
    height: 50px;
}

 .flex_horisontal {
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     align-items: flex-start;
 }




/*End grid*/
/* Left blue panel*/





/*Logo*/


#logo {
    width: 140px;
    background: url("/assets/ctx/f55c646b/images/logo_mini.png") left top no-repeat;
    padding:0 0 0 30px;
}

#logo a {
    text-decoration: none;
    /*background: url("/assets/ctx/f55c646b/images/logo_mini.png") left top no-repeat;*/
    color: #fff;
    display: block;
    width: 140px;
    font-size: 14px;
    margin: auto;
}

#logo div {
    color: #96dfff;
    font-size: 9px;
    margin-top: -15px;
}


 #logo a span {
     display: inline-block;
 }

 #logo div {
     display: block;
     width: 140px;
     margin-top: -3px;
 }




/*End Logo*/
 .sidebar {
     position: fixed;
     top:0px;
     left: 0px;
     height: 100vh;
     font-size: 13px;
     border-right: 1px solid #ddd;
     background-color: #f9f9f9;
     z-index: 99;
 }

.sidebar ul {
    padding: 0px;
    list-style: none;
}
.sidebar li {
    position: relative;
    margin: 1px 0 0 0;
    border-bottom: 1px solid #ebebeb;
}

.sidebar ul li ul {
    margin: 0px;
    padding: 0px;
    background: #f1f1f1;
}
.sidebar a{
    text-shadow: 0 1px 0 #fff;
}
.sidebar .menu_container {
    display: none;
}

.sidebar .current_list {
    display: block;
}

.menu_push  {
    padding: 5px 7px 5px 5px;
    font-size: 16px!important;
    color: #d3d3d3;
    position: absolute;
    top: 2px;
    right: 0px;
}






.sidebar ul li a {
    display: block;
    padding: 5px;
    color: #555;
    border-left: 1px solid #eef5f9;
}

.sidebar ul li a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-left: 1px solid #42a4e5;
}

.sidebar ul li a.current {
    text-decoration: none;
    color: #074974;
    background-color: #eef5f9;
    border-left: 1px solid #70B0D9;
    font-weight: bold;
}


.sidebar ul li ul li a {
    border: none;
    padding-left: 15px;
}

.sidebar ul li ul li a:hover {
    border: none;
}

.sidebar ul li ul li a.current {
    border: none;
    background-color: #eef5f9;
}
.sidebar .currentDirectory {
    background-color: #eef5f9;
}
.show {
    display: block;
}

#menu_tree {
    height: calc(100vh - 65px - 95px);
    position: fixed;
    top: 40px;
    overflow-y: auto;
    margin-bottom: 30px;
}






.sidebar ul li ul li:first-child>a {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

#menu_tree::-webkit-scrollbar {
    width: 3px;
}

 #menu_tree::-webkit-scrollbar-track {
 }

 #menu_tree::-webkit-scrollbar-thumb {
       background-color: #337ab7;
   }

/*End Left blue panel*/


/*User block*/

#links {
    position: fixed;
    bottom: 0px;
    width: 178px;
}

#links .user_name {
    font-size: 13px;
    padding: 20px 5px 5px 5px
}

 #links .user_role {
    font-size: 12px;
     padding:0px 5px 5px 5px;
}
 #links .user_exit {
     padding: 5px;
     font-weight: bold;
     border-top: 1px solid #ddd;
 }

#links .user_exit a {
    color: #4C4C4C;
}
#links .user_exit a:hover {
    color: #000;
    text-decoration: none;
}


/*End user block*/

 /*Scroll to top*/

 #toTop {
     position:fixed;
     z-index:9999;
     bottom:10px;
     right:20px;
     cursor: pointer;
     color: #42a4e5;
     text-decoration: none;
     font-size: 20px;
     text-align: center;
     border-radius: 60px;
 }

.top {
    display: none;
}
/*Action bar*/


.actionbar ul {
    padding: 0px;
    margin: 0px;

}

.actionbar li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.actionbar a:hover,
.actionbar a:focus,
.actionbar a:active {
    text-decoration: none;
}

.actionbar ul li a {
    color: white;
    text-shadow: 0 1px 0 #000;
    padding: 10px 8px 11px 8px;
    display: block;
    cursor: pointer;
}


.actionbar ul li a:hover {
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
/*End Action bar*/

.actionbar .flexMenu-popup {
    background-color: #4d7496;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    width: 200px;
    right: 0px;
}

.actionbar .flexMenu-popup li {
    border: none;
    width: 100%;
}

.actionbar li.flexMenu-viewMore {
    background-color: #5cb85c;
    position: relative;
}

.actionbar .flexMenu-viewMore a:nth-of-type(1):before {
     font: normal normal normal 16px/1 FontAwesome;
     content: "\f101";
     float: right;
     padding: 2px 0 0 10px;
 }
.actionbar .flexMenu-viewMore ul a:before {
    display: none;
}

.flexMenu-popup::-webkit-scrollbar {
    width: 5px;
}

.flexMenu-popup::-webkit-scrollbar-thumb {
    background-color: #5cb85c;
}
/*Content */


#content {
    position: relative;
    margin-top: 40px;
    background-color: white;
}



#content .table {
    margin-top: 12px;
}


.table thead {
    background-color: #eef5f9;
    white-space: normal;
}
/*End Content */



blockquote {
    width: 80%;
    margin-left: 45px;
    text-align: justify;
}

ol.smallList, ol.smallList li {
    margin: 0px;
    padding: 0px;
}

ol li {
    margin-bottom: 10px;
}

blockquote {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}






#mainNav {
    /*width: 99%;*/
    background-color: #000000;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    height: 24px;
    padding-top: 4px;
    clear: both;
}

#photobar {
    width: 1068px;
    height: 101px;
}


 #status #menu_tree{
     position: relative;
 }

#status ul {
    width: 140px;
    list-style-type: none;
    padding: 0px;
    background-color: #F8F8F8;
}

#status ul li {
    padding: 4px;
    border-bottom: 1px solid #AAAAAA;
    text-indent: 6px;
}

#status ul li.first {
    font-weight: bold;
    background-color: #8A8A8A;
}

#status ul li.last {
    border-bottom: none;
}


#version {
    padding-top: 4px;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    margin-top: 40px;
    color: #CCCCCC;
}

#footer {
    height: 22px;
    padding-top: 4px;
    background: #E5E5E5 none;

}



.rbOdd {
    background-color: #E6EFF8;
}

.example {
    color: #666666;
}

#certList {
    width: 100%;
}

#certList td {
    text-align: right;
    font-size: 12px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: normal;
    padding: 2px;
}

.statusCell {
    width: 325px;
    padding: 4px;
}

.notScheduled {
    color: #990000 !important;
}

.scheduled {
    color: #306986 !important;
}

.deployed {
    color: #009900 !important;
}

.spName {
    font-weight: bold;
    float: left;
}


/*.top:visited {*/
    /*color: #888;*/
/*}*/

/*.top {*/
    /*position: fixed;*/
    /*right: 15px;*/
    /*bottom: 45px;*/
    /*width: 50px;*/
    /*height: 13px;*/
    /*padding-top: 25px;*/
    /*line-height: 25px;*/
    /*background: #E5E5E5;*/
    /*color: #888;*/
    /*display: block;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none !important;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
/*}*/

/*.top:before {*/
    /*position: absolute;*/
    /*top: 11px;*/
    /*left: 14px;*/
    /*content: "";*/
    /*border-bottom: 11px solid #888;*/
    /*border-left: 11px solid transparent;*/
    /*border-right: 11px solid transparent;*/
/*}*/

/*.top:hover {*/
    /*color: #eee;*/
/*}*/

/*.top:hover:before {*/
    /*border-bottom-color: #eee;*/
/*}*/

/*.opacity .top {*/
    /*opacity: 1;*/
    /*-webkit-transition: opacity 700ms linear;*/
    /*-moz-transition: opacity 700ms linear;*/
    /*transition: opacity 700ms linear;*/
/*}*/

/*.opacity .top.hidden {*/
    /*opacity: 0;*/
/*}*/

/*.no-opacity .top.hidden {*/
    /*display: none;*/
/*}*/

@media print {

    #header, #footer, #status, #mainNav, .noprint {
        display: none;
    }

    #content {
        margin: 0px;
        width: 100%;
    }

    #page {
        width: 100%;
        border: none;
    }
}

.imageGallery tr {
    vertical-align: baseline;
}
.imageGallery .panel {
    width: 230px;
    overflow-y: auto;
    margin: 0 10px 10px 0;
    border: 5px solid rgba(238, 245, 249, 0.5);
}
.imageGallery .panel::-webkit-scrollbar {
    width: 3px;
}

.imageGallery .panel::-webkit-scrollbar-thumb {
    background-color: #337ab7;
}


.imageGallery .media-name-item {
    word-wrap: break-word;
 }

.imageGalleryItem {
    border: 1px #dcdcdc solid;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    padding: 3px;
}

.pageLogicBlock {
    border: 1px #dcdcdc solid;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding: 15px;
}

.topBorder {
    border-top: 1px #dcdcdc solid;
}

.reportBlock {
    padding: 0 10px;
    margin: 8px;
    border: 1px #dcdcdc solid;

    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.skuMain {
    font-weight: bold;
}


.transparent50 {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}



/* Colors*/
.wight {
    background-color: white;
}

.darkest_blue {
    background-color: #053251;
}

.dark-blue {
    background-color: #074974;
}

.blue {
    background-color: #c2dbeb;
}

.light_blue {
    background-color: #eef5f9;
}


.brown {
    background-color: #ff9611;
}

.red {
    color: red;
}

.gold {
    color: gold;
}
.gold-bg {
    background-color: gold;
}


.grey {
    background-color:#f0f0f1;
    background-image:none;
}

.yellow {
    background-color:#F9F9C4;
    background-image:none;
}

.lightgreen {
    background-color:#8FE210;
    background-image:none;
}

.pink {
    background-color: #FFA7A7;
}

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

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

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}


.request_expired
{
    background-color: rgba(255, 167, 167, 1);
}
.request_expired a
{
    color: #000!important;
}

.payroll-status {
    background-color: #fffa90;
    border-radius: 4px;
    padding: 3px 5px;
}
/* End Colors*/


/*quickGo*/
.quickGo {
    position: fixed!important;
    top: 38px;
    right: 10px;
    z-index: 999;
    width: 210px;
    background-color: #eef5f9;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.quickGo ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
}

.quickGo a {
    display: block;
    padding: 3px 2px;
    border-radius: 4px;
}
.quickGo a:focus,
.quickGo a:hover {
    background-color: white;
    text-decoration: none;
}
.quickGoCntrol {
    color: white;
    background-color: #31b0d5;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
}
#quickGoCntrol {
    padding-left: 5px;
}

/*END quickGo*/


/*Report: right control block*/
#report-control {
    writing-mode: tb-lr;
    position: fixed;
    top: 38px;
    right: 25px;
    width: 250px;
    z-index: 999;
    display: block;
    font-size: 16px;
    background-color: rgb(49, 176, 213);
    color: white;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 0px 0px 4px 4px;
}

#report-control .fa {
    padding: 5px;
    float: right;
}

.report-lint-block span.fa-gavel {
    margin-top: 5px;
}

.report-lint-block {
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 999999;
    /*background-color: rgb(255, 255, 255);*/
}

.report-lint-block a {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: top;
}

.report-lint-block a span {
    font-size: 20px;
    color: rgb(66, 164, 229);
}

.right-block {
    position: fixed;
    z-index: 99;
    top:38px;
    right: 25px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 38px 10px 10px 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    width: 250px;
    display: block;
    overflow-y:scroll;
    max-height: 80%;

}

.hide-right-block {
    display: none;
}
.report_list {
    padding: 10px;
}
.report_list a {
     padding: 5px 10px;
     border: 1px solid #c2dbeb;
     border-radius: 4px;
     display: inline-block;
     margin: 0 3px 3px 0;
 }

.report_list a:hover {
    background-color: #eef5f9;
    text-decoration: none;
}


.report_list a.green {
    background-color: #b4f992;
    padding: 5px 10px;
    border: 1px solid #c2dbeb;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px 3px 0;
}

.report_list a.active {
    background-color: #eef5f9;
    cursor: default;
    color:#053251 ;
}

/*Login Page*/

 .login_page {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100vh;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#336699+0,01304f+100 */
     background: rgb(51,102,153); /* Old browsers */
     background: -moz-radial-gradient(center, ellipse cover,  rgba(51,102,153,1) 0%, rgba(1,48,79,1) 100%); /* FF3.6-15 */
     background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,102,153,1) 0%,rgba(1,48,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
     background: radial-gradient(ellipse at center,  rgba(51,102,153,1) 0%,rgba(1,48,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#01304f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 }

 .login_card {
     background-color: #fff;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     width: 600px;
     border-radius: 20px;
     border: 13px solid #c2dbeb;
     padding: 30px;

 }

 .mail_login {
     margin: 0px;
     width: 100%;
 }

 .login_card input[type=submit] {
     margin-left: 0px !important;
     margin-bottom: 20px;
 }

 .login_card p {
     color: #42a4e5;
 }


 .login_card .msg-info {
     margin: 15px 0;
 }

 #logo_login {
     /*  background: url("/assets/ctx/fde96f43/images/logo_lotsman.png") top right no-repeat; */
       height: 60px;
       font-family: "Times New Roman";
       font-size: 30px;
       color: #01304f;
     margin-bottom: 20px;
   }

 #logo_login div {
    font-size: 16px;
     margin-top: -8px;

 }


 #logo_login a:hover {
     text-decoration: none;
 }


 .alert a {
     font-weight: bold;
 }


 #logo_login .alert .glyphicon {
     padding: 0 10px 0 0;
 }

 .mini_panel {
    width: 450px;
     margin: 0 10px 10px 0;
 }

 .panel.button_inline a.btn {
     margin: 0 10px 0 0;
 }

 /*Buttons*/

 .trash {
     text-align: center;
 }

 .btn .glyphicon {
     padding: 0 5px;
 }
 .fa-times-circle {
     color: #cc0000;
 }

 .fa-exclamation-triangle {
     color: #F00;
 }
 .fa-pencil-square-o {
     color:  limegreen;
 }
 .fa-check-square-o {
     color:  limegreen;
 }
.fa-plus-circle {
    color:  limegreen;
}
 .alert .glyphicon {
     padding: 0px 10px;
 }


.fa-minus-circle {
    color:  #ddd;
}

.text-green {
    color: limegreen;
}

.text-gold {
    color: gold;
}
.panel .btn {
    margin: 0 5px 0 0;
}

.total
{
    background-color: #fffa90;
}

div.totalblocked
{
    background-color: #d9534f;
    color: #fff;
}


.buble {
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0 0 3px 0;
}


 /* Forms */

.input-sm {
    padding-left: 5px !important;
}



 /*tables*/

 .fixed_head {
     background-color: #eef5f9;
     top: 54px;
 }

.nav-pills li a {
     background-color: #eef5f9;
     min-height: 39px;
 }
.nav-pills>li {
    margin-bottom: 3px;
}
.link-in-tr {
    padding: 3px 5px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255,0.3);
    color: #000;
    margin: 0 2px 5px 0;
    display: inline-block;
}
.link-in-tr:hover {
    background-color: rgba(255, 255, 255,1);
    text-decoration: none;
}
.link-in-tr span {
    display: inline;
    padding: 0 5px;
}
tr.blocked {
    background-color: rgba(255, 167, 167,0.6);
}

tr.blocked:hover {
    background-color: rgba(255, 167, 167,0.8);
}

tr.blocked td {
    border-top: 1px solid #fff!important;
}

tr.blocked a {
    text-decoration: none;
}


/*Fix it!*/
#checksCountZone {
    float: left;
}

#checksCountZone li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
}
#checksCountZone li {
    margin: 0 2px 3px 2px;
}
#checksCountZone li.active a {
    color: #fff;
    background-color: #337ab7;
}
#checksCountZone li.active a .badge {
    color: #337ab7;
    background-color: #fff;
}

#checksCountZone li a:hover {
    text-decoration: none;
    background-color: #eee;
}

/*Logout page*/
#content_logout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #369;
    background: -moz-radial-gradient(center, ellipse cover, rgba(51,102,153,1) 0%, rgba(1,48,79,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #369 0%,#01304F 100%);
    background: radial-gradient(ellipse at center, #369 0%,#01304F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#01304f',GradientType=1 );
    z-index: 999999;
}

#content_logout .login_card {
    margin: 20px auto;
}

.merch-panel {
    background-color: rgba(238, 245, 249,0.5);
    padding: 15px;
    border-radius: 4px;
    position: relative;
    margin: 0 10px 10px 0px;
}


.merch-panel .row {
    padding: 5px 0px;
    min-height: 30px;
}
.merch-panel-float {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0px;
}

.merch-panel-gray {
    background-color: rgba(249, 249, 249, 0.7);
    padding: 15px;
    border-radius: 4px;
    position: relative;
    margin: 0 10px 10px 0px;
}
.merch-panel-title {
    padding: 10px;
    margin: -15px 0 0 -15px;

}

.merch-panel-gray .merch-panel-title {
    background-color: rgba(236, 236, 236, 0.3);
}
.merch-panel .merch-panel-title {
    background-color: rgb(238, 245, 249);
}
.merch-md .merch-panel-title {
    width: 500px;
}
.merch-smd .merch-panel-title {
    width: 350px;
}
.merch-panel-title div {
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
    display: inline-block;
}
.merch-panel-title span {
    display: inline-block;
    float: right;
    margin: 0 0 0 15px;
    color: gainsboro;
    cursor: pointer;
}

.merch-panel-title span:hover {
    color: limegreen;
}
.merch-xxsm {
    width: 50px!important;
}

.merch-xsm {
    width: 100px!important;
}
.merch-sm {
    width: 200px!important;
}

.merch-smd {
    width: 350px!important;
}
.merch-md {
    width: 500px!important;
}
.merch-lg {
    width: 700px!important;
}
.merch-xlg {
    width: 900px!important;
}
.merch-xxlg {
    max-width: 1200px!important;
}

.merch-btn {
    background-color: rgb(238, 245, 249);
    border-radius: 4px;
    padding: 8px 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    color: #337ab7;
}

.merch-btn:hover,
.merch-btn:focus {
    text-decoration: none;
}

/*Modal css*/
.modal-content h3 {
    margin: 0 0 20px 0!important;
}

@-webkit-keyframes fade-in {
from {
    opacity: 0;
}
to {
    opacity: .5
}
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: .5
    }
}

div.zone-loading-overlay {
    background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(221, 221, 221, 0.4) 5px, rgba(221, 221, 221, 0.4) 10px);
    animation: loader 2s ease-in-out alternate infinite;
    position: absolute;
    z-index: 9999999999;
}
@-webkit-keyframes loader {
    from { opacity: 1; }
    to { opacity: 0; }
}

.loading {
    background: url("/assets/ctx/38ae5e9f/images/15.gif") #fff center no-repeat !important;
    background-size: cover !important;
}

/*Load in modal*/

.modal-dialog .modal-body-loading {
    width: 100%;
    display: block;
    padding: 50px;
}
.modal-dialog .modal-body-loading div {
    width: 110px;
    margin: auto;
}


.modal-dialog .modal-body-loading .fa {
    color: rgba(51, 122, 183, 0.4);
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}




/*merch-bar*/
.merch-bar-wrapper {
    width: 100%;
    min-width: 500px;
}
.merch-bar {
    float: left;
    position: relative;
    width: calc(100% - 220px);

}
.bar-range {
    position: relative;
    float: left;
    color: rgb(149, 149, 149);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: bolder;
}
.bar-range:nth-of-type(1) {
    text-align: right;
    width: 70px;
}
.bar-range:nth-of-type(2) {
    text-align: left;
    width: 150px;

}

.merch-bar .progress-bar {
    cursor: help;
}

/*.test-colors {*/
    /*background-color: rgb(249, 249, 249);*/
    /*border-right: 3px solid gainsboro;*/
    /*color: #BBBBBB;*/
    /*background-color: rgb(217, 237, 247);*/
    /*color: rgba(51, 122, 183, 0.5);*/

    /*background-color: #fcefa1;*/
    /*color: #d4b600;*/
    /*color: rgba(50, 205, 50, 0.8);*/

/*}*/


/*DateSelector css*/
.DateSelector select {
    display: inline-block;
    margin-right: 2px;
}

.DateSelector .DateSelector-day {
    width: 60px;
}
.DateSelector .DateSelector-month {
    width: 140px;
}
.DateSelector .DateSelector-year {
    width: 97px;
}

/*multipleselect*/
.multipleselect button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.multipleselect div.btn-group.bootstrap-select.show-tick.input-sm {
    padding: 0px!important;
}

/*timepicker*/
.timepicker input[type=text] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
}
.bootstrap-timepicker:after {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 5px;
    color: #333;
}


/*datepicker*/

.date-div {
    width: 10px;
    position: absolute;
    left: 10px;
    bottom: 6px;
}
/*ajaxdatepicker*/



/*ProjectBearings*/
.sortableRow .empl_name {
    padding: 0 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

#ui-datepicker-div {
    z-index: 2000 !important;
}

/*Палетка*/
.palette-title {
    color: #444!important;
    background-color:  rgb(238, 245, 249)!important;
    padding: 3px 5px;
    border-radius: 4px;
}

.filter-item {
    display: inline-block;
    margin: 0px;
    width: 200px;
}







.multipleselect .dropdown-menu > li > a {
    white-space: normal;
}


.multiplselect-in-modal-md .dropdown-menu  {
    position: relative!important;
    float: none;
    clear: both;
    top: inherit;
}

.multiplselect-in-modal-md .dropdown-menu.open  {
    max-height: 386px;
    overflow: hidden;
    min-width: 350px!important;
}


.multiplselect-in-modal-md .multipleselect .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 260px;
    overflow-y: auto;
}
.multipleselect .btn-group,
.multipleselect .btn-group-vertical {
    vertical-align: baseline!important;
    display: block;
}


/*vertical tabs*/

ul.vert-tabs-left {
    width: 250px;
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.vert-tabs-left li {
    width: 250px;
    margin: 0 0 2px 0;
    list-style: none;
}
ul.vert-tabs-left li a {
    display: block;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 4px;
}
ul.vert-tabs-left li a:hover,
ul.vert-tabs-left li a:focus {
    text-decoration: none;
    background-color: #d6e9c6;
}
ul.vert-tabs-left li.active a {
    text-decoration: none;
    background-color: #d6e9c6;
}

div.vert-tabs-left {
    padding: 0 0 0 20px;
    margin-left: 250px;
}

.vert-tabs-left .tab-pane {
    padding: 0px;
    width: calc(100%- 260px);
}
.vert-tabs-left .tab-pane h2:first-of-type{
    margin-top: 0px!important;
}

.popover-info {
    cursor: help;
    margin-left: 2px;
    color: rgba(0, 0, 0, 0.1);
}
.popover-info:hover {
    color: #5bc0de;
}

span.fa-plus-square {
    color: limegreen;
}

span.fa-plus-square:hover {
    color: limegreen;
    cursor: pointer;
}




/*Фильтры*/

.filtersZone .filter-panel {
    background-color: #eef5f9;
    padding: 10px 10px 20px 10px;
}

.filtersZone .filter-block {
    width: 200px;
    height: 50px;
    margin: 5px 25px 0 0;
    float: left;
}

.filtersZone .multipleselect .btn.dropdown-toggle,
.filtersZone .ajaxdatepicker {
    width: 200px;
}

.filtersZone .ajaxdatepicker span {
    width: 170px;
}

.filtersZone .filter-block .FromToNumber {
    width: 90px;
    float: left;
    padding-right: 10px;
}
.filtersZone .filter-block .FromToNumber input[type="number"] {
    width: 60px;
}


#filtersZone .btn-group.bootstrap-select.show-tick.input-sm {
    padding: 0px!important;
}


/*END Фильтры*/


td .fa {
    vertical-align: middle;
}

.violet { color: #8a00a0; }

.table-options {
    background-color: #eef5f9;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    padding: 10px;
    display: inline-block;
    color: rgba(51, 122, 183, 0.4);
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    float: right;
    margin-right: 10px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

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



li.list-group-item:focus span,
a.list-group-item:hover span {
    color: #444;
}
li.list-group-item:focus,
li.list-group-item:hover {
    background-color: rgb(238, 245, 249)!important;
    color: #002a80!important;
}

li.selected{
    background-color: rgb(238, 245, 249)!important;
}

.Collapsible {
    background-color: rgb(238,245,249);
    padding: 15px;
    margin-bottom: 15px;
}

.ReactTabs__TabPanel {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 10px;
}

.ReactTabs {
    background-color: rgb(238,245,249);
}

.ReactTabs__Tab--selected {
    padding-top: 10px;
    text-decoration: none;
    background-color: #d6e9c6;
}

.react-tabs [role=tablist] {
    margin: 0 0 0;
}

.Collapsible__trigger {
    margin-left: -15px;
    margin-top: -15px;
}

.whitebg {
    background-color: #fff;
}

.clearfix {
    background-color: #fff;
}

.view-control {
    padding: 10px;
    margin: 22px 20px 20px 0px;
    border-radius: 4px;
    background-color: rgba(238, 245, 249, 0.5);
    vertical-align: middle;
}

.selected {
    background-color: skyblue;
}