﻿@charset "UTF-8";
/*============================*/
/* Верхняя панель
/*============================*/
/*============================*/
/*Цвет левой панели(подложки) -> Новый:#adb5bd  Старый:#FFE4B5 */
/*Цвет правой рабочей области -> Новый:#f8f9fa  Старый: */
/*$color-workplace-area: #f8f9fa;  =Не задано!= */
/*============================*/
/* Кнопка на панеле слева
/*============================*/
/*Цвет кнопки на левой панеле (активной) -> Новый:#f8f9fa  Старый: rgba(232, 165, 108, 0.63)*/
/*Цвет рамки кнопки на левой панеле -> Новый: Старый:blanchedalmond*/
/*Цвет рамки при клике на кнопку*/
/*Цвет подложки анимации для кнопки на левой панеле -> Новый: Старый: rgba(253, 137, 38, 0.63)  rgba(128, 110, 110, 0.63)*/
/*Цвет неактивной кнопки на панели слева*/
/*Цвет шрифта иконки при наведении на кнопку*/
/*Цвет иконки закрыть на кнопке*/
/*============================*/
/* Окно справочника 
/*============================*/
/*Цвет шапки окна -> Новый:  Старый: #FFE4B5*/
/*============================*/
body {
    padding-top: 48px;
    padding-bottom: 30px;
}

footer {
    position: fixed;
    z-index: 2002;
    bottom: 0;
    height: 30px;
    background-color: #f2f3f4;
    width: 100%;
    text-align: center;
    color: black;
    padding: 5px;
    margin-top: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

#ImageLoader {
    position: fixed;
    z-index: 9999;
    left: calc(100% / 2 - 50px);
    top: calc(100% / 2 - 50px);
    width: 100px;
    height: 100px;
}

.site-horizontal-content {
    position: fixed;
    top: 46px;
    bottom: 30px;
    left: 0;
    right: 0;
}

.site-task-header {
    position: fixed;
    top: 46px;
    bottom: 30px;
    left: 0px;
    min-width: 170px;
    max-width: 170px;
    height: 100%;
    /*????   - 76px*/
    background-color: #f2f3f4;
    overflow-y: auto;
}

.site-task-content {
    position: fixed;
    top: 46px;
    bottom: 30px;
    left: 170px;
    right: 0;
    overflow-y: hidden;
}

.site-task-content-full {
    position: fixed;
    top: 46px;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow-y: hidden;
}

.site-tabs-left {
    height: 100%;
    width: 100%;
    float: left;
    display: block;
    background-color: #adb5bd;
    /*#f2f3f4;*/
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

    /*наведение на кнопки подменю*/
    .site-tabs-left a:hover,
    .close.pull-right span:hover {
        /*color: white;*/
        color: black;
        font-weight: 500 !important;
    }

/*Верхняя панель*/
.site-menu {
    background-color: #f2f3f4;
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

.navbar .nav-item .nav-link {
    line-height: 80%;
    color: black;
    transition: all .4s ease 0s;
}

    .navbar .nav-item .nav-link:hover {
        color: blue;
        background: lightgray;
        box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.9) 1px 1px 2px;
    }

.nav-tabs .nav-item .nav-link.active {
    color: black;
    background-color: #f2f3f4;
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.9) 1px 1px 2px;
}

.nav-tabs .nav-item.active {
    color: black;
    background-color: #FFA500 !important;
    /*#f2f3f4;    #FFA500*/
    border-radius: 5px;
    /*15px*/
    /*rgb(200,200,200) radial-gradient(circle at 0 0, rgba(255,255,255,.8), rgba(255,255,255,.4));*/
    background: orange radial-gradient(circle at 0 0, rgba(255, 165, 0, 0.8), rgba(255, 165, 0, 0.4));
    box-shadow: inset rgba(0, 0, 0, 0.5) -2px -2px 4px, inset rgba(0, 0, 0, 0.5) 2px 2px 4px;
}

