/* The Modal (background) */
#adBlockerModal.modal {
    display: none;
    position: fixed;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
#adBlockerModal .modal-content {
    position: relative;
    background-color: #fefefe;
    background-clip: padding-box;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 6px;
    width: 80%;
    max-width: 600px;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    box-shadow: 0 0px 10px 7px rgba(0,0,0,0.5);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 30%;

}
#adBlockerModal .modal-header {
    padding: 15px 20px 11px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
#adBlockerModal .modal-header:before,
#adBlockerModal .modal-footer:before,
#adBlockerModal .modal-header:after,
#adBlockerModal .modal-footer:after {
    display: table;
    content: " ";
}
#adBlockerModal .modal-header:after,
#adBlockerModal .modal-footer:after {
    clear: both;
}
#adBlockerModal img.flt-logo {
    float: left;
    max-width: 48px;
    height: auto;
    width: 48px;
    display: block;
    border: none;
}
#adBlockerModal h2.modal-title {
    text-align: center;
    color: #2496CE;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin: 0 0 0 -48px;
}
#adBlockerModal .close {
    color: #000;
    font-weight: normal;
    float: right;
    font-size: 32px;
    margin-top:-2px;
    margin-right:-1px;
}
#adBlockerModal .close:focus,
#adBlockerModal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#adBlockerModal .modal-body {
    position: relative;
    padding: 20px;
}
#adBlockerModal .modal-body p {
    margin: 0 0 10px;
    color: #3A3A42;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    line-height: inherit;
}
#adBlockerModal .modal-footer {
    padding: 10px 20px;
    background: #EEEEEE;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
#adBlockerModal .whitelist {
    margin-right: 30px;
    color: #2496CE;
    font-family: inherit;
    font-weight: 500px;
    font-size: 16px;
    vertical-align: middle;
}
#adBlockerModal .whitelist:hover {
    color: #2496CE;
}

#adBlockerModal .btnOk {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    width: 180px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
        -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    background-color: #2496CE;
    border: 1px solid transparent;
    border-radius: 5px;
}


#adBlockerModal.new-features .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); /* or try 50% */

/**
 * 533px by 499px, no border, fill #FFFFFF hex code
 *
 **/

   width:533px;
   /*height:485px;*/

}

#adBlockerModal .modal-close {
	float:right;
	cursor:pointer;
}


#adBlockerModal.new-features .modal-title {
	margin-top: -3px;
	float:left;
        margin-left:0px;
        clear:both;
        font-family:Verdana, sans-serif;
        font-size: 25px;
        color: #3366CC;
        margin-bottom: 30px;
}

#adBlockerModal.new-features h3 {
        font-family:Verdana, sans-serif;
        font-size: 20px;
        color: #4A4A4A;
        text-align:center;
        font-weight:normal;
  	padding-right: 5px;
	margin-bottom: 15px;
}

#adBlockerModal.new-features h3.second {
	margin-top:11px;
	margin-bottom:12px;
} 

#adBlockerModal.new-features .modal-header {
        border:0;
        padding-bottom:0px;
}

#adBlockerModal.new-features .modal-body {
        padding-top:0px;
        padding-bottom:0px;
}

#adBlockerModal.new-features .modal-body p {
        background:url("check.png");
        background-repeat:no-repeat;
        background-position:center left;
        background-size:20px;
        padding: 0px 39px;
        margin-left: 40px;
        margin-bottom:15px;
	max-width:310px;
	font-size:16px;
}

#adBlockerModal.new-features .modal-body hr {
	margin-top: 17px;
	border:0;
	border-top: 1px solid #979797;
	width:443px;
}

#adBlockerModal.new-features .modal-footer {
	background:white;
	border-top:0;
	padding-top:0;
	margin-top:8px;
}

#adBlockerModal.new-features  .btnOk {
	width:200px;
	height:40px;
	margin:0 auto;
	display:block;
	border-radius:9px;
	background-color:#3366CC;
	padding-bottom: 17px;
	/*padding-top: 0px; */  /* WORKS ON STG*/
	padding-top: 7px; /* WORKS ON PROD */
}

#adBlockerModal.new-features  .btnOk a {
	background:transparent;
	font-family:Verdana, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:normal;
	margin-top:3px;

}

#adBlockerModal.new-features  .btnOk:hover {
	background-color:#FAC934;
}

#adBlockerModal.new-features  .btnOk:hover a { 
	text-decoration:none;
}


#adBlockerModal.new-features img.flt-logo {
    max-width:57px;
    width:57px;
    margin-left: -2px;

}




/*
#adBlockerModal.new-features{
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

#adBlockerModal.new-features .modal-content:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%; 
}

#adBlockerModal.new-features .modal-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
*/
