.skin-blue .main-header .navbar {
  background-color: #fff;
}

body.layout-top-nav .main-header h1 {
  color: #0699dd;
  margin-bottom: 0;
  margin-top: 30px;
}

.container {
  position: relative;
}

.box-header.with-border {
  background-color: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header_blue {
  background-color: #2ea0e2 !important;
  color: #fff !important;
}

.box {
  border: 1px solid #00c0ef;
  box-shadow: none;
  border-radius: 10px;
}

.nobg {
  background: none !important;
  border: none !important;
}

.box-title-hd {
  color: #3c8dbc;
  font-size: 16px;
}

.blue_bg {
  background-color: #e7f3ff;
}

.m_t_15 {
  margin-top: 15px;
}

.main-footer {
  padding-left: 160px;
  padding-right: 160px;
}

.content-header>h1 {
  font-size: 22px;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px !important;
  font-size: 16px;
  line-height: 24px;
  padding: 0 5px;
}

.form-horizontal .control-label {
  padding-top: 4px;
}

body.layout-top-nav .main-header h1 {
  margin: 20px 0 0 20px;
  /*display:inline-block;*/
  font-size: 30px;
}

.main-header {
  border-top: 1px solid #1287c0;
  border-left: 1px solid #1287c0;
  border-right: 1px solid #1287c0;
  width: 95%;
  max-width: 960px;
  margin: 1% auto 0;
  padding: 10px;
}

.short_logo {
  display: inline-block;
  float: left;
  margin: 0 0 0 20px;
}

.login-logo a {
  color: #619fda;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  line-height: 24px;
  display: inline-block;
}

.login-logo a small {
  font-size: 14px;
  color: #1d1d1d;
}

.content-wrapper {
  background-color: #fff;
}

.container {
  width: 95%;
  max-width: 960px;
  border-left: 1px solid #1287c0;
  border-right: 1px solid #1287c0;
  border-bottom: 1px solid #1287c0;
  margin-bottom: 10px;
}

.box {
  border: none;
}

.box-body {
  padding: 0;
}

.box-body ul li {
  background-color: #dcf1fc;
  padding: 3px 10px 3px 30px;
  margin: 3px 0;
  list-style: none;
  position: relative;
}

.box-body ul li:before {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  content: "\f04e";
  top: 5px;
  left: 10px;
  color: #9d0000;
  font-size: 12px;
  opacity: 0.8;
}

.box-body ul li a {
  color: #9d0000;
}

.box-body ul li a:hover {
  color: #9d0000;
  text-decoration: underline;
}

.content-header {
  padding: 0;
}

.content-header h1 {
  background-color: #7fd1ea;
  color: #fff;
  margin: 0 auto;
  padding: 5px 0;
}

.content {
  padding: 0;
}

label.error {
  color: #F00;
  font-size: 13px;
  text-align: left;
  display: block;
  margin: 3px 0 0 0;
  line-height: 14px;
  font-weight: 500;
}

.main-footer {
  padding-left: 0;
  padding-right: 0;
}

#captcha_img ul li.parsley-required {
  text-align: center;
}

.captcha_input,
.captcha_input:focus,
.captcha_input:hover,
.captcha_input:active {
  display: inline-block;
  width: 30px;
  height: 24px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc !important;
  vertical-align: middle;
  line-height: 22px;
  margin: 0 2px 2px 2px;
  box-shadow: none;
}

.loading {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
}

.loading>img {
  top: 35%;
  width: 130px;
  position: relative;
}

.form-control {
  margin: 0 0 2px 0;
}

.heading_class {
  text-align: center;
  background-color: #1287c0;
  padding: 10px 0;
  margin: 0px -15px 0px -15px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.form-group .type_of_person_checkbox
{
  margin:0 0 10px 0;
}

.form-group .type_of_person_checkbox ul li {
	padding: 0;
	min-width: 210px;
	display: inline-block;
}

.form-group .type_of_person_checkbox ul li label {
	padding: 0;
}

.form-group .type_of_person_checkbox ul li::before {
	display: none;
}


.form-group .type_of_person_checkbox ul li label input[type="radio"]
{
  margin: 0 3px 0 0;
  top: 1px;
}

note {
	color: #038acd;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin: 5px 0 0 0;
}

.form-group .yes_no_checkbox
{
  margin:0;
}

.form-group .yes_no_checkbox ul li {
	padding: 0;
	min-width: 100px;
	display: inline-block;
}

.form-group .yes_no_checkbox ul li label {
	padding: 0;
}

.form-group .yes_no_checkbox ul li::before {
	display: none;
}


.form-group .yes_no_checkbox ul li label input[type="radio"]
{
  margin: 0 3px 0 0;
  top: 1px;
}