
iframe#ifrmtx
{
	display: none;
}

.btnBuscarSuperior{
	margin-right: 15px !important;
}

/* centadrado  */

@media (min-width: 250px) {
	.vertical-middle{
		margin-top : 10%;
	}
	
}

@media (max-width: 451px) {
	.contenido-login{
	    width: 100% !important;
	    margin-left: 0% !important;
	}
	
}
	
	
@media (min-width: 452px) {
	.contenido-login{
		border-radius : 10px;
		box-shadow : 3px 3px 10px 3px gray;
		height: 480px;
	}
	
}

/* css para modal responsivo */

@media (max-width: 600px) {

	.modal-dialog {
		width: 100% !important;
	    margin: 30px auto;
	}
	
}

/* media query hasta un ancho minimo de 768px */
@media (min-width: 768px) {
	.vertical-middle{
		margin-top : 3%;
	}
	
	#Contenedorlogin{
		height: 450px;
		margin-top: 1%;
	}
	
	.contenido-login{
		border-radius : 10px;
		box-shadow : 3px 3px 10px 3px gray;
		height: 380px;
	}
	
	.app-contenedor-img
	{
		height: 320px !important;
		width: 290px !important;
	}
	
	.imagen-app{
		height: 230px !important;
	}
	
}

/* media query hasta un ancho minimo de 1300px */

@media (min-width: 1300px) {
	.contenido-login{
		height: 350px;
	}
	
	#Contenedorlogin{
		height: 350px;
		margin-top: 3%;
		
	}
	
	
}

/* ancho botones */
.btn{
	min-height: 34px;
	min-width: 90px;
}

/* css imagen en tama�o minimo */
#imgLoginMinima{
	margin: 0 auto;
	margin-top: 1%;
	height: 70px;
}


#imagenLogo{
	background-size: 100% 100%; 
	background: url("../imagenes/login/logo_taylor.png") no-repeat ;
	height: 300px;
}


/* css imagen en tama�o grande */
#imgCostado
{
	margin: 0 auto;
	margin-top: -6%;
	vertical-align: middle;
	width: 390px;
}

/* css para linea de separacion login */
#logoLoginLinea{
	background-size: 100% 100%; 
	background: url("../imagenes/login/linea_login.png") no-repeat ;
	height: 300px;
}

/* css para titulo Login */
#tituloLogin{
	font-size: 16px;
	color: #FF4D00;
	font-weight: bold;
	text-align: center;
}

/* css para auto ajustado barra de navegacion */
.navbar-brand{
	height: auto !important;
	min-height: 50px;
}

.vertical-align {
   vertical-align: middle; 
   display: table-cell;
}

.imagenAplicacion{
	cursor: hand;
	cursor: pointer;
}

.vcenter {
   padding-top: 15px;
   padding-bottom: 15px;
}

.navbar-nav li a {
 	line-height: 50px;
}

.btncontrasena{
	margin-right: 10px;
	width: 40px;
	height:40px;
}

.imagenes-app-registrar
{
	width: 50px;
	height: 50px!important;
}


.contenedor-app-registrar {
    display: table;
    width: 100%;
    background-color: #f9f9f9;
}

.contenedor-app-registrar [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding: 5px !important;
	/*border: 1px solid black !important;*/
}

.contenedor-app-registrar:hover{
  background-color: #B5E6EE !important;
}

.contenedor-center
{
	text-align: center !important;
	vertical-align: middle !important;
}

.contenedor-app-registrar.app-selected
{
	background-color:  #acbad4 !important;
}

.contenedor-formulario
{
	/*background-color: #fafafa !important;*/
	background-color: #f5f5f5 !important;
	transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
	/*background-color: #E7E7E7;*/
}
.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}


.contenedor-formulario
{
	margin-left: 15px;
	margin-right: 15px;
}

.clickeable
{
	cursor: hand;
	cursor: pointer;
}

.fieldValidator{
	
	border: 1px solid red !important;
	
}

.input-field .prefix {
	color: #FF4D00 !important;
    position: absolute;
    width: 3rem;
    font-size: 2.8rem;
    transition: color .2s;
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.input-field .prefix ~ input, .input-field .label-filtro-tabla, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.login-icon
{
	color : lightblue !important;
	
}

@media screen and (max-width: 450px){
	#rc-imageselect, .g-recaptcha 
	{
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

.contacto-usuario{
	color: white !important;
	font-size: 38px !important;
	cursor: hand !important; 
	cursor: pointer !important;
}


.file-download
{
	width:160px !important;
	height:130px !important;
	cursor: hand;
	cursor: pointer;
}



.fileinput-upload-button
{
	display: none !important;
	color: red;
}


@media (max-width: 250px) {
	.pull-right.btnEliminar , .pull-right.button-add 
	{
		float: left !important;
	}
}

.btn-header{
	    margin-top: 20px;
   	 	margin-bottom: 10px;
}

.btn-xs{
	min-height: 34px;
	min-width: 50px !important;
}

#listadoConsulta tr{

	cursor: hand;
	cursor: pointer;
	
}


.text-left-xs {
 	text-align: left !important;
}

.text-right-xs {
  	text-align: right !important;
}

.text-center-xs {
  	text-align: center !important;
}

@media (min-width: 768px) {
	.text-left-sm {
  		text-align: left !important;
	}
	
	.text-right-sm {
	  	text-align: right !important;
	}
	
	.text-center-sm {
	  	text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-left-md {
  		text-align: left !important;
	}
	
	.text-right-md {
	  	text-align: right !important;
	}
	
	.text-center-md {
	  	text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-left-lg {
  		text-align: left !important;
	}
	
	.text-right-lg {
	  	text-align: right !important;
	}
	
	.text-center-lg {
	  	text-align: center !important;
	}
}

.bv-form .help-block {
    margin-bottom: 0;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}
.navbar-custom {
    background-color: #FF4D00 !important;
    border-color: #FF4D00 !important;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#FF4D00),to(#FF4D00)) !important;
    background-image: -webkit-linear-gradient(top,#FF4D00,0,#FF4D00,100%) !important;
    background-image: -moz-linear-gradient(top,#FF4D00 0,#FF4D00 100%) !important;
    background-image: linear-gradient(to bottom,#FF4D00 0,#FF4D00 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D00', endColorstr='#FF4D00', GradientType=0) !important;
}
.navbar-custom .navbar-brand {
    color: white !important;
    font-weight: bold;
}
body {
    font-family: 'Gotham', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.clickeable a{
    color: #FF4D00 !important;
    text-decoration: none;
}
.btn-primary{
    background-image: -webkit-linear-gradient(top,#FF4D00 0,#FF4D00 100%) !important;
    background-image: -o-linear-gradient(top,#FF4D00 0,#FF4D00 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF4D00),to(#FF4D00)) !important;
    background-image: linear-gradient(to bottom,#FF4D00 0,#FF4D00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D00', endColorstr='#FF4D00', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #FF4D00 !important;
}
.btn-primary:hover{
    background-color: #FF4D00 !important;
}
.btn-primary:focus{
    background-color: #FF4D00 !important;
}
.navbar-custom .navbar-nav>li:last-child>a {
    border-right: 1px solid white !important;
}
.navbar-custom .navbar-nav>li>a {
    color: #fff;
    border-left: 1px solid white !important;
}