@charset "UTF-8";
/*CHECKBOXES STYLE BEGIN*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 1px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 11px;
    line-height: 0.8;
    color: #00b8ed;
    font-weight: 100;
    font-family: 'FontAwesome';
    transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
    color: #999; }

[type="checkbox"]:disabled + label {
    color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue; }

/*RADIO STYLE BEGIN*/

    [type="radio"]:not(:checked),
    [type="radio"]:checked {
      position: absolute;
      left: -9999px;
    }
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
      position: relative;
      padding-left: 25px;
      padding-right: 25px;
      cursor: pointer;
    }

    /* radio aspect */
    [type="radio"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before {
      content: '';
      position: absolute;
      left:0; 
      top: 2px;
      width: 15px; 
      height: 15px;
      border: 1px solid #aaa;
      background: #f8f8f8;
      border-radius: 50%;  
    }
    /* checked mark aspect */
    [type="radio"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after {
        content: "";
        position: absolute;
        top: 5px;
        padding: 4.5px;
        left: 3px;
        font-size: 10px;
        background: #00b8ed;
        border-radius: 50%;
        font-weight: 100;
        transition: all .2s;
    }
    /* checked mark aspect changes */
    [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0);
    }
    [type="radio"]:checked + label:after {
      opacity: 1;
      transform: scale(1);
    }
    /* disabled radio */
    [type="radio"]:disabled:not(:checked) + label:before,
    [type="radio"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd;
    }
    [type="radio"]:disabled:checked + label:after {
      color: #999;
    }
    [type="radio"]:disabled + label {
      color: #aaa;
    }
    /* accessibility */
    [type="radio"]:checked:focus + label:before,
    [type="radio"]:not(:checked):focus + label:before {
      border: 1px dotted blue;
    }

    /* hover style just for information */
    label:hover:before {
      border: 1px solid #4778d9!important;
    }
/*RADIO STYLE END*/


/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important; }

/*CHECKBOXES STYLE END*/
body {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%; }
    body > iframe {
        display: none !important; }

video {
    max-width: 100%; }

/* стандарт */
ul.W {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none; }
    ul.W li.W-I {
        float: left;
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px; }

