
/* Start OvverRide Global */

* {
    font-family: regular;
}


input:focus, :focus {
    outline: none;
}

@font-face {
    font-family: light;
    src: url("../fonts/JF Flat light.ttf") format("opentype");
    src: url("../fonts/JF Flat light.eot") format("opentype");
    src: url("../fonts/JF Flat light.woff") format("opentype");
}

@font-face {
    font-family: regular;
    src: url("../fonts/JF-Flat-regular.ttf") format("opentype");
    src: url("../fonts/JF-Flat-regular.eot") format("opentype");
    src: url("../fonts/JF-Flat-regular.woff") format("opentype");
}

@font-face {
    font-family: meduim;
    src: url("../fonts/JF Flat medium.ttf") format("opentype");
    src: url("../fonts/JF Flat medium.eot") format("opentype");
    src: url("../fonts/JF Flat medium.woff") format("opentype");
}

.btn-cancel,
.btn-save {
  height: 38px;
  padding: 8px 12px;
  background-color: #1abc9c !important;
  border: 1px solid #1abc9c !important;
  color: #FFF;
  border-radius: 4px;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-cancel:hover,
.btn-save:hover {
  background-color: #FFF !important;
  border: 1px solid #1abc9c !important;
  color: #1abc9c;
}

.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue {
    background-color: #2ab4c0 !important;
}

.portlet.box.blue {
    border: 1px solid #2ab4c0 !important;
}

select {
    padding: 0 10px 0 0 !important;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: regular;
}

.portlet.box > .portlet-title > .tools > a.collapse {
    background-image: url("../metronic4/img/portlet-collapse-icon-white.png");
}

#form-all-btn {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 18px;
    background: rgba(54, 198, 211, 0.6);
}

#form-all-btn button,
#form-all-btn a {
    width: 390px;
    padding: 10px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #1b5a5f !important;
    border: 1px solid #1b5a5f !important;
}

#form-all-btn button:hover ,
#form-all-btn a:hover {
    width: 390px;
    padding: 10px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #24757b  !important;
    border: 1px solid #24757b  !important;
}


.btns-option a {
    /* width: 80px; */
    height: 30px;
    padding: 4px 8px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    background-color: #1abc9c;
    /* border: 1px solid #1abc9c; */
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btns-option a i {
    /* padding-left: 5px; */
}

.btns-option .btn-3 {
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
}

.btns-option .btn-4 {
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
}

.btns-option label {
    padding: 4px 8px;
    width: 80px;
    font-size: 12px;
    height: 30px;
}

.joining-request input,
.joining-request select,
.override-view-join input,
.override-view-join select,
.add-constant-form input,
.add-constant-form select {
    background-color: #f9f9f9 !important;
    border: 1px solid #EEE !important;
}

.box-main-btn {
    margin: auto;
    text-align: center;
}

#main-btn-website {
    width: 200px;
    height: 38px;
    padding: 8px 12px;
    background-color: #1abc9c !important;
    border: 1px solid #1abc9c !important;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 20px auto;
}

@media (max-width: 767px) {
    #main-btn-website {
        width: 80% !important;
    }
}

#main-btn-website:hover {
    background-color: #FFF !important;
    border: 1px solid #1abc9c !important;
    color: #1abc9c;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #EEE !important;
}

.transparent-class {
    background-color: rgba(22,160,133, 0.8) !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -otransition: 0.3s;
    transition: 0.3s;
}

/************************ End OvverRide Global ***********************/

.page-content {
    padding-bottom: 100px;
}

.page-header .page-header-top .page-logo .logo-default {
    width: 67px;
    margin: 2px;
}

.page-header .page-header-menu {
    background-color: #16a085;
}

