/* GIV - look */

#nma_msg_modal_blocker {
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9000;
	background-color: black;
	opacity: 0.2;
}

#nma_msg_modal,#add_from_lh_box_ {
	z-index: 9001;
	position: fixed;
	text-align: center;
	min-width: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-margin-end: 20px;
	background-color: white;
	border-color: rgba(8, 22, 37, 0.32) rgba(8, 22, 37, 0.34) rgba(8, 22, 37, 0.36);
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	transition: border-color 100ms ease-out 0s;
	transition-property: top, left, opacity, box-shadow, background-color;
	font-size: 0.785714rem;
	font-size:1rem;
}
#nma_msg_modal:hover,
#add_from_lh_box:hover {
	border-color: rgba(8, 22, 37, 0.45) rgba(8, 22, 37, 0.47) rgba(8, 22, 37, 0.5);
	box-shadow: 0 0 10px rgba(8, 22, 37, 0.3);
}

#mna_msg_title {
	display: block;
	text-align: center;
	position: relative;
	border-radius: 4px 4px 0 0;
	background-color: #e2e5ec;
	color: #1F364C;
	padding: 5px 2.5rem;
	font-weight:bold;
	background-attachment: fixed;
    background-color: #E5E5E5;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 7px;
}

#nma_msg_close,
.add_from_lh_box_close,.giv_comment_closer {
	font-weight:normal;
	color: #C0C0C0;
	cursor: pointer;
	position: absolute;
	right: 3px;
	text-decoration: none;
	top: 3px;
	transition: color 100ms ease-out 0s;
	font-size: 2rem;
	text-align: center;
}
#nma_msg_close:hover,
.add_from_lh_box_close:hover, .giv_comment_closer:hover {
	color:black;
}
#nma_msg_close:before,
.add_from_lh_box_close:before,.giv_comment_closer:before {
	font-family: 'FontAwesome';
    content: "\f057";
}

#mna_msg_text {
	position: relative;
	display: block;
	padding: 5px;
}
#nma_msg_yes {
	float: right;
}
#nma_msg_no {
	float: left;
}
#nma_msg_ok {
	text-align: center;
}

#nma_msg_yes:before {
    font-family: 'FontAwesome';
    content: "\f00c  ";
}
#nma_msg_no:before {
    font-family: 'FontAwesome';
    content: "\f00d  ";
}
#nma_msg_ok:before {
    font-family: 'FontAwesome';
    content: "\f12a  ";
}

#nma_msg_yes, #nma_msg_no, #nma_msg_ok{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 1px #FFFFFF;
    color: #3E3E3E !important;
    cursor: pointer;
    /*font-size: 0.785714rem;*/
   	font-size:1rem;
    padding: 6px 10px;
    text-shadow: 0 1px 1px #FFFFFF;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    margin: 20px 11px 11px;
}
#nma_msg_yes:hover, #nma_msg_no:hover, #nma_msg_ok:hover  {
    border-color: #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
}
#nma_msg_yes:active, #nma_msg_no:active, #nma_msg_ok:active,
#nma_msg_yes:focus, #nma_msg_no:focus, #nma_msg_ok:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 #AAAAAA #CCCCCC;
    border-image: none;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #AAAAAA inset;
}
#nma_msg_yes:after, #nma_msg_no:after, #nma_msg_ok:after  {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #999999;
    display: inline-block;
    height: 0;
    margin: 0 0 0 4px;
    position: relative;
    top: -1px;
    width: 0;
}
#nma_msg_yes:hover:after, #nma_msg_no:hover:after, #nma_msg_ok:hover:after{
    border-top-color: #000000;
}
/* gent style
#nma_msg_yes{
	background:#8da556;
	color: #f6f6f6 !important;
	text-shadow: 0 1px 1px #3E3E3E;
}
#nma_msg_no{
	background:#b23939;
	color: #f6f6f6 !important;
	text-shadow: 0 1px 1px #3E3E3E;
}*/
#nma_msg_close{
	top:6px;
	right:6px;
}
