:root{
	--gris: #fafafa;
	--blanco: #fff;
	--rojo: #a32824;
	--letra: 'Helvetica', sans-serif;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html body{
	font-family: var(--letra);
	font-size: 12px;
}

/* Scroll */
::-webkit-scrollbar{
    width: 9px;
    background-color: #fff;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
    background-color: #b8b8b8; 
}

/* Autocomplete */
body .ui-autocomplete{
	z-index: 1100;
}
.ui-menu .ui-menu-item{
	font-size: 12px;
}
/* Home*/
.info-box .info-box-text{
	white-space: normal;	
}
.info-box .info-box-number h3{
	margin: 0;
	margin-top: 10px;
}

/* Estilos */
.sombra{
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -10;
}
.oculto{
	display: none;
}
.alert-default{
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.row h5,
.row .input-sm{
	font-size: 11.5px;
}
img{
	width: 100%;
	height: 100%;
}
ul{
	list-style: none;
}
.container-page-large{
	width: 98%;
	margin: auto;
}
.container-page-max{
	width: 96%;
	margin: auto;
}
.container-page{
	width: 94%;
	margin: auto;
}

/* Modals */
.modal-sm{ width: 15%; }
.modal-md{ width: 25%; }
.modal-lg{ width: 30%; }
.modal-xl{ width: 50%; }
.modal-xxm{ width: 65%; }
.modal-xxl{ width: 80%; }
.modal-xxx{ width: 90%; }

/* Skins */
body.skin-green .treeview-menu > li > a,
body.skin-green .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default{
	font-size: 13px;
}
body.skin-green .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default,
body.skin-green .dropdown-menu > li > a{
	font-size: 11.5px;
}
body.skin-green .navbar-nav > .user-menu > .dropdown-menu > li.user-header > h4,
body.skin-green .navbar-nav > .user-menu > .dropdown-menu > li.user-header > h6{
	margin: 0;
	padding: 5px 0;
	color: #fff;
}
.skin-blue .main-header li.user-header{
	color: #fff;
}
.main-header .logo a span{
	font-size: 20px;
}
.okc-title{
	font-size: 26px !important;
	font-weight: bold;
}
nav .breadcrumb{
	padding: 5px;
}
.breadcrumb{
	background-color: #d2f7f7 !important;
	border: 1px solid #7bc5c5;
	font-size: 11px;
}
.breadcrumb > li + li:before{
	color: #000 !important;
}
.modal .alert-success{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.modal .alert-info{
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}
.modal .alert-warning{
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}
.modal .alert-danger{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
body div.jfilestyle{
	width: 100% !important;
}
body div.jfilestyle input,
body div.jfilestyle label{
	padding: 6px 10px !important;
	font-size: 12px;
}
body div.jfilestyle input{
    width: 70% !important;
}
body div.jfilestyle label{
	width: 30% !important;
}
.nav-tabs-custom > .tab-content{
	border: 1px solid #ccc !important;
}
.nav-tabs-custom > .nav-tabs > li.active > a{
	border-right-color: #ccc !important;
	border-left-color: #ccc !important;
}

/* Estilo Menu */
.dataTables_wrapper .pagination,
.dataTables_wrapper .pagination > li:first-child > a,
.dataTables_wrapper .pagination > li:first-child > span,
.dataTables_wrapper .pagination > li:last-child > a,
.table-header .btn{
	border-radius: 0;
}
.modal span.icon-span-filestyle{
    font-family: 'Font Awesome 5 Free';
}
.modal span.glyphicon-folder-open:before{
    font-family: "Glyphicons Halflings";
}
.sidebar-menu i{
	font-size: 15px;
}

/* Estilos Footer */
footer{
	padding: 10px;
	margin-top: -20px;
}
footer p{
	color: #337ab7;
	width: 50%;
	margin: auto;
	text-align: center;
}

table.dataTable thead tr th,
.dataTables_info,
.dataTables_length,
.dataTables_filter label,
.pagination .paginate_button a{
	font-size: 12px;
}
table.dataTable tbody tr{
	cursor: pointer;
}
table.dataTable tbody tr td{
	font-size: 12px;
}
table.dataTable tbody tr td span{
	font-size: 11px;
}
table tbody#dataRecordContract tr td a span,
table.dataTable tbody tr td a span{
	color: #555;
	font-size: 16px;
	padding: 1.5px;
}
span.fa.fa-eye{
	color: #1066b2;
}
span.fa.fa-check-circle{
	color: green;
}
span.fa.fa-info-circle{
	color: #4267b2;
}
span.fa.fa-ban{
	color: red;
}
span.fa.fa-file-excel-o{
	color: green;
}
button.btn-success span span.fa.fa-file-excel-o,
button.btn-info span span.fa.fa-file-excel-o{
	color: #fff;
}
button.btn-default span span.fa.fa-file-excel-o{
	color: #333;
}
span.fa.fa-credit-card{
	color: #a32941;
}
span.fa.fa-file-archive-o,
span.fa.fa-sign-out{
	color: #2b9efd;
}
#tableProducto thead tr th:first-child,
#tableProducto tbody tr td:first-child,
#tablaDetalle thead tr th:first-child,
#tablaDetalle tbody tr td:first-child{
	display: none;
}
#tableProducto tbody tr:hover{
	cursor: pointer;
}

#ddb .dropdown-menu > li > a,
#ddbs .dropdown-menu > li > a{
	color: #333;
}


/* Formulario de Registro */
.formPage label,
.formPage input{
	font-size: 12px;
}
input[type=radio]{
    cursor: pointer;
}
.modal .close span{
	font-family: 'Tahoma';
}

/* Reloj */
#timeView{
	font-size:34px;
	text-align:center;
	margin-top: 10px;
}
#dateView{
	font-size:16px;
	text-align:center;
	margin-bottom: 10px;
}
.hoverPanel a{
	text-decoration:none;
}
.hoverPanel:hover{
	cursor:pointer;
	background:#0080FF;
}

