
body {
	margin: 0;
        font-family: 'Ubuntu', sans-serif;
}
body,html {
  	height: 100%;
}
.font-swi {
	font-family: swi, Roboto;
}
.font-swi-bold {
	font-family: swi-bold, Roboto;
}
#header {
	width: 100%;
	text-align: center;
	/*border-top: 7px solid #d60f3a;*/
        padding: 0 !important;
         -webkit-box-shadow: 0px 0px 110px -22px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 0px 110px -22px rgba(0,0,0,0.56);
        box-shadow: 0px 0px 110px -22px rgba(0,0,0,0.56);
}
.header_spacer{ height: 50px;  }
#title_header {
	margin-top: 0;
}
#logo_header {
	margin-top: 5px;
}
#contenido {
	width: 100%;
	min-height: 488px;
	padding-bottom: 20px;
}
#contenido.bienvenida {
	height: 645px;
}

.my-container {
	background: #fff;
	min-height: 300px;
	border-radius: 15px;
}
.header_nombre {
    background: #45a5d9;    
    /*border-radius: 10px;*/
    /*padding: 10px 8px 10px 8px;*/
    padding: 0px !important;
    margin-top: 15px;
    height: 43px;
}

.header_nombre span {
    color: #fff;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 18px;
}

.icono_home{
    width: 40px;
    background-color: #eb8120;
    height: 44px;
    padding-top: 8px;
    padding-left: 10px;
}

.nombre_usuario{
    padding: 7px;
    padding-left: 20px;
    margin-left: 30px;
}

.header_links {
	height: 45px;
	margin-top: 15px;
}


.btn-rounded-light {
	background: #f0eded;
	padding: 6px 11px;
	border-radius: 79px;
	color: #0985a2;
}

.itembox {
	width: 33.3%; 
	height: 200px; 
	float: left;
	border: 1px solid #000;
	position: relative;
	text-align: center;
}

.pointbox {
	width: 9px;
	height: 9px;
	background: #404040;
	border: 1px solid rgba(139, 139, 139, 0.55);
	position: absolute;
	border-radius: 30px;
	cursor: pointer;
}

.pointbox:hover {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
}

.max_y_eje {
    position: absolute;
	top: -14px;
	left: -38px;
}
.zero_eje {
	position: absolute;
	bottom: -22px;
	left: -26px;
}
.max_x_eje{
    position: absolute;
    bottom: -26px;
    right: -11px;
}
#labelx, #labely {
	font-weight: 800;
}
#labely {
	writing-mode: vertical-lr; 
	transform: rotate(180deg);
	position: relative;
	top: 265px;
}
.inicial-clase-box {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 800;
	font-size: 3em;
	position: relative;
	top: 60px;
}
.my_chart {
	width: 100%; 
	min-height: 700px;
}

footer {
	min-height: 125px;
	background: #12305b;
}

footer.nmarginfooter {
    color:  #FFF;
    font-size: 12px;
    margin-top: -20px;
    padding-top: 20px;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #80b240;
}

a {
	color: #0A169A;
}

a:hover {
	color: #407180;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.itembox {
		height: 100px; 
	}
	#labely {
		top: 112px;
	}
	.inicial-clase-box {
	    font-size: 1.5em;
	    top: 31px;
	}
}

@media (max-width: 500px) {
	#header {
		height: 177px;
	}
}

@media (max-width: 340px) {
	#header {
		height: 156px;
	}
}

@media (min-width: 2000px) {
	#contenido.bienvenida {
		height: 850px;
	}
}

.title_section{
    color: #80b240;
    font-weight: bold;
}

.searchBtn{
    float: right;
    background-color: #eb8120 !important;
    color: #FFF;
    height: 30px;
    padding: 5px;
    border-radius: 0 !important;
}

.btn-info {
    color: #fff;
    background-color: #eb8120 !important;
    border-color: #eb8120 !important;
}

#header_home{ height: 20%;}
#footer_home{ height: 20%;}
.color_colombina{ background-color: #7F7F7F;}
.banner_colombina{ font-size: 45px; color: #fff; text-align: center; height: 170px; padding-top: 46px; }


.table .thead-dark th {
    color: #fff;
    background-color: #45a5d9 !important; 
    border-color:  #45a5d9 !important;
}

.menu_normal{ font-size: 20px;}

.modal_bienvenida{ font-size: 23px; }
.modal_bienvenida span{ font-style: italic; font-weight: bold; color: #C12A21; font-size: 25px; }
.modal_bienvenida img{ width: 250px; }
.modal_bienvenida .texto{ padding-top: 30px; padding-left: 50px; padding-right: 20px; }
.modal_bienvenida button{ background-color: #0a169a; }
.modal-backdrop {background-color:#0a169a;}

.btn-success {
    color: #fff;
    background-color:#80b240 !important;
    border-color:    #80b240 !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.progress-bar{
    background-color: #eb8120 !important;
}

@media only screen and (max-width: 800px) {
    .banner_colombina{
        font-size: 40px;   
        padding-top: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .banner_colombina{
        font-size: 30px;   
        padding-top: 26px;
    }
}

.page-item.active .page-link {
    background-color: #eb8120 !important;
    border-color: #eb8120 !important;
}

.searchBtn{
    float: right;
    background-color: #eb8120;
    color: #FFF;
    height: 30px;
    padding: 5px;
    border-radius: 0 !important;
}

.searchBtn i{
    color: #FFF;
    font-size: 18px;
}

.my-search-input-datatable{
    border:1px solid #cacaca;
    height: 30px;
  
    padding-left: 10px;
}

.dataTables_scroll{
    box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 15px;
}

.jumbotron{
    padding: 20px !important;
}