/*@media (min-width: 1350px){
    
}*/

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px !important; /* e.g. change 8x to 4px here */
}

#menuprincipal {
	display: inline;
}
#menuprincipal a {
	margin-bottom: 15px;
}
/* combo select filter table */
#rowfiltertable {
    background-color: beige;
}
#rowfiltertable select {
    opacity: 0.5;
}

/* boton de seleccionar varios */
#conjuntobuttonsall {
	display: inline-block;
	position: relative;
	top:-9px;
	visibility: hidden;
}


/* color inicial TOOGLE */
.toggle {
	background-color: gainsboro;
	width: 200px;
	cursor: pointer;
}

/* anchura html contaniner */
@media (min-width: 992px) {
.container {
    margin-right: 50px;
	margin-left: 50px;
	width: calc(100% - 180px);
	max-width: 100% !important;
	background-color: #cdcdcd;
	padding: 20px;
	/*text-align: center;*/
}
}

/* anchura celda edit TABLE */
.anchura3btn {
    min-width: 170px;
}
.anchura4btn {
    min-width: 210px;
}

.anchura300px {
    min-width: 300px;
}
.anchura250px {
    min-width: 250px;
}
/* separador entre elementos vertical */
.separador50px {
	margin-top: 50px;
}
.separador10px {
	margin-top: 10px;
}
/* row disabled TABLE */
.disabled {
   	pointer-events: none;
	color: lightgray;
}
.enabled {
   	pointer-events: inherit;
	color: black;
}


#containercursosprov {
    margin-top: 20px;
    padding: 20px 0px 10px 0px;
    background-color: #021525;
    -moz-box-shadow: 0px 1px 13px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 13px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 13px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
}

/* BOTON UPLOAD TABLE */
label#labelupload1 {
    cursor:pointer;
}
label .upload {
    background-color: gold;
    margin: 3px 3px 2px 0px !important;
}
/* ESTADOS archivos */
.estadoarchivo {
    color: #00000099;
    text-align: center;
    border: 1px solid #cccccc;
}
.estado1 {background-color: gray !important; color:white !important;}
.estado2,.estado6 {background-color: yellow !important;}
.estado3,.estado7 {background-color: green !important; color:white !important;}
.estado4 {background-color: orange !important;}
.estado5 {background-color: red !important; color:white !important;}

#bienvenido {
	padding: 10px 30px;
    text-align: right;
    background-color: aliceblue;
}

button {
    cursor: pointer;
}
button#volverbtn {
	margin-right: 15px;
	margin-top: 0px !important;
}
button#volverbtn span {
	margin-right: 10px;
	vertical-align: sub;
}
button#nuevoEle {
	margin-bottom: 15px;
}

table select, .tab-pane select {
    line-height: inherit;
    padding: 5px 5px;
    border: 0;
}
.myhidden {
	display: none !important;
}

.imglogo {
	max-height: 120px;
	margin-bottom: 20px;
	padding: 10px 30px;
	margin-top: 10px;
}
.imglogoprov {
	max-height: 120px;
	margin-bottom: 20px;
	padding: 10px 30px;
}


/* para codigo sortable */
.fa-arrows-v {
	margin-left: 20px;
}

/*Para código DATATABLE*/
.dataTables_wrapper .dataTables_paginate {
	margin-top: 20px;
}

.dataTables_wrapper input[type=text] {
	border: 0;
	padding: 5px 8px;
}
.dataTables_wrapper td {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* altura row table docu no sale bien */
table .tdocumentacion button {
    position: inherit !important;
}
.dataTables_wrapper td {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.dataTables_wrapper button {
    position: relative;
    top: -7px;
}
.dataTables_wrapper input {
	width: 93% !important ;
}
.dataTables_wrapper .dataTables_info {
   /*visibility: hidden;*/
}

#tablaresultados_wrapper {
	margin-top: 20px !important;
    background-color: white;
    padding: 15px;
}
#tablaresultados_wrapper .dt-buttons {
	text-align: center;
	margin-top: 30px !important;
}


/* LOADING cargando encima de un elemento */
#cajaloading {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    top: 0px;
    background-color: #6495ed2e;
}
#loading {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
	position: relative;
	margin: 0 auto;
	top:20%;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
	color:#7d7620;
}

#footerprov {
    margin-top: 50px;
    background-color: #021525;
    color: lightgrey;
    padding: 20px 50px;
    text-align: center;
    border-top: 5px solid;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 /* fin loading */