/**
 * BAF Consolidated CSS
 * Merged from: main.css, main1.css, nb.css, style.css
 * Date: 2026-01-05
 */

/* ============================================ */
/* FONTS */
/* ============================================ */

@import url("https://fonts.googleapis.com/css?family=Lora");

@font-face {
    font-family: "FiraGORegular";
    src: url(fonts/FiraGO-Regular.woff);
}

@font-face {
    font-family: "bpgMtavruli";
    src: url(fonts/bpg_nino_mtavruli_bold.ttf);
}

/* ============================================ */
/* GLOBAL STYLES */
/* ============================================ */

li {
    list-style-type: none;
}

body {
    color: #fff;
    background: #63738a;
    font-family: 'Roboto', sans-serif;
}

.main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
}

.content-wrapper {
    margin-top: 50px !important;
}

/* ============================================ */
/* FORM STYLES */
/* ============================================ */

.form-control {
    height: 38px;
    line-height: 38px;
    padding: 6px;
    box-shadow: none;
    color: #969fa4;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #5cb85c;
    box-shadow: none;
}

.form-control,
.form-control:focus {
    width: 100%;
    border-radius: 0px;
    background-color: #fafafa;
    border: 0;
    cursor: pointer;
}

input[readonly] {
    background-color: white;
}

input[type=radio]:hover {
    cursor: pointer;
}

form i {
    margin-left: -30px;
    cursor: pointer;
}

/* Password Toggle */
::-ms-reveal {
    display: none;
}

button#toggle-password {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}

button#toggle-password:active,
button#toggle-password:focus,
button#toggle-password:hover {
    cursor: pointer;
}

/* ============================================ */
/* FORM WRAPPER & AUTH */
/* ============================================ */

.form-wrapper {
    margin: 50px auto 50px;
    font-family: 'Lora', serif;
    font-size: 1.09em;
    border: 1px solid #80CED7;
    border-radius: 5px;
    padding: 25px 15px 0px 15px;
}

.form-wrapper.login {
    margin-top: 120px;
}

.form-wrapper p {
    font-size: .8em;
    text-align: center;
}

.form-wrapper.auth .form-title {
    color: #007EA7;
}

.home-wrapper button,
.form-wrapper.auth button {
    background: #007EA7;
    color: white;
}

.home-wrapper {
    margin-top: 150px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #80CED7;
}

/* ============================================ */
/* SIGNUP FORM */
/* ============================================ */

.signup-form {
    width: 450px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 15px;
}

.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.signup-form h2:before,
.signup-form h2:after {
    content: "";
    height: 2px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.signup-form h2:before {
    left: 0;
}

.signup-form h2:after {
    right: 0;
}

.signup-form .hint-text {
    color: #999;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form {
    color: #999;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #f2f3f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.signup-form .form-group {
    margin-bottom: 20px;
}

.signup-form input[type="checkbox"] {
    margin-top: 3px;
}

.signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    outline: none !important;
}

.signup-form .row div:first-child {
    padding-right: 10px;
}

.signup-form .row div:last-child {
    padding-left: 10px;
}

.signup-form a {
    color: #fff;
    text-decoration: underline;
}

.signup-form a:hover {
    text-decoration: none;
}

.signup-form form a {
    color: #5cb85c;
    text-decoration: none;
}

.signup-form form a:hover {
    text-decoration: underline;
}

/* ============================================ */
/* BUTTONS */
/* ============================================ */

.btn {
    border: 3px solid #ecf0f5;
    padding: 3px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 3px;
}

.fred {
    height: 35px;
    width: 100px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #3c8dbc;
    margin-left: 10px;
}

.nbbutton {
    height: 35px;
    width: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #3c8dbc;
    margin-left: 10px;
}

.mybutton {
    height: 40px;
    width: 70px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
}

.mybutton1 {
    height: 40px;
    width: 200px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
    font-family: 'bpgMtavruli' !important;
}

/* ============================================ */
/* FONT CLASSES */
/* ============================================ */

.myfont {
    font-family: 'bpgMtavruli';
    font-size: 12px;
}

.font2 {
    font-family: verdana !important;
    font-size: 12px !important;
}

.font3 {
    font-family: 'bpgMtavruli' !important;
    font-size: 14px !important;
}

