﻿/* MODAL SCREEN */

.rtsCloseModalImage{
	content:url(/content/images/closeBtn.png);
    height: 32px;
    width: 32px;
}

.rts_close_label {
    color:#a0a0a0;
}


#rtsMask{  
    position:fixed; /* important */  
    top:0px; /* start from top */  
    left:0px; /* start from left */  
    height:100%; /* cover the whole page */  
    width:100%;  /* cover the whole page */  
    display:none; /* don't show it '*/  
  
    /* styling bellow */  
    background-color: black;  

    z-index: 20000 !important ;
}  
  
.rts_modal_window{  
    position:absolute; /* important so we can position it on center later */  
    display:none; /* don't show it */  
  
    /* styling bellow */  
    color:white;  
    z-index: 20001 !important ;
}  
  
/* style a specific modal window  */  
#rts_modal_window{  
    padding:50px;  
    border:1px solid gray;  
    background: #246493;  
    color:black;  
}

.dataContainerSurvey {
     z-index: 20002 !important ;
}

.rtsCatalogContainer {
    display:none;
    background: #fafafa;
    width: 70%;
    padding: 10px;

    position:fixed;
    top:50%;
    left:50%;
    margin:-360px 0 0 -640px;
}


/*.dataContainerSurveyModal,*/
.dataContainerSurveyCatalog
{
        background: #fff;
        padding: 40px;
        color: #C0C0C0;
}

.rtsCatalogGrid {
    z-index: 20010 !important ;
    width:90%;
}