.c-navbar {
	background: #00AFE9;
}

.header_1{
	color: white;
	font-size: 27px;
	align-items: center;
    justify-content: center;
    display: flex;
}
.header_2{
	color: white;
	font-size: 20px;
	margin-left: 15px;
}

body{
	    font-family: inherit;
}

.c-avatar.has-dropdown:after{
	display: none;
}

.c-sidebar__brand{
	border-bottom:inherit;
}

.c-sidebar__list li a{
	color: white;
	font-size: 16px;
}
.c-sidebar__list{
	margin-top:70px;
}

.menu_icon {
	margin-right: 10px;
}
.logo{
    margin: 0 auto;
    margin-top: 17px;
}


aside{
    background: #353942;
  
    z-index: 9;
}
.full_block{
    background: #EBEFF2;
}
.bor{
    background: #39ADE6;
}

.bor i:not(.fa-question-circle){
    font-size: 1.7em;
    position: relative;
    top: 3px
}
.menu{
    width: 40px;
    text-align: center;
    font-size: 1.5em;
    border: 2px solid;
    height: 40px;
    position: absolute;
    left: 0%;
    z-index: 25;
    background: #FFFFFF;
    display: none;
}
.menu:hover{
    cursor: pointer;
}
.left_bar{
    margin-top: 30px;
    list-style-type: none;
    position: absolute;
    width: 100%;
    margin-left: -16px
}
.logo{
    width: 40%;
    margin: auto;
}
.logo img{
    width: 100%;
}
.left_bar li a{
    text-decoration: none;
    margin-left: 10px;
    color: white
}
.left_bar li{
    padding: 10px;
    margin-left: -50px;
}
.left_bar li:hover{
    background: #464C58;
}
.left_bar li img{
    width: 20px;
    height: 20px;
    margin-left: 20px
}
.active{
    transition: all 0.4s linear;
    left: 0;
}
.container{
    
}
#basic-addon2{
    background: #39ADE6;
    color: white;
}
.checkbox label{
    margin-top: 5px;
}
.diagram{
    margin-top: 50px;
}
.blue:hover{
    cursor: pointer;
}
.blue{
    background:  #39ADE6;
    display: flex;
    justify-content: center;
    margin: 7px;
    border-radius: 3px;
}
.blue p i{
    font-size: 1.5em;
    padding: 3px;
    position: relative;
    top: 2px;
}
.active_tab p i{
    color: #39ADE6;
}
.active_tab p span{
    color: gray;
}
.active_tab{
    transition: all 0.4s linear;
    background: white;
}
.blue p{
    top: 7px;
    position: relative;
    color: white
}
#basic-addon2:hover{
    cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ccc !important;
  background: white;
  background-image: none;
}
/*Custom Select */
.select {
  position: relative;
  display: block;
  line-height: 2.3;
  background: #39ADE6;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: gray;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #39ADE6;
  pointer-events: none;
  color: white;
}
/* Transition */
.select:hover::after {
  color: #fff;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.radios{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}
.bg{
    background: #39ADE6;   
    width: 100%;
}
.white{
        background: white;
    margin-top: -7px;
}
.bottom_white{
    background: white;
}
@media screen and (max-width: 767px) {
    aside {
        position: absolute !important;
        left: -260px;
        transition: all 0.4s linear;
    }
    .menu{
        position: absolute;
        display: block;
        left: 0%;
    }
    
    .width_full{
        width: 100% !important;
    }
}
@media screen and (max-width:576px) {
    aside {
        width: 240px !important;
    }
}


/*Graph*/

.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}


#graph{
  height: 250px;
  margin: 20px auto 0 auto;
}
pre {
  height: 250px;
  overflow: auto;
    display: none;
    visibility: hidden;
}
.d-block{
	    font-size: 1.875rem;
	    color: #777;
}
.checkbox label{
	margin-top: 0px;
}

.c-choice--checkbox .c-choice__input:checked+.c-choice__label:before {
    border-color: #fff3f3;
    background-color: #ffffff;
    font-size: 20px;
}
.c-choice--checkbox .c-choice__input+.c-choice__label:before {
     border-radius: 0; 
}

.c-choice__input+.c-choice__label:before {
    width: 21px;
    height: 22px;
    border: none;
    background-color: #fff;
    color: #00AFE9;
    line-height: 18px;
    border: 1px solid #222c3c;
}
body{
	background: #EAEFF3 !important;
}
.c-choice__label{
	font-size: 15px !important; 
    color: #777;
   
    margin-left: 5px;
}

.checkbox, .radio{
	margin-top: 0px !important;
}
.chechk1{
 padding: 0 !important;
}

