/*
    MODERA PRODUCT theme
    for Bootstrap v3

    Ivan Kolesnikov, ivan.kolesnikov@modera.net
    Version: 29.07.20

    Structure
    --------------------------------------------
    1. base styles
    2. common items
        - icons
        - buttons
    3. layout
        - navbar
        - tree

    PAGES
        - login
        - care offers

*/



/* 1. base styles ----------------------------------*/

    /* fonts definition */

@font-face {
    font-family: "Raleway";
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "SourceSansProLight";
    src: url('../fonts/sourcesanspro-light.eot');
    src: url('../fonts/sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light.woff') format('woff'),
         url('../fonts/sourcesanspro-light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.navbar {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stat-item .value {
    font-family: "SourceSansProLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    /* clearfix */

.form-btn:before, .form-btn:after {
  content: " ";
  display: table;
}
.form-btn:after {
  clear: both;
}

    /* global styles */

body {
    color: #5d5d5d;
    font-size: 12px;
}

a {
    color: inherit;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
            transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
a:hover, a:focus {
    color: #000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}
h4, h5, h6,
.h4, .h5, .h6 {
    line-height: 1.42857;
}
/*h1, .h1 {
   font-size: 30px;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 22px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6 {
    font-size: 14px;
}

p, ul, ol, dl {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
dd {
    margin-bottom: 10px;
}

img.pull-left, figure.pull-left {
    margin: 0 20px 10px 0;
}
img.pull-right, figure.pull-right {
    margin: 0 0 10px 20px;
}
figcaption {
    display: block;
    padding: 6px 8px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

address {
    color: #666;
    line-height: 1.8;
}*/

b, strong {
    font-weight: 700 !important;
}

hr {
    margin: 30px -30px;
    border-color: #dae4e9;
}

table {
    font-size: inherit;
}

/*.disc {
    padding-left: 1.5em;
    list-style: none;
}
.disc li {
    margin-bottom: 10px;
}
.disc li:before {
    float: left;
    margin-top: -0.125em;
    margin-left: -0.65em;
    color: #ff7500;
    font-size: 2em;
    line-height: 1;
    content: "\2022";
}
.decimal {
    padding-left: 2em;
    list-style: none;
    counter-reset: count;
}
.decimal li {
    margin-bottom: 10px;
    counter-increment: count;
}
.decimal li:before {
    float: left;
    width: 1.2em;
    margin-left: -2em;
    color: #ff7500;
    font-weight: bold;
    text-align: right;
    content: counter(count);
}
.fa-ul li {
    margin-bottom: 5px;
}

.lead {
    margin-bottom: 25px;
    font-size: 18px;
}
.sublead {
    font-size: 15px;
}
.rear {
    font-size: 12px;
}

.block-embed {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.block-embed.widescreen {
    padding-bottom: 56.5%;
}
.block-embed > iframe, .block-embed > object, .block-embed > embed, .block-embed > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    opacity: 0.75;
}
.disabled .mask {
    display: block;
}

.close {
    text-decoration: none;
}*/

.img {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.img > img {
    vertical-align: middle;
    max-width: 100%;
}

.size-auto { width: auto; }
.size-1 { width: 1em; }
.size-2 { width: 2em; }
.size-3 { width: 3em; }
.size-4 { width: 4em; }
.size-5 { width: 5em; }
.size-6 { width: 6em; }
.size-7 { width: 7em; }
.size-8 { width: 8em; }
.size-9 { width: 9em; }
.size-10 { width: 10em; }
.size-11{ width: 11em; }
.size-12 { width: 12em; }
.size-13 { width: 13em; }
.size-14 { width: 14em; }
.size-15 { width: 15em; }
.size-16 { width: 16em; }
.size-17 { width: 17em; }
.size-18 { width: 18em; }
.size-19 { width: 19em; }
.size-20 { width: 20em; }
.size-21 { width: 21em; }
.size-22 { width: 22em; }
.size-23{ width: 23em; }
.size-24 { width: 24em; }



/* 2. common items ----------------------------------*/

    /* icons */

@font-face {
    font-family: "ModeraIcons";
    src: url('../fonts/modera-icons.eot');
    src: url('../fonts/modera-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modera-icons.woff') format('woff'),
         url('../fonts/modera-icons.ttf') format('truetype'),
         url('../fonts/modera-icons.svg#modera-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ico {
    display: inline-block;
    /*vertical-align: middle;*/
    font: normal normal normal 14px/1 ModeraIcons;
    font-size: 20px;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-left:before { content: "\e600"; }
.ico-arrow-right:before { content: "\e601"; }
.ico-badge:before { content: "\e602"; }
.ico-bars:before { content: "\e603"; }
.ico-book:before { content: "\e604"; }
.ico-booking:before { content: "\e605"; }
.ico-building:before { content: "\e606"; }
.ico-bullhorn:before { content: "\e607"; }
.ico-calendar:before { content: "\e608"; }
.ico-car:before { content: "\e609"; }
.ico-car-percent:before { content: "\e60a"; }
.ico-circles:before { content: "\e60b"; }
.ico-clock:before { content: "\e60c"; }
.ico-cubes:before { content: "\e60d"; }
.ico-database:before { content: "\e60e"; }
.ico-diamond:before { content: "\e60f"; }
.ico-download:before { content: "\e610"; }
.ico-envelope:before { content: "\e611"; }
.ico-facebook:before { content: "\e612"; }
.ico-file-link:before { content: "\e613"; }
.ico-files:before { content: "\e614"; }
.ico-finance:before { content: "\e615"; }
.ico-flag:before { content: "\e616"; }
.ico-floppy:before { content: "\e617"; }
.ico-folder-plus:before { content: "\e618"; }
.ico-gear:before { content: "\e619"; }
.ico-globe:before { content: "\e61a"; }
.ico-line-chart:before { content: "\e61b"; }
.ico-notepad:before { content: "\e61c"; }
.ico-pencil-square:before { content: "\e61d"; }
.ico-pie-chart:before { content: "\e61e"; }
.ico-random:before { content: "\e61f"; }
.ico-refresh:before { content: "\e620"; }
.ico-search:before { content: "\e621"; }
.ico-service:before { content: "\e622"; }
.ico-share:before { content: "\e623"; }
.ico-stand-chart:before { content: "\e624"; }
.ico-stand-electern:before { content: "\e625"; }
.ico-stand-text:before { content: "\e626"; }
.ico-tags:before { content: "\e627"; }
.ico-th:before { content: "\e628"; }
.ico-users:before { content: "\e629"; }
.ico-window:before { content: "\e62a"; }
.ico-yn:before { content: "\e62b"; } 

a .fa, a.fa, button .fa {
    /*position: relative;
    top: 2px;*/
    display: inline-block;
    min-width: 16px;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
}
a .fa, button .fa, .btn .fa {
    margin-right: 4px;
}
a .fa[class*="-right"], button .fa[class*="-right"], .btn .fa[class*="-right"] {
    margin-right: 0;
    margin-left: 4px;
}
a .fa-single, button .fa-single, .btn .fa-single {
    margin-right: 0;
}

.site-logo {
    display: inline-block;
    width: 220px;
    height: 40px;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    background: url('../img/site-logo-main-dark.svg') no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    color: transparent;
    font-size: 0;
    line-height: 0;
}
.no-svg .site-logo {
    background-image: url('../img/site-logo-large-dark.png');
}

    /* buttons */

.btn {
    height: 40px;
    min-width: 115px;
    padding: 0 10px;
    border: 0;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
            transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-sm {
    height: 30px;
    min-width: 90px;
    border-radius: 4px;
    line-height: 30px;
}
.btn-xs {
    height: 20px;
    min-width: 0;
    border-radius: 3px;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
}
.btn-default,
.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger {
    color: #fff;
}
.btn-default {
    background-color: #b6c1c6;
}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #9da8ad;
    color: #fff;
}
.btn-default.disabled, .btn-default[disabled],
.btn-default.disabled:hover, .btn-default.disabled:focus,
.btn-default[disabled]:hover, .btn-default[disabled]:focus {
    background-color: #d0dbe0;
}
.btn-primary {
    background-color: #46709a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #2d5781;
}
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
    background-color: #608ab4;
}
.btn-info {
    background-color: #ab6fef;
}
.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #9256d6;
}
.btn-info.disabled, .btn-info[disabled],
.btn-info.disabled:hover, .btn-info.disabled:focus,
.btn-info[disabled]:hover, .btn-info[disabled]:focus {
    background-color: #c589ff;
}
.btn-success {
    background-color: #acd940;
}
.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #93c027;
}
.btn-success.disabled, .btn-success[disabled],
.btn-success.disabled:hover, .btn-success.disabled:focus,
.btn-success[disabled]:hover, .btn-success[disabled]:focus {
    background-color: #c6f35a
}
.btn-warning {
    background-color: #f07c00;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active,
.btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #d76300;
}
.btn-warning.disabled, .btn-warning[disabled],
.btn-warning.disabled:hover, .btn-warning.disabled:focus,
.btn-warning[disabled]:hover, .btn-warning[disabled]:focus {
    background-color: #ff961a;
}
.btn-danger {
    background-color: #f35f62;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active,
.btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #da4649;
}
.btn-danger.disabled, .btn-danger[disabled],
.btn-danger.disabled:hover, .btn-danger.disabled:focus,
.btn-danger[disabled]:hover, .btn-danger[disabled]:focus {
    background-color: #ff797c;
}

.btn-action {
    width: 40px;
    padding: 0;
    text-align: center;
}
.btn-action.btn-sm {
    width: 30px;
}
.btn-action.btn-xs {
    width: 20px;
}

.btn-light {
    border: 1px solid;
    background-color: #fff;
    line-height: 38px;
}
.btn-light .fa {
    margin-right: 0;
    margin-left: 20px;
    font-size: 18px;
}
.btn-light:hover, .btn-light:focus, .btn-light:active,
.btn-light.active, .open .dropdown-toggle.btn-light {
    background-color: #fff;
}
.btn-light.btn-sm {
    line-height: 28px;
}
.btn-light.btn-xs {
    line-height: 18px;
}
.btn-light.btn-default {
    color: #b6c1c6;
}
.btn-light.btn-default:hover, .btn-light.btn-default:focus, .btn-light.btn-default:active,
.btn-light.btn-default.active, .open .dropdown-toggle.btn-light.btn-default {
    border-color: #9da8ad;
    color: #9da8ad;
}
.btn-light.btn-default.disabled, .btn-light.btn-default[disabled],
.btn-light.btn-default.disabled:hover, .btn-light.btn-default.disabled:focus,
.btn-light.btn-default[disabled]:hover, .btn-light.btn-default[disabled]:focus {
    border-color: #d0dbe0;
    color: #d0dbe0;
}
.btn-light.btn-primary {
    color: #46709a;
}
.btn-light.btn-primary:hover, .btn-light.btn-primary:focus, .btn-light.btn-primary:active,
.btn-light.btn-primary.active, .open .dropdown-toggle.btn-light.btn-primary {
    border-color: #2d5781;
    color: #2d5781;
}
.btn-light.btn-primary.disabled, .btn-light.btn-primary[disabled],
.btn-light.btn-primary.disabled:hover, .btn-light.btn-primary.disabled:focus,
.btn-light.btn-primary[disabled]:hover, .btn-light.btn-primary[disabled]:focus {
    border-color: #608ab4;
    color: #608ab4;
}
.btn-light.btn-info {
    color: #ab6fef;
}
.btn-light.btn-info:hover, .btn-light.btn-info:focus, .btn-light.btn-info:active,
.btn-light.btn-info.active, .open .dropdown-toggle.btn-light.btn-info {
    border-color: #9256d6;
    color: #9256d6;
}
.btn-light.btn-info.disabled, .btn-light.btn-info[disabled],
.btn-light.btn-info.disabled:hover, .btn-light.btn-info.disabled:focus,
.btn-light.btn-info[disabled]:hover, .btn-light.btn-info[disabled]:focus {
    border-color: #c589ff;
    color: #c589ff;
}
.btn-light.btn-success {
    color: #acd940;
}
.btn-light.btn-success:hover, .btn-light.btn-success:focus, .btn-light.btn-success:active,
.btn-light.btn-success.active, .open .dropdown-toggle.btn-light.btn-success {
    border-color: #93c027;
    color: #93c027;
}
.btn-light.btn-success.disabled, .btn-light.btn-success[disabled],
.btn-light.btn-success.disabled:hover, .btn-light.btn-success.disabled:focus,
.btn-light.btn-success[disabled]:hover, .btn-light.btn-success[disabled]:focus {
    border-color: #c6f35a;
    color: #c6f35a;
}
.btn-light.btn-warning {
    color: #f07c00;
}
.btn-light.btn-warning:hover, .btn-light.btn-warning:focus, .btn-light.btn-warning:active,
.btn-light.btn-warning.active, .open .dropdown-toggle.btn-light.btn-warning {
    border-color: #d76300;
    color: #d76300;
}
.btn-light.btn-warning.disabled, .btn-light.btn-warning[disabled],
.btn-light.btn-warning.disabled:hover, .btn-light.btn-warning.disabled:focus,
.btn-light.btn-warning[disabled]:hover, .btn-light.btn-warning[disabled]:focus {
    border-color: #ff961a;
    color: #ff961a;
}
.btn-light.btn-danger {
    color: #f35f62;
}
.btn-light.btn-danger:hover, .btn-light.btn-danger:focus, .btn-light.btn-danger:active,
.btn-light.btn-danger.active, .open .dropdown-toggle.btn-light.btn-danger {
    border-color: #da4649;
    color: #da4649;
}
.btn-light.btn-danger.disabled, .btn-light.btn-danger[disabled],
.btn-light.btn-danger.disabled:hover, .btn-light.btn-danger.disabled:focus,
.btn-light.btn-danger[disabled]:hover, .btn-light.btn-danger[disabled]:focus {
    border-color: #ff797c;
    color: #ff797c;
}

.btn-line {
    margin-top: 20px;
    margin-bottom: 0;
}
.btn-line:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}
.btn-line .btn {
    margin-left: 3px;
    margin-right: 3px;
}
.btn-line .text-addon:first-child {
    margin-right: 15px;
}
.btn-line .text-addon:last-child {
    margin-left: 15px;
}

    /* label */

.label {
    display: inline-block;
    min-width: 64px;
    padding: 0.4em 0.8em 0.3em;
    font-size: 92%;
    font-weight: normal;
}
.label-default {
    background-color: #b6c1c6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #9da8ad;
}
.label-primary {
  background-color: #00a8ff;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #008fe6;
}
.label-info {
  background-color: #ab6fef;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #9256d6;
}
.label-success {
  background-color: #acd940;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #93c027;
}
.label-warning {
  background-color: #f07c00;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d76300;
}
.label-danger {
  background-color: #f35f62;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #da4649;
}

.badge {
    background-color: #b6c1c6;
}

    /* form */

legend {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: uppercase;
}
fieldset {
    margin-bottom: 20px;
}
label {
    color: #6c7a86;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    height: 40px;
    padding: 0 15px;
    border-color: #dbe4eb;
    border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #6c7a86;
    font-size: inherit;
    line-height: 40px;
    -webkit-transition: border-color 0.3s ease;
            transition: border-color 0.3s ease;
}
.form-control::-moz-placeholder {
    color: #6c7a86;
}
.form-control:-ms-input-placeholder {
    color: #6c7a86;
}
.form-control::-webkit-input-placeholder {
    color: #6c7a86;
}
.form-control:focus {
    border-color: #a8b1b8;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    border-color: #eee;
    background-color: #f2f2f2;
    color: #ccc;
}
.form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
    color: #ccc;
}
.form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: #ccc;
}
select.form-control {
    padding-left: 11px;
    padding-right: 0;
    line-height: 34px;
}
textarea.form-control,
select.form-control[multiple],
select.form-control[size] {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.42857;
}
.form-control.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-btn {
    margin-top: 30px;
}
.form-btn .btn {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.form-btn .btn-set {
    margin-right: 20px;
}

.form-control[class*="size-"] {
    display: inline-block;
}

.input-group-addon {
    border-color: #dbe4eb;
    background-color: #f0f5f9;
    color: #6c7a86;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #acd940;
}
.has-success .form-control {
    border-color: #acd940;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #93c027;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-success .input-group-addon {
    border-color: #acd940;
    background-color: transparent;
    color: #acd940;
}
.has-success .form-control-feedback {
    color: #acd940;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #f07c00;
}
.has-warning .form-control {
    border-color: #f07c00;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-warning .form-control:focus {
    border-color: #d76300;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-warning .input-group-addon {
    border-color: #f07c00;
    background-color: transparent;
    color: #f07c00;
}
.has-warning .form-control-feedback {
    color: #f07c00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f35f62;
}
.has-error .form-control {
    border-color: #f35f62;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #da4649;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-error .input-group-addon {
    border-color: #f35f62;
    background-color: transparent;
    color: #f35f62;
}
.has-error .form-control-feedback {
    color: #f35f62;
}

.form-horizontal .formpanel {
    margin-bottom: 170px;
}
.form-horizontal .form-btn {
    margin-left: -15px;
    margin-right: -15px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px 0;
    width: 100%;
}
.form-horizontal .control-label {
    padding-top: 11px;
}
.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
}
.form-horizontal .check-item {
    margin-top: 12px;
    margin-bottom: 12px;
}
.form-control-static .check-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-oneline {
    margin-bottom: 25px;
}
.form-oneline > .form-group {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .form-oneline {
        display: table;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .form-oneline > .form-group {
        display: table-cell;
        vertical-align: top;
        float: none;
        min-width: 115px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-oneline > .form-group:first-child {
        padding-left: 0;
    }
    .form-oneline > .form-group:last-child {
        padding-right: 0;
    }
}

    /* tag */

.tag-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 40px;
    margin: 0 7px 0 0;
    padding: 0 28px 0 15px;
    overflow: hidden;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    background-color: #fff;
    color: #6c7a86;
    line-height: 38px;
    text-transform: lowercase;
    white-space: nowrap;
    cursor: pointer;
}
.tag-item:before {
    position: absolute;
    right: 9px;
    padding: 1px 0;
    font-family: "FontAwesome";
    color: transparent;
    font-size: 92%;
    content: "\f00d";
}
.tag-item:hover, .tag-item:focus {
    background-color: #dbe4eb;
    color: #6c7a86;
    text-decoration: none;
}
.tag-item:hover:before, .tag-item:focus:before {
    color: inherit;
}
.tag-input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

    /* checkbox */

.check-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    color: #9baab1;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    white-space: nowrap;
}
.check-item input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
}
.check-item .check-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 8px;
    background: #f0f2f3 no-repeat 50% 50%;
    -webkit-background-size: 6px auto;
            background-size: 6px auto;
    font-weight: normal;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
            transition: background-color 0.3s ease, color 0.3s ease;
}
.no-touch .check-item input:hover + .check-icon {
    color: #68777e;
}
.check-item input:checked + .check-icon {
    background-color: #f8ffe8;
    color: #acd940;
}
.no-touch .check-item input:checked:hover + .check-icon {
    color: #93c027;
}
.check-item input[type="checkbox"]:checked + .check-icon {
    background-image: url('../img/ico-check-green.svg');
}
.check-item input[type="radio"] + .check-icon { 
    border-radius: 10px;
}
.check-item input[type="radio"]:checked + .check-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border: 5px solid;
    border-radius: 5px;
    content: "";
}

    /* file */