.page-header-top {
    background-color: #1abc9c;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:active, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
    background-color: transparent;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:active i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover i {
    color: #107d68;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle i {
    color: #FFF;
}

.page-header .page-header-menu .search-form, .page-header .page-header-menu .search-form .input-group {
    background-color: #1abc9c;
}

.page-header .page-header-menu .search-form .input-group .form-control {
    color: #ffffff;
    background: #1abc9c;
}

.page-header .page-header-menu .search-form {
    /* border: 1px solid #FFF; */
    border-radius: 20px;
    overflow: hidden;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a, .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:active, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
    color: #ffffff;
    background: #1abc9c;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a, .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:active, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus, .page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
    color: #ffffff !important;
    background: #1abc9c !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
    background: #1abc9c;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
    color: #ffffff !important;
    background: #1abc9c !important;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #FFF;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a, .page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
    color: #e9eef5;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown:active .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown:focus .dropdown-toggle {
    background-color: transparent
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3, .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a, .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a:focus, .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a:hover {
    color: #e9eef5 !important;
}

/* Start Content Pages And Forms */
.portlet-joining-request > .portlet-body {
    /*background-color: #eff3f8 !important;*/
    /*padding: 20px 0  0 !important;*/

}
.joining-request .portlet.light {
    /*background-color: rgba(238, 238, 238, 0.3);*/
}

.joining-request .label-form {
    margin-bottom: 8px;
    font-size: 12px;
}

.joining-request input, .joining-request select {
    margin-bottom: 10px;
}

.joining-request select {
    padding: 0;
    padding-right: 10px;
}

 input:focus, #search-form input:focus,
 select:focus {
    border: 1px solid #1abc9c !important;
}


#search-form {
    text-align: center;
    padding: 20px 0;
    background: #FFF;
    margin-bottom: 20px;
    /* box-shadow: 0px 1px 15px 1px rgba(38, 38, 38, 0.06); */
}


#search-form input {
    width: 80%;
    margin: auto;
    border-radius: 26px !important;
    background-color: #f5f4f4;
    padding: 20px 0;
    text-align: center;
}


.sf-st #search-form input {
    border-radius: 0 !important;
}


.page-footer {
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.label-footer {
    color: #1abc9c !important;
}

.joining-request .main-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: meduim;
}

.joining-request .sub-main {
    margin-top: 20px;
}

.joining-request .line-div {
    width: 100%;
    height: 2px;
    background-color: #EEE;
    margin-top: 20px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .joining-request .line-div {
        margin-bottom: 20px;
    }
}

.joining-request .caption-subject {
    font-family: meduim;
}

#buttons-form {
    text-align: center;
    padding: 20px 0;
    background: #262626;
    margin-bottom: 20px;
    position: fixed;
    bottom: 0;
    margin-top: 60px;
    margin: auto;
    left: 0;
    right: 0;
}

#buttons-form button {
    width: 40%;
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #FFF;
    padding: 10px 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#buttons-form button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #1abc9c;
}

.error {
    color: red;
    font-size: 11px;
}

input[aria-required="true"] {
    border: 1px solid #f00 !important;
}

.portlet {
    /* -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); */
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -o-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    /* box-shadow: 0px 1px 15px 1px rgba(26, 188, 156, 0.26); */
}

/* End Content Pages And Forms */

/*Start Page View Join Requests*/

.tabe-view select {
    padding: 0;
    padding-right: 10px;
}

.tabe-view h5 {
    font-size: 13px;
    color: #777
}

.tabe-view .view-btn {
    margin: 10px auto;
    text-align: center;
}


/*End Page View Join Requests*/

/*Start College Ovveride Join Reequest*/

.college-table-page .buttons-copy,
.college-table-page .buttons-csv,
.college-table-page .buttons-collection,
.college-table-page .buttons-pdf,
.college-table-page .dataTables_info,
.college-table-page .dataTables_length {
    display: none;
}

.college-sec .view-input {
    margin: 20px auto;
    text-align: center;
}

.college-sec .view-input input {
    width: 400px;
    margin: auto;
}

