
.btn:hover{
	cursor: pointer ;
}
/* Add here all your css styles (customizations) */
.navbar1 {
    overflow: hidden;
    background-color: #787878;
    /*position: fixed; */ /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 45px;
}

.navbar2 {
    overflow: hidden;
    background-color: #787878;
    /*position: fixed; */ /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 45px;

}
.navbar3 {
    overflow: hidden;
    background-color: #f2f2f2;
    /*position: fixed; */ /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 35px;
}
.ui_dialog {
    overflow: hidden;
    background-color: #787878;
    position: fixed !important; 
}
.ui-draggable{
    z-index: 1024 !important;
}

.fondo {

	background-color: #f2f2f2;
}

.fondo1 {

	background-color: #fafafa;
}

.fondo2 {

	background-color: #f7f7f7;
}

.logo1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.margen_derecho {
	margin-top: 12px;
	margin-bottom: 7.5px;
	margin-right:25px;
}

.margen_derecho_25 {
	margin-right:25px;
}

.header > .container1 {
	display: table;
	margin-bottom: 0px;
	width: 100%;
	background-color: white;
}


.sombra_azul{
	background-color: rgba(2, 98, 166, 0.7);
	display:inline;
}

.sombra_azul_derecho{
	background-color: rgba(2, 98, 166, 0.7);
	display:inline;
	float: right;
}

.btn2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	opacity:0.9;
}

.btn2:hover{
	background-color:#0F9;
	cursor:pointer;
	opacity:1;
	width:130px;
	height:130px;
}

.btn2:active{
	background-color:#FC0;
}

.btn_icon{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	opacity:0.9;
}

.btn_icon:hover{
	background-color:#0F9;
	cursor:pointer;
	opacity:1;
	width:35px;
	height:35px;
}

.btn_icon:active{
	background-color:#FC0;
}

.btn3{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	opacity:0.6;
	font-family:-moz-Georgia, 'Times New Roman', Times, serif;
	font-weight:-moz-bold;
	opacity:-moz-0.6;
	}
.btn3:hover{
	background-color:#FF9;
	cursor:pointer;
	opacity:1;
	background-color:-moz-#FF9;
	cursor:-moz-pointer;
	opacity:--moz1;
	}
.btn3:active{
	background-color:#FC0;
	}


#menuiconos1{
	background-color:#FFFFFF;
	width:70%;
	height:170px;
	width:-webkit-70%;
	height:-webkit-170px;
	width:-moz-70%;
	height:-moz-170px;
	border-color:#FFFFFF; 
	border-style:solid; 
	border-radius:15px;
}


.panel-footer1 {
  height:70px;
  text-align:center;
  margin-botton: 10px;
  color:#FFFFFF;
  background-color: #787878;
}

 .icono_blanco {color:white;}

 .td0{
	color:#000;
	background-color: #FFFFFF;
	font-size: 14px;
	}
	
	/*verde claro*/
tr.border_bottom td {
  border-bottom:1pt solid #e0e0e0;
}

.td1{
	color:#000;
	background-color: #f4f4f4;
	font-size: 14px;
	}
	/*naranja*/
.td2{
	color:#000;
	background-color: #fff6e5;
	font-size: 15px;
	width:100;
	}
	/* rojo */
.td3{
	color:#000;
	background-color: #F43B08;
	font-size: 15px;
	width:100;
	}
	/*amarillo */
.td4{
	color:#000;
	background-color: #FAFF07;
	font-size: 15px;
	width:100;
	}
.td5{
	color:#000;
	background-color: #f3fcfd;
	font-size: 15px;
	width:100;
	}
/*verde fosfo*/
.td6{
	color:#000;
	background-color: #58FA58;
	font-size: 14px;
	}


.panel_heading_td {
   padding: 10px 15px;
  background-color: #282524;
  padding-top:10px; 
  text-align: center;
  border-color:#282524;
  color:#FFFFFF;
}
.ui-dialog-titlebar{
	 background:#282524;
     font-size: 16px;
     color:#fff;
}
.myTitleClass .ui-dialog-titlebar {
        background:#282524;
        font-size: 16px;
        color:#fff;
        
    }
	.myTitleClass2 .ui-dialog-titlebar {
        background:#D97063 !important;
        font-size: 16px !important;
        color:white !important;
    }

.btn:hover{
	
	}
.btn:active{
	background-color:#cfcfcf;
	}

#wrap{
	min-height:100%;
	height:auto;
	margin: 0 auto -52px;
	padding: 0 0 10px;
	background-color: #ffffff;

}