.jViz-file-wrap {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.jViz-file-path {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: none;
    margin-left: 7px;
    padding: 0;
}
.jViz-file-hint {
    display: none;
    vertical-align: middle;
    margin-left: 10px;
    color: #858585;
}
.jViz-file-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.jViz-file {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    padding: 0;
    font-size: 300%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

    /* select2 */

.select2-container--default .select2-selection--single {
    height: auto;
    border-color: #dbe4eb;
    border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding-left: 15px;
    padding-right: 25px;
    color: #6c7a86;
    line-height: 40px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    padding-left: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c7a86;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -4px;
    margin-top: -2px;
    border: 1px solid rgba(255,255,255,0);
    border-width: 6px 4px;
    border-top-color: #6c7a86;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #eee;
    background-color: #f2f2f2;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #ccc;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #a8b1b8;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -8px;
    border-top-color: rgba(255,255,255,0);
    border-bottom-color: #6c7a86;
    border-width: 6px 4px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    border-color: #dbe4eb;
    border-radius: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 30px;
    border-color: #dbe4eb;
    background-color: #fff;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    vertical-align: middle;
    margin: -1px 0 0 -5px;
    padding: 0 6px;
    color: #6c7a86;
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #a8b1b8;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #eee;
    background-color: #f2f2f2;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #00a8ff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dbe4eb;
    color: inherit;
}

.select2-container--default .select2-dropdown {
    border-color: #a8b1b8;
    border-radius: 6px;
}
.select2-container--default.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container .select2-search--inline {
    margin-top: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px;
    margin-top: 0;
    padding: 0 10px;
    line-height: 30px;
}

    /* table */

.table-responsive {
    margin-left: -30px;
    margin-right: -30px;
}
.table {
    margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 20px 5px;
    border: 0;
}
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
    padding: 12px 7px;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
    padding-left: 30px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
    padding-right: 30px;
}
.table > thead > tr > th {
    border-top: 1px solid #dae4e9;
    border-bottom: 1px solid #dae4e9;
    background-color: #f6f8fa;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dae4e9;
}
.table > tbody + tbody {
    border-color: #dae4e9;
}

.table .sorting {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #6c7a86;
}
.table .sorting:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: 0;
    margin-top: -3px;
    border: 1px solid rgba(255,255,255,0);
    border-width: 6px 4px;
    border-top-color: #00a8ff;
    content: "";
}
.table .headerSortUp .sorting:before {
    margin-top: -9px;
    border-top-color: rgba(255,255,255,0);
    border-bottom-color: #00a8ff;
}
.table .headerSortDown:hover .sorting:before {
    border-top-color: #8dbfdc;
}
.table .headerSortUp:hover .sorting:before {
    border-top-color: rgba(255,255,255,0);
    border-bottom-color: #8dbfdc;
}

