* {
    box-sizing: border-box;
}
body {
    background-color: rgb(236, 240, 245);
    min-height: 100vh;
    overflow-y: scroll;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
#content {
    min-height: calc(100vh - 162px);
}
.topnav
{
    background: #00a8e6;
}
.topnav .uk-navbar-nav > li.uk-active > a,
.topnav .uk-navbar-nav > li > a:active,
.topnav .uk-navbar-nav > li.uk-open > a,
.topnav .uk-navbar-nav > li:hover > a,
.topnav .uk-navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.1);
}
.topnav .uk-navbar-nav > li > a,
.topnav .uk-navbar-nav > li > span
{
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.menunav .uk-navbar-nav > li > a,
.menunav .uk-navbar-nav > li > span
{
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 400;
    color: #000;
}
.menunav .uk-navbar-brand
{
    height: 50px;
}
.menunav
{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.adminnav {
    background: #6287ae;
}
.adminnav .uk-navbar-nav > li > a {
  color: #fff;
}
.adminnav .partner-menu__dropdown-user {
  color: #fff;
}
.adminnav .uk-navbar-nav > li.uk-active > a,
.adminnav .uk-navbar-nav > li > a:active,
.adminnav .uk-navbar-nav > li.uk-open > a,
.adminnav .uk-navbar-nav > li:hover > a,
.adminnav .uk-navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.1);
}
.mainnav {
    background: #fff;
}
.header a[data-uk-offcanvas] {
    font-size: 30px;
    display: block;
    color: #000;
    width: 58px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    float: right;
}
.uk-container {
    max-width: 1360px;
    padding: 0 15px;
}
footer .uk-container {
    padding: 0 15px 15px;
}

.header .logo img {
    max-width: 150px;
}
.uk-button-deep {
    background-color: #6287ae;
    color: #fff;
}
.uk-button-deep:focus,
.uk-button-deep:hover {
    background-color: #7399c0;
    color: #fff;
    background-image: none;
}
.uk-panel-box {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.uk-panel-box.client {
    border-top: 4px solid #8cc14c;
    padding: 0;
}

.uk-panel-box.client > form {
    padding: 10px;
}


.lenta {
    color:#fff;
    background: #42BFB0;
    line-height: 1.1;
    display: inline-block;
    margin:15px 0;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 15px;
    padding: 10px 30px;
}
.lenta:before,.lenta:after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 30px;
    height: 100%;
    background-image: url('../images/header-lenta.png');
    background-position: right center;
}
.lenta:before {
    left: -29px;
}
.lenta:after {
    right: -29px;
    background-position: left center;
}
.lenta-yellow {
    background: #EBF2A1;
    color:#444;
}
.lenta-yellow:before,.lenta-yellow:after {
    background-image: url('../images/header-lenta-yellow.png');
}
.lenta-gray {
    background: #656565;
    color:#f8f8f8;
}
.lenta-gray:before,.lenta-gray:after {
    background-image: url('../images/header-lenta-gray.png');
}
.lenta-small {
    padding:9px 20px;
    line-height: 20px;
    font-size: 16px;
    text-transform: inherit;
}


#ordersreviews-mark .uk-button.uk-button-success {
    color: #fff;
    background: #42BFB0;
}

#ordersreviews-mark .uk-button:hover {
    color: #000;
    background: #42BFB0;
}

#ordersreviews-mark .uk-button + .uk-button {
    border-left: 0;
}

.order-review .images > a {
    position: relative;
}

.order-review .images > a .uk-icon-trash {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #ffffff;
    display: block;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.order-details tr td, .order-details tr th {
    border: 1px solid #ccc;
}

.order-details tr td + td, .order-details tr th + td {
    border-left: 0;
}

.order-details tr + tr td, .order-details tr + tr th {
    border-top: 0;
}

.items {
    margin-bottom: 15px;
    background: #fff;
    border: none;
}

.items table {
    background: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .items table {
        min-width: 1000px;
    }
}

.items .filters td {
    background: #F3F3F9;
    padding: 4px 2px 4px 0;
}

.items .filters td input[type="text"], .items .filters td select {
    border-radius: 0;
    width: 100%;
    height: 30px;
    padding: 0 8px;
}

.items table td, .items table th {
    vertical-align: middle;
    padding: 3px 3px;
}

.items .filters .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ddd;
}


.items table td:last-child, .items table th:last-child {
    border-right: none;
}

.items .filters td:first-child input, .items .filters td:first-child select {
    border-left: none;
}

.items thead > tr > * {
    font-size: 12px;
    padding: 2px 4px;
}

.items .empty {
    text-align: center;
    font-weight: bold;
}

.items-filters {
    margin: 0 0 15px
}


