
.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{
    position: fixed !important;
    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:#1a67b7;
	color:white;
}

.btn_blue:hover{
	background-color:#1a67b7;
	cursor:pointer;
	}

.btn_blue:active{
	background-color:#1a67b7;
	}

.btn-primary {
	height: 35px;
  background-color: #1A67B7;
  border: 1px solid #1A67B7;
  margin-bottom: 10px;
}


.ui-draggable .ui-dialog-titlebar {
	background-color: #464343;
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button {
	background-color: #1a67b7;
	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: 5px;
border-radius: 0px !important;
position: relative !important;
margin-left: 3px !important;
margin-right: 3px !important;
background-color: white !important;
color: black !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;
  }
}