.site-card {
    /*background-color: #f2f3f4;*/
    box-shadow: inset rgba(0, 0, 0, 0.75) -1px -1px 4px, inset rgba(0, 0, 0, 0.75) 1px 1px 4px;
}

.site-card-selected {
    /*background-color: #f2f3f4;*/
    box-shadow: inset rgba(0, 0, 0, 0.75) -2px -2px 4px, inset rgba(0, 0, 0, 0.75) 0px 0px 4px, 
                4px 4px 0px 0px rgba(0,0,0,0.75);
}

.site-color-btn-menu {
    color: black;
}

.site-hr-line-1 {
    height: 1px;
    background-color: deepskyblue;
    margin: 0px 0px 0px 0px;
}

.site-desctop-button-menu a {
    width: 150px;
    height: 150px;
    vertical-align: middle;
    color: black;
    background-color: #f2f3f4;
    padding: 14px 18px;
    margin: 5px;
    border-radius: 16em/3em;
    box-shadow: 0 2px 2px #575555 inset;
    word-wrap: break-word;
}

    .site-desctop-button-menu a:hover, .desctop-button-menu a:focus {
        background-color: #f2f3f4;
        color: black;
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
        background: #646464 radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.35));
        box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.9) 1px 1px 2px;
    }

.site-gorizontal-button-menu a {
    color: black;
    background-color: #f2f3f4;
    margin: 5px;
    padding: 5px 5px;
    border-radius: 6em/3em;
    box-shadow: 0 2px 2px #575555 inset;
}

    .site-gorizontal-button-menu a:hover {
        background-color: #f2f3f4;
        color: black;
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
        background: #646464 radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.35));
        box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.9) 1px 1px 2px;
    }

.site-tabs-horizontal {
    width: 100%;
    background-color: #f2f3f4;
}

.site-header {
    background-color: #f2f3f4;
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

.site-header-row {
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    border: 1px solid gray;
    word-wrap: break-word;
    /* Параметры границы */
    /*height: 2.2em;*/
    text-align: center;
    padding: .3em .2em .2em;
}

.site-header-row-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid gray;
    /* Параметры границы */
    height: 1.9em;
    text-align: center;
    padding: .19em .19em;
}

.site-header-row-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid gray;
    /* Параметры границы */
    height: 3.8em;
    text-align: center;
    padding: .19em .19em;
}

.site-header-wrap-row {
    border: 1px solid gray; /* Параметры границы */
    height: 4.4em;
    text-align: center;
    word-wrap: break-word;
    padding: .2em .0em .2em;
}

.site-data-row {
    border-left: 1px solid lightgray;
    /* Параметры границы */
    border-right: 1px solid lightgray;
    /* Параметры границы */
    padding: .1em .1em;
    margin: 0;
}

.site-data-row-2 {
    text-overflow: ellipsis;
    border-left: 1px solid lightgray;
    /* Параметры границы */
    border-right: 1px solid lightgray;
    /* Параметры границы */
    height: 3.8em;
    text-align: center;
    padding: .19em .19em;
}

.site-cell-header {
    padding: 0px 2px;
    border-bottom: 1px solid lightgray;
    /* Параметры границы */
}

.site-cell-data {
    padding: 0px 2px;
}

