body{
	background-color: white !important;
}
.navbar {
	background-color: black !important;
}

.logoNV{
	max-width:100px;
}

.dataTables_info, .titleW, caption, label, .active>a {     color: white !important; }
 
tbody{
	font-size: 14px;
}

@media only screen and (max-device-width : 800px) {
    .titleW {
    	font-size: 2rem !important;
    }
    #mobT{
		display: block !important;
	}
	#webT{
		display: none !important;
	}
	.navbar-brand{
		float: left;
    	padding: 15px;
    	text-align: center;
    	width: 100%;
	}
}

#mobT{
	display: none;
	text-align: center;
}

#web{
	display: block;
	text-align: center;
}

.progress{
	display: none;
}

#v-pills-tabContent{
	width: 80% !important;
}

#v-pills-tab{
	width: 20% !important;
}

#ico1{
	margin: 8px;
}

body {
	font-family: Arial, Helvetica, sans-serif !important;
 }


			input[type=text], input[type=password] {
			width: 100%;
			padding: 12px 20px;
			margin: 8px 0;
			display: inline-block;
			border: 1px solid #ccc;
			box-sizing: border-box;
			}

			button {
			background-color: darkred;
			color: white;
			padding: 14px 20px;
			margin: 8px 0;
			border: none;
			cursor: pointer;
			width: 100%;
			}

			button:hover {
			opacity: 0.8;
			}

			.imgcontainer {
			text-align: center;
			margin: 24px 0 12px 0;
			}

			img.avatar {
			width: 50% !important;;
			}

			.container {
			padding: 16px;
			}

			span.psw {
			float: right;
			padding-top: 16px;
			}

			/* Change styles for span and cancel button on extra small screens */
			@media screen and (max-width: 300px) {
			span.psw {
			display: block;
			float: none;
			}
		}
.grayText {
	color: darkgray !important;
}		

.poliColor{
	/*background-color: #7f042d !important;*/
	/*background-color: #114578 !important;*/
	background-color: #114578e6 !important;
	color: white;
}

.noticiaPrincipal{
	    height: auto !important;
    position: relative !important;
}

.textBlack{
	color: black !important;
}

.fg{
	background-color: #ebebeb !important;
	border: 0px;
	padding: 15px 0px;
}

.dataTables_length label, .dataTables_filter label{
	color: black !important;
}

.btn{
	border-radius: .25rem !important;
}

.loginForm{
	padding: 5%;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: #071a2ed4 !important;
}

.ocupacionM, .tarifaM{
	width: 100%;
}

table thead th {
    vertical-align: middle !important;
    text-align: center;
}

 .w-13 { 
 	width: 7% !important; 
 	font-size: 2vh !important;
 }

 .form-control-PM{
 	padding: 0 !important;
 	margin: 0 !important;
 }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.card-body-PB{
	padding-bottom: 0 !important;
}


.datePicker{
    display:none;
    padding:0px 0px 0px 0px;

}

.eventoABC td, .eventoABC th {
    vertical-align: middle;
    text-align: center;
}
.eventoABC tbody tr:first-child{
    background-color: #dcdcdc63;
}

.table .thead-light th {
    color: #ffffff;
    background-color: #433179;
    border-color: #dee2e6;
}

.nav-link.active{
	color: #ffffff !important;
    background-color: #196ec1 !important;
}

.textC{
	text-align: center;
}

.verde{
	color: #33f3daf2;
}

.colorExcel{
	color: #39e039;
}

.fontThead{
	font-size: 13px;
}

.fontTbody{
	font-size: 12px;
}

.editreg, .delreg, .fa-edit{
	cursor: pointer;
}


.azulClaro{
	background-color: #529be4 !important;
}

.usuarios, .usuarios2, .usuariosP, .usuariosTrash {
    width: 100%;
    padding: 12px 15px;
    border: 0.5px solid #f3f3f3;
    background-color: #fafdff;
    cursor: pointer;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    font-size: 14px;
    color: #003366;
}

.usuariosP {
	padding: 1% 5%;
}

.submenu {
	padding: 0% 10% !important;
}

.menuscblbl{
	color: black !important;
}

.cbp{
	height: 400px;
    overflow-y: scroll;
}

.movilh thead th{
  position: sticky !important;
  top: 0 !important;
  z-index: 100;
  background-color: #ddebf7 !important;
}

.movilb tbody th, .movilf tfoot tr{
  position: sticky !important;
  left: 0 !important;
}

.first {
    position: sticky !important;
    left:0 !important;
    top:auto !important;
    z-index: 200 !important;
    background-color: #ddebf7 !important;
    font-weight: bold !important;
}

.first tr:nth-child(odd) td{
    background: none repeat scroll 0 0 #f2f2f2 !important;
}

.first tr:nth-child(odd) td{
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.centerS {
	text-align: center !important;
}

.naranja {
	color: #f3ca33f2 !important;
}

.fas{
	cursor: pointer !important;
}

.avgcolor{
	position: sticky !important;
    left:0 !important;
    top:auto !important;
    z-index: 200 !important;
	background-color: #196ec1 !important;
	font-weight: bolder !important;
	color: white !important	;
}

.negritas{
	font-weight: bolder !important;
}


.card {
	height: 100% !important;
}

.bg-dark2 {
	background-color: #071b2f !important;
}

.bl{
	border-left: 2px solid black !important;
}

.iniciof{
	background-color: #ddebf7 !important;
	font-weight: bold !important;
	text-align: center !important;
}

.thisH{
	background-color: #008000a8 !important;
	color: white !important;
}

.ocultar{
	display: none !important;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .content {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .wh100 {
    width: 100%;
    height: 100%;
  }