@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100);
body {
    font-size: 15px;
}
a:hover {
    text-decoration: none;
}

/* -- Buttons style ------------------------------------ */
.btn.cpd_btn {
    padding: 10px 40px;
    font-size: 16px;
  outline: 0;
  outline-offset: 0;
  border: 0;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.btn.cpd_btn:focus,
.btn.cpd_btn:active,
.btn.cpd_btn.active,
.btn.cpd_btn:active:focus,
.btn.cpd_btn.active:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}


.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.btn.cpd_btn.btn-primary {
  color: #fff;
  background-color: #0B3655;
}
.btn.cpd_btn.btn-primary:hover {
  color: #fff;
  background-color: #0B3655;
}
.btn.cpd_btn.btn-primary:active,
.btn.cpd_btn.btn-primary.active {
  color: #fff;
  background-color: #0B3655;
}
.btn.cpd_btn.btn-primary:focus {
  color: #fff;
  background-color: #0B3655;
}


.btn.cpd_btn.btn-orange {
  color: #fff;
  background-color: #E95013;
}
.btn.cpd_btn.btn-orange:hover {
  color: #fff;
  background-color: #E95013;
}
.btn.cpd_btn.btn-orange:active,
.btn.cpd_btn.btn-orange.active {
  color: #fff;
  background-color: #E95013;
}
.btn.cpd_btn.btn-orange:focus {
  color: #fff;
  background-color: #E95013;
}


.btn.cpd_btn.btn-info {
  color: #fff;
  background-color: #1C66A0;
}
.btn.cpd_btn.btn-info:hover {
  color: #fff;
  background-color: #1C66A0;
}
.btn.cpd_btn.btn-info:active,
.btn.cpd_btn.btn-info.active {
  color: #fff;
  background-color: #1C66A0;
}
.btn.cpd_btn.btn-info:focus {
  color: #fff;
  background-color: #1C66A0;
}



.error_msg {
    color: red;
    font-size: 14px;
    display: none;
}

.error_reports {

    color: red;

}
.checkbox1 {
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

label {
   
}

.btn-orange {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #E95013;
    border: 1px solid transparent;
    padding: 6px 15px;
    font-size: 15px;
}

a.btn-orange{
    color: #fff;
    text-decoration: none;
}

a.btn-orange{
    text-decoration: none;
}

.thbg{
    background: #E95013;
    color: #fff;
}


.form-group {
    margin-bottom: 10px;
}

.captchaField { 
  margin: 0 auto;
  margin-top: 15%;
  border: 1px solid #ccc; 
  padding: 15px;
  width: 345px;
  background-color: #fff;
  border-radius: 5px;
}
.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}
#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 343px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}
.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}
.ReloadBtn { 
  background:url('../images/recaptcha.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px;
  outline: none;
  position: absolute; 
  bottom: 30px;
  left: 310px;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}
.error { 
  color: red; 
  font-size: 12px; 
  /*display: none; */
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

label.error {
    display: block;
    width: 100%;
    clear: both;
}
.inputfields{
    /*float:left;*/
}

#emailchecker{
    display: inline-block;
    width: 100%;
}
#Marnchecker{
    display: inline-block;
    width: 100%;
}

.form_fields {
    width: 100%;
    display: inline-block;
}

.customrow_style{
    display: inline-block;
    margin-top: 5PX;
    margin-bottom: 5px;
}

#emailchecker:empty {
    display: none;
}

#Marnchecker:empty {
    display: none;
}

.customrow_style {
    
    margin-top: 5PX;
    margin-bottom: 5px;
    position: relative;
}

.email_layer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -999;
}

.marn_layer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -999;
}

/*  Select2 Dropdown STYLE */

.select2-container .select2-selection--single {
    height: 40px!important;
    border-radius: 2px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}


/*  TABLE STYLE */

.table td, .table th {
    padding: 10px 10px;
}

.table thead td, .table thead th {
    padding: 12px 10px;
}

table.align-middle td, table.align-middle th {
    vertical-align: middle;
}
.table-hover > tbody > tr:hover > *,
.table-striped > tbody > tr:nth-of-type(odd) > * { 
     color: inherit; 
}

/*  FONT SIZE */

.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}

/*FONT WEIGHT*/

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}
