 /* Latest compiled and minified CSS included as External Resource*/

    /* Optional theme */

    /*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
    body {
        margin-top: 30px;
        font-family: 'Open Sans',sans-serif !important;
        color: #656565 !important;
    }
    header .logo h1 a{
        color: #333 !important;
    }
    header .logo h1{
            letter-spacing: -1px;
            font-size: 2em;
            font-weight: 900;
    }
    header p {
        font-size: 0.84em;
    }
    .stepwizard-step p {
        margin-top: 0px;
        color: #666;
    }

    .stepwizard-row {
        display: table-row;
    }

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 30px;
}

.list-group-item.active {
    background: #ad7a3b !important;
    color: #ffffff !important;
    border: #ad7a3b !important;
}

.list-group-item.active a {
    color: #ffffff !important;
}

/* #company_detail_info .row .col-md-9,#company_detail_info .row .col-md-3 {
margin-top: 0.4rem !important;
} */
.mt_3 {
    margin-top: 0.3rem !important;
}

.row .row {
    margin-bottom: 5px;
}

.required,
.error {
    color: red !important;
}

.btn_standard {
    background: #ad7a3b !important;
    border: #ad7a3b !important;
    color: #ffffff !important;
}

input.form-control {
    padding: 0.8rem 0rem 0.8rem 0.3rem !important;
    margin: 0 !important;
}

textarea.form-control {
    padding: 0.1rem 0rem 0.1rem 0.3rem !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.8rem);
}

select.form-control {
    font-size: 12px;
    padding-left: 0.1rem;
}

.error {
    font-size: 10px !important;
}

.btn_cancel {
    color: #fff !important;
    background-color: #1e2fa773;
}
 .invalid-feedback {
     display: block !important;
 }

 body {
     margin-top: 20px;
 }
 header {
     padding: 0 0 5px; 
 }
 .dropdown-menu{
     background-color: #212529 !important;
     color: #fff !important;
     padding: 0 !important;
 }
 .btn-success {
     color: #fff;
     background-color: #ad7a3b !important;
     border-color: #ad7a3b !important;
 }
  .btn_info {
      color: #fff;
      background-color: #28a745 !important;
      border-color: #28a745 !important;
  }

  .fa-arrow-down {
    font-size: 1em !important;
    color: #ad7a3b !important;
    padding-left: 0.8em;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto{
      /* width: unset !important; */
  }

  .circle {
      /* border-radius: 30px; */
     width: 40px;
     height: 40px;
     text-align: center;
     padding: 15px 0;
     background: #ad7a3b !important;
     color: #fff;
  }
  .left-menu h5{
      font-size: 1rem;
  }
.navbar {
    padding: .3rem 0rem !important;
}
.form-control{
    font-size: 13px !important;
}

ul.period {
    list-style-type: "※ ";
}

@media (min-width:768px){
    .pl_0{
        padding-left: 0 !important;
    }
    ul.period .display{
        display: block;
    }
}