/* ссылка на нас */
a.essotec-link {
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    color: #fff; }

/* модальное окно, пердупреждение об удалении */
ul.modal-dialog {
    list-style: none;
    background: #fff; }
    
ul.modal {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
    ul.modal-active {
        top: 0%; }
    ul.modal li.content {
        width: 50%;
        margin: 20px 25% 0px 25%;
        padding: 15px;
        background: #fff;
        border-radius: 4px 4px 0px 0px;
        color: #111;
        font-size: 16px; }
    ul.modal li.controls {
        width: 50%;
        margin: 0px 25%;
        padding: 15px;
        background: #fff;
        border-radius: 0px 0px 4px 4px;
        text-align: center; }

div.page-header {
    width: 80%;
    margin: 100px 10% 0px 10%;
    text-align: center; }
    div.page-header a {
        position: absolute;
        top: 100px;
        right: 10%; }

ul.tags {
    width: 90%;
    margin: 20px 5%; }
    ul.tags > li.tag-item {
        width: 45%;
        padding: 10px 20px;
        margin: 5px 10px; }
        ul.tags > li.tag-item p {
            margin: 0px; }
        ul.tags > li.tag-item > label.name {
            margin: 0px;
            font-weight: normal; }
        ul.tags > li.tag-item > p.name {
            float: left;
            margin: 0px;
            font-weight: normal; }
        ul.tags > li.tag-item span.open-control {
            float: right; }
        ul.tags > li.tag-item ul.children {
            position: absolute;
            display: none;
            z-index: 9;
            border: 1px solid #adadad;
            padding: 20px;
            width: 400px;
            top: 100%;
            left: 0%;
            color: #333;
            background-color: #e6e6e6; }
            ul.tags > li.tag-item ul.children li.child:first-child {
                margin-bottom: 15px; }
                ul.tags > li.tag-item ul.children li.child:first-child a {
                    float: initial; }
            ul.tags > li.tag-item ul.children li.child {
                padding: 5px 0px; }
                ul.tags > li.tag-item ul.children li.child p.name, ul.tags > li.tag-item ul.children li.child label.name {
                    float: left;
                    margin: 0px 5px 0px 0px;
                    font-weight: normal; }
                ul.tags > li.tag-item ul.children li.child a {
                    float: left;
                    padding: 0px 3px;
                    font-size: 12px;
                    margin-right: 5px; }

ul.form {
    width: 80%;
    margin: 20px 10%; }
    ul.form li.item {
        margin: 3px 0px; }
        ul.form li.item span.input-group-addon {
            width: 170px;
            text-align: left; }

input.submit {
    position: fixed;
    top: 8px;
    right: 10px;
    z-index: 9999; }

ul.images {
    width: 90%;
    margin: 20px 10%; }
    ul.images li.image {
        width: 20%; }
        ul.images li.image a.del-control {
            position: absolute;
            top: 3%;
            right: 3%;
            padding: 0px 0px;
            z-index: 999; }
            ul.images li.image a.del-control p {
                margin: 0px; }

/* Top Navigation */
.top-nav {
    padding: 0 15px; }
    .top-nav > li {
        display: inline-block;
        float: left; }
        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999; }
            .top-nav > li > a:focus, .top-nav > li > a:hover {
                color: #fff;
                background-color: #000; }
    .top-nav > .open > a {
        color: #fff;
        background-color: #000; }
        .top-nav > .open > a:focus, .top-nav > .open > a:hover {
            color: #fff;
            background-color: #000; }
    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        width: 200px;
        margin-top: 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal; }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto; }
    ul.message-dropdown li.message-preview {
        width: 275px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        ul.message-dropdown li.message-preview > a {
            padding-top: 5px;
            padding-bottom: 5px; }
    ul.message-dropdown li.message-footer {
        margin: 5px 0; }

ul.alert-dropdown {
    width: 200px; }

/* Side Navigation */
.side-nav > li > ul {
    padding: 0; }
    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999; }
    .side-nav > li > ul > li > a:hover {
        color: #fff; }

/* содержимое страницы панель управления */
ul.page-wrapper {
    float: right;
    padding: 0px; }
    ul.page-wrapper h3.section-title {
        float: left;
        width: 100%;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        background: #2e6da4;
        color: #fff;
        padding: 10px 0px;
        margin: 50px 0px 10px 0px; }
    ul.page-wrapper h3.sub-title {
        float: left;
        width: 50%;
        font-size: 22px;
        font-weight: bold;
        text-align: center; }
    ul.page-wrapper li > ul.products {
        width: 48%;
        margin: 0px 1%; }
        ul.page-wrapper li > ul.products li.list-group-item {
            padding: 5px 0px; }
    ul.page-wrapper li > ul.events {
        width: 100%;
        margin-top: 15px; }
        ul.page-wrapper li > ul.events li.list-group-item h3 {
            max-width: 655px; }

ul.profiles-header li.item {
    text-align: center;
    font-weight: bold; }
ul.profiles-header li.item:nth-child(1) {
    width: 10%; }
ul.profiles-header li.item:nth-child(2) {
    width: 12%; }
ul.profiles-header li.item:nth-child(3) {
    width: 27%; }
ul.profiles-header li.item:nth-child(4) {
    width: 31%; }
ul.profiles-header li.item:nth-child(5) {
    width: 20%; }

div.profiles {
    height: 500px;
    overflow: scroll;
    float: left;
    width: 100%; }
    div.profiles table span.social-icon {
        padding: 6px;
        width: 23px;
        height: 22px;
        float: right;
        text-align: center; }
    div.profiles table td.controls a {
        padding: 0px 5px; }

ul.products {
    width: 48%;
    margin: 1%;
    max-height: 556px;
    min-height: 200px;
    overflow: auto; }
    ul.products li.list-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        background: #2e6da4;
        color: #fff; }
    ul.products li.list-group-item {
        padding: 5px 0px; }
        ul.products li.list-group-item h3 {
            max-width: 200px;
            float: left;
            margin: 0px 10px 0px 0px;
            font-size: 16px; }
        ul.products li.list-group-item a {
            float: right;
            padding: 0px 5px;
            margin: 0px 2px;
            font-size: 16px; }

ul.gifts li.gift-item {
    width: 30%;
    border: 1px solid #adadad;
    border-radius: 4px;
    margin: 1%;
    padding: 1%; }
    ul.gifts li.gift-item ul.gift-item li.product {
        border-bottom: 1px solid #adadad;
        border-top: 1px solid #adadad;
        margin: 5px 0px; }
        ul.gifts li.gift-item ul.gift-item li.product a.name {
            width: 100%;
            float: left; }
    ul.gifts li.gift-item ul.gift-item li.description {
        height: 100px;
        overflow: hidden; }

ul.linked-items li.item {
    width: 25%;
    height: 150px;
    padding: 2.5%;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad; }
    ul.linked-items li.item img {
        float: left;
        width: 20%; }
    ul.linked-items li.item h6 {
        float: left;
        width: 80%;
        margin: 0px; }
    ul.linked-items li.item div {
        float: left;
        width: 80%; }

ul.comments li.comment-item {
    padding: 10px 0px; }
    ul.comments li.comment-item p {
        float: left;
        padding: 0px 10px 0px 10px;
        border-right: 1px solid #000;
        margin: 0px; }
    ul.comments li.comment-item p.comment {
        border: none; }
    ul.comments li.comment-item div.controls {
        float: left;
        padding: 0px 10px 0px 10px;
        border-right: 1px solid #000; }

@media (min-width: 768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 200px;
        width: 200px;
        margin-left: -200px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px; }
        .side-nav > li > a {
            width: 200px;
            padding-top: 5px;
            padding-bottom: 5px; }
        .side-nav li a:hover, .side-nav li a:focus {
            outline: none;
            background-color: #000 !important; }

    /* содержимое страницы */
    ul.page-wrapper {
        float: left;
        min-width: 1015px;
        padding: 60px 25px 25px 230px; } }

/*# sourceMappingURL=admin.css.map */


/* Дописывалось на CSS */
.dropdown .quantity-label
{
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 50%;
    padding: 5px;
}






ul.form li.item span.load-price
{
    position: absolute;
    top: 0px;
    left: 130px;
}
ul.form li.item .cities-list
{
    display: none;
}
ul.form li.item .cities-list-visible
{
    display: block;
}
ul.form li.region-block
{
    display: none;
}
ul.form li.region-block-visible
{
    display: table;
}
ul.form li.item span.text-warning
{
    color: red;
}

@media (min-width: 768px) {
    ul.form li.input-group-sm
    {
        width: 50%;
    }
}
@media (max-width: 768px) {
    ul.form li.item span.input-group-addon
    {
        width: 120px;
        white-space: normal;
    }
    ul.form li.item span.load-price
    {
        position: absolute;
        top: 0px;
        left: 80px;
    }
}
/* Конец ;) */