


/*****************************************************/
/*JQ OVERWIRTE*/
/*****************************************************/
.ui-widget-header {
	background: none;
	background-color: #004B80 !important;
	border-color: #004B80 !important;
}

#ui-datepicker-div{
	padding: 10px;
}

#canvas{
    width: 100%;
    height: calc(100% - 60px);
    box-sizing: border-box;
    z-index:1;
	background-color: #E6E6FA;
}

/*****************************************************/
/*LOGIN*/
/*****************************************************/
#wrapper-login{
	max-width: 350px;
	height: auto;
	min-height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#footer{
	font-size: .8em;
}

#img-login{
	max-width: 450px;
	margin: 0 auto;
}

#img-login img{
	width: 100%;
}


/*****************************************************/
/*MENU PPAL*/
/*****************************************************/
.navbar-brand:hover{
    background-color:  #FAFAFA;
    color: #FAFAFA;
}
.navbar{
    color: #FAFAFA;
	background-color:  #004B80;
	padding-left:  15px;
	padding-right: 15px;
	margin-bottom: 0;
	border-radius: 0;
}
ul.nav navbar-nav:hover{
    background-color:  #B13B40;
}
#navbar-collapse-top-menu{
	background-color:  #1f2283;
	padding-left:  15px;
	padding-right: 15px;
}
.navbar-toggle .icon-bar{
	border:2px solid #fafafa;
}
#navbar .container, #canvas.container{ 
	width: 100%;
}
@media (max-width: 768px)
{
	#navbar-collapse-top-menu{
		position:absolute;
		z-index:5;
		top:55px;
		width: 100%;
	}
}


/*****************************************************/
/*ESTILOS VALIDACION DE FORMULARIOS*/
/*****************************************************/
label.invalid{
	color: red;
	font-size: 11px;
	font-weight: normal;
}
input.invalid{
	border: red solid 1px;
}

/*****************************************************/
/*LOADING*/
/*****************************************************/
.loading{
	background: #fff url('../img/loading.gif') no-repeat 50% 50% !important;
}

*{
	font-family: 'Gill Sans MT';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Gill Sans MT';
    font-weight: 100;
	color:  #004B80;
    margin-bottom: 5px;
    margin-top: 10px;
}

.content{
	width: 100%;
    height: 100%;
    min-height: 100%;
}
a {
	color: #FAFAFA;
}

p {
    color: #004B80;
}

tr{
    color: #004B80;

}
a:hover, a:focus {
    color: #34275f !important;
	text-decoration: underline !important;
}
.secondary-header{
	margin-top: 85px;
}
.control-label{
	color: #004B80;
}
.xcontrol-label{
	color: #004B80;
}
.button-bar{
	margin-top: 55px;
	margin-bottom: 30px;
}
.form-control {
	border-color: #004B80;
}
.form-control:focus {
	border-color: #004B80;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(35, 22, 78, 0.6);
}
/*JQUERY UI OVERWRITE*/

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
#ui-datepicker-div {
	z-index: 1060 !important; /* must be > than popup editor (950) */
}
/*****************************************************/
/*LOGIN*/
/*****************************************************/
#footer{
	font-size: .8em;
	color: lightgray;
}

