.loading{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5) url(/images/ajax-loader.gif) no-repeat 50% 50%;
    z-index: 100;
}
.ui-dialog-shadow{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.ui-dialog{
    padding: 0;
}


.rf-popup-wrap{
    width: 595px;
    padding: 0 0 35px;
    overflow: hidden;
}
.rf-popup-wrap .web-alert{
    padding: 0;
}
.app-store-link-btn {
    background-image: url("/images/dialog-app-store-btn.png");
    float: left;
}
.google-market-link-btn {
    background-image: url("/images/dialog-google-market-btn.png");
    float: right;
}
.ui-dialog .ui-dialog-titlebar {
    background: transparent;
    border: none;
}
.ui-widget.ui-widget-content {
    border-radius: 0;
    box-shadow: none;
	border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
    background-image: url(/images/close-dialog-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 11px;
    top: 20px;
}


.ui-dialog .ui-dialog-titlebar-close,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button .ui-icon{
	background-image: url('/images/close_but.png');
	opacity: 0.7;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon{
	background-image: url('/images/close_but.png');
	opacity: 1;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 3px 1em;
}
.ui-dialog .ui-dialog-content {
    padding: 0;
}
.dialog-title-text {
    text-align: center;
    font-size: 18px;
    font-family: MyriadProBold;
    color: #5d5a5a;
}
.dialog-buttons-container {
    text-align: center;
    margin: 0 auto;
    padding-top: 3px;
}
.dialog-buttons-container a{
    width: 164px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}
.highlight-grey{
    background: #f7fbf9;
}
.buy-credit-popup {
    font-family: MyriadProBold;
}
.buy-credit-popup h3{
    font-size: 18px;
    text-align: center;
    margin: 5px 0 0;
}
.buy-credit-popup .aumont-list span{
    font-size: 18px;
    display: block;
    padding: 0 0 0 18px;
    line-height: 40px;
    margin: 23px 0 0;
    font-family: MyriadProRegular;
}
.buy-credit-popup li{
    line-height: 47px;
    height: 42px;
    background: #fff;
    list-style: none;
    padding: 0 0 0 17px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    font-family: MyriadProRegular;
}
.buy-credit-popup li:before,
.buy-credit-popup li:after{
    display: block;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
}
.buy-credit-popup li:before{
    background: #abacab;
    top: 0;
}
.buy-credit-popup li:after{
    top: 1px;
    background: #f1f1f1;
}
.buy-credit-popup li.selected,
.buy-credit-popup li.selected:after{
    background: #3bb82e;
    color: #fff;
}
.buy-credit-popup .aumont-list{
    width: 330px;
    margin: 0 auto;
}
.buy-credit-popup ul{
    padding: 0;
}
.buy-credit-popup .buy{
    height: 41px;
    line-height: 47px;
    display: block;
    font-size: 18px;
    background: #3bb82e;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 15px 0 14px;
    visibility: hidden;
    font-family: MyriadProRegular;
}
.raffall-question .loader{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.5) url(/images/ajax-loader.gif) no-repeat 50% 50%;
}

.raffall-question .qwrap,
.raffall-by-post .qwrap {
    margin: 0 auto;
    font-size: 18px;
    font-family: MyriadProRegular;
}
.raffall-question p{
    color: #3bb82e;
    text-align: center;
    line-height: 23px;
    margin: 0;
}
.raffall-question .puzzle{
    overflow: hidden;
    margin: 0 0 10px;
}
.raffall-question .puzzle div{
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #43403e;
    line-height: 50px;
    text-align: center;
    border: 1px solid #c7c8c7;
    background: #fff;
    margin: 0 0 5px;
}
.raffall-question .question{
    text-align: left;
}
.raffall-question .options{
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 10px 0 17px;
}
.raffall-question .options li{
    min-height: 42px;
    line-height: 1.2;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #43403e;
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
    background: #c4eac0;
}
.raffall-question .options li.selected{
    background: #3bb82e;
    color: #fff;
}
.raffall-question .tickets{
    width: 213px;
    height: 41px;
    margin: 23px auto 0;
    position: relative;
}
.raffall-question .tickets .minus{
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #a9a4a4;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.raffall-question .tickets .plus{
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #a9a4a4;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.raffall-question .tickets .count{
  display: block;
  width: 131px;
  height: 41px;
  line-height: 41px;
  position: absolute;
  left: 50%;
  top: 0;
  /* margin: 0 0 0 -20px; */
  color: #3bb82e;
  text-align: center;
  font-size: 25px;
  transform: translateX(-50%);
  overflow: hidden;
}
.raffall-question .line{
    position: relative;
    height: 2px;
    width: 100%;
    margin: 14px 0 13px;
}
.raffall-question .line:before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #abacab;
}
.raffall-question .line:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeeec;
}
.raffall-question .btn-send{
    display: block;
    width: 100%;
    height: 41px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #3bb82e;
    text-decoration: none;
}
.raffall-question .btn-send:hover{
    background: #1b9f0d;
}
.raffall-question .info{
    margin: 8px 0 0;
    line-height: 22px;
}
.raffall-question .chance{
    color: #3bb82e;
    font-family: MyriadProBold;
}

