/* main lines color  (color code => #a1a1a1) - (variable name => inputlinecolor) */
/* outline color     (color code => #d0cfce) - (variable name => notasoutlinecolor)  */
/* main page background  (color code => #ffffff ##ffffff) - (variable name => mainpagebackgroundcolor)  */
/* main table border color (color code => #aea49c) - (variable name => tablebordercolor)  */
/* placeholder color (color code => #c26b02) - (variable name => placeholdertextcolor) */


body{
  color: #000 !important;
}
.form-control{
  /*border-color: #000 !important; */
  border-color: #a1a1a1 !important;
}
.form-control::placeholder{
  color: #c26b02 !important;
}
.select2-container--default .select2-selection{
/*  border: 1px solid #000 !important;*/
 border: 1px solid #a1a1a1 !important;
}
.btn-secondary{
  /*border-color: #000 !important; */
  border-color: #a1a1a1 !important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #aea49c !important;  /* made it border-top instead of border for showing the color only on border top */

}
.card-outline-secondary .card-footer-bordered, .card-outline-secondary .card-header-bordered, .card-outline-secondary.card-bordered {
    border-color: #a1a1a1 !important;
}
.nav-tabs-line .nav-link:hover {
    border-bottom-color: #a1a1a1 !important;
}
.nav-tabs .nav-link {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #000 !important;
}
.nav-tabs {
    border-bottom: 1px solid #a1a1a1  !important;
}
.nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link:hover, .nav-tabs-line .nav-item.show .nav-link, .nav-tabs-line .nav-item.show .nav-link:focus, .nav-tabs-line .nav-item.show .nav-link:hover, .nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-link.active:hover {
    color: #62a8ea;
    border-bottom: 4px solid #62a8ea !important;
    background-color: transparent;
}
.irs-grid-text {
    bottom: 5px;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #797070 !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -.143rem;
    margin-left: -.286rem;
    border-width: .286rem .286rem 0 .286rem;
    border-style: solid;
    border-color: #a1a1a1 transparent transparent transparent !important;
}
.checkbox-custom label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    text-align: center;
    padding-top: 1px;
    font-size: 12px;
    color: #000;
}
.checkbox-custom label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #a1a1a1;
    border-radius: .215rem;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #a1a1a1;
  }
.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #aea49c;  /* table color in fechas sidepanel */
}
.table {
    color: #000;
}
.list-group-item {
    border: 1px solid #d0cfce;
}
.list-group-dividered .list-group-item:first-child {
    border-top-color: #d0cfce;
}
.list-group-dividered .list-group-item {
    border-top-color: #d0cfce;
}
.list-group-dividered .list-group-item:last-child {
    border-bottom-color: #d0cfce;
}
.select2-container--default .select2-search__field::placeholder {
    opacity: 1;
    color: #c26b02 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff !important;
    background-color: #a1a1a1 !important;
}
.table-bordered {
    border: 1px solid #a1a1a1 !important;
}
.page {
    background: ##ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #c26b02 !important;
}
