/*#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;  Dialog will be no smaller than this 
	max-width: 600px;  Dialog will wrap after this width 
	background: #FFF;
	border: solid 5px #999;
        border: solid 3px black;
	color: #990000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        font-weight: bold;
}

#popup_title {
    #f89229(orange)
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
        color: #666;
	background: #CCC url(../Icon/title.gif) top repeat-x;
        color: black;
        background: #f89229;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../Icon/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../Icon/info.gif);
}

#popup_content.confirm {
	background-image: url(../Icon/important.gif);
}

#popup_content.prompt {
	background-image: url(../Icon/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}*/
/*:focus {outline: none !important;}*/
@font-face{
    font-family: "proxima_nova_rgregular";
    src: url(/AMS-war/assets/fonts/proximaNova/proximanova-regular.ttf);
}

#popup_container {
    font-family: proxima_nova_rgregular;
    font-size: 13px;
    font-weight: bold;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    /* border: solid 5px #999; */
/*    border: solid 1px #6b6766;*/
    color: #990000;
    /* color: #000; */
    color: #0ba7e3;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
    box-shadow: 0 0 3px 0px #6b6766;
    -webkit-box-shadow: 0 0 3px 0px #BBB9B9;
    -moz-box-shadow: 0 0 3px 0px #BBB9B9;
    -ms-box-shadow: 0 0 3px 0px #BBB9B9;
    -o-box-shadow: 0 0 3px 0px #BBB9B9;
    position: relative;
}

#popup_title {
    font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.95em;
  color: #424242;
/*  border-bottom: 1px solid #e8e9ea;*/
  /* border-bottom: solid 1px #999; */
  cursor: default;
  padding: 0;
  margin: 0em;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#popup_title .warning{
/*    color: #ff635f;*/
}
#popup_title .iconContainer{
    background: #0070C3 url("/AMS-war/Icon/stdIcon/alert.svg") no-repeat scroll 48% center / 20px auto !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 20px auto 13px;
    margin-top: 30px;
}
#popup_title .warning_icon{
    background: #ff635f url("/AMS-war/Icon/stdIcon/exclaimation_fill.svg") no-repeat scroll 54% 11px / 16px auto !important;    
}
#popup_title .success_icon{
    background: #74DB95 url("/AMS-war/Icon/stdIcon/tick.svg") no-repeat scroll 49% 12px / 16px auto !important;    
}
#popup_title .link_icon{
    background: #0070C3 url("/AMS-war/Icon/stdIcon/link.svg") no-repeat scroll 49% 12px / 16px auto !important;    
}
#popup_content {
      background: 4% 15% no-repeat url(../Icon/rlb_info_alert.png);
  padding: 0 30px 30px;
  margin: 0em;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.confirm {
	background-image:none;
}

#popup_content.prompt {
	background-image: none;
}

#popup_message {
/*    padding-left: 48px;*/
  color: #6b6766;
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

#popup_panel {
    text-align: center;
  margin: 2em 0 0 0em;
}

#popup_prompt {
    margin: .5em 0em;
    border: 1px solid #dcdcdc !important;
    border-radius: 3px !important;
    color: #6b6766;
    font-size: 13px;
    height: 25px;
}

#popup_overlay{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    opacity: 1 !important;
}

#popup_ok{
    background-color: #ffffff;
  border: 1px solid #0070c3;
  color: #0070c3;
  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    font-weight: normal;
/*    height: 30px !important;*/
    outline: none !important;
    padding-top: 3px;
    padding-bottom: 3px;
/*    width: 65px;*/
    padding-right: 15px;
    padding-left: 15px;
}
#popup_ok:focus{
    border: 1px solid #0070c3;
    outline: none !important;
    background-color: #0070c3;
    color: #ffffff;
}

#popup_ok:hover{
    border: 1px solid #0070c3;
    outline: none !important;
    background-color: #0070c3;
    color: #ffffff;
}
#popup_ok.success{
  border: 1px solid #31BD5E;
  color: #31BD5E;
}
#popup_ok.success:focus{
    border: 1px solid #74db95;
    outline: none !important;
    background-color: #74db95;
    color: #ffffff;
}

#popup_ok.success:hover{
    border: 1px solid #74db95;
    outline: none !important;
    background-color: #74db95;
    color: #ffffff;
}
#popup_ok.warning{
  border: 1px solid #ff635f;
  color: #ff635f;
}
#popup_ok.warning:focus{
    border: 1px solid #ff635f;
    outline: none !important;
    background-color: #ff635f;
    color: #ffffff;
}

#popup_ok.warning:hover{
    border: 1px solid #ff635f;
    outline: none !important;
    background-color: #ff635f;
    color: #ffffff;
}
#popup_cancel{
    background-color: #ffffff;
  border: 1px solid #0070c3;
  color: #0070c3;
  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    font-weight: normal;
/*    height: 30px !important;*/
    outline: none !important;
    padding-top: 3px;
    padding-bottom: 3px;
/*    width: 65px;*/
    padding-right: 15px;
    padding-left: 15px;
}
#popup_cancel:focus{
    border: 1px solid #0070c3;
    outline: none !important;
    background-color: #0070c3;
    color: #ffffff;
}

#popup_cancel:hover{
    border: 1px solid #0070c3;
    outline: none !important;
    background-color: #0070c3;
    color: #ffffff;
}
#popup_cancel.success{
    border: 1px solid #31BD5E;
  color: #31BD5E;
}
#popup_cancel.success:focus{
    border: 1px solid #74db95;
    outline: none !important;
    background-color: #74db95;
    color: #ffffff;
}
#popup_cancel.success:hover{
    border: 1px solid #74db95;
    outline: none !important;
    background-color: #74db95;
    color: #ffffff;
}
#popup_cancel.warning{
    border: 1px solid #ff635f;
  color: #ff635f;
}
#popup_cancel.warning:focus{
    border: 1px solid #ff635f;
    outline: none !important;
    background-color: #ff635f;
    color: #ffffff;
}
#popup_cancel.warning:hover{
    border: 1px solid #ff635f;
    outline: none !important;
    background-color: #ff635f;
    color: #ffffff;
}
.promptMsg{
    margin-top: 28px !important;
}