﻿
.home-panel {
    width: 100%;
    background-color: #F0F0F0;
    font-size: 0;
}

.home-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-box-col {
    display: inline-block;
    width: 289px;
    vertical-align: top;
}

.home-box {
    width: 1200px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0;
}

    .home-box:hover .box-item {
        -webkit-filter: grayscale(100%);
        transition: ease .5s;
    }

.box-item {
    width: 274px;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    display: inline-block;
    border-bottom: 3px solid #E91F22;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.home-box:hover .box-item:hover {
    transition: ease .5s;
    -webkit-filter: grayscale(0%);
    
}

.box-icon {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

    .box-icon img {
        width: 67px;
    }

.box-cntnt {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.box-head {
    padding-top: 15px;
    text-align: left;
}

    .box-head a {
        font-family: Oswald;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none !important;
        color: #000000;
    }

        .box-head a:hover {
            transition: ease .5s;
            color: #000000;
        }

.box-link {
    text-align: left;
}

    .box-link a {
        font-family: Roboto;
        font-weight: 500;
        font-size: 11px;
        text-decoration: none !important;
        color: #0090FF;
    }

    .box-link a {
        transition: ease .5s;
        color: #0090FF;
    }

.box-notificatoin {
    height: 26px;
    width: 26px;
    position: absolute;
    background-color: #FF5440;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 10px;
    color: white;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    z-index:99999;
   
}
.box-notificatoin1 {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: #E91F22;
    border-radius: 50%;
    top: -24px;
    right: -24px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 10px;
    color: white;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    z-index: 9999;
}

@-webkit-keyframes av_pulsate {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes av_pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

  

.app-panel {
    width: 100%;
    min-width: 1200px;
    background-color: #F0F0F0;
    font-size: 0;
}

.app-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.app-box {
    width: 1200px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 0;
}

.app-head, h1 {
    font-family: Oswald !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.app-sitemap-panel {
}

.path-sep {
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    color: #0090FF;
    display: inline-block;
    padding-left: 5px;
    padding-right: 3px;
}

.path-1 {
    display: inline-block;
}

    .path-1 a {
        font-family: "Roboto Condensed";
        font-weight: 600;
        font-size: 12px;
        text-decoration: none !important;
        color: #0090FF;
    }

.path-2 {
    display: inline-block;
}

    .path-2 a {
        font-family: "Roboto Condensed";
        font-weight: 600;
        font-size: 12px;
        text-decoration: none !important;
        color: #0090FF;
    }

.path-3 {
    display: inline-block;
}

    .path-3 a {
        font-family: "Roboto Condensed";
        font-weight: 600;
        font-size: 12px;
        text-decoration: none !important;
        color: #0090FF;
    }

.path-active {
    color: #c10b7a !important;
}

.app-content {
}

.image-upload-cntr {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.image-cntnr {
    border: 1px solid #e4e5e6;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #F0F0F0;
    position: relative;
}

.image-display {
    border: 5px solid #ffffff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
}

    .image-display img {
        height: 100px;
        overflow: hidden;
    }

.img-up-bttn-cntnr {
    position: absolute;
    top: 45px;
    left: 17px;
}

    .img-up-bttn-cntnr a {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 12px;
        text-decoration: none !important;
        color: #0090FF;
    }

.app-bttn-panel {
    text-align: right;
    padding-right: 15px;
}

.reset-cntnr {
    display: inline-block;
    padding-right: 5px;
}

.submit-cntnr {
    display: inline-block;
}

.activity-cntnr {
    vertical-align: top;
}

.activity-item {
    width: 277px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-width: 1px;
    border-color: rgb(228, 229, 230);
    border-style: solid;
    vertical-align: top;
    height: auto;
}

.activity-head {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #f8f7f7;
}

.activity-check {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 2px;
}

.activity-text {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.activity-bttn {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    float: right;
    vertical-align: top;
    cursor: pointer;
}

.activity-head:active, .activity-head:focus {
    outline: none;
}

.activity-sub-item {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgb(228, 229, 230);
    display: none;
}

.activity-sub-check {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 2px;
}

.activity-sub-text {
    font-family: "Roboto Condensed";
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.activity-sub-bttn {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    float: right;
    vertical-align: top;
    cursor: pointer;
}

.time-table-panel {
    position: fixed;
    width: 300px;
    font-family: "Roboto Condensed";
    font-weight: 500;
    font-size: 13px;
    z-index: 99999;
    background-color: rebeccapurple;
    margin: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

.time-head {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 13px;
    padding: 10px 5px 5px 5px;
    text-align: center;
}

.day-selector {
    border-width: 1px;
    border-color: rgb(228, 229, 230);
    border-style: solid;
    margin: -1px -1px 0 -1px;
    padding: 5px;
    cursor: pointer;
}

.day-check {
    display: table-cell;
    padding-right: 10px;
}

.day-text {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 13px;
    display: table-cell;
    width: 100%;
}

.time-box {
    padding: 10px 10px 5px 10px;
}

.time-box-bttn-cntnr {
    padding-bottom: 10px;
}

    .time-box-bttn-cntnr input {
        width: 100px;
    }

.day-selector label {
    margin: 0 !important;
    cursor: pointer;
    display: block !important;
}

.indent {
    text-indent: 50%;
}

.image-crop-panel {
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px 20px 20px 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}

.image-crop-box {
    width: 600px;
    height: 400px;
}

    .image-crop-box img {
        width: 600px;
        height: 400px;
    }

.crop-bttn-panel {
    padding-top: 10px;
    text-align: center;
}

.filter-cntnr-1 {
    display: inline-block;
    width: 400px;
}

.filter-1 {
}

.filter-from {
    display: inline-block;
    width: 200px;
    padding-right: 10px;
}

.filter-to {
    display: inline-block;
    width: 200px;
}

.filter-2 {
}

.filter-status {
    display: inline-block;
    width: 200px;
    padding-right: 10px;
}

.filter-name {
    display: inline-block;
    width: 200px;
    display: inline-block;
}

.filter-cntnr-2 {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}

.batch-cntnr {
    width: 200px;
}

.batch-selector {
    padding: 2.5px;
    border: 1px solid #e4e5e6;
    margin: -1px -1px 0 -1px;
}

.batch-check {
    display: inline-block;
    vertical-align: middle;
}

.batch-label {
    display: inline-block;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 10px;
}

.filter-bttn {
    width: 610px;
    text-align: center;
}
.filter-bttn1 {
    width: 400px;
    text-align: center;
}
    .filter-bttn input,.filter-bttn1 input {
        width: 100%;
    }

.filter-box {
    padding-top: 20px;
    width: 610px;
    margin: auto;
}
.filter-box1 {
    padding-top: 20px;
    width: 410px;
    margin: auto;
}
.func-bttn-cntr {
}

.func-del {
    display: inline-block;
    width: 80px;
}

.func-edit {
    display: inline-block;
    padding-left: 5px;
    width: 80px;
}

.func-schedule {
    display: inline-block;
    min-width: 80px;
}

.func-cntr {
    display: inline-block;
    width: auto;
    margin-right: 2px;
}

.student-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .student-grid-view table {
        width: 100%;
    }

    .student-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .student-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .student-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .student-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.student-page-view {
    text-align: center;
}

.student-pagination {
    padding-top: 10px;
    display: inline-block;
}

.student-mob-view {
    display: none;
}

.opt-show-no {
    display: inline-block;
    float: right;
}

.att-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .att-grid-view table {
        width: 100%;
    }

    .att-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .att-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .att-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .att-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.stat-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
    width: 50%;
    display:none;
}

    .stat-grid-view table {
        width: 100%;
    }

    .stat-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .stat-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .stat-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .stat-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }
.opt-show-head {
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding-right: 3px;
}

.opt-show-combo {
    display: inline-block;
    width: 70px;
}

.active-box {
    display: inline-block;
    padding-right: 5px;

}

    .active-box img {
        height: 20px;
        cursor: pointer;
    }

.break-box {
    display: inline-block;
}

    .break-box img {
        height: 20px;
        cursor: pointer;
    }

.inactive-box {
    display: inline-block;
    padding-right: 5px;
 
}

    .inactive-box img {
        height: 20px;
        cursor: pointer;
    }


.cl0 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 50px;
}

.cl1 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100px;
    text-align: center;
}

.cl2 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100px;
    text-align: center;
}

.cl3 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 200px;
    text-transform: uppercase;
}

    .cl3 a {
        text-transform: uppercase;
    }

.cl4 {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 120px;
}

.cl5 {
    width: 300px;
}

.cl6 {
    width: 100px;
}

.cl7 {
    width: 120px;
    text-align: center;
}

    .cl7 img {
        height: 20px;
    }

.cl8 {
    text-align: center;
}

    .cl8 img {
        height: 20px;
    }
.cl9 {
    text-align: center;
}
.cl10 {
    text-align: center;
    width: 150px;
}
.cl11 {
    text-align: center;
    width: 150px;
}
.cl12 {
    text-align: center;
    width: 150px;
}
.cl13 {
    text-align: center;
    width: 80px;
}
.cl13 img {
    height:20px;
}
.cl14 {
    text-align: center;
    width: 30px;
}
.fee-cntnr {
    padding-top: 10px;
    padding-bottom: 20px;
}

.fee-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .fee-grid-view table {
        width: 100%;
    }

    .fee-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .fee-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .fee-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .fee-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.fee-page-view {
    text-align: center;
}

.fee-pagination {
    padding-top: 10px;
    display: inline-block;
}

.student-mob-view {
    display: none;
}

.fee-grid-view .c0 {
}

.fee-grid-view .c1 {
}

.fee-grid-view .c2 {
    text-transform: uppercase;
}

.fee-grid-view .c3 {
}

.fee-grid-view .c4 {
}

.fee-grid-view .c5 {
}

.fee-grid-view .c6 {
}

.fee-grid-view .c7 {
}

.fee-grid-view .c8 {
    width: 300px;
}

.fee-mob-view {
    display: none;
}

.follow-filter-cntnr {
    width: 400px;
    margin: auto;
    padding-top: 15px;
}

.follow-filter1 {
}

.follow-filter-to {
    display: inline-block;
    width: 200px;
}

.follow-filter-from {
    display: inline-block;
    width: 200px;
    padding-right: 10px;
}

.follow-filter-bttn {
}

    .follow-filter-bttn input {
        width: 100%;
    }

.follow-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .follow-grid-view table {
        width: 100%;
    }

    .follow-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .follow-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .follow-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .follow-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.follow-page-view {
    text-align: center;
}

.follow-pagination {
    padding-top: 10px;
    display: inline-block;
}

.follow-mob-view {
    display: none;
}

.follow-grid-view .c0 {
    width: 30px;
}

.follow-grid-view .c1 {
    width: 200px;
}

    .follow-grid-view .c1 a {
        text-transform: uppercase;
    }

.follow-grid-view .c2 {
    width: 150px;
}

.follow-grid-view .c3 {
    width: 200px;
}

.follow-grid-view .c4 {
    width: 200px;
}

.follow-grid-view .c5 {
    width: 50px;
    text-align: center;
}

    .follow-grid-view .c5 img {
        height: 20px;
    }

.enquiry-cntnr {
    padding-top: 10px;
}

.enquiry-select {
    height: 100px;
}

.activity-create-cntnr {
    padding-top: 10px;
    width: 400px;
    margin: auto;
}

.password-create-cntnr {
    padding-top: 10px;
    width: 400px;
    margin: auto;
}

.coco-filter-box {
    width: 400px;
    margin: auto;
}

.coco-filter-cntr {
    width: 100%;
}

.coco-filter-row {
}

.coco-filter-bttn {
    width: 100%;
}

    .coco-filter-bttn input {
        width: 100%;
    }

.act-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .act-grid-view table {
        width: 100%;
    }

    .act-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .act-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .act-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .act-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.act-page-view {
    text-align: center;
}

.act-pagination {
    padding-top: 10px;
    display: inline-block;
}

.act-mob-view {
    display: none;
}

.act-grid-view .c0 {
    width: 30px;
}

.act-grid-view .c1 {
    width: 250px;
}

.act-grid-view .c2 {
    width: 250px;
}

.repo-grid-view {
    border: 1px solid #e4e5e6;
    margin-top: 10px;
}

    .repo-grid-view table {
        width: 100%;
    }

    .repo-grid-view th {
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #EAEEEA;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        height: 30px;
        background-color: #FFFFFF;
        color: #000000;
    }

    .repo-grid-view td {
        border-bottom: 1px solid #EAEFF0;
        font-family: "Roboto Condensed";
        font-size: 13px;
        height: 30px;
        font-weight: 500;
        color: #000000;
        padding: 0px 0px 0px 10px;
    }

    .repo-grid-view tr:nth-child(even) {
        /*(even) or (2n 0)*/
        background: #FAFBFC;
    }

    .repo-grid-view tr:nth-child(odd) {
        /*(odd) or (2n 1)*/
        background: white;
    }

.repo-page-view {
    text-align: center;
}

.repo-pagination {
    padding-top: 10px;
    display: inline-block;
}

.repo-mob-view {
    display: none;
}

.repo-grid-view .c0 {
    width: 30px;
}

.repo-grid-view .c1 {
    width: 250px;
}

.repo-grid-view .c2 {
    width: 250px;
    text-transform: uppercase;
}

.repo-grid-view .c3 {
    width: 250px;
}

.repo-grid-view .c3 {
    width: 250px;
}

.repo-grid-view .c4 {
    width: 250px;
}

.repo-grid-view .c5 {
    width: 250px;
}

.repo-grid-view .c6 {
    width: 250px;
}
.att-stat-cntnr {
    padding-top:3px;
}

.stat-img {
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight: 700;
    width:40px;
}
.stat-img img{
    height:20px;
}
.stat-text {
    display: inline-block;
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight:700;
    padding-left:10px;
    vertical-align:top;
}
.att-cntnr
{
    display:none;
}
.att-st-info
{
    padding-top:20px;
}
.att-head {
    padding-top:10px;
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight: 700;
    display:none;
}

.pr-clr {
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 700;
    color: #1FBC99;
}
.ab-clr {
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 700;
    color: #FF5440;
}
.in-clr {
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 700;
    color: #FFAE45;
}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {*/
@media only screen and (max-width: 768px) {
    .home-panel {
        width: 100%;
    }

    .home-cntnr {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-box-col {
        display: inline-block;
        width: 100%;
    }

    .home-box {
        width: 100%;
        height: auto;
    }

    .box-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .app-panel {
        width: 100%;
        min-width: 100%;
    }

    .app-cntnr {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .app-box {
        width: 100%;
        height: auto;
    }

    .col-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .app-bttn-panel {
        text-align: center;
        padding-right: 0px;
    }




    .activity-cntnr {
        vertical-align: top;
    }

    .activity-item {
        width: 100%;
        margin-right: 0;
    }


    .time-table-panel {
        position: absolute;
        width: 80%;
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 13px;
        z-index: 99999;
        background-color: rebeccapurple;
        margin: auto;
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        left: 50%;
        top: 10px;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }

    .image-crop-panel {
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        width: 90%;
        position: fixed;
        top: 50%;
        left: 50%;
        padding: 30px 20px 20px 20px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .image-crop-box {
        width: 100%;
    }

        .image-crop-box img {
            max-width: 100%;
            width: 400px;
        }

    .crop-bttn-panel {
        padding-top: 10px;
        text-align: center;
    }

    .filter-cntnr-1 {
        width: 100%;
    }


    .filter-from {
        width: 100%;
        padding-right: 0;
    }

    .filter-to {
        width: 100%;
    }


    .filter-status {
        width: 100%;
        padding-right: 0px;
    }

    .filter-name {
        width: 100%;
    }

    .filter-cntnr-2 {
        padding-left: 0px;
        width: 100%;
    }

    .batch-cntnr {
        width: 100%;
    }

    .batch-selector {
        padding: 2.5px;
        border: 1px solid #e4e5e6;
        margin: -1px -1px 0 -1px;
    }



    .filter-bttn {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

        .filter-bttn input {
            width: 100%;
        }

    .filter-box {
        width: 100%;
    }
    .filter-box1 {
        width: 100%;
    }
    .filter-bttn1 {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }


    .student-grid-view {
        display: none;
    }
    .att-grid-view {
    }
    .student-mob-view {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .student-info-item {
        border-bottom: 1px solid #e4e5e6;
        padding-top: 5px;
    }

    .stdnt-info-view {
        display: inline-block;
        width: calc(100% - 50px);
    }

    .stdnt-info-chk {
        display: inline-block;
        float: right;
        vertical-align: middle;
        width: 30px;
        text-align: center;
    }

    .stdnt-info-head {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
    }

        .stdnt-info-head a {
            text-transform: uppercase;
        }

    .stdnt-info-text {
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 11px;
    }

    .stdnt-info-h1 {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        border-bottom: 1px solid #e4e5e6;
        border-top: 1px solid #e4e5e6;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .stdnt-info-h1-text {
        display: inline-block;
    }

    .stdnt-info-chk-all {
        display: inline-block;
        float: right;
    }

    .active-box {
        display: block;
        padding-right: 0px;
        padding-top: 5px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

        .active-box img {
            height: 20px;
            cursor: pointer;
        }

    .break-box {
        display: block;
        padding-right: 0px;
        padding-top: 5px;
    }

        .break-box img {
            height: 20px;
            cursor: pointer;
        }

    .inactive-box {
        display: block;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

        .inactive-box img {
            height: 20px;
            cursor: pointer;
        }

    .fee-grid-view {
        display: none;
    }

    .fee-mob-view {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .fee-info-item {
        border-bottom: 1px solid #e4e5e6;
        padding-top: 5px;
    }

    .fee-info-view {
        display: inline-block;
        width: calc(100% - 50px);
    }

    .fee-info-chk {
        display: inline-block;
        float: right;
        vertical-align: middle;
        width: 30px;
        text-align: center;
    }

    .fee-info-head {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
    }

    .fee-info-text {
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 11px;
    }

    .fee-info-h1 {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        border-bottom: 1px solid #e4e5e6;
        border-top: 1px solid #e4e5e6;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .fee-info-h1-text {
        display: inline-block;
    }

    .fee-info-chk-all {
        display: inline-block;
        float: right;
    }

    .follow-filter-cntnr {
        width: 100%;
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }



    .follow-filter-to {
        width: 100%;
    }

    .follow-filter-from {
        width: 100%;
        padding-right: 0px;
    }

    .follow-filter-bttn {
    }

        .follow-filter-bttn input {
            width: 100%;
        }

    .follow-grid-view {
        display: none;
    }

    .follow-mob-view {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .follow-info-item {
        border-bottom: 1px solid #e4e5e6;
        padding-top: 5px;
    }

    .follow-info-view {
        display: inline-block;
        width: calc(100% - 50px);
    }

    .follow-info-chk {
        display: inline-block;
        float: right;
        vertical-align: middle;
        width: 30px;
        text-align: center;
    }

    .follow-info-head {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
    }

        .follow-info-head a {
            text-transform: uppercase;
        }

    .follow-info-text {
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 11px;
    }

    .follow-info-h1 {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        border-bottom: 1px solid #e4e5e6;
        border-top: 1px solid #e4e5e6;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .follow-info-h1-text {
        display: inline-block;
    }

    .follow-info-chk-all {
        display: inline-block;
        float: right;
    }

    .activity-create-cntnr {
        width: 100%;
    }

    .password-create-cntnr {
        width: 100%;
    }

    .act-grid-view {
        display: none;
    }

    .act-mob-view {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .act-info-item {
        border-bottom: 1px solid #e4e5e6;
        padding-top: 5px;
    }

    .act-info-view {
        display: inline-block;
        width: calc(100% - 50px);
    }

    .act-info-chk {
        display: inline-block;
        float: right;
        vertical-align: middle;
        width: 30px;
        text-align: center;
    }

    .act-info-head {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
    }

    .act-info-text {
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 11px;
    }

    .act-info-h1 {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        border-bottom: 1px solid #e4e5e6;
        border-top: 1px solid #e4e5e6;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .act-info-h1-text {
        display: inline-block;
    }

    .act-info-chk-all {
        display: inline-block;
        float: right;
    }

    .coco-filter-box {
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
    }

    .repo-grid-view {
        display: none;
    }

    .repo-mob-view {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .repo-info-item {
        border-bottom: 1px solid #e4e5e6;
        padding-top: 5px;
    }

    .repo-info-view {
        display: inline-block;
        width: calc(100% - 50px);
    }

    .repo-info-chk {
        display: inline-block;
        float: right;
        vertical-align: middle;
        width: 30px;
        text-align: center;
    }

    .repo-info-head {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
    }

    .repo-info-text {
        font-family: "Roboto Condensed";
        font-weight: 500;
        font-size: 11px;
    }

    .repo-info-h1 {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 13px;
        border-bottom: 1px solid #e4e5e6;
        border-top: 1px solid #e4e5e6;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .repo-info-h1-text {
        display: inline-block;
    }

    .repo-info-chk-all {
        display: inline-block;
        float: right;
    }
    .stat-grid-view
    {
        width:100%;

    }
}
