/* CSS Document | Main Styles | Last Update: March 29, 2024
> Copyright (c) 2024 MSBJbd.com All rights reserved.
> For: EIMS.

> Author: Mahbub S.B. Jalil (Sazu)
> Ex-Lecturer, Freelancer, Computer Engineer, UI/UX
> B.Sc & Diploma in CSE
> Bangladesh University.
> Thakurgaon Govt. Polytechnic Institute
> Thakurgaon Govt. Technical School & College
> Bangladesh.
*/

@charset "utf-8";

@media print {
    .print1stpage { page-break-after: always; }
}

/* Font Including */
@font-face {
    font-family: "SolaimanLipi";
    src: url('../../fonts/SolaimanLipi.ttf') format('truetype');
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

/* Default CSS */
.font-weight-bold {
    font-weight: bold;
}

/* Default Fonts */
.font-bn {
  font-family: SolaimanLipi;
}

/* Default Red Font*/
.font-red {
  color: red!important;
}

.font-green {
  color: green!important;
}

/* Default Centered Text */
.text-center {
  text-align: center!important;
}

/* Default Justified Text */
.text-justify {
  text-align: justify!important;
}

/* Default Uppercase Text */
.uppercase {
  text-transform: uppercase!important;
}

/* Default Underline Text */
.underline {
  text-decoration: underline!important;
}

/* Default Pagination */
.pagination {
    margin: 0;
}

.pagination ul {
    margin-bottom: 0;
}

/* Default Vertical Align */
.valignm {
  vertical-align: middle !important;
}

/* Default Software Requirement CSS */
.StuListThmb {
  position: relative;
}

.SoftReq {
  font-weight: bold;
  color: red;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  top: 30%;
  transform: rotate(-50deg);
}

/* Default CSS Ends */


/* login */
/*.login-pannel {
    margin: 40px;
}*/

/*login new */
.login2background {    
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.loginbox_content a {
    color: white;
}

/*.loginbox_content .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 20px;
}

.loginbox_content .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-radius: 20px;
    margin-left: 10px;
    width: 97%;
}*/

.loginbox {  
    background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
    color: black;    
    margin-top: 13%;
    padding: 15px 10px 10px;   
    box-shadow: 0 8px 50px -2px #000;
    border-radius:10px 30px;

}
.logo {
    /*width: 130px;*/ 
    height: 60px;
    /*margin-left: 10%;*/
}
@media (max-width:767px) {
    .loginbox{ 
        margin-top: 10%;
    }    
}

.loginbox_content {
    padding: 3% 10% 0 10%;

}

.singtext {
    font-family: "Open Sans",sans-serif;
    font-size: 27px;  
    color: #82C226;
    float: right;
    padding-right: 25%;
}

.submit-btn {
    margin-top: 15px;
    color: green;
    font-weight: bold;
}

.forgotpassword{
    font-weight: bold;
    padding-top: 8px;
}

.loginbox_content .checkbox label {
    color: white;
}
/*login new ends */


/* Bulk Student Add */
.bulk-male-female .radio {
    display: inline-block;
}


/* Student Add */
.admission-date input {
    width: 12%;
    display: inline;
    text-align: center;
    font-weight: bold;
}

/* Help Block */
.has-help-block-bn span.help-block {
    font-family: SolaimanLipi;
    font-size: 1.2em;
}

/* Image Upload */
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left:2px;
} /* Image Upload Ends */
/* Student Add Ends */


/* Subject Group List Start */
.grp-sub-list .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.grp-sub-list .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.grp-sub-list .panel-title {
    font-size: 14px;
    color: #555;
}

.grp-sub-list .panel.panel-default {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.grp-sub-list .panel-group {
    margin-bottom: 0px;
}

.list-group {
    margin-bottom: 0px;
}

.grp-sub-list .panel-heading {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.list-group-item.category {
    border-top-width: 0px;
    border-bottom-width: 0.1px;
}

.list-group-item.reports {
    border-top-width: 0px;
}

div.pages {
    display: none;
}

.pages img {
    width: 100%;
}

.pages {
    padding: 0;
}

.pages .caption-full {
    /*padding: 9px;*/
    color: #333;
} /* Subject Group List Ends */


/* Page Path (BreadCrumb)*/
.panel-pagepath {
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .panel-pagepath .btn-breadcrumb { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px) !important; }
}

.panel-pagepath .btn-breadcrumb{
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
}
.panel-pagepath .btn-breadcrumb .btn{
    border-color: transparent; border: 0px solid transparent;
    border-right: 1px solid transparent !important; 
    font-size: 12px;
    font-weight: bold;
}
.panel-pagepath .breadcrumb-default{ background-color: #fff; }
.panel-pagepath .btn-primary,.breadcrumb-primary{ background-color: #337ab7; }
.panel-pagepath .btn-primary:hover{background-color: #286090;}

.panel-pagepath .breadcrumb-success{ background-color: #5cb85c; }
.panel-pagepath .breadcrumb-info{ background-color: #5bc0de; }
.panel-pagepath .breadcrumb-warning{ background-color: #f0ad4e; }
.panel-pagepath .breadcrumb-danger{ background-color: #d9534f; }
.panel-pagepath .breadcrumb-negro{ background-color: #d4d4d4; }

.panel-pagepath .btn-breadcrumb .btn:last-child {font-weight: bold; text-decoration: underline;}
.panel-pagepath .btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.panel-pagepath .btn-breadcrumb .btn:last-child:before{margin-left: -1px;}

.panel-pagepath .btn-breadcrumb .btn-derecha{
    float: right;
    margin-right: 0px;
    padding: 6px 10px 6px 10px !important;
    margin-left: 0px !important;
    border-radius: 0px !important; 
}
.panel-pagepath .btn-breadcrumb .btn-derecha:first-child { 
    border-top-right-radius: 2px !important; 
    border-bottom-right-radius: 2px !important; 
}

.panel-pagepath .btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
    content: none !important;
}

.panel-pagepath .btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
}
.panel-pagepath .btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.panel-pagepath .btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.panel-pagepath .btn-breadcrumb .btn:first-child {padding:6px 6px 6px 10px;}
.panel-pagepath .btn-breadcrumb .btn:last-child {padding:6px 18px 6px 24px;}

/** Default button **/
.panel-pagepath .btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #fff;}
.panel-pagepath .btn-breadcrumb .btn.btn-default:hover:after {border-left: 10px solid #e6e6e6;}
.panel-pagepath .btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {border-left: 10px solid #adadad;}
.panel-pagepath .breadcrumb-default{ border: solid 1px #adadad; }

/** Primary button **/
.panel-pagepath .btn-breadcrumb .btn.btn-primary:after {border-left: 10px solid #337ab7;}
.panel-pagepath .btn-breadcrumb .btn.btn-primary:hover:after {border-left: 10px solid #286090;}
.panel-pagepath .btn-breadcrumb .btn.btn-primary:hover:before, .btn-breadcrumb .btn.btn-primary:before {border-left: 10px solid #204d74;}
.panel-pagepath .breadcrumb-primary{ border: solid 1px #204d74; }

/** Success button **/
.panel-pagepath .btn-breadcrumb .btn.btn-success:after {border-left: 10px solid #5cb85c;}
.panel-pagepath .btn-breadcrumb .btn.btn-success:hover:after {border-left: 10px solid #449d44;}
.panel-pagepath .btn-breadcrumb .btn.btn-success:hover:before, .btn-breadcrumb .btn.btn-success:before {border-left: 10px solid #398439;}
.panel-pagepath .breadcrumb-success{ border: solid 1px #398439; }

/** Danger button **/
.panel-pagepath .btn-breadcrumb .btn.btn-danger:after {border-left: 10px solid #d9534f;}
.panel-pagepath .btn-breadcrumb .btn.btn-danger:hover:after {border-left: 10px solid #c9302c;}
.panel-pagepath .btn-breadcrumb .btn.btn-danger:hover:before, .btn-breadcrumb .btn.btn-danger:before {border-left: 10px solid #ac2925;}
.panel-pagepath .breadcrumb-danger{ border: solid 1px #ac2925; }

/** Warning button **/
.panel-pagepath .btn-breadcrumb .btn.btn-warning:after {border-left: 10px solid #f0ad4e;}
.panel-pagepath .btn-breadcrumb .btn.btn-warning:hover:after {border-left: 10px solid #ec971f;}
.panel-pagepath .btn-breadcrumb .btn.btn-warning:hover:before, .btn-breadcrumb .btn.btn-warning:before {border-left: 10px solid #d58512;}
.panel-pagepath .breadcrumb-warning{ border: solid 1px #d58512; }

/** Info button **/
.panel-pagepath .btn-breadcrumb .btn.btn-info:after {border-left: 10px solid #5bc0de;}
.panel-pagepath .btn-breadcrumb .btn.btn-info:hover:after {border-left: 10px solid #31b0d5;}
.panel-pagepath .btn-breadcrumb .btn.btn-info:hover:before, .btn-breadcrumb .btn.btn-info:before {border-left: 10px solid #269abc;}
.panel-pagepath .breadcrumb-info{ border: solid 1px #269abc; }


/* #pagepaths {
    padding-top: 15px;
}

#pagepaths ol li {
    display: inline-block;
    list-style: none;
}

#pagepaths ol li::after {
    font-family: 'FontAwesome';
    content: "\f054";    
    padding-left: 5px;
} /* Page Path Ends */


/* Left Menu Header */
.left-menu-header {
    padding-top: 15px;
    font-weight: bold;
    text-decoration: underline;
}


/* RMS Add Subjects */
/* Choose Subject Buttons Start */
.choose-sub-switch {
    position: relative; width: 104px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top: -6px;
}
.choose-sub-switch-checkbox {
    display: none;
}
.choose-sub-switch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 20px;
}
.choose-sub-switch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.choose-sub-switch-inner:before, .choose-sub-switch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.choose-sub-switch-inner:before {
    content: "Added";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.choose-sub-switch-inner:after {
    content: "Removed";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.choose-sub-switch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute; top: 0; bottom: 5px; right: 75px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.choose-sub-switch-checkbox:checked + .choose-sub-switch-label .choose-sub-switch-inner {
    margin-left: 0;
}
.choose-sub-switch-checkbox:checked + .choose-sub-switch-label .choose-sub-switch-switch {
    right: 0px; 
} /* Choose Subject Buttons Ends */


/* RMS Result Add Marks */
/* GPA Add Buttons Start */
.gpa-add-switch {
    position: relative; width: 104px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top: 0;
}
.gpa-add-switch-checkbox {
    display: none;
}
.gpa-add-switch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 20px;
}
.gpa-add-switch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.gpa-add-switch-inner:before, .gpa-add-switch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gpa-add-switch-inner:before {
    content: "Counted";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.gpa-add-switch-inner:after {
    content: "Removed";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.gpa-add-switch-switch {
    display: block; width: 18px; margin: 3px 6px 2px 2px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute; top: 3px; bottom: 5px; right: 75px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.gpa-add-switch-checkbox:checked + .gpa-add-switch-label .gpa-add-switch-inner {
    margin-left: 0;
}
.gpa-add-switch-checkbox:checked + .gpa-add-switch-label .gpa-add-switch-switch {
    right: 0px; 
} /* GPA Add Buttons Ends */



/* Student Profile List */
/* DataTables BS Override */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    width: 140px;
} /* Override */

.result-counter {
    font-size: 10px;
    vertical-align: middle;
}
/* Student Profile List Ends */

/* AM: Requests */
.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
.tab-pane .list-group .glyphicon { margin-right:5px; }
.tab-pane .list-group .glyphicon:hover { color:#FFBC00; }
a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 5px;margin-bottom: 10px; }
.nav-pills>li>a {padding: 5px 10px;}

.ad { padding: 5px;background: #F5F5F5;color: #222;font-size: 80%;border: 1px solid #E5E5E5; }
.ad a.title {color: #15C;text-decoration: none;font-weight: bold;font-size: 110%;}
.ad a.url {color: #093;text-decoration: none;}
/* AM: Requests Ends */

/* Publish */
.publish-btn button {
    margin-bottom: 3px;
}
/* Publish Ends */

/* OA Recent List */
/* Making Unread */
.read {
  background: rgba(242,245,245,0.8)!important;
}

.unread {
  font-weight: bold!important;
}

.read:hover{
  box-shadow: 0px 1px;
}

.unread:hover{
  background: rgba(242,245,245,0.8)!important;
}

/* Footer Copyright Area */
/* DnD */
.power-dnd a {
  text-decoration: none;
}

.power-dnd img {
  width: 70px;
  height: 30px;
  float: right;
  vertical-align: middle;
}

.power-dnd-social {
  text-align: center;

}

.power-dnd-social li {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 5px;

}

/* Seath Planning Image */
.SeatPlanImg img {
    height: 150px;
    float: left;
    width: 120px;
}