﻿@media only screen and (max-device-width: 1024px) and (min-device-width: 767px){

    #sidebar-collapse {
        width: 162px;
    }

    .sidebar-footer {
        width: 162px;
    }

    #wrapper {
        padding-left:162px;
    }

    .sidebar ul.nav li a {
        padding: 10px 5px;
    }

    .modal-body input {
        font-size: 16px;
    }

    .modal-body select {
        font-size: 16px;
    }

    .modal-body options {
        font-size: 16px;
    }

    h1 {
        font-size: 20px;
    }

    .table {
        word-wrap:normal;
        word-break:normal
    }

    tr.clickable-row:nth-child(even) {
        font-size:1.25em;
    }

    tr.clickable-row:nth-child(odd) {
        font-size:1.25em;
    }

    #mainPhoto {
        height:112px;
    }

    h4{
        font-size:16px;
    }
}

@media only screen and (max-device-width: 767px) {
    #sidebar-collapse {
        width: 162px;
        top: -20px;
        position:absolute;
        z-index:100;
    }

    .modal-header {
        font-size:20px;
    }

    .modal-header .close {
        font-size: 36px;
    }

    .sidebar-footer {
        width: 162px;
    }

    .page-title{
        font-size:14px;
    }

    .page-title-text {
        font-size:14px;
    }

    .home-title {
        margin-left: 10px;
        margin-top: -13px;
        margin-right: -10px;
        white-space: nowrap;
    }

    h4 {
        font-size: 12px;
    }

    h1 {
        font-size: 14px;
    }

    .no-text-right-xs {
        text-align:left;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .xs-clear-both {
        clear:both;
    }



    #wrapper {
    }

    .sidebar ul.nav li a {
        padding: 10px 5px;
    }

    .modal-body input {
        font-size: 16px;
    }

    .modal-body select {
        font-size: 16px;
    }

    .modal-body options {
        font-size: 16px;
    }

    

    .table {
        word-wrap: normal;
        word-break: normal
    }

    tr.clickable-row:nth-child(even) {
        font-size: 1.25em;
    }

    tr.clickable-row:nth-child(odd) {
        font-size: 1.25em;
    }

    #mainPhoto {
        height: 112px;
    }

    
}