/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 4, 2014, 12:28:33 PM
    Author     : IsoftDev
*/

.heading_pb{
    padding: 5px;
}

body{
    background-color: #DBDBDB;
}

@media (max-width: 768px) {
    .pb-sidebar{
        background-color: #E5E8B0;
        //max-height:63px !important;
    }

    .pb-sidebar >.navbar{
        margin-bottom: 0px !important;
    }
    .pb_nav{
        background-color: white;
    }
    .pb_nav2{
        background-color:#999999;
    }
    .right-nav-link{
        font-size: 11px;
        padding: 10px 0px 10px 25px !important;

    }

    li a.right-nav-link:hover{
        background-color: transparent;
        color: #2a6496;
        text-decoration: underline;
        font-weight: bold;
    }

    .bx-viewport{
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (min-width: 768px){
    .pb-sidebar{
        background-color: #E5E8B0;
    }
    .pb_nav2{
        background-color:#999999;
    }
    .bx-viewport{
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .pb_nav{
        background-color: #999999;
    }

    .right-nav-link{
        font-size: 11px;
        padding: 0px !important;

    }

    li a.right-nav-link:hover{
        background-color: transparent;
        color: #2a6496;
        text-decoration: underline;
        font-weight: bold;
    }

}


.pb_nav a{
    color: white;
}

.pb_nav a:hover{
    color: #999999;
}





h6.right-nav-link{
    font-size: 10px;
    font-weight: bold;
}
.bodycontent{
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.main-navigation{
    margin-bottom: 0px !important;
    min-height: 40px;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no-vertical-padding{
    padding-bottom: 0px;
    padding-top: 0px;
}

.img-full-width{
    width: 100%;
}



.no-margin{
    margin-left: 0px;
    margin-right: 0px;
}

.no-margin-at-all{
    margin:0;
}

.margin-15{
    margin-left:15px !important;
}

.link2blu12{
    color:#00B3DF;
}

.linkadvsearch{
    text-decoration: underline;
    font-size: 16px;
    color: #669933;
    font-family: Arial, Helvetica, sans-serif;
}

.linkadvsearch:visited {
    text-decoration: underline;
    font-size: 16px;
    color: #669933;
    font-family: Arial, Helvetica, sans-serif;
}

.bluebar-link{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.logo-padding-10{
    padding-top: 8px;
    padding-bottom: 8px;
}

.bodycopygrey12 .link2blu12{
    //    font-size: 11px;
}

.bodycopygrey12{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;

}

.no-left-padding{
    padding-left:0px;
}

.no-right-padding{
    padding-right: 0px;
}

.moreinfo-video-image{
    position: relative;
    float:right;
}

.custom-nav-fa{
    color: white !important;
    font-size: 20px !important;
    margin-right: 5px !important;
}

.pb-venue-blue{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #0099FF;
}

.pb-v-blue2{
    font-size: 16px;
    font-weight: bolder;
    color: #0099FF;
}

.pb-v-blue{
    font-size: 12px;
    font-weight: bolder;
    color: #0099FF;
}


.pb-venue-black{
    color: #606060;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.Formtitle{
    padding: 5px;
    background-color: #CBD687;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bolder;
    color: #0099FF;
}
.Formtitle input[type='checkbox']{
    height: 25px;
    width: 25px;
}

.venue-search{
    background: url('../../../../assets/stuff/img/venue-bg.png');
}

.venue-results{
    background: url('../../../../assets/stuff/img/search_bg4.gif');
    background-repeat: repeat-y;
    background-size: 100%;
}

.search-results-bgcolor{
    background-color: #CCd788;
}

.resultsTop{
    position: relative;
    top:-120px;
}

.chkbigger{
    width: 25px;
    height: 34px;
    margin-left:30px;
}

a.linkU:link {
    text-decoration:underline;
    font-size: 14px;
    font-weight: normal;
    color: #0099FF;
}
a.linkU:visited {
    text-decoration:underline;
    font-size: 14px;
    font-weight: normal;
    color: #0099FF;
}
a.linkU:hover {
    text-decoration:none;
    font-size: 14px;
    font-weight: normal;
    color: #0099FF;
}
a.linkU:active {
    text-decoration:underline;
    font-size: 14px;
    font-weight: normal;
    color: #0099FF;
}

.right-align{
    text-align: right;
}

.text14red{
    font-size: 14px;
    color: #FF3366;
}

.text14blue{
    color: #0099FF;
    font-size:14px;
}

.image-center{
    margin:0 auto;
}

.bold-text{
    font-weight:bold;
}

.required-mark{
    position: relative;
    float:right;
    display:block;
    color: red;
}