.main-container {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle-div {
    display: table-cell;
    vertical-align: middle;
}

.center_div {
    margin: 0 auto;
    max-width: 1000px;
    min-height: 495px;
    border: 1px solid #ddd;
    height: auto;
    background-size: cover;
    background-image: url("../../../assets/AdminLTE_New/images/center-img.png");
    border-radius: 13px;
    box-shadow: 0 0 6px 0 #e0e0e0;
}

.eduman-logo {
    width: 100%;
    position: relative;
    text-align: center;
    top: -30px;
}

.clientlogo {
    text-align: center;
    border-radius: 4px;
}

.clientlogo>img {
    width: 60px;
    text-align: center;
    height: 60px;
}

.toolbar-title {
    margin-bottom: 15px;
    background: #0091cf;
    border-radius: 5px 5px 0 0;
    color: white;
    padding: 3px 10px;
}

.inner-div {
    overflow-x: hidden;
    height: 366px;
    overflow-y: auto;
}

.child-list {
    border-radius: 13px;
    box-shadow: 0 0 3px 0 #e0e0e0;
    height: 110px;
    width: 100%;
    background: white;
    margin: 10px 0;
    float: left;
    height: auto;
}

.child-image {
    width: 70px;
    height: 70px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    float: left;
    margin: 6px 10px;
}

.child-image>img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.child-detail {
    float: left;
    margin-top: 5px;
    width: 65%;
}

.child-name {
    font-size: 12px;
    color: #00648c;
    text-align: left;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.child-box-title {
    width: 100%;
    border-radius: 8px 8px 0 0;
    float: left;
    background: #f7f7f7;
}

.school-name {
    font-size: 12px;
    color: #00648c;
    padding: 2px 2px 2px 15px;
    text-align: left;
    font-weight: 600;
    width: 90%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.school-name-forward {
    width: 10%;
    float: left;
    text-align: center;
}

.school-name-forward span {
    cursor: pointer;
    font-size: 11px;
    color: #00678e;
}

.info-label {
    float: left;
}

.label-heading {
    min-width: 95px;
    line-height: 1.3;
    color: #848484;
    font-size: 12px;
}

.info-header {
    float: left;
}

.info-heading {
    max-width: 140px;
    line-height: 1.2;
    color: #00648c;
}

.label-heading label {
    margin: 0;
}

.info-heading label {
    margin: 0;
}


/* scroll style */

#childsscroll::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
    /* border: */
}

#childsscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
    background-color: #F5F5F5;
}

#childsscroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #e8e8e8;
    border-radius: 23%;
}


/* navbar Css */

.top-nav {
    background: #0091cf !important;
    border-left: 1px solid white !important;
}

.entity-stxt {
    padding: 6px 5px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 127px;
    /* word-spacing: normal; */
    white-space: nowrap;
}


/* Sidebarleft Css */

.top-contain {
    width: 100%;
    height: auto;
    background-color: #0091cf;
    float: left;
}

.bottom-contain {
    float: left;
}

.bottom-contain-btn {
    background: #dedede;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #0091cf;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 600 !important;
}

.bottom-contain-btn:hover {
    background: #0091cf;
    color: white;
}

.school-logo {
    width: 100%;
    height: auto;
    text-align: center;
}

.school-logo>img {
    width: 230px;
    padding: 0 20px;
    height: 80px;
}

.child-dtl {}

.p-stud-image {
    width: 100%;
    height: auto;
    text-align: center;
}

.p-stud-image>img {
    width: 170px;
    height: 160px;
    text-align: center;
    margin-top: 10px;
    border-radius: 100%;
    border: 2px solid white;
    transition: transform .4s ease-in-out, height .4s ease-in-out;
}

.stud-id {
    width: 100%;
    float: left;
    padding: 10px 17px;
}

.stud-id label {
    text-align: left;
    float: left;
    margin: 0;
    color: white;
    width: 50%;
}

.stud-id p {
    text-align: right;
    font-size: 16px;
    color: white;
    margin: 0;
    /* padding-top: 10px; */
    float: left;
    width: 50%;
}

.stud-name {
    width: 100%;
}

.stud-name p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    color: white;
    margin: 0;
}

.student-info {
    width: 100%;
    height: auto;
    float: left;
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
}

.dtl-label {
    width: 100%;
}