.table .status {
    font-size: 0;
    line-height: 0;
}
.table .status:before {
    font-size: 14px;
    line-height: 1;
}

.table .btn-action {
    margin: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fbfcfd;
}
.table-hover > tbody > tr:hover {
    background-color: #f0f5f9;
}

.table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}
.table-wrap .block-table {
    margin-bottom: 0;
}
.block-table {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.block-table > .thead {
    display: none;
}
.block-table > .tbody {
    display: block;
}
.block-table > .tbody > .tr {
    position: relative;
    display: block;
    overflow: hidden;
}
.block-table .th {
    float: none;
    padding: 5px 20px;
    color: #9f9f9f;
    font-weight: normal;
}
.block-table .td {
    float: none;
    display: block;
    padding: 10px 20px;
}
.block-table .check-item {
    margin-right: 25px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: auto;
        margin-bottom: 0;
        border: 0;
    }
}

@media (min-width: 992px) {
    .table-wrap {
        margin-left: -30px;
        margin-right: -30px;
    }
    .block-table {
        display: table;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .block-table > .thead {
        display: table-header-group;
    }
    .block-table > .tbody {
        display: table-row-group;
    }
    .block-table > .tfoot {
        display: table-footer-group;
    }
    .block-table .tr, .block-table > .tbody > .tr {
        display: table-row;
    }
    .block-table .th, .block-table .td {
        display: table-cell;
        vertical-align: middle;
        height: 40px;
        padding: 5px 15px;
    }
    .block-table .th:first-child, .block-table .td:first-child {
        padding-left: 30px;
    }
    .block-table .th:last-child, .block-table .td:last-child {
        padding-right: 30px;
    }
    .block-table > .tbody > .tr:nth-child(2n+1) {
        background-color: #fbfcfd;
    }
    .block-table .th {
        vertical-align: bottom;
        padding-bottom: 10px;
    }
    .block-table .td {
        position: relative;
    }
}

.table-responsive-scroll {
    height: 20px;
    margin: 0 -30px;
    overflow-x: auto;
}
.table-responsive-scroll > div {
    height: 100%;
}
.table-responsive-scroll.is-fixed {
    position: relative;
    z-index: 4;
}
.table-responsive thead.is-fixed {
    position: relative;
    z-index: 4;
}
.table-responsive .fa {
    -webkit-transform: none;
            transform: none;
}
.table-responsive .check-item {
    position: static;
}
.table-responsive .check-item input {
    position: static;
    float: left;
}
.table-responsive .check-item .check-icon {
    position: static;
    display: block;
}

    /* breadcrumbs */

.breadcrumb {
    float: right;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #231e1e;
}
.breadcrumb > li + li:before {
    padding: 0 3px;
    color: #9f9f9f;
}
.breadcrumb > .active {
    color: #46709a;
}

    /* pagination */

.pagination {
    margin: 25px 0;
    border-radius: 0;
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    height: 40px;
    min-width: 40px;
    padding: 0 10px;
    margin: 0 3px;
    border-color: #dbe4eb;
    border-radius: 6px;
    color: #6c7a86;
    line-height: 40px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination > .page-nav > a,
.pagination > .page-nav > span {
    padding-left: 20px;
    padding-right: 20px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover, .pagination > li > span:focus {
    border-color: #a8b1b8;
    background-color: #fff;
    color: #6c7a86;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #dbe4eb;
    background-color: #dbe4eb;
    color: #6c7a86;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ccc;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    height: 50px;
    min-width: 50px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    height: 30px;
    min-width: 30px;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 30px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > .page-nav > a,
.pagination > .page-nav > span {
    padding-left: 15px;
    padding-right: 15px;
}

.pager {
    margin: 25px 0;
}
.pager li > a,
.pager li > span {
    height: 40px;
    min-width: 40px;
    padding: 0 20px;
    border-color: #dbe4eb;
    border-radius: 6px;
    color: #6c7a86;
    line-height: 40px;
}
.pager li > a:hover,
.pager li > a:focus {
    border-color: #a8b1b8;
    background-color: #fff;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus,
.pager .disabled > span {
    border-color: #ddd;
    color: #ccc;
}

    /* navs */

.nav-tabs {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 35px;
    padding: 15px 30px 0;
    border: 0;
    background-color: #dbe4eb;
    color: #6c7a86;
    font-weight: bold;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    margin-right: 0;
    padding: 14px 30px;
    border: 0;
    border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    color: #00a8ff;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 0;
        border-radius: 0;
    }
}

    /* alerts */

.alert-success {
    border-color: #d5e8c6;
    background-color: #deefd8;
    color: #537555;
}
.alert-info {
    border-color: #b8e7f1;
    background-color: #d7edf7;
    color: #2071ad;
}
.alert-danger {
    border-color: #edcdd1;
    background-color: #f3dede;
    color: #bd4c40;
}
.alert-warning {
    border-color: #fcebcb;
    background-color: #fdf8e3;
    color: #8f6d54;
}



/* 2. layout ----------------------------------*/

    /* color settings */

.text-muted {
    color: #999;
}
.text-primary {
    color: #00a8ff;
}
.text-info {
    color: #ab6fef;
}
.text-success {
    color: #acd940;
}
.text-warning {
    color: #f07c00;
}
.text-danger {
    color: #f35f62;
}
a.text-primary:hover {
    color: #46709a;
}
a.text-success:hover {
    color: #93c027;
}
a.text-danger:hover {
    color: #da4649;
}

.bg-primary {
    background-color: #00a8ff;
    color: #fff;
}
.bg-primary-dark {
    background-color: #305496;
    color: #fff;
}
.bg-info {
    background-color: #ab6fef;
    color: #fff;
}
.bg-success {
    background-color: #acd940;
    color: #203764;
}
.bg-warning {
    background-color: #f07c00;
    color: #fff;
}
.bg-danger {
    background-color: #f35f62;
    color: #fff;
}
a.bg-primary:hover {
    background-color: #008fe6;
    color: #fff;
}
a.bg-primary-dark:hover {
    background-color: #263f6d;
    color: #fff;
}
a.bg-info:hover {
    background-color: #9256d6;
    color: #fff;
}
a.bg-success:hover {
    background-color: #93c027;
    color: #203764;
}
a.bg-warning:hover {
    background-color: #d76300;
    color: #fff;
}
a.bg-danger:hover {
    background-color: #da4649;
    color: #fff;
}

    /* global layout */

html {
    height: 100%;
}
.main-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    body,
    .main-wrapper {
        height: 100%;
    }
    .as-table {
        display: table;
        width: 100%;
    }
    .as-table > [class*="col-sm-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    body,
    .main-wrapper {
        height: 100%;
    }
    .main-wrapper {
        position: static;
    }
    .as-table > [class*="col-md-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .as-table > [class*="col-lg-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 1440px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
}

    /* navbar */

.navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
}
.navbar-header {
    position: relative;
    float: none;
    height: 70px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #476f9a;
    color: #fff;
    text-align: center;
}
.navbar-header a {
    color: inherit;
}
.navbar-brand {
    float: none;
    display: inline-block;
    width: 138px;
    height: 65px;
    margin: 5px 0 0;
    padding: 0;
    overflow: hidden;
    background: url('../img/site-logo-main-light.svg') no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    color: transparent;
    font-size: 0;
    line-height: 0;
}
.no-svg .navbar-brand {
    background-image: url('../img/site-logo-main-light.png');
}
.navbar-brand .product {
    font-weight: bold;
}

.navbar-toggle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 70px;
    width: 70px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #254567;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
}
.navbar-toggle span {
    position: relative;
    display: block;
    width: auto;
    height: 20px;
    margin: 0 20px;
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-indent: 100%;
    white-space: nowrap;
}
.navbar-toggle span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: "";
}
.navbar-toggle:hover, .navbar-toggle:focus,
.sidebar-opened .navbar-toggle {
    background-color: #333742;
}

.navbar-header .main-block {
    padding: 0;
}

.navbar-form {
    display: none;
    width: 100%;
    margin: 15px 0;
    padding: 0 20px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-form .form-group {
    position: relative;
    display: block;
}
.navbar-form .form-group:before {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -0.55em;
    color: #46709a;
    font-family: ModeraIcons;
    font-size: 20px;
    line-height: 1;
    content: "\e621";
}
.navbar-form .form-control {
    width: 100%;
    height: 40px;
    padding: 0 15px 0 45px;
    border: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #5d5d5d;
    font-size: inherit;
}
.navbar-form .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-form .form-control::-moz-placeholder {
    color: inherit;
}
.navbar-form .form-control:-ms-input-placeholder {
    color: inherit;
}
.navbar-form .form-control::-webkit-input-placeholder {
    color: inherit;
}

.navbar-links {
    display: none;
    float: right;
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
    line-height: 70px;
}
.navbar-links > li {
    display: inline-block;
}
.navbar-links > li > a {
    display: block;
    padding: 0 10px;
}

.navbar-header .user-block {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    padding: 0;
    background-color: #254567;
    line-height: 70px;
}
.navbar-header .user-block .dropdown-toggle {
    display: block;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.navbar-header .user-block .dropdown-toggle:hover,
.navbar-header .user-block .dropdown-toggle:focus,
.navbar-header .user-block.open .dropdown-toggle {
    background-color: #333742;
}
.navbar-header .user-block .img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 15px;
    line-height: 1;
}
.navbar-header .user-block .title {
    display: none;
}
.navbar-header .user-block .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
}
.navbar-header .user-block .dropdown-menu {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #333742;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: inherit;
}
.navbar-header .user-block .dropdown-menu > li > a {
    padding: 8px 30px;
    color: inherit;
}
.navbar-header .user-block .dropdown-menu > li > a:hover,
.navbar-header .user-block .dropdown-menu > li > a:focus {
    background-color: #24272f;
}

.navbar-collapse {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 0;
    background-color: #333742;
    color: #fff;
    -webkit-transition: max-height 0.3s ease;
            transition: max-height 0.3s ease;
}
.navbar-collapse .ico {
    float: left;
    margin-right: 15px;
}
.navbar-collapse .title {
    display: block;
    overflow: hidden;
}
.navbar-rotate {
    position: relative;
    z-index: 2;
    display: block;
    height: 70px;
    padding: 0 10px 0 70px;
    background-color: #254567;
    color: inherit;
    font-size: 14px;
    line-height: 70px;
    text-decoration: none;
}
.navbar-rotate .ico {
    position: absolute;
    top: 25px;
    left: 30px;
}
.navbar-rotate:hover,
.navbar-rotate:focus {
    background-color: #333742;
    color: inherit;
    text-decoration: none;
}
.navbar-nav {
    float: none;
    margin: 0;
    font-size: 11px;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav > li > a {
    padding: 13px 10px 13px 65px;
    border-left: 3px solid transparent;
    background-color: transparent;
    color: #edeff5;
}
.navbar-nav > li > a .ico {
    position: absolute;
    top: 12px;
    left: 27px;
    color: #99acbf;
}
.navbar-nav li.open > a {
    border-color: transparent;
    background-color: transparent;
}
.navbar-nav li > a:hover,
.navbar-nav li > a:focus,
.navbar-nav li:hover > a,
.navbar-nav li.open > a:hover,
.navbar-nav li.open > a:focus,
.navbar-nav li.active > a,
.navbar-nav li.active > a:hover,
.navbar-nav li.active > a:focus {
    border-color: #476f9a;
    background-color: #24272f;
}
.navbar-nav li > a:hover .ico,
.navbar-nav li > a:focus .ico,
.navbar-nav li.active > a .ico,
.navbar-nav li.active > a:hover .ico,
.navbar-nav li.active > a:focus .ico {
    color: #f7f7f7;
}

.navbar-nav .toggler {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    line-height: 32px;
    font-family: "FontAwesome";
    font-size: 13px;
    text-align: center;
    transition: .35s ease color;
}
.navbar-nav .toggler::before {
    content: "\f107";
}
.navbar-nav .open > .toggler::before {
    content: "\f106";
}
.navbar-nav > li > a .toggler {
    color: inherit;
    font-size: 18px;
}

.navbar-sub {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: #24272f;
    color: #99acbf;
    font-size: 13px;
    list-style: none;
}
.up > .navbar-sub {
    top: auto;
    bottom: 0;
}
.navbar-sub > li > a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.navbar-sub li > a:hover, .navbar-sub li > a:focus,
.navbar-sub li.active > a, .navbar-sub li.active > a:hover, .navbar-sub li.active > a:focus {
    color: #f7f7f7;
}

.sidebar-opened .navbar-collapse {
    max-height: 420px;
}

@media (max-width: 767px) {
    .navbar-collapse {
        overflow-y: auto;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .user-block {
        width: 70px;
    }
    .navbar-nav .toggler {
        display: block;
    }
    .navbar-sub {
        position: relative;
        left: auto;
        width: 100%;
    }
    .navbar-sub > li > a {
        padding-left: 68px;
    }
    .open > .navbar-sub {
        display: block;
    }
    .navbar-nav li.open > a,
    .navbar-nav li.open > a:hover,
    .navbar-nav li.open > a:focus {
        border-color: #476f9a;
        background-color: #24272f;
    }
}

@media (min-width: 768px) {
    .navbar {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
    }
    .navbar-header {
        margin-left: 80px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        -webkit-transition: margin 0.3s ease;
                transition: margin 0.3s ease;
    }
    .navbar-brand {
        float: left;
    }
    .navbar-toggle {
        z-index: 1001;
        /*top: 70px;*/
        left: -80px;
        width: 80px;
        /*height: 35px;*/
        /*background-color: transparent;*/
        font-size: 11px;
        line-height: 70px;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: width 0.3s ease, background-color 0.3s ease;
                transition: width 0.3s ease, background-color 0.3s ease;
    }
    .navbar-toggle span {
        height: 100%;
        margin: 0;
        padding: 0 20px 0 15px;
        overflow: hidden;
        border: 0;
        text-indent: 0;
        -webkit-transition: padding 0.3s ease;
                transition: padding 0.3s ease;
    
    }
    .navbar-toggle span:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        height: 70px;
        margin: 0;
        background-color: transparent;
        font-family: ModeraIcons;
        font-weight: normal;
        line-height: 70px;
        text-align: center;
        content: "\e601";
        -webkit-transition: padding 0.3s ease, background-color 0.3s ease;
                transition: padding 0.3s ease, background-color 0.3s ease;
    }
    .navbar-toggle:hover, .navbar-toggle:focus,
    .sidebar-opened .navbar-toggle {
        background-color: #24272f;
    }
    /*.navbar-toggle:hover span:before, .navbar-toggle:focus span:before,
    .sidebar-opened .navbar-toggle span:before {
        background-color: #476f9a;
    }*/
    .navbar-form,
    .navbar-links {
        display: block;
    }
    .navbar-header .main-block,
    .navbar-header .user-block {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-header .user-block {
        margin: 0;
    }
    .navbar-header .user-block .dropdown-toggle {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    .navbar-header .user-block .caret {
        right: 30px;
    }
    .navbar-header .user-block .img {
        margin-right: 12px;
    }
    .navbar-header .user-block .title {
        display: inline;
        vertical-align: middle;
    }
    .navbar-header .user-block .dropdown-menu {
        width: 100%;
    }

    .navbar-collapse {
        top: 0;
        width: 80px;
        height: 100%;
        max-height: none;
        white-space: nowrap;
        -webkit-transition: width 0.3s ease;
                transition: width 0.3s ease;
}
    .navbar-collapse .title {
        width: 0;
        -webkit-transition: width 0.3s ease;
                transition: width 0.3s ease;
    }
    .navbar-collapse .menu-panel {
        height: 100%;
        margin-top: -70px;
        padding-top: 70px;
    }
    .navbar-menu {
        position: absolute;
        top: 70px;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    .navbar-menu.sub-opened {
        width: 240px;
    }
    .navbar-nav {
        display: block;
        height: 100%;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .navbar-nav::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .navbar-nav > li {
        width: 80px;
        -webkit-transition: width 0.3s ease;
                transition: width 0.3s ease;
    }
    .navbar-nav > li:hover .navbar-sub {
        display: block;
    }

    /*.sidebar-opened .navbar-header {
        margin-left: 170px;
    }*/
    .sidebar-opened .navbar-collapse {
        width: 170px;
        max-height: none;
    }
    .navbar-opened .navbar-rotate {
        padding-right: 30px;
    }
    .sidebar-opened .navbar-toggle {
        width: 170px;
    }
    .sidebar-opened .navbar-toggle span {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sidebar-opened .navbar-toggle span:before {
        content: "\e600";
    }
    .sidebar-opened .navbar-collapse .title {
        width: 92px;
    }
    .sidebar-opened .navbar-nav > li {
        width: 170px;
    }
    .sidebar-opened .navbar-menu.sub-opened {
        width: 330px;
    }
}

    /* tree */

.tree-menu {
    position: absolute;
    z-index: 999;
    top: 70px;
    right: 0;
    left: 0;
    padding-top: 60px;
    padding-bottom: 14px;
    overflow: hidden;
    background-color: #24272f;
    color: #fff;
    font-size: 13px;
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform .35s ease;
            transition: transform .35s ease;
}
.tree-menu-opened {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.tree-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 13px 25px;
    border-bottom: 2px solid #476f9a;
}
.tree-header .title {
    display: block;
    margin: 0;
    padding-right: 25px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tree-header .close {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    overflow: hidden;
    color: inherit;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 0.75;
}
.tree-header .close:hover {
    opacity: 1;
}
.tree-header .close:before,
.tree-header .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 24px;
    margin-top: -12px;
    border-left: 1px solid #fff;
    background-color: #fff;
    content: "";
}
.tree-header .close:before {
    -webkit-transform: rotate(45deg); 
            transform: rotate(45deg); 
}
.tree-header .close:after {
    -webkit-transform: rotate(-45deg); 
            transform: rotate(-45deg); 
}
.tree-menu .jstree {
    max-height: 280px;
    overflow-x: hidden;
}
.tree-menu .jstree-container-ul {
    width: 100%;
    padding: 0 18px;
    color: #99acbf;
}
.tree-menu .jstree-anchor:hover, .tree-menu .jstree-anchor:focus,
.tree-menu .jstree-icon:hover, .tree-menu .jstree-icon:focus {
    color: #fff;
}
.tree-menu .jstree-default .jstree-node {
    min-height: 28px;
    line-height: 28px;
}
.tree-menu .jstree-default .jstree-wholerow {
    height: 28px;
}
.tree-menu .jstree-default .jstree-icon,
.tree-menu .jstree-default .jstree-icon:empty,
.tree-menu .jstree-default .jstree-anchor {
    height: 28px;
    line-height: 28px;
}
.tree-menu .jstree-default .jstree-icon.jstree-ocl {
    position: relative;
    z-index: 1;
}
.tree-menu .jstree-default .jstree-anchor {
    width: 100%;
    margin-left: -24px;
    padding-right: 90px;
    padding-left: 24px;
}
.tree-menu .jstree-default .jstree-anchor .action-link {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 24px;
    margin-right: 0;
    margin-left: -100%;
    font-size: 14px;
    line-height: inherit;
    opacity: 0.6;
}
.tree-menu .jstree-default .jstree-anchor:hover .action-link {
    display: block;
}
.tree-menu .jstree-default .jstree-anchor .action-link:hover {
    opacity: 1;
}
.tree-menu .jstree-default .jstree-anchor .action-link + .action-link {
    right: 24px;
}
.tree-menu .jstree-default .jstree-anchor .action-link + .action-link + .action-link {
    right: 48px;
}

@media (min-width: 768px) {
    .tree-menu {
        right: auto;
        bottom: 0;
        left: 80px;
    }
    .sidebar-opened .tree-menu-opened {
        -webkit-transform: translate3d(90px,0,0);
                transform: translate3d(90px,0,0);
    }
    .tree-menu .jstree {
        height: 100%;
        max-height: none;
        margin-right: -20px;
        padding-right: 20px;
    }
}

    /* content */

.content-wrap {
    
}
.content-col {
    height: 100%;
    padding: 30px;
    overflow: auto;
}
.content-main {
    background-color: #fff;
}
.content-side {
    background-color: #fafbfc;
}

@media (min-width: 768px) {
    .content-wrap {
        height: 100%;
        padding-top: 70px;
        padding-left: 80px;
        -webkit-transition: padding 0.3s ease;
                transition: padding 0.3s ease;
    }
    /*.sidebar-opened .content-wrap {
        padding-left: 170px;
    }*/
    .content-col + .content-col {
        border-left: 1px solid #dae4e9;
    }
}

.page-header {
    margin: -30px -30px 25px;
    padding: 25px 30px;
    border: 0;
    color: #231e1e;
}
.page-header > :first-child {
    margin-top: 0;
}
.page-header > :last-child {
    margin-bottom: 0;
}
.page-header-info {
    background-color: #fbfcfd;
}
.page-header .title {
    margin: 0;
    overflow: hidden;
}
.page-header .side-line {
    float: right;
    margin: -2px 0 -2px 10px;
    
}
.page-subtitle {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #9f9f9f;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}




.nav > li.disabled > a,
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
}
.nav-pills {
    color: #343434;
    font-size: 14px;
}
.nav-pills > li + li {
    margin-left: 10px;
}
.nav-pills > li > a {
    padding: 19px 24px 19px 58px;
    background-color: #fff;
    border: 1px dashed #c7ced4;
}
.nav-pills .ico,
.nav-pills > li > a .fa {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -0.5em;
    color: #9fadb4;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
}
.nav-pills > li.muted > a {
    background-color: #fdfdfe;
    color: #9fadb4;
    border-color: transparent;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #00a8ff;
}
.nav-pills > li > a:hover .ico,
.nav-pills > li > a:focus .ico,
.nav-pills > li.active > a .ico,
.nav-pills > li.disabled > a .ico,
.nav-pills > li.muted > a .ico,
.nav-pills > li > a:hover .fa,
.nav-pills > li > a:focus .fa,
.nav-pills > li.active > a .fa,
.nav-pills > li.disabled > a .fa,
.nav-pills > li.muted > a .fa {
    color: inherit;
}
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus,
.nav-pills > li.muted > a:hover,
.nav-pills > li.muted > a:focus {
    background-color: #fff;
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
    border-color: #ddd;
    color: #ccc;
}
.nav-pills .action-link {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.5em;
    color: #9fadb4;
    line-height: 1;
    cursor: pointer;
}
.nav-pills .action-link:hover, .nav-pills .action-link:focus {
    color: #00a8ff;
}

.nav-pills .add-link {
    padding-left: 24px;
    color: #9fadb4;
    font-size: 20px;
    text-align: center;
}

.nav-stacked {
    margin-bottom: 20px;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 10px;
}




.panel {
    display: block;
    margin-bottom: 10px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.panel-body {
    padding: 34px 35px;
}
a.panel:hover, a.panel:focus {
    text-decoration: none;
}


.stat-item {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 35px;
    font-size: 9px;
    letter-spacing: 0.5px;
}
.stat-item .ico {
    position: absolute;
    top: 0;
    left: 0;
}
.stat-item .title {
    display: block;
    text-transform: uppercase;
}
.stat-item .descr {
    display: block;
}
.stat-item .value {
    display: block;
    font-size: 34px;
    line-height: 1.1;
}






.check-block {
    display: table;
    width: 100%;
    height: 45px;
    border: 1px solid #f6f7fa;
    border-radius: 4px;
    background-color: #f6f7fa;
    font-size: 13px;
    white-space: nowrap;
}
.check-block + .check-block {
    margin-top: 10px;
}
.check-block:hover {
    border-color: #a1a8c0;
}
.check-block .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 13px;
}
.check-block .cell:first-child {
    padding-left: 19px;
}
.check-block .cell:last-child {
    width: 100%;
    padding-right: 19px;
    text-align: right;
}
.check-block .title {
    font-weight: normal;
}
.check-block .date {
    color: #a1a6b4;
    font-size: 11px;
    font-weight: normal;
}












.list-group {
    margin-left: -30px;
    margin-right: -30px;
}
.list-group-item {
    margin-bottom: 0;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
}
.list-group-item:nth-child(2n+1) {
    background-color: #fbfcfd;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0;
}

.list-feed .list-group-item {
    padding: 0 15px 0 61px;
}
.list-feed .list-group-item [class*="col-"] {
    padding: 12px 15px;
}
.list-feed .list-group-item:before,
.list-feed .list-group-item:after {
    position: absolute;
    z-index: 1;
    left: 35px;
    border-left: 1px solid;
    color: #b6c1c6;
    content: "";
}
.list-feed .list-group-item .ico-link {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    border: 2px solid;
    border-radius: 6px;
    background-color: #ededed;
    color: #b6c1c6;
}
.list-feed .list-group-item:before {
    top: 0;
    bottom: 50%;
    color: transparent;
}
.list-feed .list-group-item:after {
    top: 50%;
    bottom: 0;
}
.list-feed .list-group-item.item-primary + .list-group-item:before,
.list-feed .list-group-item.item-primary:after,
.list-feed .list-group-item.item-primary .ico-link {
    background-color: #d9f2ff;
    color: #00a8ff;
}
.list-feed .list-group-item.item-info + .list-group-item:before,
.list-feed .list-group-item.item-info:after,
.list-feed .list-group-item.item-info .ico-link {
    background-color: #e7d1ff;
    color: #ab6fef;
}
.list-feed .list-group-item.item-success + .list-group-item:before,
.list-feed .list-group-item.item-success:after,
.list-feed .list-group-item.item-success .ico-link {
    background-color: #eaffb6;
    color: #acd940;
}
.list-feed .list-group-item.item-warning + .list-group-item:before,
.list-feed .list-group-item.item-warning:after,
.list-feed .list-group-item.item-warning .ico-link {
    background-color: #ffe4c8;
    color: #f07c00;
}
.list-feed .list-group-item.item-danger + .list-group-item:before,
.list-feed .list-group-item.item-danger:after,
.list-feed .list-group-item.item-danger .ico-link {
    background-color: #ffd1d2;
    color: #f35f62;
}

.list-feed .heading {
    margin: 0;
    cursor: pointer;
}
.list-feed .content {
    display: none;
    margin: 0;
}
.list-feed .open {
    background-color: #dbe4eb;
}
.list-feed .open .content {
    display: block;
}
.list-feed .title {
    display: block;
    margin: 0;
    font-weight: normal;
}
.list-feed .date {
    display: block;
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
}
.list-feed .descr {
    display: block;
    margin: 0;
    color: #b6c1c6;
    word-break: break-all;
}
.list-feed .info {
    margin: 0;
    overflow: hidden;
    
}
.list-feed .info dt,
.list-feed .info dd {
    float: left;
    width: 60%;
    font-weight: bold;
}
.list-feed .info dt {
    clear: left;
    width: 40%;
    font-weight: normal;
}

.list-feed .btn-line {
    margin: 0;
}
.list-feed .btn-line .btn {
    margin: 1px;
}



/* PAGES */

    /* login */

.page-login {
    height: 100%;
}
.page-login .main-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    background: url('../img/login-bg.jpg') no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.page-login .content-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.login-form {
    max-width: 300px;
    margin: 0 auto;
    color: #476f9a;
    text-align: center;
}
.login-form .form-group {
    margin-bottom: 5px;
}
.login-form .form-control {
    border-color: transparent;
    color: #476f9a;
}
.login-form .has-success .form-control {
    border-color: #acd940;
}
.login-form .has-warning .form-control {
    border-color: #f07c00;
}
.login-form .has-error .form-control {
    border-color: #f35f62;
}
.login-form .form-control:focus {
    border-color: #476f9a;
}
.login-form .form-control::-moz-placeholder {
    color: #476f9a;
}
.login-form .form-control:-ms-input-placeholder {
    color: #476f9a;
}
.login-form .form-control::-webkit-input-placeholder {
    color: #476f9a;
}
.login-form .has-feedback .form-control {
    padding-right: 15px;
    padding-left: 45px;
}
.login-form .has-feedback select.form-control {
    padding-left: 41px;
    padding-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .mac-os .login-form .has-feedback select.form-control {
        text-indent: 42px;
    }
}
.login-form .form-control-feedback {
    right: auto;
    left: 0;
    color: #476f9a;
    font-size: 16px;
}
.login-form .form-button {
    margin-top: 15px;
}
.login-form .links {
    display: block;
    margin-top: 10px;
}
.login-form .links a {
    padding: 10px 0;
}

    /* care offers */

.active-care-offers-table td {
    line-height: 17px;
}
.active-care-offers-table .btn-sm {
    padding: 0 5px;
}


.cke_button .cke_button__resize_550_icon {
    display: none;
}

.cke_button .cke_button__resize_550_label {
    display: inline;
}

.cke_button .cke_button__resize_700_icon {
    display: none;
}

.cke_button .cke_button__resize_700_label {
    display: inline;
}

.cke_button .cke_button__resize_1200_icon {
    display: none;
}

.cke_button .cke_button__resize_1200_label {
    display: inline;
}
.cke_tpl_preview_img img{
    max-width: 100px;
    max-height: 100px;
}
.wff-loading {
    background-image: url(../js/ext/resources/images/default/grid/loading.gif) !important;
    background: no-repeat 50% 90%;
}
.file-input {
    margin-top: 10px;
}

#navbarSide {
    overflow: visible !important;
    overflow-y: scroll !important;
}

.navbar-side {
    position: absolute;
    z-index: 1000;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fafbfc;
    color: #fff;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
.navbar-side-content {
    display: block;
    height: 100%;
    padding: 17px;
}
.navbar-opened .navbar-collapse,
.widgetbar-opened .navbar-side {
    max-height: 420px;
}

@media (min-width: 768px) {
    .navbar-side {
        position: fixed;
        top: 70px;
        right: -275px;
        left: auto;
        width: 275px;
        height: 100%;
        max-height: none;
        overflow: visible;
        border-left: 1px solid #dae4e9;
        -webkit-transition: right 0.3s ease;
        transition: right 0.3s ease;
    }
    .widgetbar-opened .navbar-side {
        right: -205px;
        max-height: none;
    }
    .widgetbar-opened .navbar-side:hover {
        right: 0;
    }
}
.thumblist .item {
    border: 1px solid #ccc;
    float: left;
    height: 126px;
    margin: 10px 0 0 10px;
    width: 122px;
}
.thumblist {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 70%;
}

.item div,.item-selected div {
    height: 100px;
}
div.item-selected {
    color: #5d5d5d;
}
.item p {
    color: black;
}
.filestyle {
    float: left;
}
