﻿
#scrollwrapper {
    overflow-y: scroll;
    /*  height: 100%; */
}

.bootstrapheader {
    height: 100px;
    /* margin-bottom: 15px; */
    width: 100%;
    /*margin-left: .5%;
    margin-right: .5%;*/
}

.listinghr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.fulllink {
    width: 100%;
}

.outercontainer {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
}

.content-container {
    width: 100%;
}


.menu-container {
    width: 99%;
    margin-left: .5%;
    margin-right: .5%;
}

.appointment-container {
    margin-top: -20px;
}

@media screen and (min-width:1025px) {
    .kaigie-border {
        border: 2px solid #510505;
    }

    .kaigie-border-cyan {
        border: 1px solid cyan;
    }

    .kaigie-border-gray-300 {
        border: 1px solid #dee2e6;
    }
}

.row-96 {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.row-98 {
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.expert-section-border {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 20px !important;
    margin;
}

.master-form {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

@media screen and (min-width:768px) {
    .bootstrapheader {
        height: 100px;
        margin-bottom: 0px;
    }

    .outercontainer {
        width: 100%;
        /*margin-left: 1%;
        margin-right: 1%;*/
    }
    /*   .topmargin { height:50px;   } */
    .content-container {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .appointment-container {
        margin-top: -10px;
    }
}

@media screen and (min-width:1000px) {
    /*   .topmargin { height:45px;   } */
    .content-container {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .outercontainer {
        width: 100%;
    }
}

@media screen and (min-width:1025px) {
    /*   .topmargin { height:15px;   } */
    .content-container {
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
    }
}

@media screen and (orientation:landscape) and (max-width:1024px) {
    /* .mobileportraitonly {display:none;} */
    .bootstrapheader {
        height: 110px;
        margin-bottom: 0px;
    }
}

.navbar-nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    background: #fff url(../media/pattern.png);
}

.content-div {
    /*height: calc(90vh - 125px) !important;*/
    height: 100%;
    margin-top: 75px !important;
    padding-top: 75px !important;
    /*adjusted for fixed navbar*/
}


.content-div-2016 {
    /*margin-top: 40px !important;
    padding-top: -40px !important;*/
    /*adjusted for fixed navbar*/
}