.dtl-label label {
    font-size: 12px;
    color: #7d7b7b;
    margin: 0;
    text-align: left;
    float: left;
    min-width: 126px;
}

.dtl-label p {
    margin: 0;
    float: left;
    font-size: 12px;
    font-weight: 600;
}

.stud-info {
    float: left;
    margin: 10px 0;
}


/* Top Menu */

.topmenu-navbar {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    height: 100%;
}

.topmenu-dropdown {
    margin: 0 4px;
    float: left;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    width: 70px;
    padding: 10px 0;
    line-height: 1.2;
    text-align: center;
    /* min-height: 76px; */
    cursor: pointer;
    min-height: 85px;
    padding-bottom: 0;
}

.menu-icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.menu-icon i {
    text-align: center;
    /* width: 25px;
    height: 25px; */
    font-size: 20px;
}

.topmenu-dropdown .topmenu-dropbtn {
    font-size: 13px;
    border: none;
    list-style: none;
    outline: none;
    background: none;
    color: #7d7b7b;
    margin: 0;
    white-space: initial;
}


/* .topmenu-navbar a:hover,
.topmenu-dropdown:hover .topmenu-dropbtn {
    background-color: #0091cf;
    color: white;
    cursor: pointer;
} */

.topmenu-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.topmenu-dropdown-content .header {
    background: #0091cf;
    padding: 16px;
    color: white;
}

.topmenu-dropdown:hover .topmenu-dropdown-content {
    display: block;
    background: #f5f5f5;
    border-radius: 0 0 8px 8px;
    margin-top: 15px;
    box-shadow: 0 0 2px 0 #eaeaea;
    width: 266px;
    border: 1px solid #ddd;
}

.dropdown-triangle {
    position: absolute;
    top: -6px;
    left: 10px;
    height: 10px;
    width: 10px;
    border-radius: 3px 0px 0px 0px;
    transform: rotate(45deg);
    background: #eae8e8;
}


/* Create three equal columns that floats next to each other */

.topmenu-row {
    padding: 5px;
}

.topmenu-column {
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 8px;
    float: none;
    text-decoration: none;
    display: block;
    white-space: initial;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    margin: 2px 6px;
    float: left;
}


/* 
.topmenu-column:hover {
    background-color: #0091cf;
    color: white;
} */

.child-category {
    background-color: white;
    color: #7d7b7b;
    float: left;
    border-radius: 8px;
    padding: 10px 0;
    height: 70px;
    width: 70px;
    display: grid;
}

.child-category:hover {
    background-color: #dddddd;
    /* color: white; */
    float: left;
}

.menu-label label {
    font-size: 12px;
    cursor: pointer;
    margin: 3px 0 0 0;
    font-weight: 600 !important;
    color: #909090;
}


/* Clear floats after the columns */

.topmenu-row:after {
    content: "";
    display: table;
    clear: both;
}

.attachment-detail {
    /* margin-top: 5px; */
}

.attachment-detail span {
    margin: 0;
    font-size: 12px;
}

.attachment-detail p {
    margin: 2px 0;
    font-size: 13px;
    color: #00688F;
    font-weight: 600;
}

.btn-attachment {
    background: #00688F;
    color: white;
    border-radius: 4px;
    border: none;
    float: right;
    margin: 7px 0;
    font-size: 12px;
    padding: 2px 9px;
}

.row-mrgin {
    margin-right: -15px;
    margin-left: -15px;
}

.guardian-child-list {
    border-bottom: 1px dashed #eaeaea;
    width: 100%;
    float: left;
}

.guardian-child-title {
    float: left;
    width: 100%;
}

.guardian-child-list p {
    margin: 0;
    overflow: hidden;
    white-space: normal;
    font-size: 8.5pt;
    min-width: 223px;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 16px;
    font-weight: 600;
}

.guardian-title h4 {
    margin: 0;
    background: #e8e8e8;
    color: #0091cf;
    font-size: 13px;
    padding: 5px 17px;
    font-weight: 600;
}

.guardian-child-list h4 {
    text-indent: 0em;
    overflow: hidden;
    vertical-align: middle;
    color: #087daf;
    height: 18px;
    cursor: pointer;
    font-size: 13px;
    min-width: 223px;
    text-overflow: ellipsis;
    padding: 0;
    font-weight: 600;
    margin: 2px 0 3px 0;
    border-bottom: 1px dotted #ddd;
    padding: 0 0 2px 0;
}

