﻿.modalCopyright {
    /*display: table;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modalContent {
    margin: 0 auto;
    background-color: #FFF;
    padding: 30px;
    position: relative;
}

.modalSmall .modalContent {
    width: 350px;
}

.modal2Col .modalContent {
    width: 850px;
}

.modalMedium .modalContent {
    width: 465px;
}

.modalCopyright .modalContent {
    width: 600px;
    height: 450px;
}

.modalSmall .wide {
    margin-right: 0px;
}

.modal .cell {
    padding: 60px 25px 5px 25px;
}

.modalClose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../../../../Images/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
    border: none;
}

.modalWrapper {
    width: 850px; /*1500px;*/
    padding: 25px;
    background-color: #fef7e8;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modalWrapperAlt {
    width: 600px;
    padding: 25px;
    background-color: #fef7e8;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modalControls {
    float: left;
    width: 275px;
}

.modalWrapperAlt .modalControls {
    float: none;
    width: 600px;
}

.modalWrapperAlt table {
    width: 600px !important;
}

.modalWrapperAlt .dataTables_filter {
    float: none;
    text-align: left;
}

    .modalWrapperAlt .dataTables_filter textbox[type="text"] {
        width: 100px;
    }

.error {
    color: #e20000;
    padding: 15px 10px 15px 40px;
    background: #f2dede url(../Images/icons/red-cross.png) 5px center no-repeat;
    border: 1px solid #ebcccc;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.success {
    color: #249701;
    padding: 15px 10px 15px 40px;
    background: #dff0d8 url(../Images/icons/green-tick.png) 5px center no-repeat;
    border: 1px solid #d6e9c6;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.warning {
    color: #ae8f00;
    padding: 15px 10px 15px 40px;
    background: #fcf8e3 url(../Images/icons/warning-icon.png) 5px center no-repeat;
    border: 1px solid #faebcc;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.panel-terms-of-use, .panel-sub-proc {
	display:none;
	width:60%;
	max-width:800px;
    height:800px;
}
    .panel-terms-of-use iframe, .panel-sub-proc iframe {
        width: 730px;
        height: 720px;
    }

.panel-privacy-policy{
	display:none;
	width:60%;
	max-width:800px;
    height:800px;
}
    .panel-privacy-policy iframe {
        width:730px;
        height:720px;
    }


.data-for-self {
    display: none;
    max-width: 570px;
    height: 580px;
}

    .data-for-self iframe {
        width: 500px;
        height: 520px;
    }


/*Cookie banner*/
.cc-custom-window {
    /*background:#000;*/
    background: #202020;
    position: static;
    display: block;
}
.cc-custom-window .cc-message{
    display:table-cell;
    vertical-align:middle;
    margin-bottom:0;

     
 }

.cc-custom-window .cc-message .cc-message-span {
    padding: 5.75px 0;
    
}
.cc-custom-window .cc-compliance{
    position:relative;
    text-align:right;
    display:table-cell;
    
    float:right;
    
    
}


.cc-custom-window .cc-w-inner{
    display:table;
    width:100%;
    margin:0 auto;
    background:#202020;
    position:relative;
    height: 50px;
    
}

.cc-b-inner{
    text-align:center;
    display:inline-block;    
    
}
.cc-custom-window .cc-message{
    font-size:0.9em;
    color: white;
   
}
.cc-custom-window .cc-btn.cc-dismiss,.cc-custom-window .cc-btn.cc-deny{
    border:none;
    color:#fff;
    padding:5.75px 11.5px;
    white-space:normal;    
    display:inline-block;
  
    
}

.cc-custom-window.cc-banner .cc-btn.cc-dismiss, .cc-custom-window.cc-floating .cc-btn.cc-dismiss{
    min-width: 0;    
    /*text-transform:capitalize;*/
    color:#202020;
    background: #202020;
    min-width:132px;
    -webkit-transition: opacity 0.7s; 
    transition: opacity 0.7s;
    opacity:0.9;
    height: 50px;
    text-align:center;
    vertical-align:top;
    line-height:50px;
}

.cc-custom-window.cc-banner .cc-btn.cc-dismiss:hover, .cc-custom-window.cc-floating .cc-btn.cc-dismiss:hover {
    text-decoration:underline;
    -webkit-transition: opacity 0.7s; 
    transition: opacity 0.7s;
    opacity:1;
    
}

.cc-custom-window .cc-dismiss:hover{
    color:#fff;
}

.cc-custom-window.cc-window.cc-floating{
    max-width:none;
    
}
@media only screen and (max-width: 991px) {
    .cc-custom-window .cc-message, .cc-custom-window .cc-compliance {
        width: 100%;
        min-width: 0;
        float:left;
       
        
    }
    .cc-custom-window .cc-compliance{
        text-align:center;
       
    }
}
@media only screen and (max-width: 767px) {
    .cc-custom-window .cc-btn.cc-deny, .cc-custom-window.cc-floating .cc-btn.cc-deny{
        padding-bottom:18px;
        width: 100%;
    }
}
.cc-link:link, .cc-link:active, .cc-link:visited {
    color: #f5d947;
    text-decoration:none;
    
}

.cc-link:hover {
    color: #f5d947; 
}

.cc-link {
    opacity:1;
    padding:5.75px 0;
    color: #f5d947; 
}

.cc-revoke.cc-top.cc-animate {
    display: none;
}


input[type="submit"], input[type="button"] {
    /*padding: 8px 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;*/
    /*font-size: 12px;*/
    /*font-size: 1.2rem;*/
/*    line-height: 1;
    color: #FFF;*/    
    border: none;
    /*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
*/
    background-color: #e5a713;
    /*    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6A912), to(#CA9209), color-stop(.6,#E6A912));
    background-image: -moz-linear-gradient(19% 75% 90deg,#CA9209, #E6A912, #E6A912 100%);
*/ /*    text-shadow: 0 1px 1px rgba(137, 99, 5, 0.90);
    -webkit-box-shadow: 0 1px 2px rgba(105, 76, 5, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(105, 76, 5, 0.5);
    box-shadow: 0 1px 2px rgba(105, 76, 5, 0.5);
*/
}

.panel-ack-terms-of-use, .panel-ack-sub-proc {
    display: none;
    width: 800px;
    height: 800px;
    overflow: hidden;
}

    .panel-ack-terms-of-use iframe, .panel-ack-sub-proc iframe {
        width: 99%;
        height: 94%;
    }

.apple-store-icon {
    height:52px;
    width:170px;
    margin-top:10px;
}