﻿
@media only screen and (max-width: 1024px) {

    .content-header > h1 {
        margin: 0;
        font-size: 12px;
    }

        .content-header > h1 > small {
            font-size: 10px;
        }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 12px;
    }

    .small-box h3 {
        font-size: 12px;
    }

    .small-box h4 {
        font-size: 14px;
    }

    .info-box-text {
        font-weight: 400;
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }



    .info-box-number {
        padding: 5px 7px;
        display: block;
        font-weight: bold;
        font-size: 10px;
    }

    .info-box-number1 {
        padding: 2px;
        font-weight: bold;
        font-size: 9px;
    }

    .info-box-icon {
        height: 50px;
        width: 50px;
        /*text-align: center;*/
        /*font-size: 45px;*/
        color: #444;
        /*line-height: 60px;*/
        background: rgba(255,255,255,1) !important;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .info-box {
        min-height: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .info-box-content1 {
        padding: 10px 10px;
        margin-left: 50px;
        font-weight: bold;
    }

    .info-box-text1 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 11px;
    }

    .info-box-content {
        padding: 10px 10px;
        margin-left: 50px;
        height: 50px;
        font-weight: bold;
    }

    .div-square {
        padding: 1px 20px;
        border: 3px double #e1e1e1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 5px;
        font-weight: bold;
    }

        .div-square h6 {
            font-size: 10px;
            margin-top: 5px;
        }

    .fa-lg {
        font-size: 0.8em;
        line-height: .50em;
        vertical-align: -15%;
    }

    .form-group .form-control {
        height: 28px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }


    .logo-lg {
        display: block;
        width: 120px;
        height: 17px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        color: inherit;
    }

    .panel-body h2 {
        font-size: 20px;
        line-height: 34px;
    }

    .panel-body .isize {
        font-size: 45px;
    }


    .sidebar-menu .treeview-menu > li > a {
        font-size: 11px !important;
    }

    body {
        font-size: 100%;
    }


    .schlogo {
        width: 50px;
        height: 50px;
    }

    .isize {
        font-size: 30px;
    }
}




@media screen and (min-width: 1152px) and (max-width: 1280px) {

    .content-header > h1 {
        margin: 0;
        font-size: 14px;
    }

        .content-header > h1 > small {
            font-size: 10px;
        }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 12px;
    }

    .small-box h3 {
        font-size: 12px;
    }

    .small-box h4 {
        font-size: 16px;
    }

    .info-box-text {
        font-weight: 400;
        font-size: 13px;
    }

    p {
        font-size: 12px;
    }



    .info-box-number {
        padding: 5px 7px;
        display: block;
        font-weight: bold;
        font-size: 10px;
    }

    .info-box-number1 {
        padding: 2px;
        font-weight: bold;
        font-size: 9px;
    }

    .info-box-icon {
        height: 50px;
        width: 50px;
        /*text-align: center;*/
        /*font-size: 45px;*/
        color: #444;
        /*line-height: 60px;*/
        background: rgba(255,255,255,1) !important;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .info-box {
        min-height: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .info-box-content1 {
        padding: 10px 10px;
        margin-left: 50px;
        font-weight: bold;
    }

    .info-box-text1 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 11px;
    }

    .info-box-content {
        padding: 10px 10px;
        margin-left: 50px;
        height: 50px;
        font-weight: bold;
    }

    .div-square {
        padding: 1px 20px;
        border: 3px double #e1e1e1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 5px;
        font-weight: bold;
    }

        .div-square h6 {
            font-size: 10px;
            margin-top: 5px;
        }

    .fa-lg {
        font-size: 0.8em;
        line-height: .50em;
        vertical-align: -15%;
    }

    .form-group .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 3px;
    }



    .logo-lg {
        display: block;
        width: 120px;
        height: 17px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
    }

    .panel-body h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .panel-body .isize {
        font-size: 48px;
    }

    .sidebar-menu .treeview-menu > li > a {
        font-size: 13px !important;
    }

    .schlogo {
        width: 60px;
        height: 60px;
    }
}


@media screen and (min-width: 1281px) and (max-width: 1440px) {

    .content-header > h1 {
        margin: 0;
        font-size: 14px;
    }

        .content-header > h1 > small {
            font-size: 10px;
        }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 12px;
    }

    .small-box h3 {
        font-size: 12px;
    }

    .small-box h4 {
        font-size: 15px;
    }

    .info-box-text {
        font-weight: 400;
        font-size: 13px;
    }

    p {
        font-size: 12px;
    }


    .info-box-number {
        padding: 5px 7px;
        display: block;
        font-weight: bold;
        font-size: 10px;
    }

    .info-box-number1 {
        padding: 2px;
        font-weight: bold;
        font-size: 9px;
    }

    .info-box-icon {
        height: 50px;
        width: 50px;
    }

    .info-box {
        min-height: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .info-box-content1 {
        padding: 10px 10px;
        margin-left: 50px;
        font-weight: bold;
    }

    .info-box-text1 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 11px;
    }

    .info-box-content {
        padding: 10px 10px;
        margin-left: 50px;
        height: 50px;
        font-weight: bold;
    }

    .div-square {
        padding: 1px 20px;
        border: 3px double #e1e1e1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 5px;
        font-weight: bold;
    }

        .div-square h6 {
            font-size: 10px;
            margin-top: 5px;
        }

    .fa-lg {
        font-size: 0.8em;
        line-height: .50em;
        vertical-align: -15%
    }





    .logo-lg {
        display: block;
        width: 140px;
        height: 20px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
    }

    .panel-body h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .panel-body .isize {
        font-size: 50px;
    }

    .sidebar-menu .treeview-menu > li > a {
        font-size: 12px !important;
    }



    .form-group .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 3px;
    }

    body {
        font-size: 120%;
    }



    .fontvalidate {
        font-size: 12px;
    }


    #Apptlist img {
        width: 10px;
        height: 10px;
    }

    .schlogo {
        width: 65px;
        height: 65px;
    }
}