.text-green {
    color: green;
}

.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important
}

.text-black {
    color: #111 !important
}

.text-light-blue {
    color: #3c8dbc !important
}

.text-green {
    color: #00a65a !important
}

.text-gray {
    color: #d2d6de !important
}

.text-navy {
    color: #001f3f !important
}

.text-teal {
    color: #39cccc !important
}

.text-olive {
    color: #3d9970 !important
}

.text-lime {
    color: #01ff70 !important
}

.text-orange {
    color: #ff851b !important
}

.text-fuchsia {
    color: #f012be !important
}

.text-purple {
    color: #605ca8 !important
}

.text-maroon {
    color: #d81b60 !important
}

.clients-column {
    text-overflow: ellipsis;
    max-width: 150px;
    line-height:15px;
    font-size:13px;;
}

.check-panel {
    padding: 0;
    border-top: 1px solid #ccc;
    position: relative;
}

.client-panel-itog {
    padding: 0 5px;
    margin-top: 5px !important;
}

.table-check {
    display: table;
    width: 100%;
}

.table-check > div {
    display: table-row;
}

.table-check > div > div {
    display: table-cell;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 5px;
}

.table-check > div > div.unbordered {
    padding: 0;
}

.table-check > div > div.unbordered > div {
    padding: 2px 5px;
}

.table-check > div > div.unbordered a {
    margin-left: 5px;
    margin-top: 2px;
}
.table-check > .purchase > div {
    border-color: #ccc;
}

.table-check > div > div.icons {
    width: 20px;
}

.table-check > div > div:last-child {
    border-right: none;
}

.table-check.green > div > div:first-child {
    background: #f3fbe4;
    width: 130px;
}

.table-check > div:first-child > div {
    border-top: none;
}

.table-check .icons i {
    cursor: pointer;
}


#items {
    border-top: 4px solid #f39c12;
    padding: 0;
}

.table-items {
    display: table;
    width: 100%;
}

.table-items > div {
    display: table-row;
}

.table-items > div > div {
    display: table-cell;
    border-left: 1px solid #f39c12;
    border-top: 1px solid #f39c12;
    padding: 2px 5px;
}

.table-items > div > div.unbordered {
    padding: 0;
}

.table-items > div > div.unbordered > div {
    padding: 2px 5px;
}

.table-items > div > div.unbordered a {
    margin-left: 5px;
    margin-top: 2px;
}

.table-items > div > div:first-child {
    border-left: none;
}
.table-items > div:first-child > div {
    border-top: none;
}

.table-items .select2-selection--multiple {
    border: none !important;
    height: 20px !important;
    line-height: 20px !important;
    min-height: 20px !important;
}

.table-items .select2-selection--multiple ul li {
    margin-top: 0 !important;
}

.table-items select.select2 {
    display: none;
}

.order-details-panel .required .uk-form-label:after {
    content: ' *';
    color:red;
}

.uk-table thead th {
    background: rgb(236, 240, 245);
}
.payment-methods {

}
.payment-methods .payment-method-button {
    display: inline-block;
    padding:10px 30px;
    border:1px solid #ccc;
    border-radius: 3px;
    color:#444;
    text-decoration: none;
}
.payment-methods .payment-method-button:hover {
    background: rgb(236, 240, 245);

}
table .uk-button-detail
{
    width: 20px;
    min-height: 20px !important;
    max-height: 20px !important;
    line-height: 20px;
    padding: initial;
    font-weight: 600;
}

/* loader */
.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.8em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.8em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* end loader */
/* uk-tooltip */
.uk-tooltip-report-utm
{
    max-width: 400px;
}
/* end uk-tooltip */

