/*@font-face {
    font-family: 'helveticaneueroman_roman';
    src: url('myfonts/helvetica-webfont.eot');
    src: url('myfonts/helvetica-webfont.eot#iefix') format('embedded-opentype'),
         url('myfonts/helvetica-webfont.woff') format('woff'),
         url('myfonts/helvetica-webfont.ttf') format('truetype'),
         url('myfonts/helvetica-webfont.svg') format('svg');
}*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.act-confirm {
    /*font-family: helveticaneueroman_roman, verdana, sans-serif;*/
    border: 2px solid #dfdfdf;
    background: #fff;
    max-width: 550px;
    z-index: 1052 !important;
    position: fixed !important;
    top: 20% !important;
}

/*Confirm message*/
/*.custom-confirm{font-family: helveticaneueroman_roman, verdana, sans-serif;    border: 2px solid #197842;    background: #fff;max-width: 550px;z-index:1002 !important;clear:both; }*/
.ui-dialog-titlebar{min-height:50px; text-align: center;background:#197842 ;color:#fff;line-height: 50px;font-weight:bold;}
.ui-dialog-titlebar .ui-dialog-title { text-align: center; line-height: 50px;font-weight:bold;font-size:16px;letter-spacing: 1px; }
.custom-confirm .ui-dialog-content{padding:30px 10px !important; text-align: center;clear:both;color:#333;font-size:14px;}
.custom-confirm .ui-dialog-buttonpane{padding:10px 0 !important; text-align: center !important;}

button.confirm-blue {
    border:none; background:#2E8D2E !important;color:#fff;font-weight: bold;
    margin:0 15px;font-size:14px !important;height:30px;line-height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 120px;
}
button.confirm-no {
    border:none;color:#777;font-weight:normal;background:transparent;
    margin:0 15px;text-decoration: underline; font-size:14px;width:140px;height:30px;
    line-height: 30px;
}

.custom-confirm button[title="close"],.custom-confirm button[title="Close"] {
    border:none;
    float:right;
    background: url('../img/vers2.0/close-confirm.png') no-repeat;
    margin-top:-16px;
    margin-right:-20px;
    text-indent: -9999px;
    width:46px;
    height:46px;

}
.custom-confirm .ui-dialog-titlebar-close,.act-confirm .ui-dialog-titlebar-close{
    border:none;
    float:right;
    background: url('../img/vers2.0/close-confirm.png') no-repeat;
 /*   margin-top:-16px;
    margin-right:-20px;*/
    text-indent: -9999px;
    width:46px;
    height:46px;
    position: absolute;
    top:-23px;
    right:-23px;
}
.custom-confirm button[title="close"] span,.custom-confirm button[title="Close"] span{    text-indent: -9999px;    float:left;}
.act-confirm button[title="close"] span,.act-confirm button[title="Close"] span{    text-indent: -9999px;    float:left;}
.custom-confirm iframe{
    height: auto;
    min-height: 300px;
    width: 100%;
    float:left;
}
.nopadd .ui-dialog-content {padding:0 !important;}
.noover {overflow-x:hidden !important;}
/*Dialog idle*/
.dialog-idle{border:2px solid #dfdfdf;background: #fff;}

/*Save status activities*/
/*Confirm message*/
.act-confirm{
/*	font-family: helveticaneueroman_roman, verdana, sans-serif; */
        border: 2px solid #dfdfdf;
    background: #fff;max-width: 550px;z-index:1052 !important;
	position:fixed !important;
	top:20% !important;
	}
.act-confirm.max{
    max-width: initial ;
    z-index:1052 !important;
    position:fixed !important;
    top:10% !important;
}
.act-confirm .ui-dialog-content{padding:25px; text-align: center;clear:both;color:#333;font-size:14px;text-align:left;height:auto !important;text-align: center;}
.act-confirm .ui-dialog-buttonpane{padding:30px 0; text-align: center;}
.act-confirm .like_in{padding:5px 10px;line-height:23px;margin-bottom:20px;}
/*.act-confirm .ui-dialog-titlebar-close {    display: none;}*/

.ui-dialog { 
	overflow: initial; 
	padding: 0; 
} 
.ui-dialog .ui-dialog-titlebar {
	padding: 0
}
.ui-widget-header {
	border: none;
}
.ui-dialog-buttonpane.ui-widget-content {
	background: none;
	border: none;
}
.ui-dialog .ui-dialog-title {
	float: none;
}
.ui-dialog .min {
	width: 30px !important;
	border: none !important;
    font-weight: bold;
    text-align: center;
}
.ui-dialog .sec {
	width: 40px !important;
}


.ui-dialog .ui-dialog-title {
    font-size: 16px;
    height: 20px;
}

.ui-dialog-titlebar .ui-dialog-title {
	float: none;
	margin: 0;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
	overflow: initial;
}

.ui-dialog .ui-widget-content {
	border: 0;
	background: none;
        min-height: 60px !important;
}
.ui-dialog-buttonpane .ui-dialog-buttonset
{float: none !Important;}