/*==========  Style Sheet - Vars  ==========*/
*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, b, i, li, td {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: inherit;
}

span {
    font: inherit;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    font: 300 16px/28px "Montserrat", sans-serif;
}

p, b {
    font: 300 16px/28px "Montserrat", sans-serif;
    margin: 0 0 16px;
}

p a, b a {
    font: inherit;
    color: inherit;
}

a {
    text-decoration: none;
    font: 300 14px/26px "Montserrat", sans-serif;
    color: #222;
}

b, strong {
    font-weight: 600;
}

/*==========  Style Sheet - Placeholders  ==========*/
::-webkit-input-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

::-moz-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

:-moz-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

:-ms-input-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

/*==========  Style Sheet - Third-party  ==========*/
.dev-pages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px;
    background: white;
    border-bottom: 1px solid silver;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.dev-pages h1 {
    margin: 0 0 10px;
    font: 300 18px/40px "Montserrat", sans-serif;
}

.dev-pages ul {
    *zoom: 1;
}

.dev-pages ul:before, .dev-pages ul:after {
    content: " ";
    display: table;
}

.dev-pages ul:after {
    clear: both;
}

.dev-pages ul li {
    display: inline-block;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}

.dev-pages ul li a {
    display: inline-block;
    border: 1px solid transparent;
    background: #606060;
    font: 400 16px/36px "Montserrat", sans-serif;
    padding: 0 16px;
    color: white;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.dev-pages ul li a:hover {
    color: #202020;
    border-color: silver;
    background-color: white;
}

.dev-pages .show {
    position: absolute;
    top: 100%;
    padding: 8px;
    text-decoration: none;
    background-color: black;
    color: white;
}

.dev-pages .show .mdi {
    display: none;
    font-size: 20px;
}

.dev-pages .show .mdi:first-of-type {
    display: block;
}

.dev-pages .show:hover {
    color: orange;
}

.dev-pages:hover, .dev-pages.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dev-pages:hover .show .mdi:first-of-type {
    display: none;
}

.dev-pages:hover .show .mdi:nth-child(3n+2) {
    display: block;
}

.dev-pages.active .show .mdi:first-of-type, .dev-pages.active .show .mdi:nth-child(3n+2) {
    display: none;
}

.dev-pages.active .show .mdi:last-of-type {
    display: block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-strike {
    text-decoration: line-through;
}

.text-muted {
    color: #a1a1a1;
}

.hidden {
    display: none;
}

.cf {
    *zoom: 1;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.flex-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.flex-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.flex-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-grow {
    -webkit-box-flex: 100 !important;
    -webkit-flex-grow: 100 !important;
    -moz-box-flex: 100 !important;
    -ms-flex-positive: 100 !important;
    flex-grow: 100 !important;
}

.text-muted {
    color: #878787 !important;
    font-weight: 400 !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-lg-1 {
    width: 8.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-2 {
    width: 16.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-4 {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-5 {
    width: 41.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-7 {
    width: 58.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-8 {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-10 {
    width: 83.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-11 {
    width: 91.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1600px) {
    .col-md-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .col-sm-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .col-xs-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.flex-row + flex-row {
    margin-top: 10px;
}

.flex-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

.form .form-group:last-child {
    margin-bottom: 0;
}

.form .form-group .form-group-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.form .form-group .form-group-inline > .form-label {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    line-height: 36px;
    text-align: right;
    padding-right: 15px;
}

.form .form-group .form-subgroup-flex-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-group .form-subgroup-flex-button button {
    margin-left: 20px;
}

.form .form-label {
    font: 400 12px/20px "Montserrat", sans-serif;
}

.form .form-control {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    padding: 7px 12px;
    font: 500 13px/20px "Montserrat", sans-serif;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    -webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
    background: #fff;
    color: #555;
}

.form .form-control:focus {
    box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.075);
}

.form .form-control.form-control-flat {
    box-shadow: none;
}

.form .form-control-color {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 36px;
    flex: 0 1 36px;
    padding: 2px;
    height: 36px;
}

.form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/dropdown-arrow.svg") no-repeat;
    background-position: right 10px top 50%;
    background: #fff;
}

.form .form-toggle {
    width: 100%;
}

.form .form-toggle > input[type=radio], .form .form-toggle > input[type=checkbox] {
    display: none;
}

.form .form-toggle .form-toggle-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.form .form-toggle .form-toggle-inner .toggle-input {
    background-color: #eaf0f6;
    margin-right: 10px;
    border-radius: 10px;
    width: 45px;
    border: 1px solid #dee6ee;
    height: 20px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form .form-toggle .form-toggle-inner .toggle-input .toggle-input-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 24px;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    left: -2px;
    top: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b7bccb;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form .form-toggle .form-toggle-inner .toggle-label {
    font: 700 12px/20px "Montserrat", sans-serif;
    color: #262626;
}

.form .form-toggle .form-toggle-inner .toggle-label span {
    color: #bcc1d3;
}

.form .form-toggle .form-toggle-inner .toggle-label a {
    font: inherit;
    color: #1c407b;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.form .form-toggle .form-toggle-inner .toggle-label a:hover {
    color: #d13b3b;
}

.form .form-toggle.active .form-toggle-inner .toggle-input,
.form .form-toggle.checked .form-toggle-inner .toggle-input,
.form .form-toggle > input[type=radio]:checked + .form-toggle-inner .toggle-input,
.form .form-toggle > input[type=checkbox]:checked + .form-toggle-inner .toggle-input {
    background: #aac3ec;
    border-color: #b5c6e1;
}

.form .form-toggle.active .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle.checked .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle > input[type=radio]:checked + .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle > input[type=checkbox]:checked + .form-toggle-inner .toggle-input .toggle-input-dot {
    background: #26467b;
    border-color: #26467b;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-right: -1px;
}

.form .form-toggle.form-toggle-pane .form-toggle-inner {
    background: transparent;
    border: 1px dashed #dee6ee;
    border-radius: 5px;
    padding: 10px;
    box-shadow: none;
    -webkit-transition: background-color .4s, box-shadow .4s;
    -o-transition: background-color .4s, box-shadow .4s;
    -moz-transition: background-color .4s, box-shadow .4s;
    transition: background-color .4s, box-shadow .4s;
}

.form .form-toggle.form-toggle-pane.active .form-toggle-inner,
.form .form-toggle.form-toggle-pane.checked .form-toggle-inner,
.form .form-toggle.form-toggle-pane > input[type=radio]:checked + .form-toggle-inner,
.form .form-toggle.form-toggle-pane > input[type=checkbox]:checked + .form-toggle-inner {
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
}

.form .form-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-checkbox .form-label {
    color: #262626;
    font: 500 13px/20px "Montserrat", sans-serif;
}

.form .form-checkbox input[type=checkbox] {
    margin: 4px 8px 4px 0;
    outline: none;
    float: left;
}

.form .form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-radio .form-label {
    color: #262626;
    font: 500 13px/14px "Montserrat", sans-serif;
}

.form .form-radio input[type=radio] {
    margin: 4px 8px 4px 0;
    outline: none;
    float: left;
}

.form .form-radio input[type=radio]:checked + .form-radio-inner .form-label {
    color: #1c407b;
}

.form .form-error {
    display: block;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #b52c2c;
}

.form .form-actions {
    padding-top: 10px;
}

.label {
    display: inline-block;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    font: 700 11px/16px "Montserrat", sans-serif;
    padding: 0 5px;
    color: #1a4994;
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
}

.label.label-primary {
    color: #fff;
    background: #424770;
}

.label.label-default {
    background-color: #e3e8ee;
    border-color: #e3e8ee;
    color: #555;
    box-shadow: none;
}

.label.label-success {
    background-color: #34c433;
    border-color: #34c433;
    color: #fff;
    box-shadow: none;
}

.label.label-default-dashed {
    border: 1px dashed #dee6ee;
    background: #fff;
    color: #555;
    box-shadow: none;
}

.table {
    display: block;
}

.table table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.table table tr th {
    color: #45535e;
    font: 500 11px/20px "Montserrat", sans-serif;
    padding: 15px 25px;
    border-bottom: 1px solid #dee6ee;
    background-color: #f7fafc;
    white-space: nowrap;
}

.table table tr th .table-th-order-by {
    font: 500 11px/20px "Montserrat", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center flex-start;
    -webkit-justify-content: center flex-start;
    -moz-box-pack: center flex-start;
    -ms-flex-pack: center flex-start;
    justify-content: center flex-start;
    cursor: pointer;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.table table tr th .table-th-order-by:hover {
    color: #1c407b;
}

.table table tr th .table-th-order-by.active {
    color: #1c407b;
    font-weight: 700;
}

.table table tr th .mdi {
    font-size: 14px;
}

.table table tr th.narrow {
    width: 1%;
}

.table table tr td {
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    padding: 15px 25px;
    border-bottom: 1px solid #dee6ee;
}

.table table tr td a {
    font: 500 13px "Montserrat", sans-serif;
}

.table table tr td .table-user {
    cursor: pointer;
    display: block;
}

.table table tr td .table-user .table-user-media {
    float: left;
    margin-right: 10px;
    position: relative;
}

.table table tr td .table-user .table-user-media .table-user-media-status {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: silver;
}

.table table tr td .table-user .table-user-media .table-user-media-abbr {
    color: #fff;
    text-align: center;
    font: 700 11px/36px "Montserrat", sans-serif;
}

.table table tr td .table-user .table-user-media .table-user-media-image {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid #dee6ee;
    background-color: #1c407b;
}

.table table tr td .table-user .table-user-name {
    font: 500 14px/14px "Montserrat", sans-serif;
    margin-bottom: 5px;
    color: #262626;
}

.table table tr td .table-user .table-user-email {
    font: 500 12px/16px "Montserrat", sans-serif;
    color: #6f747e;
}

.table table tr td .table-user.online .table-user-media .table-user-media-status, .table table tr td .table-user.active .table-user-media .table-user-media-status {
    background: green;
}

.table table tr td .table-screen-preview {
    position: relative;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    float: left;
    border: 1px solid #dee6ee;
    cursor: pointer;
    display: block;
}

.table table tr td .table-screen-preview .table-screen-preview-image {
    height: 70px;
    display: block;
}

.table table tr td .table-screen-preview .table-screen-preview-time {
    border-top: 1px solid #dee6ee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    font: 700 11px/16px "Montserrat", sans-serif;
    color: #33475b;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table table tr td .td-heading {
    font: 700 12px/20px "Montserrat", sans-serif;
    color: #262626;
}

.table table tr td .td-heading .mdi {
    color: #1c407b;
    font-size: 15px;
}

.table table tr td .td-heading .mdi.start {
    float: left;
    margin-right: 5px;
}

.table table tr td .td-heading .mdi.end {
    float: right;
    margin-left: 5px;
}

.table table tr:last-child td {
    border-bottom: none;
}

.table table tr.tr-overview td {
    color: #1a4994;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table table tr.selectable, .table table tr[ng-click] {
    cursor: pointer;
}

.table table tr:hover {
    background: #eaf0f6;
}

.table table tr:hover:first-child {
    background: inherit;
}

.table.table-fill {
    margin: -25px -25px 0;
}

.table.table-fill table {
    margin-bottom: -25px;
}

.table.table-stripped table tr:nth-child(even) td {
    background: #fff;
}

.button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;
    font: 500 13px/20px "Montserrat", sans-serif;
    border-radius: 5px;
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    -o-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    -moz-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
}

.button .mdi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.button .mdi.start {
    margin-right: 5px;
}

.button .mdi.end {
    margin-left: 5px;
}

.button.button-primary {
    background: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.button.button-primary:hover {
    background: #fff;
    color: #1c407b;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.button.button-default {
    background: #fff;
    border-color: #dee6ee;
    color: #2f2e43;
}

.button.button-default:hover {
    color: #9fa4b3;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.button.button-sm {
    padding: 4px 8px;
}

.button:disabled, .button:disabled, .button[disabled] {
    pointer-events: none;
    opacity: .75;
    background-color: #f7fafc;
    color: #9fa4b3;
}

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pagination .pagination-overview {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #2f2e43;
}

.pagination .pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pagination .pagination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #2f2e43;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 7.5px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -o-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
    min-width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .pagination-item .mdi {
    font-size: 18px;
}

.pagination .pagination-item:hover {
    background-color: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.pagination .pagination-item.active {
    background-color: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.pagination .pagination-item:disabled, .pagination .pagination-item:disabled, .pagination .pagination-item[disabled] {
    pointer-events: none;
    opacity: .75;
    background-color: #f7fafc;
    color: #9fa4b3;
}

.pagination .pagination-item:last-child {
    margin-right: 0;
}

._720kb-datepicker-calendar {
    max-width: 275px;
    border: 1px solid #e9ecee;
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

._720kb-datepicker-calendar-days-header {
    background: #fff;
    border-bottom: 0;
    padding: 0 5px;
}

._720kb-datepicker-calendar-days-header div {
    color: #134478;
    font-size: 12px;
}

._720kb-datepicker-calendar-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px 5px;
    margin: 0;
    width: 100%;
}

._720kb-datepicker-calendar-day {
    width: 14.28571%;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #282b39;
    border-radius: 40px;
    margin: 0;
    height: 38px;
    line-height: 38px;
    position: relative;
    z-index: 1;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

._720kb-datepicker-calendar-day:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}

._720kb-datepicker-calendar-day:hover {
    background: transparent;
}

._720kb-datepicker-calendar-day:hover:before {
    background: rgba(0, 0, 0, 0.03);
}

._720kb-datepicker-calendar-day._720kb-datepicker-active {
    color: #fff;
    background: transparent;
}

._720kb-datepicker-calendar-day._720kb-datepicker-active:before {
    background: #009ef4;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
    color: rgba(0, 0, 0, 0.2);
    background: transparent;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled:before {
    background: rgba(25, 2, 0, 0.02);
}

._720kb-datepicker-calendar-header:nth-child(odd), ._720kb-datepicker-calendar-header:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #e9ecee;
}

._720kb-datepicker-calendar-month {
    color: #282b39;
    font: 500 13px/40px "Montserrat", sans-serif;
}

._720kb-datepicker-calendar-month a > span {
    color: #282b39;
    font: 500 13px/40px "Montserrat", sans-serif;
}

datepicker,
[datepicker],
.datepicker {
    position: relative;
}

datepicker input,
[datepicker] input,
.datepicker input {
    outline: none;
    cursor: pointer;
}

datepicker a,
[datepicker] a,
.datepicker a {
    color: inherit;
    text-decoration: none;
}

datepicker a:hover,
[datepicker] a:hover,
.datepicker a:hover {
    text-decoration: none;
}

datepicker select,
datepicker select:focus,
datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover,
.datepicker select,
.datepicker select:focus,
.datepicker select:hover {
    width: 100%;
    overflow: hidden;
    background: none;
    color: #fff;
    background-color: #138EFA;
    border-radius: 2px;
    border: 0;
    margin-top: 5px;
}

datepicker .icon,
[datepicker] .icon,
.datepicker .icon {
    position: absolute;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-right: 10px;
    font: 400 12px/38px "Montserrat", sans-serif;
    top: 0px;
    right: 0px;
    z-index: 10;
}

datepicker .icon .mdi,
[datepicker] .icon .mdi,
.datepicker .icon .mdi {
    font-size: 16px;
    vertical-align: middle;
    color: #333;
}

datepicker.open i,
[datepicker].open i,
.datepicker.open i {
    color: #d13b3b;
}

.ui-widget-header {
    border: 1px solid transparent;
    background: transparent;
    color: #262626;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #262626;
    border-radius: 4px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .2em;
    text-align: center;
}

.ui-widget.ui-widget-content {
    border: none;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    width: 240px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ui-widget.ui-widget-content .ui-datepicker-calendar thead span,
.ui-datepicker-header.ui-widget-header span {
    font: 400 13px/24px Montserrat,arial,sans-serif;
}

.ui-widget-header .ui-icon {
    background-image: url(/assets/img/ui-icons_444444_256x240.png);
}

.ui-icon-circle-triangle-w {
    background-position: -164px 0;
}

.ui-icon-circle-triangle-e {
    background-position: -178px 0;
}

.ui-icon {
    width: 16px;
    height: 22px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 25px;
    height: 25px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: -11px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus, .ui-button:hover,
.ui-button:focus {
    border: none;
    background: transparent;
    font-weight: normal;
    cursor: pointer;
}

.ui-state-hover .ui-icon-circle-triangle-w,
.ui-widget-content .ui-state-hover .ui-icon-circle-triangle-w,
.ui-widget-header .ui-state-hover .ui-icon-circle-triangle-w,
.ui-state-focus .ui-icon-circle-triangle-w,
.ui-widget-content .ui-state-focus .ui-icon-circle-triangle-w,
.ui-widget-header .ui-state-focus .ui-icon-circle-triangle-w {
    background-position: -193px 0;
}

.ui-state-hover .ui-icon-circle-triangle-e,
.ui-widget-content .ui-state-hover .ui-icon-circle-triangle-e,
.ui-widget-header .ui-state-hover .ui-icon-circle-triangle-e,
.ui-state-focus .ui-icon-circle-triangle-e,
.ui-widget-content .ui-state-focus .ui-icon-circle-triangle-e,
.ui-widget-header .ui-state-focus .ui-icon-circle-triangle-e {
    background-position: -208px 0;
}

.ui-datepicker-calendar tbody tr:hover {
    background: #eaf0f6;
}

.ui-button.ui-state-active:hover,
.ui-button:active, .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: none;
    background: #e62043;
    font-weight: 400;
    color: #fff;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
    border: none;
    background: #e62043;
    font-weight: 400;
    color: #fff;
}

.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.button-group .button {
    margin-left: 10px;
}

.button-group .button:first-child {
    margin-left: 0;
}

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    width: 14px;
    height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(111, 116, 126, 0.12);
    border-radius: 2px;
    border: 1px solid #dfe4ec;
}

.checkbox-container .checkmark svg {
    width: 14px;
    height: 14px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-container .checkmark svg path {
    fill: #fff;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #150ae9;
    border: 1px solid #150ae9;
}

.checkbox-container input:checked ~ .checkmark svg {
    display: block;
}

.radiobutton-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobutton-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(111, 116, 126, 0.12);
    border-radius: 50%;
    border: 1px solid #dfe4ec;
}

.radiobutton-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.radiobutton-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiobutton-container input:checked ~ .checkmark {
    background-color: #150ae9;
    border: 1px solid #150ae9;
}

.radiobutton-container input:checked ~ .checkmark:after {
    display: block;
}

.radiobutton-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.dropdown {
    position: relative;
}

.dropdown.open .dropdown-btn svg path {
    fill: #150ae9;
}

.dropdown.open .dropdown-block {
    display: block;
}

.dropdown .dropdown-btn {
    position: relative;
    z-index: 4;
    padding: 6px;
    cursor: pointer;
    height: 28px;
    display: inline-block;
}

.dropdown .dropdown-btn svg {
    width: 16px;
    height: 16px;
}

.dropdown .dropdown-btn svg path {
    fill: #9fa4b3;
}

.dropdown-block {
    position: absolute;
    top: -webkit-calc(100% - 5px);
    top: -moz-calc(100% - 5px);
    top: calc(100% - 5px);
    right: -8px;
    padding-top: 7px;
    display: none;
    z-index: 5;
}

.dropdown-content {
    position: relative;
    background: #fff;
    display: block;
    width: 160px;
    border-radius: 6px;
}

.dropdown-content:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border-radius: 7px;
    border: 1px solid #ebf0f6;
    z-index: -2;
    box-shadow: 0 9px 30px 12px rgba(25, 39, 52, 0.17);
}

.dropdown-content:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: -5px;
    right: 16px;
    border-top-right-radius: 2px;
    border: 1px solid #ebf0f6;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown-list {
    display: block;
}

.dropdown-list .item {
    display: block;
}

.dropdown-list .item a {
    font-size: 12px;
    font-weight: 500;
    color: #150ae9;
    padding: 8px 10px;
    display: block;
    line-height: 14px;
}

.dropdown-list .item a:hover {
    background: #eaf0f6;
    color: #586ada;
}

.dropdown-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #45535e;
    padding: 10px;
}

.hidden {
    display: none !important;
}

.block-inline-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block-inline-filters .form-search-to-hide {
    margin-right: 15px;
}

.block-inline-filters .reset-form-filter {
    margin: -6px 0;
}

.block-inline-filters .inline-filters-search {
    width: 220px;
    max-width: 100%;
}

.block-inline-filters .inline-filters-search input {
    background-image: url("../img/looking-glass.png");
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: 100% 50%;
}

.block-inline-filters .inline-filters-dropdown {
    position: relative;
    display: inline-block;
    margin: -6px 0;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content {
    width: 300px;
    min-height: 100px;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: -5px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.12);
    padding: 0 20px;
    text-align: left;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .arrow-box {
    right: 30px;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group {
    background: #f6f9fc;
    margin: 0 -20px;
    padding: 0 15px 0;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label {
    display: block;
    color: #282b39;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle {
    cursor: pointer;
    background: #fff;
    margin: 0 -15px 0;
    padding: 10px 10px 10px 15px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    border-bottom: 1px solid #e7e7e7;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle .form-label-icon-active {
    display: none;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle .mdi {
    float: right;
    font-size: 2em;
    color: #646f79;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle:hover {
    color: #009ef4;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle:hover .mdi {
    color: inherit;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle + * {
    display: none;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle.active {
    margin: 0 -15px 10px;
    border-bottom: 1px solid #fff;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle.active .form-label-icon {
    display: none;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle.active .form-label-icon-active {
    display: block;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-label.form-label-toggle.active + * {
    display: block;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group .form-control {
    margin: 0 0 10px;
    height: 30px;
    font-size: 12px;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form .form-group:first-child .form-label {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.block-inline-filters .inline-filters-dropdown .inline-filters-dropdown-content .form-actions {
    background: #fff;
    padding: 15px;
    margin: 0 -20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tooltip {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tooltip .top {
    min-width: 110px;
    top: -15px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #45535e;
    background-color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    position: absolute;
    z-index: 99999999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaf0f6;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.tooltip:hover .top {
    visibility: visible;
    opacity: 1;
}

.block-push-notifications {
    position: fixed;
    right: 15px;
    top: 100px;
    width: 340px;
    z-index: 9999;
}

.block-push-notifications .notification {
    background: #fff;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 0 0 20px;
    padding: 20px 30px 20px 45px;
    position: relative;
    font: 500 14px/20px "Montserrat", arial, sans-serif;
    color: #262626;
    width: 100%;
    cursor: default;
    background: #faf9f5;
    -webkit-transform: translate(120%, 0);
    -moz-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    -o-transform: translate(120%, 0);
    transform: translate(120%, 0);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.block-push-notifications .notification .close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
    color: #bcc1d3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.block-push-notifications .notification .close:hover {
    color: #e62043;
}

.block-push-notifications .notification .icon {
    font-size: 24px;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-top: 0px;
    margin-right: 5px;
    color: #33475b;
}

.block-push-notifications .notification .text {
    font: inherit;
}

.block-push-notifications .notification.notification-danger {
    background: #fff5f5;
}

.block-push-notifications .notification.notification-success {
    background: #ebffed;
}

.block-push-notifications .notification.shown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

body {
    background-color: #f6f7fb;
}

.block.block-breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block.block-breadcrumbs .breadcrumb-item {
    font: 500 12px/30px "Montserrat", sans-serif;
    color: #6f747e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    cursor: pointer;
}

.block.block-breadcrumbs .breadcrumb-item .breadcrumb-item-icon {
    font: inherit;
    font-size: 24px;
    color: #9fa4b3;
    padding: 0 5px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.block.block-breadcrumbs .breadcrumb-item:hover {
    color: #1c407b;
}

.block.block-breadcrumbs .breadcrumb-item:hover .breadcrumb-item-icon {
    color: #1c407b;
}

.block.block-breadcrumbs .breadcrumb-item:last-child .breadcrumb-item-icon {
    display: none;
}

.block.block-label-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.block.block-label-tabs .label-tab {
    background: #fff;
    border: 1px solid #dee6ee;
    border-right: none;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #2f2e43;
    padding: 5px 10px;
    -webkit-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    -o-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    -moz-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    cursor: pointer;
}

.block.block-label-tabs .label-tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block.block-label-tabs .label-tab:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dee6ee;
}

.block.block-label-tabs .label-tab:hover {
    color: #253858;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-label-tabs .label-tab.active {
    background: #1c407b;
    border-color: #253858;
    color: #fff;
}

.block.block-label-tabs .label-tab.active + .label-tab {
    border-left: none;
}

.block.block-label-tabs .label-tab.label-tab {
    padding: 4px 8px;
    font-size: 12px;
}

.block.block-label-tabs input:checked + .label-tab {
    background: #1c407b;
    border-color: #253858;
    color: #fff;
}

.block.block-label-tabs input:checked + .label-tab + .label-tab {
    border-left: none;
}

.block.block-label-tabs:first-child {
    margin-left: 0;
}

.block.block-data_list {
    display: table;
    width: 100%;
}

.block.block-data_list .data_list-row {
    display: table-row;
}

.block.block-data_list .data_list-row .data_list-key {
    display: table-cell;
    width: 25%;
    min-width: 300px;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #6f747e;
    padding-bottom: 10px;
}

.block.block-data_list .data_list-row .data_list-value {
    display: table-cell;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #2f2e43;
    padding-bottom: 10px;
}

.block.block-data_list .data_list-row .data_list-value.has-error {
    color: #ff1015;
}

.block.block-data_list .data_list-row .data_list-value a {
    font: inherit;
    color: #1c407b;
    display: inline-block;
}

.block.block-data_list .data_list-row .data_list-value a .mdi {
    margin-left: 4px;
    font-size: 14px;
    float: right;
}

.block.block-timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-timeline .timeline-dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-timeline .timeline-dates .timeline-date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #eaf0f6;
    cursor: pointer;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-pane {
    padding: 10px 0 15px;
    position: relative;
    background: #f7fafc;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-day {
    color: #2f2e43;
    font: 400 9px/12px "Montserrat", sans-serif;
    width: 100%;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-nth {
    color: #2f2e43;
    font: 500 12px/14px "Montserrat", sans-serif;
    width: 100%;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-progress {
    height: 6px;
    position: absolute;
    background: #eaf0f6;
    border-radius: 5px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-progress .timeline-date-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px;
    background: #1c407b;
}

.block.block-timeline .timeline-dates .timeline-date.divide {
    border-right: 2px solid #bcc1d3;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane {
    padding: 10px 0px 17px;
    z-index: 1;
    border: 1px solid #dee6ee;
    margin: -5px;
    background: #ffffff;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-day,
.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-nth {
    color: #1c407b;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-day {
    line-height: 16px;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-nth {
    font: 500 14px/16px "Montserrat", sans-serif;
}

.block.block-timeline .timeline-dates .timeline-date:last-child {
    border-right: 0;
}

.block.block-timeline .timeline-activity {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-timer,
.block.block-timeline .timeline-activity .timeline-activity-list {
    width: 50%;
    height: 220px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer {
    padding: 40px 20px;
    border-right: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date {
    margin-bottom: 20px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date .label {
    padding: 5px 10px;
    font: 500 13px/18px "Montserrat", sans-serif;
    color: #45535e;
    border-radius: 5px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date .label .mdi.end {
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    float: right;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-time {
    font: 500 72px/52px "Montserrat", sans-serif;
    margin-bottom: 20px;
    color: #45535e;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-statistics {
    font: 700 13px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-timeline .timeline-activity .timeline-activity-list {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-activity-header {
    padding: 15px 20px;
    color: #2f2e43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-activity-header .timeline-activity-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font: 500 14px/30px "Montserrat", sans-serif;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: scroll;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task {
    border-bottom: 1px solid #dee6ee;
    padding: 15px 0;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task .timeline-task-time {
    float: right;
    font: 500 13px "Montserrat", sans-serif;
    color: #262626;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .label {
    background: #1c407b;
    color: #fff;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .timeline-task-time {
    padding-right: 20px;
    position: relative;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .timeline-task-time:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #1c407b;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.block.block-timeline .timeline-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 2px solid #1c407b;
    position: relative;
}

.block.block-timeline .timeline-hours .timeline-hours-range {
    opacity: .15;
    position: absolute;
    height: 100%;
    background: dimgray;
}

.block.block-timeline .timeline-hours .timeline-hours-range.timeline-hours-range-primary {
    background: #093b8e;
}

.block.block-timeline .timeline-hours .timeline-hours-range.timeline-hours-range-danger {
    background: #df2020;
}

.block.block-timeline .timeline-hours .timeline-hour {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #eaf0f6;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #2f2e43;
    cursor: default;
}

.block.block-progress {
    width: 100%;
    background-color: #dee3ff;
    border-radius: 5px;
    height: 4px;
}

.block.block-progress .progress-bar {
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    -moz-transition: width .4s;
    transition: width .4s;
    border-radius: 5px;
    background: #34c433;
    height: 4px;
}

.block.block-presets .preset-item {
    border: 1px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-presets .preset-item > input[type=radio], .block.block-presets .preset-item > input[type=checkbox] {
    display: none;
}

.block.block-presets .preset-item .preset-pane {
    width: 100%;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    padding: 20px;
    padding-left: 45px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background-color .4s, border-color .4s;
    -o-transition: background-color .4s, border-color .4s;
    -moz-transition: background-color .4s, border-color .4s;
    transition: background-color .4s, border-color .4s;
}

.block.block-presets .preset-item .preset-pane .preset-input {
    margin-left: -25px;
    margin-right: 0;
    margin-top: 2px;
    width: 25px;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #dee6ee;
    -webkit-transition: background-color .4s, border-color .4s;
    -o-transition: background-color .4s, border-color .4s;
    -moz-transition: background-color .4s, border-color .4s;
    transition: background-color .4s, border-color .4s;
}

.block.block-presets .preset-item .preset-pane .preset-name {
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #262626;
    margin-bottom: 5px;
}

.block.block-presets .preset-item .preset-pane .preset-details {
    font: 400 12px/18px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-presets .preset-item > input[type=radio]:checked + .preset-pane,
.block.block-presets .preset-item > input[type=checkbox]:checked + .preset-pane {
    background: #fff;
    border-color: #1c407b;
}

.block.block-presets .preset-item > input[type=radio]:checked + .preset-pane .preset-input,
.block.block-presets .preset-item > input[type=checkbox]:checked + .preset-pane .preset-input {
    border-width: 4px;
    border-color: #1c407b;
}

.block.block-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-profile .profile-media {
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #1c407b;
    font: 700 22px/68px "Montserrat", sans-serif;
    background-position: 50%;
    background-size: cover;
}

.block.block-profile .profile-details {
    padding-left: 15px;
}

.block.block-profile .profile-details .profile-name {
    font: 500 14px/18px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-profile .profile-details .profile-contacts {
    margin-bottom: 5px;
}

.block.block-profile .profile-details .profile-contacts .profile-contact-item {
    color: #45535e;
    font: 500 12px/18px "Montserrat", sans-serif;
}

.block.block-profile .profile-details .profile-contacts .profile-contact-itema {
    color: #1c407b;
}

.block.block-profile .profile-details .profile-activity {
    margin-bottom: 10px;
}

.block.block-profile .profile-details .profile-actions {
    width: 100%;
}

.block.block-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-project .project-media {
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #1c407b;
    font: 700 22px/68px "Montserrat", sans-serif;
    background-position: 50%;
    background-size: cover;
}

.block.block-project .project-details {
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
}

.block.block-project .project-details .project-property {
    display: inline;
    vertical-align: text-bottom;
}

.block.block-project .project-details .project-property .property-label {
    display: inline;
    font: 600 13px/30px "Montserrat", sans-serif;
    color: #6f747e;
    margin-right: 7.5px;
}

.block.block-project .project-details .project-property .property-value {
    display: inline;
    font: 700 13px/30px "Montserrat", sans-serif;
    color: #2f2e43;
    margin-right: 7.5px;
}

.block.block-project .project-details .project-property .property-edit {
    display: inline;
    font: 600 13px/30px "Montserrat", sans-serif;
    color: #1c407b;
    cursor: pointer;
}

.block.block-project .project-details .project-property .property-edit .mdi {
    display: inline;
}

.block.block-toggles {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

.block.block-toggles .toggle-row {
    display: block;
    margin: 0 -10px;
    padding-bottom: 10px;
    *zoom: 1;
}

.block.block-toggles .toggle-row:before, .block.block-toggles .toggle-row:after {
    content: " ";
    display: table;
}

.block.block-toggles .toggle-row:after {
    clear: both;
}

.block.block-toggles .toggle-row .toggle-item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.block.block-toggles .toggle-row:last-child {
    padding-bottom: 0;
}

.block.block-screens {
    padding: 0 20px;
}

.block.block-screens .screens-section {
    padding: 20px 0 30px 20px;
    border-bottom: 1px solid #dee6ee;
    border-left: 1px solid #dee6ee;
}

.block.block-screens .screens-section .screens-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
}

.block.block-screens .screens-section .screens-heading .screens-heading-time {
    font: 500 13px/18px "Montserrat", sans-serif;
    color: #45535e;
    margin-right: 10px;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #1c407b;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress .screens-heading-progress-full {
    display: none;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress .screens-heading-progress-empty {
    display: none;
}

.block.block-screens .screens-section .screens-heading:before, .block.block-screens .screens-section .screens-heading:after {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #dee6ee;
}

.block.block-screens .screens-section .screens-heading:after {
    height: 14px;
    width: 14px;
    border: 4px solid #f7fafc;
    border-radius: 8px;
}

.block.block-screens .screens-section .screens-heading:before {
    height: 1px;
    width: 24px;
}

.block.block-screens .screens-section .screens-list {
    margin: -10px;
    *zoom: 1;
}

.block.block-screens .screens-section .screens-list:before, .block.block-screens .screens-section .screens-list:after {
    content: " ";
    display: table;
}

.block.block-screens .screens-section .screens-list:after {
    clear: both;
}

.block.block-screens .screens-section .screens-list .screen-item {
    padding: 10px;
    float: left;
    width: 33.333%;
    cursor: pointer;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane {
    position: relative;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
    text-align: center;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-media {
    width: 100%;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-overlay {
    position: absolute;
    opacity: 0;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-overlay .mdi {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    margin-top: -7px;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-footer {
    font: 500 13px/20px "Montserrat", sans-serif;
    padding: 5px 20px;
    position: absolute;
    background: #fff;
    color: #33475b;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .4s color, .4s background-color, .4s border-color;
    -o-transition: .4s color, .4s background-color, .4s border-color;
    -moz-transition: .4s color, .4s background-color, .4s border-color;
    transition: .4s color, .4s background-color, .4s border-color;
    border-top: 1px solid #dee6ee;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane:hover .screen-item-overlay {
    opacity: 1;
    background-color: rgba(28, 64, 123, 0.75);
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane:hover .screen-item-footer {
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.75);
}

.block.block-screens .screens-section:last-child {
    border-bottom: 0;
}

.block.block-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    cursor: default;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.block.block-layout .layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1400px;
    margin: auto;
    max-width: 100%;
    padding: 0 30px;
}

.block.block-layout .layout-header {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block.block-layout .layout-header .layout-header-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 9px;
    margin: 0 -10px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-image {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #e8eef3;
    border-radius: 30px;
    margin-right: 7.5px;
    box-shadow: 0 0 transparent;
    -webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-image .mdi {
    height: 28px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #9fa4b3;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-name {
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #33475b;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-options {
    display: none;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option:hover .layout-header-company-image {
    box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.075);
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option:hover .layout-header-company-name {
    color: #9fa4b3;
}

.block.block-layout .layout-header .layout-header-company.active {
    background: #fff;
    border: 1px solid #dee6ee;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-options {
    display: block;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-options-separator {
    border-top: 1px solid #dee6ee;
    display: block;
    margin: 0 -10px 10px;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option {
    margin-bottom: 10px;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option:hover .layout-header-company-image {
    box-shadow: none;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option:last-of-type {
    margin-bottom: 0;
}

.block.block-layout .layout-header .layout-header-search {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-layout .layout-header .layout-header-search .block-search {
    padding: 7px 0;
}

.block.block-layout .layout-header .layout-header-user {
    padding: 10px 0 10px 20px;
}

.block.block-layout .layout-header .layout-header-user .layout-header-user-image {
    width: 30px;
    display: block;
    border-radius: 30px;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-layout .layout-aside {
    width: 250px;
    min-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 25px;
}

.block.block-layout .layout-aside .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.block.block-layout .layout-aside .menu .menu-item {
    display: block;
    font: 400 13px/20px "Montserrat", sans-serif;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}

.block.block-layout .layout-aside .menu .menu-item .menu-item-link {
    display: block;
    width: 100%;
    font: 400 13px/20px "Montserrat", sans-serif;
}

.block.block-layout .layout-aside .menu .menu-item .menu-icon {
    color: #2f2e43;
    display: inline-block;
    width: 35px;
    height: 30px;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 20px;
    color: #253858;
    text-align: center;
}

.block.block-layout .layout-aside .menu .menu-item .menu-icon .mdi {
    color: inherit;
}

.block.block-layout .layout-aside .menu .menu-item.active, .block.block-layout .layout-aside .menu .menu-item:hover {
    color: #1a4994;
}

.block.block-layout .layout-aside .menu .menu-item.active .menu-item-link, .block.block-layout .layout-aside .menu .menu-item:hover .menu-item-link {
    color: #1a4994;
}

.block.block-layout .layout-aside .menu .menu-item.active {
    font-weight: 500;
}

.block.block-layout .layout-aside .menu .menu-item.active .menu-item-link {
    color: #1a4994;
    font-weight: 500;
}

.block.block-layout .layout-aside .menu .menu-item .menu-submenu {
    padding-left: 39px;
    display: none;
}

.block.block-layout .layout-aside .menu .menu-item .menu-submenu .submenu-item {
    display: block;
    font: 400 13px/26px "Montserrat", sans-serif;
}

.block.block-layout .layout-aside .menu .menu-item .menu-submenu .submenu-item.active, .block.block-layout .layout-aside .menu .menu-item .menu-submenu .submenu-item:hover {
    color: #1a4994;
}

.block.block-layout .layout-aside .menu .menu-item .menu-submenu .submenu-item.active {
    font-weight: 500;
}

.block.block-layout .layout-aside .menu .menu-item.open .menu-submenu {
    display: block;
}

.block.block-layout .layout-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-layout .block-layout-splash-top,
.block.block-layout .block-layout-splash-bottom {
    position: absolute;
}

.block.block-layout .block-layout-splash-top {
    top: 0;
    left: 0;
}

.block.block-layout .block-layout-splash-bottom {
    bottom: 0;
    right: 0;
}

.block.block-layout.block-layout-auth {
    min-height: 100vh;
}

.block.block-layout.block-layout-auth .layout-wrapper {
    z-index: 1;
    height: 100%;
    background: url("/assets/img/icon-auth.png") no-repeat;
    background-size: 541px;
    background-position: 0 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.block.block-window {
    border-radius: 5px;
    margin: 0 auto 20px;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee6ee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.block.block-window .window-header {
    padding: 15px 10px 15px 25px;
    font: 500 14px/20px "Montserrat", sans-serif;
    border-bottom: 1px solid #dee6ee;
    background: #fff;
    vertical-align: middle;
    position: relative;
    border-radius: 5px 5px 0 0;
    color: #2f2e43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block.block-window .window-header .window-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.block.block-window .window-header .window-header-container .window-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px;
    width: 100%;
}

.block.block-window .window-header .window-header-container .window-header-row:last-child {
    padding-bottom: 0;
}

.block.block-window .window-header .window-header-block {
    padding-left: 10px;
}

.block.block-window .window-header .window-header-block .block-search,
.block.block-window .window-header .window-header-block .button-group,
.block.block-window .window-header .window-header-block .block-label-tabs {
    margin: -6px 0;
}

.block.block-window .window-header .window-header-block .block-search .form-control {
    background-color: #f6f7fb;
}

.block.block-window .window-header .window-header-block .block-search .form-control:focus {
    background-color: #fff;
}

.block.block-window .window-header .window-header-block .form-control {
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.block.block-window .window-header .window-header-block .form-control:focus {
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-window .window-header .window-header-block .button-primary {
    margin: -6px 0;
}

.block.block-window .window-header .window-header-block .button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block.block-window .window-header .window-header-block.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-window .window-header .window-header-block:first-child {
    padding-left: 0;
}

.block.block-window .window-header.window-header-compact {
    padding: 5px 10px 5px 25px;
}

.block.block-window .window-header.primary {
    background-color: #f7fafc;
}

.block.block-window .window-header.padless {
    padding: 0;
}

.block.block-window .window-header.borderless {
    border: 0;
}

.block.block-window .window-body {
    padding: 25px 25px;
    border-bottom: 1px solid #dee6ee;
    background: #fff;
}

.block.block-window .window-body .window-heading {
    margin: 0 0 10px;
    color: #2f2e43;
    font: 500 14px/15px "Montserrat", sans-serif;
}

.block.block-window .window-body:last-child {
    border-radius: 0 0 5px 5px;
}

.block.block-window .window-body > *:last-child {
    margin-bottom: 0;
}

.block.block-window .window-body.primary {
    background-color: #f7fafc;
}

.block.block-window .window-body.padless {
    padding: 0;
}

.block.block-window .window-body.borderless {
    border: 0;
}

.block.block-window .window-footer {
    padding: 15px 25px;
}

.block.block-window .window-footer.primary {
    background-color: #f7fafc;
}

.block.block-window .window-footer.padless {
    padding: 0;
}

.block.block-window .window-footer.borderless {
    border: 0;
}

.block.block-window.block-window-auth {
    width: 680px;
    margin: 50px 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.block.block-window.block-window-auth .window-header {
    padding: 30px;
    text-align: center;
}

.block.block-window.block-window-auth .window-header .auth-actions {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 600 18px "Montserrat", sans-serif;
    color: #bcc1d3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-window.block-window-auth .window-header .auth-actions .auth-action {
    font: inherit;
    color: #1c407b;
    padding: 0 7px;
    display: inline-block;
}

.block.block-window.block-window-auth .window-header .auth-actions .auth-action.active {
    color: #555;
}

.block.block-window.block-window-auth .window-body .form {
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
}

.block.block-window.block-window-auth .window-body .form-link {
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #1c407b;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 36px;
}

.block.block-window.block-window-auth .window-body .form-link .mdi {
    font-size: 15px;
    float: left;
    line-height: inherit;
    margin-right: 5px;
}

.block.block-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-search .form-control {
    padding-left: 35px;
    color: #555;
}

.block.block-search .mdi {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 36px;
    color: #70757f;
}

.block.block-info {
    padding-left: 30px;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-info .block-info-icon {
    float: left;
    font-size: 20px;
    margin-left: -25px;
    margin-right: 5px;
}

.modal {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-window {
    position: relative;
    z-index: 2;
    background: #f6f9fc;
    width: 1200px;
    max-width: 100%;
    border-radius: 6px;
    display: inline-block;
    font-size: 0;
    min-height: 100px;
    margin: 60px auto 0;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
}

.modal .modal-window > * {
    font-size: 14px;
}

.modal .modal-window .modal-close {
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    color: #222;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    z-index: 1;
}

.modal .modal-window .modal-close:hover {
    color: #656565;
}

.modal .modal-window .modal-header {
    background: #fff;
    padding: 20px 55px 20px 25px;
    font: 600 16px/25px "Montserrat", sans-serif;
    border-bottom: 1px solid #d4d9dd;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.modal .modal-window .modal-header .form-group {
    margin: -7px 0;
    width: 200px;
    float: right;
    margin-right: 20px;
}

.modal .modal-window .modal-header .form-group:last-child {
    margin-right: 0;
}

.modal .modal-window .modal-body {
    min-height: 50px;
}

.modal .modal-window .modal-body .modal-section {
    padding: 25px;
    border-bottom: 1px solid #d4d9dd;
}

.modal .modal-window .modal-body .modal-section .table.table-fill {
    margin-left: -25px;
    margin-right: -25px;
}

.modal .modal-window .modal-body .modal-section:last-child {
    border-bottom: 0;
}

.modal .modal-window .modal-body .modal-section.modal-section-light {
    background: #fff;
}

.modal .modal-window .modal-body .modal-info {
    padding: 0 50px 0 100px;
    position: relative;
    color: #282b39;
    font: 400 13px/20px "Montserrat", sans-serif;
    cursor: default;
}

.modal .modal-window .modal-body .modal-info .mdi {
    position: absolute;
    left: 75px;
    top: 0;
    color: #134478;
    font-size: 1.35em;
    line-height: 20px;
}

.modal .modal-window .modal-body .modal-media-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text {
    color: #45535e;
    font: 600 11px/28px "Montserrat", sans-serif;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text .mdi {
    color: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text:hover {
    color: #ad1630;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text:hover .mdi {
    color: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-preview {
    width: 350px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-preview .modal-media-preview-img {
    border: 1px solid #cbd6e2;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details {
    padding: 0 0 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-title {
    font: 600 16px/26px "Montserrat", sans-serif;
    color: #262626;
    margin: 0 0 15px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info {
    color: #33475b;
    font: 600 13px/20px "Montserrat", sans-serif;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info .modal-media-preset-info-item {
    display: inline-block;
    color: inherit;
    font: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info .modal-media-preset-info-item:not(:last-child):after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #e62043;
    line-break: 20px;
    float: right;
    margin: 7.5px 4px 7.5px 5px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions {
    display: block;
    margin-left: -5px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a {
    position: relative;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext.active {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-actions {
    display: block;
    margin-left: -5px;
}

.modal .modal-window .modal-body .modal-photo-upload {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: inherit;
    max-width: 100%;
}

.modal .modal-window .modal-body .modal-photo-upload .button {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop {
    width: 60%;
    padding: 50px;
    background: #f7f9fc;
    border-right: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control {
    position: relative;
    width: 60%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control .crop-control-ratio {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control ui-cropper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview {
    width: 40%;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview img {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dadada;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.075);
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-orignal {
    margin-bottom: 20px;
    height: 100%;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnails {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail {
    width: 50%;
    margin-right: 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail:last-child img {
    border-radius: 1000px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details {
    width: 40%;
    background: #fff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header {
    padding: 50px 50px 25px;
    border-bottom: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header .photo-upload-title {
    font: 700 22px/32px "Montserrat", sans-serif;
    color: #151b26;
    margin: 0 0 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header .photo-upload-subtitle {
    font: 400 16px/22px "Montserrat", sans-serif;
    color: #646f79;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body {
    padding: 25px 50px;
    border-bottom: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body .photo-upload-heading {
    font: 700 18px/26px "Montserrat", sans-serif;
    color: #282b39;
    margin: 0 0 15px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body .button {
    margin-bottom: 20px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-footer {
    padding: 25px 50px;
}

.modal .modal-window .modal-footer {
    padding: 25px;
    border-top: 1px solid #d4d9dd;
}

.modal .modal-window .modal-footer.block {
    background-color: white;
}

.modal .modal-window .modal-footer.block .block-btn-close {
    border: 1px solid #b5b5b5;
}

.modal .modal-window .modal-footer.block .block-btn-close:hover {
    background-color: #b3b3b3;
}

.modal .modal-window.modal-notification .title {
    font-weight: 500;
}

.modal .modal-window.modal-notification .description {
    color: #646f79;
}

.modal.modal-sm .modal-window {
    max-width: 600px;
}

.modal.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(25, 39, 52, 0.75);
    display: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop.open {
    display: block;
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.table.table-fill .show-desc {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.table.table-fill .show-desc svg {
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.table.table-fill .show-desc svg path {
    fill: #45535e;
}

.table.table-fill .show-desc:hover svg path {
    fill: #6f747e;
}

.table.table-fill .show-desc.opened svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table.table-fill .show-desc.opened svg path {
    fill: #45535e;
}

.table.table-fill .blue-link, .table.table-fill .white-link {
    font-size: 12px;
    font-weight: 500;
    padding: 0  5px;
    line-height: 24px;
    margin-bottom: 3px;
    border: 1px solid;
    border-radius: 1px;
    box-shadow: 0 3px 4px rgba(111, 116, 126, 0.12);
}

.table.table-fill .blue-link {
    background: #150ae9;
    color: #fff;
    border-color: #150ae9;
}

.table.table-fill .white-link {
    background: #fff;
    color: #150ae9;
    border-color: #d6ecff;
}

.table.table-fill .beekeeper-link {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.table.table-fill .category-link, .table.table-fill .quantity-item {
    float: left;
}

.table.table-fill .date svg {
    width: 16px;
    height: 16px;
}

.table.table-fill .date svg path {
    fill: #150ae9;
}

.table.table-fill .status {
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
    float: left;
    position: relative;
}

.table.table-fill .status-on-test {
    background: #262626;
    border: 5px solid #e3e8ed;
    margin-right: 5px;
    padding: 4px;
}

.table.table-fill .status-positive {
    background: #0e6245;
    border: 5px solid #cbf4c9;
    margin-right: 5px;
    padding: 4px;
}

.table.table-fill .status-negative {
    background: #ad1630;
    border: 5px solid #fdf2e9;
    margin-right: 5px;
    padding: 4px;
}

.table.table-fill .paid-status {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0 3px;
    color: #fff;
    border: 0;
    font-weight: 600;
    float: left;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
}

.table.table-fill .paid-status-paid {
    background: #24b47e;
}

.table.table-fill .paid-status-not-paid {
    background: #cbd6e2;
}

.table table tr td, .table table tr th {
    padding: 10px;
}

.table table tr th, .table table tr th .table-th-order-by {
    font-weight: 600 !important;
    color: #45535e;
    text-transform: uppercase;
    background: #f7fafc;
    white-space: normal;
    line-height: 1.5;
}

.table table tr td, .table table tr td * {
    font-weight: 500;
}
