html { height: 100%; }
body {
    font: 12px/18px Verdana;
    height: 90%;
    width: 99%;
    background: #fff;
    color: #030624;
}
a{
    color: #292929;
    text-decoration: none;
    font-weight: 500;
}

a:link {
    text-decoration: none;
    color: #292929;
}

a:visited {
    text-decoration: none;
    color: #292929;
}

a:active {
    text-decoration: none;
    color: #292929;
}

a:hover {
    text-decoration: none; /* Ссылка подчеркнутая и надчеркнутая */
    color: #292929; /* Цвет ссылки */
}

dd{
    background: #fff1dc;
}

dd:hover {
    background: #9e9e9e;
    cursor: pointer;
    text-shadow: 0 0 10px #ebebeb;
}

#main_menu,
#main_menu ul,
#main_menu li,
#main_menu a {
    margin-left: 12px;
    padding: 0px;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family:sans-serif,arial;
    font-size: 14px;
    position: relative;
}

#main_menu a {
    line-height: 1.3;
}
#main_menu {
    width: 90%;
}

#main_menu > ul > li > a {
    padding-right: 0px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    background: #ffffff;
    color: #384555;
    border-bottom: 1px solid #9b9a9b;
    text-transform: uppercase;
}
#main_menu > ul > li > a > span {
    background: #ffffff;
    padding: 10px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
#main_menu > ul > li > a:hover {
    text-decoration: none;
}
#main_menu > ul > li.main_vol_menu_active {
    border-bottom: none;
}
#main_menu > ul > li.main_vol_menu_active > a {
    color: #008000;
}
#main_menu > ul > li.main_vol_menu_active > a span {
    background: linear-gradient(to right, rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-shadow: 0 0 35px #00c300;
}

#main_menu > ul > li.main_vol_menu_active > a:hover span {
    color: #00c300;
    text-shadow: 0 0 25px #565606;
    background: linear-gradient(to right, rgb(237, 237, 237) 0%,rgba(255,255,255,1) 100%);
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

#main_menu > ul > li.main_vol_menu > a:hover span {
    color: #0306b6;
    text-shadow: 0 0 30px #030647;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

#main_menu span.cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}

#main_menu > ul > li.sub_menu a span {
    font-style: italic;
    text-transform: lowercase;
    color: #373B41;
    margin-left: 12px;
}

#sub_menu6 > table tr:hover {
    color: #0306b6;
    text-shadow: 0 0 30px #360900;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.head_tbl {
    font-size: 14px;
    background: #505f6f;
    color: #fff;
}

.tbl_content{
    font-size: 14px;
    background: #ffffff;
    color: #030624;
}

.tbl_content tr:hover{
    background: #ebeaeb;
    cursor: pointer;
}

.user_row tr:hover{
    background: #ebeaeb;
    cursor: pointer;
}

/**************************************************************************************
   Кнопка Добавить новый проект на форме АКТУАЛЬНЫЕ
**************************************************************************************/
.btn_add{
    text-decoration: none;
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
    background: url(../my_design/img/plus.png) no-repeat center center;
    border-radius: 50%;
box-shadow: 0 0 35px #c37200 inset;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;    
}

.btn_add:hover{
	box-shadow: 0 0 35px red;    

}

/**************************************************************************************
   Кнопки
**************************************************************************************/
#btn_exit > a:hover{
    color: red;
    text-shadow: 0 0 20px #360900;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.btn_admin{
    font-size: 14px;
}

.btn_admin:hover{
    box-shadow: 0 0 25px #b9b2b6;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


/**************************************************************************************
    Всплывающая форма с какой-либо информацией
 **************************************************************************************/

.form_modal_kant{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /*z-index: 995;*/

    z-index: 450;
    background: rgba(0,0,0,0.6);
}

.form_caption{
    position: fixed;
    left: 50px;
    right: 50px;
    top: 52px;
    /* z-index: 999; */
    z-index: 555;
    background: #535253;
    color: #FFFFFF;
    padding-left: 5px;
    border: 1px solid #000;
}

.form_caption #text_caption_form {
    color: #FFFFFF;
}

.form_modal_area {
    position: fixed;
    left: 50px;
    right: 50px;
    top: 80px;
    bottom: 50px;
    /* z-index: 998; */
    z-index: 550;
    background: #ffffff;
    border: 1px solid #000;
    padding: 15px;
    box-shadow: 0 0 75px rgb(252, 247, 191);
}

/**************************************************************************************
    Маленькое модальное окно
 **************************************************************************************/

.small_form_modal_kant{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 650;
    background: rgba(0,0,0,0.6);
}

.small_form_caption{
    position: absolute;
    left: 50%; margin-left: -320px;
    width: 635px;
    top: 72px;
    z-index: 655;
    background: #535253;
    color: #FFFFFF;
    padding-left: 5px;
    border: 1px solid #000;
}

.small_form_caption #text_caption_small_form {
    color: #FFFFFF;
}

.small_form_modal_area {
    position: fixed;
    left: 50%; margin-left: -320px;
    width: 610px;
    top: 100px;
    bottom: 50px;
    z-index: 650;
    background: #ffffff;
    border: 1px solid #000;
    padding: 15px;
    box-shadow: 0 0 75px rgb(252, 247, 191);
}

/**************************************************************************************
    Свитчер (переключатель)
 **************************************************************************************/
.tgSwitch {
    height: 16px;
    width: 35px;
    background: #d8d9db;
    padding: 3px;
    border-radius: 20px;
    transition: .4s;
    cursor: pointer;
    display: inline-block;
}

.tgSwitch.active {
    background: #4bd865;
}

.tgSwitch > .slider {
    background: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transition: .4s;
}

.tgSwitch > input {
    display: none;
}

/**************************************************************************************
    Кнопка галереи (переключатель)
 **************************************************************************************/
.btn_photo_view{
     text-decoration: none;
     border-radius: 50%;
}

.btn_photo_view:hover{
    box-shadow: 0 0 25px #0006b9;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}