/*----------------- GENERALES  FACTURACION  -----------------*/

body, html{
 height:100%;
}

.container-fluid{
	min-height: 100%;
	height: auto !important;
	height: 100%;
    position: relative;
    margin: 0 auto -55px;
  	padding: 0 0 55px;
}

.row{
	margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0; 
}

body {
	font-family: Arial;
}

.background {
    background: url("images/BGfacturacion.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}


/* a { */
/* 	color: #FFFFFF; */
/* 	text-decoration: underline; */
/* } */

a:hover{
	color: #00AEC7;
}


.log-footer a:hover {
    color: #707372 !important;
}
.log-footer a {
    color: #0033a0 !important;
    text-decoration: underline;
    transition: none;
}


h1, h2 {
	color: #FFFFFF;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 35px	
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

/*----------------- HEADER -----------------*/

/*----------------- HEAD 01 -----------------*/

.head01{
    background-color: #0033a0;
    color: white;
    min-height: 36px;
    padding: 10px;
    width: 100%;
    padding: 0px;
    margin-bottom: 90px;   
}

.center-block {  
    width:88%;
    margin-left: auto;
    margin-right: auto;     
}  

.ramo{
		font-family: Arial, sans-serif;
    font-size: 10pt;
    color: white;
    text-transform: uppercase;
    text-align: right;
    padding: 9px 78px 0 0px;
    min-height: 36px;
    }
   

.logoServicio img{
	width: 226px;
    margin-top: 34px;
    float: right;
    margin-right: 1em;
}

.flecha{
	background-image: url("../css/images/flechaAbajo.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: right;
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
}
.img-envelope{
	background-image: url("../css/images/mail.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: 60px;
	display: inline-block;
	vertical-align: middle;
}

.img-phone{
	background-image: url("../css/images/telefono.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-left: 60px;
	display: inline-block;
	vertical-align: middle;
}

.head01Info {
    font-size: 10pt;
    font-family: Arial, sans-serif;
    text-align: right;
    padding-top: 9px;
    width: 68.5%;
   }

.menuSitios ul {
    list-style-type: none;
    margin: 6px 0 0 250px;
    padding: 0px;
    width: 150px;
    font-size: 11pt;
    z-index: 1000;
    text-align: center;
    display: none;
	position:absolute;
}

.menuSitios > a:hover > ul {
    display: block !important;
    position: absolute;
}

.menuSitios ul li {
    background-color: #022e6b;
}

.menuSitios ul li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 3px;
    font-size: 13px;
    text-align: center;
}

.menuSitios ul li a:hover {
       background: white;
    height: 94px;
    box-shadow: none;
    padding: 0px;
}

.select_sitios {
background-color: inherit !important;
color: #fff;
border: 0px !important;
text-decoration: underline;
border-bottom: none !important;
}

.drop_lista {

color: #333333;
text-decoration: none !important;
-webkit-text-decoration: none !important;
-moz-text-decoration: none !important;
-ms-text-decoration: none !important;
background: #FFF;

}

option>a.drop_lista {
text-decoration: none !important;
}

select.flecha02 {

background-image: url("../css/images/flechaInactiva_02.png");
background-repeat: no-repeat;
background-size: 8px 12px;
background-color: transparent;
padding-right: 16px;
margin: 0;
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
background-position: 75px;

}

select.flecha02:focus {

background-image: url("../css/images/flechaActiva_01.png") !important;
background-repeat: no-repeat;
background-size: 12px 8px;
padding-right: 16px;
margin: 0;
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
background-position: 75px;

}

select.flecha02::-ms-expand{
display: none !important;

}

/*----------------- HEAD 02 -----------------*/

.head02{
	background: white;
    box-shadow: none;
    padding: 0px;
	
}

.logoSura{
	background-image: url(../css/images/logoSuraColor.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 118px;
    height: 48px;
    background-size: 118px 48px;
    display: inline-block;
    margin: 34px 0px 7px 7px;
    
}

.head02 a{
	color: #7e8083;
	font-size: 12px
}

.head02 a:hover{
	color: #00aec7
}


/* /*----------------- PANELES TABLA -----------------*/

.title_blue{
	color: #fff !important;
    background: rgba(11, 59, 133, .75);
 	padding: 4px 0px 5px 14px;
	font-family: Arial;
	font-size: 18px;
	height: 40px;
	text-align: center;
	padding:10px 0px 10px 0px;
}

.title_blue2{
	color: #fff !important;
    background: rgba(2,46,107,0.75);
 	padding: 4px 0px 5px 14px;
	font-family: Arial;
	font-size: 18px;
	height: 40px;
	text-align: center;
	padding:10px 0px 10px 40px;
}

.panelExt{
	margin-bottom: 20px;
    background-color: #fff;
	background: rgba(250,250,250,0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}
	
.espacio{
	padding-left:8px;
	
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 8px 8px 17px;
    line-height: 1.42857143;
    vertical-align: middle !important;
/*     border-top: 1px solid #b2b2b2; */
	background-color:rgb(255,255,255);
}
	
th{
	font-size:13px;
	font-weight:bold;
	padding-left:20px !important;
}

.table { 
	font-size:14px !important;
	border-bottom: none !important;
	padding-left:10px;
	padding-top: 8px;
	}

	
.glyphicon-chevron-up{ 
	width: 8px;
    height: 12px;
    background-image: url("../css/images/flechaInactiva.png");
    background-size: 8px 57px;
    background-repeat: no-repeat;
    margin: 0 3px 0 0;
    float:right;
    padding-right:40px;
    margin-top:4px;
	}
	
	
.glyphicon-chevron-down{ 
	width: 12px;
    height: 8px;
    background-image: url("../css/images/flechaActiva.png");
    background-size: 12px 41px;
    background-repeat: no-repeat;
    top: 0;
    float:right;
    padding-right:40px;
    margin-top:7px;
	}

.glyphicon-chevron-down:before, .glyphicon-chevron-up:before {
    content: none;
}	
	
	
	
.pos-up:before {
       
  background-position: 0 0;
}	
	
	
.pos-down:before {
	background-position: 0 0;
	}
	
	
/* /*----------------- FORMULARIO -----------------*/


.usuario_sura{
	padding: 0;
	display: flex;
}

.usuario_sura:last-child{
	margin-bottom: 20px;
}

.usuario_sura .mdl-textfield__input, .password_sura .mdl-textfield__input  {
    border-bottom: 2px solid rgb(126, 128, 131);
    color:#666666;
    border-radius: 0;
    width: 100%;
}

.usuario_sura label, .password_sura label{
    color:#666666;
}

/* /*----------------- BOTONES -----------------*/

.btn-pinkInf{
	background-color: #0033A0;
    color: #FFF;
	width:30px;
    height:auto;
	border:none;
	font-size: 10px !important;
	text-align: center !important;
	border-radius:2px !important;
}


.btn-pinkExt{
	background-color: #0033A0;
    color: #FFF;
	width:120px;
    height:auto;
	border:none;
	font-size: 13px !important;
	text-align: center !important;
	border-radius:2px !important;
}

.btn-pinkExt:hover{
	background-color: rgba(0,51,160,0.7)!important;
	text-decoration: none;
	color: #fff;
}


.btn-pinkExt:focus{
	background-color: rgba(11,59,133,0.7)!important;
	text-decoration: none;
	color: #fff;
}

.cont-btn-pop {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: auto;
	}
	
.btn-blueExt{
	background-color: #00AEC7 !important;
    color: #FFF;
	width:120px;
    height:auto;
	border-radius: 0;	
	border:none;
	font-size: 14px;
	text-align: center !important;
}

.btn-blueExt:hover{
	background-color: rgba(0,174,199,0.7)!important;
	text-decoration: none;
	color: #fff;
}


.btn-blueExt:focus{
	background-color: rgba(11,59,133,0.7)!important;
	text-decoration: none;
	color: #fff;
}


.dropdown-toggle.btn-standard {
	background: #0b3b85 !important;
}
	
	.open > .dropdown-menu {
    display: inline-block;
}
	

	
.dropdown-menu {
	min-width:none;
	width: 140px;
	position: absolute;
    top: 0px;
    left: -144px;
    right:0px;
    z-index: 1000;
    float: none;
    min-width: 140px;
    padding: 5px 0;
    margin:0px 0px -20px 250px;;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	text-align:left;
	font-size: 14px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none !important;
}

.cont-btn{
	width: 100%;
    text-align: center;
    display: block;
    margin: 8% 0%;
	
	}
	
	
.headerInfo {
	
}
	
.cont-btn-pop {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: auto;
	}

/* /*----------------- MODAL -----------------*/

.modal-header{
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
	color: #fff !important;
    background: rgba(2,46,107,0.95);
	border-radius:0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	border-radius:0px;
}
.modal-body {
    position: relative;
  	border-radius:0px;
}


.modal-footer {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
	background: #ebebeb;
}

.mensajeInfo {
	overflow: hidden;
	word-wrap: break-word;
	//white-space: nowrap;
	
}


	
/*----------------- ERRORES Y ALERT -----------------*/

.alert-dangerExt {
    color: #a94442;
    background-color: #f2dede;
    border-color: #efa9ac;
	border-radius:10px !important;
}

.cuerpo{
	width:100%;
	background-size: cover;

}

.btn-sm, .btn-xs {
    border-radius: none;
    height: 40px;
}

.division{
    display: inline-block;
    color: #FFFFFF;
}

.soporte{
	font-size: 12px
}

.col-ayuda{
	text-align: right;
}

.bd-er{
	min-height: 700px !important;
	height: 700px !important;
	
}



/*----------------- FOOTER -----------------*/

.footer {
	font-family: Arial;
    background-color: #fff;
    color:#707372;
    text-align: center;
    height: 55px;
    width: 100%;
    padding: 19px 0;
    margin-top: 15px;
    position: relative;
    float:left;   
    
}



.legales{
	text-align: center;
	font-size: 9pt;
}

.legales span:first-child{
	margin-right: 100px
}
 
 
 .separador {
	margin-top:20px;
 
}
/*----------------- MATERIAL DESIGN -----------------*/

.form-group {
    width: 100%
}

.mdl-textfield{
	padding: 20px 0 0 0;
	width: 100%;
}

.mdl-textfield__input {
    font-family: Arial;
    font-size: 14px;
    padding: 4px 0;
}

.mdl-textfield__label {
    bottom: -26px;
    font-size: 14px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-family: arial;
}

.correo_pop{
	color: #7e8083;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}



.mdl-textfield__label:focus{
 color:#7e8083;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
	top:10px;
	bottom: -25px;
	color:#7e8083;
	
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
	color:#7e8083;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}


/*----------------- MEDIA QUERIES -----------------*/





/*----------------- 1200px -----------------*/

@media (max-width: 1200px)  {
	.container {
    	width: 85%;
    }
	.background {
        background: url("images/BGfacturacion.jpg");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    background-attachment: fixed;
	}
	.container-fluid {
	    min-height: 100%;
	    margin-bottom: 0;
	}
	.background2 {
       	background: url("images/BGfacturacion.jpg");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: initial;
	}
	.background{
		background-position: right top;
	}
	.head01{
		height: auto;
	}	
	.head01Info {
    	text-align: center;
    	margin:auto;
    	font-size: 10pt;
    	width:100% !important;
    	padding-top: 0px;
	}
	.head01Info span{
		display: block;
    	margin-bottom: 5px;
	}
	.img-envelope{
		margin-left: 0;
	}
	.img-phone{
		margin-left: 0;
	}
	.head02{
		height: auto;
		padding-bottom: 0;
	    padding-top: 0px;
	}
	.head02Orden{
		display: flex;
		flex-direction: column;
	}
	.logoSura {
        background-size: 75% 75%;
	   margin: 35px 0px 0px 3px;
        background-size: contain;
	}
	.usuario{
	    text-align: center;
	    padding: 0;
	    margin: 5px 0 5px 0;
	    border-right: none;
	    order: 3;
	}
	.nombreUsuario {
	    font-size: 14px;
    	color: white;
	}
	.logoServicio{
        text-align: right;
	    margin: 0 auto 15px;
	    width: 220px;
	    background-position: 10px -6px;
	    padding: 0;
	    order: 2;
	}
	.logoServicio img {
	    margin: 20px auto;
	    display: none;
	}
	.logoServicio h1{
		font-size: 26px;
	    text-align: right;
	    margin-right: 20px;
	}
	.logoServicio h2{
		text-align: right;
    	margin-right: 20px;
	}
	.legales span:first-child{
		margin-right: 0;
		display: block
	}
	.ramo {
	    text-align: center;
	    padding: 7px 0 0 0;
	}
	.division{display: none;}
	.linkContrasena > .ui-button-text-only, .linkContrasena > .ui-button-text {
	    text-decoration: underline;
	    padding: .3em 0;
	    text-align: center;
	}
	.col-ayuda{
		text-align: center;
	}
	.btn_principal {
	    margin: 25px 0 0 0;
	}
	.btn_secundario {
	    margin-bottom: 10px;
	}
	.soporte {
	    margin-top: 25px
	}
	.linkSoporte, .linkContrasena {
	    text-align: center;
	}
	.footer{
		height: auto
	}
	
}
	
@media only screen and (max-device-width: 1300px) and (min-device-width: 1024px){
	
	
	
}	
	
		

 
 
/*----------------- 700px -----------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) { 
   .cont-btn{ margin: 2% 0% !important;}
 
    	th{
	padding-left: 20px !important;
	}
	
		.dropdown-menu{
	    margin:0px 0px -20px -10px !important;}

		

	}



@media screen and (min-width: 500px) and (max-width: 760px) { 
   .cont-btn{ margin: 2% 0% !important;}
  
  	th{
	padding-left: 20px !important;
	}


.dropdown-menu {
	min-width:none;
	width: 180px;
	position: relative;
    top: 0px;
    left: -114px;
    right:0px;
    z-index: 1000;
    float: none;
    min-width: 180px;
    padding: 5px 0;
    margin: -12px 125px 10px 250px !important;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	text-align:left;
	font-size: 14px;
}



.dropdown-menu{
	   margin: 0px 0px -20px -212px !important;
}


	
	}

/*----------------- 480px -----------------*/

@media (max-width: 480px)  {
	.head_sura{
		height: auto;
	}
	.bgLogin h1{
		text-align: center;		
    	font-size: 30px;
    	padding-left: 0
	}
	.bgLogin h2{
		text-align: center;	
		padding-left: 0;
	}
	.icono{
		display: none
	}
	.division{display: none;}
	.linkContrasena > .ui-button-text-only, .linkContrasena > .ui-button-text {
	    text-decoration: underline;
	    padding: .3em 0;
	    text-align: center;
	}
	.interrogacion{
		text-align: center;
	}
	
	.cont-btn{ margin: 2% 0% !important;}
	
	
	.dropdown-menu {
	min-width:none;
	width: 180px;
	position: relative;
    top: 0px;
    left: -114px;
    right:0px;
    z-index: 1000;
    float: none;
    min-width: 180px;
    padding: 5px 0;
    margin: -12px 125px 10px 250px !important;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	text-align:left;
	font-size: 14px;
}



.dropdown-menu{
	   margin: 0px 0px -20px -212px !important;
}
	
	}
	
	


@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
	body {
	    padding: 0;
	    margin: 0;
	    width: 100%;
	}
	
.dropdown-menu {
	min-width:none;
	width: 180px;
	position: relative;
    top: 0px;
    left: -114px;
    right:0px;
    z-index: 1000;
    float: none;
    min-width: 180px;
    padding: 5px 0;
    margin: -12px 125px 10px 250px !important;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	text-align:left;
	font-size: 14px;
}



.dropdown-menu{
	   margin: 0px 0px -20px -80px !important;
}

}
