/*@import url("ace/jquery-ui.css");*/
/*@import url("ace/jquery.gritter.css");*/
/*@import url("ace/bootstrap-editable.css");*/
/*@import url("global.css");*/
/*@import url("ace/ace.onpage-help.css");*/
.msgBox_wrapper {
	xborder:#5a5a5a 1px solid;
	border-radius:5px;
	background-color:#ffffff;
	text-align:left;
	overflow: hidden; position:fixed; 
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.msgBox_inner {
	padding: 20px;
}
.msgBox_title_wrapper {
	border-bottom:#dedede 1px solid;
	xbackground-color: #438b4a; xheight: 60px; vertical-align: middle; xbackground-color:#5a5a5a; background-color:#fff;
        min-height: 30px;
}
.msgBox_button_bar {
	text-align:right;
	padding:15px 6px 0px 0px;
}
.msgBox_title_wrapper img {
	margin-right: 8px
}
.msgBox_title {
	line-height:20px; padding-left: 0px; color: #428bca; font-size: 24px; font-weight: bold; padding-top:0px;
        text-transform: capitalize!important;vertical-align: top;
}
.msgBox_loading{
	background:url(../images/loadingBar.gif) no-repeat center;
	width:190px;
	margin:5px auto;
	padding:30px 0px 0px 0px;
}
.msgBox_loading_duplicates{
	width:190px;
	margin:5px auto;
}
.msgBox_main {
   text-align: left; color: #000; padding:10px 10px 10px 10px; font-size:14px; background-color:#ffffff; overflow:hidden; line-height:20px;
}
.msgBox_alert{
    text-align: left; color: #000; overflow: hidden; padding:10px 10px 10px 10px; font-size:14px; overflow:hidden; line-height:20px;
	/*background: url(../images/msgbox_alert.gif) no-repeat #ffffff 10px 12px;*/
	word-wrap:break-word;
}
.msgBox_alert p{
    margin: 5px 0px;
    line-height: 1.2;
    font-size: 14px;
}
.msgBox_iframe{
	background: url(../images/loader_profile.gif) no-repeat center #FFF; overflow:hidden;
}
.msgBox_confirm{
    text-align: left; color: #000; overflow: hidden; padding:10px 10px 10px 10px; font-size:14px; overflow:hidden; line-height:20px;
	/*background: url(../images/msgbox_confirm.gif) no-repeat #ffffff 10px 12px;*/
}
.msgBox_text{
  /*padding:10px;*/
}
.msgBox_bg {
	background-color: #000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
}
.msgBox_close_button{
	background: url(../images/msgbox_close_button2.gif) no-repeat #fff;
	height:19px;
	width:19px;
	display:block;
	margin:-20px 0px 0px 0px;
}
.msgBox_button {
	color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
	padding:1px 20px 1px 20px;
	cursor:pointer;
	text-decoration:none;
	line-height:18px;
	height:24px;
	margin:0px 4px 0px 4px;
	width:auto;
        padding: 10px 20px;
}
.msgBox_button:hover{
    text-decoration: none;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.msgBox_button_bar a, .msgBox_button_bar a:link {
    color:#ffffff;
    min-width: 80px;
} 
.msgBox_button:link,.msgBox_button:visited{
	color:#FFFFFF;
}
.msgBox_button:hover{
	color:#333333;
}
.msg_box_button_margin{
	margin-right: 5px;
}
.msgBox_title.original{
    text-transform:initial!important;
}
@media (max-width: 380px){
    .msgBox_title{
        line-height: 20px;
        font-size: 18px;
        padding-bottom: 16px;
        padding-left: 10px;
    }
    .msgBox_inner{
        padding: 20px 10px;
    }
    
}