﻿/******************/
/* General Starts */
/******************/

@import "theme.css";

#confirmOverlay .content,
#warningOverlay .content,
#alertOverlay .content {
	font-size: 16px;
    height: 160px;
    width: 100%;
    overflow:auto;
	line-height:1.4;
	padding-top: 10px;
    
}

#confirmOverlay .even,
#warningOverlay .even,
#alertOverlay .even {
    background-color: #fff;
}

#confirmOverlay .odd,
#warningOverlay .odd,
#alertOverlay .odd {
    background-color: #d4e0e6;
}

#confirmOverlay .footer,
#warningOverlay .footer,
#alertOverlay .footer {
    text-align: initial;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 10px;
}

#confirmOverlay .closeButton,
#warningOverlay .closeButton,
#alertOverlay .closeButton {
    position: fixed;
	right: 5.5%;
    margin: 18% auto 0;
    background: url(https://www.betus.com.pa/images/newsite1024/images/contests/sportsbook/contest-images/topClose.png);
    width: 48px;
    height: 48px;
    display: block;
}
#confirmOverlay .closeButton {
	position: absolute;
	top: -4px;
	right: -18px;
	margin: 0;
}
#confirmOverlay,
#warningOverlay,
#alertOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: url('img/live/alert-dialog-ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox,
#warningBox,
#alertBox {
	width:85%;
	min-width: 270px;
	margin: 20% auto 0;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background: #D0504F;
	background-image: -webkit-linear-gradient(top, #e5e5e5, #bababa);
	background-image: -moz-linear-gradient(top, #e5e5e5, #bababa);
	background-image: -ms-linear-gradient(top, #e5e5e5, #bababa);
	background-image: -o-linear-gradient(top, #e5e5e5, #bababa);
	background-image: linear-gradient(to bottom, #e5e5e5, #bababa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bababa',GradientType=0 );

	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1, #confirmBox p,
#warningBox h1, #warningBox p,
#alertBox h1, #alertBox p {
	font:21px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 12px 25px;
}

#confirmBox h1,
#warningBox h1,
#alertBox h1 {
	letter-spacing:0.3px;
	text-shadow: 1px 1px 0 #000;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

#confirmBox p,
#warningBox p,
#alertBox p {
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}

#confirmBox,
#warningBox,
#alertBox {
	font-size: 10px;
	padding: 0 0 25px;
	text-align:center;
}

#confirmBox .button,
#warningBox .button,
#alertBox .button {
	display:inline-block;
	color:white;
	position:relative;
	height: 33px;
	width: 40px; 
	float: none;
    font: 14px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#confirmBox .button:last-child,
#warningBox .button:last-child,
#alertBox .button:last-child { margin-right:0; }

#confirmBox .blue,
#warningBox .blue,
#alertBox .blue {
	background: #005DC4;
	background-image: -webkit-linear-gradient(top, #0068cb, #0052be);
	background-image: -moz-linear-gradient(top, #0068cb, #0052be);
	background-image: -ms-linear-gradient(top, #0068cb, #0052be);
	background-image: -o-linear-gradient(top, #0068cb, #0052be);
	background-image: linear-gradient(to bottom, #0068cb, #0052be);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068cb', endColorstr='#0052be',GradientType=0 );
}

#confirmBox .blue:hover,
#warningBox .blue:hover,
#alertBox .blue:hover {
	background: #5995D9;
	background-image: -webkit-linear-gradient(top, #599ddd, #598fd5);
	background-image: -moz-linear-gradient(top, #599ddd, #598fd5);
	background-image: -ms-linear-gradient(top, #599ddd, #598fd5);
	background-image: -o-linear-gradient(top, #599ddd, #598fd5);
	background-image: linear-gradient(to bottom, #599ddd, #598fd5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599ddd', endColorstr='#598fd5',GradientType=0 );
}

#confirmBox .gray,
#warningBox .gray,
#alertBox .gray {
	background: #858585;
	background-image: -webkit-linear-gradient(top, #525151, #363535);
	background-image: -moz-linear-gradient(top, #525151, #363535);
	background-image: -ms-linear-gradient(top, #525151, #363535);
	background-image: -o-linear-gradient(top, #525151, #363535);
	background-image: linear-gradient(to bottom, #525151, #363535);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#363535',GradientType=0 );
}

#confirmBox .gray:hover,
#warningBox .gray:hover,
#alertBox .gray:hover {
	background: #858585;
	background-image: -webkit-linear-gradient(top, #8e8e8e, #7c7c7c);
	background-image: -moz-linear-gradient(top, #8e8e8e, #7c7c7c);
	background-image: -ms-linear-gradient(top, #8e8e8e, #7c7c7c);
	background-image: -o-linear-gradient(top, #8e8e8e, #7c7c7c);
	background-image: linear-gradient(to bottom, #8e8e8e, #7c7c7c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#7c7c7c',GradientType=0 );
}

/******************/
/* Confirm Starts */
/******************/
	#confirmBox h1 {
		color: var(--color-inv-foreground-high, #FFF);
		background: var(--color-inv-card-3, #00346B);
		background-image: -webkit-linear-gradient(top, #324d79, #152d52);
		background-image: -moz-linear-gradient(top, #324d79, #152d52);
		background-image: -ms-linear-gradient(top, #324d79, #152d52);
		background-image: -o-linear-gradient(top, #324d79, #152d52);
		background-image: linear-gradient(to bottom, #324d79, #152d52);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324d79', endColorstr='#152d52',GradientType=0 );
		border-radius: 8px 8px 0px 0px;
	}
	#confirmBox p {
		color: var(--color-foreground-high, #282E38);
		text-align: center;
		font-family: var(--body, Roboto);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22.4px; /* 140% */
	}

/******************/
/* Warning Starts */
/******************/
#warningBox h1 {
	color:#fff;
	background: #B80202;
	background-image: -webkit-linear-gradient(top, #E80303, #880101);
	background-image: -moz-linear-gradient(top, #E80303, #880101);
	background-image: -ms-linear-gradient(top, #E80303, #880101);
	background-image: -o-linear-gradient(top, #E80303, #880101);
	background-image: linear-gradient(to bottom, #E80303, #880101);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E80303', endColorstr='#880101',GradientType=0 );
}
#warningBox p {
	color: #000;
}
#warningBox .blue {
	display: none;
	visibility: hidden;
}
#warningBox .gray {
	left: 25%;
}

/******************/
/* Alert Starts   */
/******************/
#alertBox h1 {
	color: #001B46;
	background: #f3f3a5;
	background-image: -webkit-linear-gradient(top, #ffffad, #bdbd80);
	background-image: -moz-linear-gradient(top, #ffffad, #bdbd80);
	background-image: -ms-linear-gradient(top, #ffffad, #bdbd80);
	background-image: -o-linear-gradient(top, #ffffad, #bdbd80);
	background-image: linear-gradient(to bottom, #ffffad, #bdbd80);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffad', endColorstr='#bdbd80',GradientType=0 );
	text-shadow: 1px 1px 0 #A7A76B;
}
#alertBox p {
	color: #000;
}
#alertBox .blue {
	display: none;
	visibility: hidden;
}
#alertBox .gray {
	left: 142px;
}



/*********************************/



#confirmOverlay, #warningOverlay, #alertOverlay {
    background: #0000008f !important;
}



#confirmBox h1 {
	font-family: Roboto, sans-serif !important;
	font-size: 1.2rem !important;
	font-weight: 500 !important;
	text-shadow: none !important;
	color: var(--color-inv-foreground-high, #FFF);
	background: var(--color-inv-card-3, #00346B);
}

#confirmBox, #warningBox, #alertBox {
	background: var(--color-card-solid, #FEFFFF) !important;
	border: 1px solid var(--color-card-border, #E7ECF3);
	width: 50% !important;
	margin-left: 25% !important;
	margin-right: 25% !Important;
	left: inherit !important;
	right: inherit !important;
	border-radius: 8px;
	overflow: hidden;
}

#confirmBox {
	position: absolute;
}

	#confirmBox h1 {
		background: var(--color-inv-card-3, #00346B);
		text-transform: uppercase;
		font-family: roboto;
		font-weight: 600;
	}

#confirmButtons .button.blue {
	color: var(--color-primary-foreground, #FFF);
	border-radius: var(--radius-action-1, 16000px);
	background: var(--color-primary, #007BFF);
	width: 100px;
	font-weight: 600;
	padding: inherit;
}

#confirmBox #confirmButtons .button.gray {
	color: var(--color-foreground-high, #282E38);
	border-radius: var(--radius-action-1, 16000px);
	background: var(--color-fill-medium, #E7ECF3);
	width: 100px;
	margin-left: 5px !important;
	font-weight: 600;
	padding: inherit;
}

@media (max-width: 991px) {
    #confirmBox {
        width: 90%!important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}