@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
html {
    height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color: #eee;
}
body.login {
	background: rgba(104,143,182,1);
	background: linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(104,143,182,1) 100%);
	width: 100%;
	height: 100%;	
}
.mgt-10 { margin-top: 10px; }
.mgt-20 { margin-top: 20px; }

.login-header {
	font-size: 22px;
	font-weight: 700;
	padding-top: 70px;
}
.center {
	text-align: center !important;
}
.wraperLogin {
	width: 600px;
	height: 600px;
	background-image: url(../imagenes/bg-circulo-600.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px auto 0 auto;
	padding-top: 50px;
}
.divLoginForm {
	padding-top: 100px;
	border-radius: 15px;
	width: 300px;
	height: 400px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 57px;
	position: fixed;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
	z-index: 10;
}
.marginMain {
	padding-top: 70px;
}
.sideMenu {
	position: fixed;
	left: 0;
	top: 70px;
	width: 250px;
	border-right: 1px solid #ccc;
}
.sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sideMenu ul li {

}
.sideMenu ul li a {
	display: block;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fc0;
}
.tituloSeccion {
	font-size: 22px;
	padding: 5px 0;
}
.divForm {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	font-size: 14px;
}
.divListado {
	height: 240px;
	overflow: scroll;
}
#nprogress .bar {
    background: #fc0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}
#listaEmpresa {
	font-size: 14px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
.divTabla {
	width: 100%;
	overflow: auto;
}
.divTabla2 {
	width: 100%;
}
.contenedorContactos {
	width: 100%;
	height: 300px;
	overflow: scroll;
}
#tablaContactos {
	font-size: 12px;
}
.filaActiva {
	background-color: #ccc;
}
.comboPaginacion {
	margin: 0px 0;
}
.comboPaginacion select {
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border:1px solid #ccc;
}
.exportar {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	color: #117E43;
}
.criterios {
	text-align: left;
	font-size: 16px;
	color: #f00;
}
.pdl-20 { padding-left: 20px; }
.mgt-20 { margin-top: 20px; }
.mgb-10 { margin-bottom: 10px; }
.mgb-20 { margin-bottom: 20px; }
.padding-20 { padding: 20px; }
.tab-pane h2, .divForm h2 {
	font-size: 18px;
	font-weight: 700;
	color: #007bff;
	margin-top: 20px;
}
.pdt-30 {
	padding-top: 30px;
}
.wordBreak {
    -ms-word-break: break-all;
    word-break: break-all;

 	/* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;	
}
.iconos {
	font-size: 20px;
}
.font12 { font-size: 12px; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px; }
.oculto { display: none; }
.visible { display: block; }
.logo img {
	max-width: auto;
	height: 30px;
}
.titulo {
	font-size: 38px;
	color: #000;
	font-weight: 700;
	padding-top: 5px;
	margin-bottom: 5px;
}
.subtitulo {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	padding-top: 5px;
	margin-bottom: 5px;
}
.floatRight { float: right; }
.pull-right {  text-align: right; }
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #333;
}
.nombreUsuario {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}
.foto { 
	text-align: left;
	width: 100%
}
.foto img {
	width: 90%;
	height: auto;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 6px 10px;
    border-bottom: 1px solid #111;
}
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
label.labelBlock {
	display: block !important;
}
.select2-container {
	width: 100% !important;
}
#query {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #fff;
	left: 10px;
	bottom: 5px;
	font-size: 11px;
	color: #000;
	display: none;
}
#benchmark {
	position: fixed;
	width: 300px;
	height: 20px;
	background-color: #fff;
	left: 10px;
	bottom: 40px;
	font-size: 11px;
	color: #000;
	display: none;
}
.table td, .table th {
    padding: 0.45rem 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
button, input {
	overflow: hidden !important;
}
#datos {
	width: 400px;
	height: 200px;
	position: fixed;
	left: 0;
	bottom: 20px;
	background-color: #f0e498;
	z-index: 100;
	display: none;
}
.wraperForm {
	width: 80%;
	min-height: 200px;
	padding: 40px 40px;
	margin: 20px auto;
	background-color: #f0e498;
}
.basura {
	text-align: center !important;
}
.basura i {
	font-size: 24px;
}
.alertas {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 700px;
	min-height: 100px;
	background-color: #F8D7DA;
	z-index: 100;
	padding: 10px 10px;
}
.divAlerta {
	position: relative;
	width: 100%;
	min-height: 60px;
	margin: 10px 0;
}
.alertas h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.motivo_alerta {
	font-size: 11px;
	line-height: 18px;
}
.cabeceraAlerta {
	font-size: 12px;
	font-weight: 700;	
}
.datoAlerta {
	font-size: 11px;
	line-height: 18px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}