﻿.tab-header {
    font-family: open sans condensed;
    font-size: 2em;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 5px 0 20px 0 !important;
    color: #2F4457;
}

.blue-title {
    font-size: 1.2em !important;
    font-weight: 500 !important;
    margin: 0 0 5px 0;
    color: #187cb8;
}

.studentinfo-row {
    padding: 15px;  
    margin-bottom: 20px;
}

.studentinfo-row p {
    margin: 5px 0;
    font-size: 14px;
}

.studentinfo-row span {
    padding: 0 15px;
}

.searchh4 {
    color: #187cb8;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.searchh4.mt20 {
    margin-top: 20px;
}

table.responsive-tb-de-xs {
    width: 100%;
    border-collapse: collapse;
    color: #575757;
    margin-bottom: 20px;
}

table.responsive-tb-de-xs.mt20 {
    margin-top: 20px;
}

.responsive-tb-de-xs tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.responsive-tb-de-xs th {
    padding: 10px 8px !important;
    background: #187cb8;
    color: #FFFFFF;
    font-weight: 500 !important;
    font-size: .95em;
    text-align: center;
    vertical-align: middle;
}

.responsive-tb-de-xs td {
    padding: 10px 8px !important;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: .9em;
}

.responsive-tb-de-xs td:first-child,
.responsive-tb-de-xs td:nth-child(2) {
    text-align: center;
}

.responsive-tb-de-xs td:nth-child(3) {
    padding: 15px !important;
}

.responsive-tb-de-xs .verticalAM {
    vertical-align: middle !important;
}

.responsive-tb-de-xs .w15p {
    width: 15%;
}

.parent_questions {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 0 auto;
}

.fwn {
    font-weight: normal;
}

.fwn.small {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

#parent_signature_first,
#parent_signature_last,
#student_signature_firstname,
#student_signature_lastname {
    max-width: 300px;
}

.save-de-prnt-auth {
    min-width: 150px;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 20px;
}

.no-agree {
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    display: inline-block;
}

.no-agree.hidden {
    display: none;
}

.modal.fade#Authorize .modal-header,
.modal.fade#notAuthorize .modal-header {
    background-color: #187cb8;
    color: white;
    padding: 15px 20px;
}

.modal.fade#Authorize .modal-header h3,
.modal.fade#notAuthorize .modal-header h3 {
    margin: 0;
    color: white;
}

.modal-body.pd20-30 {
    padding: 20px 30px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.redT {
    color: #d9534f;
    font-weight: bold;
}

.red {
    color: #d9534f;
}

.small {
    font-size: 13px;
}

.text-left {
    text-align: left !important;
}

@media screen and (max-width: 600px) {

    table.respon thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.respon tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.respon td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 13px;
        text-align: left !important;
        padding: 10px !important;
    }

        table.respon td::before {
            content: attr(data-label);
            font-weight: bold;
            text-transform: uppercase;
            display: block;
            margin-bottom: 5px;
            color: #187cb8;
        }

    table.respon .th {
        font-weight: normal;
        color: #ffffff;
        background-color: #187cb8 !important;
    }

    .studentinfo-row span {
        display: block;
        padding: 5px 0;
    }

    #parent_signature_first,
    #parent_signature_last,
    #student_signature_firstname,
    #student_signature_lastname {
        max-width: 100%;
    }

    .modal.fade {
        width: 95% !important;
        margin-top: 10% !important;
    }

    .save-de-prnt-auth {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .searchh4 {
        font-size: 1.1em;
    }

    .col-sm-3,
    .col-sm-11,
    .col-sm-12 {
        margin-bottom: 10px;
    }

    .nav-tab-container {
        padding: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .mt26nolabel {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .mt-lg-20 {
        margin-top: 20px;
    }
}

@media print {

    .modal,
    .save-de-prnt-auth,
    .btn,
    .nav-tab-container {
        display: none;
    }

    .responsive-tb-de-xs {
        border: 1px solid #000;
    }

        .responsive-tb-de-xs th {
            background: #ddd !important;
            color: #000 !important;
            border: 1px solid #000;
        }

        .responsive-tb-de-xs td {
            border: 1px solid #000;
        }

    .tab-header.not-for-gpa {
        border-bottom: 2px solid #000;
    }
}

.text-danger {
    color: #d9534f;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

input.input-validation-error,
select.input-validation-error {
    border-color: #d9534f;
    background-color: #fef5f5;
}

#ddl_selected_psi {
    min-height: 150px;
    border: 1px solid #ccc;
}

.chosen-select {
    width: 100% !important;
}

input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus {
    outline: 2px solid #187cb8;
    outline-offset: 2px;
}

input[disabled],
select[disabled],
textarea[disabled] {
    background-color: #eee;
    cursor: not-allowed;
    color: #6c6c6c;
}

#understand_prnt {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#understand_prnt + label {
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer;
}

label[for="parent_agree"],
label[for="parent_disagree"] {
    cursor: pointer;
    padding: 10px;
    display: block;
    transition: background-color 0.2s;
}

label[for="parent_agree"]:hover,
label[for="parent_disagree"]:hover {
    background-color: #f9f9f9;
}

input[type="radio"]#parent_agree,
input[type="radio"]#parent_disagree {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#Authorize .modal-dialog {
    max-width: 500px;
    margin: 100px auto;
}

#Authorize .modal-content {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#Authorize .modal-header {
    background: linear-gradient(135deg, #0078d4 0%, #005a9e 100%);
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 20px 25px;
    border-bottom: none;
    position: relative;
}

    #Authorize .modal-header .modal-title {
        font-size: 22px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        #Authorize .modal-header .modal-title i,
        #Authorize .modal-header .modal-title .fa {
            font-size: 28px;
            color: #ffc107;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

    #Authorize .modal-header .close {
        color: white;
        opacity: 0.8;
        font-size: 28px;
        text-shadow: none;
    }

        #Authorize .modal-header .close:hover {
            opacity: 1;
        }

#Authorize .modal-body {
    padding: 30px 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

#Authorize .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 15px 25px;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

    #Authorize .modal-footer .btn {
        min-width: 100px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
    }

    #Authorize .modal-footer .btn-primary {
        background-color: #0078d4;
        border-color: #0078d4;
    }

        #Authorize .modal-footer .btn-primary:hover {
            background-color: #005a9e;
            border-color: #005a9e;
        }

#Authorize .modal-header i.fa-check-circle,
#Authorize .modal-header i.fa-exclamation-circle {
    animation: scaleIn 0.3s ease-in-out;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}