#navbar .container, #canvas.container{ width: 100%; }
#canvas.container{
	width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    z-index:1;
}
#login-banner{
	margin-top: 5%;
}
/*APP*/
.cwfComposLoaderL{
	background: transparent url(../../_shared/css/third/images/loaders/1d_3.gif)
		no-repeat 50% 50%;
	height: 100%;
	min-height: 40px;
}
.btn-abcd-blue{
	background-color: #004B80;
	color: #fff;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.btn-abcd-blue:hover,.btn-abcd-blue:focus{
	background-color: #B13B40;
	color: #fff;
}
.btn-abcd-white{
	background-color: #fff;
	color: #004B80;
	border: 1px solid #004B80;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.btn-abcd-white:hover,.btn-abcd-white:focus{
	background-color: #eee;
	color: #004B80;
}
.margin-left-right-xs{
	margin-left: 3px;
	margin-right: 3px;
}
.rounded-icon {
    border: 2px solid #004B80;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
}
.rounded-icon > h2 {
    display: block;
    margin-top: 3px;
	margin-left: 13px;
}
/**
.cont-shortcut{
    margin-top: 10px;
	text-align: center;
}
.cont-shortcut > a{
	display: inline;
    margin: 0 auto;
	text-align: center;
}
.shortcuts > * {
	border:2px solid red;
	text-align: center;
}
.shortcut{
	width: 150px;
	height: 90px;
	border: 1px solid #fafafa;
}
.shortcut:hover{


}
.shortcut-expediente{
	background-image: url("../img/expedientes.png");
}
.shortcut-cliente{
	background-image: url("../img/clientes.png");

}
.shortcut-usuario:hover{

	width: 130px;
	background-image: url("../img/usuarios_h.png");

}

.shortcut-usuario{
	width: 130px;
	background-image: url("../img/usuarios.png");

}
.shortcut-corresponsal{
	background-image: url("../img/corresponsal.png");
}

.shortcut-installer:hover{

	width: 190px;
	height: 80px;
	background-image: url("../img/installations_h.png");

}

.shortcut-installer{
	width: 190px;
	height: 80px;
	background-image: url("../img/installations.png");

}

.shortcut-salir:hover{
	width: 110px;
	background-image: url("../img/salir_h.png");

}


.shortcut-salir{
	width: 110px;
	background-image: url("../img/salir.png");


}


.shortcut-pilot-kml{
	width: 162px;
	background-image: url("../img/PilotKML.png");
}

.shortcut-pilot-kml:hover{
	width: 162px;
	background-image: url("../img/PilotKML_h.png");
}

.shortcut-excel-file:hover{
	width: 158px;
	background-image: url("../img/ExcelFile_h.png");
}

.shortcut-excel-file{
	width: 158px;
	background-image: url("../img/ExcelFile.png");
}

.shortcut-ta-kml{
	width: 157px;
	background-image: url("../img/TA_KML.png");
}

.shortcut-ta-kml:hover{
	width: 157px;
	background-image: url("../img/TA_KML_h.png");
}
.shortcut-thermoking-kml{
	width: 187px;
	height: 76px;
	background-image: url("../img/thermoking.png");
}

.shortcut-thermoking-kml:hover{
	background-image: url("../img/thermoking_h.png");
}

.shortcut-sttc-kml{
	width: 157px;
	height: 76px;
	background-image: url("../img/sttc.png");
}

.shortcut-sttc-kml:hover{
	background-image: url("../img/sttc_h.png");
}

.shortcut-mctire-kml{
	width: 187px;
	height: 76px;
	background-image: url("../img/mccarty.png");
}

.shortcut-mctire-kml:hover{
	background-image: url("../img/mccarty_h.png");
}


.shortcut-client:hover{
	width: 140px;
	background-image: url("../img/clients_h.png");
}

.shortcut-client{
	width: 140px;
	background-image: url("../img/clients.png");
}
.shortcut-fillstation:hover{
	background-image: url("../img/fillstations_h.png");
}

.shortcut-fillstation{
    width: 198px;
	background-image: url("../img/fillstations.png");
}
/**/



/*TOPMENU*/
#topmenu{
	padding: 0 15px;
}

/*MASTER-DETAIL OVERWRITE*/
#md-mt{
	float: left;
    height: 100%;
    min-height: 100%;
}
#md-detail{
	float: left;
    height: 100%;
    min-height: 100%;
	background-color: #fafafa;
}
.ui-jqgrid .ui-icon-asc {
    height: 12px !important;
	margin-top: 9px;
	margin-left: 1px;
}
.ui-jqgrid .ui-icon-desc {
    height: 12px !important;
	margin-top: 14px;
}