.section-modal .add-section .add-btn {
    padding: 10px;
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.section-modal .add-section .add-btn:hover {
    background-color: #FFF;
    border: 1px solid #1abc9c;
    color: #1abc9c;
}

.college-sec .sec-college {
    margin-top: 10px;
}

.college-sec .sec-college p {
    color: #03A9F4;
    font-size: 12.5px;
}

.btn-option-section {
    margin-top: 10px;
}

.btn-option-section .btn-3 {
    background-color: transparent !important;
    color: green !important;
    border: none !important;
}

.btn-option-section .btn-4 {
    background-color: transparent !important;
    color: red !important;
    border: none !important;
}

/*End College Ovveride Join Reequest*/

/*Start Toaster Css*/

#snackbar {
    visibility: hidden;
    width: 80%;
    margin: auto;
    background-color: rgba(51, 122, 183, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    font-size: 17px;
    left: 0;
    right: 0;
    bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#snackbar:hover {
    background-color: rgba(51, 122, 183, 1);
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/*End Toaster Css*/

/*Start Education Plane Page Css*/

.edu-plan {
    margin: 20px 0;
}

.edu-plan .top-form input, .edu-plan .top-form select {
    margin-bottom: 10px;
}

.edu-plan .top-form select {
    padding: 0 5px 0 0;
}

.edu-plan .top-form .btn-submit {
    padding: 6px 12px;
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu-plan .top-form .btn-submit:hover {
    background-color: #FFF;
    border-color: #1abc9c;
    color: #1abc9c;
}

.edu-plan .all-material .main-row {
    margin: 20px 0;
    border: 1px solid #EEE;
    background-color: #adb3b2;
    color: #FFF;
    height: 200px;
    overflow-y: auto;
}

.edu-plan .all-material .box-mat {
    padding-right: 0;
    padding-left: 0;
}

.edu-plan .all-material .main-row {
    margin-right: 0;
    margin-left: 0;
}

.edu-plan .all-material .all-list-mat {
    margin: 0;
    padding: 0;
    border-width: 0 0 0 1px;
    border-color: #EEE;
    border-style: solid;
    list-style-type: none;
}

.edu-plan .all-material .all-list-mat li {
    border-bottom: 1px solid #EEE;
    padding: 8px;
}

@media (max-width: 992px) {
    .edu-plan .all-material .all-list-mat li:last-of-type {
        border-bottom: 1px solid #EEE !important;
    }
}

.edu-plan .all-material .search-form {
    margin: 10px;
}

.edu-plan .all-material .all-list-mat li:hover {
    background-color: #118e75;
    overflow: hidden;
}

.edu-plan .all-material .all-list-mat li span {
    font-size: 13px;
}

.edu-plan .all-material .all-list-mat li .short-c {
    color: #333;
    display: inline-block;
    padding-left: 10px;
}

.edu-plan .all-material .all-list-mat li .name-mat {
    display: inline-block;
    padding-left: 10px;
}

.edu-plan .all-material .all-list-mat li .mat-num {
    display: inline-block;
    padding-left: 10px;
    color: white;
    text-decoration: underline;
}

.edu-plan .all-tabs {
    margin: 50px 0;
    background: #DDD;
}

.edu-plan .box-mat-child {
    border: 1px solid #EEE;
    margin: 10px;
}

.edu-plan .box-mat-child .all-list-mat-child {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.edu-plan .box-mat-child .all-list-mat-child li {
    border-bottom: 1px solid #EEE;
    padding: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu-plan .box-mat-child .all-list-mat-child li:hover {
    background: #c3c3c3;
}

@media (max-width: 992px) {
    .edu-plan .box-mat-child .all-list-mat-child li:last-of-type {
        border-bottom: 1px solid #EEE !important;
    }
}

.edu-plan .box-mat-child .all-list-mat-child li span {
    font-size: 13px;
    color: #555
}

.edu-plan .box-mat-child .all-list-mat-child li .short-c {
    color: #333;
    display: inline-block;
    padding-left: 10px;
}

.edu-plan .box-mat-child .all-list-mat-child li .name-mat {
    display: inline-block;
    padding-left: 10px;
}

.edu-plan .box-mat-child .all-list-mat-child li .mat-num {
    display: inline-block;
    padding-left: 10px;
    text-decoration: underline;
}

.edu-plan .box-mat-child .all-list-mat-child li.num-of-clock {
    background: #222
}

.edu-plan .box-mat-child .all-list-mat-child li.num-of-clock span {
    color: #FFF;
    font-size: 14px;
    text-decoration: underline;
}

.edu-plan .box-mat-child .all-list-mat-child li.num-of-clock .simister {
    display: inline-block;
}

.edu-plan .box-mat-child .all-list-mat-child li.num-of-clock .num-simister {
    display: inline-block;
    float: left;
}

.edu-plan .box-mat-child .all-list-mat-child li.num-of-clock .num-simister:after {
    overflow: hidden;
}

/*End Education Plane Page Css*/

/*Start Override Page Viw Join Request*/


.override-view-join .buttons-copy {
    display: none;
}

.override-view-join .buttons-csv {
    display: none;
}

.override-view-join .buttons-collection {
    display: none;
}

.override-view-join .dataTables_info {
    display: none;
}

/*End Override Page Viw Join Request*/
/*Start Material-form */
.input-check {
    display: inline-block;
    height: 20px;
    margin: 32px auto 10px auto !important;
}

/*End Material-form */

/************************** Start Login Page ***************************/
/* Start Section Login */
.login-section {
    padding: 60px 20px;
    text-align: center;
}

.login-section input,
.login-section button {
    width: 50%;
    margin: 20px auto;
    border: 1px solid #EEE;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    .login-section input,
    .login-section button {
        width: 80%;
        margin: 20px auto;
    }
}

.login-section input:focus {
    border: 1px solid #1abc9c;
}

.login-section button {
    border: 1px solid #1abc9c;
    background: #1abc9c;
    color: #FFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-section button:hover {
    border: 1px solid #1abc9c;
    background: #FFF;
    color: #1abc9c;
}

/* End Section Login */

/* Start Footer  */

.footer {
    padding: 30px 10px;
    background-color: #f2f2f2;
    text-align: center;

}

.footer h6 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.footer h6 a {
    color: #1c3b5d;
    padding-left: 5px;
}

.footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    margin: 8px;
    transition: 1s;
    border: 1px solid rgba(0, 0, 0, 1);
    transform: rotate(45deg);
}

.footer ul li a .fa {
    transform: rotate(-45deg);
}

.footer ul li a:before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    transition: 0.2s;
}

.footer ul li a:hover:before {
    bottom: 0;
}

.footer ul li a:hover {
    color: #FFF;
}

.footer ul li:nth-child(1) a:before {
    background: #3b5998
}

.footer ul li:nth-child(2) a:before {
    background: #00aced
}

.footer ul li:nth-child(3) a:before {
    background: #dd4b39
}

.footer ul li:nth-child(4) a:before {
    background: #007bb6
}

.footer ul li:nth-child(5) a:before {
    background: #bc2a8d
}

/* End Footer  */
/************************** End Login Page ***************************/
/************************** Start Subjects Page ***************************/

.constant-form .box-select-link {
    display: flex;
    margin: 20px
}

.constant-form .box-select-link select {
    flex: 1;
    margin-left: 20px;
}

.constant-form .box-select-link a {
    flex: 1;
    display: inline-block;
    margin-top: 7px;
}
.constant-form .buttons-copy {
    display: none;
}

.constant-form .buttons-csv {
    display: none;
}

.constant-form .buttons-collection {
    display: none;
}

.constant-form .dataTables_info {
    display: none;
}

.constant-form .buttons-print {
    display: none;
}

.constant-form .buttons-pdf {
    display: none;
}

.constant-form .buttons-excel {
    display: none;
}

.constant-form .view-btn select {
    width: 50%;
    margin: auto;
}

@media (max-width: 767px) {
    .constant-form .view-btn select {
        width: 90%;
    }
}

/************************** End Subjects Page ***************************/
/************************** Start Add Subjects Page ***************************/

.add-constant-form .input-block {
    width: 50%;
    margin: 0 auto;
}

.add-constant-form .input-block h5 {
    font-size: 15px;
}

@media (max-width: 767px) {
    .add-constant-form .input-block {
        width: 90%;
    }
}

.add-c-f-2 .input-block {
    margin-bottom: 20px !important;
}

/************************** End Add Subjects Page ***************************/

/************************* Start Student Profile Page *****************************/
.student-profile {
    padding: 0px 10px;
}

.student-profile select {
    padding: 0 10px 0 0
}

.student-profile input,
.student-profile select {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    /* margin:  auto; */
}

.student-profile input:focus,
.student-profile select:focus {
    border: 1px solid #1abc9c
}

@media (min-width: 992px) {
    .student-profile .box-input {
        margin-bottom: 20px;
    }

    .student-profile .file-box {
        background-color: #FFF;
        padding: 20px 10px;
        text-align: center;
        min-height: 480px;
    }

    .student-profile .button-submit-form input {
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .student-profile .button-submit-form {
        margin-bottom: 20px;
    }

    .student-profile .file-box {
        width: 96%;
        margin: 20px auto;
    }
}

.datepicker {
    font-family: tahoma
}

.datepicker table tr td, .datepicker table tr th {
    font-family: regular !important;
}

.student-profile .portlet-top > .portlet-body {
    min-height: 500px;
}

.tabbable-custom > .tab-content {
    border: none;
}

.student-profile .tabbable-custom > .nav-tabs > li > a {
    font-size: 14px !important;
}

.student-profile.btn-file {
    cursor: pointer;
}

.student-profile .file-box {
    -webkit-box-shadow: 1px 1px 15px 1px #d0e6ef;
    -moz-box-shadow: 1px 1px 15px 1px #d0e6ef;
    -o-box-shadow: 1px 1px 15px 1px #d0e6ef;
    box-shadow: 1px 1px 15px 1px #d0e6ef;
}

.student-profile .btn-file,
.student-profile .btn.default:not(.btn-outline) {
    color: #FFF !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 8px 30px !important;
    margin-top: 20px;

}

.student-profile .btn-file:hover,
.student-profile .btn.default:not(.btn-outline):hover {
    color: #1abc9c !important;
    background-color: #FFF !important;
    border-color: #1abc9c !important;
}

.student-profile .save-profi-btn {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFF;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.student-profile .save-profi-btn:hover {
    color: #1abc9c;
    background-color: #FFF;
    border-color: #1abc9c;
}

@media (max-width: 991px) {
    .student-profile .save-profi-btn {
        width: 70%;
        margin: auto;
    }

    .student-profile .file-box {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 992px) {
    #search-form input {
        margin-bottom: 10px;
    }
}

#search-form select {
    background-color: #f5f4f4;
    padding: 0 10px 0 0;
    width: 80%;
    margin: auto;
    height: 40px;
}

/************************* End Student Profile Page *****************************/
/************************* Start Semester Page *****************************/
.label-mb {
    margin-bottom: 10px;
}

.box-input {
    margin-bottom: 10px;
}


.sem-sec .last-l-form {
    text-align: center;

}

.sem-sec .last-l-form a {
    display: inline-block;
    margin-bottom: 20px;
}


/************************* End Semester Profile Page *****************************/


.graduationDes .dt-button {
    display: none !important;
}

.graduationDes #sample_1_filter {
    text-align: left;
}

.graduationDes #sample_1_filter input {
    margin-right: 10px;
}

.graduationDes .dataTables_paginate {
    text-align: left;
}

/******************************* Start Semester Register Page*********************************/

.result-search {
  margin-bottom: 10px !important
}

.sem-search {
    background-color: #FFF;
    padding: 13px 4px;
    margin-bottom: 10px;
}

.sem-search .group-input {
    margin: 0;
    padding: 10px;
    /*border-radius: 50px !important;*/
    border: 1px solid #ccc;
    margin: auto;
    text-align: right;
    height: 45px;
    font-size: 16px;
}

 .box-input-g {
    text-align: center ;
     /*width: 70%;*/
}

/*.sem-search .group-input:nth-child(1) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 180px;
    border-radius: 0px 50px 50px 0px !important;
    background-color: #f5f5f5 !important;
    font-size: 16px;
    height: 45px;
}*/

.sem-search .group-input.std-no {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 180px;
    /*border-radius: 0px 50px 50px 0px !important;*/
    background-color: #f5f5f5 !important;
    font-size: 16px;
    float: left;
}

.sem-search .group-input.std-name1 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: -10px;
    /*border-right: none !important;*/
    width: 420px;
    border-radius: 0px 0px 0px 0px !important;
    height: 45px;
    font-size: 16px;
    padding: 10px;
}

.custome-clear-btn {
    /*position: absolute;
    left: 165px;
    top: 0px; */
    margin-right: -20px;
    width: 150px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 45px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
#autocomplete-ajax-x {
    /*margin-right: -4px;*/
    margin-right: -10px;
    border-right: none !important;
    width: 420px;
    text-align: right;
    border: 1px solid #CCC;
    font-size: 16px;
    padding: 10px;
    height: 45px;
    background-color: #f5f5f5 !important;
    /*display: block;*/
}


.result-search h6 {
  color: #777;
}

.result-search .table>thead>tr>th {
  vertical-align: center;
}
@media (min-width: 1199px) {
  .box-input-row .box-input {
    display: flex;
    margin-bottom: 10px;
  }

  .box-input-row .box-input h6 {
    flex: 1
  }

  .box-input-row .box-input input {
    flex: 2
  }

}
.right-box {
  background: #FFF;
  padding: 10px 20px;
}


.left-box {
  background: #FFF;
  padding: 10px;
  min-height: 250px;
}

.result-search .sem-reg-profile {
  width: 100%;
  height: 230px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: block;

}

.custom-left-box {
  padding-right: 0 !important
}

.right-box-table {
  padding: 20px !important;
  min-height: 500px;
}

.custom-left-box .left-box a {
  margin-bottom: 10px;
  height: 40px;
  line-height: 25px !important
}

.custom-left-box .left-box a:last-child {
  margin: 0 !important
}

.last-r-box {
  margin-bottom: 0 !important;
  min-height: 50px !important
}

.table-sem-reg th {
  text-align: center;
}

.table-sem-reg tr {
  height: 45px;
  text-align: center;
}

/***************************** Auto complete style*********************/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    font-size: 16px;
    white-space: nowrap;
    border: 0px solid #CBD3DD;
    background: #FFF;
    overflow: hidden;
    padding: 5px 15px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #cde6e1;
    /*background: #F0F0F0*/;
}