.font3h {
    font-family: 'bpgMtavruli' !important;
    font-size: 12px !important;
    color: navy;
}

.font4 {
    font-family: 'bpgMtavruli';
    font-size: 18px !important;
}

.font4title {
    font-family: 'bpgMtavruli';
    font-size: 16px !important;
    color: #007EA7;
}

.font14 {
    font-family: 'bpgMtavruli';
    font-size: 14px;
    color: #000;
}

.font16 {
    font-family: 'bpgMtavruli';
    font-size: 16px !important;
}

.verdana12 {
    font-family: verdana !important;
    font-size: 12px !important;
}

.btnfont {
    font-family: 'bpgMtavruli' !important;
    font-size: 12px !important;
}

.h4header {
    font-family: 'bpgMtavruli';
    text-shadow: -1px -1px rgba(0, 0, 0, 0.5), 1px 1px rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.sectionheader {
    font-family: bpgMtavruli;
    font-size: 14px;
    color: #000;
}

.mylabel {
    font-size: 10px;
    color: #616161;
    width: 90px;
}

.error {
    color: red;
}

/* ============================================ */
/* DATATABLES */
/* ============================================ */

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 5px;
    font-family: bpgMtavruli;
}

table.dataTable th,
table.dataTable td {
    font-size: 12px;
    cursor: pointer;
    color: #212121;
}

table.dataTable tbody tr:hover {
    background-color: #ffa !important;
}

td.highlight {
    font-weight: bold;
    color: blue;
}

table.dataTable td.font1 {
    font-family: verdana;
}

table.dataTable td.font2 {
    font-family: verdana;
    font-size: 3px;
    color: #fff;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

th.dt-center,
td.dt-center {
    text-align: center;
}

th.dt-right,
td.dt-right {
    text-align: right;
}

tfoot tr,
thead tr {
    background: lightblue;
    font-family: 'bpgMtavruli' !important;
    font-size: 12px !important;
    color: navy;
}

.clickabletd {
    cursor: pointer;
}

/* ============================================ */
/* UI COMPONENTS */
/* ============================================ */

.ui-state-active {
    background: #3c8dbc;
    border: 1px solid #008B8B;
}

.ui-datepicker {
    width: 260px;
}

/* ============================================ */
/* ACCORDION */
/* ============================================ */

#accordion p {
    font-family: bpgMtavruli;
    font-size: 14px;
    color: navy;
    font-weight: bold;
}

#accordion li {
    font-family: 'FiraGORegular';
    font-size: 14px;
    color: #212121;
}

/* ============================================ */
/* DATEPICKER */
/* ============================================ */

.datepicker {
    margin-bottom: 3rem;
}

.datepicker-inline {
    width: 300px;
}

.datepicker table {
    width: 300px;
}

/* ============================================ */
/* ADMINLTE THEME CUSTOMIZATION */
/* ============================================ */

.skin-blue .main-header .navbar {
    background-color: #222d32 !important;
}

.skin-blue .main-header .logo,
.logo {
    background-color: #222d32 !important;
    color: #fff;
    border-bottom: 0 solid transparent;
}

/* ============================================ */
/* SELECT DROPDOWN */
/* ============================================ */

