/*
 * FONTS
 */
/*@import url(https://fonts.googleapis.com/css?family=Marcellus+SC|Open+Sans:300,400,600,700&subset=latin,cyrillic);*/
/*@import url("/stylesheets/fonts.css");*/

/*
 * Base structure
 */
body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* background-color: #f3f3f4; */ /* standard light-gray */
    /* background-color: #EBF1F5; */ /* light-blue */
    /* background-color: #E9EDF5; */ /* dark-blue */
    /* background-color: #EEEFF2; */ /* dark-gray */
    background-color: #F0F1F3;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;

    /* Disable scroll in IE */
    touch-action: manipulation;
    -ms-touch-action: manipulation;

    direction: ltr;

    /*-webkit-font-smoothing: antialiased;*/
    /*text-rendering: optimizeLegibility;*/
}
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
      text-rendering: auto;
  }
}
*/
@media (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}
@media (max-width: 767px) {
    body.no-scroll {
        position:fixed;
        width: 100%;
        height: 100%;
        overflow:hidden;
    }

    .inline-xs {
        display: inline-block !important;
    }

    .full-xs {
        width: 100% !important;
    }

    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}

.no-selected-text * {
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    /* user-select: none; */
}
/*
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
*/
button, button:focus, button:active, button:hover, button:active, button:visited {
    outline: none !important;
    clear: both;
}

#map { position:absolute; top:0; bottom:0; width:100%; }


/*
 * Global add-ons
 */
.word-break {
    word-wrap: break-word !important;
}
.font-bold {
    font-weight: 700;
}
.hr {
    border-top: 1px solid #e7eaec;
    margin: 10px 0;
}
.login-panel {
    width: 400px;
    margin: 100px auto !important;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.white-bg {
    background-color: #ffffff;
}

/*******************/
/***** SHADOWS *****/
/*******************/
.shadow {
    box-shadow: 0 5px 8px #ddd;
}
.shadow-z01,
.shadow-z1, .shadow-z2, .shadow-z3,
.shadow-z4, .shadow-z5, .shadow-z6 {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -kthtml-transition: all .5s linear;
    transition: all .5s linear;
}
.shadow-z01 {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.05) !important;
}
.shadow-z1 {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.175) !important;
    box-shadow: 0 0 6px rgba(0,0,0,.175) !important;
}
.shadow-z2 {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.175) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.175) !important;
}
.shadow-z3 {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}
.shadow-z4 {
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.175) !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.175) !important;
}
.shadow-z5 {
    -webkit-box-shadow: 0 12px 24px 6px rgba(0,0,0,0.175) !important;
    box-shadow: 0 12px 24px 6px rgba(0,0,0,0.175) !important;
}
.shadow-z6 {
    -webkit-box-shadow: 0 12px 36px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 12px 36px 12px rgba(0,0,0,.175) !important;
}

/*******************/
/***** PADDING *****/
/*******************/
/* ALL */
.p-0 {
    padding: 0 !important;
}
.p-15 {
    padding: 15px !important;
}
.p-35 {
    padding: 35px !important;
}
/* TOP */
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-8 {
    padding-top: 8px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
/* RIGHT */
.p-r-0 {
    padding-right: 0 !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-md, .p-x-md {
    padding-right: 1.5rem!important;
}
/* BOTTOM */
.m-b-40 {
    margin-bottom: 40px !important;
}
/* LEFT */
.p-l-0 {
    padding-left: 0 !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-md, .p-x-md {
    padding-left: 1.5rem!important;
}
/* MIX */
.p-l-r-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.p-l-5-only {
    padding: 0 0 0 5px !important;
}
.p-t-b-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.p-10-15 {
    padding: 10px 15px !important;
}

/*******************/
/***** MARGIN ******/
/*******************/
/* ALL */
.m-0 {
    margin: 0 !important;
}
/* TOP */
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-2 {
    margin-top: 2px !important;
}
.m-t-4 {
    margin-top: 4px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
/* RIGHT */
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-r-50 {
    margin-right: 50px !important;
}
/* BOTTOM */
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-m-4 {
    margin-bottom: -4px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
/* LEFT */
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}
/* MIX */
.m-l-r-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.m-10-0 {
    margin: 10px 0 !important;
}
.m-20-0 {
    margin: 20px 0 !important;
}

@media (min-width: 768px) {
    .p-t-5-sm {
        padding-top: 5px !important;
    }
    .p-t-8-sm {
        padding-top: 8px !important;
    }
    .m-t-50-sm {
        margin-top: 50px !important;
    }
}
@media (max-width: 767px) {
    .p-0-xs {
        padding: 0 !important;
    }
    .m-t-10-xs {
        margin-top: 10px !important;
    }
    .m-r-0-xs {
        margin-right: 0 !important;
    }
    .m-l-0-xs {
        margin-left: 0 !important;
    }
    .m-b-5-xs {
        margin-bottom: 5px !important;
    }
    .m-b-10-xs {
        margin-bottom: 10px !important;
    }
}
.m-0-inner * {
    margin: 0 !important;
}

a:hover {
    cursor: pointer;
}
.cursor-pointer:hover {
    cursor: pointer !important;
}
.color-white {
    color: #fff !important;
}
.color-red {
    color: #ed5565 !important;;
}
.color-green {
    color: #1ab394 !important;;
}
.inline {
    display: inline-block;
}
.block {
    display: block;
}
.full {
    width: 100%;
}
.bold {
    font-weight: 600;
}
.hidden {
    display: none !important;
}
.border-right, .b-r {
    border-right: 1px solid #e7eaec;
}
.border-bottom, .b-b {
    border-right: 1px solid #e7eaec;
}
.under-line-title {
    font-size: 12px;
    font-weight: bold;
}
.under-line {
    border-bottom: 1px solid #000;
    margin-top: 0;
    font-size: 11pt;
    display: inline-block;
    font-weight: bold;
}
.under-line.block {
    display: block;
    width: 100%;
    min-height: 19px;
    line-height: 14pt;
}
.under-line-bottom-title {
    font-size: 7pt;
    display: block;
    width: 100%;
    text-align: center;
}
.line {
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
}
.line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}
.line-dashed {
    border-style: dashed !important;
    background-color: transparent;
    border-width: 0;
}
.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}
.all-b-t-2 {
    border-top: 2px solid #ddd;
}
.b-r-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.b-t-0 {
    border-top: 0 !important;
}
.b-b-0 {
    border-bottom: 0 !important;
}
.b-l {
    border-left: 1px solid #ddd;
}
.b-t {
    border-top: 1px solid #ddd;
}
.b-r {
    border-right: 1px solid #ddd;
}
.b-b {
    border-bottom: 1px solid #e7eaec;
}
.b-all {
    border: 1px solid #ddd;
}
.b-0 {
    border: 0 !important;
}
@media (min-width: 992px) {
    .b-r-md {
        border-right: 1px solid #ddd;
    }
}


.ie .row-body, .row-cell {
    display: table-cell;
}
.v-m {
    vertical-align: middle !important;
}
.h-v {
    height: 100vh;
}

.center-in-table {
    vertical-align: middle !important;
    text-align: center !important;
}

th.rotate {
    /* Something you can count on */
    width: 31px;
    height: 140px;
    white-space: nowrap;
}
th.rotate > div {
    transform: translate(0px, 51px) rotate(270deg);
    width: 13px;
}
th.rotate > div > span {
    padding: 5px 10px;
}

.f-s-12 {
    font-size: 12px !important;
}
.f-w-300 {
    font-weight: 300 !important;
}
.f-w-400 {
    font-weight: 400 !important;
}
.f-w-700 {
    font-weight: 700 !important;
}
.w-b-all {
    word-break: break-all;
}
.text-muted {
    color: inherit;
    opacity: .6;
}
.font-logo {
    font-family: "Marcellus SC",serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-up {
    text-transform: uppercase;
}
.text-del {
    text-decoration: line-through !important;
}
.disabled {
    pointer-events: none !important;
    cursor: default !important;;
}

.h-44 {
    height: 44px;
}
.h-54 {
    height: 54px;
}
.h-auto {
    height: auto !important;
}

/*
 * ROWS
 */
.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.row-cell {
    vertical-align: top;
}

/*
 * LABELS
 */
.label-blue, .label-blue {
    background-color: #1c84c6;
    color: #FFFFFF;
}

/*
 * LINKS
 */
a {
    transition: all .25s;
}
a.text {
    color: #676a6c;
}
a.text:hover,
a.text:focus,
a.text:active {
    opacity: .6;
    text-decoration: none;
}

/*
 * BUTTONS
 */
 /* TODO @import url("./buttons.css") all; */

.btn {
    transition: all .25s;
}
.btn-lg {
    padding: 13px 58px;
    font-size: 14px;
}
.btn-up {
    text-transform: uppercase;
}
.btn-medium {
    padding: 9px 38px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
}
.btn-big {
    padding: 13px 38px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:not([disabled]).active, .btn:not([disabled]):focus, .btn:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(158,158,158,.2);
}
.open>.dropdown-toggle.btn:not([disabled]).focus,
.open>.dropdown-toggle.btn:not([disabled]):focus,
.open>.dropdown-toggle.btn:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(0,0,0,.1);
}
.btn-outline:not(.btn-default).active,
.btn-outline:not(.btn-default):focus,
.btn-outline:not(.btn-default):hover {
    box-shadow: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-primary:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF;
}
.btn-default:hover,
.open .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover {
    background-color: #bababa;
    border-color: #bababa;
    color: #FFFFFF;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-danger,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}
.btn-danger:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:hover,
.btn-danger.active:hover {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #ef6776;
    border-color: #ef6776;
}
/************/
.btn-blue,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue:active:focus,
.btn-blue.active:focus,

.btn-blue:not([disabled]).active,
.btn-blue:not([disabled]):focus,
.open>.dropdown-toggle.btn-blue.focus,
.open>.dropdown-toggle.btn-blue:focus,
.open>.dropdown-toggle.btn-blue:hover {
    background: #0064ab;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
}
.btn-blue:hover,
.open .dropdown-toggle.btn-blue,
.btn-blue:active:hover,
.btn-blue.active:hover,

.btn-blue:not([disabled]):hover {
    border-color: transparent;
    background: #00406e;
    color: #fff;
    box-shadow: none;
}
.btn-blue.disabled,
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue.active[disabled],
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}
.btn-white-outline,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.btn-white-outline:active:focus,
.btn-white-outline.active:focus,

.btn-white-outline:not([disabled]).active,
.btn-white-outline:not([disabled]):focus,
.open>.dropdown-toggle.btn-white-outline.focus,
.open>.dropdown-toggle.btn-white-outline:focus,
.open>.dropdown-toggle.btn-white-outline:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    box-shadow: none;
}
.btn-white-outline:hover,
.open .dropdown-toggle.btn-white-outline,
.btn-white-outline:active:hover,
.btn-white-outline.active:hover,

.btn-white-outline:not([disabled]):hover {
    opacity: .8;
    background: rgba(0,0,0,.2);
    color: #fff;
    box-shadow: none;
}
.btn-white-outline.disabled,
.btn-white-outline.disabled:hover,
.btn-white-outline.disabled:focus,
.btn-white-outline.disabled:active,
.btn-white-outline.disabled.active,
.btn-white-outline[disabled],
.btn-white-outline[disabled]:hover,
.btn-white-outline[disabled]:focus,
.btn-white-outline[disabled]:active,
.btn-white-outline.active[disabled],
fieldset[disabled] .btn-white-outline,
fieldset[disabled] .btn-white-outline:hover,
fieldset[disabled] .btn-white-outline:focus,
fieldset[disabled] .btn-white-outline:active,
fieldset[disabled] .btn-white-outline.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}
.btn-gray,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.btn-gray:active:focus,
.btn-gray.active:focus,

