﻿.beyondHiding {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixedDiv {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}

    .fixedDiv button {
        width: 95%;
        height: 40px;
        background: rgba(93, 172, 179, 0.88);
        border: 0px white;
        color: white;
        font-size: 20px;
        outline: none;
    }

.sidebar_img1 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    left: 10px;
    top: -10px;
}

.list ul li {
    list-style: none;
    line-height: 60px;
    width: 100%
}

.sidebar_img2 img {
    width: 30px;
    height: 30px;
}

.sidebar_img3 img {
    width: 30px;
    height: 30px;
}

.sidebar_footer {
    width: 90%;
    height: 35px;
    position: fixed;
    bottom: 0;
    border-top: 1px #d2d2d2 solid;
}

.sidebar {
    z-index: 999999;
    position: fixed;
    top: -1px;
    bottom: -1px;
    padding: 0px;
    width: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .sidebar > .row > .col-xs-12, .sidebar > .row > .col-sm-12, .sidebar > .row > .col-md-12, .sidebar > .row > .col-lg-12 {
        padding: 0px;
        position: absolute;
        bottom: 0px;
        top: 0px;
        overflow: auto;
    }

    .sidebar > .row {
        margin: 0px;
    }

.sidebar {
    width: auto;
}

    .sidebar.sidebar-right {
        right: 0px;
        left: 40px;
    }


@media only screen and (min-width: 320px) {
    .fs {
        font-size: 12px !important;
    }

    .fs1 {
        font-size: 10px !important;
    }

    .fs3 {
        font-size: 12px !important;
    }

    .fs8-11 {
        font-size: 8px !important;
    }

    .fs8-12 {
        font-size: 8px !important;
    }

    .imgHight {
        width: 100%;
        height: 150px;
    }
}

@media only screen and (min-width: 375px) {
    .fs {
        font-size: 14px !important;
    }

    .fs1 {
        font-size: 16px !important;
    }

    .fs3 {
        font-size: 14px !important;
    }

    .fs8-11 {
        font-size: 9px !important;
    }

    .fs8-12 {
        font-size: 10px !important;
    }

    .imgHight {
        width: 100%;
        height: 160px;
    }
}

@media only screen and (min-width: 414px) {
    .fs {
        font-size: 15px !important;
    }

    .fs1 {
        font-size: 17px !important;
    }

    .fs3 {
        font-size: 16px !important;
    }

    .fs8-11 {
        font-size: 11px !important;
    }

    .fs8-12 {
        font-size: 12px !important;
    }

    .imgHight {
        width: 100%;
        height: 170px;
    }
}

@media only screen and (min-width: 528px) {
    .sidebar {
        width: 80%;
    }

        .sidebar.sidebar-left {
            left: 0px;
            right: auto;
        }

        .sidebar.sidebar-right {
            right: 0px;
            left: auto;
        }

    .footer {
        width: 90%;
        height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar {
        width: 80%;
    }

        .sidebar.sidebar-left {
            left: 0px;
            right: auto;
        }

        .sidebar.sidebar-right {
            right: 0px;
            left: auto;
        }

    .footer {
        width: 90%;
        height: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar {
        width: 80%;
    }

        .sidebar.sidebar-left {
            left: 0px;
            right: auto;
        }

        .sidebar.sidebar-right {
            right: 0px;
            left: auto;
        }

    .footer {
        width: 90%;
        height: 50px;
        position: fixed;
        bottom: 0;
    }

    .imgHight {
        height: 700px;
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .fs12-4 {
        font-size: 4px
    }

    .fs17-7 {
        font-size: 7px
    }

    .imgHight26-13 {
        /*width: 100%;*/
        height: 13px;
    }

    .imgHight70-40 {
        height: 40px;
        width: 100%;
    }

    .imgHight700-400 {
        height: 400px;
        width: 100%;
    }
}

@media only screen and (min-width: 1152px) {
    .fs12-4 {
        font-size: 5px
    }

    .fs17-7 {
        font-size: 9px
    }

    .imgHight26-13 {
        /*width: 100%;*/
        height: 16px;
    }

    .imgHight70-40 {
        height: 45px;
        width: 100%;
    }

    .imgHight700-400 {
        height: 450px;
        width: 100%;
    }
}
/*@media only screen and (min-width: 1200px) {
    
}*/

@media only screen and (min-width: 1280px) {
    .sidebar {
        width: 80%;
    }

        .sidebar.sidebar-left {
            left: 0px;
            right: auto;
        }

        .sidebar.sidebar-right {
            right: 0px;
            left: auto;
        }

    .footer {
        width: 90%;
        height: 50px;
        position: fixed;
        bottom: 0;
    }

    .fs12-4 {
        font-size: 7px
    }

    .fs17-7 {
        font-size: 11px
    }

    .imgHight26-13 {
        /*width: 100%;*/
        height: 19px;
    }

    .imgHight70-40 {
        height: 50px;
        width: 100%;
    }
}
/*@media only screen and (min-width: 1366px) {
    .fs12-4 {
        font-size: 8px
    }
    .fs17-7 {
        font-size: 11px
    }
    .imgHight26-13 {
        width: 100%;
        height: 19px;
    }
    .imgHight70-40 {
        height: 57px;
        width: 100%;
    }
    .imgHight700-400 {
        height: 570px;
        width: 100%;
    }
}*/
/*@media only screen and (min-width: 1400px) {
    .fs12-4 {
        font-size: 8px
    }
    .fs17-7 {
        font-size: 11px
    }
    .imgHight26-13 {
        width: 100%;
        height: 14px;
    }
    .imgHight70-40 {
        height: 60px;
        width: 100%;
    }
    .imgHight700-400 {
        height: 600px;
        width: 100%;
    }
}*/
@media only screen and (min-width: 1600px) {
    .fs12-4 {
        font-size: 10px
    }

    .fs17-7 {
        font-size: 14px
    }

    .imgHight26-13 {
        /*width: 100%;*/
        height: 23px;
    }

    .imgHight70-40 {
        height: 65px;
        width: 100%;
    }

    .imgHight700-400 {
        height: 650px;
        width: 100%;
    }
}

@media only screen and (min-width: 1903px) {
    .fs12-4 {
        font-size: 12px
    }

    .fs17-7 {
        font-size: 17px
    }

    .imgHight26-13 {
        /*width: 100%;*/
        height: 26px;
    }

    .imgHight70-40 {
        width: 100%;
        height: 70px;
    }

    .imgHight700-400 {
        width: 100%;
        height: 700px;
    }
}

.width-20percent {
    width: 20%;
}

.width-20percent {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