.site-block-shadow {
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

.site-box-shadow {
    box-shadow: 0 0 25px rgba(122, 122, 122, 0.5);
}

.site-cursor-wait {
    cursor: wait;
}

.site-selected-row {
    background-color: var(--site-selected-row-color, #f0f8ff);
}


/* Пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa, всегдa перекрывaет всю область */
.site-modal-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

/* Диалог */
.site-modal-container {
    z-index: 20;
    position: fixed;
    top: 46px;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow-y: auto;
}

/* Диалог кнопки */
.site-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.66em;
    line-height: 0.5em;
}

    .site-modal-close:hover {
        color: red;
        /*background-color: #f2f3f4;*/
        /*box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;*/
    }

/* Окно кнопки */
.site-win-close {
    position: relative;
    top: -5px;
    right: 0px;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.66em;
    line-height: 0.5em;
}

    .site-win-close:hover {
        color: red;
        /*background-color: #f2f3f4;*/
        /*box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;*/
    }

.site-win-close-2 {
    position: relative;
    top: -10px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.66em;
    line-height: 0.5em;
}

    .site-win-close-2:hover {
        color: red;
    }


.site-filter-item {
    color: black;
    margin-left: 8px;
    padding: 2px 5px;
    border-bottom: 1px solid gray;
    transition: all .4s ease 0s;
}

    .site-filter-item a {
        color: black;
    }

    .site-filter-item:hover {
        color: blue;
        background: lightgray;
        box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.9) 1px 1px 2px;
    }

    .site-filter-item a:hover {
        color: blue;
    }

.site-button-paging {
    background-color: #f2f3f4;
    box-shadow: inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(0, 0, 0, 0.5) 1px 1px 2px;
    min-width: 30px;
    min-height: 30px;
    margin: 2px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    color: blue;
}

.site-button-paging-select {
    background-color: var(--site-button-paging-select-color, #f0f8ff);
    box-shadow: 0 2px 2px #575555 inset;
    min-width: 30px;
    min-height: 30px;
    margin: 2px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.site-form-control-check {
    width: 18px;
    height: 18px;
}

.site-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header-check {
    min-width: 40px;
    width: 50px;
}

.site-content-check {
    min-width: 40px;
    width: 50px;
}

.site-mh-50vh-oya {
    max-height: 50vh;
    overflow-y: auto;
}

.site-mh-60vh-oya {
    max-height: 60vh;
    overflow-y: auto;
}

.site-mh-70vh-oya {
    max-height: 70vh;
    overflow-y: auto;
}

.site-mh-80vh-oya {
    max-height: 80vh;
    overflow-y: auto;
}

.site-mw-50px {
    max-width: 50px;
}

.site-mw-500px {
    max-width: 500px;
}

.site-mw-600px {
    max-width: 600px;
}

.site-mw-700px {
    max-width: 700px;
}

.site-mw-800px {
    max-width: 800px;
}

.site-my-btn-width {
    min-width: 100px;
    /*background-color: #FFA500 !important;*/
    /*цвет для кнопки #FFA500*/
}

.site-my-with-content {
    width: 100%;
}

/*new styles Web
styles from sb Admin 2*/
.btn-success {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

    .btn-success:hover {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
        }

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-icon-split .icon {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 0.375rem 0.75rem !important;
    }

    .btn-icon-split .text {
        display: inline-block;
        padding: 0.375rem 0.75rem !important;
    }

    .btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
        padding: 0.5rem 1rem;
    }

    .btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
        padding: 0.5rem 1rem;
    }

.btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        }