/* web alerts */
.highlight-alert{
    /* background: #dcebe4; */
}
.web-alert{
    width: 330px;
    margin: 0 auto;
    padding: 0 0 36px;
    overflow: hidden;
}
.web-alert h3{
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px;
    font-family: MyriadProBold;
    text-transform: capitalize;
}
.web-alert .message{
    font-size: 18px;
    font-family: MyriadProRegular;
    line-height: 22px;
    margin: 0 0 40px;
}
.web-alert .alert-btn{
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    background: #3bb82e;
    text-decoration: none;
}
.web-alert .alert-btn:hover{
    background: #1b9f0d;
}
.web-alert .alert-btn.cancel{
    float: left;
    width: 47%;
}
.web-alert .alert-btn.ok{
    float: right;
    width: 47%;
    font-weight: bold;
}
/* /web alerts */

/* verify popup */
.verify-popup{
    font-family: MyriadProRegular;
}
.verify-popup h3{
    font-size: 18px;
    text-align: center;
    margin: 5px 0 14px;
    font-family: MyriadProBold;
}
.verify-popup .text{
    line-height: 22px;
}
.verify-popup .text p{
    margin:  0 0 22px;
}
.verify-popup .text a{
    color: #3bb82e;
}
.verify-popup .code{
    padding: 0 0 30px;
}
.verify-popup .code input{
    width: 47px;
    height: 47px;
    display: block;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #3bb82e;
    font-size: 24px;
    text-align: center;
}
.verify-popup .error{
    color: #fe0606;
    margin: 10px 0;
    display: none;
}
.verify-popup .verify-btn{
    display: block;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #3bb82e;
    color: #fff;
    visibility: hidden;
}
.verify-popup .resend-code{
    color: #3bb82e;
    display: block;
    text-align: center;
    margin: 25px 0 0;
}
/* /verify popup */
/* get-app-popup */
.get-app-popup{

}
.get-app-popup .dialog-buttons-container{
    width: 354px;
}
.get-app-popup .list-dialog-items-container {
    font-family: MyriadProRegular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding-top: 25px;
    padding-bottom: 19px;
    margin: 0 90px;
}
.get-app-popup .list-dialog-item {
    padding-bottom: 6px;
    padding-top: 6px;
    background-repeat: no-repeat;
    background-position: left 4px top;
    background-image: url("/images/dialog-list-item.png");
    padding-left: 34px;
    line-height: 20px;
}
/* /get-app-popup */

/* Install App */
.install-app{

}
.install-app span{
    color: #3bb82e;
}
/* /Install App */

/* Crop image */
#crop-image-popup{
    position: static;
}
.crop-image-popup{
    font-family: MyriadProRegular;
}
.crop-image-popup h3{
    font-size: 18px;
    color: #3bb82e;
    font-family: MyriadProRegular;
    font-weight: normal;
}
.crop-image-popup .image-wraper{
    width: 232px;
    margin: 0 auto;
}
.crop-image-popup .image-wraper img{
    max-width: 100%;
}
.crop-image-popup .controls{
    width: 232px;
    margin: 13px auto 0;
}
.crop-image-popup .rf-btn{
    color: #fff;
}
.crop-image-popup .controls span{
    display: block;
    font-size: 18px;
    color: #43403e;
}
.crop-image-popup .controls .rotate{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(/images/controls-sprite.png) no-repeat;
}
.crop-image-popup .controls .rotate.left{
    background-position: -75px 0;
}
.crop-image-popup .controls .zoom{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(/images/controls-sprite.png) no-repeat -25px 0;
}
.crop-image-popup .controls .zoom.in{
    background-position: -50px 0;
}
.crop-image-popup .text{
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
    text-align: center;
    margin:  0 0 15px;
    color: #43403e;
    border-bottom: 1px solid #989898;
}
/* /Crop image */