.autocomplete-suggestions strong {
    /*font-weight: bold;*/
    font-size: 17px;
    color: #029cca;
}


/******************************* End Semester Register Page*********************************/
/*Start Editedt In Master Page*/
.page-logo {
    float: right;
    margin-left: 40px;
    margin-top: 6px;
}

.page-logo img {
    width: 74px;
}

.top-menu {
    float: left;
    margin-top: 11px;
    margin-left: -40px;
}

.page-header .page-header-menu,
.page-header {
    height: 90px;
}


.page-header .page-header-menu .hor-menu {
    margin: 20px 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #1abc9c !important;
    color: #FFF !important;
}

.top-menu ul li i {
    color: #FFF;
}

.top-menu ul li a span {
    color: #FFF;
}

#header_inbox_bar,
#header_notification_bar {
  margin: 6px 0;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
  /*background: #2e343b;*/
  border: 0;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 300px;
  width: 300px;
  z-index: 9996;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu>li.external {
  background: #272c33;
  display: block;
  overflow: hidden;
  padding: 15px;
  letter-spacing: .5px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu>li.external>h3 {
  color: #a2abb7;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 13px;
  display: inline-block;
}

 .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
  display: inline-block;
  padding: 0;
  background: 0 0;
  clear: inherit;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  border: 0;
  margin-top: -2px;
  color: #337ab7;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a,
.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a {
  color: #aaafb7;
  border-bottom: 1px solid #3b434c!important;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 13px;
  padding: 16px 15px 18px;
  text-shadow: none;
}

.top-menu .navbar-nav>li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list>li>a .time {
  background: #23272d;
  float: left;
  max-width: 75px;
  font-size: 11px;
  font-weight: 400;
  opacity: .7;
  filter: alpha(opacity=70);
  text-align: left;
  padding: 1px 5px;
}

.top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
  margin-left: 10px;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu:after {
  /*border-bottom-color: #2e343b;*/
}

 .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
     /*background: #2e343b;*/
     border: 0;
     width: 199px;
 }

 .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a,
 .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a {
  color: #aaafb7;
  font-weight: 200;
  font-size: 14px;
  padding: 8px 16px;
  color: #2e343b;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
  border-bottom: none !important;
}

