@charset "utf-8";
body {
    font-family: 'Marvel', sans-serif;
    background-color: #EFF0F0;
}
.wrapper {
    min-height: 100%;
}
.db-students {
    width: 100%;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.top-header {

}
.nav li a:focus, .nav li a:hover {
    color: #fff;
    background: transparent;
}
.top-header .navbar {
    padding: 25px 20px;
    position: relative;
    background-color: #ffffff;
    height: 88px;
}
.top-header, .content-wrapper {
    margin-left: 400px;
}
.navbar-left-menu {
    float: left;
}
.navbar-left-menu ul li {

}
.navbar-right-menu {
    float: right;
    margin-right: 50px;
}
.search-menu {
    margin-top: 6px;
    margin-left: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-radius: 30px;
    width: 272px;
    height: 37px;
    padding: 4px 8px;
    border: 1px solid #cfcfd1;
    background-color: white;
}
.input-group input {
    height: 30px;
    border: none;
    width: 100%;
    border: 30px;
    padding-right: 45px;
    padding-left: 10px;
    background-color: white;
    font-size: 12px;
    color: black;
    font-family: 'Marvel', sans-serif;

}
.search-button {
    z-index: 1;
    position: relative;
}
.search-button .btn {
    position: absolute;
    top: 3px;
    bottom: 3px;
    vertical-align: middle;
    right: 5px;
    background-color: #2cb474;
    border-radius: 30px;
    padding: 8px 15px;
    z-index: 1800;
    width: 50px;
}
.upload-dialog{
    z-index:9;
    position: relative;
}
.upload-dialog form{
    /*display: flex;*/
}
.upload-dialog  .modal-header {
    padding: 15px 30px;}
.header-holder{
    display: flex;
}
#exampleModalLabel {
    width:98%;
}
.navbar-nav li {
    position: relative;
}
.top-header .navbar-nav li a {
    color: black;
}
.admin-details {
    font-size: 18.67px;
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
    color: black;
    margin-top: 5px;
}
.nav>li.admin-details>a {
    padding-left: 0;
}
.nav>li.admin-image>a {
    padding-right: 5px;
}

.down-icon {
    margin-left: 5px;
}

.dashboard-head {
    position: relative;
    display: block;
    margin: 4px 0 0 15px;
    font-family: 'Marvel', sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: black;
    font-weight: bold;
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d2b36;
    width: 400px;
    height: 1080px;
    z-index: 820;
    min-height: 100%;
}
.logo {
    padding: 30px 50px;
}
.nav-sidebar {
    position: relative
}
.sidebar .active {
    background-color: #2cb474;
    display: block;
}
.sidebar .nav li a {
    padding: 15px 50px
}

.sidebar-menu {
    color: white;
    font-family: 'Marvel', sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-left: 17px;
}
.sidebar .right {
    position: absolute;
    right:44px;
    top: 25px;
    color: white;
    font-size: 28px;
}
.sidebar .activate .right {
    transform: rotate(-90deg);
}
.sidebar .right {
    transition: transform ease-in-out .3s;

}
.dropdown-btn {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.dropdown-container {
    display: none;
    background-color: #0c1115;
}

.content-wrapper {
    height: 992px;
    background-color: #EFF0F0;
}
.dashboard-content {
    padding: 25px 25px;
}

.dashboard-box {
    position: relative;
    max-width: 100%;
    height: 235px;
    background-color: white;
    border-radius: 30px;
    margin:25px 10px;
    padding: 5%;
    box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.31);
}
.db-box-content {
    padding: 0;
    vertical-align: middle;
}
.db-box-image {
    position: absolute;
    top: 15%;
    bottom: 0;
    vertical-align: middle;
    left: 5%;
    width: 154px;
}
.db-box-image img {
    width: 100%;
}
.db-box-content h2{
    font-family: 'Marvel', sans-serif;
    float: right;
    font-weight: bold;
    font-size: 96.24px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 0.9;
    display: block;
}
.db-box-content h4 {
    font-family: 'Marvel', sans-serif;
    font-size: 48.12px;
    font-weight: normal;
    font-weight: 200;
    margin-top: 0;
    line-height: 0.9;
    display: block;
}
.db-students h2, .db-students h4 {
    color: #f5921d;
}
.db-school h2, .db-school h4 {
    color: #bc1e2d;
}
.db-coordinators h2, .db-coordinators h4 {
    color: #2b3a8f;
}
.db-items h2, .db-items h4 {
    color: #009dfc;
}
.db-packages h2, .db-packages h4 {
    color: #2cb474;
}


