/*!
 * MODIFICACIONES PERSONALIZADAS
 */
th {
	font-size: 13px;
}

td {
	font-size: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
	padding: 3px;
}

.navbar {
	min-height: 30px;
}

.btn {
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 2px;
}

#page-wrapper {
	height:auto;
	overflow-y:scroll;
	max-height: 200px;
}

.form-group {
	margin-bottom: 5px;
}

.form-control {
	font-size: 13px;
	height: 26px;
	padding: 0px 4px 0px 10px;
	border-radius: 2px;
}

.input-group-addon {
	font-size: 13px;
	padding-top: 3px;
	border-radius: 2px;
}

label {
	font-size: 13px;
	margin-top: 5px;
}

hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel {
	border-radius: 2px;
}
/*!
 * CSS DE PASOS
 */
.bs-wizard {
	margin-top: 40px;
}
/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}


.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 12px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 10px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 42px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #fbbd19;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}
/*END PASOS Wizard*/

/*! 
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
	background-color: #f8f8f8;
}

#wrapper {
	width: 100%;
}

#page-wrapper {
	padding: 10px 15px;
	min-height: 334px;
	background-color: #fff;
}

@media ( min-width :768px) {
	#page-wrapper {
		position: inherit;
		margin: 0 0 0 250px;
		padding: 10px 20px;
		border-left: 1px solid #e7e7e7;
	}
}

.navbar-top-links {
	margin-right: 0;
}

.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 24px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 15px;
}

.sidebar ul li {
	border-bottom: 1px solid #C8C9C7;
    font-weight: bold;
/*    background-color: rgb(128, 128, 128);*/
}

.sidebar ul li a.active {
	background-color: #63666A;
    font-weight: bold;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
	border-bottom: 0 !important;
        background-color: #939598;
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
        color: black;
        font-weight: bold;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media ( min-width :768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 2px;
	}
	.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
		.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.valor-grad {
	text-align: center;
	padding: 0;
	min-width: 50px;
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}

.login-panel {
	margin-top: 25%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.small{
	font-size: 20px;
}

.medium{
	font-size: 26px;
}

.huge {
	font-size: 40px;
}

.panel-blue {
	border-color: #3264b6;
}

.panel-blue .panel-heading {
	border-color: #3264b6;
	color: #fff;
	background-color: #3264b6;
}

.panel-blue a {
	color: #3264b6;
}

.panel-blue a:hover {
	color: #22447b;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}
textarea {
	resize: none;
	width: 100%;
	border: 1px solid #ccc; 
	padding: 4px 12px;
}
input[type="number"]{
	width: 55px;
	padding-left: 5px;
}
.datosPersonales {
	border-left : 5px solid #c8102e;
	padding-left : 10px;
}

.colorCopy {
	background-color: #c8102e;
	border-color: #c8102e;
}

.panel-heading > h3{
	margin:0%;
}

#filtroActividad:disabled {
    background-color: #eee;
    color: #999;
} 

#loadingText {
    font-style: italic;
    font-weight: bold;  
    color: #c8102e;;               
    font-size: 14px;   

}    

.btn-ancho-fijo {
	width: 105px;
}

/* Oculta el input de tipo file */
.hidden {
    display: none;
}

.text-left {
    text-align: left; /* Alinea el texto a la izquierda */
}

.recuadroTituloAzul {
	background: #4949e3;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
}
.recuadroSubtituloGris {
	background: #5f6368;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.titulosPestaniasReunionRow {
	background-color: #63666a;
	margin-bottom: 20px;
}

.titulosPestaniasReunionTitle {
	text-align: center; 
	color: white;
	padding-bottom: 10px;
}

.paddingSoloVertical {
	padding: 10px 0px;
}

.filaSeleccionada {
	font-weight: bold;
}

.coloresBNIHead {
	background-color: #c8102e;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

#pantalla-carga {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle { 
	position: absolute; 
    border: 16px solid #f3f3f3;
    border-top: 16px solid #c8102e;
    border-radius: 50%;
    width: 100%;
    height: 100%; 
    animation: spin 1s linear infinite;  
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.logoBni {
	margin-top: 15px;
    position: absolute;
    width: 50px; 
    height: 50px; 
    background-image: url('/bni/static/images/logoBNI.ico'); 
    background-size: contain;
    background-repeat: no-repeat;
    animation: fade 2s ease-in-out infinite; 
}

@keyframes fade {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.tamanioGraficosSemaforoEquipo {
	width: 100%; 
	height: 200px;
	padding: 0px 10px;
}

td.numeros {
	text-align: right;
}
td.alinearDerecha {
	text-align: right;
}
td.alinearIzquierda {
	text-align: left;
}

.font-weight-bold{
	font-weight: bold;
}

.nopadding {
    padding: 0 !important;
}

.labelDeCuatroDigitos {
	width: 70px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 8px !important;
    font-size: 13px;
}

.reducirTamanioPanel {
	padding: 3px !important;
}

.reducirTamanioPanel h4 {
	margin: 5px 0;
}

.reducirTamanioLetra {
	font-size: 14px !important;
}

.small-well {
    padding: 5px;
    margin-bottom: 2px;
    font-size: 10px
}

.small-well h5 {
    font-size: 14px;
    margin: 0;
}
.centrarCabeceraTabla th {
    text-align: center;
}

.agrandarFuente td, .agrandarFuente th {
	font-size: 1.7rem !important;
}


.slider {
    position: relative;
    width: 60px;
    height: 30px;
}

.slider input {
    opacity: 0;
    width: 0;
    height: 0;
}

input:checked + .slider-label {
    background-color: #d9534f;
}

input:checked + .slider-label:before {
    transform: translateX(26px);
}

.slider-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#5cb85c;
    transition: .4s;
    border-radius: 34px;
}

.slider-label:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}