.diagrama{
	width: 100%;
	height: 300px;
}

.tab-content{
	margin-top: 30px !important;
}
.style1 a{
	background-image: url('../image/style/Style1.png');
    padding: 19px 56px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    color: white !important;
    padding-left: 84px !important;
    font-size: 19px !important;
	
}
.style2 a{
	background-image: url('../image/style/Style2.png');
    padding: 19px 56px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    color: white !important;
    padding-left: 84px !important;
    font-size: 19px !important;
	
	}
.style3 a{
	background-image: url('../image/style/Style3.png');
	padding: 19px 56px !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	color: white !important;
	padding-left: 84px !important;
	font-size: 19px !important;
}

.c-choice--radio .c-choice__input:checked+.c-choice__label:before {
	border: 4px solid #ffffff;
	box-shadow: 0 0 0 1px #00afe9;
    background-color: #00afe9;
}
.analitics_details{
	margin-top: 15px;
	margin-bottom: 15px;

}
.analitics_details div{
	margin-left: 15px;
} 

.active{
    background: white !important;
}

.active a{
	color:#939aa0 !important;
}
.active a img {
	display: inline-block !important;
	margin-right: 10px;

}

.style3 a img{
	display: none;
}
.style2 a img{
	display: none;
}
.style1 a img{
	display: none;
}
.content1{
	background: white;
	padding: 30px;    
	margin-top: 70px;
	padding: 41px;
}
.ovn-save{
	font-size: 18px;
	margin: 20px 15px;
	color: #2CBCEA;
	font-weight: 500;
}
#form-chak{
	padding: 0;
	margin-top: 10px;
}
#form-input{
	margin-top: 10px;
	margin-bottom: 50px;
}

#form-chak input{
	border: none;
}

#slct,.inp1{
	border: none !important;
}
.header_1 img{
	margin-right: 15px;
}
.header_1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.signout{
	display: flex;
}


.table-dash{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 50px;
}
.div__table{
    height: 64px;
   
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
}
.ttf{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #d5d5d5;
    padding-left:30px !important;
}
.tt{
    border-right: 1px solid #d5d5d5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.head-dash th{
    text-align: left;
    border-collapse: collapse;
}
.head-dash th .div__table{
    background: #39ade6;
    color: #fcfcfc;
}
th .div__table{
    border-top: 1px solid #d5d5d5;
}
.head-dash .td{
    color: #727272;
}
.table-dash tr:nth-child(2n + 3) .div__table{
    background-color: #eeeaea;
}
.table-dash th:first-child .div__table{
    padding-left: 12px;
    border-left: 1px solid #d5d5d5;
}
.table-dash td:first-child .div__table{
    padding-left: 12px;
    border-left: 1px solid #d5d5d5;
}
.tabel_button_1{
	padding: 10px 15px !important;
	margin-top: 20px; 
	margin-bottom:24px !important; 
}
.tabel_button_2{
	padding: 10px 15px !important;
	margin-bottom:24px !important; 
}

.day_1{
	color: #00afe9 !important;
	background:#ffffff !important;
    flex-basis: 5.625rem !important;
    border-right: none !important !important;
}

.day_2{
	    border-left: none !important;
}
.day_3{
	    border-left: none !important;
	    padding: 15px;
	    outline: none;
	    font-size: 15px;
	  	color: #00afe9;
}
.title_5{
	font-size: 16px;
	color: #00afe9;
}

.day_div{
	padding: 0 !important;
}
.day_image{
	float: left;
	padding: 15px;
}

.label_check{
	color: #00afe9;
}
.c-table__cell--head {
     font-size: inherit;
}
.c-table__cell {
    font-size: inherit;
}
.td_button button{
	padding: 2px;
	margin-left: 5px;
}
.section{
	margin-top: 50px;
}
.c-table__title{
	padding:40px;
	background-color: #eaeff3;
    border: 1px solid #eaeff3;
}
.c-table__title-action{
	right: 0 ;
    padding: 9px 40px ;
    background: white  ;
}
.onv-div{
  margin: 20px !important;


}
.ovn-divs{

  padding-top: 50px;
  padding-bottom: 80px; 
  background: rgba(105, 93, 93, 0.17);
  text-align: center;

}
.ovn-divs h2{
  color: #3a4a88 !important;
}
.ovn-but{
   display: flex;
   align-items: center;
   justify-content: center;
}
.ovn-but button{
  background: #3a4a88;
  padding: 10px 30px;
}

.icons img{
  padding-left: 15px;
}

.nav_index{
  margin-top: 30px;
}


div.wrapper {

  overflow: auto;
}