.guardian-child-img {
    width: 71px;
    height: 50px;
    text-align: center;
    margin: 4px 0;
}

.guardian-child-img img {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .topmenu-column {
        /* width: 100%;
        height: auto; */
    }
    .sidebar-toggle-btn {
        display: inline-block !important;
    }
    /* .guradiandtl-col-set {
        margin-top: 0 !important;
        margin-left: 0 !important;
    } */
    .row-mrgin {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .parent-content {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 700px) {
    .guradiandtl-col-set {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}

.attachment-toolbar {
    background: #f9f9f9;
    padding: 2px 0;
    border-bottom: 1px solid #ddd;
}


/* Formcontainer Css */

.parentformconatiner {
    margin-top: 30px;
    background: #f6f6f6;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}


/* .parentmain-sidebar {
    width: 260px !important;
} */


/* .parentcontent-wrapper {
    margin-left: 260px !important;
} */


/* 
.main-header .parentnavbar {
    margin-left: 260px !important;
    background-color: #0091cf !important;
    border-left: 1px solid white;
} */


/* @media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .parentnavbar {
        margin-left: 50px !important;
    }
} */

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .stud-image>img {
        width: 40px;
        height: 40px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .stud-id p {
        font-size: 9px;
        overflow: hidden;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .dtl-label label {
        font-size: 10px;
        overflow: hidden;
        text-align: center;
        min-width: 0;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .stud-name p {
        font-size: 10px;
        overflow: hidden;
        text-align: center;
        min-width: 0;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .dtl-label p {
        font-size: 10px;
        text-align: center;
        overflow: hidden;
        color: #0091cf;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .school-logo>img {
        width: 50px;
    }
}

.queue-wrapper {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    float: left;
    padding: 10px;
}

.queue-month {
    display: table-cell;
    vertical-align: middle;
}

.topmenu-dropdown:hover {
    background: #e8e6e6;
}

.guradian-heading {
    padding-bottom: 5px;
}

.guradian-heading p {
    font-size: 11px;
    font-weight: 600;
    color: white;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: #00678e;
    padding: 0px 7px;
    border-radius: 5px 5px 0 0;
}

.guradian-label-p {}

.guradian-label-p p {
    font-size: 12px;
    color: #00678e;
    margin: 0;
}

.guradiandtl-col-set {
    margin-top: -70px;
    margin-left: 30px;
    background: white;
    box-shadow: 0 0px 3px #ddd;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.guradian-label-h {
    padding: 0 0;
}

.guradian-label-h p {
    font-size: 11px;
    color: #00678e;
    margin: 0;
    font-weight: 600;
}

.guradian-label-h label {
    font-size: 11px;
    margin: 0;
    color: #848484;
    float: left;
    min-width: 80px;
}

.homework-card-active {
    background: #fbfbfb;
}

.homework-card {
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin: 5px 0;
    transition: .3s;
    cursor: pointer;
    padding: 8px 0;
    border: 1px solid #f5f2f2;
}

.homework-card:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}

.homework-card .notification-title p {
    /* color: white; */
}

.add-attachment-icon {
    position: absolute;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

.add-attachment-icon a:hover {
    color: #0091cf;
    cursor: pointer;
    text-decoration: underline;
}

.add-attachment-icon a p {
    margin: 0;
}

.homework-name p {
    margin: 0;
    margin-bottom: 2px;
    color: #007caf;
    font-size: 14px;
    font-weight: 600;
}

.homework-card-img {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    float: left;
    margin: 6px 10px;
}

.homework-card-img>img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.side-panel-list {
    background: white;
    float: left;
    box-shadow: 0 0 3px #ddd;
    border-radius: 7px;
    width: 100%;
}

.right-border {
    /* border-right: 1px solid #eceaea; */
    float: left;
    /* padding-right: 15px; */
    width: 100%;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.attachment-head {
    width: 100%;
    float: left;
    background: #f7f7f7a6;
    border-radius: 10px 10px 0 0;
    min-height: 450px;
}

.attachment-head-label {}

.attachment-head-label p {
    margin: 0;
    padding: 3px 9px;
    background: #0091cf;
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: 14px;
}

.attachment-wrapper {
    background: #ffffffa6;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.attachment_wrapper {
    background: #f5f4f4;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 3px 0;
}

.attachment_wrapper-label {
    margin: 0;
}

.attachment-dtl-label {
    padding: 5px 0;
}

.attachment-dtl-label p {
    margin: 0;
    color: #7d7b7b;
    font-size: 13px;
}

.attachment-dtl-p {
    padding: 5px 0;
}

.attachment-dtl-p p {
    margin: 0;
    color: #0091cf;
    font-size: 12px;
    font-weight: 600;
}

.attachment-file p {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color: #7d7b7b;
}

.attachment-Description {
    padding: 6px 0;
}

.attachment-file label {
    margin: 0;
    font-size: 13px;
    color: #7d7b7b;
    font-weight: 600 !important;
}

.attachment-Description p {
    font-size: 12px;
    color: #7d7b7b;
    margin: 0;
}

.attachment-selected {
    background-color: #0091cf;
}

.attachment-selected .notification-title p {
    color: white;
}

.attachment-selected .notification-dtl p {
    color: white;
}

.attachment-selected .homework-name p {
    color: white;
}

.attachment-selected .info-label .label-heading label {
    color: white;
}

.info-header .label-heading label {
    font-weight: 600 !important;
}


/* download Attachment */


/*Upload*/

.download {}

.download .download-box {
    padding: 8px 0px;
    position: relative;
    border-bottom: 1px dotted #ddd;
}

.download .download-box .fa {
    color: #cfcfcf;
}

.download .download-box .edit {
    display: inline-block;
    margin-left: 10px;
    vertical-align: super;
}

.download .download-box .edit>span {
    color: #666;
    display: block;
    line-height: 2rem;
    margin-bottom: .5rem;
}

.download .download-box.hover,
.download.hover .download-box {
    border-color: #00a8e6;
}

.download .download-box.hover .fa,
.download.hover .download-box .fa {
    color: #00a8e6;
}

.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 5px 19px;
    background-color: #0091cf;
    color: white;
    /* font-family: sans-serif; */
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
    border-radius: 6px;
}

.buttonDownload:hover {
    background-color: #0091cf;
    color: white;
}

.buttonDownload:before,
.buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
}


/* Download box shape  */

.buttonDownload:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}


/* Download arrow shape */

.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 1px;
    margin-top: -7px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 1s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:before {
    border-color: white;
}

.buttonDownload:hover:after {
    border-top-color: white;
    animation-play-state: running;
}

.SubmitAttachmentlist {
    width: 264px;
    word-break: break-all;
}

.SubmitAttachmentlist-wrapper {
    margin: 5px 0;
}

.SubmitAttachmentlist tr {
    border-bottom: 1px dashed #ddd;
}

.SubmitAttachmentlist tr td {
    font-size: 12px;
    color: #00688F;
    width: 100%;
    font-weight: 600;
}

.SubmitAttachmentlist tr td p {
    margin: 0;
}

.SubmitAttachmentlist tr td i {
    font-size: 13px;
    color: #bb1010;
    cursor: pointer;
}

.SubmitAttachmentlist tr td i:hover {
    font-size: 14px;
    color: #bb1010;
}

.Attachment-list-heading p {
    background: #00688F;
    margin: 0;
    font-size: 13px;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    padding: 1px 10px;
    border-radius: 5px 5px 0 0;
}

.notification-title {
    margin-bottom: 2px;
    font-weight: 600;
}

.notification-dtl {
    float: left;
    width: 100%;
}

.notification-dtl p {
    margin: 0;
}

.notification-dtl label {
    margin: 0;
}

.read-notification img {
    width: 30px;
    height: 30px;
}


/* keyframes for the download icon anim */

@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 0;
    }
}

.no-record p {
    text-align: center;
    font-size: 21px;
    color: #007caf;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}

.no-record-img {
    text-align: center;
    width: 100%;
    min-height: 398px;
    margin: 29px auto;
    padding: 30px 0;
}

.sidebar-toggle-btn {
    display: none;
}

.parentlogouttxt {
    position: relative;
    right: -8px;
    top: 1px;
    font-size: 13px;
    bottom: 0;
    overflow: hidden;
    letter-spacing: 3px;
    opacity: 0;
    transition: opacity .45s;
    -webkit-transition: opacity .35s;
    font-weight: 600;
}

.parent-logout-btn {
    text-decoration: none;
    float: right;
    color: #b31313;
    width: 25px;
    transition: width .35s;
    -webkit-transition: width .35s;
    overflow: hidden;
    font-size: 20px;
}

.parent-logout-btn:hover {
    width: 100px;
    color: #b31313;
}

.parent-logout-btn:hover .parentlogouttxt {
    opacity: .9;
    color: #b31313;
}

.join-Meeting-area {
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 0px 3px #ddd;
    float: left;
}

.join-Meeting-wraper {
    border-radius: 8px;
    padding: 7px 6px;
    box-shadow: 0 0px 3px #ddd;
    float: left;
    width: 100%;
}

.join-Meeting-header {
    background: #0091cf;
    color: white;
    padding: 3px 8px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: 600;
}

.parentjoinmeeting-tile {
    border-radius: 10px;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
    width: 100%;
    margin-bottom: 5px;
}

.schedule-icn {
    float: left;
    width: 100%;
    padding: 13px;
    cursor: pointer;
}

.schedule-icn i {
    font-size: 30px;
    color: #0091cf;
}

.schedule-btn {
    width: 100%;
    float: left;
    background: #e4e0e0;
    color: #0091cf;
    padding: 3px 0;
    border-radius: 0 0 8px 8px;
}

.schedule-btn:hover {
    background: #0091cf;
    color: white;
}

.Preview-btn {
    border: none;
    background: #0091cf;
    color: white;
    padding: 2px 7px;
}

.min-width-set-58 {
    min-width: 58px;
}

.min-width-set-73 {
    min-width: 73px;
}

.min-width-set-76 {
    min-width: 76px;
}

.joinmeeting-btn {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 3px 9px;
    font-size: 12px;
    margin: 0;
    float: right;
    color: #007caf;
    margin-top: 4px;
}


/* Scroll css */

#style-1::-webkit-scrollbar {
    height: 7px;
    background-color: #0091cf;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #599dd4;
    border-radius: 100px;
}

#style-1::-webkit-scrollbar-track {
    background-color: #efefef;
}


/* scroll Css */

#scroll-x-gray::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 2.3);
    background-color: #F5F5F5;
}

#scroll-x-gray::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#scroll-x-gray::-webkit-scrollbar-thumb {
    border-radius: 99px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #e4e4e4;
}

