table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.delete {
    height: 14px;
    width: 14px;
    display: block;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: Verdana, arial;
    font-size:10px;
    font-weight:bold;
    padding-top:1px;
    /*background-color: #F99;*/
    background-color: rgba(30,30,30,0.5);
}

.delete:hover {
	background-color:#d33;
}

.table > tbody > tr > td {
	cursor:pointer;
}

.sinborde td, .sinborde tr, .sinborde th {
    padding: 5px !important;
    border-color: #fff !important;
    border-width:0; !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.03);
}

#sombra {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	z-index:500;
	background-color:#FFF;
	opacity:0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#cargando {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	background-image: url("../images/cargandogenerico.gif");
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	z-index:550;
}

/*----------------------------- listados -----------------------------*/
#gridListados .totales {
	font-weight:bold;
}

/*-------------------- formulario ----------------------------*/
  
.form-control:disabled, .form-control[readonly] {
  background: #fbfadb !important;
  border-color: #fbfadb !important; 
  cursor: not-allowed;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 0.6 !important; 
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    cursor: not-allowed;
    background-color: #fbfadb; 
    /*border-color: #fbfadb;*/
    opacity: 0.6
}

.control-group {
	margin-bottom: 15px;
	float:left;
	height:40px;
	min-width:250px;
}

.control-group a {
	color:#777;
}

.control-group a:hover {
	color:#000;
}

.control-label {
	text-align: left;
	float: left;
	margin-left:10px;
	margin-top:5px;
}
.controls {
	margin-left: 0;
	overflow: hidden;
}

label, input, submit, button, select, textarea {
	line-height: 20px;
	font-size: 14px;
	font-family: verdana;
	padding:5px;
	font-weight:normal;
}

.form .control-label {
	text-align: right;
	float: left;
	font-size:14px;
	width: 75px;
}

.form input, .form textarea, .form select  {
	background-color: #F9F9F9;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
	border: 1px solid #e4e4e2;
	border-radius:4px;
}

.form input {
	height: 35px;
}

.form .link {
	color:#FFF;
	text-decoration:none;
	/*text-shadow: -1px -1px 1px #FFF, 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF;*/
	/*-webkit-text-fill-color: #000;
	-webkit-text-stroke: 2px #FFF;*/
}

.form .link:hover {
	color:#FFF;
	text-decoration:underline;
}

.form textarea {
	height:150px;
}

.form-elements {
	font-size:14px;
}

.form-elements input[type="radio"], 
.form-elements input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width:auto;
}

.form-elements label:before {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0;
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../images/form_icons.png);
  margin-right: 7px;
  margin-left:5px;
  margin-top:-7px;
}
.form-elements input[type="radio"]:checked + label:before {
  background-position: -29px 0;
}
.form-elements input[type="radio"] + label:before {
  background-position: -29px -29px;
}
.form-elements input[type="checkbox"] + label:before {
  background-position: 0 -29px;
}
.form-elements input[type="checkbox"]:checked + label:before {
  background-position: 0 0;
}

.form-elements label{
  display: inline-block;
  font-size:14px;
  cursor: pointer;
  color:#777;
}

.form-elements label:last-child{
  margin-left: 10px; 
}

.form-elements label:hover {
	color:#000;
}


.documentos-elements input[type="radio"], 
.documentos-elements input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width:auto;
}

.documentos-elements label:before {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0;
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../images/form_miniicons.png);
  margin-right:5px;
  margin-left:5px;
  margin-top:-7px;
}
.documentos-elements input[type="radio"]:checked + label:before {
  background-position: -22px 0;
}
.documentos-elements input[type="radio"] + label:before {
  background-position: -22px -22px;
}
.documentos-elements input[type="checkbox"] + label:before {
  background-position: 0 -22px;
}
.documentos-elements input[type="checkbox"]:checked + label:before {
  background-position: 0 0;
}

.documentos-elements label {
	color:#777;
	padding:0;
	cursor:pointer;
	line-height:20px;
}

.documentos-elements label:hover {
	color:#000;
}

.note-editor.note-frame {
	margin-bottom:0;
}

.note-toolbar-wrapper {
	min-height:37.5px;
}
.card .card-body .separacion {
	
}
.separacion {
	float:left;
	width:100%;
	border-bottom: 1px solid #ebedf2;
	margin-bottom:15px;
	margin-top:-15px;
}

