#main-content {
  
}

@font-face {
    font-family: "Open Sans, sans-serif";
    src: url(/static/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans, sans-serif";
    src: url(/static/fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans, sans-serif";
    src: url(/static/fonts/OpenSans-Italic.ttf);
    font-style: italic;
}

body {
	font-family: "Open Sans, sans-serif";
}

.btn-danger:hover {
    color: #212529;
}

.vert-field-content .inline-errors { 
 	margin-left:24px;
}

.inline-errors {
	color: #E21A23;
  	margin-top: 3px;
}

input .btn {
	text-decoration: none;
}

.dev-layout-header {
	height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.dev-layout-content {
    min-height: 500px;
    display: block;
}

.dev-font {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.dev-h1-title {
	font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.dev-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.dev-border {
	border: 1px solid #CCCCCC;
}

.dev-border-b {
    border-bottom: 1px solid #CCCCCC;
}

.container {
	width:80vw;
}

.page-header-font {
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #333333;
  padding: 24px 120px;
}

a {
	color: #3A5EBA;
  	text-decoration: underline;
}

.crumbs {
	margin: 32px 0px 24px 0px;
    font-size: 14px;
  	line-height: 21px;
}

.widget-crumbs {
	width: 1094px;
  	font-size: 14px;
  	line-height: 21px;
    margin: 32px auto 24px auto;
}

.dev-layout-header .dev_header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;

  position: absolute;
  width: 1200px;
  height: 58px;
  left: 20px;
  top: 28px;
  backgroud: #FFFFFF;
}

.dev-layout-header .ehealth_logo {
  font-size: 21pt;
  color: #3A5EBA;
}

.dev-layout-header .ehealth_logo_subtitle {
  color: #3A5EBA;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  bottom: 9px;
}

.inline-errors::before {
  content: "\f057";
  margin-right: 5px;
  font-family: FontAwesome;
}

/* nav */
.ehi_layout .header_nav {

}

.navbar-alert {
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
  	position: fixed;
    top: 64px;
    right: 4px;
}

.navbar-alert .alert-box {
  	display: flex;
    align-items: center;
}

.alert-danger {
   background: #FFF7F5;
}

.alert-info {
   background-color: #f4f4f5;
}

.alert-warning {
   background-color: #fdf6ec;
}

.alert-danger span::before {
  content: "\f057";
  color: red;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 22px;
}

.alert-info span::before {
  content: "\f05a";
  color: gray;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 22px;
}

.alert-warning span::before {
  content: "\f071";
  color: #e6a23c;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 22px;
}

.dev-layout-header .delimiter {
	border-right: 1px solid #CCCCCC;
}

.dev-layout-header .nav {
  display: flex; 
  align-items: center;
}

.dev-layout-header .nav .txt {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.menu-icon {
	color: black;
    font-size: 22px;
}

.user-name-label::before {
  content: "\f2be";
  color: #333333;
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 22px;
}

.dev-layout-header .nav .user_name {
    display: flex;
    margin: 0px 6px;
}

.dev-layout-header .nav .user_name .name{
    display: flex;
    padding-right: 30px;
    align-items: center;
}

.dev-layout-header .nav .user_name img {
	padding-right: 10px;
}

.dev-layout-header .nav .active {
	border-bottom: 2px solid #333333;
}

.dev-layout-header .nav .delimiter {
   margin: 0 24px;
   border: 1px solid #CCCCCC;
   height: 34px;
}


/* footer */
.dev_footer {
    min-height: 230px;
}

.dev_footer .footer-content {
	display: flex;
    align-items: baseline;
    justify-content: space-around;
  	padding: 48px 24px;
    background: #333333;
    font-family: "Open Sans, sans-serif";
    color: #FFFFFF;
}

.dev_footer dl dt {
	font-weight: bolder;
    padding-bottom: 12px;
}

.dev_footer dl dd {
	margin: 12px 0px;
    font-weight: 100;
}

.dev_footer dl dd a {
	 color: #FFFFFF;
}

.footer-copyright {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    padding: 24px;
}

/* start home */
.start-home-content {
  	margin: 0 120px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.start-home-content .start-home-list-title {
  margin:12px 0px;
}

.start-home-content .start-home-contact {
  margin:24px 0px;
}

.start-home-content ul {
	padding-left: 24px;
}

.start-home-content .sub-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

.start-home-bottom {
	text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.start-home-bottom .opt-btn {
	margin-top: 12px;
    height: 48px;
}

.start-home-content .operate {
    display: flex;
    justify-content: space-around;
 	margin-top: 36px;
}

.copyright {
    color: #767676;
    margin: 0 120px;
    padding-bottom: 24px;
  	font-size: 14px;
    line-height: 18px;
}


/* sign-up */
.signup-container {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
 	align-items: center;
    color: #333333;
}

.signup-container .title {
    font-size: 32px;
    line-height: 38px;
  	text-align: center;
    margin-top: 30px;
}

.field-control-label {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.form-control-input {
	border: 1px solid #CCCCCC;
    width: 368px;
    height: 48px;
  	padding-left: 10px;
}

.signup-container .fixed-width {
	max-width: 368px;
}

.signup-container .ahaa {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.signup-container .policy {
	text-align: center;
    color: #767676;
    margin-top: 24px;
}

.signup-container .signup-copyright {
    color: #767676;
    font-size: 14px;
    margin-top: 72px;
}

.signup-container .tooltip-msg {
	background: #FFF9DA;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.signup-container li img {
    display: inline-block;
    margin-right: 16px;
}

.signup-container li {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.signup-container li span {
  line-height: 100%;
}


/* reset password */
.pwd-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pwd-container .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-bottom: 24px;
}

.pwd-container .sub-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.pwd-container .cancel {
	font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 24px 0px;
}

.pwd-container .password-reset-form {
   max-width: 368px;
}


.vert-field-input {
  width: 466px;
  height: 48px;
  left: 196px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 3px;
  padding-left: 9px;
  margin-left: 24px;
}

.vert-field {
  margin-bottom: 24px;
}

.vert-field label {
  width:250px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #333333;
}

.vert-field .vert-filed-content {
    width: 466px;
  	height: 48px;
    padding-left: 9px;
  	margin-left: 24px;
}

.dev-border-bottom {
	border-bottom: 1px solid #CCCCCC;
}

.dev-font {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}


/* account */
.account-nav .active {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 0 0;
    border-bottom: unset;
    font-weight: bold;
    background: unset;
    position: relative;
    top: 1px;
    background: white;
}

.acc-content {
	border: 1px solid #CCCCCC;
    padding: 32px 24px;
}

.account-nav li {
  margin-right:5px;
  background: #E9F1F4;
  border-radius: 6px 6px 0px 0px;
}

.account-nav a {
  text-decoration: none;
  color: #333333;
}

.acc-label {
	width: 250px!important;
    margin-right: 24px;
}

.acc-bg {
	background: #E9F1F4;
}

.acc-content .user-you {
    background: #E9F1F4;
    border-radius: 16px;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
    color: #333333;
}

.acc-upd-user-commit {
    width: 466px;
    margin-left: 24px;
}

/*  Application  */

.select-service-box:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.select-service-desc {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.new-app-container .title span {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.new-app-container .title p {
	font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.new-app-container .app-commit-btn {
    width: 466px;
    margin-left: 24px;
}

.my-nav li a {
    -webkit-transition: 0.5s;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 40px;
    font-style: normal;
    color: #333333;
    text-decoration: none;
}

.email-bg {
    background: #f1f1f1;
}

.my-nav .active {
 	border-bottom:  2px solid #333333;
}

.error {
	background: #FFF7F5;
    border: 1px solid #E21A23;
}

.pull-right {
  float: right;
}