/**/ 
/*form-control*/

.cp{
	cursor: pointer;
}
.m-radio.m-radio--solid > span::after {
	border: solid #fff;
	background: #fff;
}
.no-table-autocomplete .dataTables_wrapper .top .dataTables_filter label,
.no-table-autocomplete .dataTables_wrapper .top .dataTables_filter label input{
    width: 100%;
}

.input-escritorio-fecha{
    border: 0px; 
    width: 100px;

    background: url(../images/select-arrow-az.png) no-repeat right transparent;

}
.form-control {
	border-radius: 8px; 
	font-family: Roboto;  
	border-color: #DBDBE5;
	color: #000;
}
div.form-control { 
	height:  auto;
	min-height: calc(2.95rem + 2px); 
}

.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple { 
	border-radius: 8px !important; 
}
.cnt_id_tag_etiqueta .select2-container--default .select2-selection--multiple, 
.cnt_id_tag_etiqueta .select2-container--default .select2-selection--single {
	border-top: 0px solid #ebedf2;
	border-top-right-radius: 0px !important; 
	border-top-left-radius: 0px !important;  
}

.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--single, 
.select2-container--default.select2-container--open .select2-selection--multiple, 
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #ebedf2;
}


.form-control-dummy {
height:  2.95rem  ;
}
.control-label{
	margin-top:  5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.form-control.form-control-top{
	padding-top:  3px;
	padding-bottom:  0px;
	border-bottom:  none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height:  auto;
	min-height: 8px;

}
.form-control.form-control-bottom{
	padding-top:  0px;
	border-top :  none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding-bottom: 7px;
	height: 35px;
	
}
.form-control.form-control-bottom.focus, 
.form-control.form-control-bottom:focus {
  border-color: #DBDBE5; 
}
.cnt-button-footer .btn {
	border-radius: 0px;
	font-family: "Roboto";
	color: white !important;
	font-weight: 300;
}
.btn{
	border-radius: 8px;  
	font-family: "Roboto";
}

.btn-success:not(:disabled):not(.disabled):active, 
.btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:active, 
.btn.btn-success.active, 
.btn-success:active, 
.btn-success.active, 
.show > .btn-success.dropdown-toggle  ,


 .show > .btn-primary.dropdown-toggle,
.btn-success ,
.btn-success:hover , 
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active ,
.btn-primary:hover {
	color: #fff;
	/*font-weight: bold;*/
	background-color: #0073FF;
	border-color: #0073FF;
}
.btn-success.disabled, 
.btn-success:disabled { 
	color: #fff;
	/*font-weight: bold;*/
	background-color: #0073FF;
	border-color: #0073FF;

}
.btn-gris{
	color: #E4E4E4; 
	background-color: #868DB4;
	border-color: #868DB4;

}
.btn-negro{
	color: #fff; 
	background-color: #193244;
	border-color: #193244;

}
.btn.btn-outline-primary { 
	border-color: #0073FF; 
}
 
.btn.btn-outline-primary:hover {  
	border-color: #0073FF; 
	background: #0073FF;
}
 

.btn-blanco,
.btn-blanco:hover {
	color: #0073FF;
	font-weight: bold;
	background-color: #fff;
	border-color: #fff;
}


.btn-subtareas,
.btn-tareas{
	background-color: #C3C6D9 !important;
	color: #0073FF !important;  

}
.btn-subtareas.active,
.btn-tareas.active{
	background-color: #0073FF !important;  
	color: #fff !important;  

}
.m-dropzone {
	border: 2px dashed #0073FF;
}
.dropzone { 
	background: #D3E7FF; 
}


.gris-2{
	color: #868DB4;
}
.blanco {
	color: #fff !important;
}

.azul{
	color: #0073FF !important;  
}

.rojo{
	color: #FF5C5F !important;  
}

.bg-blanco{
	background-color: #fff !important;

} 
.bg-gris{
	background-color: #F5F5FC !important;

} 
.bg-gris-2{
	background-color: #868DB4 !important;

} 
.bg-gris-3{
	background-color: #C3C6D9 !important;

} 
.bg-azul{
	background-color: #0073FF !important;  
}
.bg-rojo{
	background-color: #FF5C5F !important;  
}

a,
a:active, 
a:focus, 
a:hover {
	color: #0073FF; 
	text-decoration: none;
}

a.a2,
a.a2:active, 
a.a2:focus, 
a.a2:hover {
	color: #868DB4; 
}


.select2-container {
	width: 100% !important;
}



#buscar:focus {
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 2px solid #22bbe7;
    box-shadow: none;
    border-radius: 0;
    margin: 2px;
}