/*************************************
DASHBOARD 2.0
*************************************/
#dashboard #logo{
	max-width: 500px;
	margin: 50px 0;
	width: 100%;
}
#dashboard .menu > *{
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 120px;
}
#dashboard .menu .usuario{
	background-image: url("../img/usuarios.png") ;
}
#dashboard .menu .client{
	background-image: url("../img/clients.png") ;
}
#dashboard .menu .fillstation{
	background-image: url("../img/fillstations.png") ;
}
#dashboard .menu .excel-file{
	background-image: url("../img/ExcelFile.png") ;
}
#dashboard .menu .pilot-kml{
	background-image: url("../img/PilotKML.png");
}
#dashboard .menu .ta-kml{
	background-image: url("../img/TA_KML.png");
}
#dashboard .menu .thermoking-kml{
	background-image: url("../img/thermoking.png");
}
#dashboard .menu .sttc-kml{
	background-image: url("../img/sttc.png");
}
#dashboard .menu .mctire-kml{
	background-image: url("../img/mccarty.png");
}
#dashboard .menu .salir{
	background-image: url("../img/salir.png");
}
#dashboard .menu .installations{
	background-image: url("../img/installations.png");
}
#dashboard .menu .escaneas{
	background-image: url("../img/escaneas.png");
}
#dashboard .menu .verificas{
	background-image: url("../img/verificas.png");
}
#dashboard .menu .evaluas{
	background-image: url("../img/evaluas.png");
}
#dashboard .menu .funcionarios{
	background-image: url("../img/funcionarios.png");
}
#dashboard .menu .informas{
	background-image: url("../img/informas.png");
}
#dashboard .menu .configuras{
	background-image: url("../img/configuras.png");
}
#dashboard .menu .personas{
	background-image: url("../img/rh.png");
}
#dashboard .menu .recursos{
	background-image: url("../img/recursos.png");
}
#dashboard .menu .equipos{
	background-image: url("../img/equipos.png");
}
#dashboard .menu .expedientes{
	background-image: url("../img/expediente.png");
}

/*DASHBOARD
#dashboard{
}
#app-tittle-dashboard-wrap{
	width: 100%;
	padding: 10px 0;
}
#app-tittle-dashboard{
	background: url("../img/abcd.png") no-repeat 0 0;
	width: 447px;
	height: 114px;
	margin: 0 auto 0;
}
#app-tittle-dashboard-wrap > h1{
	width: 760px;
	margin: 0 auto;
	font-size: 90px;
	text-align: right;
}
#app-tittle-dashboard-wrap > p{
	width: 760px;
	color: #F09702;
	margin: 0 auto;
	text-align: right;
}
*/

/*USUARIOS*/
#compos-clave{
	padding-bottom: 15px;
}

input.error {
	border-color: rgba(255, 0, 0, 0.54);
	border-radius: 5px;
}

form label.error {
	color: rgba(230, 33, 33, 1);
}

/*CONTACTO*/
.no-contacto-msg{
	padding: 5px;
}
.no-contacto-msg p{
	color: #ac2925;
}
#resultados-buscador-contactos{
	background-color: #23164E;
	margin-top: 10px;
	display: none;
	color: #ffffff;
	padding: 4px 6px;
    border-radius: 8px;
	height: 45px;
}
#resultados-buscador-contactos .btn{
	margin-left: 3px; 
}
#resultados-buscador-contactos span{
	font-size: 24px;
}
#cli-con{
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #ddd;
}

/*EXPEDIENTE*/
#det-expediente .page-header{
	margin-top: 40px !important;
}
#menu-det-expediente {
    position: fixed;
    right: 55px;
    top: 55px;
    z-index: 100;
}
#menu-det-expediente > nav{
    padding: 0 30px;
	border: solid 1px #000;
}