.box-login-okc{
	height: auto;
	width: 380px;
   	margin: 7% auto;
  	z-index: 10;
  	border: 1px #db605c dashed;
}
.box-bg-okc{
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 1);
}
.img-okc{
	width: 85%;
	height: 80px;
	margin: auto;
}
.img-okc img{
	width: 100%;
	height: 100%;
}
.letter-okc{
	text-align: center;
	margin-top: 5px;
}
.letter-okc h3{
	color: #db605c;
}
.btn-login{
	padding: 6px 12px;
	background-color: #d43f3a;
	color: #fff;
	outline: 0;
	border: 1px solid #a32824;
}
.btn-login:hover{
	background-color: #a32824;
}
.box-bg-okc .form-control,
.box-bg-okc .input-group-addon{
	border-radius: 0;
	border: 1px solid #db605c;
}
.box-bg-okc .input-group-addon{
	background-color: #db605c;
	color: #fff;
}
.box-bg-okc input:focus,
.box-bg-okc select:focus{
	border: 1px solid #db605c;
	box-shadow: none;
}
/**/
#add-contrato{
	margin-top: 22px;
	text-align: right;
}
table#tablaReq tbody .okc-red,
table#tablaApro tbody .okc-red{
	color: #ee312b;
}
table#tablaReq tbody .okc-blue,
table#tablaApro tbody .okc-blue{
	color: #4787be;
}
table#tablaReq tbody .okc-orange,
table#tablaApro tbody .okc-orange{
	color: #f39c12;
}
table#tablaReq tbody .okc-green,
table#tablaApro tbody .okc-green{
	color: #3c763d;
}
table#tablaReq tbody .okc-priori,
table#tablaApro tbody .okc-priori{
	font-size: 16px;
}
/*table#tablaReq tbody tr th,
table#tablaReq tbody tr td,
table#tablaReq tbody tr td label{
	font-size: 12px;
}*/
table#tablaReq tbody tr td:nth-child(5),
table#tablaReq tbody tr td:nth-child(7),
table#tablaReq tbody tr td:nth-child(8),
table#tablaReq tbody tr td:nth-child(9){
	text-align: center;
}

