﻿.main-header
{
    margin-left:0px !important;
}
.main-sidebar {
    position: fixed !important;
    margin-top: 71px !important;
}
.sidebar {
    margin-top: 0px!important;
}
.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
}
.truncatetext {
    max-width: 140px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 1181px) and (max-width: 1350px),(min-width: 450px) and (max-width: 530px) {
    .truncatetext {
        max-width: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1180px),(min-width: 300px) and (max-width: 449px) {
    .truncatetext {
        max-width: 55px;
        min-width: 55px;
    }
}
.shrinktext {
    font-size: 2rem !important;
}
@media only screen and (min-width: 450px) and (max-width: 620px) {
    .shrinktext {
        margin-top:12px !important;
        font-size: 1.25rem !important;
    }
}
@media only screen and (min-width: 200px) and (max-width: 449px) {
    .shrinktext {
        font-size: 1rem !important;
        margin-top: 15px !important;
    }
}
.main-footer
{
    color: black !important;
}
.overlay {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}