*{
  box-sizing: border-box;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  background: #f2f2f2;
  padding: 0 0 10px 0;
  margin: 0;
}
header
{
  background: #0f1f3a;
}

a {
  text-decoration: none;
}
a, a:visited, a:hover, a:active {
  color: inherit;
}

a.button {
  display: inline-block;
  padding: 1px 6px;
  text-decoration: none;
  background-color: rgba(239,239,239,1);
  color: #222;
  border: 1px solid rgba(120,120,120,1);
  border-radius: 2px;
  transition: background-color 0.3s ease;
  font-size: .95em;
}

a.button:hover {
  background-color: #E5E5E5;
  border-color: #4F4F4F;
} 

.logo-img
{
  width: 60px;
}

.header-text-wrapper
{
  color: white;
  font-size: 1.5em;
  padding: 0 20px;
}

.logo-img-wrapper,
.header-text-wrapper
{
  display: inline-block;
  vertical-align: middle;
}

.nav-item-wrapper
{
  display: inline-block;
}

.nav-item-wrapper a
{
  text-decoration: none;
}

.nav-item-name 
{
  padding: 5px 10px;
  background: lightgray;
  border-radius: 5px;
}

.active-tab 
{
  background: deepskyblue;
}

.body-section-main
{
  width: 100%;
}

.section-wrapper
{
  max-width: 1300px;
  min-width: 320px;
  margin: 5px auto 0 auto;
  padding: 10px;
  border-top: 2px solid rgba(90, 90, 90, .3);
  border-bottom: 6px solid rgba(90, 90, 90, .4);
  border-left: 2px solid rgba(90, 90, 90, .3);
  border-right: 4px solid rgba(90, 90, 90, .4);
  border-radius: 20px;
  
}

.section-heading
{
  font-weight: 600;
  font-size: 1.3em;
  padding: 10px 0;
}

.section-sub-heading
{
  /*border: 1px solid;*/
  padding: 5px 0;
  margin-top: 10px;
  font-weight: 600;

}

.section-content
{
  padding: 10px 0;
}  

.spinner-image
{
  vertical-align: middle;
}

.filter-table
{

}

.filter-table tr
{
}

.filter-table tr td,
.filter-table tr th
{
  border-bottom: 1px solid rgba(0, 0, 0, .6);
  padding: 5px 20px;  
}

.contact-table
{
  width: 100%;
  border: 1px solid;
}

.contact-table tr
{
  
  height: 50px;
}

.contact-table tr th,
.contact-table tr td
{
  border-bottom: 1px solid rgba(0, 0, 0, .6);
  border-left: 1px solid rgba(0, 0, 0, .6);
  border-right: 1px solid rgba(0, 0, 0, .6);
  text-align: center;
  vertical-align: middle;  
  word-break: break-all;
  word-wrap: break-word;
  padding: 0 1px;
}

.contact-table tr th
{
  word-break: normal;
  word-wrap: break-word; 
}


.or-seperater
{
  border-top: 2px solid;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  border-top: 2px solid rgba(90, 90, 90, .5);
}

.or-seperater span
{
  position: relative;
  display: inline-block;
  border: 2px solid rgba(90, 90, 90, .5);
  padding: 2px 5px;
  border-radius: 5px;
  top: -13px;
  background: #f2f2f2;
  font-weight: 600;
}

.ajax-loading-spinner
{
  vertical-align: middle;
}

.print-btn
{
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  float: right;
}

.count-wrapper
{
  border: 3px solid rgba(90, 90, 90, .50);
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

.count-heading
{
  font-style: italic;
}

.count-value
{
  color: coral;
}



/*-- Body --*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
  background: #fff;
  width: 1080px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
  opacity: 0;
}
.form_wrapper h2 {
  font-size: 1.5em;
  margin: 0;
}
.form_wrapper .title_container {
  text-align: center;
}

.sub_heading_container
{
  font-weight: 600;
  text-align: center;
  border-top: 1px solid rgba(30, 30, 30, .5);
  border-radius: 20px;
}

.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper label {
  font-size: 12px;
}
.form_wrapper .row {
  margin: 5px 2px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 50%;
  float: left;
}
.form_wrapper .input_field {
  position: relative;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  width: 30px;
}
.form_wrapper .input_field > span > i {
  padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}
.form_wrapper input[type=text], .form_wrapper input[type=email], .form_wrapper input[type=password], .form_wrapper input[type=number] {
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 30px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_wrapper input[type=text]:hover, .form_wrapper input[type=email]:hover, .form_wrapper input[type=password]:hover, .form_wrapper input[type=number]:hover {
  background: #fafafa;
}
.form_wrapper input[type=text]:focus, .form_wrapper input[type=email]:focus, .form_wrapper input[type=password]:focus, .form_wrapper input[type=number]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
  background: #fafafa;
}
.form_wrapper input[type=submit] {
  background: #f5ba1a;
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_wrapper input[type=submit]:hover {
  background: #e1a70a;
}
.form_wrapper input[type=submit]:focus {
  background: #e1a70a;
}
.form_wrapper input[type=checkbox], .form_wrapper input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form_container .row .col_half.last {
  border-left: 1px solid #cccccc;
}

.checkbox_option label {
  margin-right: 1em;
  position: relative;
}
.checkbox_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: -2px;
  border: 2px solid #cccccc;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.checkbox_option label:after {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 7px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 7px;
  display: none;
}
.checkbox_option input:hover + label:before {
  border-color: #000000;
}
.checkbox_option input:checked + label:before {
  border-color: #000000;
}
.checkbox_option input:checked + label:after {
  -moz-animation: check 0.8s ease 0s running;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  display: block;
  width: 7px;
  height: 20px;
  border-color: #000000;
}

.radio_option label {
  margin-right: 1em;
}
.radio_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 100%;
  vertical-align: -3px;
  border: 2px solid #cccccc;
  padding: 0.15em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.radio_option input:hover + label:before {
  border-color: #000000;
}
.radio_option input:checked + label:before {
  background-color: #000000;
  border-color: #000000;
}

.select_option {
  position: relative;
  width: 100%;
}
.select_option select {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 0px 15px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}
.select_option select::-ms-expand {
  display: none;
}
.select_option select:hover {
  color: #000000;
  background: #fafafa;
  
  outline: none;
}

.select_option select:focus
{
-webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
  background: #fafafa;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
  border-top-color: #000000;
}

.credit {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px;
  color: #f5ba1a;
}
.credit a {
  color: #e1a70a;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 20px;
    width: 7px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 20px;
    width: 7px;
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }

  .remember_me {
    padding-bottom: 20px;
  }
}


/*---------------------------------------------------------*/

/*------- Filters -----------*/

.contact-filter-wrapper
{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  /*border: 1px solid rgba(90, 90, 90, .4);*/
}

.spinner-ovelay-wrapper
{
  text-align: center;
}

.no-reslt-found-wrapper
{
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}