.div-main{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.div-header{
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.div-body{
	padding: 10px;
}
.div-header ul{
	width: 100%;
	list-style: none;
	display: flex;
	margin: 0;
}
.div-header ul li{
	padding: 10px 15px;
	cursor: pointer;
	border-right: 1px solid #ddd;
}

.table-detail,
#mytable{
	width: 100%;
}
.table-detail tr td{
	padding: 5px 2px;
}
/* agregar */
#tablaDetalle thead,
#misPartidas thead{
	background-color: #5c5c5c;
	color: #fff;
}
.table-detail span{
	cursor: pointer;
}
.oculto{
	display: none;
}
.btn-pk{
	width: 40px;
    height: 25px;
    font-size: 12px;
    float: left;
}
#tablaDetalle tbody tr td input{
	width: 100%;
	border: 0;
	outline: 0;
}
.okc-tr{
	text-align: right;
}
#tablaDetalle button span{
	font-size: 12px;
	top: -2px;
}
table.tableObs > tbody > tr > td:first-child,
table.tableObs > thead > tr > th:first-child{
    display: none;
}
body#body .ui-front{
	z-index: 10000;
}

/* Dashboard */
.wrapper .small-box .icon{
	right: 0;
	font-size: 80px;
}
.wrapper .small-box:hover .icon{
	font-size: 90px;
}

/*Colores */
.bg-green,
.bg-aqua,
.bg-yellow,
.bg-red{
	color: #fff !important;
}
.bg-aqua{
	background-color: #00c0ef !important;
}
.bg-green{
	background-color: #00a65a !important;
}
.bg-yellow{
	background-color: #f39c12 !important;
}
.bg-red{
	background-color: #dd4b39 !important;
}

/* Config */
#formSettingsPassword .row .col-md-12{
	margin-bottom: 10px;
}
.col-md-12 .dataTables_filter label input[type="search"]{
	width: 200px;
}
.col-md-10 .dataTables_filter label input[type="search"]{
	width: 320px;
}
.col-md-8 .dataTables_filter label input[type="search"]{
	width: 250px;
}
.tiempo_restante{
	color: red;
	text-align: center;
}
.eventClick{
    background-color: #d9edf7 !important;
}
/* agregar */
.modal span.input-group-addon{
	border-radius: 0;
}
#part-select td{
	cursor: pointer;
}
.btn-cab{
	height: 36px;
	margin-top: 20px;
	border-width: 1px;
}
button.btn{
	border-radius: 0 !important;
}

/**/
#misCostos{
	width: 100%;
}
#misCostos .box-body{
	padding: 0;
}
#misCostos .box-header .box-title{
	font-size: 14px;
}
.okc-cc{
	width: 100%;
	display: block;
	padding: 6.5px 10px;
	border-top: 1px solid #ccc;
}
.okc-cc:first-child{
	border-top: 0;
}
.okc-niv-1{ font-weight: bold; background-color: #dedbdb; }
.okc-niv-2{ padding-left: 10px; }
.okc-niv-3{ padding-left: 30px; }
.okc-niv-4{ padding-left: 70px; }

.okc-niv-3,
.okc-niv-4{
	font-style: italic;
	cursor: pointer;
}
table.table-detail-arc thead{
	background-color: #c7c7c7;
}
.contad{
	border-radius: 50%; 
	background-color: #f45260; 
	color: white; 
	font-size: 10.5px; 
	font-weight: bold;
	text-align: center;
}
table.table-detail-arc td:last-child{
	border-right-width: 1px !important;
}
.dataTables_wrapper table.dataTable tbody tr td,
table.table-detail-arc tbody tr td{
    vertical-align: middle;
    font-size: 11px;;
}
.prioriFilter{
	width: 120px;
	margin-right: 30px;
	margin-left: 5px;
}
.periodFilter{
	width: 80px;
	margin-right: 20px;
	margin-left: 5px;
}
.okc-mb-2{
	margin-bottom: 4px;
}

.okc-niv-1{ font-weight: bold; background-color: #dedbdb; }
.okc-niv-2{padding-left: 10px;}
.okc-niv-3{ padding-left: 30px; }
.okc-niv-4{ padding-left: 50px; }

.okc-niv-3,
.okc-niv-4{
	font-style: italic;
	cursor: pointer;
}