body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

a {color:#545454;}
/*
.modal-dialog {
    margin: 30px auto;
    width: 600px ;
}*/

.modal-dialog{margin:0 auto;}
.modal-content {
    box-shadow: none;
}

.box-herd {   
  margin: 0;
  text-align: center;
  color: #545454;
  line-height: 1.428571429;
  font-family : 'true_boldregular';
  font-size:18px;}

.box-herd2 { font-size:13px; color:#545454; text-align:center; font-weight:bold;}

.box-link { font-size:13px; color:#545454;}

.box-link2 { 
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #545454;
  float:left;
  white-space:nowrap;}

.box-link3 { 
  margin: 0px 0px 0px 0px;
  text-align: right;
  color: #545454;
  float:right;}

.container .jumbotron{
  border-radius: 0;
  color: #046380;
  margin: 0;
}

.account-details{
  background: #444;
  box-shadow: 0px 0px 5px #444;
}

.account-details h4{
  margin: 0;
  padding: 10px;
  color: #CCC;
}

.account-details h4 span{
  color: #A7A37E;
}

.content_area{
  background: #F2F2F2;
  padding-top: 10px;
}

.single_widget{
  background: #CCC;
  margin: 10px 0px;
  border-radius: 6px;
  box-shadow: 2px 2px 0px #888;
}

.single_widget h3{
  color: #046380
}

.single_widget h4{
  color: #A7A37E;
  text-align: center;
  padding-top: 5px;
}

.single_widget .table h4{
  padding: 0;
  margin: 0;
}

.single_widget .inner_area{
  margin-top: 20px;
  background: #F2F2F2;
  border-radius: 6px;
}

.single_widget .table tr td:nth-child(1){
  text-align: right;
  width: 50%;
}

.single_widget .table tr td:nth-child(1) h4{
  text-align: right;
}

.single_widget .table tr td:nth-child(2) h4{
  text-align: left;
}

.inner_area.data_sheet{
  border-radius: 0;
  background: #EFECCA
}

.single_widget .data_sheet .table tr td{
  text-align: left;
  width: auto;
}

.single_widget .data_sheet .table tr th{
  color: #046380
}

.single_widget .table.table-striped{
  margin-bottom: 20px;
}

.single_widget .table-striped tr td{
  padding: 15px;
}

.single_widget .table_title{
  color: #046380;
  text-align: left;
}

.text_field{
  background: #F2F2F2;
  border-radius: 0;
  box-shadow: inset 0px 0px 5px #CCC;
}

.table.table-striped.form_table{
  background: #FFF
}

.icons span{
  padding: 5px;
  color: #888
}

.modal {
  /*max-width: 620px;*/
  margin: 0 auto;
}

.modal-body {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #F1F1F1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 56px;
}

.modal-left{
  float: left;
  margin-top: 10px;
}
.modal-right{
  float: right;
}
.modal-center{
  text-align: center;
}

.modal-title {
  margin: 0;
  text-align: center;
  color: #545454;
  line-height: 1.428571429;
  font-family : 'true_boldregular';
}

.modal-text-header {
  width: 260px;
  margin: 0 auto;
}

.modal-skip {
  margin: 0;
  text-align: center;
  color: #545454;
  margin-top: 10px;
  line-height: 1.428571429;
  /*font-family : 'true_boldregular';*/
}

.modal-text {
  margin: 0px 0px 0px 0px;
  text-align: center;
  color: #545454;
  line-height: 1.428571429;
  /*font-family : 'true_mediumregular';*/
}

.modal-rememberme {
  margin: 0px 0px 0px -4px;
  text-align: left;
  color: #545454;
  line-height: 1.428571429;
  /*font-family : 'true_mediumregular';*/
}

.modal-forgetpassword {
  margin: -18px 0px 0px 0px;
  text-align: right;
  color: #545454;
  line-height: 1.428571429;
  /*font-family : 'true_mediumregular';*/
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #969696;
}

.btn {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 13px
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.btn-true-submit {
  color: #fff;
  width: 260px;
  background-color: #ff0000;
  border-color: #d43f3a;
}
.btn-true-submit :hover,
.btn-true-submit :focus,
.btn-true-submit :active,
.btn-true-submit .active,
.open .dropdown-toggle.btn-true-submit  {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-true-submit :active,
.btn-true-submit .active,
.open .dropdown-toggle.btn-true-submit  {
  background-image: none;
}
.btn-true-submit .disabled,
.btn-true-submit [disabled],
fieldset[disabled] .btn-true-submit ,
.btn-true-submit .disabled:hover,
.btn-true-submit [disabled]:hover,
fieldset[disabled] .btn-true-submit :hover,
.btn-true-submit .disabled:focus,
.btn-true-submit [disabled]:focus,
fieldset[disabled] .btn-true-submit :focus,
.btn-true-submit .disabled:active,
.btn-true-submit [disabled]:active,
fieldset[disabled] .btn-true-submit :active,
.btn-true-submit .disabled.active,
.btn-true-submit [disabled].active,
fieldset[disabled] .btn-true-submit .active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-true-submit  .badge {
  color: #ed312f;
  background-color: #fff;
}

.btn-true-gray {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #b1b1b1;
}
.btn-true-gray :hover,
.btn-true-gray :focus,
.btn-true-gray :active,
.btn-true-gray .active,
.open .dropdown-toggle.btn-true-gray  {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-true-gray :active,
.btn-true-gray .active,
.open .dropdown-toggle.btn-true-gray  {
  background-image: none;
}
.btn-true-gray .disabled,
.btn-true-gray [disabled],
fieldset[disabled] .btn-true-gray ,
.btn-true-gray .disabled:hover,
.btn-true-gray [disabled]:hover,
fieldset[disabled] .btn-true-gray :hover,
.btn-true-gray .disabled:focus,
.btn-true-gray [disabled]:focus,
fieldset[disabled] .btn-true-gray :focus,
.btn-true-gray .disabled:active,
.btn-true-gray [disabled]:active,
fieldset[disabled] .btn-true-gray :active,
.btn-true-gray .disabled.active,
.btn-true-gray [disabled].active,
fieldset[disabled] .btn-true-gray .active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-true-gray  .badge {
  color: #ed312f;
  background-color: #fff;
}

.btn-true-login {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff3300;
}
.btn-true-login :hover,
.btn-true-login :focus,
.btn-true-login :active,
.btn-true-login .active,
.open .dropdown-toggle.btn-true-login  {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-true-login :active,
.btn-true-login .active,
.open .dropdown-toggle.btn-true-login  {
  background-image: none;
}
.btn-true-login .disabled,
.btn-true-login [disabled],
fieldset[disabled] .btn-true-login ,
.btn-true-login .disabled:hover,
.btn-true-login [disabled]:hover,
fieldset[disabled] .btn-true-login :hover,
.btn-true-login .disabled:focus,
.btn-true-login [disabled]:focus,
fieldset[disabled] .btn-true-login :focus,
.btn-true-login .disabled:active,
.btn-true-login [disabled]:active,
fieldset[disabled] .btn-true-login :active,
.btn-true-login .disabled.active,
.btn-true-login [disabled].active,
fieldset[disabled] .btn-true-login .active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-true-login  .badge {
  color: #ed312f;
  background-color: #fff;
}


.a-register:link { color: #000000; text-decoration: none;}
.a-register:visited { color: #000000; text-decoration: none;}
.a-register:hover { color: #2a6496; text-decoration: underline;}
.a-register:active { color: #000000; text-decoration: none;}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.btn-true-dropdown {
  color: #a1a1a1;
  background-color: #fff;
  border-color: #fff;
}
.btn-true-dropdown :hover,
.btn-true-dropdown :focus,
.btn-true-dropdown :active,
.btn-true-dropdown .active,
.open .dropdown-toggle.btn-true-dropdown  {
  background-image: none;
}
.btn-true-dropdown .disabled,
.btn-true-dropdown [disabled],
fieldset[disabled] .btn-true-dropdown ,
.btn-true-dropdown .disabled:hover,
.btn-true-dropdown [disabled]:hover,
fieldset[disabled] .btn-true-dropdown :hover,
.btn-true-dropdown .disabled:focus,
.btn-true-dropdown [disabled]:focus,
fieldset[disabled] .btn-true-dropdown :focus,
.btn-true-dropdown .disabled:active,
.btn-true-dropdown [disabled]:active,
fieldset[disabled] .btn-true-dropdown :active,
.btn-true-dropdown .disabled.active,
.btn-true-dropdown [disabled].active,
fieldset[disabled] .btn-true-dropdown .active {
  background-color: #fff;
  border-color: #fff;
}
.btn-true-dropdown  .badge {
  color: #a1a1a1;
  background-color: #fff;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.language {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}


button.back {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.back {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c1c1c1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=90);
  opacity: .8;
}

.fix_input {
  width : 300px;
}

.input_help {
  position:relative;
  width: 300px;
    margin: 0 auto;
  }
  
.input_help .icon_help {
  position:absolute;
  width:20px;
  height:20px;
  background-image:url(../images/icn_help.png);
  right:30px;
  top:8px;
  cursor:help;
  }
  
.input_help .icon_calendar {
  position:absolute;
  width:20px;
  height:20px;
  background-image:url(../images/icn_calendar.png);
  right:30px;
  top:8px;
  cursor:pointer;
  } 

.input_help .icon_privacy {
  position:absolute;
  width:20px;
  height:20px;
  background-image:url(../images/icn_viewpass.png);
  right:30px;
  top:8px;
  cursor:pointer;
  }   
.form-control {color:#999; padding:8px 10px; box-sizing:border-box;}

textarea, input[type="text"], input[type="password"], .uneditable-input {
  box-sizing:border-box;
  border: 1px solid #ccc;
  color:#555 !important;
  width: 260px;
  border-radius: 6px;
  padding:8px 10px;
  /*font-family : 'true_lightregular';*/
}
.my-placeholder { color: #555; }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-right: 4px;
  margin-top: 3px;
}

.carousel-indicators {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #969696;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #969696;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: none
}
.carousel-control.right {
  background-image: none
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: initial;
  max-width: 100%;
}

.link-box { text-align:center; padding:0px 0px 0px 0px;}
.radio {text-align:left; color:#545454;}

.text-skip {color:#000; font-size:14px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:underline;}
.text-alert {color:#ec312e; margin:10px 0;}
.text-loading { margin:10px 0; font-size:16px; font-weight:bold;}
.loading {
  margin:0 auto;
  border-bottom: 6px solid rgba(0, 0, 0, .1);
  border-left: 6px solid rgba(0, 0, 0, .1);
  border-right: 6px solid rgba(0, 0, 0, .1);
  border-top: 6px solid rgba(0, 0, 0, .4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: rot .8s infinite linear;
}
.green {color:#48CFAE;}
.red {color:#ED5464;}
.text_red {
    color: #ec312e;
}
.landing_left {
  line-height:24px;
  float:left;
  width:55%;
  padding-right:30px;}
.landing_left h1 {
    font-size: 28px;
  line-height:48px;
  font-family: 'true_lightregular';
  
}
.landing_left h2 {
    font-size: 22px;
  line-height:32px;
  font-family: 'true_mediumregular';
  
}

.landing_left .alert {
    margin-left: 0;
}
.landing_left .landing_icon {
    margin-bottom: 40px;
    margin-top: 40px;
}
.landing_right { float:right; width:45%;}

.icon-lang {
    background-image: url("../images/icon_lang.png");
    background-position: 0 0;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 14px;
    margin-right: 10px;
    margin-top: 6px;
    vertical-align: text-top;
    width: 26px;
}
.margin_10 {
    margin: 10px 0 !important;
}
.margin_20 {
    margin: 20px 0 !important;
}
.margin_top10 {
    margin-top: 10px !important;
}
.margin_bottom10 {
    margin-bottom: 10px !important;
}
.margin_top20 {
    margin-top: 20px !important;
}
.margin_top30 {
    margin-top: 30px !important;
}
.margin_bottom20 {
    margin-bottom: 20px !important;
}
.margin_bottom30 {
    margin-bottom: 30px !important;
}
.padding_20 {
    box-sizing: border-box;
    padding: 20px;
}
.margin_0 {
    margin: 0 !important;
}

.alert-gray {
    background-color: #fcfcfc;
    background-image: url("../images/alert_arrow.png");
    background-position: 15px 18px;
    background-repeat: no-repeat;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    color: #555;
    padding: 15px 15px 15px 30px;
    text-shadow: none;
}

.alert {
    margin-bottom: 10px;
    padding: 10px;
}

@keyframes rot {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

/* - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Extra Small Devices, iPhone 4/Small Phone */
@media  (min-width : 320px){
.input_help {
  width: 260px;
  }
  
.input_help .icon_help {
  right:10px;
  }
  
.input_help .icon_calendar {
  right:10px;
  } 

.input_help .icon_privacy {
  right:10px;
  } 
}

/* - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Extra Small Devices, iPhone 4/Small Phone */
@media  (min-width : 320px){
.input_help {
  width: 260px;
  }
  
.input_help .icon_help {
  right:10px;
  }
  
.input_help .icon_calendar {
  right:10px;
  } 

.input_help .icon_privacy {
  right:10px;
  } 
}


@media (max-width: 1170px) {



}

@media (max-width: 1140px) {


}

@media (max-width: 979px) {
.landing_left {display:none;}
.landing_right { float:none; width:100%;}
}


@media (min-width: 768px) and (max-width: 979px) {

  
}

@media (max-width: 767px) {


}

@media (max-width: 480px) {


}

.btn-true-button-gray {
  width: 260px;
  color: #fff;
  background-color: #a1a1a1;
  border-color: #b1b1b1;
}
.btn-true-button-gray :hover,
.btn-true-button-gray :focus,
.btn-true-button-gray :active,
.btn-true-button-gray .active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