.header-date-area {
    width: 100%;
    float: left;
    background: #f9f9f9;
    border-radius: 7px 7px 0 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.left-date-arrow {
    float: left;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
    padding: 0 11px;
    color: #0091cf;
}

.right-date-arrow {
    float: left;
    vertical-align: middle;
    text-align: center;
    font-size: 35px;
    padding: 0 11px;
    color: #0091cf;
    cursor: pointer;
}

.showattachmentdtl {
    padding: 9px 8px;
    float: left;
    width: 100%;
}

.date-control-style label {
    display: none !important;
}

.date-control-style input[type="date"] {
    border: none;
    background-color: TRANSPARENT !important;
    text-align: center;
    height: 50px !important;
    color: #797979;
    font-size: 17px !important;
    font-weight: bold;
}

.date-control-style input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.date-control-style input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 6px;
    color: #b1b1b1;
}

.date-control-style input[type="month"] {
    border: none;
    background-color: TRANSPARENT !important;
    text-align: center;
    height: 50px !important;
    color: #797979;
    font-size: 17px !important;
    font-weight: bold;
}

.date-control-style input[type="month"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.date-control-style input[type="month"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 6px;
    color: #b1b1b1;
}

.comments {
    background: #f9f9f9;
    float: left;
    width: 100%;
    box-shadow: 0 0 4px 0 #ddd;
    margin: 12px 0;
    border-radius: 5px 5px 0 0;
}

.comments-card {
    padding: 1px 9px;
    background: #00688F;
    margin: 0;
    font-size: 13px;
    color: white;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}

.commentsstxt {
    padding: 2px 9px;
    font-size: 12px;
    background: transparent;
    width: 100%;
    border: none;
}

.assignment_wrapper {
    background: #f9f9f9;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 0 3px #ddd;
    float: left;
    width: 100%;
}

.assignment-tite-lable {
    min-width: 81px;
    font-size: 12px;
    float: left;
}

.assignment-dtl p {
    margin: 0;
    font-size: 12px;
    color: #0091cf;
    font-weight: 600;
    background-color: #f3f3f3;
    border-radius: 8px 8px 0 0;
    padding: 3px 7px;
}

.assignment-tite p {
    margin: 0;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 600;
    float: left;
    min-width: 73px;
}

.assignment-Instructor {
    float: left;
    width: 100%;
}

.assignment-Instructor p {
    margin: 0;
    font-size: 12px;
}

.assignment-summary-colin {
    width: 230px;
    float: right;
    background: #ffffff;
    position: relative;
    z-index: 9999;
    height: 400px;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.assignment-summary-colout {
    width: 0;
    float: right;
    background: #ffffff;
    position: relative;
    z-index: 9999;
    height: 400px;
    display: none;
}

.assignment-desc-dtl {
    font-size: 12px;
}

.assignment-list-box {
    padding: 5px 7px;
    border-bottom: 1px dotted #d0cdcd;
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-top: 1px dotted #fff;
}

.feehistory-wrapper {
    margin: 7px 0;
    border-radius: 6px;
    box-shadow: 0 0 2px #ddd;
    border: 1px solid #f5f2f2;
    float: left;
    width: 100%;
}

.feehistory-area {
    padding: 5px 7px;
    float: left;
    width: 100%;
}

.feehistory-title {
    background: #0091cf;
    border-radius: 6px 6px 0 0;
    float: left;
    width: 100%;
}

.feehistory-title p {
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    margin: 0;
    float: left;
    cursor: pointer;
}

.feehistory-title p:hover {
    text-decoration: underline;
}

.feehistory-label {
    width: 33%;
    float: left;
}

.feehistory-heading {
    width: 50%;
    float: left;
}

.feehistory-lbl {
    font-size: 12px;
    color: #8e8d8d;
    font-weight: 600;
}

.feehistory-hdg {
    font-size: 12px;
    font-weight: 600;
}

.feehistory-header {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 8px 10px;
}

.print-challn {
    cursor: pointer;
}

.progressbar-typ4 {
    margin-bottom: auto;
    height: 17px;
    background: #e2e2e2;
}

.feehistory-progressbar {
    margin: 10px 0;
}

.Attendancedtl {
    float: left;
    width: 100%;
}

.Attendancedtl ul {
    margin: 0;
    padding: 0 7px;
    list-style: none;
    font-size: 12px;
    width: 50%;
    float: left;
}

.Attendancedtl ul li {
    font-weight: 600;
}

.Attendancedtl ul li span {
    float: right;
}

.AttendanceSummarydtl {
    float: left;
    width: 50%;
}

.AttendanceSummarydtl p {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #0091cf;
    color: white;
    padding: 4px 0;
    border-radius: 5px;
    margin: 7% 20%;
}

.parent-content {
    position: absolute;
    top: 131px;
    float: left;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    padding-top: 7px;
    margin-top: 21px;
    left: 0;
    padding-left: 246px;
}

.single-chart-circle {
    width: 60px;
    float: left;
    margin: 0 10px 0 10px;
}

.single-chart-circle .circular-circle-chart {
    display: block;
    margin-bottom: 5px;
}

.single-chart-circle-h3 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.single-chart-circle .textview {
    font-size: 8px;
}

.single-chart-circle .percentage {
    font-size: 6px;
}

.summarydtl-header {
    background-color: #f9f9f9;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.summarydtl-titlebar {
    float: left;
    width: 100%;
}

.summarydtl-titlebar p {
    padding: 2px 7px;
    margin: 0 0 3px 0;
    border-bottom: 1px dotted #c3c3c3;
    color: #00688F;
    font-size: 13px;
    font-weight: 600;
}

.weekdays-box-tile {
    width: 16%;
    float: left;
    text-align: center;
}

.Attempt-btn {
    float: right;
}

.Attempt-btn p {
    background: #0091cf;
    color: white;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.question-head-label p {
    margin: 0;
    padding: 3px 9px;
    background: #e2e2e2;
    border-radius: 10px 10px 0 0;
    color: #00688F;
    font-size: 14px;
    font-weight: 600;
}


/* animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.showattempt-btn {
    background-color: #00688F;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 3px 10px;
}

.showattempt-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}