@font-face {
  font-family: 'FontAwesome';
  src: url("../bootstrap/fonts/fontawesome-webfont.eot");
  src: url("../bootstrap/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/fontawesome-webfont.woff2") format('woff2'), url("../bootstrap/fonts/fontawesome-webfont.woff") format("woff"), url("../bootstrap/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body
{
	width:100%;
	height:100%;
	min-height:100%;
	overflow-y:hidden;
}
header
{
	background:#fff;
	height:60px;
	border-bottom:1px solid #A8A8A8;
	
	display: flex;
	justify-content: space-between;
    display: -webkit-flex; /* Para navegadores webkit, como Safari */
    align-items:center;
	-webkit-align-items:center;
}
section
{
	height:calc(100% - 91px);
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#F5F5F5;
	overflow:auto;
	
	-webkit-transition:0.5s;
   	-moz-transition:0.5s;
   	-o-transition:0.5s;
   	transition:0.5s;
}
.logo
{
	width:90px;
}
.hH45
{
	height:45px !important;
	-webkit-transition:1s;
   	-moz-transition:1s;
   	-o-transition:1s;
   	transition:1s;
}
#icoMenu
{
	width:30px;
	margin-right:20px;
	margin-left:20px;
	cursor:pointer;
}

#sectionLogin
{
	display: flex;
    display: -webkit-flex; /* Para navegadores webkit, como Safari */
    -webkit-justify-content: center; /* Safari 6.1+ */
    justify-content: center;
    align-items:center;
	-webkit-align-items:center;
	height: calc(100% - 90px);
}

#loginPanel
{
	padding:30px;
	width:300px;
    background:#eee;
    border-radius: 2%;
    box-shadow: 0px 0px 3px #888888;
}
#headWindow input[type="text"], .datosFactu input[type="text"], .autoC input[type="text"]
{
	display: inline-block;
    margin: 2px 2px 2px 2px;
    width: 65%;
	height: 28px;
	padding-left: 2px;
	padding-right: 2px;
}
.avatarLogin
{
	border-radius: 50%;
    display: block;
    height: 96px;
    margin: 0 auto 50px;
    width: 96px;
}
#loginPanel .btn
{
	margin-top:15px;
	width:100%;
}
footer a
{
	color:#A8A8A8;
}
#loginPanel .btn-primary
{
	background:#1D3693;
	border:1px solid #182C7A;
}
#loginPanel select
{
	width:50%;
	display: inline-block;
}
#loginPanel label
{
	width:50%;
	display: inline-block;
	font-weight:normal;
}
#fastDetails .modal-body
{
	padding:0px;
}
#tablaDocumentosContainer
{
	padding:5px;
}
#tablaDocumentosContainer #tablaDocumentos_wrapper
{
	margin-bottom:10px;
}
a {
    color: #233695;
    text-decoration: none;
}
a:hover {
    color: #172566;
    text-decoration: none;
}
.logo img
{
	width:100%;
}

footer
{
	height:30px;
	background:#FFF;
	border-bottom: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    line-height:30px;
    
	/*border-top:1px solid #fff;*/
	
	/*display: flex;
    display: -webkit-flex; /* Para navegadores webkit, como Safari */
    /*align-items:center;
	-webkit-align-items:center;
	 justify-content: space-between;
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    
}
.breadCrumbs
{
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    color: #5468be;
    font-weight: bold;
    height: 30px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 100%;
}
section
{
	display:flex;
	padding:15px;
	flex-direction: column;
}

nav
{
	background:#F3F3F3;
	border-bottom:1px solid #F1F1F1;
}
.horizontalMenu
{
	height:0px;
	overflow:hidden;
	-webkit-transition:0.5s;
   	-moz-transition:0.5s;
   	-o-transition:0.5s;
   	transition:0.5s;
}
.showMenu
{
	height:30px;
	
	-webkit-transition:0.5s;
   	-moz-transition:0.5s;
   	-o-transition:0.5s;
   	transition:0.5s;
}
.overflowVisible
{
	overflow: visible;
}
.horizontalMenu li
{
	border-right: 1px solid #cecece;
	border-left: 1px solid #fff;
    display: inline-block;
    margin-left: 0;
    min-width: 100px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 5px;
    text-align: center;
    position:relative;
    padding:5px;
}
.subMenu
{
	display:none;
	z-index:10;
}
.horizontalMenu li:hover
{
	background:#EEEEEE;
}
.horizontalMenu li:hover .subMenu
{
	display: block;
    left: -1px;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 30px;
    min-width:150px;
    border-bottom:1px solid #cecece;
    background:#F3F3F3;
}
.horizontalMenu li:hover .subMenu li
{
	display:block;
	text-align:left;
	padding-left:10px;
}

.W50
{
	width:50%;
}
.W40
{
	width:40%;
}
.W60
{
	width:60%;
}
.glyphicon-duplicate::before {
    content:"\e224";
}
.modal-header
{
	display:inline-block !important;
	width:100%;
	vertical-align:top;
	/*margin-left:5px;*/
}
.modal-atp
{
	width:940px;
}
.botonera
{
	display:flex;
	align-items:left;
	justify-content:flex-end;
	
/* 	float: left; */
	width:100%;
}
.justifyContentCenter
{
	justify-content:center !important;
}
.mT15
{
	margin-top:15px;
}
.mR10
{
	margin-right:10px;
}
.mR33
{
	margin-right:33px;
}
.mR54
{
	margin-right:54px;
}
.tALeft
{
	text-align:left;
}
.wCol100 .form-control, .wCol100 .error
{
	width:calc(100% - 100px)!important;
}
.error
{
	position:relative;
}
.wCol100 .error input
{
	width:100% !important;
}		

.barsBtnMenu
{
	height: 17px;
    margin-left: 10px;
    position: relative;
    width: 25px;
    cursor:pointer;	
    margin-right: 10px;
}
.barsMenu
{
	background:#000;
	width:100%;
	height:3px;
	position:absolute;
}
.barMenuTop
{
	top:0px;
}
.barMenuMidle
{
	top:50%;
	margin-top:-1px;
}

.barMenuBottom
{
	bottom:0px;
}
.sectionMainMenu
{
	height: calc(100% - 120px)!important;
	
}
#sectionMain{
	display:flex;
	flex-direction:row;
}
.searchBlock{
	border-radius:5px;
	width:405px;
	height:100%;
	box-shadow: 0px 0px 3px #A7A7A7;
	
	-webkit-transition:1s;
   	-moz-transition:1s;
   	-o-transition:1s;
   	transition:1s;
   	background:#85A7CC;
}
.searchBlock label
{
	color:#fff !important;
}
.searchBlock input[type="text"], .searchBlock select{
	background:#EDF2F8;
}
.listadoMain{
	border-radius:5px;
	width:calc(100% - 405px);
	height:100%;
	margin-left:15px;
	box-shadow: 0px 0px 2px #A7A7A7;
	
	-webkit-transition:1s;
   	-moz-transition:1s;
   	-o-transition:1s;
   	transition:1s;
}
.headBlock
{
	padding:5px;
	background:#fff;
	border-radius:5px 5px 0px 0px;
	display:flex;
	justify-content: space-between;
	align-items:center;
	border-bottom:1px solid #A7A7A7;
	position:relative;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f057";
}
#popEditServicios, .modal-header
{
	cursor: move;
}
.titleBlock
{
	margin-left:10px;	
}
.blockHeadRight
{
	width:240px;
	display: flex;
    display: -webkit-flex; /* Para navegadores webkit, como Safari */
    align-items:center;
	-webkit-align-items:center;
}
#documentacionForm
{
	padding:0px;
}
.jqte_editor, .jqte_source 
{
	min-height:130px !important;
}
#correoForm .modal-footer
{
	padding-top:5px;
}
.has-feedback .form-control
{
	padding-right: 2px !important;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 30px !important;
    top: 2px !important;   
}
.btnCloseBlock
{
	border-left:1px solid #A7A7A7;
	padding-left:10px;
	padding-right:7px;
	cursor:pointer;
}
.btnClear
{
	border-left:1px solid #A7A7A7;
	padding-left:10px;
	padding-right:7px;
	cursor:pointer;
	position:absolute;
	right:40px;
	top:5px;
}
.btnCloseBlock:hover i, .btnClear:hover i
{
	color:#FF4640;
}
#btnMenu:hover div
{
	background:#FF4640;
}
.contentBlock
{
	display:flex;
}
.containerMain{
	height:100%;
}
#taller
{

}
.deleteRow
{
	cursor:pointer;
}
.contentBlock{
	height:100%;
}
.tabsContent{
	height:calc(100% - 280px);
}
.tab-content
{
	height: calc(100% - 35px);
    overflow: auto;
}
.block
{
	border:1px solid #eee;
	padding:5px;
}
.dFlex
{
	display:flex;
}
.blockFull
{
	width:100%;
	-webkit-transition:1s;
   	-moz-transition:1s;
   	-o-transition:1s;
   	transition:1s;
}
.closeBlock
{
	width:0%;
	-webkit-transition:1s;
   	-moz-transition:1s;
   	-o-transition:1s;
   	transition:1s;
   	overflow:hidden;
   	padding:0px;
   	margin:0px;
}
.barHeaderTool
{
	width:calc(100% - 250px);
	height:30px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.btnHeaderSeach{
	width:30px;
	height:30px;
	text-align: center;
	display:none;
	cursor:pointer;
}
.btnHeaderSeach:hover
{
	color:#FF4640;
}
.barHeaderTool i
{
	font-size:28px;
} 
.fa-search::before {
    content: "\f002";
}
.bodyBlock
{
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 35px);
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.formOt
{
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 40px);
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.h100px
{
	height:100px;
	
}
.hAuto{
	height:auto;
}
.autoC
{
	background:url(../img/bgAuto.png)no-repeat top right #F4F9FD !important;
}
.bodyBlock .form-group:first-child
{
	margin-top:14px;
}
.bodyBlock .form-group
{
	display:flex;
	align-items:center;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:14px;
	position:relative;
}
.bodyBlock .form-group label
{
	width:100px;
	font-size:12px;
	font-weight:normal;
}

.formOt .form-group:first-child
{
	margin-top:14px;
}
.formOt .form-group
{
	display:flex;
	align-items:center;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:14px;
	position:relative;
}
.formOt .form-group label
{
	width:100px;
	font-size:12px;
	font-weight:normal;
}

.date .input-group-addon
{
	 padding: 6px 12px;
	 padding-top:0px;
	 padding-bottom:0px;
}
.wCol50
{
	width:50% !important;
}
.wCol33
{
	width:33% !important;
}
.wCol100
{
	width:100% !important;
}
#listadoCompletoContent
{
	width:100%;
}
.lblHasta
{
	padding-left: 15px;
    width: 58px !important;
}
.wCol100 .date
{
	width:120px;
}
.wCol100 .date input
{
	width:100% !important;	
}
.mL10
{
	margin-left:10px;
}
.fa-trash-o::before {
    content: "\f014";
}
.form-control-feedback
{
	top:2px;
}
.help-block
{
	position:absolute;
}
.wCol100 .W100
{
	width:100% !important;
}
.wCol100 .error .W112px
{
	width:112px !important;
}
.mR58
{
	margin-right:58px;	
}
.containerMain
{
	padding:5px;
}
.bodyBlock .form-group:first-child {
    margin-top: 5px;
}
.formOt .form-group:first-child {
    margin-top: 5px;
}
.containerMain
{
	background:#f6f6f6;
}
.containerMain .form-group
{
	margin-top:2px;
	margin-bottom:2px;
}
.bodyBlock .aITop
{
	align-items:flex-start;
}
.formOt .aITop
{
	align-items:flex-start;
}
form
{
	height:100%;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: -5px 10px 0;
}
.fontS12 .btn
{
	font-size:12px;
}
.informeTecTexarea
{
	margin-top:5px;
	height:40px !important;
	resize: none;
}
.obserTextarea
{
	margin-top:5px;
	height:150px !important;
	resize: none;
}
.aligItemStart
{
	align-items:flex-start !important;
}
.OpReaTextarea
{
	width:100%;
	height:230px !important;
	resize: none;
}
.W100
{
	width:100%;
}
.fontWNormal
{
	font-weight:normal;
	font-size:13px;
	margin-top:10px;
}
.aITop textarea
{
	height:58px;
}
#form1
{
	height:350px !important;	
}
.flexWrap
{
	flex-wrap:wrap;
}
#caja .flexWrap label
{
	width:80px;
}
.minH100
{
	min-height:100%;
}
.wCol3 
{
	width:calc(100% - 100px);
}
.wCol3 .error input {
    width: calc(100% - 5px) !important;
}
.fontS12
{
	font-size:12px;
}
.jC
{
	justify-content:space-between;
}
.listados
{
	padding:10px;
	margin-bottom:15px;
}
.textAreaOtros
{
	height:103px !important;	
}


.modalBody
{
	width:100%;
	height:calc(100% - 150px);
	overflow:auto;
}

.modal-body .form-group
{
	height:35px;
}

.modal-body .form-control-feedback {
    top: 0px !important;
}

.modal-footer {
    text-align: center;
}
.flex
{
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.flex::after, .flex::before
{
	content: none !important;
}
.popover-title
		{
			font-size:12px;
		}
#tablelistadoCompleto_filter
{
	margin-top:5px;
	margin-right:5px;
	display:flex;
	align-items:center;
}
.otIDSearchJmesa
{
	margin-right:15px;
	
}		
.popover-title {
    color: blue;
    font-size: 15px;
}
.tooltip-inner  {
    color: #fff;
    font-size: 10px;
    background:rgba(0,0,0, 0.8);  
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0,0,0, 0.8);
}

#cliente + .form-control-feedback, #otItv + .form-control-feedback
{
	right:10px;
}
#otVhEquipoMarca, #otVhEquipoModelo, #otVhEquipoSerie, #otVhPlataformaMarca, #otVhPlataformaModelo, #otVhPlataformaSerie, #otVhCajaLargo, #otVhCajaVoladizo
{
	width:calc(100% - 80px) !important;
}

#otVhEquipoMarca + .form-control-feedback, #otVhEquipoModelo + .form-control-feedback, #otVhEquipoSerie + .form-control-feedback, #otVhPlataformaMarca + .form-control-feedback, #otVhPlataformaModelo + .form-control-feedback, #otVhPlataformaSerie + .form-control-feedback, #otVhCajaLargo + .form-control-feedback, #otVhCajaVoladizo + .form-control-feedback
{
	right:10px;
}
#otVhCajaAncho, #otVhCajaAlto, #otVhCajaLargoFurgon, #otVhCajaTara
{
	width:calc(100% - 80px) !important;
}

#otVhCajaAncho + .form-control-feedback, #otVhCajaAlto + .form-control-feedback
{
	right:10px;
}
#otVhOtros + .form-control-feedback, #otVhHomol + .form-control-feedback, #otVhHomol2 + .form-control-feedback
{
	right:8px;
}
#otVhCategoria
{
	width:40px !important;
}
#otAtpEnicre + .form-control-feedback, #otAtpHomologacion + .form-control-feedback, #otAtpPlacas + .form-control-feedback, #otAtpActa + .form-control-feedback, #otAtpCoeficienteK  + .form-control-feedback
{
	right:8px;
}
#otMedidaTecho + .form-control-feedback, #otMedidaSuelo + .form-control-feedback
{
	right:8px;
}
#otMedidaIntLargo + .form-control-feedback, #otMedidaIntAlto  + .form-control-feedback, #otMedidaIntAncho  + .form-control-feedback, #otMedidaExtLargo  + .form-control-feedback, #otMedidaExtAncho  + .form-control-feedback, #otMedidaExtAlto + .form-control-feedback
{
	right:6px;
}
#divAnterior
{
	width:calc(50% - 100px);
	text-align:left;
}
#divSiguiente
{
	width:calc(50% - 100px);
	text-align:right;
}
.barUser {
    align-items: center;
    color: #233695;
    display: flex;
}
.icoUser {
    display: inline-block;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.welcome {
    font-size: 11px;
    width: 130px;
}
.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    background-color: #fff;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 6px 0 0 -0px;
    min-width: 205px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu-user {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    background-color: #fff;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-sizing: border-box;
    margin-left:0px;
	margin-top:0px;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 6px 0 0 -178px;
    min-width: 205px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.open > .dropdown-menu-user {
  display: block;
}
.barUser .btn {
    background: #fff none repeat scroll 0 0;
}
.dropdown-menu li {
    padding: 5px;
}
.dropdown-menu-user > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
label
{
	font-size:12px;
	font-weight:normal;
}
.w800px
{
	width:800px;	
}
.h200px
{
	height:200px !important;
}
.jqte
{
	margin-top:0px !important;
}
.w795
{
	width:795px !important;
}
.dIB
{
	display:inline-block;
}
#otNuevo
{
	margin:0px;
	margin-left:10px;
}
.modal-body #vhBastidor
{
	width:calc(100% - 105px);
}
.modal-body #cliente
{
	width:calc(100% - 70px);
}
#tipoDocumentoId
{
	min-width:130px;
}
.nav-tabs > li > a 
{
	padding-top:5px;
	padding-bottom:5px;

}
.w850px
{
	width:850px;
}
.justifyFlexS
{
	justify-content:flex-start !important;
}
.otMain .block
{
	padding-top:0px !important;
}
.otMain .headBlock
{
	padding:3px !important;
}
.heightM30
{
	height:calc(100% - 30px) !important;
}
.contentAutoCom
{
	height:auto !important;
	overflow:inherit !important;
}
.contentAutoCom .dropdown-menu
{
	margin-left:0px !important;
	margin-top:0px;
}
.facturacionFlex
{
	display:flex;
}
.facturacionFlex .bodyBlock
{
	height:auto !important;
}
#otVhCajaOtros
{
	height:56px !important;
}
#tcNombre + i, #tdNombre + i
{
	right: 15px;
    top: 1px !important;
}
#listadoCompletoContent .dataTables_info
{
	padding-left: 10px;
    padding-top: 5px !important;
}
.hiScroll
{
	overflow:hidden !important;
	height: calc(100% - 45px) !important;
}
#costeForm i
{
	right:13px !important;
}
#clienteModalForm i
{
	right:15px !important;
}
.btnScan
{
	clear:both;
	display: inline;
}
.w650 
{
	width:650px !important;
}
.w775
{
	width:775px !important;
}

.bgInputCyan input[type=text]
{
	background:#C6FFFF;
}

.bgInputYellow input[type=text]
{
	background:#FFFFC6;
}
.bgInputYellow .form-control[readonly]
{
	color:#555;
	background:#FFFFC6;
}
.tabsContent input[type=text], .tabsContent textarea
{
	background:#FFE3C6;
}
.aTextCenter
{
	text-align:center;
	display:inherit !important;
}
.iTextarea i
{
	right:10px !important;
}

.bodyBlock.iTextarea i
{
	right: 2px !important;
}

#keyId, #cliente, #otVhMatricula, #otVhBastidor, #otVhMarca, #otVhModelo, #otAtpPlacas, #otAtpHomologacion, #otVhOtros
{
	color:#F82020 !important;
	font-weight: bold;
	text-transform:uppercase;
}
.wCol60
{
	width:60%;
}
.wCol40
{
	width:40%;
}
.mR27
{
	margin-right:27px;
}

.precio
{
	text-align: right;
}
#otId, #tablelistadoCompleto_filter label input
{
	background-color:#ECE3CE !important;
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border:1px solid #CCCCCC;
	height:27px;
}
#otId
{
	margin-top:-5px;
}
.searchBlock #otVhEquipoSerie, .searchBlock #otVhPlataformaSerie
{
	 width: calc(100% - 100px) !important;
}
.searchBlock #otNuevo {
    margin: 0px !important;
}
#tablelistadoFacturacion_filter, #tablelistadoCostes_filter {
    float: left;
    text-align: right;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #DAE4F1;
}
.headBlock .btn-group .btn-default
{
	background:#85A7CC;
	border-color: #fff;
    color: #fff;
}
.headBlock .btn-group .btn-default:hover
{
	background:#EDF2F8;
	color:#85A7CC;
}
.margen{
	color: white !important;
	background-color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
#margen{
	color: black;
	font: bold;
}
#bloqueCliente i
{
	right: -5px !important;
}
#botonNueva, #botonDupli
{
	margin-right:10px;
}
#nuevaOtModal .col-xs-5 .dropdown-menu
{
	margin-left:0px;
	margin-top:0px;
}

.bodyMain .bootstrap-datetimepicker-widget
{
	margin-left:5px !important; 
}
.flexStar
{
	justify-content: flex-start;
}
.flexDirectionRow
{
	flex-direction:column;
	align-items:flex-start !important;
}
.flexDirectionRow .error
{
	width:100%;
}
#otMedidaObservaciones
{
	width:100%;
	height:85px;
}
.W55
{
	width:55%;
}
.w70
{
	width:70px !important;
}
#clTelefono
{
	width:100px !important;
}

.minLabel .form-group label
{
	min-width:80px;
}
.mR10
{
	margin-left:10px;
}
#clDireccion
{
/* 	margin-left: 20px; */
	width: 100% !important;
}
.mLmR10
{
	margin-left:10px;
	margin-right: 10px;
}
.wMin50
{
	min-width:50px !important;
}
#clNumero
{
	width:60px !important;
	min-width:50px;
}

#otVhDistanciaee
{
	width:60px !important;
	min-width:50px;
}

#otVersion
{
	width: 100% !important;
	min-width:105px;	
}

#otDescripcion
{
	width:100% !important;
}
.wCol100 .w100 
{
	width:100% !important;
}
.icoPlus
{
	margin-left:5px;
	margin-right:5px;
}
.mT10
{
	margin-top:15px;
}
#filtroForm #otDescripcion, #filtroForm #otVhEquipoSerie, #filtroForm #otVhPlataformaSerie, #filtroForm #otNuevo
{
	width: calc(100% - 20px) !important;
}

.searchBlock .wCol100 .buscador
{
	width:calc(100% - 20px) !important;
}
.logoMain
{
	width:70px;
}


@media (max-width: 1150px) {
	.wMinCoCli
	{
		min-width:50px !important;
	}
	#clTelefono {
    	width: 70px !important;
	}
	.mL10 {
    	margin-left: 5px;
	}
}
.loaderContent{
	width: 100%;
	text-align: center;
	justify-content:center;
}
/* .loader { */
/*     border: 16px solid #f3f3f3; Light grey */
/*     border-top: 16px solid blue; */
/*  	border-bottom: 16px solid blue; */
/*     border-radius: 50%; */
/*     width: 50px; */
/*     height: 50px; */
/* 	margin-top: 10px; */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
/* 	horizontal-align: middle; */
/*     animation: spin 2s linear infinite;     */
/* } */

/* @keyframes spin { */
/*     0% { transform: rotate(0deg); } */
/*     100% { transform: rotate(360deg); } */
/* } */

.spinner {
/*   margin: 100px auto; */

	margin-left: auto;
	margin-right: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #3071a9;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spanLoader{
	margin-top:20px;
}

.cargandoTabla
{
	display:inline-block !important;	
}

.btnAbreOt{
	background-color:#F3F3F3;
	display: inline-block;
	padding: 2px 7px;
	margin-bottom: 0;
	margin-right: 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