/* fb sign in */
.fb-sign-in{

}
.fb-sign-in .login-with-header {
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
.fb-sign-in .btn-facebook {
    padding: 0;
    width: 490px;
    height: 48px;
    background-color: #3b5998;
    border: none;
    border-top: 1px solid #96a6c8;
    border-bottom: 1px solid #96a6c8;
    border-radius: 5px;
    background-image: url(/images/buttons/facebook_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.fb-sign-in .login-with-info-container {
    width: 350px;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0;
    font-family: MyriadProRegular;
	text-align: center;
}

.fb-sign-in .divider-or{
	position: relative;
	height: 25px;
	width: 100%;
}

.fb-sign-in .divider-or p{
	width: 80px;
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fb-sign-in .divider-or:before{
    content: "";
    height: 1px;
    position: absolute;
    background-color: #868686;
    top: 50%;
    left: 50px;
    right: 55px;
    margin-top: -1px;
}

.fb-sign-in .forms{
	width: 490px;
	margin: 0 auto;
}

.fb-sign-in .forms h3{
	text-align: center;
	font: 20px/1em MyriadProRegular;
	color: #3bb82e;
	margin-bottom: 30px;
  display: block;
  margin-top: 0;
}

.fb-sign-in .inputs span{
	font: bold 18px/1em MyriadProRegular;
	display: block;
	color: #868686;
	margin-bottom: 10px;
}

.fb-sign-in label{
	width: 100%;
	margin-bottom: 0;
}

.fb-sign-in .inputs  p {
    position: relative;
    margin-bottom: 10px;
}

.fb-sign-in .inputs input{
	width: 100%;
}

.fb-sign-in .inputs .showPassword {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 38px;
    width: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.fb-sign-in .inputs .showPassword:focus{
	outline: none;
}

.fb-sign-in .inputs .showPassword:before {
    content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -18px 0 transparent;
    width: 18px;
    height: 11px;
    display: block;
    margin: 0 auto;
}

.fb-sign-in .inputs .showPassword.show:before {
    background-position: 1px 0;
}

.fb-sign-in .inputs input[type="password"],
.fb-sign-in .inputs  input[type="text"] {
    width: 100%;
    border: 1px solid #808080;
    padding: 7px 40px 7px 15px;
	font: 400 18px/22px MyriadProRegular;
}

.fb-sign-in .group > div,
.fb-sign-in .navigation > div{
	padding: 0;
}

.fb-sign-in .group > div:first-child{
	padding-right: 5px;
}

.fb-sign-in .group > div:last-child{
	padding-left: 5px;
}

.fb-sign-in .navigation{
	font: 400 18px/22px MyriadProRegular;
}

.fb-sign-in .navigation .changeType{
	color: #3bb82e;
}

.fb-sign-in .action{
	margin-top: 20px;
	margin-bottom: 30px;
}

.fb-sign-in .action button{
	display: block;
    width: 100%;
    height: 48px;
    background: #3bb82e;
    color: #fff;
    text-align: center;
	text-transform: uppercase;
    font-size: 16px;
    font-family: MyriadProRegular;
	border: none;
	opacity: 1;
	-webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.fb-sign-in .action button.blocked{
	opacity: 0.7;
}

.fb-sign-in .confirm-terms{
	margin-top: 15px;
}

.fb-sign-in .confirm-terms label {
    font-weight: normal;
	margin: 0;
}

.fb-sign-in .inputs input[type="checkbox"] {
    display: none;
}

.fb-sign-in .inputs input[type="checkbox"] + span {
    width: 22px;
    height: 20px;
    border: 1px solid #808080;
    display: inline-block;
    margin: 0;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.fb-sign-in .inputs input[type="checkbox"]:checked + span:before {
    content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -15px -11px transparent;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    left: 1px;
	top: 2px;
}

.fb-sign-in .inputs input[type="password"]::placeholder,
.fb-sign-in .inputs input[type="text"]::placeholder{
	color: #cecdcd;
}

.fb-sign-in .inputs a {
    color: #3bb82e;
}

.fb-sign-in .signup .navigation{
	text-align: center;
}

.fb-sign-in .checked:after{
	content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -15px -11px transparent;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 11px;
}

.fb-sign-in span.error {
	font: 14px/1.3em MyriadProRegular;
    padding: 3px 0 5px;
    color: red;
    display: block;
}

.fb-sign-in .error-holder span.error{
	padding: 5px 0;
} 


/*
.ui-widget.ui-widget-content[aria-describedby="fb-sign-in"]{
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
*/
/* /fb sign in */

.info-popup .web-alert{
	width: 390px;
}

.info-popup em{
	color: #333333
}
/* hoster info */
#hoster-info{
    padding: 0;
}
.hoster-info-wrap{
    width: 595px;
}
.hoster-info .host-information td:first-child{
    text-align:left!important;
    width:75px;
}
.hoster-info .host-name {
    white-space: nowrap;
}
.hoster-info .border-image-user{
    display: inline-block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cccecd;
    background-color: #f7fbf9;
    line-height:normal;
    text-align: center;
    vertical-align: middle;
    margin:0px;
    margin-right:10px;
    font-size:20.2px;
}
.hoster-info .border-two{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height:normal;
    margin-top: 0px;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 1px;
}

.hoster-info .border-two img{
    vertical-align: middle;
    width: 70px;
}


.hoster-info .list-dialog-items-container{
    text-align: justify;
}

.hoster-info{
    padding:0px;
    height: inherit!important;
}

.hoster-info .list-dialog-items-container:first-child{
    padding-top: 0px;
}

.hoster-info .list-dialog-items-container:last-child{
    padding:0;
}
.hoster-info .list-dialog-items-container:last-child p{
    margin: 0;
}

.hoster-info .row{
    margin-left: 0px;
    margin-right: 0px;
}

.hoster-info .row > div{
    padding-left: 0px;
    padding-right: 0px;
}

.hoster-info .border-separator-top{
    height: 20px;
}

.hoster-info .list-dialog-items-container{
    padding: 0 0 20px;
}

.hoster-info .host-name a {
    color: #3bb82e;
    font-family: MyriadProBold;
    font-size: 20px;
}
.hoster-info .host-name .city {
    color: #5d5a5a;
    font-size: 18px;
    font-family: MyriadProRegular;
    font-weight: 100;
}
/* /hoster info */
.ticket-confirm-popup b{
	color: #3bb82e;
}

.ticket-confirm-popup em{
	color: #333333;
}

.check-email h3 img{
	width: 200px;
}

.check-email ul{
	width: 202px;
    margin: 20px auto 30px;
    list-style: none;
}

.check-email label{
	font-weight: normal;
}

.check-email li{
	position: relative;
}

.check-email li:before{
	content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -15px -11px transparent;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    left: -25px;
    top: 3px;
}

.check-email .web-alert{
	width: 360px;
}

.check-email .confirm-terms{
	margin-top: 20px;
}

.check-email .message{
	margin-bottom: 25px;
}

.check-email .blocked{
	opacity: 0.5;
	cursor: default;
}

.check-email .web-alert .alert-btn.blocked:hover{
	background: #3bb82e;
}

.check-email .error{
	font-size: 16px;
    line-height: 1.3em;
    padding: 5px 0;
    color: red;
    display: block;
}

#check-email-password input[type="checkbox"]{
	
	display: none;
}

#check-email-password .checked:after{
	content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -15px -11px transparent;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}

#check-email-password input[type="checkbox"] + span{
    width: 22px;
    height: 20px;
    border: 1px solid #808080;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

#check-email-password input[type="checkbox"]:checked + span{
}

#check-email-password a{
	color: #3bb82e;
}

#check-email-password input[type="checkbox"]:checked + span:before{
    content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -15px -11px transparent;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    left: 1px;
    top: 2px;
}


#check-email-password input[type="checkbox"]:checked + span:after{
    
}