/* items */
.item-content {
    padding: 25px;
}
.item-box {
    position: relative;
    background-color: white;
    display: block;
    border-radius: 9px;
    border: 1px solid #cfcfd1;
    max-width: 100%;
    height: 197px;
    margin: 20px 5px;
    padding: 0;
}
.item-box .btn {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #cfcfd1;
    border-radius: 9px;
    padding: 0;
    float: right;
    margin: 10px 10px 0 0;
    opacity: 0.8;
}
.item-box .btn img {
    width: 100%;
    height: 100%;
}
.item-img {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.item-box img {
    width: 70px;
    height: 62px;
}
.item-name {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}
.item-name h3 {
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
    font-size: 28px;
    display: inline;
    color: #0B1114;
}
.item-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    border-top: 1px solid #cfcfd1;
}
.item-category h5 {
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #152029;
}
.item-add-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    vertical-align: middle;
}
.item-add-item a:hover {
    text-decoration: none;
}
.item-add-item p {
    color: #A5A7AA;
    font-size: 20.73px;
    font-family: 'Marvel', sans-serif;
}

/* packages */




/* students/parents */
.students-parents-content {
    padding: 25px;
}
.select-school {
    position: relative;
    border: 1px solid #d6d7d9;
    border-radius: 30px;
    margin-top: 23px;
    background-color: white;
   /* height: 92px;*/
    padding: 16px 42px;
}
.select-school-head {
    margin-right: 23px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.select-school select {
    border: 1px solid #d6d7d9;
    border-radius: 30px;
    padding: 0 24px;
    width: 722px;
    height: 54px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.select-school .btn {
    position: absolute;
    right: 0;

    width: 225.487px;
    height: 50.702px;
    font-size: 28.47px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    background-color: #2cb474;
    color: white;
    border-radius: 30px;
    margin-left: 30px;
}
.student-table {
    border: 1px solid #d6d7d9;
    border-radius: 30px 30px 0 0;
    margin-top:40px;
    background-color: white;
}
.student-table .table td, .student-table .table th {
    padding-left: 38px;
    padding-top: 26px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    text-align: center;
}
.student-table .table td {
    color: black;
}

.student-table .table>tbody>tr>th {
    border: none;
}
.student-table th {
    color: #2ab572;
}
.student-table .btn {
    width: 40.125px;
    height: 40.125px;
    border: 1px solid #d6d7d9;
    border-radius: 9px;
    display: inline-block;
    margin-right: 14px;
    background-color: white;
    padding: 0;
}
.action {

}

/* student details */
.students-details-content {
    padding: 25px;
    overflow: hidden;
}
.student-details {
    position: relative;
    max-width: 1036px;
    background-color: white;
    height: 931.499px;
    margin-top: 8px;
    border: 1px solid #d6d7d9;
    border-radius: 30px;
}
.student-details-table {
    position: absolute;
    top: 36px;
    left: 83px;
    width: 85%;
}
.student-dtl-image {
    width: 180px;
    height: 180px;
}
.student-dtl-image img {
    width: 100%;
}
.student-details-table table td {

}
.student-dtl-head {
    color: #808083;
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    display: block;
}
.student-dtl-content, .student-dtl {
    padding-left: 37px;
}
.student-dtl-content {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    text-align: left;
    white-space: pre-line;
    padding-right: 250px;
}
.student-details td {
    padding-top: 30px;
}
/*.student-details table {*/
/*    line-height: ;*/
/*}*/
.student-dtl {

}
.student-id {
    display: block;
    color: #2BB473;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Marvel', sans-serif;
}
.student-name {
    display: block;
    color: #000000;
    font-size: 36px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.id-again {
    display: block;
    color: #000000;
    font-size: 36px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.student-dtl {
    line-height: 1;
}
.student-dtl-action {
    position: absolute;
    top: 25px;
    right: 10px;
}
.student-dtl-action .btn {
    width: 30.197px;
    height: 30.197px;
    padding: 0;
    background-color: white;
}
.dtl-action {
    border: 1px solid #d6d7d9;
    border-radius: 9px;
    display: inline-block;
    padding: 8px;
    margin-right: 15px
}




/* feedback */
.feedback-content {
    padding: 25px;
}
.feedback-table {
    border: 1px solid #d6d7d9;
    border-radius: 30px 30px 0 0;
    margin-top: 21px;
    background-color: white;
}
.feedback-table .table>tbody>tr>th {
    border-top: none;
}
.feedback-table th {
    color: #2ab572;
    text-align: left;
}
.feedback-table input[type=checkbox] {
    margin-left: 30px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
}
.feedback-table .table>tbody>tr>td, .feedback-table .table>tbody>tr>th {
    padding-top: 30px;
}
.feedback-table td, .feedback-table th {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.feedback-table td {
    color: black;
}
.feedback-action .btn {
    width: 93.927px;
    height: 29.333px;
    background-color: #2BB473;
    color: white;
    border-radius: 30px;
    padding: 0;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}

/* feedback_contain */
.feedback-containing-content {
    padding: 25px;
}
.feedback-details {
    position: relative;
    background-color: white;
    margin-top: 20px;
    border-radius: 30px;
    max-width: 1428px;
    height: 640px;
}
.feedback-student-details {
    margin: 35px 0 38px 35px;
}
.feedback-contain-std-image img {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
}
.feedback-contain-std-name, .feedback-contain-std-mail {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    font-family: 'Marvel', sans-serif;
    display: block;
    margin-left: 15px;
}
.feedback-contain-content {
    margin-left: 60px;
}
.feedback-contain-content p {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    font-family: 'Marvel', sans-serif;
    padding-bottom: 38px;
    padding-right: 250px;
    line-height: 1.2;
}
.feedback-right {
    position: absolute;
    right: 48px;
    top: 41px;
}
.feedback-contain-action .btn {
    width: 93.927px;
    height: 29.333px;
    background-color: #2BB473;
    color: white;
    border-radius: 30px;
    padding: 0;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    padding: 0;
}
.feedback-contain-date {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    font-family: 'Marvel', sans-serif;
    margin-right: 20px;
    margin-top: 5px;
}

/* upload_images */
.upload-images-content {
    padding: 25px;
}
.upload-image-box {
    position: relative;
    background-color: white;
    display: block;
    border-radius: 30px;
    border: 1px solid #cfcfd1;
    max-width: 100%;
    height: 264.001px;
    margin: 25px 20px;
    padding: 0;
}
.upload-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #cfcfd1;
    height: 60.914px;
    z-index: 1800;
    background-color: white;
    border-radius: 30px 30px 0 0;
}
.upload-header h4 {
    font-size: 28px;
    color: #000000;
    font-family: 'Marvel', sans-serif;
    font-weight: bold;
    margin-top: 15px;
}
.upload-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    border-top: 1px solid #cfcfd1;
    border-radius: 0 0 30px 30px;
    background-color: white;
    height: 60.914px;
}
.upload-bottom h5 {
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 15px;
}
.upload-bottom h5 a {
    color: #6D6E71;
    text-decoration: none;
}
.upload-bottom h5 a:hover {
    color: blue;
}
.upload-img {
    position: absolute;
    width: 100%;
    height: 170px;
    top: 60.914px;
}
.upload-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;
}
.upload-add-image {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 15%;
    bottom: 15%;
    text-align: center;
    vertical-align: middle;
}


/* Reports */
.reports-content {
    padding: 25px;
}
.reports-img {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    text-align: center;
    height: 130px;
    margin: 0 18%;
}
.reports-img img {
    height: 100%;
}
.reports-header {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}
.reports-header h4 {
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
    font-size: 32px;
    display: inline;
    color: #000000;
}

/* add_new_item */
.item-form-box {
    max-width: 1036px;
    height: 560.019px;
    background-color: white;
    border-radius: 30px;
    border: 1px solid #A5A7AA;
    padding: 111px 10px 10px 66px ;
}
.item-form-box label {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.item-form-box input {
    width: 100%;
    height: 33px;
    border-radius: 30px;
    border: 1px solid #A5A7AA;
    padding: 0 20px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
}
.item-form-box .form-control {
    width: 100%;
    margin-bottom: 33px;
}
.item-form-box select {
    width: 100%;
    border-radius: 30px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    height: 33px;
    padding: 0 20px;
    border: 1px solid #A5A7AA;
}
.item-choose-icon .btn {
    width: 153px;
    height: 32px;
    border: 1px solid #A5A7AA;
    border-radius: 30px;
    background-color: #E4E5E6;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    color: #000000;
    padding: 0;
    margin-top: 10px;
}
.new-item-actions {
    margin-top: 58px;
}
.item-discard .btn {
    width: 94.108px;
    height: 32px;
    border: 1px solid #A5A7AA;
    border-radius: 30px;
    background-color: white;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    color: #6D6E71;
    padding: 0;
}
.item-save .btn {
    width: 94.108px;
    height: 32px;
    border: 1px solid #A5A7AA;
    border-radius: 30px;
    background-color: #2BB473;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    color: #000000;
    padding: 0;
    margin-left: 20px;
}

/* Messages */
.message-content {
    padding: 25px;
}
.message-content .form-control {
    font-size: 19px;
    color: black;
    font-family: 'Marvel', sans-serif;
}
.item-form-box textarea {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #A5A7AA;
    padding: 0 20px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
}
.message-content .item-form-box {
    height: 720px;
}


/* Add-coordinator */
.add-coordinator-content {
    padding: 25px;
}
.add-cordinator-box {
    max-width: 100%;
    height: 900px;
    background-color: #FFFFFF;
    border: 1px solid #A5A7AA;
    border-radius: 30px;
    padding: 30px 50px 20px 20px;
}
.add-cordinator-box .head {
    margin-bottom: 6%;
}
.form-upload-photo {
    background: url(../images/em_web_prof_pic.png) no-repeat;
    height: 150px;
    width: 150px;
    position: relative;
    background-size: contain;
    margin: 5% 0 0 40%;
}
.form-upload-photo input {
    position: absolute;
    top: 0;
    height: 150px;
    width: 150px;
    opacity: 0;
    cursor: pointer;
}
.add-cordinator-box label {
    text-align: right;
    color: #808083;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Marvel', sans-serif;
}
.add-cordinator-box .form-control {
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
    color: black;
    font-family: 'Marvel', sans-serif;
    font-weight: normal;
}
.form-head-id h3 {
    display: block;
    color: #2BB473;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Marvel', sans-serif;
}

/* uploaded_image */
.uploaded-images-content {
    padding: 25px;
}
.uploaded-image-slide {
    margin: 0;
    position: relative;
    max-width: 100%;
    margin: 25px;
    height: auto;
}
.uploaded-image-slide .carousel-control {
    height: 80px;
    width: 40px;
    position: absolute;
    bottom: 0;
    top: 83%;
    background-color: #BABCBE;
}
.carousel-control.left {
    left: 45%;
    color: black;
}
.carousel-control.right {
    right: 45%;
    color: black;
}
.uploaded-image-slide .item {
    margin-bottom: 150px;
}
.slider-images {
    width: 100%;
    height: 650px;
}
.uploaded-image-slide .item img {
    width: 100%;
    height: 100%;
}


/* image_uploader */
.image-uploader-content {
    padding: 25px;
}
.uploaded-image {
    position: absolute;
    top: 0;
    bottom: 0;
}
.uploaded .btn {
    position: absolute;
    z-index: 1800;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #cfcfd1;
    padding: 5px;
    border-radius: 30px;
    opacity: 0.7;
}
.uploaded .btn img {
    width: 100%;
    height: 100%;
}

.upload-image-box img {
    height: 100%;
    width: 100%;
}
#file-uploader-box {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1800;
}
.uploader-add-image {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 15%;
    text-align: center;
    vertical-align: middle;
    bottom: 20%;
}
.uploaded img {
    border-radius: 30px;
}


@media screen and (max-width: 1700px) {
    .top-header, .content-wrapper {
        margin-left: 250px;
    }
    .main-sidebar {
        width: 250px;
    }
    .sidebar-menu {
        font-size: 19px;
    }
    .sidebar .right {
        font-size: 16px;
        top: 20px;
        right: 25px;
    }
    .sidebar .nav li a, .logo {
        padding-left: 30px;
    }
    .top-header .navbar {
        padding: 10px 10px;
        height: 70px;
    }
    .dashboard-head {
        font-size: 25px;
        margin: 6px 0 0 5px;
    }
}
@media screen and (max-width: 1850px) and (min-width: 1600px) {
    .db-box-content h2 {
        font-size: 72px;
    }
    .db-box-content h4 {
        font-size: 32px;
    }
    .db-box-content {
        padding: 30px 0;
    }
    .item-category h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) {
    .top-header .nav>li>a {
        padding: 10px 9px;
    }
    .navbar-right-menu {
        margin-right: 0;
    }
    .dashboard-box {
        margin: 20px 5px;
        height: 235px;
    }
    .db-box-content h2 {
        font-size: 56px;
    }
    .db-box-content h4 {
        font-size: 24px;
    }
    .db-box-content {
        margin-top: 0px;
    }
    .db-box-image {
        width: 120px;
        top: 20%;
    }
    .item-box {
        margin: 16px 2px;
    }
    .dashboard-content, .item-content, .students-parents-content, .students-details-content,.feedback-content, .feedback-containing-content, .upload-images-content, .reports-content, .message-content, .add-coordinator-content, .uploaded-images-content, .image-uploader-content {
        padding: 20px;
    }
    .item-name h3 {
        font-size: 20px;
    }
    .item-category h5 {
        font-size: 14px;
    }
    .item-add-item p {
        font-size: 13px;
    }
    .input-group {
        width: 235px;
        height: 34px;
        padding: 5px 6px;
    }
    .input-group input {
        height: 24px;
    }
    .search-button .btn {
        padding: 2px 10px;
        width: 44px;
    }
    .select-school {
        padding: 22px 25px;
    }
    .select-school-head {
        font-size: 16px;
        margin-right: 17px;
        vertical-align: middle;
    }
    .select-school select {
        font-size: 14px;
        width: 430px;
        padding: 0 13px;
        height: 45px;
    }
    .select-school .btn {
        width: 160px;
        font-size: 20px;
        right: 25px;
        top: 33px;
        height: 33px;
    }
    #upload_students_report{

        width:180px;
    }
    .student-table .table td, .student-table .table th {
        font-size: 14px;
        padding-left: 30px;
    }
    .student-table .btn {
        width: 35px;
        height: 35px;
    }
    .student-details-table {
        top: 25px;
        left: 8%;
    }
    .student-dtl-action {
        right: 2%;
        top: 5%;
    }
    .student-id, .student-name, .id-again {
        font-size: 32px;
    }
    .student-dtl-head, .student-dtl-content {
        font-size: 22px;
    }
    .feedback-table td, .feedback-table th {
        font-size: 23px;
    }
    .feedback-table input[type=checkbox] {
        width: 17px;
        height: 17px;
        margin-top: 7px;
    }
    .feedback-contain-content p, .feedback-contain-std-name, .feedback-contain-std-mail, .feedback-contain-date {
        font-size: 25px;
    }
    .feedback-contain-content p {
        padding-bottom: 30px;
        padding-right: 230px;
    }
    .feedback-student-details {
        margin: 30px 0 30px 32px;
    }
    .upload-image-box {
        margin: 20px 10px;
    }
    .upload-header h4 {
        font-size: 21px;
    }
    .upload-bottom h5 {
        font-size: 18px;
    }
    .reports-header h4 {
        font-size: 26px;
    }
    .reports-img {
        height: 120px;
    }
    .item-form-box label, .item-form-box select, .item-form-box .btn {
        font-size: 19px;
    }

    .uploaded-image-slide {
        margin: 20px;
    }
    .uploaded-image-slide .item {
        margin-bottom: 100px
    }
    .slider-images {
        height: 400px;
    }
    .image-uploader-content .upload-image-box , .reports-content .upload-image-box {
        height: 230px;
    }

    .form-head-id h3 {
        font-size: 30px;
    }
    .add-cordinator-box .form-control {
        font-size: 14px;
    }
    .add-cordinator-box label {
        font-size: 12px;
    }
}
@media screen and (max-width: 1080px) {

    .db-box-content h4 {
        line-height: 2;
    }
    .top-header .nav>li>a {
        padding-right: 6px;
        padding-left: 6px;
    }
    .dashboard-head {
        font-size: 22px;
        margin-top: 8px;
    }
    .navbar-right-menu {
        margin-right: 1%;
    }
    .db-box-content h2 {
        font-size: 53px;
    }
    .db-box-content {
        margin-top: 64px;
    }
    .dashboard-box {
        margin: 15px 0px;
        height: 235px;
    }
    .item-box {
        margin: 15px 0px;
    }
    .admin-details {
        font-size: 14px;
    }
    .dashboard-content, .item-content, .students-parents-content, .students-details-content, .feedback-content, .feedback-containing-content, .upload-images-content, .reports-content, .message-content, .add-coordinator-content, .uploaded-images-content, .image-uploader-content {
        padding: 10px;
    }
    .input-group {
        width: 225px;
        height: 30px;
        padding: 5px 6px;
    }
    .input-group input {
        height: 20px;
    }
    .search-button .btn {
        padding: 2px 10px;
        width: 44px;
    }
    .item-name h3 {
        font-size: 21px;
    }
    .item-category h5 {
        font-size: 15px;
    }
    .item-add-item p {
        font-size: 14px;
    }

    .select-school {
        padding: 25px 20px;
    }
    .select-school-head {
        font-size: 16px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .select-school select {
        font-size: 14px;
        width: 300px;
        padding: 0 6px;
        height: 35px;

    }
    .select-school .btn {
        width: 120px;
        font-size: 14px;
        right: 20px;
        top: 25px;
        height: 35px;
        padding: 0;

    }
    .student-table .table td, .student-table .table th {
        font-size: 17px;
        padding-left: 20px;
        padding-top: 6px;
    }
    .student-table .btn {
        width: 30px;
        height: 30px;
        margin-top: 2px;
    }
    .feedback-table td, .feedback-table th {
        font-size: 16px;
    }
    .feedback-table input[type=checkbox] {
        width: 15px;
        height: 15px;
        margin-top: 7px;
        margin-left: 10px;
    }
    .feedback-table .table>tbody>tr>td, .feedback-table .table>tbody>tr>th {
        padding-top: 20px;
    }

    .feedback-contain-content p, .feedback-contain-std-name, .feedback-contain-std-mail, .feedback-contain-date {
        font-size: 21px;
    }
    .feedback-contain-content p {
        padding-bottom: 20px;
        padding-right: 100px;
    }
    .feedback-student-details {
        margin: 30px 0 30px 25px;
    }
    .feedback-contain-date {
        display: block;
    }
    .upload-image-box {
        margin: 15px 0;
    }
    .upload-header h4 {
        font-size: 20px;
    }
    .upload-bottom h5 {
        font-size: 17px;
    }
    .reports-header h4 {
        font-size: 24px;
    }
    .reports-img {
        height: 110px;
    }
    .reports-content .upload-image-box {
        height: 235px;
    }
    .student-dtl-action {
        right: 7%;
        top: 2%;
    }
    .student-details td {
        padding-top: 20px;
    }
    .feedback-action .btn {
        width: 83px;
        height: 25px;
        font-size: 16px;
    }
    .form-upload-photo {
        margin: 9% 0 0;
    }

    .uploaded-image-slide {
        margin: 10px;
    }
    .uploaded-image-slide .item {
        margin-bottom: 80px
    }
    .slider-images {
        height: 350px;
    }

    .carousel-control.right {
        right: 44%;
    }
    .carousel-control.left {
        left: 44%;
    }
    .uploaded-image-slide .carousel-control {
        width: 25px;
        height: 60px;
    }

    .image-uploader-content .upload-image-box {
        height: 210px;
    }
}


@media screen and (max-width: 767px) {
    .repeat-section{
        margin:15px 0 !important;
    }
    .wrapper {
        margin-left: -250px;
        transition: 0.3s;
    }
    .wrapper.actived {
        margin-left: 0;
        transition: margin-left .5s;
    }
    .wrapper.actived .content-wrapper {
        display: none;
    }
    .wrapper.actived .navbar-right-menu, .wrapper.actived .search-menu {
        visibility: hidden;
    }
    .wrapper.actived body {
        background-color: darkgrey;
    }
    .top-header .navbar-nav {
        margin: 0;
        float: left;
    }
    .top-header .navbar-nav li {
        float: left;
    }
    .dashboard-content, .item-content, .students-parents-content, .students-details-content, .feedback-content, .feedback-containing-content, .upload-images-content, .reports-content, .message-content, .add-coordinator-content, .uploaded-images-content, .image-uploader-content {
        padding: 10px 0px;
    }
    .dashboard-head {
        font-size: 18px;
        margin-top: 10px;
    }
    .admin-details {
        font-size: 13px;
    }
    .top-header .navbar-nav>li>a {
        padding-top: 3px;
    }
    .dashboard-box {
        margin: 8px 0;
        height: 200px;
    }
    .db-box-content {
        margin-top: 0px;
    }
    .db-box-image {
        top: 16%;
    }
    .content-wrapper {
        height: auto;
        min-height: 992px;
    }
    .item-box {
        margin: 7px 0;
    }
    .item-content .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px
    }
    .item-name h3 {
        font-size: 19px;
    }
    .item-category h5 {
        font-size: 14px;
    }
    .item-add-item p {
        font-size: 13px;
    }
    .input-group {
        height: 28px;
        padding: 4px 6px;
    }
    .input-group input {
        height: 20px;
    }
    .search-button .btn {
        padding: 2px 10px;
        width: 44px;
    }
    .select-school {
        padding: 20px 15px;
        height:auto;
        margin-top: 8px;
    }
    .select-school-head {
        font-size: 16px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .select-school select {
        font-size: 14px;
        width: 100%;
        padding: 0 6px;
        height: 35px;
    }
    .select-school .btn {
        width: 120px;
        font-size: 14px;
        right: 20px;
        top: 70%;
        height: 35px;
        padding: 0;
    }
    .student-table .table td, .student-table .table th {
        font-size: 14px;
        padding-left: 15px;
        padding-top: 6px;
    }

    .student-details {
        height: 750px;
    }
    .student-details-table {
        top: 25px;
        left: 1%;
        padding: 10px;
    }
    .student-dtl-action {
        right: 2%;
        top: 5%;
    }
    .student-id, .student-name, .id-again {
        font-size: 21px;
    }
    .form-head-id h3 {
        font-size: 25px;
    }
    .add-cordinator-box label {
        font-size: 16px;
    }
    .add-cordinator-box {
        padding: 10px 10px 30px 10px;
        height: auto;
    }
    .form-upload-photo {
        margin: 20px 20px 0;
    }
    .student-dtl-head, .student-dtl-content {
        font-size: 16px;
    }
    .add-cordinator-box .form-control {
        font-size: 16px;
    }
    .student-dtl-content, .student-dtl {
        padding-left: 10px;
    }
    .student-details td {
        padding-top: 15px;
    }

    .feedback-contain-date {
        margin-left: 7px;
    }
    .feedback-action .btn, .feedback-contain-action .btn {
        width: 73px;
        height: 28px;
        font-size: 14px;
    }
    .feedback-table, .feedback-details {
        margin-top: 8px;
    }
    .feedback-contain-content p, .feedback-contain-std-name, .feedback-contain-std-mail, .feedback-contain-date {
        font-size: 16px;
    }
    .feedback-contain-content p {
        padding-bottom: 10px;
        padding-right: 50px;
        line-height: 1;
    }
    .feedback-contain-content {
        margin-left: 30px;
    }
    .feedback-student-details {
        margin: 30px 0 57px 30px;
    }
    .feedback-contain-date {
        display: block;
    }
    .feedback-right {
        top: 65px;
        right: 10px;
    }
    .feedback-contain-std-image img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .feedback-contain-date {
        margin-left: 7px;
    }
    .upload-image-box {
        margin: 8px 0;
    }
    .upload-header h4 {
        font-size: 19px;
    }
    .upload-bottom h5 {
        font-size: 16px;
    }
    .upload-images-content .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .reports-header h4 {
        font-size: 20px;
    }
    .reports-img {
        height: 90px;
    }
    .reports-content .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-form-box label, .item-form-box select, .item-form-box .btn {
        font-size: 17px;
    }
    .item-form-box {
        padding: 10% 5%;
    }
    .item-save .btn {
        margin-left: 4px;
    }

    .uploaded-image-slide {
        margin: 0;
    }
    .uploaded-image-slide .item {
        margin-bottom: 80px
    }
    .slider-images {
        height: 300px;
    }
    .carousel-control.right {
        right: 42%;
    }
    .carousel-control.left {
        left: 42%;
    }
    .uploaded-image-slide .carousel-control {
        width: 20px;
        height: 60px;
    }

    .image-uploader-content .upload-image-box {
        height: 180px;
    }
    .pagination{
        width:100%;
    }
}
@media screen and (min-width: 767px) and (max-width: 941px) {
    .select-school {
        padding: 20px 15px;
        height: 170px;
    }
    .select-school-head {
        font-size: 16px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .select-school select {
        font-size: 14px;
        width: 100%;
        padding: 0 6px;
        height: 35px;
    }
    .select-school .btn {
        width: 120px;
        font-size: 14px;
        right: 20px;
        top: 70%;
        height: 35px;
        padding: 0;

    }
    .student-table .table td, .student-table .table th {
        font-size: 15px;
    }
    .search-button .btn{
        top:20px !important;
    }


}
@media screen and (min-width: 1080px) and (max-width: 1200px) {
    .select-school {
        padding: 25px 20px;
    }
    .select-school-head {
        font-size: 16px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .select-school select {
        font-size: 14px;
        width: 300px;
        padding: 0 6px;
        height: 35px;
    }
    .select-school .btn {
        width: 120px;
        font-size: 14px;
        right: 20px;
        top: 25px;
        height: 35px;
        padding: 0;
    }
    .student-table .table td, .student-table .table th {
        font-size: 20px;
        padding-left: 25px;
    }
    .feedback-table td, .feedback-table th {
        font-size: 19px;
    }

    .carousel-control.right {
        right: 45%;
    }
    .carousel-control.left {
        left: 45%;
    }
    .uploaded-image-slide .carousel-control {
        width: 30px;
        height: 80px;
    }
}
@media screen and (max-width: 929px) {
    .top-header .nav>li>a   {
        padding: 10px 8px;
    }
    .top-header .nav>li.admin-details>a {
        padding-left: 2px;
    }
    .top-header .navbar {
        height: auto;
    }
}
@media screen and (max-width: 450px) {
    .input-group {
        width: 220px;
    }
    .wrapper.actived .dashboard-head {
        visibility: hidden;
    }
}

@media screen and (min-width: 767px) {
    .wrapper, .wrapper .main-sidebar, .wrapper .top-header, .wrapper .content-wrapper, .wrapper .logo {
        transition: 0.4s;
    }
    .wrapper .sidebar-menu {
        transition: 0.1s;
    }

    .wrapper.actived .main-sidebar {
        width: 75px;
        transition: 0.2s;
    }
    .wrapper.actived .top-header, .wrapper.actived .content-wrapper {
        margin-left: 75px;
        transition: 0.2s;
    }
    .wrapper.actived .sidebar-menu {
        visibility: hidden;
        transition: 0.4s;
        margin-left: 1px;
        display: block;
        font-size: 15px
    }
    .wrapper.actived .main-sidebar:hover .sidebar-menu {
        visibility: visible;
        font-size: 10px;
        transition: 0.6s;
        margin-left: 1px;
        display: block;
    }
    .wrapper.actived .sidebar-icon {
        margin-right: 5px;
        transition: 0.2s;
    }
    .wrapper.actived .sidebar .nav li a, .wrapper.actived .logo {
        padding-left: 10px;
        transition: 0.2s;
    }
    .wrapper.actived .sidebar .nav li a {
        padding: 9px 10px;
        transition: 0.2s;
    }
    .wrapper.actived .sidebar .right {
        top: 14px;
        transition: 0.2s;
    }
    .wrapper.actived .logo img {
        width: 50px;
        transition: 0.2s;
    }
}
.input-group input:focus, .input-group input:hover, .input-group input {
    outline: none;
}



.student-table .table td a {
    color: black;
    text-decoration: none;
}
.student-table .table td a:hover {
    color: blue;
}
.feedback-table td a {
    color: black;
    text-decoration: none;
}
.feedback-table td a:hover {
    color: blue;
}
/* Style for validation error messages */
label.error {
    color: red;
    font-size: 14px;
}
.table th , .table td{
    font-size:14px;}
.student-table .btn {
    width: 23px;
    height: 22px;
}
.db-box-image img {
    width:auto;
    height: 80px;
}
.db-box-image {
    position: relative;}
@media screen and (max-width: 1600px) {
    .db-box-image {
        height: 80px;
        top: 20%;
        width:50%;
    }
    .dashboard-box{
        margin: 20px 5px;
        height: auto;
        display: flex;
    }
    db-box-content {
        margin-top: 0;
    }
}  @media screen and (max-width: 1700px) {
    .sidebar-menu {
        font-size: 17px;
    }
    .student-table .btn {
        width: 23px;
        height: 22px;
    }

    .db-box-content h2{
        text-align: right;
    }
}
.sidebar .nav li a {
    padding: 10px 50px;
    padding-left: 50px;
}
.main-sidebar {
    position: fixed;
    background-color: #1D2B36
;  }
.add-cordinator-box {
    max-width: 100%;
    height: auto;/* change height to auto*/
    background-color: #FFFFFF
;
    border: 1px solid #A5A7AA
;
    border-radius: 30px;
    padding: 30px 50px 20px 20px;
}
.mt-30{
    margin-top: 30px;
}
.slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.student-table img{
    height:30px;
    width:auto;
}
.student-table .table td {
    padding-left: 38px;
    padding: 6px 5px 0px 30px;
}
.delete-img img{
    height: 12px;
    margin-right: 5px;
}
.feedback-table {    border-radius: 0;  }
.feedback-table .table > tbody > tr > td, .feedback-table .table > tbody > tr > th {
    padding-top: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
}
slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.student-table{
    border-radius:5px;
}
.select-school{
    border-radius:5px;
}
.select-school select{
    height:35px;
    border-radius:5px;}
.search-holder .form-control{
    height:35px !important;
    border-radius:5px !important;
}
.action img {
    height: 15px;
    width: auto !important;
    margin-top: 2px;
}
@media (max-width: 768px) {
    .search-holder .form-control{
        height:auto !important;
        margin-bottom:0px;
    }
    .select-school .col-xs-6{
        margin-bottom:17px;
    }
    .search-button{
        display:flex;
       /* margin-top:-10px;*/
    }
    .select-school .btn {
        width: 155px;

    }
    .select-student #btn-search , .select-student  #btn-clear{
       margin-top:20px;
    }
    .main-sidebar {
        position:absolute !important;
        background-color: #1D2B36;
    }
    .add-student .btn {
        position: static !important;
    }

}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.table > tbody + tbody {
    border-top: 1px solid #ddd;
}
.add-cordinator-box .form-control {
    border-radius:5px !important;
}
.form-group span{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 30px;
}.item-box {    height: 220px;  }
.select-student .btn {
    /*width: 160px; cm*/
    font-size: 20px;
    right: 25px;
    /*height: 33px;*/
    top: -14px;
}
.class_list_data .form-control{
    margin-bottom:20px;
}
.add-student .btn{
    height: auto !important;
    padding: 10px;
    padding: 10px;
}
.add-student .btn img{
    margin-left:10px;
}
@media screen and (min-width: 767px) {
    .select-school .form-control{
        margin:10px;
    }
    .h-150{
        height: 150px;
    }

}
#items .select2-container{
    width:100% !important;
}
.class_list_data .col-md-5{
    margin-bottom: 15px;
}
.upload-images-content .btn{
    float: right;
    font-size: 14px
}


