@font-face{
    font-family:'BebasNeue';
    src:url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular.otf') format('opentype'),
    url('../fonts/BebasNeueRegular.woff') format('woff'),
    url('../fonts/BebasNeueRegular.ttf') format('truetype'),
    url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'BebasNeue';
    src:url('../fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueLight.otf') format('opentype'),
    url('../fonts/BebasNeueLight.woff') format('woff'),
    url('../fonts/BebasNeueLight.ttf') format('truetype'),
    url('../fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight:100;
    font-style:normal;
}

@font-face{
    font-family:'BebasNeue';
    src:url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.otf') format('opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype'),
    url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight:600;
    font-style:normal;
}


.font-bold{font-weight: 600;}

html{
    font-size: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    /*background: url("../images/stripes-bg.png");*/
    background: #f2f4fb;
}
html, body {
    width: 100%;
}

h1, h2{
    font-weight: 600;
    font-size: 28px;
}
span.ui-helper-hidden-accessible {
    display: none;
}
.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url("../images/world-bg.gif") top center no-repeat;
    background-size: cover;
}
.login-form .form-control {
    border-radius: 0;
    height: 40px;
    border-color: transparent;
}
.login-form .form-control:focus {
    border-color: #FF9800;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 152, 0, 0.6);
}
#form-login-username {
    margin-bottom: 10px;
}
.login-form .moduletable {
    width: 100%;
    max-width: 300px;
}
.login-form .login-button {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4CAF50;
    background-image: linear-gradient(45deg, #4CAF50 0%,#4CAF50 40%,#8BC34A 100%);
    border-radius: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: none;
    outline: none!important;
    background-size: 100%;
    transition: 0.3s ease all;
}

.login-form .login-button:before {
    border-radius: inherit;
    background: #8BC34A;
    background-image: linear-gradient(45deg, #4CAF50 0%,#8BC34A 40%,#8BC34A 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition: opacity 0.45s ease-in-out;
}
.login-form .login-button:hover:before{
    opacity: 1;
}
.logo-box img {
    margin-bottom: 15px;
}
.company-name + .company-name {
    font-size: 1.83rem;
    margin-top: 0.5rem;
}
nav.header {
    background: linear-gradient(90deg,#005bea,#46a7ff);
    border-bottom: 1px solid rgba(28, 109, 130, 0.35);
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.45);
}
.header-bg{
    background: url("../images/stripes-bg.png")
}
.logo {
    margin-left: -15px;
}
.logo a {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    line-height: 50px;
    text-decoration: none!important;
}
.logo a i {
    font-size: 28px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.menu-box > ul > li > a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease all;
}
.menu-box li a:hover,
.menu-box li a:focus,
.menu-box li a:active,
.menu-box li a:hover:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: rgba(0, 0, 0, 0.1)!important;
    transition: 0.3s ease-out all;
}
.logo a{
    transition: 0.3s ease all;
}

.navbar-right .dropdown-menu {
    right: 0;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
    border-radius: 5px;
}
.navbar-nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 11px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar-nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 12px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.navbar-nav>li>.dropdown-menu>li>a {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease all;
}
.navbar-nav>li>.dropdown-menu>li>a i {
    color: #d0d0d0;
    width: 20px;
    font-size: 16px;
    line-height: 14px;
}
.navbar-nav>li>.dropdown-menu>li {
    border-bottom: 1px solid #efefef;
}
.navbar-nav>li>.dropdown-menu>li:last-child {
    border-bottom: 1px solid transparent;
}
.navbar-nav>li>.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: rgba(115, 115, 115, 0.05)!important;
    color: #FF9800;
}
.navbar-nav>li>.dropdown-menu>li>a:hover i, .dropdown-menu>li>a:focus i{
    color: #FF9800;
}
.navbar-nav>li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.company-name {
    display: block;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.login-form .userdata {
    padding: 0 7px;
}
.name-filter-box {
    position: relative;
    margin: 10px 0;
}
.name-filter-box #jbfilter-id-itemname {
    border-radius: 0.75rem;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 45px;
    color: #fff;
    padding-left: 25px;
    transition: 0.3s ease all;
    outline:none!important;
}
.item-names-box {
    position: relative;
}
.name-filter-box #jbfilter-id-itemname::placeholder {
    color: #fff;
}
.name-filter-box #jbfilter-id-itemname:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.3s ease-out all;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .10);
}
.name-filter-box:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 9px;
    display: none;
}

