﻿@media (max-width: 1024px) {
    #prev {
        width: 36px;
        height: 36px;
    }
    #next {
        width: 36px;
        height: 36px;
    }
}
.modal-overlay {  
    position: fixed;  
    top: 0;  
    right: 0;  
    bottom: 0;  
    left: 0;  
    height: 100%;  
    width: 100%;  
    margin: 0;  
    padding: 0;  
    background: #131313;  
    opacity: .65;  
    filter: alpha(opacity=65);  
    z-index: 101;
}  
.modal-window {  
    position: fixed;  
    top: 50%;  
    left: 50%;  
    margin: 0;  
    padding: 0;  
    z-index: 102;  
    background: #fff;  
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 1);
}
a img { text-decoration: none; border: none; }
iframe { margin:0; padding:0; }
img.closebtn { z-index: 105; padding-right:20px; float:right}
#myModal { border:1px solid rgba(0,0,0,0.7);}
html, body, center { height:100%; margin:0; padding:0; }
        .layout { width:90%; min-height:85%; }
        #modalcontent table { width:90%; }        
        .navLeft, .navRight {width:40px; height:100%; }
        /*  *************** MODAL WINDOW OBJECT - FROM STYLES.CSS ***************** */
        /* .TF_Title_Table tr :nth-child(n+2), .BC_TableKeyData_Heading_Left tr :nth-child(n+2) { text-align: right; }  Right-align all table columns except the first */
        #modalcontent .TF_Title_Table { width:auto; }
        #modalcontent .TF_Title_Table tr:nth-child(2) td { text-align: center; }
        #modalcontent .TF_Title_Chart { width:auto; }
        #modalcontent .TF_Title_Chart tr:nth-child(2) td { text-align: center; }
        #modalcontent img { width:100%; max-width:100%;  }
        .BC_TableKeyData_Heading_Left { cursor:pointer; }

.modalcontainer {
    background-color: rgb(106,142,168);
    width: 100%;
    height: 29px; 
    padding-top: 10px;
}
.modalcontainer span { margin-left: 14px; font-family: "Source Sans Pro"; font-size:12px; font-weight:400; color: #FFF; }
#modalcontent p.textDesc { font-family: 'Source Sans Pro'; font-style:italic !important; text-align:center !important; }
p#loadText { font-weight:normal !important; }

