/*
@screen-xs-max: 767px;
@screen-sm-min: 768px;
@screen-sm-max: 991px;
@screen-md-min: 992px;
@screen-md-max: 1199px;
@screen-lg-min: 1200px;
*/
* {}

body{
    background: #F6F9FB;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1C2325;
    margin:0;
}

/*FOOTER*/
.footer{text-align: center;vertical-align: middle;background: #A6BCCC;line-height: 36px;}
.footer .cell_logo,.footer .cell_menu,.footer .cell_worktime,.footer .cell_allrights{
    height: 160px;
    color: white;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;}
.footer .cell_allrights{align-items:end;font-size: 10px;line-height: 12px;}
.footer .cell_logo img {height: 60px;}
.footer .menu_item {cursor: pointer;font-weight: bold;}
@media (max-width: 767px) {
    .footer .cell_logo,.footer .cell_menu,.footer .cell_worktime,.footer .cell_allrights{height: auto;padding-top: 20px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .cell_logo,.footer .cell_menu,.footer .cell_worktime,.footer .cell_allrights{height: auto;padding-top: 20px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer .cell_logo,.footer .cell_menu,.footer .cell_worktime,.footer .cell_allrights{height: auto;padding-top: 20px;}
}

/*HEADER*/
.header{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    background: rgba(255,255,255,0.9);
    height: 80px;
   /* position:absolute;*/
    top:0;
    left:0;
    width:100%;
    border-radius:0;
    padding: 20px 50px;
}
.header .cell_logo,.header .cell_menu,.header .cell_button{
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1C2325;
}

.header  .logo_img {position: absolute;left:50px;}
.header  button {height: 56px;min-width: 60px;margin-top:-9px;border-radius: 8px;}
.header  .btn_auth {position: absolute;right:50px;border-radius: 8px;color: white;font-weight: 600;font-size: 18px;line-height: 24px;background: #00C6D0;}
.header .main_menu {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    position: absolute;
    margin-left: 50%;
    margin-top: -7px;
    transform: translate(-60%, 0);
    z-index: 100;
}
.header .main_menu  li {
     float: left;
}
.header .main_menu  li a {
    display: block;
    color: #1C2325;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.header .main_menu  li a:hover {
    background-color: transparent;
    color: #0d6069;
}
.header .navbar-toggle{
    display:none;
    position: absolute;
    left:50px;
    color:white;
    background:none;
    border:1px solid #00C6D0;
}

.header .navbar-toggle-settings{
    position: absolute;
    color:white;
    background:none;
    border:1px solid #00C6D0;
    display: block;
    right:40px;
    left:auto;
}

.header .navbar-toggle .icon-bar {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 1px;
    margin-left: 10%;
}
@media  (max-width: 767px) {
    .header .btn_auth {right:10px;width:80px;}
    .header .navbar-toggle{float: left;display: block;left: 10px;}
}
@media  (max-width: 991px) {
    .header img {    margin-left: 50%;transform: translate(-100%, 0) }
    .header .main_menu  li {float: none;background: rgba(255,255,255,0.9);width: 100%;border-bottom: 1px solid #80c6d0;}
    .header .main_menu {display:none;margin-top: 60px;left:0;width: 100%;margin-left: 0;transform: translate(0, 0);}
    .header .navbar-toggle{float: left;display: block;}
    .header .main_menu  li:hover {background: rgba(230,230,230,0.9);}
}

/*MAIN CONTENT*/


.main_content {
   /* margin-top: 10px;*/
    width: 100%;
    display: inline-flex;

}

.main_content .menu_column{
    overflow-x:hidden;
    background: #F6F9FB;

}
.main_content .content_column{
width: 100%;
    padding: 3px 10px 10px 10px;
}
.bg_main{background: #F6F9FB;margin:0;}
.bg_white{background: #FFFFFF;}
.bg_footer{background: #A6BCCC;}
.bg_active{background: #00C6D0;}


.main_content .sidenav {
    margin-top: 3px;
    height: 100%;
    width: 300px;
    min-width: 300px;
    /*position: fixed;*/
    display: none;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    overflow-x: hidden;
    color: #1C2325;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-align: left;
}
.sidenav-settings{
    margin-top: 3px;
    height: auto;
    width: 300px;
    min-width: 300px;
    /*position: fixed;*/
    display: none;
    z-index: 1;
    top: 80px;
    right: 0;
    background: rgba(255,255,255,1);
    overflow-x: hidden;
    color: #1C2325;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-align: left;
}
/* VERT MENU */
.main_content .sidenav a, .dropdown-btn {
    padding: 10px 8px 10px 16px;
    text-decoration: none;
    /*font-size: 20px;*/
    display: block;
    color: #1C2325;
    border: none;
    background: none;
    width:100%;
    text-align: center;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #80c6d0;
    margin-bottom: 1px;
    text-align: left;
    font-weight: normal;

}
 .sidenav-settings a{
    padding: 10px 8px 10px 16px;
    text-decoration: none;
    /*font-size: 20px;*/
    display: block;
    color: #1C2325;
    border: none;
    background: none;
    width:100%;
    text-align: center;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #80c6d0;
    margin-bottom: 1px;
    text-align: left;
    font-weight: normal;
}
 .sidenav-settings a:hover{
    background: rgba(230,230,230,0.9);color: #0d6069;
}
.main_content .sidenav a:hover, .dropdown-btn:hover {background: rgba(230,230,230,0.9);color: #0d6069;}
.main_content .main {margin-left: 200px;font-size: 20px;padding: 0px 10px;}
.main_content .active {background-color: #EBF5FB;border-left:8px solid black;}
.main_content .dropdown-container {display: none;background-color: #EBF5FB;border-left:8px solid black;}
.main_content .fa-caret-down {float: right;padding-right: 8px;padding-top: 6px;}
.main_content .sidenav .dropdown-container a{padding-left:30px;}
.main_content .sidenav a:last-of-type, .dropdown-btn:last-of-type{
    border:none;
}
/*
@media  (min-width: 992px) {
    .main_content .sidenav {display: block;width: 300px;}
    .main_content {display: inline-flex;}
}*/
@media  (max-width: 991px) {
    /*.main_content .sidenav{display: none;width: 100%;}*/
    .main_content {display: block;}
}
/*
@media  (max-width: 1200px) {
    .main_content .sidenav{display: block;width: 300px;}
}*/
.margin-zero{
    margin:0 0 0 0;
}
.margin-top-10{
    margin:0 0 0 0;
}
.margin-bottom-20{
    margin:0 0 20px 0;
}
.modal-footer .btn + .margin-top-10{
    margin:10px 0 0 0;
}
/*-------------------------*/
.comments_table tbody tr{
    background: none;
}
.comments_table tbody tr:hover{
    background: none;
}
.comments_table tbody tr  td{
    padding: 3px;
    border: none;
    width: 30%;
    text-align: center;
}
.comments_table tbody tr td:first-child{
    width: 30%;
}
.comments_table .comments_box_chooser{
    width: 100%;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 5px;
    text-align: left;
    cursor: pointer;
}
.comments_table .comments_box_chooser:hover{
    background-color: rgba(87, 255, 73, 0.3);
}
.comments_table .active{
    background-color: rgba(87, 255, 73, 0.6);;
}

.fixed_footer{
    width: 100%;
    height: 160px;
    background: #A6BCCC;
    position: fixed; left: 0; bottom: 0;
    z-index: -100;
}
.fixed_footer p{
    color: #696969;
    column-count: 2;
    column-gap: 50px;
    font-size: 1em;
    font-weight: 300;
}

/*FOOTER*/
footer{text-align: center;vertical-align: middle;background: #A6BCCC;line-height: 18px;color: white;}
footer .cell_logo,footer .cell_menu,footer .cell_worktime,footer .cell_allrights{
    height: 160px;
    color: white;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    color: white;}

footer a {color: white;}

footer .cell_allrights{align-items:end;font-size: 10px;line-height: 12px;}
footer .cell_logo img {height: 60px;}
footer .menu_item {cursor: pointer;font-weight: bold;}
@media (max-width: 767px) {
    footer .cell_logo,footer .cell_menu,footer .cell_worktime,footer .cell_allrights{height: auto;padding-top: 20px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .cell_logo,footer .cell_menu,footer .cell_worktime,footer .cell_allrights{height: auto;padding-top: 20px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    footer .cell_logo,footer .cell_menu,footer .cell_worktime,footer .cell_allrights{height: auto;padding-top: 20px;}
}