html {
/*overflow: hidden;*/
}

#carousel-container{
    display: absolute;
    width:100%;
    margin-left: 5px;
    overflow:hidden;
    height:100%;
    /*background: rgb(73, 73, 73);*/
    background: rgba(73, 73, 73, 0.75);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949)";
   
}

#carousel-container-default{
    display: absolute;
    width:420px;
   
    overflow:hidden;
    /*background-color:#ff0000;*/
    height:116px;
    /*background: rgb(73, 73, 73);*/
    background: rgba(73, 73, 73, 0.75);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949)";
   
}
#carousel_viewport{
    width:100% !important;
    height: 116px; 
}
#carousel_items{
    position:relative;
    margin:0px 0px 0px 0px; 
    padding:0 0 0 0;
}
.container-background{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: alpha(opacity=50);                  
    opacity:.5;
    background-color: #000000;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;

    }

.main_thumb_container{
    overflow:hidden;
    position:relative;
    width:193px;
    background-color:#fff;
    
    height:106px;
    display:inline-block;;
    margin-top:5px;
    margin-bottom:5px;
    
}
.main_thumb_container .watermark-media-video{
    top: 3px;
    position: absolute;
    left: 3px;
    z-index: 11;        
}
.main_thumb_container .thumbnail-cta{
    bottom: -4px;
    position: absolute;
    right: 2px;
    z-index: 11;        
    
}
.main_thumb_container .watermark-top-right{
    top:0px;
    position: absolute;
    right: 5px;
    z-index: 11;        
}
.main_thumb_container .watermark-bottom-right{
    bottom: -4px;
    position: absolute;
    right: 2px;
    z-index: 11;        
}
.main_thumb_container .watermark-bottom-left{
    bottom: 0px;
    position: absolute;
    left: 0px;
    z-index: 11;        
}
.main_thumb_container .watermark-top-left{
    top: 0px;
    position: absolute;
    left: 0px;
    z-index: 11;        
}
.main_thumb_content .thumb_image{
    margin-left:-30px;
    margin-top:-40px;
    /*display:none;*/
}
.main_thumb_content{
    overflow:hidden;width: 188px; height: 106px;
    background-color: white; background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url('/images/jive-image-loading.gif');
    
}
.main_thumb_content span {
    border: none;
    width: 173px;
    margin: -18px 10px 0 0;
    padding: 3px 10px 2px 5px;
    line-height: 14px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
    background: black;
    position: absolute;
    bottom: 0;
    left:0
} 


.disabled{
    cursor:none;
    opacity:.5;
   /*display:none;*/ 
}
#nav-container-wrapper{
    /*pointer-events:none;*/
    z-index:10;
    position:absolute;
}

.nav-next-container-ro{
    background: rgb(202, 0, 2) !important;
    background: rgba(202, 0, 2, 1) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CA0002, endColorstr=#99CA0002) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CA0002, endColorstr=#99CA0002)"  !important;
}        
.nav-prev-container-ro{

    background: rgba(202, 0, 2, 1) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CA0002, endColorstr=#99CA0002) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CA0002, endColorstr=#99CA0002)"  !important;
}        

.nav_container{
    cursor:pointer;
    /*background-color:#ff0000;*/
    position:absolute;
    z-index:10;
    margin-top:5px;
    height:106px;
    width:22px;
    /*background: rgb(73, 73, 73);*/
    background: rgba(73, 73, 73, 0.75);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99494949, endColorstr=#99494949)";

    
}


.background{
    position:absolute;
    /*height:116px;*/
    background-color: #494949;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
    filter: alpha(opacity=75);                  
    /*width: 22px;*/
}

/*    .nav_container .background{
        position:absolute;
        height:116px;
        background-color: #494949;
        opacity: 0.75;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
        filter: alpha(opacity=75);                  
        width: 22px;
    }
    */
.nav-next{
    right:0px;
}
.nav-prev{
    margin-left:0px;
    left: 0px;
    
}

.arrow-right {
    border-bottom: 12px solid transparent;
    border-left: 12px solid black;
    border-top: 12px solid transparent;
    bottom: auto;
    height: 0;
    position: relative;
    top: 45px;
    width: 0;
    left:5px;
}

.arrow-left {
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent; 
        position: relative;
        top: 45px;
        left:2px;
        border-right:12px solid black;
}
#carousel-next,
#carousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}
.arrow-right-ro {
    border-left: 12px solid white !important;
}
.arrow-left-ro {
    border-right:12px solid white !important;
}
.hidden {
    display:none !important;
}
#pre-loader{
    position:absolute;
   /* 
    
    height:100%;
    width:100%;
    */
    background: url("/images/jive-image-loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    z-index:20;
}
#no-content-wrapper{
    height:100%;
    width:100%;
    display:table;
}
#no-content-div{
    width:100%;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}