a.anim_btn:link, a.anim_btn:visited {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    padding: 5px 5px;
    border: 5px ridge #FFE4B5;
    background: #FFF8DC;
    /*rgba(253, 137, 38, 0.63)  #FFE4B5   #FFF8DC*/
    color: black;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

    a.anim_btn:link:after, a.anim_btn:visited:after {
        content: "";
        position: absolute;
        background: none repeat scroll 0 0 rgba(128, 110, 110, 0.63);
        height: 0%;
        left: 50%;
        top: 50%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    a.anim_btn:link:hover, a.anim_btn:visited:hover {
        /*color: #333
    text-shadow: none;*/
        color: #FFFFFF;
        /*text-shadow: #474747 3px 5px 2px;*/
    }

        a.anim_btn:link:hover:after, a.anim_btn:visited:hover:after {
            height: 420%;
        }

a.anim_btn.desktop:after {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.wrapper {
    background-color: gray;
    width: 100%;
}

.holder {
    width: 100%;
}

.site-ico-btn-left-menu {
    width: 25px;
    text-align: center;
    align-items: center;
}

.site-btn-left-menu {
    width: 100%;
}

/*.site-btn-left-menu:hover {
    text-decoration: underline;
}*/
.site-main-btn-window-menu {
    font-size: 90% !important;
    border: 5px ridge #FFE4B5 !important;
}

.site-btn-main-left-submenu {
    /*background-color: gray;
    width: 100%;*/
    font-size: 80% !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    /*border: 5px inset #FFE4B5 !important;*/
    /*border: none !important;*/
    border: 1px solid black !important;
}

    /*выделение активной кнопки*/
    .site-btn-main-left-submenu:visited {
        border: thick double #FFE4B5 !important;
    }

/*.nav-item.active .site-btn-main-left-submenu {
    border: thick double #FFE4B5 !important;
}*/
.nav-item.active .site-btn-main-left-submenu {
    border: thick double blanchedalmond !important;
    background: none repeat scroll 0 0 rgba(232, 165, 108, 0.63);
    /*253, 137, 38, 0.63*/
}

/*в данный момент не используется*/
.nav-item:not(.active) .site-btn-main-left-submenu:hover {
    border: 1px solid blanchedalmond !important;
}

/*Иконка закрыть для меню слева*/
.site-ico-btn-close:hover {
    color: white !important;
}

/*============================*/
/* Верхня панель сайта (24 12 2019)
/*============================*/
.site-new-navbar-menu {
    background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #555555));
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
}

/*email на верхней панеле*/
.site-color-email-nav-menu {
    color: #ccc;
}

/*меню с подразделами*/
.site-new-navbar-menu a.dropdown-toggle {
    border-right: 1px solid #222;
    border-left: 1px solid #555;
    color: #ccc !important;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

/*меню без подразделов*/
.site-new-navbar-menu a.site-text-sub-menu span {
    /*border-right: 1px solid #222;
    border-left: 1px solid #555;*/
    color: #ccc !important;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

    /*наведение на меню без подразделов*/
    .site-new-navbar-menu a.site-text-sub-menu span:hover {
        color: #fff !important;
    }

/*меню при наведении с подразделами*/
.site-new-navbar-menu li:hover > a,
.site-nav-sub-menu a:hover {
    background: #333 !important;
    border-left-color: #222 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #000 !important;
    -webkit-box-shadow: inset 0 0 10px #111 !important;
    -moz-box-shadow: inset 0 0 10px #111 !important;
    box-shadow: inset 0 0 10px #111 !important;
}

/*============================*/
/* Окно справочника 
/*============================*/
/*Шапка окна*/
.site-nav-tabs-header {
    background: #adb5bd !important;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #555555));
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
}

/*.site-nav-tabs-header anim_btn desktop{
    color: red!important;
    width: 500px;
}*/
.site-txt-btn-submenu {
    /*font-weight: 700 !important;*/
}

/*.card {
    border: none !important;
}*/

    .context-menu-open {
        display: none;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.54);
        background-color: white;
        border-radius: 4px;
        padding: 4px;
    }
    .context-menu-open ul {
        padding: 0;
        margin: 0;
    }
    .context-menu-open ul li {
        cursor: pointer;
        list-style: none;
        padding: 10px 12px;
        margin: 0;
    }
    .context-menu-open ul li:last-child {
        border-bottom: 1px solid transparent;
    }
    .context-menu-open ul li:hover {
        background-color: #BFE2FF;
    }
    .select-hide-first option:first-of-type {
           display: none;  
    }
    
    .hover-element-right {
        position: relative;
        transition: right .2s linear;
    }
    .hover-element-right.active {
        right: 0px;
    }

.site-findfast {
    position: fixed;
    padding: 5px 5px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: left;
    font: italic 14px/1.3 sans-serif;
    color: #333;
    background-color: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    z-index: 20;
}