   
@import url("//hello.myfonts.net/count/2e01b0");

  
@font-face 
{
font-family: 'DidotLTStd-Bold';
src: url('webfonts/2E01B0_0_0.eot');
src: url('webfonts/2E01B0_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E01B0_0_0.woff2') format('woff2'),url('webfonts/2E01B0_0_0.woff') format('woff'),url('webfonts/2E01B0_0_0.ttf') format('truetype');
}
@font-face 
{
	font-family: 'Helvetica';
	src: url('fonts/HelveticaLTStd-Light.eot');
	src: url('fonts/HelveticaLTStd-Light.woff') format('woff'), url('fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('fonts/HelveticaLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
.fileinput-button span
{
	color:#000!important;
	font-weight:normal!important
}

 

#popup_container {

	/*font-family:Helvetica;*/

	font-size: 16px;

	min-width: 300px; /* Dialog will be no smaller than this */

	max-width: 600px; /* Dialog will wrap after this width */

	background: none;

	color: #000000;
	background-color:#FFFFFF;
	padding:25px;

	/*border:1px solid #7F7F7F; -moz-border-radius: 20px;	-webkit-border-radius: 7px;	*/

	/*border-radius: 20px;	behavior: url(border-radius.htc);

	background: url("images/pop_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/

	/*background-color:#ffffff;*/

	  

	 



}

#popup_content p
{
  padding:0px; margin:0px; padding-bottom:30px;
}


#popup_title {

	font-size: 24px;

	text-align: center;

	line-height: normal;

	/*font-family:'DidotLTStd-Bold';*/

	color: #000000;
	

	/*background: #CCC url(images/title.gif) top repeat-x;*/

	/*border: solid 1px #FFF;*/

	/*border-bottom: solid 1px #999;*/

	cursor: default;

	padding: 0em;

	/*border-bottom:dotted 1px #fff;*/

	margin: 0em;

	/*text-transform: uppercase;*/

}



#popup_content {

	

	padding: 20px 10px 25px;

	margin: 0em;

	border:1px solid #7F7F7F;
	margin-top:15px;

}



#popup_content.alert {

border-radius: 0px !important; background-color:#fff; font-weight:300;

}



#popup_content.confirm {

	/*background-image: url(images/important.gif);*/

}



#popup_content.prompt {

	background-image: url(images/help.gif);

}



#popup_message {

	/*padding-left: 48px;*/

	text-align:center; text-transform:none;

}



#popup_panel {

	text-align: center;

	margin: 1em 0em 0em 1em;

}

.btn

{

	background:none!important;
    list-style-type: none;
	color:#000!important;
    margin: 0px!important;
    padding:6px 10px!important;
	border:1px solid #000;
	font-family: 'bodoni_bd_btbold';
	font-size:20px!important;
	text-transform:uppercase;
	line-height:1!important;
    width: auto;
	height:auto;
	transition: all 0.5s ease 0s;
	border-radius:0px!important;
	
}
.btn:hover, .brn:focus		
{
	/*box-shadow: inset 0 0 0 4px #787878;*/
	background-color:#000!important;
	color:#fff!important;
	
}










#popup_prompt {

	margin: .5em 0em;

}



#popup_message ul,#popup_message ol{ 

max-height: 200px;

overflow: scroll;}



/*.alert .btn{ border: solid 1px #000;border-radius: 7px;letter-spacing: 0.4px;margin: 0 0 0 0;padding: 0 12px;}*/



.alerts {/*padding:8px;*/}

@media (max-width:567px){
#popup_container {

	/*font-family:Helvetica;*/

	font-size: 14px;

	min-width: 250px; /* Dialog will be no smaller than this */

	max-width: 300px; /* Dialog will wrap after this width */

	background: none;

	color: #000000;

	/*border:1px solid #7F7F7F; -moz-border-radius: 20px;	-webkit-border-radius: 7px;	*/

	/*border-radius: 20px;	behavior: url(border-radius.htc);

	background: url("images/pop_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/

	/*background-color:#ffffff;*/
	background-color:#FFFFFF;
	padding:10px;
	  
}
#popup_title {

	font-size: 18px;
	 
}


} 


/************Edited on 29th July 2019***************/

#popup_container{padding:0!important;}
.alert #popup_panel #popup_ok{width:95px; background-color:#fff!important; border:solid 1px #acabab!important; color:#3b3b3b!important;}
.alert #popup_panel #popup_ok:hover, .alert #popup_panel #popup_ok:focus{background-color:#1e1e1e!important; color:#fff!important; border:solid 1px #d3b380!important;}
.btn, .btn:hover, .brn:focus{outline:0!important; }
#popup_message{text-align:left!important; font-size:14px; font-family:QuestrialRegular!important; width:304px;}
#popup_content{padding:0!important; background-color:transparent!important;}

#popup_content.alert {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px!important;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	padding:20px!important;
	margin:0!important;
	text-align:left;
}

@media (max-width: 567px)
{
	
	#popup_message{text-align:left!important; font-size:14px; width:100%; font-family:QuestrialRegular!important;}
	.alert #popup_panel #popup_ok{width:95px!important; }
}
@media (max-width: 400px)
{
#popup_container{min-width:90%!important; max-width:90%!important;}
}
