/*@font-face {
    font-family:"Open Sans";
    src: url("../fonts/OpenSans.ttf") 
}
body{
    font-family:  "Open Sans" !important;
    font-size: 14px;
}*/
.bs-wizard {margin-top: 40px;}
.breadcrumb {
    float: right;
}
.table, .nav-pills{
  font-family: arial;
}
.modal-header{
  background-color:#D6D6D8; 
}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #686565; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #F3DA83 ; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #D5B219; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #D5B219;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.modal-backdrop {
   opacity: 0.8!important;
} 
.btn{

  margin-right: 3px;
}
.field-search{
  width: 262px;
  margin-bottom: 10px;
}
.nav-stacked > li + li {
    border-bottom: 1px solid #EAEAEA;
}
.detail-view th:first{
  font-weight: normal;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border-top-width: 2px !important;
}
.border-left {
  border-right: 2px solid #e1e1e1;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.loader {
    margin: 40px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 6px solid rgba(128,128,128, 0.2);
    border-right: 6px solid rgba(128,128,128, 0.2);
    border-bottom: 6px solid rgba(128,128,128, 0.2);
    border-left: 6px solid #808080;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*end spinner loading*/

.btn-box-tool{
  border: none !important;
}
.bg-font-30{
    font-size: 30px;
}
.bs-callout2 {
    padding: 5px 15px !important;
    margin: 8px;
}
.padding-18{
    padding-left: 18px;
}
.bottom{
  margin-bottom: 20px; 
}
p.speech {
  position: relative;
  width: 80%;
  height: 100px;
  font-size : 16px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  border: 8px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F5F5F5;
    opacity: 1;
}
.line1 {
    /*width: 1px;*/
    height: 184px;
    display: block;
    border-left: 1px solid #DDD;
    margin: auto;
}
p.speech:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 84px;
  border: 25px solid;
  border-color: #666 transparent transparent #666;
}

p.speech:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: 84px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}
.grid-view  span.glyphicon-ok,.grid-view  .glyphicon-edit{
    color:#468847;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0px 2px 2px !important;
}
.grid-view  span.glyphicon-removem ,.grid-view .glyphicon-trash{
    color:#C9302C;
}
.table > thead:first-child > tr:first-child > th{
    color: #337ab7;
}
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}

.logo-bank{
    max-width: 100px;
    max-height: 80px;
    margin-bottom: 3px;
}
.nav-tabs-custom{
    margin-bottom: 10px;
}
div#item_1 { position: absolute; top: 50px; left: 50px; }
.form-group.top{
    margin-top: -8px;

}
.modal-header {
    background: #3E3E3E;
    color: #fff;
}
.modal-header .close {
    color: #fff;
}
form > h4, form > h5, form >  h6 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px
}
.checkbox2{
	margin-left: 17% !important;
}


label{
  font-weight: normal;
}


.margin-bottom{
    margin-bottom: 10px;
}
.btn-gold, .btn-primary{
    background-color: rgb(59, 59, 59);
    border: 1px solid #CAA869;
    color: #FFF;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    background-color: rgb(59, 59, 59);
    border: 1px solid #CAA869;
    color: #FFF;
}
.btn-gold:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus{
    color: #2e6da4;
    background-color: #272222;

}
.mailbox-read-time{
    font-size: 12px;
    color: #77778E;   
}
.dropdown-menu {
    border-radius: 1px;
}
.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

#header .countdown {
  margin-bottom: 80px;
}

#header .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.12);
  border-top: 5px solid #ff0000;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

#header .subscribe {
  font-size: 15px;
  text-align: center;
}

#header .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#header .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
}

#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#header .subscribe .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff0000;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .subscribe .subscribe-form input[type=submit]:hover {
  background: #f50000;
}

#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

#header .logincounth1{
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header .logincounth2{
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}

.tuliswhite{
  color: #fff;
}