.aclarado{
	background-color: #4291cb;
  opacity:1;

}
img.btn:hover{
	transform: scale(1.2,1.2);
  	filter:brightness(0.7);
	cursor:pointer;	
}
.aclarado:hover{
transform: scale(1.2,1.2);
  	filter:brightness(0.7);
	cursor:pointer;
}
.borde{
	border-left-color: #D4D4D4;
	border-top-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-right-color: #D4D4D4;
}

.alerta{
	padding:5px;
	margin-bottom:5px;
	border:1px solid transparent;
	border-radius:4px
}
	
.alerta-success{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}

.alerta-info{
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}

.alerta-warning{
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}

.alerta-danger{
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}

.btn_blue{
	background-color:#0e72b9;
	color:white;
}

.btn_blue:hover{
	background-color:#0e72b9;
	cursor:pointer;
	}

.btn_blue:active{
	background-color:#0e72b9;
	}

.btn-primary {
	height: 35px;
  background-color: #0e72b9;
  border: 1px solid #0e72b9;
  margin-bottom: 10px;
}


.ui-draggable .ui-dialog-titlebar {
	background-color: #464343;
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button {
	background-color: #0e72b9;
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color:  #1A5797;
	color: #fff;
}
.shadow-v1{
	background-color: #fff ;
}

i.puntero:hover{
	transform: scale(1.2,1.2)!important;
  	filter:brightness(0.7)!important;
	cursor:pointer !important;	
}

.ui-draggable .ui-dialog-titlebar {
margin-top: -3px;
border-radius: 15px 15px 0px 0px;
position: relative !important;
margin-left: -3px !important;
margin-right: -3px !important;
background-color: #3d3d3d !important;
color: #fff !important;
border: none !important;
border-bottom: 1px solid #d8caca99!important;
}
.ui-dialog{
border-radius: 20px !important;
}
.ui-dialog-buttonpane{
margin-left: 10px !important;
margin-right: 10px !important;
}
.ui-button{
border-radius: 15px !important;
}
.ui-button-icon-only {
border-color: #fff !important;
background-color: #fff !important;
}
.ui-button-icon-only :hover{
background-color: #fff !important;
border:none !important;
}

@media (max-width: 600px) {
  .myTitleClass {
    width: 100%!important;
  }
  .myTitleClass2{
  	width: 100%!important;
  }
}

#wrap{min-height:100%;height:auto;margin:0 auto -80px;padding:0 0 60px}#form-star{width:250px;margin:0 auto;height:50px}#form-star p{text-align:center}#form-star label .stre_c{font-size:30px}.star{display:none}label .stre_c{color:grey}.clasificacion{direction:rtl;unicode-bidi:bidi-override}label .stre_c:hover,label .stre_c:hover~label .stre_c{color:orange;cursor:pointer}.star:checked~label .stre_c{color:orange}.logos{width:110px!important}
.btn-image{
    height: 35px!important;
}
#ui-datepicker-div{
    z-index: 2005!important;
}
.content{
    padding: 10px!important;
}

tr .child{
    position: relative!important;
}

.alert-primary {
    color: #004085!important;
    background-color: #cce5ff!important;
    border-color: #b8daff!important
}

.alert-primary hr {
    border-top-color: #9fcdff!important
}

.alert-primary .alert-link {
    color: #002752!important
}

.alert-secondary {
    color: #383d41!important;
    background-color: #e2e3e5!important;
    border-color: #d6d8db!important
}

.alert-secondary hr {
    border-top-color: #c8cbcf!important
}

.alert-secondary .alert-link {
    color: #202326!important
}

.alert-success {
    color: #3c763e!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important
}

.alert-success hr {
    border-top-color: #b1dfbb!important
}

.alert-success .alert-link {
    color: #0b2e13!important
}

.alert-info {
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important
}

.alert-info hr {
    border-top-color: #abdde5!important
}

.alert-info .alert-link {
    color: #062c33!important
}

.alert-warning {
    color: #8a6d3c!important;
    background-color: #fcf8e3!important;
    border-color: #faebcc!important
}

.alert-warning hr {
    border-top-color: #ffe8a1!important
}

.alert-warning .alert-link {
    color: #533f03!important
}

.alert-danger {
    color: #a94542!important;
    background-color: #f2dede!important;
    border-color: #ebccd1!important
}

.alert-danger hr {
    border-top-color: #f1b0b7!important
}

.alert-danger .alert-link {
    color: #491217!important
}

.alert-light {
    color: #818182!important;
    background-color: #fefefe!important;
    border-color: #fdfdfe!important
}

.alert-light hr {
    border-top-color: #ececf6!important
}

.alert-light .alert-link {
    color: #686868!important
}

.alert-dark {
    color: #1b1e21!important;
    background-color: #d6d8d9!important;
    border-color: #c6c8ca!important
}

.alert-dark hr {
    border-top-color: #b9bbbe!important
}

.alert-dark .alert-link {
    color: #040505!important
}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
            