.name-filter-box .jsSubmit.btn.btn-default{
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}
.btn.btn-warning:hover:before,
.name-filter-box .jsSubmit.btn.btn-default:hover:before{
    opacity: 1;
}
.name-filter-box .jbfilter-row {
    margin-bottom: 0;
}
.login-form .login-button {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4CAF50;
    background-image: linear-gradient(45deg, #4CAF50 0%,#4CAF50 40%,#8BC34A 100%);
    border-radius: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: none;
    outline: none!important;
    background-size: 100%;
    transition: 0.3s ease all;
}

.login-button {
    background: #8BC34A;
    background-image: linear-gradient(45deg, #4CAF50 0%,#4CAF50 40%,#8BC34A 100%);
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease all;
    padding: 5px 15px;
    color: #fff;
    outline: none!important;
    border: none;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.login-button{
    border-radius: 0;
}
.login-button:hover {
    box-shadow: 0 11px 20px -10px rgb(33, 179, 39);
}
.login-button:before {
    border-radius: inherit;
    background: #4CAF50;
    background-image: linear-gradient(45deg, #43a047 0%,#43a047 40%,#43a047 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition: opacity 0.45s ease-in-out;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
.login-button:hover:before{
    opacity: 1;
}
.btn > i {
    font-size: 14px;
    width: 18px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    z-index: 1;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    position: relative;
    z-index: 0;
}
.btn-group .btn.btn-warning:last-child {
    border-right: none;
    margin-right: 0;
}
.print-buttons-box .nav.nav-tabs {
    margin-bottom: 15px;
}
.print-buttons-box .nav-tabs>li>a {
    color: #000;
}
.print-buttons-box .nav-tabs>li.active>a,
.print-buttons-box .nav-tabs>li.active>a:hover,
.print-buttons-box .nav-tabs>li.active>a:focus {
    color: #FF5722;
}


.uk-margin.uk-text-center .btn{
    padding: 7px 15px;
}
.left-sidenav-wrap .jsReset {
    float: right;
}

#ui-id-1 {
    top: 67px!important;

}
.ui-widget-content {
    background: rgba(255, 255, 255, 0.95);
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.35);
    padding: 0;
    position: absolute;
    z-index: 9999!important;
    border-radius: 10px;
    overflow: hidden!important;
}
.ui-widget-content li {
    border-bottom: 1px solid rgb(241, 241, 241);
}
.ui-widget-content li:last-child {
    border-bottom: transparent;
}
.ui-menu .ui-menu-item a {
    padding: 3px 5px;
    border-radius: 0;
    color: unset;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    cursor: pointer;
}
a.ui-corner-all.ui-state-focus {
    background: rgb(241, 241, 241)!important;
    color: #000;
    border-color: rgb(241, 241, 241)!important;
}
.moduletableregistration,
.moduletablepassport,
.moduletablevisa,
.moduletablepolis{
    display: none;
}
.notification-link {
    color: #fff;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-decoration: none!important;
}
.notification-link:hover {
    color: #fff;
    background-color: #00000030;
    border-radius: 50%;
}
li.dropdown a .fa.fa-user {
    font-size: 18px;
}

/* sidenav */

.left-sidenav .chosen-search {
    display: none;
}
.jbfilter-row.jbfilter-date-range,
.jbfilter-row.jbfilter-country-select-chosen,
.jbfilter-row.jbfilter-select-chosen,
.jbfilter-row.jbfilter-text{
    margin-top: 20px;
    border-top: 1px solid #d9d9d973;
    padding-top: 10px;
    width: 100%;
    clear: both;
}
.jbfilter-row.jbfilter-country-select-chosen {
    clear: both;
}
.jbfilter-row.jbfilter-checkbox {
    width: 50%;
    float: left;
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-bottom: 20px;
}
.jbzoo.jbfilter-wrapper .checkbox-lbl {
    width: 100%;
}
.dropdown-toggle{
    display: block!important;
}
.chosen-container {
    width: 100%!important;
}
.jbzoo .jbfilter-label {
    font-weight: 600;
    margin-bottom: .5rem;
}
.filter-box .jbfilter-row.jbfilter-buttons {
    margin-top: 2rem;
}
.chosen-container-single .chosen-single {
    background: linear-gradient(45deg, #04a27a 0%,#11c098 40%,#00a269 100%);
    background: #fff;
    height: auto;
    font-size: 13px;
    border-radius: 5px;
    color: #656565;
    padding: 4px 15px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
}
.chosen-container.chosen-with-drop .chosen-drop {
    background: #fff;
    border-color: #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.15);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background: #ffffff;
    border-color: #4CAF50;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.chosen-container .chosen-results {
    margin: 0 0 5px;
    padding: 0;
}
.chosen-container .chosen-results li {
    padding: 7px 15px;
}
.chosen-container .chosen-results li.highlighted {
    background: #00a269;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 6px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}
.chosen-container .chosen-results::-webkit-scrollbar{
    width:8px;
    border-right: 2px solid transparent;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb{
    background-color: #aaa;
    border-radius: 5px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:hover{
    background-color: #777;
}
.jbzoo .jbfilter .checkbox-lbl input {
    float: left;
    margin: 3px 5px 0 0;
}
.item-favorite {
    float: left;
    margin-right: 15px;
}
div.tooltip {
    background: transparent;
    border: none;
}

/* категории */
.jbzoo .subcategories .subcategory-box {
    overflow: hidden;
    margin-bottom: 30px!important;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.subcategory-link {
    display: block;
}
.jbzoo .category .title, .jbzoo .frontpage .title, .jbzoo .subcategory .title {
    margin-top: 20px;
}
.subcategory-info {
    float: left;
    width: calc(100% - 100px);
    height: 125px;
    position: relative;
    background: #fff;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.3) 100%);
}
.subcategory-counter {
    font-size: 14px;
    text-align: center;
    color: #222;
    float: right;
    width: 100px;
    border-left: 1px solid #eaeaea;
    /* border-bottom: 1px solid #f0f0f0; */
    /* background: #fbfbfb; */
    padding: 18px 15px 10px;
    background: linear-gradient(125deg, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 100%);
}

.subcategory-counter span:first-child {
    font-size: 36px;
    line-height: 28px;
    color: #20cbb0;
    display: block;
}
.subcategory-counter span {
    color: #263238;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.subcategory-title {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 15px 0!important;
    height: 60px;
    position: relative;
}
.subcategory-title span {
    color: #263238;
    transition: 0.3s ease all;
}
.subcategory-link:hover .subcategory-title span{
    color: #766df4;
}
.edu-type-counter {
    padding: 0 15px 15px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.edu-type-counter span {
    font-size: 10px;
    line-height: 12px;
    color: #909090;
    text-transform: none;
    display: inline-block;
    text-align: left;
}
.edu-type-counter span i {
    display: inline-block;
    color: #766df4;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 14px;
}
.circle-bar {
    position: relative;
}
.circle-bar canvas {
    margin: auto;
    display: block;
}
.circle-bar strong {
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    color: #263238;
}
/* ТИЗЕР */

.itembox, .item-box {
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease;
}
.itembox:hover,
.item-box:hover {
    background: rgb(242, 246, 247);
    transition: all 0.5s ease-out;
}
.items .row:last-child .item-column .item-box {
    border-bottom: transparent;
}

.item-name a:hover {
    color: #766df4!important;
}

.teaser-item .item-country,
.teaser-item .item-group{
    font-size: 12px;
    color: #909090;
}
.jmoddiv .item-group .text-danger {
    color: #fff!important;
    background: #E53935;
    padding: 0px 5px;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    float: right;
}
.jmoddiv .item-group .text-success {
    color: #fff!important;
    background: #78909C;
    padding: 0px 5px;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    float: right;
}
.jmoddiv .item-group > strong {
    color: #FF9800;
}

/* ФУЛЛ */

.item-name-photo {
    margin-right: 10px;
}
.item-name-photo .thumbnail {
    margin: 0;
}

.jbzoo-view-item {
    padding-top: 30px;
}
.full-item, .jbzoo .submission fieldset {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.full-item + .full-item:before, .jbzoo .submission fieldset + fieldset:before{
    display: none;
}

.item-text.item-grades th{
    vertical-align: top;
}

.item-text.item-grades th:first-child,
.item-text.item-grades td:first-child {
    width: 50%;
}
.item-text.item-grades th,
.item-text.item-grades td {
    width: 25%;
}
.table>tbody>tr>td.tablelitle {
    font-size: 24px;
    font-weight: 600;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.lcs_wrap {
    height: 34px;
}
.lcs_switch.lcs_on {
    background: #b2b2b2!important;
    box-shadow: 0 0 2px #a4a4a4 inset!important;
}
.input-group-text {
    border-radius: .375rem 0 0 .375rem;
}
.item-names-box h2,
.jbzoo-item-full h2{
    margin: 0;
    font-weight: 400;
    color: #455A64;
}
.item-number {
    font-weight: 600;
    line-height: 24px;
    color: #E91E63;
    font-size: 28px;
    min-height: 60px;
}
.item-number span {
    display: block;
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 4px;
}
.item-char {
    color: #909090;
    /*margin: 5px 0;*/
    font-size: 12px;
}
.item-title,
.item-char > span,
.item-char > div{
    color: #222;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.item-char.phone > span {
    font-size: 20px;
    color: #E91E63;
    font-weight: 600;
}
.jbzoo-item-zapis.jbzoo-item-full .item-char span + span {
    border-top: 1px dashed #d2d2d2;
    margin-top: 5px;
    padding-top: 5px;
}
.datepicker--time {
    display: none;
}
.row.row-bordered {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
.row-margin .item-char {
    margin-bottom: 15px!important;
}

.item-related {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.item-related .jbzoo-item {
    background: #fff;
    padding: 11px 15px!important;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease;
    margin: 0!important;
}
.navbar-nav.navbar-right {
    margin-right: 0;
}
.char-header {
    background: #eef2f8;
    text-shadow: none;
    font-weight: 600;
    margin: 0 -1rem 1rem;
    text-transform: uppercase;
    padding: 5px 30px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.jbzoo .pull-left {
    margin-right: 0!important;
}
.creation-form .element > div {
    overflow: visible;
}
.creation-form .element {
    margin-bottom: 0;
    overflow: visible;
}
.jbzoo .required-dot {
    line-height: 12px;
    font-weight: 600;
}
.creation-form .element .chosen-container {
    max-width: 420px;
}
.creation-form .element .chosen-container a{
    box-shadow: none;
}
.chosen-container-single .chosen-search{
    /*display: none;*/
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.creation-form .element > strong {
    width: 100%;
    background: transparent;
    color: #31a736;
    text-shadow: none;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.creation-form .element input[type="text"] {
    background: #fff;
    height: 34px;
    font-size: 13px;
    border-radius: 5px;
    color: #656565;
    padding: 4px 15px;
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 420px;
    outline: none!important;
}
.creation-form .element input[type="text"]:focus {
    border: 1px solid #31a736;
}
.creation-form .element .radio, .creation-form .element .checkbox {
    float: left;
    margin: 0;
}
.creation-form .element .radio+.radio, .creation-form .element .checkbox+.checkbox {
    margin: 0 0 0 10px;
}
.jbzoo .submission .element.element-itemcategory.first.last > div > div + div {
    display: block;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    padding-top: 10px;
}
.jbzoo .submission fieldset {
    border: none;
    margin-bottom: 15px;
}
.jbzoo .submission fieldset:first-child{
    margin-top: 20px;
}
.fieldset-h {
    font-size: 24px;
    font-weight: 100;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.jsFavoriteClear {
    margin-top: 20px;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 10px;
}
.item-edit-link.uk-margin-bottom {
    margin-bottom: 35px;
}
.btn-info {
    color: #fff!important;
}
.element-googlemaps .row {
    margin: 0;
}
.jbzoo .jbfilter .element-datepicker {
    background: #fff!important;
}
.custom-pills {
    margin-bottom: 20px;
}
.custom-pills>li.active>a,
.custom-pills>li.active>a:hover,
.custom-pills>li.active>a:focus {
    background: linear-gradient(45deg, #04a27a 0%,#11c098 40%,#00a269 100%);
    color: #fff;
}
.custom-pills>li{
    margin-right: 5px;
}
.custom-pills>li>a {
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease all;
    padding: 6px 15px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background: #607d8b;
    transition: 0.3s ease all;
}
.custom-pills>li>a:hover,
.custom-pills>li>a:focus {
    color: #fff;
    background: #90A4AE;
}
.custom-pills>li>a>.badge {
    margin-left: 3px;
    margin-top: -2px;
    color: #FF9800;
    background-color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    line-height: 17px;
    border-radius: 5px;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
}
.custom-pills>.active>a>.badge {
    color: #FF9800;
    background-color: #fff;
}
.page-full .tab-content {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
/* submission */
.submission div#mceu_131,
.submission div#mceu_132,
.submission div#mceu_133,
.submission div#mceu_134,
.submission div#mceu_103,
.submission div#mceu_104,
.submission div#mceu_105,
.submission div#mceu_106,
.submission div#mceu_75,
.submission div#mceu_76,
.submission div#mceu_77,
.submission div#mceu_78,
.submission div#mceu_47,
.submission div#mceu_48,
.submission div#mceu_49,
.submission div#mceu_50,
.submission div#mceu_51,
.submission div#mceu_20,
.submission div#mceu_21,
.submission div#mceu_22,
.submission div#mceu_23,
.js-editor-tinymce .toggle-editor.btn-toolbar.pull-right.clearfix,
.submission div#mceu_19 {
    display: none;
}
.js-editor-tinymce iframe {
    height: 120px!important;
}

.element-radio label {
    /* width: 50%; */
    float: left;
    margin: 0!important;
    margin-right: 10px!important;
}
.submission .chosen-container-single .chosen-single {
    border: 1px solid #dadada;
    box-shadow: none;
    font-size: initial;
    padding: 4px 10px;
    color: initial;
    font-weight: 400;
}
.submission .element strong {
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
    color: #909090;
    padding-top: 10px;
}
.submission h1 {
    margin-bottom: 30px;
}
.submission .uk-margin.uk-text-center {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*margin: 0 0 0 0;*/
    /*margin-left: -30px;*/
    /*width: 100%;*/
    /*background: #f9f9f9;*/
    /*background: linear-gradient(125deg, rgba(255, 255, 255, 0.75) 0%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 100%);*/
    /*padding: 30px;*/
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);*/
}
.left-sidenav .jbzoo.jbfilter-wrapper .jbfilter-row.jbfilter-buttons {
    margin: 30px 0 0;
}

.jbimage-submission .image-preview {
    max-width: 180px;
}
.jbimage-submission .image-preview img {
    max-width: 100%;
    display: block;
    height: auto;
}
.jbimage-submission .more-options,
.jbimage-submission .filename,
.jbimage-submission span.select,
.jbimage-submission .chosen-container-single,
.jbimage-submission button.jbbutton.search{
    display: none;
}
#myChart1 {
    max-height: 447px;
    max-width: 447px;
    margin: auto;
}
#myChart2 {
    max-height: 394px;
    max-width: 394px;
    margin: auto;
}
.jbzoo-app-stranicy .item-edit-link.uk-margin-bottom {
    display: none;
}
.close {
    font-size: 26px;
}
.modal-header {
    background: #ECEFF1;
}
.modal-content{
    overflow: hidden;
}
.full-item.print-buttons-box label {
    padding-left: 0;
}
.full-item.print-buttons-box label input {
    margin-right: 10px;
    font-size: 15px;
    float: left;
}
.print-buttons-box .list-group-item .label {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    padding: 2px 5px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.print-buttons-box .list-group-item .label-default {
    background-color: #607D8B;
}

/* repeatable */

div.repeat-elements ul.repeatable-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

div.repeat-elements li.repeatable-element {
    min-height: 20px;
    margin-bottom: 15px;
}

div.repeat-elements li.repeatable-element.hidden {
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
}

div.repeat-elements li.repeatable-element div.repeatable-content {
    float: left;
    max-width: calc(100% - 40px);
}

div.repeat-elements span.delete,
div.repeat-elements span.sort {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    visibility: hidden;
}
div.repeat-elements span.delete {
    background: url("/media/zoo/assets/images/delete.png") 5px 4px no-repeat;
    cursor: pointer;
}
div.repeat-elements span.sort {
    background: url("/media/zoo/assets/images/sort.png") 5px 4px no-repeat;
    cursor: move;
}

div.repeat-elements li.repeatable-element:hover span.delete,
div.repeat-elements li.repeatable-element:hover span.sort { visibility: visible; }

div.repeat-elements li.repeatable-element:first-child span.delete,
div.repeat-elements li.repeatable-element[style*="absolute"]:first-child + li span.delete { visibility: hidden; }

div.repeat-elements li.repeatable-element.ghost { overflow: visible; }

div.repeat-elements li.repeatable-element.ghost .repeatable-content {
    margin: 0;
    padding: 12px 3px 12px 3px;
    background: #F0F0F0 !important;
}
div.repeat-elements li.repeatable-element.ghost input { background: #ffffff; }
div.repeat-elements li.repeatable-element.ghost span.delete { visibility: hidden; }

div.repeat-elements li.repeatable-element.dragging {
    border: 1px;
    border-style: dashed;
}

div.repeat-elements p.add {
    margin: -5px 0 0 0;
    padding: 0;
}

div.repeat-elements p.add a {}

/* related item */
div.select-relateditems { overflow: hidden; }

div.select-relateditems ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
}

div.select-relateditems li {}

div.select-relateditems li > div {
    width: 416px;
    padding: 5px 0 5px 0;
    border-top: 1px dotted #c8c8c8;
    overflow: hidden;
}

div.select-relateditems li:first-child > div { border-top: none; }

div.select-relateditems li:hover > div,
div.select-relateditems li.ghost > div { background: #f0f0f0; }

div.select-relateditems li div.item-name {
    margin-right: 10px;
    background: url("/media/zoo/assets/images/page_white.png") 0 0 no-repeat;
    text-indent: 22px;
    line-height: 18px;
    float: left;
}

div.select-relateditems li div.item-sort,
div.select-relateditems li div.item-delete {
    display: none;
    width: 16px;
    height: 18px;
    margin-right: 7px;
    float: right;
}
div.select-relateditems li div.item-sort {
    background: url("/media/zoo/assets/images/sort.png") 50% 50% no-repeat;
    cursor: move;
}
div.select-relateditems li div.item-delete {
    background: url("/media/zoo/assets/images/delete.png") 50% 50% no-repeat;
    cursor: pointer;
}

div.select-relateditems li:hover div.item-sort,
div.select-relateditems li:hover div.item-delete,
div.select-relateditems li.ghost div.item-sort,
div.select-relateditems li.ghost div.item-delete { display: block; }

div.select-relateditems a.item-add {
    display: inline-block;
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: url("/media/zoo/assets/images/add.png") 5px 50% no-repeat;
    text-indent: 20px;
    color: #000000;
    cursor: pointer;
}

div.select-relateditems a.item-add:hover {
    background-color: #F0F0F0;
    text-decoration: none;
}
img.zoo-calendar {
    display: none;
}
.element-date input {
    width: 100%!important;
}
.alert-danger{
    background: #EB5757!important;
    border-color: #EB5757!important;
}
.alert-warning{
    background: #F2C94C!important;
    border-color: #F2C94C!important;
}
.alert.alert-message {
    background: #008EFD;
    color: #fff;
}
.alert.alert-message .close {
    position: absolute;
    right: 1rem;
    top: 0rem;
    color: #000;
    text-decoration: none!important;
    opacity: .5;
    cursor: pointer;
}
th.header{
    cursor: pointer;
}
th.header:after{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}
th.header.headerSortDown:after{
    content: "\f574";
}
th.header.headerSortUp:after{
    content: "\f575";
}
.blink-1 {
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
}
.warning-group > div {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: .985em;
    font-weight: 700;
    line-height: 1;
    color: #f74f78;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5rem;
    background-color: rgba(237, 80, 80, .1);
    margin-bottom: .5rem;
    margin-right: .5rem;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 991px){
    .modal-lg {
        width: 680px;
    }
    .offcanvas-start{
        width: 700px;
    }
}

@media (max-width: 991px){
    #ui-id-1 {
        top: 110px!important;
    }
    .jbzoo .subcategories .subcategory-box{
        margin-bottom: 1rem!important;
    }
}