info_name* {font-size: 100%;font-family:Verdana,Tahoma,Arial,sans-serif,Times;}
html {height: 100%;}
body {min-height:100%;font-size: 80%;text-align: justify;color: #373737;padding: 0px 0px 0px 0px;margin: 0px; height:100%; position:relative; background: #EFEFEF;}
* html body { height: 100% }



input, textarea
{
    font-size: 100%;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

a
{
    text-align: left;
    text-decoration: none;
    color: #0093DF;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

table {
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

div {
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

a:hover {text-decoration: underline; color: #2CC200;}

.red {color: #FA333A;}
.blue {color: #3359FA;}
.green {color: #33CC00;}
.grey {color: #808080;}


h1
{
    font-size: 160%;
    color: #313131;
    padding: 2px 0px 0px 0px;
    margin: 2px 0px 8px 0px;
    text-align: left;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

h2
{
    font-size: 120%;
    color: #313131;
    padding: 2px 0px 0px 0px;
    margin: 2px 0px 4px 0px;
    text-align: left;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}

p
{
    padding: 2px 0px 0px 0px;
    margin: 2px 0px 0px 0px;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
}


.page_content_block
{
    margin: 10px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC ;
    border-right: 2px solid #CCC ;
    border-radius: 4px;
}

.form_logon
{
    position: absolute;
    overflow: visible;
    width: 360px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -80px;
}

.form_logon_input
{
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding: 2px;
    border:1px solid #C4C4C4;
    width: 180px;
}

.form_logon_submit
{
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding:8px 15px;
    color:#fff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #1A87B9;
}

.form_logon_table td
{
    padding: 2px;
    height: 25px;
}

.form_logon_reg
{
    margin-top: 30px;
    float: left;
    width: 50%;
}

.form_logon_reg a
{
    color: #808080;
}

.form_logon_reg a:hover {text-decoration: underline; color: #0093DF;}



.page_header
{
    top: 0px;
    position: fixed;
    background: #000;
    border-bottom: 1px solid #000;
    margin: 0px;
    min-height: 45px;
    height: 45px;
    min-width: 100%;
    z-index: 1009;
}

.page_header_user {float:right; height:50px; width:300px; text-align:right; padding:6px;}
.page_header_user a {color:#FFF; font-weight:bold;}
.page_header_user a:hover {text-decoration:underline;}
.page_header_user span a {color:grey; font-weight:normal;}
.page_header_user span a:hover {text-decoration:underline; color:#FFF;}



.page_wrapper
{
    position: relative;
    margin: 45px 0 0 82px;
    padding-left: 0px;
    min-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.page_content
{
    padding: 10px 12px 30px;
}

.page_content_block:hover {box-shadow: 2px 2px 10px rgba(0,0,0,0.1);}



.page_menu
{
    height: 100%;
    position: fixed;
    top: 45px;
    z-index: 1009;
    left: 0;
    width: 82px;
    background: #3D3D3D;
    overflow-y: auto;
}

.page_menu::-webkit-scrollbar {
    width: 7px;
    background: rgb(212, 212, 212);
}

.page_menu::-webkit-scrollbar-thumb {
    background: rgb(121, 121, 121);
    position: relative;
}


.menu_element
{
    height: auto;
    font-size: 80%;
    text-align: center;
    color: #FFF;
    font-family:Verdana,Tahoma,Arial,sans-serif,Times;
    margin-bottom: 2px;
    padding-bottom: 4px;
}

.menu_element a
{
    color: #FFF;
    text-decoration: none;
}

.menu_element img
{
    align: center;
    margin: 6px 0 4px 0;
}

.menu_element:hover
{
    background: #0093DF;
}

.menu_vkladki {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 10px;
}

.menu_vkladki a {
    margin: 2px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
}

#menu_vkladki_select {
    border: 3px solid #adadad;
}


.menu_vkladki a:hover {box-shadow: 2px 2px 10px rgba(0,0,0,0.1);}

.sub_menu
{
    top: 0px;
    left: 82px;
    position:absolute;
    height: 100%;
    width: 222px;
    background: #fff;
    z-index: 1008;
    border-width: 0 1px 0 0;
    border-style:solid;
    border-color:#ccc;
    box-shadow: 2px 0 0 2px rgba(0, 0, 0, 0.10);
    display:none;
    padding:10px;
}

.sub_menu_item
{
    list-style-type: none;
    margin:0;
    padding:0;
    padding-left:4px;
    line-height: 1.4em;
}

.sub_menu_item a
{
    text-decoration: none;
    color: #373737;
}

.sub_menu_item a:hover
{
    text-decoration: underline; color: #0093DF;
}

.sub_menu_item_sub
{
    display: none;
    list-style-type: none;
    margin:0;
    padding:1px 0px 10px 10px;
}

.sub_menu_item_sub a
{
    text-decoration: none;
    color: #373737;
}

.sub_menu_item_sub a:hover
{
    text-decoration: underline; color: #0093DF;
}

.flex_container_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.flex_item_content {
    flex: 1 1 350px;
    box-sizing: border-box;
    margin: 10px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    border-radius: 4px;
    float: left;
}

.flex_item_content_big {
    flex: 1 1 350px;
    box-sizing: border-box;
    margin: 10px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    border-radius: 4px;
    float: left;
    width: 98%;
}

.flex_item_content:hover, .flex_item_content_big:hover {box-shadow: 2px 2px 10px rgba(0,0,0,0.1);}





.flex_container_hidden {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
}

.flex_item_hidden {
    flex: 1 1 300px;
    padding: 20px;
    box-sizing: border-box;
}

.event_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.button_reg {
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
}

.button_reg_add {
    /*background-color: #008CBA;*/
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}

.button_reg_del {
    /*background-color: #008CBA;*/
    background-color: #f44336;
    color: white;
    border: 2px solid #f44336;
}

.button_reg:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.24), 0 17px 20px 0 rgba(0,0,0,0.19);
}

.button_big {
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
}

.button_big_green {
    /*background-color: #008CBA;*/
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}

.button_big_orange {
    /*background-color: #008CBA;*/
    background-color: #f44336;
    color: white;
    border: 2px solid #f44336;
}

.button_big:hover {
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1), 0 6px 18px 0 rgba(0,0,0,0.1);
}

.table_responsive_div {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow-x: auto;
}

.table_responsive
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.table_responsive thead
{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.table_responsive tbody
{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.table_responsive th, td
{

    text-align: left;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
}

.table_responsive th
{
    vertical-align: bottom;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.table_responsive th span {
    color: grey;
    font-size: 60%;
    display:block;
}

.table_responsive td
{
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table_responsive td span {
    color: grey;
    font-size: 60%;
    display:block;
}

.table_responsive>tbody>tr:nth-of-type(odd)
{
    background-color: #f9f9f9;
}



@media screen and (max-width: 600px) {
    table.table_responsive {
        border: 0;
    }



    table.table_responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table_responsive tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 30px;
    }

    table.table_responsive td {
        display: block;
        text-align: right;
    }

    table.table_responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table_responsive td:last-child {
        border-bottom: 0;
    }
}



table.info td {padding: 3px 0px 2px 4px;}
table.info td.name {text-align:right;color:#666; padding-bottom: 4px;}
table.info td.value {text-align:left; padding-bottom: 4px;}


.info_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 4px;
}

.info_item_name {
    flex: 1 1 100px;
    padding: 4px;
    box-sizing: border-box;
}

.info_item {
    flex: 1 1 250px;
    padding: 4px;
    box-sizing: border-box;
    text-align: left;
}

.info_name {color:#666; text-align: right;}
.info_value {}

@media screen and (max-width: 530px) {
    .info_name {text-align: left; margin-top: 2px;}
}


#easyTooltip{
    margin:0 10px 1em 0;
    width:auto;
    padding:8px;
    background:#fcfcfc;
    border:1px solid #e1e1e1;
    line-height:130%;
}
#easyTooltip h3{
    margin:0 0 .5em 0;
    font:13px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
#easyTooltip p{
    margin:0 0 .5em 0;
}
#easyTooltip img{
    background:#fff;
    padding:1px;
    border:1px solid #e1e1e1;
    float:left;
    margin-right:10px;
}

.easyTooltipItem{display:none;}

.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    left: 0px;
}
.b-popup  .b-popup-content{
    margin:40px auto 0px auto;
    width:90%;
    padding:10px;
    top: 50px;
    left: 5%;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    position:absolute;
}




.widgetsTimeUpdate
{
    float:right;
    font-size: 70%;
    color: #808080;
}



/* For Mobile */
@media screen and (max-width: 540px) {

    .page_content_block {
        margin: 10px;
        padding: 15px;
        background: #FFF;
        border: 1px solid #CCC;
        border-bottom: 2px solid #CCC;
        border-right: 2px solid #CCC;
        border-radius: 4px;
        width: 86%;
        float: left;
        position:relative;
    }
}

/* For Tablets */
@media screen and (min-width: 540px) {
    .page_content_block_2
    {
        width: 45%;
        float: left;
    }


}

.result_leaving {
    padding: 4px 6px;
    /*background-color: #e10000;*/
    color: #ff5101;
    font-weight: bolder;
}