body {
    background: #f6f6f6;
}

.calendar_selector1 input {
    border: solid 1px #ddd;
    border-right: 0;
    height: 25px;
    text-align: center;
    width: 150px;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
}

.mainheader {
    width: 100vw;
    height: 50px;
    background: #232f3e;
    position: relative;
}

.mainheader img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.std {
    font-family: "hauss", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
}

.pininput {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    /*height: 300px;*/

    margin-top: -100px;
    margin-left: -150px;
    /*background: #fff;*/
    border-radius: 5px;
   }

.inp{
   display: flex;
}

.gridtable {
    width: 100%; /* Ширина таблицы */
   }

.gridtbody tr:hover {
    background: #f5f5f5; /* Цвет фона при наведении */
   }

.table_text {
    padding: 8px; /* Поля вокруг содержимого таблицы */
    /* border: 1px solid #dfdfdf; /* Параметры рамки */
    line-height: 1.428571429;
    vertical-align: center;
    border-top: 1px solid #f3f4f6;
    font-family: "Noto Sans VF", "Noto Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
   }

.table_header {
    color: #777;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 11px;
    line-height: 18px;
}

.text-grey-11 {
    color: #777;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 11px;
    line-height: 18px;
}

.text-grey-12 {
    color: #777;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 12px;
    line-height: 18px;
}

.text-grey-13 {
    color: #777;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 13px;
    line-height: 18px;
}

.text-black-13 {
    color: #333;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 13px;
    line-height: 18px;
}

.text-black-14 {
    color: #333;            /* Цвет текста */
    font-weight: normal;    /* Светлое начертание */
    font-size: 14px;
    line-height: 18px;
}


.divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.mt10 {
    margin-top: 10px
}

.m10 {
    margin: 10px
}

.mt20 {
    margin-top: 20px
}

.p0 {
    padding: 0;
}

.bg_white {
    background: #ffffff; /* Цвет фона */
}

.shadow_normal {
    background: #fff; /* Цвет фона */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Параметры тени */
    padding: 30px;
    margin-top: 20px;
}

.shadow_lite {
    background: #fff; /* Цвет фона */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Параметры тени */
    padding: 20px;
    margin-top: 20px;
}

.my_h {
    font-family: "hauss", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}