.separacion label, .card-body .titulo label {
	padding:15px;
	color:#9A9A9A !important;
	font-size:13px !important;
}

.card-body .titulo {
	float:left;
	width:100%;
	margin-bottom:0px;
	margin-top:-15px;
}

/*------------------------- fin formulario -----------------------------*/

.btn {
	/*color:#FFF;*/
}


.btn:disabled {
  opacity: 0.30 !important; 
}

/*-------file upload ------*/
legend {
	font-weight: bold;
	color: #333;
}

.filedrag {
	display: none;
	float:left;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #AAA;
	width:50%;
	border: 1px dashed #AAA;
	border-radius: 7px;
	cursor: default;
}

.drag {
	float:left;
	color: #f00;
	border: 2px solid #f00;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
	width:50%;
	border-radius: 7px;
	cursor: default;
}

#messages {
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p {
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success {
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
	background: #c00 none 0 0 no-repeat;
}

/* --- file input -------------*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}

.fase7 a {
	color:#000;
	text-decoration:none;
	opacity:0.5;
}
.fase7 a:hover {
	color:#000;
	text-decoration:none;
	opacity:1;
}

.tabla div {
	/*float:left;*/
	box-sizing:border-box;
	padding: 0 5px;
}

.tabla .form-control {
	height:39px;
}

.tabla .btn, .tabla .btn a {
	color:#FFF !important;
	padding:9px 5px !important;
	max-width:100%;
	min-width:100%;
}

.tabla .btn a, .tabla .btn a:hover {
	text-decoration:none;
}

.tabla a {
	color:#777 !important;
	text-decoration:none;
	opacity:0.7;
}

.tabla a:hover {
	text-decoration:none;
	opacity:1;
}

.tabla input[readonly] {
	background-color:#FFF;
	border:0px;
	color:#777;
}


/* -------------fin file input -----------------*/

/*------------ radio button semaforo --------- */

#capafase7 .container {
  	position: relative;
  	float:left;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 10px;
  	width:auto;
  	height:auto;
  	-webkit-user-select: none;
  	-moz-user-select: none;
 	-ms-user-select: none;
  	user-select: none;
}

#capafase7 label label {
	padding:0 25px 0 35px;
	/*margin-top:-3px;*/
	font-weight:bold;
	font-size:15px !important;
	color:#999 !important;
}

/* Hide the browser's default radio button */
#capafase7 .container input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
#capafase7 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#capafase7 .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#capafase7 .container input:checked ~ .uno {
  background-color: #2196F3;
}
#capafase7 .container input:checked ~ .dos {
  background-color: #e04747;
}
#capafase7 .container input:checked ~ .tres {
  background-color: #72bb52;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#capafase7 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#capafase7 .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#capafase7 .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*--------------------------------*/

/*---------------------------------------------------- expediente --------------------------------------------------------*/

#encabezado {
	width:50%;
	height:50px;
	color:#000;
	padding:0px;
}

#encabezado .titulo {
	float:left;
	padding:0px;
	font-size:16px;
	/*font-weight:bold;*/
}


#encabezado .form-elements label{
	color:#000;
}

#encabezado .txtfasecompletada {
	float:right;
	font-size:14px;
	padding:15px;
	font-weight:bold;
	color:#333;
	opacity: 0.3;
	cursor:pointer;
}

#encabezado .txtfasecompletada:hover {
	opacity: 0.5;
}

#encabezado .completado {
	opacity:1;
	color:#FFF;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
    padding:0;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: #bbb; /*rgb(255, 255, 255);*/
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    /*background: inherit;
    opacity: 0.5;*/
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #FFF;
    left: 20px;
}

#datosusuario {
	float:left;
	width:50%;
	color:#777;
	padding:0px;
}

#datosusuario div {
	padding:3px;
	padding-left:10px;
	background-color:#EEE;
}

#datosusuario .contenido {
	width:100%;
	height:65px;
	background-color:#EEE;
	border-radius:7px;
	margin-right:10px;
	border:0px solid #000;
	box-sizing:border-box;
	overflow:hidden;	
}

#datosusuario a {
	color:#777;
	text-decoration:none;
}

#datosusuario a:hover {
	color:#000;
	text-decoration:none;
}

#datosexpediente {
	float:left;
	width:50%;
	color:#777;
	padding:0px;
}