#no-content-div span {
    font-size:18pt;
    line-height:18pt;
    color:#fff;
}

.viafouraW {background-color: #fff; left: 0px; top: 0px; width: 450px; border: 2px solid #efefef; padding: 3px; }
.headingsW 
p {font-size: 20px; color: #f23; padding-left: 45px; background: transparent url(/themes/custom/resources/redesign/40x40_vetted_badge.png) top left no-repeat }
h { font-size: 12px; color: #000; }
.summaryText { font-size: 12px; color: #000; } 
.record-btn img { background: url("/themes/custom/resources/redesign/record_btn_up.png") no-repeat scroll 0 0 transparent; height: 35px; width: 210px; margin: 10px 0 10px 0;}
.record-btn:hover img { background: url("/themes/custom/resources/redesign/record_btn_hover.png") no-repeat scroll 0 0 transparent; height: 35px; width: 210px; cursor: pointer; margin: 10px 0 10px 0;}
.record-btn-align { text-align: right; padding-right: 5px; }

#record-btn-container{
    position:relative;
    height:100%;
}

#record-btn-container a.recordButton  {
    display: block;
    background-color: transparent;
    background-color:#02A1D4;
    border-radius:5px;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    margin: 5px auto;
    padding: 5px 0 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11pt !important;
    font-weight: bold; 
    text-decoration: none  !important; 
}
#record-btn-container a.recordButton:link, #record-btn-container a.recordButton:visited {
    color: #ffffff;
}
#record-btn-container a.recordButton:hover, #record-btn-container a.recordButton:active {
    color: #D22403;
}
#record-btn-container .icon {
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0 0 0px 24px;
    margin-top: 0px;
    min-height:21px;
    background-image: url(/themes/custom/resources/images/viafoura/record_on.png);
}
#record-btn-container a.recordButton:hover .icon, #record-btn-container a.recordButton:active .icon {
    background-image: url(/themes/custom/resources/images/viafoura/record_over.png) !important;
}

.ir-widget-upload-branded-header{
    height:40px;
    background-color: #CA0002;    
}
.ir-widget-upload-branded-header-partner-copy{
    
    left:40%;    
    position:absolute;
}
.ir-widget-upload-branded-header-text{
    top:10px;
    font-size: 20px;
    color:#ffffff; 
    position:relative;
 }
.ir-widget-upload-branded-header-text-bold{
    font-size: 20px;
    font-weight:bold;
 }

.button {
    cursor: pointer;
}
.ir-widget-upload-image-1 {
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
}
.preload {
    left: -10000px;
    position: absolute;
    top: -10000px;
}
#overlay-message-container{
    font-family: 'Arial',sans-serif;    
    width:796px;
    height:100%;
    min-height: 175px;
    background-color: #ffffff; 
    align:center;
    margin-top:20px;
    }
#overlay-message-container h2{
    font-size: 24px;
    color:#000000;
    
    }
#overlay-message-container p{
    font-size: 13px;
    color:#333333;
    margin-bottom: 20px;
    
    }
#overlay-message-container a{
    font-size: 13px !important;
    color:#004276; !important;
    text-decoration: none;
    
    }
    #overlay-message-container a:hover,#overlay-message-container a:link, #overlay-message-container a:active {
        color: #004276; !important;
    }


#overlay-message-container .message-container{
    background-color: #FFffff;
    height: 100%;
    margin: 0 16px 30px 30px;
    min-width: 600px;
    position: relative;
    
    
}
#overlay-message-container .inline-floatright-container {
    margin-bottom: 30px;
    position: relative;
    text-align: right;
    
    }

#overlay-message-container .inline-floatright-container  .breakline-p{
        font-style: italic;
        margin-bottom:0px; 
        display:block;
    }
#overlay-message-container .inline-floatright-container  p{
       font-style: italic;
       margin-right:3px; 
       display:inline;
    
    }

#overlay-message-container .inline-floatright-container  a{
       font-style: regular;
       font-size:14px;
    
    }

#overlay-message-container p .bullet {
    display: list-item ;
    list-style:disc;
   
    margin-left: 20px;
    padding-left: 0px;
    
}
/*
#overlay-message-container p .bullet:before {
    content: "*";
}
*/
/* Uncomment this if you want to force hide the viafoura branding*/
.vf-branding{
    display:none !important;
    }
    
    