.btn-gray:not([disabled]).active,
.btn-gray:not([disabled]):focus,
.open>.dropdown-toggle.btn-gray.focus,
.open>.dropdown-toggle.btn-gray:focus,
.open>.dropdown-toggle.btn-gray:hover {
    background-color: rgba(0,0,0,.15);
    color: #333;
    box-shadow: none;
}
.btn-gray:hover,
.open .dropdown-toggle.btn-gray,
.btn-gray:active:hover,
.btn-gray.active:hover,

.btn-gray:not([disabled]):hover {
    background: rgba(0,0,0,.2);
    color: #222;
    box-shadow: none;
}
.btn-gray.disabled,
.btn-gray.disabled:hover,
.btn-gray.disabled:focus,
.btn-gray.disabled:active,
.btn-gray.disabled.active,
.btn-gray[disabled],
.btn-gray[disabled]:hover,
.btn-gray[disabled]:focus,
.btn-gray[disabled]:active,
.btn-gray.active[disabled],
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}

.btn-gray-outline,
.btn-gray-outline:focus,
.btn-gray-outline:active,
.btn-gray-outline.active,
.btn-gray-outline:active:focus,
.btn-gray-outline.active:focus,

.btn-gray-outline:not([disabled]).active,
.btn-gray-outline:not([disabled]):focus,
.open>.dropdown-toggle.btn-gray-outline.focus,
.open>.dropdown-toggle.btn-gray-outline:focus,
.open>.dropdown-toggle.btn-gray-outline:hover {
    background: transparent;
    border-color: rgba(0,0,0,.11);
    color: #676a6c;
    box-shadow: none;
}
.btn-gray-outline:hover,
.open .dropdown-toggle.btn-gray-outline,
.btn-gray-outline:active:hover,
.btn-gray-outline.active:hover,

