/*html{
background: #CEDD7C;;
}
h1{
margin-top: 50px;
}
#popup_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 200px 0px 0px 200px;
}*/

#support-page .notes-tab a {
    color: #76b900 !important; /*Remove this*/
}
#support-page .notes-tab a:hover {
    color: white !important; /*Remove this*/
}

.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background: rgba(196, 196, 196, .85);*/
    top: 0;
    left: 100%;
	/*left:0;*/
    opacity: 0;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;*/
	
	background-color: rgba(0, 0, 0, 0.6); bottom: 0; cursor: default; opacity: 0; right: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;
}
.overlayPop .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: absolute;
    /*top: 25%;*/
    /*left: 50%;*/
    z-index: -9999;	
	
	display: inline-block;
    left: 50%;
    
    text-align: justify;
    top: 50%;
	/*top:900px;*/
    

}
.popup .popup-body {
    /*background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);*/
    background-color: #212121;
	opacity: 0;
    min-height: 300px;
	/*width: 640px;*/
	width: 650px;
    /*width: 400px;
    margin-left: -200px;*/
	/*left: 50%;*/
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #1e1e1e;
	
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("quit.jpg") no-repeat;
    
}
.popup .popup-content {
    /*overflow-y: auto;*/
	overflow-y: visible;
}
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}
.white-box-bttn:hover, .white-box-bttn:active{
	color:#fff !important;
}

.spinner.waiting::before {
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
   /* top: 50%;*/
    width: 100%;
    z-index: 1;
}
.spinner.waiting::after {
    content: url("cart-loading-light.gif");
    left: 50%;
    margin-left: -29px;
    position: absolute;
    top: 25%;
    z-index: 2;
}
.page-backdrop.active {
    display: block;
}
.spinner {
    color: #7e7e7e;
}
.page-backdrop {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 31;
}