.top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
  min-width: 160px;
    max-width: 300px;
    width: 300px;
    z-index: 9996;
    margin-top: 5px;
    margin-left: 7px;
}

.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a>i,
.top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a>i  {
  color: #6FA7D7;
  width: 15px;
  display: inline-block;
  margin-left: 9px;
}


.dropdown-menu .divider {
  margin: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li>a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu li a:hover {
    display:block;
    background-color: #1cb395 !important;
    padding-right: 18px;
}

/*Start Editedt In Master Page*/

/******************************* Start Table Register Page*********************************/

/* @media (min-width: 1199px) {
  .table-box-input {
    display: flex;
    margin-bottom: 10px;
  }

  .table-box-input h6 {
    flex: 1
  }

  .table-box-input select,
  .table-box-input input,
  .table-box-input .form-group {
    flex: 2
  }

} */

.table-sem .table-sem-top {
    background-color: #FFF;
    padding: 13px 25px;
    margin-bottom: 30px;
}

  .table-sem .table-box-input h6 {
    color: #777;
  }

.btns-action {
  margin-top: 10px;
}

.btns-action a {
  width: 100px;
}

.input-check-g span {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  color: #777;
  line-height: 36px;
}

.bg-tables {
  background-color: #FFF;
  padding: 13px 4px;
  margin-bottom: 10px;
}
.tables-title {
  color: #777;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.list-days  {
  font-size: 12px;
  color: #777;
}
/****************** Start Edite Grade Table **********************/
.edit-grade-table .right-box-table {
  min-height: auto !important;
}

.edit-grade-search .box-input-row .box-input input {
  flex: 2.4 !important
}
/****************** End Edite Grade Table **********************/
/****************** Start Equation of courses **********************/
.equationOfCourses-search .box-input-row .box-input input {
  flex: 3 !important
}

.equationOfCourses-search .box-input {
  margin-bottom: 0 !important
}

select {
  padding: 0 !important;
  padding-right: 3px !important;
}

.cust-equation-btns  {
  padding: 3px 6px;
  font-size: 12px;
  margin: 0 !important;
}

/****************** End Equation of courses **********************/
/****************** Start Edu Plane Page **********************/

.education-plan .box-1 {
  background-color: #FFF;
  padding: 15px;
}

.education-plan .box-2,
.education-plan .box-3 {
  padding-top: 10px
}

.education-plan .plan-years {
  border: 1px solid #EEE;
  background: #fbfbfb;
  height: 346px;
  overflow-y: auto;
}

.education-plan .plan-years h3 {
  text-align: center;
  border-bottom: 1px solid #EEE;
  margin: 0;
  padding: 8px 0px;
  font-size: 20px;
  color: #555;
}

.education-plan .plan-years ol {
  list-style-position: inside;
  padding: 10px;
  margin: 0
}

.education-plan .cust-class {
  height: 354px;
  position: relative;
}

.education-plan .cust-btn-plan {
  position: absolute;
  width: calc(100% - 30px);
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
}

.education-plan .plan-years ol li {
  color: #666;
  padding: 8px 5px;
  background-color: #EEE;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.education-plan .plan-years ol li:hover {
  padding: 8px 12px 8px 5px;
}

.education-plan .plan-years ol li.active {
  color: #FFF;
  background-color: #1abc9c;
}

.education-plan .ms-container {
  width: auto;
}

.education-plan .ms-container .form-control {
  margin-bottom: 20px;
}

.education-plan .cus-part {
  margin-bottom: 15px;
}

.education-plan .box-bg-white {
  margin-top: 40px;
  background-color: #FFF;
}

.education-plan .box-mat {
  border: 1px solid #EEE;
  margin: 10px;
}

.education-plan .mat-child {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 325px;
  overflow-y: auto;
  position: relative;
}

.education-plan  .mat-child li {
  border-bottom: 1px solid #EEE;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.education-plan  .mat-child li:hover {
  background-color: #DDD
}

.education-plan  .mat-child li span {
  font-size: 14px;
  color: #555;
}

.education-plan  .mat-child li .short-c {
  color: #807e7e;
  display: inline-block;
  padding-left: 10px;
}

.education-plan  .mat-child li .name-mat {
  display: inline-block;
  padding-left: 10px;
}

.education-plan  .mat-child li .mat-num {
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
}

.education-plan  .mat-child li.num-of-clock {
  background: #222;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.education-plan  .mat-child li.num-of-clock .simister {
  display: inline-block;
}

.education-plan  .mat-child li.num-of-clock span {
  color: #FFF;
  font-size: 14px;
  text-decoration: underline;
}

.education-plan  .mat-child li.num-of-clock .num-simister {
  display: inline-block;
  float: left;
}

/****************** End Edu Plane Page **********************/
/* time picker left to right*/
.bootstrap-timepicker-widget {
    padding: 4px;
    direction: ltr !important;
}



/* start ovvride 17/3*/
.father-box {
    display: flex;
}

.child-box {
    flex: 1;
}


/* End ovvride 17/3*/