#datosexpediente div {
	padding:3px;
	padding-left:10px;
	background-color:#EEE;
}

#datosexpediente .contenido {
	width:100%;
	height:65px;
	background-color:#EEE;
	border-radius:7px;
	margin-left:10px;
	border:0px solid #000;
	box-sizing:border-box;
	overflow:hidden;
}

#datosexpediente a {
	color:#777;
	text-decoration:none;
}

#datosexpediente a:hover {
	color:#000;
	text-decoration:none;
}

.datosayudas {
	float:left;
	margin-right:0px;
	margin-top:10px;
	padding:10px;
	border-radius:0px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.datosprovisionales {
	width:21%;
	background-color:#f1ddb6;
	border:1px solid #dac6a0;
}

.datoscomprometidos {
	width:22%;
	background-color:#b7c6f0;
	border:1px solid #a1b0db;
}

.datosjustificados {
	background-color:#bae0a1;
	border:1px solid #95ba7d;
}

.datospagados {
	background-color:#ecbcd6;
	border:1px solid #e5a2c6;
}

#fases .fase {
	float:left;
	width:100%;
	background-color:#FFF;
	/*background-color:#AAA;*/
	border-radius:0px;
	border:1px solid #DDD;
	box-sizing:border-box;
	overflow:hidden;
	padding:3px;
	/*margin-top:2px;*/
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#777;
	opacity: 0.7;
}

#fases .activa {
	 opacity: 1;
	 color:#000;
}

#fases .incidencia {
	/*opacity: 1;*/
	color:#FFF;
	background-color:#d74444;
	border:1px solid #c72222;
}

#fases .gris {
	background-color:#AAA;
}

#fases .verde {
	color:#FFF;
	background-color:#72bb52;
}

#fases .completada {
	 /*opacity: 1;*/
	 background-color:#72bb52;
	 color:#FFF;
	 border:1px solid #509930;
}


#fases .fase h2 {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.scrollbar-outer {
	overflow:hidden;
}

/* estilo password */
/*
#myform input[type="password"],#myform input[type="text"]{
    background:transparent;
    border: 2px solid #46AC84;
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 9px 5px;
    height: 21px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    width:100%;
}
#myform input[type="password"]:focus,#myform input[type="text"]:focus{
    outline:0;
}
#myform{
    width: 500px;
    margin: 0 auto;
    position: relative;
    margin-bottom:60px;
}
*/

input[type="password"] {
    background:transparent;
    /*border: 2px solid #46AC84;
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 9px 5px;
    height: 21px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    width:100%;*/
}

input[type="password"]:focus {
    outline:0;
}

.strength_meter{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 43px;
    z-index:-1;
    border-radius:5px;
    /*padding-right:13px;*/
}

.button_strength {
    position:absolute;
    top:5px;
    right:10px;
}

.button_strength:hover {
    text-decoration: none;
    color: #000;
}

.strength_meter div{
    width:0%;
    height: 40px;
    text-align: right;
    color: #000;
    line-height: 43px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 12px;
    border-radius:5px;
}
.strength_meter div p{
    font-family: Verdana;
    position: absolute;
    top: 16px;
    right: 8px;
    color: #999;
    font-size:13px;
}

.veryweak{
    background-color: #FFA0A0;
    border-color: #F04040 !important;
    width:25%!important;
}
.weak{
    background-color: #FFB78C;
    border-color: #FF853C !important;
    width:50% !important;
}
.medium{
    background-color: #FFEC8B;
    border-color: #FC0 !important;
    width:75% !important;
}
.strong{
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
    width:100% !important;
}


/* fin estilo password */

.abierto {
    color: #5C5 !important;
}

.cerrado {
    color: #999 !important;
}

.noleido {
    color: #C55 !important;
}

.calendario_padre {
    float: left;
    width: 50%;
    text-align: center;
}

.calendario {
    width:100%;
    float:left;
    padding:5px;
    display:flex;
    justify-content: center;
    align-items: center;
}

/*.ui-datepicker {
    width:50%;
}*/

.ui-datepicker-calendar tr td, .ui-datepicker-calendar tr th {
    padding:0;
}

@media screen and (max-width: 991px) {
	.control-group {
		min-width:100%;
	}
	.calendario_padre {
        width:100%;
        float:none;
    }
	.ui-datepicker {
		width:100%;
	}
	#popupfechas {
        width:auto;
    }

}