#check-email-password input[type="password"],
#check-email-password input[type="text"]{
	width: 100%;
	border: 1px solid #808080;
	padding: 7px 40px 7px 15px;
	font-family: MyriadProRegular;
}

#check-email-password input[type="password"]:focus,
#check-email-password input[type="text"]:focus{
	outline: none;
	border-color: #000;
}

#check-email-password input[type="password"]::placeholder,
#check-email-password input[type="text"]::placeholder{
	color: #cecdcd;
}

#check-email-password p{
	position: relative;
	margin-bottom: 10px;
}

#check-email-password .show-pass {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 36px;
    width: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
}

#check-email-password .show-pass:before{
	content: "";
    background: url(/images/welcome-icon-desktop.png) no-repeat scroll -18px 0 transparent;
    width: 18px;
    height: 11px;
    display: block;
    margin: 0 auto;
}

#check-email-password .show-pass.show:before{
	background: url(/images/welcome-icon-desktop.png) no-repeat scroll 1px 0 transparent;
}

#check-email-password .show-pass:focus{
	outline: none;
}

.buy-raffalls-direct .btn{
	display: block;
    width: 100%;
    height: 41px;
	line-height: 1em;
    text-align: center;
    color: #fff;
    background: #3bb82e;
	border: 1px solid #3bb82e;
    text-decoration: none;
	border-radius: 0;
}

