
body { background: none; }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .75rem;
    border-radius: 0.25rem;
}

.form-control-multiselect {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#content { 	padding-bottom: 120px;
    background: none; }

.pd { padding: 5px; }

.icon { width: 130px;
    float: left;
    height: 160px;
    background: #fafafa;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px; }

.icon.hovered { background: #999;
    color: white;
    cursor: pointer; }

.icon .iconname { 	font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 10px; }

.icon .icondesc { 	font-weight: normal;
    font-size: 10px;
    line-height: 10px; }

.icon .iconimage { 	width: 100%;
    text-align: center; }

.icon .iconimage img { 	height: 80px; }

#title.p80 { width: 80%; }

.wide { float: left;
    width: 100%; }

form input, form select, form textarea { color: black;
    /*width: 100%;*/
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase; }

.form-horizontal .control-group { margin-bottom: 6px; }

.imp-number { width: 100px; }

.imp-codigo { width: 200px; }

.imp-numbersmall { width: 50px; text-align: center}

.imp-numbermed-center { width: 70px; text-align: center}

.imp-numbermed-right { width: 70px; text-align: right}

.imp-moneda { width: 80px;
    text-align: right; }

.imp-anio { width: 50px; text-align: center }

.imp-cedula { width: 150px;}

.imp-ruc { width: 150px;}

.imp-telefono { width: 150px;}

.imp-email { width: 50%;}

.imp-10 { width: 10%;}

.imp-12 { width: 12%;}

.imp-25 { width: 25%;}

.imp-50 { width: 50%;}

.imp-75 { width: 75%;}

.imp-100 { width: 100%;}

table { background: white; }

table thead tr th { background: #f0f0f0; }

.pagination { margin: 0; float: left; }

#largelogo { position: absolute;
    top: -110px;
    right: 20px;
    opacity: 0.7; }

.bigger { font-size: 16px; }

.larger { font-size: 14px; }

.smaller { font-size: 10px; }

.input-mini { width: 42px; }

.input-dias { width: 80px; }

.nota { text-align: center;
    font-size: 10px;  }

.marcado { 	background: yellow;
    font-weight: bold; }

.table-condensed { margin-bottom: 0; }

a:hover { text-decoration: none; }

.margeninferior { margin-bottom: 10px; }

h4 { font-size: 16px;
    margin: 0;
}

h5 { margin: 0;}

h3 { font-size: 20px;
    line-height: 20px; }

.bookrepr {
    width: 370px;
    float: left;
    height: 120px; }

.bookrepr img { float: left;
    margin-right: 7px; }

.booksection { float: left; }

div.progress { 	height: 12px;
    margin-bottom: 0; }

#encuestapanel form { margin: 0; }

.label { white-space: normal;}

.celdacalendarioheader { width: 14%; height: 40px; }

.help-text { color: red; }

.selectorfecha, .selectorhora { text-align: center;
    width: 90px; }

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinkimg { animation: blink 1s;
    animation-iteration-count: infinite; }

.trMouseOut { cursor: pointer; }

.trMouseOver { cursor: pointer;
    cursor: hand; }

.titleform { min-height: 20px;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #cccccc;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.form-s { width: 450px;
    min-height: 100px;
    margin:0 auto 0 auto;
    margin-top: 20px;
    margin-bottom: 100px; }

.form-m { width: 650px;
    min-height: 100px;
    margin:0 auto 0 auto;
    margin-top: 20px;
    margin-bottom: 100px; }

.form-l { width: 850px;
    min-height: 100px;
    margin:0 auto 0 auto;
    margin-top: 20px;
    margin-bottom: 100px; }

.form-xl { width: 1024px;
    min-height: 100px;
    margin:0 auto 0 auto;
    margin-top: 20px;
    margin-bottom: 100px; }

.dropdown-submenu .dropdown-menu { min-width: 230px; }

.materiasseleccionmodal { width: 1000px;
    margin-left: -450px; }

.inputfile { display: inline-block;
    margin-bottom: 2px; }

.inputfile .upload-button { display: inline-block;
    position: relative; }

.inputfile .upload-button input[type="file"] { left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.inputfile .previous-file {  display: inline-block; }

.inputfile .previous-file .upload-button-link { margin-right: 4px;
    display: inline-block;
    direction: rtl;
    max-width: 360px;
    overflow: visible;
    height: 24px;
    text-align: right;
    white-space: nowrap; }

.inputfecha {  text-align: center;  }

.searchinput { float: left;
    padding: 0 4px;
    background: #f0f0f0;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    height: 30px;
    min-width: 200px;
    width: 200px;
}

.searchinput2 { float: left;
    padding: 0 4px;
    background: #f0f0f0;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    height: 30px;
    min-width: 100%;
    width: 200px;
}

.row-fluid { margin-bottom: 10px; }

.form-search { margin-bottom: 0; }

.no-marging-bottom { margin-bottom: 0; }

.no-marging-top { margin-top: 0; }

.marging-bottom-5 { margin-bottom: 5px; }

.no-marging-top-5 { margin-top: 5px; }

.bg1 { 	background: url('/static/images/aok/bg1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg2 { 	background: url('/static/images/aok/bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg3 { 	background: url('/static/images/aok/bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg4  { background: url('/static/images/aok/bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg5 { 	background: url('/static/images/aok/bg5.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg6 { 	background: url('/static/images/aok/bg6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg7 { 	background: url('/static/images/aok/bolsalaboralbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.bg8 { 	background: url('/static/images/aok/preinscrit.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}


.formmodal {

}

.rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
    width: 20px;
}

.table-tranparent {
    background-color: transparent;
}

.responsive {
    overflow-x: scroll;
    min-height: 600px;
}

.table-main {
    min-width: 1024px;
}

.busqueda {
    text-transform: uppercase;
}

.pagination {
    --bs-pagination-padding-x: 0.45rem;
    --bs-pagination-padding-y: 0.135rem;
    --bs-pagination-font-size: 0.95rem;
    --bs-pagination-active-bg: gray;
    --bs-pagination-color: black;
}

.badge {
    --bs-badge-padding-x: 0.565em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.85em;
    --bs-badge-border-radius: 0.1375rem;
    min-width: 2.6em;

}

@font-face {
    font-family: 'monserrat-labels';
    src: url('/static/css/Montserrat-Thin.ttf');
}

.accordion {
    --bs-accordion-btn-padding-y: 0.6rem;

}

.accordion-button {
    font-size: 0.7rem;
}


#nav-footer { 	font-size: 11px;
    background: #3A1467;
    color: #ccc;
    min-height: 37px;
    padding-top:5px;
    z-index:1000;}

#nav-header { 	z-index:1000; font-size: 11px;
    background-color: #3A1467;
    color: #ccc;}

.navbar-fixed-top { 	background-image: linear-gradient(to bottom, #3A1467, #3A1467);
    color:#ffffff; }

body{
    font-size: 11px;
}

.form-login {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.btn-ssm, .btn-group-ssm > .btn {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.35rem;
    --bs-btn-font-size: 0.475rem;
    --bs-btn-border-radius: 0.25rem;
}

.btn-usm, .btn-group-usm > .btn {
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-font-size: 0.4rem;
    --bs-btn-border-radius: 0.25rem;
}

.itemtypeahead {
    text-decoration: none; color: black;
}

.itemtypeahead:hover {
    background-color: #6f42c1;
    color: white;
}

td {
    display: table-cell;
    vertical-align: middle;
}

.error-archivo { 	font-size: 11px;
    color: #d62c1a;
    min-height: 37px;
    padding-top:5px;
    z-index:1000;}


.urlatrasbutton {
            color: #3498db;
            padding: 2px 8px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 0.8rem;
            bottom: 10px;
            right: 10px;
        }