.btn-gray-outline:not([disabled]):hover {
    background: rgba(0,0,0,.04);
    color: #676a6c;
    box-shadow: none;
}
.btn-gray-outline.disabled,
.btn-gray-outline.disabled:hover,
.btn-gray-outline.disabled:focus,
.btn-gray-outline.disabled:active,
.btn-gray-outline.disabled.active,
.btn-gray-outline[disabled],
.btn-gray-outline[disabled]:hover,
.btn-gray-outline[disabled]:focus,
.btn-gray-outline[disabled]:active,
.btn-gray-outline.active[disabled],
fieldset[disabled] .btn-gray-outline,
fieldset[disabled] .btn-gray-outline:hover,
fieldset[disabled] .btn-gray-outline:focus,
fieldset[disabled] .btn-gray-outline:active,
fieldset[disabled] .btn-gray-outline.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}
.btn-gray-link,
.btn-gray-link:focus,
.btn-gray-link:active,
.btn-gray-link.active,
.btn-gray-link:active:focus,
.btn-gray-link.active:focus,
.open>.dropdown-toggle.btn-gray-link.focus,
.open>.dropdown-toggle.btn-gray-link:focus,
.open>.dropdown-toggle.btn-gray-link:hover {
    background: rgba(0,0,0,.04);
    border-color: rgba(0,0,0,.11);
    color: #0064ab;
}
.btn-gray-link:hover,
.open .dropdown-toggle.btn-gray-link,
.btn-gray-link:active:hover,
.btn-gray-link.active:hover {
    background: rgba(0,0,0,.04);
    color: #0064ab;
    box-shadow: none;
}
.btn-gray-link.disabled,
.btn-gray-link.disabled:hover,
.btn-gray-link.disabled:focus,
.btn-gray-link.disabled:active,
.btn-gray-link.disabled.active,
.btn-gray-link[disabled],
.btn-gray-link[disabled]:hover,
.btn-gray-link[disabled]:focus,
.btn-gray-link[disabled]:active,
.btn-gray-link.active[disabled],
fieldset[disabled] .btn-gray-link,
fieldset[disabled] .btn-gray-link:hover,
fieldset[disabled] .btn-gray-link:focus,
fieldset[disabled] .btn-gray-link:active,
fieldset[disabled] .btn-gray-link.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}
.btn-gray-link-outline,
.btn-gray-link-outline:focus,
.btn-gray-link-outline:active,
.btn-gray-link-outline.active,
.btn-gray-link-outline:active:focus,
.btn-gray-link-outline.active:focus,
.open>.dropdown-toggle.btn-gray-link-outline.focus,
.open>.dropdown-toggle.btn-gray-link-outline:focus,
.open>.dropdown-toggle.btn-gray-link-outline:hover {
    background: transparent;
    border-color: #e3e3e3;
    color: #0064ab;
}
.btn-gray-link-outline:hover,
.open .dropdown-toggle.btn-gray-link-outline,
.btn-gray-link-outline:active:hover,
.btn-gray-link-outline.active:hover {
    background: rgba(0,0,0,.04);
    color: #0064ab;
    box-shadow: none;
}
.btn-gray-link-outline.disabled,
.btn-gray-link-outline.disabled:hover,
.btn-gray-link-outline.disabled:focus,
.btn-gray-link-outline.disabled:active,
.btn-gray-link-outline.disabled.active,
.btn-gray-link-outline[disabled],
.btn-gray-link-outline[disabled]:hover,
.btn-gray-link-outline[disabled]:focus,
.btn-gray-link-outline[disabled]:active,
.btn-gray-link-outline.active[disabled],
fieldset[disabled] .btn-gray-link-outline,
fieldset[disabled] .btn-gray-link-outline:hover,
fieldset[disabled] .btn-gray-link-outline:focus,
fieldset[disabled] .btn-gray-link-outline:active,
fieldset[disabled] .btn-gray-link-outline.active {
    background-color: rgba(103, 106, 108, .1);
    color: #676a6c;
}
.btn-dark-white,
.btn-dark-white:focus,
.btn-dark-white:active,
.btn-dark-white.active,
.btn-dark-white:active:focus,
.btn-dark-white.active:focus,
.open>.dropdown-toggle.btn-dark-white.focus,
.open>.dropdown-toggle.btn-dark-white:focus,
.open>.dropdown-toggle.btn-dark-white:hover {
    background-color: #fff;
    border: 0;
    color: rgba(0,0,0,.87);
}
.btn-dark-white:hover,
.open .dropdown-toggle.btn-dark-white,
.btn-dark-white:active:hover,
.btn-dark-white.active:hover {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}
.btn-dark-white.disabled,
.btn-dark-white.disabled:hover,
.btn-dark-white.disabled:focus,
.btn-dark-white.disabled:active,
.btn-dark-white.disabled.active,
.btn-dark-white[disabled],
.btn-dark-white[disabled]:hover,
.btn-dark-white[disabled]:focus,
.btn-dark-white[disabled]:active,
.btn-dark-white.active[disabled],
fieldset[disabled] .btn-dark-white,
fieldset[disabled] .btn-dark-white:hover,
fieldset[disabled] .btn-dark-white:focus,
fieldset[disabled] .btn-dark-white:active,
fieldset[disabled] .btn-dark-white.active {
    background-color: #fff;
    border-color: #fff;
}
.btn-outline,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline:active:focus,
.btn-outline.active:focus {
    color: inherit;
    background-color: transparent;
    transition: all .3s;
}
.btn-default.btn-outline:hover,
.open .dropdown-toggle.btn-default.btn-outline,
.btn-default.btn-outline:active:hover,
.btn-default.btn-outline.active:hover {
    background-color: #bababa;
    border-color: #bababa;
    color: #FFFFFF;
}

.btn.input-group-addon {
    padding: 8px 12px;
}
.btn.input-group-addon.b-r {
    border-right: 1px solid #e5e6e7 !important;
}
.btn.input-group-addon.b-l {
    border-left: 1px solid #e5e6e7 !important;
}

.button-group.row>.btn {
    margin-left: 5px;
}
.button-group.row>.btn:first-child {
    margin-left: 0;
}
.btn.btn-mini {
    padding: 11px 47px;
    line-height: 1.3;
    font-size: 12px;
}
@media (max-width: 767px) {
    .button-group.row>.btn {
        margin-left: 0;
    }
}


/*
 * Items
 */
.item-card {
    display: block;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    color: #2f4050;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.item-card .icon {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.item-card:before {
    box-sizing: inherit;
    pointer-events: none;
    content: " ";
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.12);
}
.item-card:after {
    opacity: 0;
    box-sizing: inherit;
    pointer-events: none;
    content: " ";
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 2px solid #0064ab;
}
.item-card:hover:after,
.item-card:focus:after,
.item-card:active:after {
    opacity: 1;
}
.item-card:hover,
.item-card:focus,
.item-card:active {
    color: #2f4050;
    text-decoration: none;
}
.item-card .active {
    color: #0064ab;
}
.item-card .arrow:after {
    pointer-events: none;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: relative;
    vertical-align: middle;
    content: " ";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.3em;
}


/*
 * Messages
 */
.messages {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    margin: 15px;
}
.messages>.message {
    padding: 15px;
    border-radius: 4px;
}
.messages>.message.success {
    background: #18a689;
    color: #fff;
}
.messages>.message.danger {
    background: #c12e2a;
    color: #fff;
}
.messages>.message>p {
    margin: 0;
    font-size: 14px;
}


/*
 * MODALS
 */
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.modal-dialog {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -kthtml-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;

    opacity: 0;
}
.modal.in .modal-dialog {
    /*
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    */
    opacity: 1;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-header .close {
    margin-top: -1px;
    font-size: 28px;
    color: rgba(0,0,0,.87);
    opacity: 1;
}
.modal-header .close:focus, .modal-header .close:hover {
    color: #ed5565;
    opacity: 1;
}

.aside, .dark-white, .modal-content {
    color: rgba(0,0,0,.87);
}
.modal-content {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -kthtml-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modal-content .modal-body .title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px;
    color: rgba(0,0,0,.87);
}
.modal-content .modal-body .text {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.6);
}
.modal.in .modal-content {
    -webkit-box-shadow: 0 12px 36px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 12px 36px 12px rgba(0, 0, 0, .175);
}
@media (min-width: 768px) {
    .modal-dialog.modal-mini {
        max-width: 450px;
    }
    .modal-content {
        -webkit-box-shadow: 0 12px 24px 6px rgba(0, 0, 0, .175);
        box-shadow: 0 12px 24px 6px rgba(0, 0, 0, .175);
    }
}
/*
 * LOGIN
 */
