/*
    Custom css written by Sabbir Ahmad
    email : sabbir@rootsoftit.com;

*/
body {
    font-size: 0.9rem;
    background-color: #f8f9fa !important;
    font-family: "Open Sans", kalpurush;
}

@font-face {
    font-family: "kalpurush";
    src: url("/user_assets/assets/fonts/kalpurush.eot");
    src: url("/user_assets/assets/fonts/kalpurush.eot?#iefix")
            format("embedded-opentype"),
        url("/user_assets/assets/fonts/kalpurush.woff") format("woff"),
        url("/user_assets/assets/fonts/kalpurush.ttf") format("truetype"),
        url("/user_assets/assets/fonts/kalpurush.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
body {
    font-size: 0.9rem;
    background-color: #f8f9fa !important;
    font-family: "Open Sans", kalpurush;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.notice-heading {
    background: #007bff;
    color: white;
    text-align: center;
    padding: 10px;
}
.notice-item {
    padding: 12px;
    border-bottom: 1px solid #007bff;
}
.list-group p {
    margin-bottom: 0px;
}
.field_required {
    color: red;
}
.student {
    padding-right: 0;
}
.student img {
    height: 150px;
    width: 150px;
}
.subject {
    margin-left: 45px;
}
.sub_title {
    padding-top: 45px;
}
.sub_title p {
    font-weight: 700;
}
.subject p {
    font-weight: 700;
}
.sign {
    margin-top: 12px;
}
.sign h3 {
    font-size: 10px;
    padding-top: 0;
}
.date_div {
    padding: 3px 0;
}
.date_div h3 {
    font-size: 11px;
    padding: 2px 0 5px 2px;
}
.spec h1 {
    background: #bbb none repeat scroll 0 0;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
.spec ol {
    background: #ebebeb none repeat scroll 0 0;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.spec ol li {
    color: #444;
    font-size: 13px;
    letter-spacing: 0;
    list-style: inside none decimal;
    margin-bottom: 0;
    padding: 5px 0 5px 15px;
}
.sign_head {
    margin-top: 11px;
    text-align: center;
}
.sign_head h3 {
    font-size: 11px;
    padding-top: 0;
    /* text-align: right; */
}
footer {
    border: 1px solid #777;
    margin-top: 7px;
    padding: 2px 19px 13px 11px;
}
footer p {
    font-size: 11px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}
.title {
    float: left;
    font-size: 13px;
}
.values {
    float: right;
    font-size: 13px;
    width: 67%;
}
.naming {
    width: 72% !important;
}
.date_lf {
    float: left;
}
.date_rf {
    float: right;
    width: 56%;
}
.right_img {
    width: 15%;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f7f9fb;
}
.preference {
    border: 2px solid green;
    width: 267px;
    min-height: 300px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
#sortable1,
#sortable2 {
    border: 1px solid black;
    width: 289px;
    min-height: 300px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
#sortable1 li,
#sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 15px;
    width: 277px;
    border: 1px solid black;
}
.box {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 15px;
    width: 252px;
    border: 1px solid black;
}
.box2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.padding-left {
    margin-left: 44px;
}
.padding-left1 {
    margin-left: 20%;
}
ul#horizontal-list {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10%;
}
ul#horizontal-list li {
    display: inline;
}
.custom-container {
    width: 75% !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .custom-container {
        width: 100% !important;
    }
    #homepage-message a{
        margin-top: 0.5rem !important;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .custom-container {
        width: 70% !important;
    }
    #homepage-message a{
        margin-top: 1.2rem !important;
    }
}
@media only screen and (min-width: 1439) and (max-width: 1440px) {
    .custom-container {
        width: 98% !important;
    }
}
@media only screen and (min-width: 1439) and (min-width: 1440px) {
    .custom-container {
        width: 98% !important;
    }
}
@media (min-width: 2560px) {
    .custom-container {
        width: 90% !important;
    }
}
@media (min-width: 2000px) {
    .custom-container {
        width: 75% !important;
    }
}
/* @media (min-width: 2560px) {

    .custom-container{
        width: 55% !important;
    }
} */