div.dropdown-menu.open {
    max-height: 10px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 10px !important;
    overflow-y: auto;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

/* ============================================ */
/* UTILITIES */
/* ============================================ */

.row-first {
    height: 80%;
    overflow: hidden;
}

.h-80 {
    height: 80%;
}

.fileUploader {
    display: none;
}

/* ============================================ */
/* BAF MEMBER PAGE SPECIFIC STYLES */
/* ============================================ */

/* Logo image in header */
.logo-lg img {
    width: 48px;
    height: 60px;
    vertical-align: middle;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    height: 120px !important;
    margin-top: 10px !important;
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 20px;
}

/* User panel info */
.user-panel .info span {
    font-family: 'bpgMtavruli';
    font-size: 12px;
    color: #fff;
}

.user-panel .info .user-name {
    font-family: 'bpgMtavruli';
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.user-panel .info .student-id {
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* Student ID outside user-panel */
.student-id {
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    text-align: center;
}

/* Sidebar menu treeview items */
.sidebar-menu .treeview {
    font-family: 'bpgMtavruli';
    font-size: 12px;
}

/* Sidebar menu treeview submenu */
.sidebar-menu .treeview-menu {
    font-family: 'FiraGORegular';
    font-size: 11px;
}

/* Content section font */
.content .font4 {
    color: #007EA7;
}

/* Menu name display in header */
#menu_name {
    font-family: 'bpgMtavruli';
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
}

/* ============================================ */
/* EXAM REGISTRATION MODULE */
/* ============================================ */

.exam-section {
    margin-bottom: 25px;
}

.exam-section-header {
    font-family: 'bpgMtavruli';
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 12px 15px;
    background: linear-gradient(to right, #3c8dbc, #5fa3d0);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.exam-table-container {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

table.exam-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

table.exam-table thead {
    background-color: #f9f9f9;
    border-bottom: 2px solid #3c8dbc;
}

table.exam-table thead th {
    font-size: 13px;
    font-weight: 600;
    font-family: 'bpgMtavruli', Arial, sans-serif !important;
    padding: 12px 8px;
    color: #333;
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #3c8dbc;
}

/* Override DataTables default font */
table.exam-table th,
table.dataTable th {
    font-family: 'bpgMtavruli', Arial, sans-serif !important;
}

table.exam-table tbody td {
    font-size: 12px;
    padding: 10px 8px;
    border: 1px solid #d1d1d1;
}

table.exam-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table.exam-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

table.exam-table tbody tr:hover {
    background-color: #e8f4f8 !important;
}

table.exam-table tbody tr:last-child td {
    border-bottom: 1px solid #d1d1d1;
}

.verdana12 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

.dt-center {
    text-align: center;
}

/* Hide footer */
footer {
    display: none !important;
}

.main-footer {
    display: none !important;
}

/* Remove footer spacing */
.content-wrapper {
    min-height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.wrapper {
    min-height: auto !important;
}

/* ============================================ */
/* PROGRAM REGISTRATION MODULE */
/* ============================================ */

.program-section {
    margin-bottom: 25px;
}

.program-section-header {
    font-family: 'bpgMtavruli';
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 12px 15px;
    background: linear-gradient(to right, #3c8dbc, #5fa3d0);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.program-container {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    background-color: #fff;
}

.accordion {
    margin-top: 15px;
}

.accordion h3 {
    font-family: 'bpgMtavruli';
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 0;
}

.accordion h3:hover {
    background: #f0f0f0;
}

.accordion .program-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.program-content ul {
    font-family: 'bpgNino', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
}

.program-content p {
    font-family: 'bpgMtavruli';
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
}

.checkbox-container {
    margin: 15px 0;
}

.checkbox-container label {
    font-family: 'bpgMtavruli';
    font-size: 13px;
    cursor: pointer;
}

.btn-group-program {
    margin-top: 10px;
}

.btn-group-program .btn {
    font-family: 'bpgMtavruli';
    font-size: 13px;
    margin-right: 10px;
}

/* ============================================ */
/* EXAM SCORES MODULE */
/* ============================================ */

.exam-scores-section {
    margin-bottom: 25px;
}

.exam-scores-header {
    font-family: 'bpgMtavruli';
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 12px 15px;
    background: linear-gradient(to right, #3c8dbc, #5fa3d0);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.exam-scores-container {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

table.scores-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

table.scores-table thead {
    background-color: #f9f9f9;
    border-bottom: 2px solid #3c8dbc;
}

table.scores-table thead th {
    font-size: 13px;
    font-weight: 600;
    font-family: 'bpgMtavruli', Arial, sans-serif !important;
    padding: 12px 8px;
    color: #333;
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #3c8dbc;
}

table.scores-table tbody td {
    font-size: 12px;
    padding: 10px 8px;
    border: 1px solid #d1d1d1;
}

table.scores-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table.scores-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

table.scores-table tbody tr:hover {
    background-color: #e8f4f8 !important;
}

/* Override DataTables default font for scores table */
table.scores-table th,
table.scores-table td {
    font-family: 'bpgMtavruli', Arial, sans-serif !important;
}

/* ============================================ */
/* EMPTY CONTENT LOGO */
/* ============================================ */

#ajax-content:empty::before {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    margin: 100px auto;
    background-image: url('../images/baf_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.content-wrapper:empty::before {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    margin: 100px auto;
    background-image: url('../images/baf_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}