/*body {
    font-family: 'Nikosh';
}*/
/*body,
form {
    background-color: #cdc9c945;
}*/
body,
form {
    background-color: #cdc9c945 !important;
}

#mth_nav {
    background-color: lightyellow;
}

#mth_nav div div ul li {
    font-size: 11pt;
}

#mth_nav div div ul li a {
    color: #1F429C;
}

.affix {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999 !important;
}

.logo-sm {
    width: 50%;
}

.logo-main {
    width: 50px;
    height: 50px;
}

.no-padding {
    padding: 0px;
}

.footer {
    background-color: rgba(255, 255, 255, 1);
    width: 98%;
    border-top: 2px solid silver;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    position: fixed;
    bottom: 0px;
}

#fbicon {
    float: right;
}

#myCarousel {
    width: 500px;
    position: absolute;
}

.body1 {
    background-color: #eee;
}

*[role="form"] {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.3em;
}

*[role="form"] h2 {
    margin-left: 5em;
    margin-bottom: 1em;
}

table {
    table-layout: fixed;
}

.auto_table tbody tr td {
    margin: 0;
    padding: 0;
}

h4 {
    margin-left: 2em;
    color: grey;
}

.auto_table {
    font-size: 8pt;
}

.auto_table th {
    width: auto;
    text-align: center;
    word-break: break-all;
}

.auto_table td {
    width: auto;
    word-break: break-all;
    text-align: center;
    padding: 0px 5px;
    margin: 0px;
    position: relative;
}

.auto_table caption {
    font-size: 16pt;
    color: blue;
}

.word-break tbody tr td {
    word-break: break-all;
}

button.dt-button.active {
    background: #66FF66 !important;
}

@media print {
    a:link:after,
    a:visited:after {
        content: "";
    }
    body div img {
        display: flex;
        margin: auto;
    }
    .dropdown-menu {
        display: none !important;
    }
    .query {
        left: 0px;
    }
    #print_btn {
        display: none;
    }
    #tran {
        display: none;
    }
    .auto_table {
        font-size: 9pt;
    }
}

.propic {
    border-radius: -0.68cm;
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    border: 1px solid black;
}

.propic_suggest {
    border-radius: 1.2cm !important;
    width: 35px !important;
    height: 35px !important;
    object-fit: cover;
    border: 1px solid black;
}

.propic_token {
    border-radius: -0.68cm;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border: 1px solid black;
}

.propic_token_teacher {
    border-radius: -0.68cm;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border: 1px solid black;
}

#exadm thead th,
#exam_table thead th,
#pay_table thead th,
#tran_table thead th,
#stat_table thead th,
#act_table thead th {
    text-align: center;
}

#exadm tbody tr td,
#exam_table tbody tr td,
#pay_table tbody tr td,
#tran_table tbody tr td,
#stat_table tbody tr td,
#act_table tbody tr td {
    text-align: center;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

@media print {
    @page {
        margin: 0mm;
    }
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.show_hide_info{
    display: none;
}