.uk-navbar-nav>li>span {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #444;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
table.uk-table-master-detail
{
    background-color: rgb(236, 240, 245);
}
.layout-clean
{
    background-color: #fff;
}
/* CKEditor */
.cke_top,
.cke_content,
.cke_bottom {
    background: #ecf0f5 !important;
}
/* end CKEditor */
.uk-partner-banner-example
{
    border: 1px solid #ccc;
}
.uk-partner-images a
{
    position: relative;
}
.uk-partner-images a:hover i
{
    display: inline-block;
}
.uk-partner-images a i
{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 5px;
    color: #ff0000;
    cursor: pointer;
    background: #fff;
}
#products .uk-table-header-product td
{
    padding: 10px 10px !important;
}
.uk-table-header-product,
.uk-table-header-product:hover td
{
    background: #fbfbfb;
    border: 0px solid #ddd;
    border-left: none;
    border-right: none;
}
.uk-dropdown-lang .uk-dropdown
{
    padding: 0;
}
.uk-dropdown-lang ul
{
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.uk-dropdown-lang img
{
    width: 25px;
    margin-bottom: 3px;
    -webkit-filter: brightness(95%);
}
.uk-navbar-brand
{
    background: #fff;
}
.items {
    margin-bottom: 15px;
    background: #fff;
    border: none;
}
.user-dropdown-lang
{
    position: absolute;
    top: 10px;
    right: 20px;
}
.partners-news .news-item
{
    font-family: Roboto;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    margin-bottom: 25px;
}
.partners-news .news-item a:hover
{
    text-decoration: none;
}
.partners-news .news-item a:hover .top .title
{
    color: #70d2ea;
}
.partners-news .news-item .pub-date
{
    float: left;
    display: block;
    color: #474a53;
    background: #f1f1f1;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    padding: 0 15px;
    margin-right: 10px;
}
.partners-news .news-item .top
{
    display: inline-block;
    margin-bottom: 12px;
}
.partners-news .news-item .top .title
{
    color: #00b0dd;
    text-decoration: underline;
    text-transform: none;
}
.partners-news .news-item .short
{
    color: #474a53;
    min-height: 80px;
    font-weight: 400;
}
.partners-news .news-item .uk-button
{
    margin-top: 10px;
}
.partners-news .news-title
{
    color: #424242;
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 10px;
}
.partners-news .news-content
{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #424242;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.partners-news .news-content p
{

}
@media (max-width: 480px) {
    #content .uk-container-mobile {
        padding: 0;
    }
}
.product-short-info {
    font-style: italic;
    font-size: 12px;
    white-space: pre-line;
}
.product-title,
.promo-title
{
    margin: 0;
}
.product-description
{
    margin-bottom: 25px;
}

.product-description p:first-child { font-size: 16px;
margin: 20px 0px;
padding: 10px; }

.product-description button
{

}
.partner-menu__dropdown,
.partner-menu__dropdown i{
    color: #fff !important;
    cursor: default;
}
.partner-menu__dropdown-user {
    color: #000 !important;
    cursor: default;
}

.partners-index a.asc,
.partners-index a.desc {
    color: #6287ae;
}
.partners-index a.asc:after {
    content: " ▲";
}
.partners-index a.desc:after {
    content: " ▼";
}
.partners-products-index, .partners-widgets-index { width: 80% !important; }
#promo.items { margin-bottom: 25px; box-shadow: none; }
h3.product-title { font-size: 22px; line-height: 28px; }
#products table th { padding: 5px 10px; }
#products table td { padding: 5px 10px; white-space: nowrap; }

.partners-news { width: auto !important; margin-left: 95px; }
#promo table td { padding: 5px 10px; }

@media (max-width: 480px) {
    .partners-news { margin-left: 0px; }
    #content { padding: 0px 10px; }
    #report .uk-grid-small>div { margin: 0 auto 10px; width: 300px; }
    .period_picker_input { display: block !important; text-align: left !important; border: 1px solid #ddd !important; }
    #report .uk-width-medium-3-10 + div { float: none !important; position: absolute; }
    #report .uk-width-medium-3-10 button { width: 100px; margin: 10px auto; display: block; }
    #promo .uk-table { min-width: auto !important; }
    .partners-products-index { width: 90% !important; }
    #products table td:first-child span { margin-right: 0px !important; }
}
.tele a {
    background: url(https://mybalitrips.com/static/common/telegram.png) 5px 13px no-repeat;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px !important;
}
.html-button-parameters
{
    font-weight: 300;
}
.html-button-parameters .minicolors {
    border: 1px solid #ddd;
}
.partners-products-link .uk-form-stacked div.uk-width-1-1 { margin-bottom: 20px; }

.partners-widgets-create,
.partners-widgets-update
{
    width: 80%;
}
.partners-products-tabs {
    width: 80%;
}


.partners-products-tabs .uk-tab,
.partners-products-tabs .uk-tab>li.uk-active>a,
.widget-tabs.uk-tab,
.widget-tabs.uk-tab>li.uk-active>a
{
    border-color: #fff;
}
.widget-list {
    margin-bottom: 10px;
}

.checkbox.checbox-switch {
    padding-left: 0;
}
.checkbox.checbox-switch .title {
    display: block;
}
.checkbox.checbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
}
.checkbox.checbox-switch label input {
    display: none;
}
.checkbox.checbox-switch label span {
    width: 50px;
    border-radius: 3px;
    height: 22px;
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    box-shadow: #dedede 0 0 0 0 inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
}
.checkbox.checbox-switch label .runner {
    display: inline-block;
    width: 14px;
    height: 22px;
    border-radius: 3px;
    background: rgb(255,255,255);
    top: 0;
    position: absolute;
    left: 36px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    z-index: 10;
}
.checkbox.checbox-switch label .on {
    display: none;
    position: absolute;
    right: 7px;
    z-index: 5;
    color: #fff;
}
.checkbox.checbox-switch label .off {
    display: block;
    position: absolute;
    left: 5px;
    z-index: 5;
}
.checkbox.checbox-switch label > input:checked + span .on {
    display: block;
}
.checkbox.checbox-switch label > input:checked + span .off {
    display: none;
}
.checkbox.checbox-switch label > input:checked + span .runner {
    left: 0;
}
.checkbox.checbox-switch label > input:checked + span {
    background-color: #7399c0;
    border-color: #7399c0;
    box-shadow: #7399c0 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.checkbox.checbox-switch label span i {
    font-style: normal;
}


.widget-preview {
    padding: 10px;
    border: 1px solid #ccc;
    font-family: Roboto,Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    margin-top: 30px;
}
.widget-preview .header {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.widget-preview .header-text
{
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
}
.widget-preview .logo-mbt {
    text-align: right;
    padding-bottom: 5px;
}
.widget-preview .logo-mbt img {
    height: 30px;
}
.widget-preview .tours {
    margin-top: 2px;
}
.widget-preview .tour {
    min-width: 214.16px;
}
.widget-preview .tour a {
    text-decoration: none;
    cursor: default;
}
.widget-preview .tour::before {
    content: "";
    display: table;
}
.widget-preview .tour .cover {
    position: relative;
    min-height: 200px;
}
.widget-preview .tour .price {
    font-family: Rubik;
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 2px 5px;
    border-radius: 3px;
    background: #fefef9;
    color: #169ad3;
    font-weight: 500;
    font-size: 12px;
}
.widget-preview .tour .title {
    font-family: Rubik;
    margin-top: 7px;
    color: #169ad3;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.widget-preview .tour .description {
    font-family: Rubik;
    margin-top: 5px;
    color: #333333;
    font-size: 13px;
    line-height: 16px;
    max-height: 66px;
    overflow: hidden;
}
.widget-preview .tour .chisel {
    margin-top: 5px;
    font-family: Rubik;
    color: #888;
    font-size: 11px;
    line-height: 1;
}
.widget-preview .tour .rating {
    position: relative;
    display: inline-block;
    color: #a3b4ba;
    font-size: 12px;
    margin-right: 5px;
}
.widget-preview .tour .rating .progress {
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}
.widget-preview .tour .rating .progress i {
    color: #ffd717;
}
.widget-preview .tour .button {
    display: inline-block;
    font-family: Rubik;
    background: #88d7e9;
    padding: 3px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #000;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 500;
}
.widget-preview .other-tours {
    text-align: center;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    cursor: default;
}
.widget-code label {
    font-weight: 600;
}
.widget-code textarea {
    width: 100%;
    resize: none;
}
.widget-save-notify {
    margin-top: 2px;
    padding: 18px;
    border: 1px solid #ccc;
    text-align: center;
}
.widget-save-notify a {
    text-decoration: underline;
}

.partners-widgets-form { box-shadow: none; padding: 20px; }
.partners-widgets-create .uk-tab .uk-active a, .partners-widgets-create .uk-tab { border: 0px !important; }
.partners-widgets-form .uk-form-label { margin-bottom: 5px; font-size: 14px; display: block; }

.partners-widgets-create .uk-tab { border: 0px; }
.partners-widgets-form form .uk-form-row .uk-form-controls { padding-right: 20px; margin-bottom: 20px; }

.uk-table thead th, .items table td, .items table th { padding: 3px; }
.partners-products-index, .partners-widgets-index { background: #fff; padding: 20px; }

.widget-tabs li a { border: 0px; }
.checbox-switch span.title { margin-bottom: 5px; }
.checbox-switch { margin-bottom: 10px !important; }

#header_text { margin-bottom: 20px; }

.tab-widgets:before { content: 'NEW'; position: absolute; color: red; font-weight: bold; right: -5px; top: -8px; }

iframe { border: 0px !important; }
.layout-affiliate h2 {
    font-weight: 600;
}
.section-affiliate-link h3 {
    white-space: nowrap;
}
.section-affiliate-link h3 .copy-link {
    margin-left: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    min-height: 26px;
    vertical-align: bottom;
}
.layout-affiliate { text-align: center; }
@media (max-width: 600px) {
#copy_affiliate_link { display: block; text-align: center; margin-bottom: 10px; }
.section-affiliate-link h3.uk-text-bold { text-align: center; }
.section-affiliate-link .uk-margin-large-top { text-align: center; }
.section-affiliate-link h3 .copy-link { margin-left: 0px; }
}