.login-header,
.brand-header {
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
}
.login-header.in-nav,
.brand-header.in-nav {
    margin-left: 15px;
}
.login-header .logo,
.brand-header .logo {
    width: 44px;
    height: 43px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -10px;
}
.login-header .logo img,
.brand-header .logo img {
    width: 100%;
}
.login-header .logo .icon,
.brand-header .logo .icon {
    width: 100%;
    height: 100%;
}
.login-header .logo .icon .malond-icon-leo,
.brand-header .logo .icon .malond-icon-leo {
    fill: #293846;
    fill-rule: evenodd;
}
.login-header .title,
.brand-header .title {
    display: inline-block;
    text-align: left;
    margin-left: 5px;
    vertical-align: text-top;
    margin-bottom: 15px;
}
.login-header a,
.brand-header a {
    text-decoration: none;
}
.login-header a:hover .logo,
.login-header a:hover .title,
.brand-header a:hover .logo,
.brand-header a:hover .title {
}
.login-header a:hover .title,
.brand-header a:hover .title {
    opacity: .6;
}
.login-header .title h4,
.brand-header .title h4 {
    margin: 0;
    font-weight: 600;
    color: #293846;;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Marcellus SC",serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.login-header .title h6,
.brand-header .title h6 {
    margin: 0;
    color: #3B4E61;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;
    max-height: 13px;
}

/*
 * Version 2
 */
.login-header.v-2,
.brand-header.v-2 {
    text-align: left;
    padding-top: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.login-header.v-2 .logo,
.brand-header.v-2 .logo {
    margin-bottom: 0;
}
.login-header.v-2 .title,
.brand-header.v-2 .title {
    margin-top: 0;
    vertical-align: middle;
    margin-bottom: 0;
    height: 44px;
}
.login-header.v-2 .title h4,
.brand-header.v-2 .title h4 {
    line-height: 44px;
}
.login-header.v-2 .sub-title,
.brand-header.v-2 .sub-title {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    margin-left: 5px;
    padding-left: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.login-header.v-2 .sub-title.limit,
.brand-header.v-2 .sub-title.limit {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 60%;
}
.login-header.v-2 a.sub-title,
.brand-header.v-2 a.sub-title {
    color: #293846;
}
.login-header.v-2 a.sub-title:hover,
.brand-header.v-2 a.sub-title:hover {
    opacity: .6;
}

@media (min-width: 768px) {
    .login-header.in-nav,
    .brand-header.in-nav {
        margin-left: -15px;
    }
}

/*
 * BOX's
 */
.box {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    color: #2F4050;
    padding: 15px;
}
a.box {
    display: block;
    text-decoration: none;
}
a.box:hover {
    color: #19aa8d;
}
.box.row {
    margin: 0;
    padding: 0;
}
.box.card {
    padding: 0;
    width: 100%;
    display: inline-block;
}
.box.card.inner {
    margin-bottom: -4px !important;
    border: 0;
}
.box.card.inner.light {
    background-color: #e9edf4;
    color: #788288;
}
.box.card.inner.dark {
    background-color: #e0e6f0;
    color: #788288;
}
.box .left,
.box .right {
    padding: 0;
    margin-bottom: -4px;
}
.box .left>.header,
.box .right>.header {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    padding: 15px;
    width: 100%;
    display: inline-block;
}
.box .left>.header .btn,
.box.card.inner.no-all-borders .header .btn {
    padding: 0 4px;
    font-size: 10px;
    color: #2F4050;
    opacity: .8;
}
.box .left>.header>.text-right,
.box .right>.header>.text-right {
    font-size: 1em;
    font-weight: 700;
    text-align: right;
}
.box .left>.body,
.box .right>.body {
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.box .left>.body.with-background,
.box .right>.body.with-background {
    background-color: #fafafa;
}
.box.card .left>.body,
.box.card .right>.body {
    display: inline-block;
    width: 100%;
}
.box .left>.body .block-info h5,
.box .right>.body .block-info h5 {
    line-height: 1.8;
}
.box.card .left>.body a:not(.btn),
.box.card .right>.body a:not(.btn) {
    text-decoration: none;
    color: #333;
}
.box.card .left>.body .left,
.box.card .right>.body .left {
    border-right: 1px solid #ddd;
}
.box.card .left>.body a:not(.btn):hover,
.box.card .right>.body a:not(.btn):hover {
    color: #19aa8d !important;
}
.box .left>.body .login .form-group,
.box .right>.body .login .form-group {
    margin-bottom: 10px;
}
.box .left>.body .login label,
.box .right>.body .login label {
    text-align: left;
    font-weight: 300;
}
.box .left>.body .percents .left,
.box .right>.body .percents .left,
.box .left>.body .percents .right,
.box .right>.body .percents .right {
    display: inline-block;
    position: relative;
}
.box .left>.body .percents .left,
.box .right>.body .percents .left {
    padding-right: 5px;
}
.box .left>.body .percents .right,
.box .right>.body .percents .right {
    padding-left: 5px;
}
.box .left>.body.map,
.box .right>.body.map {
    padding: 0;
    min-height: 254px;
}
.box.no-border-inner .body {
    padding: 0;
}
.box.no-border-inner .body>h5 {
    padding: 5px 15px 7px;
}
.box.no-border-inner .info-labels {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #e7eaec;
    background-color: #fafafa;
}
.box.no-border-inner .info-labels [class*="col-"] {
    padding: 0;
}
.box.no-border-inner .alert-block .alert {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
}
.box.no-border-inner .tabs {
    border-bottom: 1px solid #e7eaec;
    background-color: #fff;
}
.box.no-border-inner .tabs ul.tabs-list {
    margin: 0;
    padding: 0;
    width: 100%;
}
.box.no-border-inner .tabs ul.tabs-list>li {
    list-style: none;
    display: inline-block;
}
.box.no-border-inner .tabs ul.tabs-list>li>a,
.box.no-border-inner .tabs ul.tabs-list>li>span {
    display: block;
    text-decoration: none;
    padding: 20px 15px;
    color: #676a6c;
    text-transform: uppercase;
    font-size: 13px;
    word-break: break-word;
}
.box.no-border-inner .tabs ul.tabs-list>li>span,
.box.no-border-inner .tabs ul.tabs-list>li>a:hover,
.box.no-border-inner .tabs ul.tabs-list>li>a:focus,
.box.no-border-inner .tabs ul.tabs-list>li>a:active,
.box.no-border-inner .tabs ul.tabs-list>.active>a,
.box.no-border-inner .tabs ul.tabs-list>.active>a:hover,
.box.no-border-inner .tabs ul.tabs-list>.active>a:focus,
.box.no-border-inner .tabs ul.tabs-list>.active>a:active {
    color: #0064ab;
    box-shadow: inset 0 -2px 0 #0064ab;
}
.box.no-border-inner .table-responsive {
    margin: 0;
    border: 0;
}
.box.no-border-inner table {
    margin: 0;
    border: 0;
}
.box.no-border-inner table.border-bottom {
    border-bottom: 1px solid #ddd;
}
.box.no-border-inner table.with-border-top {
    border-top: 1px solid #ddd;
}
.box.no-border-inner table thead th {
    border-top-width: 0;
    border-bottom-width: 1px;
}
.box.no-border-inner table thead th:first-child,
.box.no-border-inner table tbody td:first-child,
.box.no-border-inner table tfoot th:first-child {
    border-left: 0;
    padding-left: 15px;
}
.box.no-border-inner table thead th:last-child,
.box.no-border-inner table tbody td:last-child,
.box.no-border-inner table tfoot td:last-child {
    border-right: 0;
    padding-right: 15px;
}
.box.no-border-inner table tbody tr:last-child td {
    border-bottom: 0;
}
.box.no-border-inner table tfoot th,
.box.no-border-inner table tfoot td {
    border-top: 1px solid #ddd;
}
.box .left>.bottom,
.box .right>.bottom {
    padding: 15px;
    border-top: 1px solid #e7eaec;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}
.box .left>.bottom>.left,
.box .right>.bottom>.left {
    float: left;
}
.box .left>.bottom>.right,
.box .right>.bottom>.right {
    float: right;
}

.box.header-buttons {
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    .box .left.border {
        border-right: 1px solid #e7eaec;
    }
    .box .right.border {
        border-left: 1px solid #e7eaec;
    }
}
@media (max-width: 767px) {
    .box .left>.bottom>.left,
    .box .right>.bottom>.left,
    .box .left>.bottom>.right,
    .box .right>.bottom>.right,
    .box .left>.bottom>.left>a,
    .box .left>.bottom>.left>button,
    .box .right>.bottom>.left>a,
    .box .right>.bottom>.left>button,
    .box .left>.bottom>.right>a,
    .box .left>.bottom>.right>button,
    .box .right>.bottom>.right>a,
    .box .right>.bottom>.right>button {
        width: 100%;
    }
    .box.no-border-inner table.one-col-xs thead th:first-child,
    .box.no-border-inner table.one-col-xs tbody td:first-child,
    .box.no-border-inner table.one-col-xs tfoot th:first-child {
        border-right: 0;
        padding-right: 15px;
    }
    .box.no-border-inner .tabs ul.tabs-list>li {
        width: 100%;
    }
    .box.no-border-inner .tabs ul.tabs-list>li>a,
    .box.no-border-inner .tabs ul.tabs-list>li>span {
        padding: 8px 15px;
        font-size: 11px;
    }
}

/*
 * Global page content
 */
.content {
    position: relative;
}
.content-alerts {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 300px;
    overflow: hidden;
}
.content-alerts>.alert {
    margin: 20px;
    line-height: 22px;
    background-color: #5cb85c;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.content-alerts>.alert>.close {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .content {
        margin-left: 250px;
    }
    .sidebar-mini .content {
        margin-left: 80px;
    }
    .content.no-margin {
        margin-left: 0;
    }
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}


/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    /* padding: 0 20px; */
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #2f4050;
    /* border-right: 1px solid #eee; */
}
.sidebar.animate {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.sidebar.no-fixed {
    position: relative;
    width: 100%;
}
.sidebar>.sidebar-content {
    position: relative;
}
.sidebar .nav-user {
    border-bottom: 1px solid rgba(125, 125, 125, 0.08);
    background-color: #3B4E61;
    color: #fff;
    padding: 17px 20px;
}
.sidebar .nav-user:hover {
    cursor: pointer;
}
.sidebar a.nav-user {
    text-decoration: none;
}
.sidebar a.nav-user:hover {
    background-color: #37495c;
}
.sidebar .nav-user.no-logo {
    height: 80px;
    padding: 23px 20px;
}
.sidebar .nav-user.fixed,
.sidebar .nav-user.absolute {
    top: 0;
    width: 100%;
    max-width: 250px;
    z-index: 1001;
    display: block;
    height: 80px;
}
.sidebar .nav-user.fixed {
    position: fixed;
}
.sidebar .nav-user.absolute {
    position: absolute;
}
.sidebar .nav-user>.row {
    max-height: 45px;
}
.sidebar .nav-user .logo {
    /* padding: 0 0 0 15px; */
    transition: all 0s;
    width: 80px;
    height: 80px;
    padding: 17px 0 0 17px;
    margin: -17px 0 0 -4px;
    float: left;
}
.sidebar .nav-user .i {
    opacity: 0;
    font-size: 16px;
    padding: 32px 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s;
}
.sidebar .nav-user .logo>img {
    max-width: 100%;
}
.sidebar .nav-user .logo .icon {
    width: 45px;
    height: 42px;
    padding: 2px 0 0 0;
}
.sidebar .nav-user .logo .icon .malond-icon-leo {
    fill: #f0f1f3;
    fill-rule: evenodd;
}
.sidebar .nav-user .title {
    padding: 9px 0 0 0;
    margin-left: -10px;
    display: inline-block;
}
.sidebar .nav-user h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #DFE4ED;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;     /* fallback */
    max-height: 22px;      /* fallback */
}
.sidebar .nav-user .title h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Marcellus SC",serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* margin: 0 0 2px 0; */
    margin: -2px 0 -2px 0;
}
.sidebar .nav-user h6 {
    margin: 0;
    color: #CED297;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;     /* fallback */
    max-height: 13px;      /* fallback */
}
.sidebar .bottom {
    padding: 10px 20px;
    background-color: #293846;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.sidebar .bottom.fixed,
.sidebar .bottom.absolute {
    z-index: 1001;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 249px;
}
.sidebar .bottom.fixed {
    position: fixed;
}
.sidebar .bottom.absolute {
    position: absolute;
}
.sidebar .bottom>.version,
.sidebar .bottom>.version a,
.sidebar .bottom>.version a:hover,
.sidebar .bottom>.version a:active,
.sidebar .bottom>.version a:visited,
.sidebar .bottom>.version a:focus,
.sidebar .bottom>.version button,
.sidebar .bottom>.version button:hover,
.sidebar .bottom>.version button:active,
.sidebar .bottom>.version button:visited,
.sidebar .bottom>.version button:focus {
    color: rgba(167,177,194,0.75);
    text-decoration: none;
}
.sidebar .bottom a.menu,
.sidebar .bottom a.menu:focus,
.sidebar .bottom button.menu,
.sidebar .bottom button.menu:focus {
    color: #a7b1c2;
    border: 0;
    width: 100%;
    text-align: left;
    font-weight: 600;
    background: transparent;
    line-height: 1.42857143;
    display: block;
    font-size: 13px;
    padding: 10px 20px 10px 25px;
    text-decoration: none;
}
.sidebar .bottom a.menu:hover,
.sidebar .bottom button.menu:hover {
    background-color: #1b2837;
    color: white;
    border-radius: 0;
}
.sidebar .bottom a.menu>span.i,
.sidebar .bottom button.menu>span.i {
    margin-right: 16px;
    opacity: .4;
}

.sidebar span.menu-label {
    margin: 20px 0 10px;
    padding: 0 20px;
    font-size: 12px;
    display: block;
    /* color: #DFE4ED; */
    color: #8895AD;
}
.sidebar .menu-list {
    position: absolute;
    width: 100%;
    max-width: 250px;
    margin-top: 80px;
    margin-bottom: 39px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;  /* Scrollable contents if viewport is shorter than content. */
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
}

/* Sidebar navigation */
/* .sidebar .nav-sidebar { */
/* margin-right: -21px; */ /* 20px padding + 1px border */
/* margin-bottom: 20px; */
/* margin-left:  -20px; */
/* } */
.sidebar .nav-sidebar > li > .menu,
.sidebar .nav-sidebar > li > .menu:focus {
    color: #a7b1c2;
    border: 0;
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    background: transparent;
    font-size: 12px;
    line-height: 1.42857143;
    transition: all 0s;
}
.sidebar .nav-sidebar > li > .menu.border-admin,
.sidebar .nav-sidebar > li > .menu.border-admin:focus {
    border-right: 4px solid #f0ad4e;
}
.sidebar .nav-sidebar > li > .menu.no-icon,
.sidebar .nav-sidebar > li > .menu.no-icon:focus {
    font-size: 12px;
    padding: 10px 20px 10px 25px;
}
.sidebar .nav-sidebar > li.active > .menu.no-icon {
    padding-left: 21px;
}
.sidebar .nav-sidebar > li > .menu > .i {
    width: 28px;
    display: inline-block;
    opacity: .4;
}
.sidebar .nav-sidebar > li > .menu > .i.view-only-mini {
    display: none;
}
.sidebar .nav-sidebar > li.active > .menu > .i.glyphicon {
    margin-left: -4px;
}
.sidebar .nav-sidebar > .active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}
.sidebar .nav-sidebar > li:hover,
.sidebar .nav-sidebar > .active > .menu,
.sidebar .nav-sidebar > .active:hover,
.sidebar .nav-sidebar > .active:focus {
    background-color: #293846;
    color: white;
    border-radius: 0;
}
.sidebar .nav-sidebar > .active > .menu:focus {
    background-color: #293846;
    color: white;
    border-radius: 0;
}
.sidebar .nav-sidebar > li > .menu.link-count,
.sidebar .nav-sidebar > .active > .menu.link-count {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    width: 37px;
    height: 45px;
}
.sidebar .nav-sidebar > li > .menu span.menu-count,
.sidebar .nav-sidebar > .active > .menu span.menu-count {
    position: absolute;
    right: 0;
    margin-top: -2px;
    margin-right: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    color: #fff;
    border: 1px solid;
}
.sidebar .nav-sidebar > li > .menu.link-count span.menu-count,
.sidebar .nav-sidebar > .active > .menu.link-count span.menu-count {
    margin: 11px 11px 11px 0;
}
.sidebar .nav-sidebar > li > .menu span.menu-count {
    background: #254A51;
    border-color: #216965;
}
.sidebar .nav-sidebar > .active > .menu span.menu-count {
    background-color: #1AB394;
    border-color: #1AB394;
}
@media (min-width: 768px) {
    .sidebar { left: 0; }
    .sidebar-mini .sidebar {
        width: 80px;
    }
    .sidebar-mini .sidebar .nav-user {
        padding: 14px 16px 13px;
    }
    .sidebar .nav-user .slide-icons {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
    }
    .sidebar .nav-user:hover .slide-icons .glyphicon-menu-left,
    .sidebar .nav-user:focus .slide-icons .glyphicon-menu-left {
        opacity: .8;
    }
    .sidebar .nav-user:hover .slide-icons .glyphicon-menu-right,
    .sidebar .nav-user:focus .slide-icons .glyphicon-menu-right {
        opacity: 0;
    }
    .sidebar-mini .sidebar .nav-user:hover .slide-icons .glyphicon-menu-left,
    .sidebar-mini .sidebar .nav-user:focus .slide-icons .glyphicon-menu-left {
        opacity: 0;
    }
    .sidebar-mini .sidebar .nav-user:hover .slide-icons .glyphicon-menu-right,
    .sidebar-mini .sidebar .nav-user:focus .slide-icons .glyphicon-menu-right {
        opacity: .8;
    }
    .sidebar-mini .sidebar .nav-user .logo {
        margin: -14px 0 0 -1px;
        padding-left: 18px;
    }
    .sidebar-mini .sidebar .nav-user .title {
        display: none;
    }
    .sidebar-mini .sidebar .bottom a.menu,
    .sidebar-mini .sidebar .bottom a.menu:focus,
    .sidebar-mini .sidebar .bottom button.menu,
    .sidebar-mini .sidebar .bottom button.menu:focus {
        line-height: 38px;
        padding: 0;
        text-align: center;
    }
    .sidebar-mini .sidebar .bottom a.menu>span.i,
    .sidebar-mini .sidebar .bottom button.menu>span.i {
        margin-right: 0;
    }
    .sidebar-mini .sidebar .bottom a.menu>.title,
    .sidebar-mini .sidebar .bottom button.menu>.title {
        display: none;
    }
    .sidebar-mini .sidebar span.menu-label {
        padding: 8px 0;
        margin: 0;
        border-top: 1px solid #3e4c58;
        border-bottom: 1px solid #3e4c58;
        font-size: 11px;
        text-align: center;
    }
    .sidebar-mini .sidebar .nav-sidebar > li {
        height: 47px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu {
        padding: 0;
        height: 47px;
        background: #2f4050;
        transition: width 0s;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:hover,
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:active,
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:focus {
        background-color: #293846;
        color: white;
        width: 250px;
        position: fixed;
    }
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:hover,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:active,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:focus {
        width: 246px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu.no-icon,
    .sidebar-mini .sidebar .nav-sidebar > li > .menu.no-icon:focus {
        font-size: 16px;
        padding: 0;
    }
    .sidebar-mini .sidebar .nav-sidebar > li.active > .menu.no-icon {
        padding-left: 0;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu > .i {
        top: 0;
        width: 80px;
        line-height: 47px;
        text-align: center;
        font-size: 16px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu > .view-only-mini {
        display: inline-block;
    }
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu > .view-only-mini {
        margin-left: -4px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu > .title {
        display: none;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:hover > .title,
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:active > .title,
    .sidebar-mini .sidebar .nav-sidebar > li > .menu:focus > .title {
        display: inline-block;
        font-size: 12px;
        position: absolute;
        left: 80px;
        line-height: 47px;
    }
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:hover > .title,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:active > .title,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu:focus > .title {
        left: 76px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu.link-count,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu.link-count {
        width: 24px;
        height: 18px;
        position: absolute;
        background: transparent;
        top: auto;
        right: auto;
        bottom: 4px;
        left: 9px;
    }
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu.link-count {
        left: 5px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu span.menu-count,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu span.menu-count {
        font-size: 13px;
        top: 12px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu.link-count span.menu-count,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu.link-count span.menu-count {
        top: 0;
        margin: 0;
        font-size: 9px;
    }
    .sidebar-mini .sidebar .nav-sidebar > li > .menu span.menu-count.no-link,
    .sidebar-mini .sidebar .nav-sidebar > .active > .menu span.menu-count .no-link{
        top: auto;
        right: auto;
        left: 9px;
        font-size: 9px;
        bottom: 4px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .sidebar { left: -250px; }
    .sidebar.no-fixed { left: 0; }
    .sidebar.animate.transform-right {
        transform: translate(250px,0);
        -webkit-transform: translate(250px,0); /** Chrome & Safari **/
        -o-transform: translate(250px,0); /** Opera **/
        -moz-transform: translate(250px,0); /** Firefox **/
    }
    .sidebar.animate.transform-left {
        transform: translate(0px,0);
        -webkit-transform: translate(0px,0); /** Chrome & Safari **/
        -o-transform: translate(0px,0); /** Opera **/
        -moz-transform: translate(0px,0); /** Firefox **/
    }
    .sidebar.animate-no.transform-right {left: 0;}
    .sidebar.animate-no.transform-left {left: -250px;}
}

/* MOBILE MENU */
.mobile-view>.menu-open {
    position: absolute;
    top: 24px;
    left: 15px;
    display: block;
}
.mobile-view.show>.menu-open {
    display: none;
}
.mobile-view>.menu-open>button {
    background: #fff;
    color: #333;
    border-color: #999;
    text-decoration: none;
    border-radius: 4px;
}
.mobile-view>.menu-close {
    position: absolute;
    top: 24px;
    right: 15px;
    display: none;
}
.mobile-view.show>.menu-close {
    display: block;
}
.mobile-view>.menu-close>button {
    background: #3B4E61;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.mobile-view>.menu-open,
.mobile-view>.menu-close {
    z-index: 12;
}
.mobile-view.show>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:.2;
    z-index: 11;
}
.mobile-view.show>.overlay.animate {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


/*
 * Main content
 */
.main {
    padding: 0;
    margin-left: 250px;
}


/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.block-white {
    padding: 20px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e7eaec;
    height: 81px;
    position: relative;
}
.block-white.with-breadcrumb {
    margin: 0;
    border-color: #dee5e8;
}
.block-white.with-breadcrumb-inner {
    padding: 12px 20px;
}
.page-header>h1 {
    margin: 0;
    font-weight: 300;
}
.page-header.with-breadcrumb-inner>h1 {
    font-size: 20px;
}
.page-header.with-breadcrumb-inner .block-breadcrumb {
    background-color: transparent;
    border: 0;
}
.page-header.with-breadcrumb-inner .block-breadcrumb .breadcrumb {
    padding: 10px 0 0;
}
.page-header>.number {
    float: right;
    font-size: 11px;
    /*line-height: 40px;*/
    line-height: 60px;
}
.page-header>.number>.bold {
    font-weight: 700;
    font-size: 14px;
}
.cont-margin.login-form.center {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.cont-margin.login-form.center.with-big-logo {
    max-width: 800px;
}
@media (min-width: 768px) {
    .cont-margin {
        margin: 20px;
    }
}
@media (max-width: 767px) {
    .page-header>h1 {
        font-size: 18px;
        /*line-height: 40px;*/
        line-height: 54px;
        margin-left: 45px;
    }
    .page-header.with-breadcrumb-inner .block-breadcrumb .breadcrumb {
        /*padding: 0;*/
        /*margin-left: 45px;*/
        display: none;

    }
    .cont-margin {
        margin: 30px 15px;
    }
}
.block-breadcrumb {
    background-color: rgba(255,255,255,0.6);
    border-bottom: 1px solid #dee5e8;
}
.block-breadcrumb .breadcrumb {
    padding: 10px 20px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

/*
 * BLOCK
 */
.block-select {
    display: inline-block;
    width: 270px;
    height: 140px;
    margin: 20px 15px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 3px dashed #D1DDE8;
}
.block-select:hover {
    cursor: pointer;
    background-color: #EBF2F9;
    border-color: #ADB3B9;
}
.block-select>span.icon {
    width: 65px;
    height: 65px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    padding: 16px 18px 18px 18px;
    font-size: 32px;
    text-align: center;
    display: block;
}
.block-select>h4 {
    text-align: center;
    margin-top: 20px;
    color: #333;
}


/*
 * INPUTS
 */

 /* TODO @import url("./inputs.css") all; */

.form-control {
    background: #FFFFFF none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    /* For apple */
    -webkit-appearance: none;
}
.form-control.radius {
    border-radius: 4px;
}
.form-control:focus, .single-line:focus {
    border-color: #1ab394 !important;
}
.form-control.gray:focus, .single-line.gray:focus {
    border-color: #999 !important;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse, .navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}
.input-group-addon {
    border-radius: 0;
    border: 1px solid #e5e6e7;
    border-right: 1px solid #f5f5f5 !important;
    background-color: #f5f5f5;
}
.input-group-addon:active {
    border-color: #1ab394 !important;
}
.datepicker-dropdown {
    border-radius: 0;
    border-color: #e5e6e7;
}
.datepicker-dropdown:before {
    border-bottom-color: #e5e6e7;
}
.dropdown-menu {
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.175);
    box-shadow: 0 12px 24px rgba(0,0,0,.175);
}
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
    border-radius: 0;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover{
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus,

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    background-color: #33a58e;
    border-color: #33a58e;
    color: #FFF;
}

.input-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    height: 22px;
}

.single-label {
    padding-top: 8px !important;
}

h3#sum_finish {
    margin: 14px 0;
}

/*
 * PAGINATION
 */
nav.under-table-lite {
    border-top: 1px solid #ddd;
}
nav>.pagination {
    margin: 15px 0;
    border-radius: 0;
}
nav.with-count>.pagination {
    margin-bottom: 5px;
}
nav.with-count>.count {
    margin: 0 0 20px;
    font-size: 10px;
}
.pagination>li>a,
.pagination>li>span,
.pagination>.active.dots>a,
.pagination>.active.dots>a:focus,
.pagination>.active.dots>a:hover,
.pagination>.active.dots>span,
.pagination>.active.dots>span:focus,
.pagination>.active.dots>span:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    font-size: 11px;
    width: 41px;
    height: 41px;
    padding: 13px 0;
    text-align: center;
    border-radius: 50%;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%;
    font-size: 18px;
    padding: 7px 0 9px;
    color: #999;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
    background-color: #eee;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #333;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 12px 0;
}
.pagination>.active.dots>a,
.pagination>.active.dots>a:focus,
.pagination>.active.dots>a:hover,
.pagination>.active.dots>span,
.pagination>.active.dots>span:focus,
.pagination>.active.dots>span:hover {
    font-weight: normal;
}
@media (max-width: 767px) {
    .pagination>li>a,
    .pagination>li>span,
    .pagination>.active.dots>a,
    .pagination>.active.dots>a:focus,
    .pagination>.active.dots>a:hover,
    .pagination>.active.dots>span,
    .pagination>.active.dots>span:focus,
    .pagination>.active.dots>span:hover {
        width: 24px;
        height: 24px;
        padding: 4px 0;
    }
    .pagination>li:first-child>a,
    .pagination>li:first-child>span,
    .pagination>li:last-child>a,
    .pagination>li:last-child>span {
        font-size: 14px;
        padding: 1px 0 3px;
    }
    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover {
        padding: 3px 0 4px;
    }
}


/* ITEMS BLOCK */
.items-block .t-item-name {
    width: 232px;
}
.items-block .t-item-prod {
    width: 106px;
}
.items-block .t-item-prob {
    width: 88px;
}
.items-block .t-item-gramm {
    width: 50px;
}
.items-block .t-item-gramm-all {
    width: 51px;
}
.items-block .t-item-new {
    width: 37px;
}
.items-block .t-item-lom {
    width: 37px;
}
.items-block .t-item-sum {
    width: 64px;
}
.items-block .t-item-remove {
    width: 22px;
}

input[type=checkbox].input-height, input[type=radio].input-height {
    width: 16px;
    height: 16px;
    margin-top: 9px;
}


/*
 * TABLE
 */
.table-header,
.table-footer {
    width: 100%;
    display: inline-block;
    margin-bottom: -4px;
    padding: 12px 8px;
    border: 1px solid #ddd;
    background-color: #eee;
}
.no-border-inner .table-header,
.no-border-inner .table-footer {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.table-header a,
.table-footer a {
    cursor: pointer;
}
table tr.data-href {
    cursor: pointer;
}
table.table-create-new>thead>tr>th,
table.table-create-new>tbody>tr>td {
    font-size: 12px;
    padding: 8px 0 8px 5px;
    text-align: center;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0;
}
.table.lite>tbody>tr>td,
.table.lite>tbody>tr>th,
.table.lite>tfoot>tr>td,
.table.lite>tfoot>tr>th,
.table.lite>thead>tr>td,
.table.lite>thead>tr>th {
    padding: 2px 8px;
}
.no-border-inner .table.lite>tbody>tr>td,
.no-border-inner .table.lite>tbody>tr>th,
.no-border-inner .table.lite>tfoot>tr>td,
.no-border-inner .table.lite>tfoot>tr>th,
.no-border-inner .table.lite>thead>tr>td,
.no-border-inner .table.lite>thead>tr>th {
    border-left: 0;
}
.no-border-inner .table.lite>tbody>tr:nth-last-child(2)>td[rowspan],
.no-border-inner .table.lite>tbody>tr:nth-last-child(2)>th[rowspan],
.no-border-inner .table.lite>tfoot>tr:nth-last-child(2)>td[rowspan],
.no-border-inner .table.lite>tfoot>tr:nth-last-child(2)>th[rowspan],
.no-border-inner .table.lite>thead>tr:nth-last-child(2)>td[rowspan],
.no-border-inner .table.lite>thead>tr:nth-last-child(2)>th[rowspan] {
    border-bottom: 0;
}
.table.lite>tbody>tr>td input[type=text], .table.lite>tbody>tr>td input[type=number], .table.lite>tbody>tr>td input[type=password],
.table.lite>tbody>tr>th input[type=text], .table.lite>tbody>tr>th input[type=number], .table.lite>tbody>tr>th input[type=password],
.table.lite>tfoot>tr>td input[type=text], .table.lite>tfoot>tr>td input[type=number], .table.lite>tfoot>tr>td input[type=password],
.table.lite>tfoot>tr>th input[type=text], .table.lite>tfoot>tr>th input[type=number], .table.lite>tfoot>tr>th input[type=password],
.table.lite>thead>tr>td input[type=text], .table.lite>thead>tr>td input[type=number], .table.lite>thead>tr>td input[type=password],
.table.lite>thead>tr>th input[type=text], .table.lite>thead>tr>th input[type=number], .table.lite>thead>tr>th input[type=password] {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
}
table.head-sm thead th {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
table.table-create-new>thead>tr>th:first-child,
table.table-create-new>tbody>tr>td:first-child {
    padding-left: 0;
}
table.table-create-new>tbody>tr>td input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    margin-top: 9px;
}
table.table-create-new>tbody>tr>td span.remove {
    font-size: 14px;
    margin-top: 9px;
}
table.table-create-new .text {
    padding-top: 18px;
}
table.table-create-new>tbody>tr>td span.remove:hover {
    cursor: pointer;
}
table.table-create-new .proba {
    width: 75px;
}
thead .green,
tbody .green,
tfoot .green {
    background-color: rgba(171, 216, 158, 0.7);
    border-top-color: rgba(138, 195, 123, 0.4) !important;
    border-bottom-color: rgba(138, 195, 123, 0.4) !important;
}
tbody tr:hover .green {
    background-color: rgba(138, 195, 123, 0.75);
}

/*
 * PANELS
 */

.panel {
    border-radius: 2px;
}
.panel.panel-default {
    border-color: #e7eaec;
}
.panel-default .panel-heading {
    background-color: #f9fafc;
}
.panel.panel-default>.panel-heading, .panel.panel-default>.panel-footer {
    border-color: #e7eaec;
}

/* PROBS */
.probs-list-table {
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 20px;
    padding: 0;
}
.probs-list-table.f-s-11 {
    font-size: 11px;
}
.probs-list-table>.header {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.probs-list-table>.col-sm-7,
.probs-list-table>.col-sm-5,
.probs-list-table>.col-xs-7,
.probs-list-table>.col-xs-5 {
    padding: 5px;
    border-top: 1px solid #ddd;
}
.probs-list-table>.left {
    border-right: 1px solid #ddd;
}
@media (min-width: 768px) {
    .probs-list-table>.left-xs {
        border-right: 1px solid #ddd;
    }
}

/*
 * HIGHCHARTS
 */
.highcharts hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.highcharts.no-context-button .highcharts-button {
    display: none !important;
}

/*
 * TIMELINE
 */
.timeline {
    margin: 0;
    padding: 0;
}
.timeline .tl-header {
    display: block;
    width: 14em;
    text-align: center;
    margin-left: 1px;
}
.timeline .tl-item {
    display: block;
}
.timeline .tl-item::after {
    content: "";
    display: table;
    clear: both;
}
.timeline .tl-wrap {
    display: block;
    margin-left: 7em;
    padding: 15px 0 15px 20px;
    border: 0 solid rgba(120, 130, 140, .13);
    border-left-width: 2px;
}
.timeline .tl-date,
.timeline .tl-wrap:before {
    float: left;
    position: relative;
}
.timeline .tl-wrap:before,
.timeline .ui-switch i:after {
    border-radius: 50%;
    content: "";
}
.timeline .tl-wrap:before {
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #f0f0f0;
}
.timeline .tl-wrap::after {
    content: "";
    display: table;
    clear: both;
}
.timeline .box,
.timeline .box-color {
    background-color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
}
.timeline .box-shadow-z0,
.timeline .box-shadow-z0 .box,
.timeline .box-shadow-z0 .box-color {
    box-shadow: 0 0 1px rgba(0,0,0,.15);
}
.timeline .tl-date,
.timeline .tl-wrap:before {
    float: left;
    position: relative;
}
.timeline .tl-date {
    top: 10px;
    margin-left: -7.5em;
    display: block;
    width: 4.5em;
    text-align: right;
}
.timeline .tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.timeline .tl-content.block {
    display: block;
    width: 100%;
}

.timeline .box-body,
.timeline .box-footer,
.timeline .box-header {
    padding: 10px 15px;
}

.timeline .p-a-sm {
    padding: 10px 15px!important
}
.timeline .text-color {
    color: rgba(0,0,0,.87);
}
.timeline .w-xl {
    /* width: 280px; */
    width: 100%;
}
.timeline .arrow {
    position: absolute;
    z-index: 10;
}
.timeline .arrow:after, .timeline .arrow:before {
    content: "";
}
.timeline .arrow:after,
.timeline .arrow:before {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid;
}
.timeline .arrow.left:before {
    border-right-color: rgba(120,130,140,.13);
    border-left-width: 0;
}
.timeline .arrow:after {
    border-width: 8px;
}
.timeline .arrow.bottom:after,
.timeline .arrow.left:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.timeline .arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-left-width: 0;
}
.timeline .visible-left {
    display: none;
}
.timeline .arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
}
.timeline .arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px;
}
.timeline .arrow.pull-top {
    top: 18px;
}

.timeline .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.timeline .ui-icon {
    display: inline-block;
    height: 1em;
    background: 0 0!important;
    text-align: center;
}
.timeline .ui-icon:before {
    position: relative;
    z-index: 1;
}
.timeline .ui-icon:after {
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box;
}
.timeline .ui-icon.b-2x:after {
    border-width: 2px;
}
.timeline .ui-icon.info:after {
    background-color: #6887ff;
}

.timeline .p-l, .timeline .p-x {
    padding-left: 2px!important;
}
.timeline .p-r, .timeline .p-x {
    padding-right: 2px!important;
}
.timeline .m-b-sm,
.timeline .m-y-sm {
    padding: 10px 15px!important
}

.timeline .b-t {
    border-top: 1px solid rgba(120,130,140,.13);
}
.timeline .b-2x {
    border-width: 2px;
}
.timeline .b-light {
    border-color: #f8f8f8;
}
.timeline .p-a {
    padding: 15px!important
}
.timeline .bottom {
    padding: 5px 15px 0 !important;
}

@media (min-width: 1200px) {
    .timeline .w-xl {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .timeline .tl-header {
        width: 8em;
    }
    .timeline .tl-wrap {
        margin-left: 4em;
    }
}

/*
 * BACKGROUNDS
 */
.timeline .black,
.timeline .danger,
.timeline .dark,
.timeline .grey,
.timeline .info,
.timeline .primary,
.timeline .success,
.timeline .warn,
.timeline .warning {
    color: rgba(255,255,255,.87) !important;
}
.white {
    background: #fff !important;
}
.b-white {
    border-color: #fff !important;
}
.primary {
    background-color: #0cc2aa !important;
}
.b-primary {
    border-color: #0cc2aa !important;
}
.info {
    background-color: #6887ff !important;
}
.b-info {
    border-color: #6887ff !important;
}
.success {
    background-color: #6cc788 !important;
}
.b-success {
    border-color: #6cc788 !important;
}
.warn {
    background-color: #fcc100 !important;
}
.b-warn {
    border-color: #fcc100 !important;
}


/*
 * TABS
 */
.nav-tabs.large {
    border: 0;
}
.nav-tabs.large>li {
    padding: 0;
}
.nav-tabs.large>li>a {
    padding: 25px;
    margin: 0;
    border: 0;
    border-bottom: 5px solid #ddd;
    border-radius: 0;
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #676a6c;
}
.nav-tabs.large>li>a:hover,
.nav-tabs.large>li>a:focus {
    background-color: #fcfcfc;
    border-color: #eee;
}
.nav-tabs.large>li.active>a,
.nav-tabs.large>li.active>a:focus,
.nav-tabs.large>li.active>a:hover {
    border: 0;
    border-bottom: 5px solid #0064ab;
    background-color: #fff;
    color: #293846;
}
.tab-content.with-shadow {
    box-shadow: 0 1px 30px rgba(0,0,0,.1);
}
@media (max-width: 767px) {
    .nav-tabs.large>li>a {
        font-size: 14px;
    }
}

/*
 * FOOTER
 */
footer.cms .title {
    color: rgba(9,9,9,.3);
}
footer.cms a {
    color: rgba(9,9,9,.3);
    font-weight: 500;
    text-decoration: none;
}
footer.cms a:hover,
footer.cms a:focus,
footer.cms a:active {
    color: rgba(9,9,9,.5);
    text-decoration: none;
}
@media (max-width: 767px) {
    footer.cms {
        text-align: center;
    }
}