.form-control.input-with-icon { 
  width: calc(100% - 30px) !important; 
}
.form-control.euro {
  background-image: url('./images/euro.svg') !important; 
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 0.8em;
  padding-right: 10% !important;
  width: 90% !important;
  text-align: right;
}
.form-control.m2 {
  background-image: url('./images/m2.svg') !important;
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 1.0em;
  padding-right: 10% !important;
  width: 90% !important;
  text-align: right;
}
.m-switch input:empty ~ span { 
	float: left; 
}
.m-switch.m-switch--sm  .lbl {
	/*line-height: 27px; */
	height: 27px;
	margin-right: 15px;
}
.m-switch input:checked ~ span::after {
	background-color: #0073FF; 
}
.material .row{
	width: 100%
}
.material .form-control:focus {
	border: 0px;
	border-bottom: solid 1px #0073FF; 
  box-shadow: none !important;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}
.material label{
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 0.95rem;
}
.material label.switch-label-top{
	margin-top: 0.7rem; 
}
.material label.switch-label-bottom{
	margin-top: 0.3rem; 
}
.material .form-control { 
	border-radius:0px;
	border:0px;
	border-bottom: solid 1px #ccc; 
	background-color: transparent;
    box-shadow: none !important;
    padding:  1.25rem 0 1.35rem 0;
  /* height: calc(1.55rem + 2px); revienta el explorer*/
  font-size: 1.2rem;
} 
textarea{
	min-height:  50px;
}
 .material textarea.form-control {  

	padding: 0rem 0 0rem 0;
	margin-top: 1.07rem;
	height: 100px;

} 
.material .form-control.red { 
	border-radius:0px;
	border:0px;
	border-bottom: solid 1px #d50043;
} 
.material select.form-control{
	-webkit-appearance: none; 
	appearance: none;
	-moz-appearance: none;
	height: calc(2.55rem + 2px);
	padding: 0.5rem 0 0.5rem 0;
	/*background: url(/wp-content/uploads/2019/05/arrow-1.png) no-repeat right transparent;*/

    background: url(../images/select-arrow.png) no-repeat right transparent;

	border-bottom: 2px solid #ccc !important;
    margin: 5px;
}

.material select.form-control.text-white{
    background: url(../images/select-arrow-bl.png) no-repeat right transparent;
}
.material select.form-control.multiple{
	height: 175px
}

.material .form-control-sm {
	height: calc(2.2125rem + 2px);
	padding: .45rem .8rem;
	font-size: .875rem;
	line-height: 1.5;
}
.material  div.dataTables_wrapper div.dataTables_length select {
	width: 40px;  
} 
.material-icons.file-pdf {
	margin-right: 5px;
	float: right;
	background-image: url('../images/material-icons/file-pdf.svg');
	padding: 1rem;
}
.material-icons.file-excel {
	margin-right: 5px;
	float: right;
	background-image: url('../images/material-icons/file-excel.svg');
	padding: 1rem;
}
.material-icons.recurrente {
	margin-right: 5px;
	float: right;
	background-image: url('../images/material-icons/recurrente.png');
	padding: 1rem;
	background-size: 29px 27px;
}
.material .dataTables_filter img.cp, .material .dataTables_filter i.cp {
	margin-top: 18px;
}


.loader {
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    background: url('../images/panel-loader.gif') 50% 300px no-repeat rgb(249, 249, 249);
    background-size:  200px;
}

.dzone {
    cursor: pointer; 
    border: 2px dashed #ebedf2; 
    padding: 20px;
    text-align: center; 
    min-height: 150px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