.buy-raffalls-direct .btn.white{
	border: 1px solid #3bb82e;
	color: #3bb82e;
	background-color: #FFF;
}

.buy-raffalls-direct .buttons{
	margin-top: 20px;
}

.buy-raffalls-direct .currency-clarification{
	color: #2d2d2d;
	font-size: 16px;
	margin: 0;
}

.buy-raffalls-direct .clarification{
    color: #3bb82e;
    font-size: 16px;
    margin: 0;
}

.buy-raffalls-direct .message{
	margin: 0 !important;
}
.fb-sign-in .message-container {
    width: 490px;
    margin: 0 auto;
    font-size: 16px;
}

.info-popup.add_prize_dialog .web-alert{
    width: 460px;
}

.web-alert .add_prize .item{
    position: relative;
    overflow: visible;
    margin: 0 0 40px;
}

.web-alert .add_prize .item label {
    font-weight: bold;
    color: #989898;
    display: block;
    font-size: 16px;
}

.web-alert .add_prize .item input[type=text]{
    width: 100%;
    height: 47px;
    border: 1px solid #989898;
    padding: 0 15px;
    float: none;
    background: #fff;
    color: #989898;
    font-size: 16px;
}

.add_prize_dialog .web-alert .alert-btn.blocked {
    opacity: 0.5;
}

.add_prize_dialog .web-alert .alert-btn.blocked:hover {
    background: #3bb82e;
}

.web-alert .add_prize .item label.checkbox_label {
    font-weight: 400;
    color: black;
}

.web-alert .add_prize .item textarea{
    width: 100%;
    height: 287px;
    border: 1px solid #989898;
    max-width: 586px;
    min-width: 300px;
    min-height: 100px;
    padding: 15px;
    color: #989898;
    font-size: 16px;
}

.web-alert .add_prize .item .select{
    height: 47px;
    width: 100%;
    border: 1px solid #989898;
    background: #fff;
    color: #989898;
    position: relative;
}

.web-alert .add_prize .item .select:after{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    border: 12px solid transparent;
    border-top: 12px solid #a9a4a4;
    top: 17px;
    right: 16px;
    z-index: 0;
}

.web-alert .add_prize .item .select select{
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 40px 0 10px;
    font-size: 16px;
}

.report-alert .green-text {
    color: #3bb82e;
    text-decoration: none;
}
.username-required .web-alert {
    width: 386px;
}

.submitBut{
  position: relative !important;
}

.ui-dialog-titlebar-close{
  outline: none !important;
  border: none !important;
}

.confirm-subscribe label{
  font-weight: normal;
}

.fb-sign-in .inputs input[type="checkbox"]+span{
  float: left;
  top: 0;
}
.fb-sign-in i{
  font-style: normal !important;
  display: block;
  float: left;
  width: calc(100% - 35px);
  font-size: 14px;
}

.confirm-subscribe{
  margin-top: 25px;
}

.ui-dialog-shadow{
  z-index: 10000 !important;
}

.raffall-question__footer a {
    font-family: MyriadProBold;
}

.enter-by-post-box-margin {
    margin-bottom: 20px;
}

.enter-by-post-text-green {
    color: #3bb82e;
}

.enter-by-post-text-footer {
    text-align: center;
    margin-bottom: -36px;
    margin-top: 40px;
    font-family: 'MyriadProBold';
    color: #3bb82e;
}

.disclaimer-item-numbering {
    width: 8%;
}

.disclaimer-item-text {
    width: 92%;
}

span.text-bold-myriad {
    font-family: 'MyriadProBold';
    color: #000000;
}

.enter-by-post {
    min-width: 594px;
}

.enter-by-post .ui-widget-content {
    max-height: 90vh !important;
    padding-bottom: 30px;
}

.confirm-delete-account .web-alert {
    width: 410px;
}

.confirm-delete-account .web-alert .alert-btn.cancel {
    float: none;
    width: 100%;
}

.confirm-delete-account .web-alert .alert-btn.ok {
    float: none;
    width: 100%;
    font-weight: 200;
    background: none;
    color: #3bb82e;
    margin-top: 10px;
}

.confirm-delete-account .web-alert .alert-btn.ok:hover{
    text-decoration: underline;
}
