/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Jan, 2019, 10:42:31 PM
    Author     : Aabir Hussain <aabir.hussain1@gmail.com>
*/

@media only screen and (max-width : 767px) {

    .class-box {
        text-align: left;
    }
    .folder-dates .history-dates {
        font-size: 20px !important;
    }
    .folder-dates {
        text-align: left;
    }
    .school-list-box .school-alpha-image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        line-height: 80px;
        margin: 10px;
    }
    .school-list-box .school-image {
        width: 80px;
        height: 80px;
        margin: 10px;
        border-radius: 50%;
    }
    .school-list-box .description-section span {
        font-size: 13px;
        font-weight: normal;
    }
    .school-list-box .school-detail {
        height: 100px;
    }
    .badge-event {
        padding: -1px 10px;
        font-size: 10px;
        line-height: unset;
        font-weight: normal;
    }

    .school-list-box .action-buttons a span {
        font-size: 12px;
    }

    .dashboard-box .dashboard-alpha-image {
        margin: auto;
    }
}
@media only screen and (min-width : 768px) {
    #client  .main-header .sidebar-toggle:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 25px;
    }
    .profession-title {
        margin-bottom: 30px;
    }

    #client.sidebar-collapse  .main-header .sidebar-toggle:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 25px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-left {
        float: left !important;
    }
}

@media only screen and (min-width : 426px) {
    .pull-md-right {
        float: right !important;
    }

    .pull-md-left {
        float: left !important;
    }
}

@media only screen and (max-width : 376px) {
    .profile-page-info .user-profile-image {
        width: 60px;
        height: 60px;
        margin-top: 35px;
        margin-right: 15px;
    }

    .profile-page-info .profile-name h1 {
        font-size: 16px;
    }
    .request-dashboard .user-list-box .user-image {
        width: 60px;
        height: 60px;
        margin-top: 35px;
    }

    .request-dashboard .user-list-box .user-alpha-image {
        width: 60px;
        height: 60px;
        margin-top: 35px;
        margin-left: 0px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        line-height: 60px;
    }

    .request-dashboard .user-list-box .description-section span {
        font-size: 14px;
        font-weight: normal;
    }
    .request-dashboard .user-list-box .description-section .st-profile-deg {
        font-size: 12px;
        font-weight: normal;
        line-height: unset;
    }

    .modal-header .close {
        right: -5px;
        top: -5px;
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 15px;
    }
}
@media only screen and (max-width : 321px) {

    .school-list-box .school-alpha-image {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        margin: 10px;
    }
    .school-list-box .school-image {
        width: 60px;
        height: 60px;
        margin: 10px;
        border-radius: 50%;
    }
    .school-list-box .description-section span {
        font-size: 10px;
        font-weight: normal;
    }

    .badge-event {
        padding: -1px 10px;
        font-size: 10px;
        line-height: unset;
        font-weight: normal;
    }

    .school-list-box .action-buttons a span {
        font-size: 12px;
    }
}
@media only screen and (max-width : 425px) {
    .profile-page-alpha-image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        line-height: 80px;
        margin: 10px;
    }
    .profile-page-info .profile-name {
        margin-bottom: 20px;
    }

    .text-sm-center {
        text-align: center;
    }
    .attendance-back-btn {
        margin-top: 10px;
    }
    .responsive-header {
        text-align: center;
    }
}