.appriseOverlay {
	position:fixed;
	top:0;
	left:0;
    background-color: #0E1F35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;    
	display: none;
	z-index: 501;
}

.appriseOuter {
	background-color: #ffffff;
	position:absolute;
	z-index:505;
	min-width: 340px;
	min-height: 50px;
    max-width: 795px;
	position:fixed;
	display:none;
    box-shadow: 0 15px 12px 0 rgba(0,0,0,0.22), 0 19px 38px 0 rgba(0,0,0,0.3);
}

.appriseOuter.apprisemax1000 {
    max-width: 1000px;
}

.appriseOuter.scroll_with_page {
	position: absolute;
}

#apprisePrint {
	font-size: 11pt;
    font-family: 'Roboto';
}

#apprisePrint p {
    font-family: 'Roboto';
    color: #000;
    line-height: 21px;
    font-size: 11pt;
    margin-bottom: 10px;
}

#apprisePrint ul,
#apprisePrint ol {
    margin-left: 30px !important;
    margin-bottom: 10px !important;
}

.appriseInner {
	color: #3c3c3c;
    position: relative;
}

.aButtons {
    margin: 15px 0px 15px 0px;
    text-align: right;
}

.aInput {
	margin: 35px 20px 0px 20px;
	text-align: center;
}

.appriseloadingholder {
    padding: 15px 0px 45px 0px;
    min-width: 320px;
}

#appriseLoadingContent {
    text-align: center;
    padding: 80px 0px 0px 0px;
    min-width: 255px;
}

.apprise-loading {
	margin-top: 10px;
}

.aTextbox {
	border: 1px solid #aaa;
	width:180px;
	font-size:12px;
	padding: 4px !important;
}
	
.appriseInner h2 {
    font-size: 19px;
    display: block;
    border-bottom: 1px solid #ededed;
    background-color: #fff !important;
    text-align: left !important;
    padding: 20px 22px;
    width: calc(100% - 44px);
	
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #10181F;
	margin-bottom: 0px !important;
}

.appriseOuter p {
    font-family: 'Roboto';
    color: #10181F;
    line-height: 30px;
    font-size: 16px;
}

#appriseClose {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 27px;
    cursor: pointer;
    color: #8592A9;
    font-size: 18px
}

#appriseContent {
    background-color: #fff !important;
    border: none !important;
    max-width: 100% !important;
    width: calc(100% - 70px) !important;
    overflow: hidden;
    padding: 35px 35px 25px 35px !important;
    font-family: 'Roboto';
    color: #10181F;
    line-height: 30px;
    font-size: 16px;
}

#appriseContent.maw400 {
    max-width: 400px !important;
}

#appriseContent.maw450 {
    max-width: 450px !important;
}

#appriseContent.maw500 {
    max-width: 500px !important;
}

#appriseContent.maw615 {
    max-width: 615px !important;
}

#appriseContent.allowoverflow {
    overflow: visible;
}

#appriseContent2 {
    background-color: #fff !important;
    border: none !important;
    max-width: 100% !important;
    width: calc(100% - 100px) !important;
    padding: 45px 50px 5px 50px !important;
    font-family: 'Roboto';
    color: #10181F;
    line-height: 30px;
    font-size: 16px;
}

.appriseDivider {
    clear: both;
    width: 100%;
    border-top: 1px solid #ededed;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}

.aInput input.fancy_input {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.1);
    padding: 8px 10px !important;
    min-width: 295px;
    color: #10181F;
}

.appriseOuter .appriseInner .aInput input.fancy_input:focus,
.appriseOuter .appriseInner .aInput input.fancy_input:hover {
    border: 1px solid rgba(61, 164, 241, 0.5) !important;
}

/* Delete popup | Success Popup */

.appriseOuter.newdefpopup {
    border: 0px solid transparent !important;
}

.appriseOuter.deletepopup {
    border: 0px solid transparent !important;
    border-top: 3px solid #FE3263 !important;
}

.appriseOuter.successpopup {
    border: 0px solid transparent !important;
    border-top: 3px solid #0DC231 !important;
}


.appriseOuter.newdefpopup #appriseContent,
.appriseOuter.deletepopup #appriseContent,
.appriseOuter.successpopup #appriseContent {
    padding: 25px 20px 25px 20px !important;
    width: calc(100% - 40px) !important;
    margin: 0px !important;
    text-align: left !important;
}

.appriseOuter.newdefpopup .appriseInner h2,
.appriseOuter.deletepopup .appriseInner h2,
.appriseOuter.successpopup .appriseInner h2 {
    background-color: #fff !important;
}

.appriseOuter.deletepopup h1,
.appriseOuter.deletepopup h2,
.appriseOuter.deletepopup h3,
.appriseOuter.newdefpopup h1,
.appriseOuter.newdefpopup h2,
.appriseOuter.newdefpopup h3,
.appriseOuter.successpopup h1,
.appriseOuter.successpopup h2,
.appriseOuter.successpopup h3 {
    font-family: 'Roboto';
    text-align: left !important;
    padding: 20px 22px;
    width: calc(100% - 44px);
}

.appriseOuter.newdefpopup b,
.appriseOuter.deletepopup b,
.appriseOuter.successpopup b {
    font-family: 'Roboto';
}

.appriseOuter #appriseClose:hover {
    color: #10181F;
}