#resultados-buscador-expedientes{
	background-color: #23164E;
	margin-top: 10px;
	color: #ffffff;

	display: none;
	padding: 4px 6px;
    border-radius: 8px;
	height: 45px;
}
#resultados-buscador-expedientes .btn{
	margin-left: 3px; 
}
#resultados-buscador-expedientes span{
	font-size: 24px;
}
#main-det-expediente-form{
	border: 1px solid #23164E;
	border-radius: 2px;
	padding: 14px 16px;
	margin-bottom: 15px;
}
.no-titular-msg{
	padding: 5px;
}
.no-titular-msg p{
	color: #ac2925;
}
#resultados-buscador-titular{
	background-color: #23164E;
	margin-top: 10px;
	display: none;
	color: #ffffff;
	padding: 4px 6px;
    border-radius: 8px;
	height: 45px;
}
#resultados-buscador-titular .btn{
	margin-left: 3px; 
}
#resultados-buscador-titular span{
	font-size: 24px;
}

.no-marca-msg{
	padding: 5px;
}
.no-marca-msg p{
	color: #ac2925;
}
#resultados-buscador-marca{
	background-color: #23164E;
	margin-top: 10px;
	display: none;
	color: #ffffff;
	padding: 4px 6px;
    border-radius: 8px;
	height: 45px;
}
#resultados-buscador-marca .btn{
	margin-left: 3px; 
}
#resultados-buscador-marca span{
	font-size: 24px;
}
.paso-expediente-form{
	border: 1px solid #23164e;
	margin: 0 0 15px;
	background-color: #1F284F;
	border-radius: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.paso-expediente-form h3{
	padding: 0 30px;
	color: #000;
}

.paso-alterno-det-expediente-form{
	margin-left: 30px;
	background-color: #eee;
}
.paso-principal-det-expediente-form{
	margin-top: 40px;
}
.paso-principal-det-expediente-form label,
.paso-principal-det-expediente-form p,
.paso-principal-det-expediente-form h3,
.paso-principal-det-expediente-form #if-upload-image-file{
	color: #fff;
}


.upload-area-canvas{
	padding: 0 15px;
	margin-bottom: 10px;
}

.img-digitalizada{
	max-width: 850px;
	margin: 0 auto;
}
/*TITULARES*/
#resultados-buscador-tit{
	background-color: #23164E;
	margin-top: 10px;
	display: none;
	color: #ffffff;
	padding: 4px 6px;
    border-radius: 8px;
	height: 45px;
}
#resultados-buscador-tit .btn{
	margin-left: 3px; 
}
#resultados-buscador-tit span{
	font-size: 24px;
}
/*AVANCE*/
#composAvanceNote{
    padding-bottom: 100px;
}
#composAvanceNote #forma{
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: -15px;
    padding-right: -15px;
    border: 1px solid #23164e;
    border-radius: 2px;
}
#composAvanceNote #forma .btn{
    margin-left: 15px;
    margin-bottom: 15px;
}
#composAvanceNote #forma .row > div{
    margin-top: 15px;
}
#composAvanceNote .row{
    margin-top: 15px;
}

.link{
    cursor: pointer;
}
.indicadores-fillstation{
	font-size: 30px;
	margin-top: 20px;
}
#clients_feed{
	margin-bottom: 25px;
}


#search-client-modal{
	min-height: 160px;
}
#resultados-search-client{
	margin-top: 20px;
	padding: 8px;
	padding-right: 40px;
	background-color: #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	height: 50px;
	
}
#resultado-nombre{
	font-size: 17px;
	font-weight: bold;
}
#resultados-search-client button{
	margin-left: 10px;
}


#form-log-installation{
    margin: 25px 0px;
	background-color: #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 10px;
	
}
#composLogNote table button{
	margin-left: 5px;
}
@media (max-width: 768px)
{
	#composLogNote table button{
		margin-top: 5px;
	}
	.button-bar button{
		margin-top: 5px;
	}
}

.forma-log{
	margin-top: 75px;
	clear: both;
}


#intro-graph{
	margin-top: 60px;
}

#grapf_year{
	margin-bottom: 30px;
}

#footer {
  font-family: 'Gill Sans MT';
  text-align: center;
  background-color: #E6E6FA;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 20px;
  color: blue;
}