@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("../fonts/sfuitext/sfuitext.css");

body {
    font-family: 'sf_ui__textregular';
    /*font-size: 14px; IDEEFIX CUSTOM MZ*/
    font-size: 12px;
}

a {
    color: #3bb5ff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: #12a4fc;
}

.d-ib {
    display: inline-block;
}
.mb50{margin-bottom: 50px;}
.p-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

td.p-lr0,
th.p-lr0 {
    min-width: 135px;
}

.nav-panel {
    background-color: #263548;
    position: fixed;
    height: 100%;
    width: 201px;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
}

.logo {
    display: block;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.nav-bar .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.nav-bar .menu li a {
    text-align: center;
    display: block;
    padding: 12px 5px 10px;
    color: #fff;
}

.nav-bar .menu li a:hover {
    text-decoration: none;
    color: #3bb5ff;
}

.nav-bar .menu li.active a {
    background-color: #24303f;
    color: #3bb5ff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.47);
}

.admin-panel {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    right: 0;
    z-index: 8;
    padding-right: 22px;
    padding-top: 8px;
    box-shadow: 0 2px 7px rgba(75, 84, 110, 0.29);
}

.admin-panel .user-block,
.admin-panel .i-notification {
    float: right;
}

.admin-panel .i-notification {
    margin-right: 30px;
    margin-top: 13px;
}

.btn-user {
    padding-right: 36px;
    position: relative;
    display: inline-block;
}

.btn-user:before {
    background: url(../images/arrow-down.png);
    content: '';
    width: 22px;
    height: 10px;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -5px;
}

.btn-user > img {
    display: block;
    border: 1px solid #f8f9fd;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e3e3e3;
    width: 57px;
    height: 57px;
}

.user-block {
    color: #454545;
    position: relative;
    padding-right: 105px;
    padding-top: 17px;
    height: 57px;
}

.user-block .btn-user {
    position: absolute;
    top: 0;
    right: 0;
}

.i-notification {
    position: relative;
    color: #454545;
    font-size: 20px;
}

.i-notification a {
    color: #454545;
    display: inline-block;
    position: relative;
}

.i-notification a:before {
    background-color: #454545;
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    top: 3px;
    right: -8px;
    border-radius: 50%;
}

.i-notification.active a:before {
    background-color: #f35848;
}

.i-notification .fa {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.page {
    padding-top: 81px;
    padding-left: 201px;
}

.p-21 {
    padding: 21px;
}

.tabs-menu {
    background-color: #f8f9fd;
    border-color: #dbdde2;
    border-style: solid;
    border-width: 1px 0;
    padding-left: 21px;
    padding-right: 21px;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 !important;
    text-transform: uppercase;
}

.nav-tabs > li > a {
    color: #6c7a8e;
    margin: 0;
    padding: 0;
    border: none;
    padding-top: 14px;
    padding-bottom: 12px;
    font-family: 'sf_ui__textbold';
    position: relative;
}

.nav-tabs > li > a:before {
    background-color: #3bb5ff;
    content: '';
    width: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -2px;
    height: 3px;
    position: absolute;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    background: none;
    color: #3c3c3c;
}

.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:focus:before,
.nav-tabs > li.active > a:hover:before {
    width: 100%;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    color: #3c3c3c;
}

table {
    border-collapse: collapse;
    color: #969696;
    font-size: 14px;
    margin-bottom: 20px;
}

table td,
table th {
    /*padding: 9px 19px 7px;  IDEEFIX CUSTOM MZ */
    padding: 6px 10px;
    border: 1px solid #dbdde2;
    vertical-align: middle;
}

table .empty td {
    border: 0 none !important;
}

table th {
    /* font-size: 18px; IDEEFIX CUSTOM MZ */
    font-size: 14px;
    color: #3bb5ff;
}

table .warning {
    background-color: #f00;
    color: #fff;
}

table .primary {
    background-color: #263548;
    color: #fff;
}

table .primary strong, table .primary span {
    color: #fff;
}

table select {
    width: 100%;
}

table .ui-selectmenu-button.ui-button {
    width: 100%;
    text-align: center;
}

table strong {
    color: #454545;
}

.table-nonfluid {
    width: auto !important;
}

.table-bordered {
    border-collapse: initial;
    border-spacing: 0;
    border-radius: 3px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #dbdde2;
}

.table-bordered {
    border-width: 0;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #dbdde2;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /*padding: 9px 19px 7px; IDEEFIX CUSTOM MZ*/
    padding: 6px 10px;
    vertical-align: middle;
}

.table tr:first-child td:first-child,
.table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.table tr:first-child td:last-child,
.table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.table tr:last-child td:first-child,
.table tr:last-child th:first-child {
    border-bottom-left-radius: 4px;
}

.table thead tr:last-child td:last-child,
.table thead tr:last-child th:last-child {
    border-bottom-right-radius: 0;
}

.table tr:last-child td:last-child,
.table tr:last-child th:last-child {
    border-bottom-right-radius: 4px;
}

.table thead tr:first-child td:first-child,
.table thead tr:first-child th:first-child {
    border-radius: 4px 4px 0 0;
}

/*.table thead tr:last-child td:first-child,
.table thead tr:last-child th:first-child,
.table thead tr:last-child td:last-child,
.table thead tr:last-child th:last-child{
    border-radius: 0;
}*/
.table thead tr:last-child td,
.table thead tr:last-child th {
    border-bottom-width: 0;
}

.zebra tr td:first-child,
.zebra tr th:first-child {
    border-radius: 4px 0 0 4px;
}

.zebra tr td:last-child,
.zebra tr th:last-child {
    border-radius: 0 4px 4px 0;
}

.zebra tr td,
.zebra tr th {
    border-bottom-width: 1px !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
    border-width: 1px 0 0 1px;
}

.table-bordered > tbody > tr > td:last-child,
.table-bordered > tbody > tr > th:last-child {
    border-right-width: 1px;
}

.table-bordered > tbody > tr:last-child > td,
.table-bordered > tbody > tr:last-child > th {
    border-width: 1px 0 1px 1px;
}

.table-bordered > tbody > tr:last-child > td:last-child,
.table-bordered > tbody > tr:last-child > th:last-child {
    border-right-width: 1px;
}

.table thead tr td,
.table thead tr th,
.table-bordered thead tr td,
.table-bordered thead tr th {
    border-width: 1px 0 0 1px !important;
}

.table thead tr td:last-child,
.table thead tr th:last-child {
    border-right-width: 1px !important;
}

.table thead + tbody tr:first-child td:first-child,
.table thead + tbody tr:first-child th:first-child,
.table thead + tbody tr:first-child td:last-child {
    border-radius: 0;
}

.table thead + tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table thead + tbody tr:last-child td:first-child,
.table thead + tbody tr:last-child th:first-child {
    border-bottom-left-radius: 4px;
}

.fields {
    margin-bottom: 40px;
}

.fields .heading {
    color: #3bb5ff;
    font-weight: bold;
    font-size: 18px;
}
.heading .icheckbox,
.heading .iradio{
    vertical-align: middle;
}
.table .icheckbox{
    vertical-align: middle;
}
.wrap-block{
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrap-block.on{opacity: 1;}
.f-wrap {
    display: block;
    font-weight: 100;
}

.f-wrap .text {
    display: inline-block;
    margin-bottom: 5px;
}

.fw td, .fw th {
    width: 20%;
}

.wa td, .wa th,
.fw.wa td, .fw.wa th {
    width: auto;
}

.form-control {
    border-color: #dadada;
    border-radius: 0;
}

.form-control:focus {
    border-color: #3bb5ff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ui-selectmenu-button.ui-button {
    font-family: 'sf_ui__textregular';
    border-radius: 0;
    border: none;
    background: none;
    color: #969696;
    font-size: 12px;
}

.ui-selectmenu-button.ui-button:focus, .ui-selectmenu-button.ui-button:active {
    color: #969696;
    outline: none;
}

.ui-button .ui-icon {
    background: url(../images/arrow-down-s.png) no-repeat center !important;
}

.ui-button .ui-icon:hover {
    background-position: 0 0;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(147, 161, 185, 0.49);
    margin-top: 10px;
}

.ui-widget.ui-widget-content:before {
    background: url(../images/arrow-top.png);
    content: '';
    top: 2px;
    right: 15px;
    position: absolute;
    width: 15px;
    height: 8px;
    /*border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;*/
}

.ui-menu .ui-menu-item {
    text-align: center;
    border: none !important;
    margin: 0 !important;
    color: #969696;
}

.ui-menu .ui-menu-item .ui-state-active:hover {
    background-color: #94d253;
    color: #fff;
    border: none;
    margin: 0 !important;
}

.ui-menu .ui-menu-item .ui-state-active {
    background: none;
    color: #3c3c3c;
    border: none;
    margin: 0 !important;
}

.ui-selectmenu-menu {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    display: block;
    visibility: hidden;
    z-index: -1;
}

.ui-selectmenu-open {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.ui-selectmenu-text {
    line-height: 16px;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-width: 1px;
}

.pos-r {
    position: relative;
}

.table thead th,
.table thead td {
    background: #eef1f7;
    color: #6c7a8e;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'sf_ui__textbold';
}

.table thead select {
    width: 102px;
}

.table thead .ui-selectmenu-button.ui-button {
    width: inherit;
    font-weight: bold;
    color: #6c7a8e;
    font-size: 16px;
}

.table .tbl-btn {
    text-align: center;
    width: 30px;
    display: inline-block;
    color: #969696;
    vertical-align: top;
    font-size: 22px;
    padding-bottom: 40px;
    position: relative;
    line-height: 45px;
    vertical-align: sub;
}

.table .tbl-btn a {
    display: inline-block;
    color: #969696;
}

.table .text-right .tbl-btn {
    text-align: right;
}

.table .tbl-btn .btn-remove {
    color: #c1c1c1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-remove {
    display: inline-block;
    font-size: 18px;
    color: #c1c1c1;
}

.i-plus {
    background: url(../images/i-plus.png);
    display: inline-block;
    height: 23px;
    width: 23px;
    vertical-align: middle;
}

.i-remove {
    background: url(../images/i-remove.png);
    display: inline-block;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.btn-add {
    background: url(../images/add.png);
    display: inline-block;
    height: 84px;
    width: 84px;
    vertical-align: middle;
}
.btn-add.btn-text{
    width: auto;
    background-repeat: no-repeat;
    background-color: #94d252;
    color: #fff;
    border-radius: 40px;
    height: 74px;
    padding: 26px 24px 0 72px;
    font-size: 18px;
}
.btn-add.btn-text:hover{text-decoration: none;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

.btn:active {
    color: #3bb5ff;
}

.btn:focus {
    color: #fff;
}

.btn {
    background-color: #3bb5ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    border-color: #3bb5ff;
    min-width: 150px;
    box-shadow: 0 0 16px rgba(39, 159, 232, 0.54);
}

.btn:hover {
    background-color: #fff;
    color: #3bb5ff;
    outline: none;
}

.c-green {
    color: #00c92f;
}

.separator {
    background-color: #edeef0;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.heading {
    color: #3bb5ff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.table > tbody > tr > td.warning {
    background: #f00;
    color: #fff;
}

.title {
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 5px;
}

.title span {
    color: #94d253;
}

.up {
    background-color: #939dac;
    position: fixed;
    right: 2%;
    bottom: 16%;
    display: block;
    width: 90px;
    font-size: 14px;
    height: 44px;
    border-radius: 5px;
    padding-top: 25px;
    color: #fff;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.up:hover, .up:focus {
    color: #fff;
    text-decoration: none;
}

.up:before {
    background: url(../images/up.png);
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 26px;
    height: 17px;
    margin-left: -13px;
}

.up.affix-top {
    opacity: 0;
}

.up.affix {
    opacity: 1;
}

.list-block {
    border: 1px solid #dbdde2;
}

.list-block .title {
    background-color: #eef1f7;
    color: #6c7a8e;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdde2;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #818181;
}

.list li {
    border-top: 1px solid #dbdde2;
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list li:first-child {
    border: none;
}

.list li .num {
    display: inline-block;
    margin-right: 7px;
    color: #454545;
}

.icheckbox,
.iradio {
    background-image: url(../images/check-radio.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 19px;
    cursor: pointer;
}

.icheckbox {
    background-position: -2px 0;
}

.icheckbox.checked {
    background-position: -21px 0;
}

.iradio {
    background-position: -41px 0;
}

.iradio.checked {
    background-position: -60px 0;
}

.check-switch {
    display: inline-block;
}

.check-switch .icheckbox {
    background: none #eeeeee;
    height: 19px;
    width: 37px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.check-switch .icheckbox:before {
    background-color: #fff;
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    top: 0;
    left: -1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.54);
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

.check-switch .icheckbox.checked {
    background-color: #94d253;
    border-color: #84c243;
}

.check-switch .icheckbox.checked:before {
    left: 19px;
}

.timing table {
    /*font-size: 18px; IDEEFIX CUSTOM MZ */
    font-size: 14px;
}

.timing table span {
    font-size: 14px;
}

.edit-val {
    position: relative;
    width: 78px;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
}

.edit-val .change-val {
    background: none;
    text-align: center;
    color: #3a3a3a;
    font-size: 18px;
    border: none;
    width: 100%;
}

.edit-val .btn-val {
    position: absolute;
    top: 0;
    height: 22px;
    width: 21px;
    cursor: pointer;
}

.edit-val .btn-val.plus {
    background: url(../images/plus.png);
    right: 0;
}

.edit-val .btn-val.minus {
    background: url(../images/minus.png);
    left: 0;
}

.conrol-wrap {
    font-weight: normal;
    position: relative;
    font-family: 'sf_ui__textmedium';
    padding-left: 33px;
    color: #3c3c3c;
    font-size: 14px;
    margin-bottom: 20px;
}

.conrol-wrap .icheckbox,
.conrol-wrap .iradio {
    position: absolute;
    top: 0;
    left: -28px;
}

.disabled-block .gag {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.disabled-block.on .gag {
    opacity: 0;
    visibility: hidden;
}

td .form-control {
    box-shadow: none;
}

td .form-control:focus {
    box-shadow: inset 0px -2px 0px -1px rgba(0, 0, 0, 0.075);
}

table input.tbl-inp,
td.exp .warning input.tbl-inp {
    width: 100%;
}

.login {
    background: url(../images/runway.jpg) no-repeat center center/cover;
    height: 100vh;
}

.login-wrap {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 28px;
    border: 1px solid #c5ccde;
    border-radius: 6px;
    max-height: 400px;
    max-width: 570px;
    left: 50%;
    top: 50%;
    -moz-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.43);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.43);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-wrap .pic {
    margin-bottom: 45px;
}

.login-wrap .icon-control {
    max-width: 274px;
    margin-left: auto;
    margin-right: auto;
}

.icon-control {
    margin-bottom: 20px;
    font-weight: normal;
    display: block;
    border-color: #b0b1b3;
    border-style: solid;
    border-width: 0 0 1px;
    position: relative;
    padding-left: 27px;
}

.icon-control .form-control {
    border: none;
    color: #6c7a8e;
    font-size: 14px;
    box-shadow: none;
    height: 25px;
}

.icon-control .icon {
    position: absolute;
    top: 4px;
    left: 2px;
}

.icon {
    display: inline-block;
}

.icon-lock {
    background: url(../images/i-lock.png);
    width: 16px;
    height: 17px;
}

.icon-user {
    background: url(../images/i-user.png);
    width: 16px;
    height: 18px;
}

.ui-selectmenu-button.ui-button.ta-l,
.ta-l .ui-menu .ui-menu-item {
    text-align: left;
}

.radio label, .checkbox label {
    padding-left: 0;
}

.greed-table {
    width: 100%;
    border: none;
}

.greed-table td, .greed-table th {
    border: none;
    padding: 0;
}

.table .conrol-wrap {
    margin-bottom: 0;
}
.w96{width: 96px;}
.w70{width: 70px;}
.w125{width: 125px;}
.w150{width: 150px;}
.w166{width: 166px;}
.w200{width: 200px;}
.table_plus{min-width: 1550px;}
.grid-view{overflow-x: auto;}
.conrol-wrap .kv-date-calendar .fa{
    left: -28px;
    top: 5px;
    position: absolute;
}
.conrol-wrap input[type="text"]{
    border: none;
    box-shadow: none;
}
.divided{
    height: 30px;
}
.more-info-row{
    display: none;
}
.more-info{
    background-color: #3bb5ff;
    border: 1px solid #3bb5ff;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.more-info:hover,
.more-info:focus{
    background-color: #fff;
    color: #3bb5ff;
}
.more-info.on .glyphicon{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tags{
    min-height: 34px;
    border: 1px solid #ddd;
}
.title-name{
    font-size: 24px;
    color: #3bb5ff;
    margin-bottom: 20px;
}
.tagtext{
    min-height: 32px;
    width:200px;
}
.tags .text-label{
    font-size: 18px !important;
    color: #3bb5ff;
}
.mx-41{
    margin: 0 -41px;
}
.mx-20{
    margin: 0 -20px;
}
.mh370{
    min-height: 373px;
    padding-bottom: 1px;
}