﻿.left-holidacor {
    background-color: #252524;
    z-index: 9999;
    display: none;
    border-left: 3px white solid;
}

.right-holidacor {
    z-index: 9999;
    display: none;
    border-right: 3px white solid;
}

.scrollbar-body {
    background-color: #000000;
}

.tabstripdiv {
}

.tabbuttondiv {
    display: inline-block;
}


.childpaneldiv {
    border: solid 1px #2C2E2E;
}

.coverphoto {
    border-top: solid 5px #2C2E2E;
    border-bottom: solid 5px #2C2E2E;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.logodiv {
    max-height: 99px;
    cursor: pointer;
    float: left;
}

.logo {
    max-height: 99px;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

.logo {
    max-height: 70px;
}


.hdcontainer {

}


.listdivwrapper {

}


.newsdivwrapper {
    width: 200px;
    /*border: 3px solid lime;*/
    float: right;
    padding: 3px;
}



/* Extra large devices (large laptops and desktops, 1200px and up) */


@media only screen and (max-width: 400px) {
    .logo {
        max-height: 70px;
    }



    .newsdivwrapper {
        width: 97%;
        /*border: 3px solid lime;*/
        float: right;
        padding: 3px;
    }
}

@media only screen and (min-width: 400px) {
    .logo {
        max-height: 70px;
    }


    .newsdivwrapper {
        width: 200px;
        /*border: 3px solid lime;*/
        float: right;
        padding: 3px;
    }
}

@media only screen and (min-width: 650px) {
    .logo {
        max-height: 70px;
    }

    .newsdivwrapper {
        width: 200px;
        /*border: 3px solid lime;*/
        float: right;
        padding: 3px;
    }
}

@media only screen and (min-width: 880px) {
    .logo {
        max-height: 70px;
    }


    .newsdivwrapper {
        width: 200px;
        /*border: 3px solid lime;*/
        float: right;
        padding: 3px;
    }
}

@media screen and (min-width: 980px) {
    .logo {
        max-height: 70px;
    }


    .hdcontainer {
        /*max-width: 970px;*/
    }


    .newsdivwrapper {
        width: 200px;
        /*border: 3px solid lime;*/
        float: left;
        padding: 3px;
    }


}

/* Extra small devices (phones, 600px and down) */

/* Small devices (portrait tablets and large phones, 600px and up) */

/* Medium devices (landscape tablets, 768px and up) */

/* Large devices (laptops/desktops, 992px and up) */


.navbar-web {
    max-width: 200px;
    margin-top: 10px;
    font-size: 12px;
    color: #A9A738;
}

.nav-item-web {
    margin-top: 10px;
    cursor: pointer;
}

    .nav-item-web:hover {
        color: #FFF00F;
    }

/*.datatypenvarchar {
    width: 100%;
}*/

img {
    max-width: 100%
}

.columndiv {
    width: auto;
    color: black;
}

body {
    margin: 0;
    /*background: url(../images/bg-body.png) repeat-x left top #003054;*/

    height: 100%;
}

.background {
    /*background: url(../images/bg-background.jpg) repeat-x center top;*/
    padding: 10px;
    background-color: #C30B0F;
    height: 100%;
    /*overflow-y: scroll;*/
}

.page {
    /*max-width: 960px;*/
    margin: 0 auto;
    padding: 0px 0 35px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.news {
    background: none #1f1f1f;
    float: none;
    /*margin: 0 0 15px;*/
    overflow: hidden;
    width: 220px;
    border: 0;
}

.section {
    background: none #1f1f1f;
    float: none;
    /*margin: 0 0 15px;*/
    overflow: hidden;
    width: 220px;
    border: 0;
}

.newsheading {
    background: none #C30B0F;
    float: none;
    /*margin: 0 0 15px;*/
    overflow: hidden;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    height: 47px;
    line-height: 44px;
    padding: 0 0 0 47px;
    text-transform: uppercase;
}

.newsheading2 {
    background: url(../images/icon-arrow-right.png) no-repeat left 6px;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 10px 0 1px;
    padding: 0 0 0 10px;
    text-decoration: none;
    text-transform: none;
}

.newsbody {
    background: none;
    color: #808282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px;
    text-transform: none;
    height: auto;
}