@media screen and (min-width: 1441px) and (max-width: 1680px) {

    .content-header > h1 {
        margin: 0;
        font-size: 14px;
    }

        .content-header > h1 > small {
            font-size: 10px;
        }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 12px;
    }

    .small-box h3 {
        font-size: 12px;
    }

    .small-box h4 {
        font-size: 18px;
    }

    .info-box-text {
        font-weight: 400;
        font-size: 13px;
    }

    p {
        font-size: 14px;
    }


    .info-box-number {
        padding: 5px 7px;
        display: block;
        font-weight: bold;
        font-size: 10px;
    }

    .info-box-number1 {
        padding: 2px;
        font-weight: bold;
        font-size: 9px;
    }

    .info-box-icon {
        height: 50px;
        width: 50px;
    }

    .info-box {
        min-height: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .info-box-content1 {
        padding: 10px 10px;
        margin-left: 50px;
        font-weight: bold;
    }

    .info-box-text1 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 11px;
    }

    .info-box-content {
        padding: 10px 10px;
        margin-left: 50px;
        height: 50px;
        font-weight: bold;
    }

    .div-square {
        padding: 1px 20px;
        border: 3px double #e1e1e1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 5px;
        font-weight: bold;
    }

        .div-square h6 {
            font-size: 10px;
            margin-top: 5px;
        }

    .fa-lg {
        font-size: 0.8em;
        line-height: .50em;
        vertical-align: -15%
    }




    .logo-lg {
        display: block;
        width: 140px;
        height: 20px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

    .sidebar-menu .treeview-menu > li > a {
        font-size: 16px !important;
    }



    .form-group .form-control {
        height: 35px;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 3px;
    }

    body {
        font-size: 155%;
    }

    .panel-body h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .panel-body .isize {
        font-size: 52px;
    }


    .fontvalidate {
        font-size: 12px;
    }


    #Apptlist img {
        width: 10px;
        height: 10px;
    }

    .schlogo {
        width: 70px;
        height: 70px;
    }
}





@media only screen and (min-width: 1600px) {
    .table {
        font-size: 16px;
    }
}
/* Only affects 1200px-1600px width */
@media only screen and (max-width: 1600px) {
    .table {
        font-size: 12px;
    }
}
/* Only affects 1200px-1600px width */
@media only screen and (max-width: 1400px) {
    .table {
        font-size: 12px;
    }

    #appvms h4 {
        font-size: 16px;
    }

    .btn-file > input[type='file'] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 30px !important;
        text-align: right;
        opacity: 0;
        filter: alpha(opacity=0);
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
}

/* Only affects 900px-1200px width */
@media only screen and (max-width: 1200px) {
    .table {
        font-size: 10px;
    }
}
/* Only affects 600px-900px width */
@media only screen and (max-width: 900px) {
    .table {
        font-size: 9px;
    }
}
/* Only affects 400-600px width */
@media only screen and (max-width: 600px) {
    .table {
        font-size: 9px;
    }
}
/* Only affects 400px width and lower */
@media only screen and (max-width: 400px) {
    .table {
        font-size: 9px;
    }
}


@media (min-width: 1920px) {

    .content-header > h1 {
        margin: 0;
        font-size: 14px;
    }

        .content-header > h1 > small {
            font-size: 10px;
        }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 16px;
    }

    .small-box h3 {
        font-size: 12px;
    }

    .small-box h4 {
        font-size: 18px;
    }

    .info-box-text {
        font-weight: 400;
        font-size: 13px;
    }

    p {
        font-size: 12px;
    }


    .info-box-number {
        padding: 5px 7px;
        display: block;
        font-weight: bold;
        font-size: 10px;
    }

    .info-box-number1 {
        padding: 2px;
        font-weight: bold;
        font-size: 9px;
    }

    .info-box-icon {
        height: 50px;
        width: 50px;
        /*text-align: center;*/
        /*font-size: 45px;*/
        color: #444;
        /*line-height: 60px;*/
        background: rgba(255,255,255,1) !important;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .info-box {
        min-height: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .info-box-content1 {
        padding: 10px 10px;
        margin-left: 50px;
        font-weight: bold;
    }

    .info-box-text1 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 11px;
    }

    .info-box-content {
        padding: 10px 10px;
        margin-left: 50px;
        height: 50px;
        font-weight: bold;
    }

    .div-square {
        padding: 1px 20px;
        border: 3px double #e1e1e1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 5px;
        font-weight: bold;
    }

        .div-square h6 {
            font-size: 10px;
            margin-top: 5px;
        }

    .fa-lg {
        font-size: 0.8em;
        line-height: .50em;
        vertical-align: -15%
    }




    .logo-lg {
        display: block;
        width: 150px;
        height: 21px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: inherit;
    }

    .sidebar-menu .treeview-menu > li > a {
        font-size: 16px !important;
    }



    .form-group .form-control {
        height: 35px;
        padding: 5px 10px;
        font-size: 18px;
        line-height: 1.5;
        border-radius: 3px;
    }

    body {
        font-size: 170%;
    }

    .panel-body h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .panel-body .isize {
        font-size: 54px !important;
    }

    .fontvalidate {
        font-size: 12px;
    }

    .schlogo {
        width: 75px;
        height: 75px;
    }
}


@media (max-width:767px) {

    .schlogo {
        width: 10px;
        height: 10px;
    }
}
