/*error*/
.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}

.btn {
    min-width: 75px
}

.registerArea .registerAreaTitle{
    color: #0075BB;
}
.importaStar{
    color: #ff0000;
}



.sampleTab .tabs ul li.active a{
    color: #fff;
    background-color: #0075BB;
}

.ordersTable table tr th{
    color: #fff;
    background-color: #0075BB;
}
.ordersTable table tr:nth-of-type(2n) {
  background-color: rgba(0, 117, 187,.2);
}
.seperators {
  border: 1px solid #d9d9d9;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .seperators {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
.seperators__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
}
.seperators__list li {
  flex: 1 0 50%;
  max-width: 50%;
}
.seperators__list li .topFloor {
  padding: 15px 10px;
  text-align: center;
  background-color: #0075BB;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.seperators__list li .bottomFloor {
  padding: 15px 10px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 667px) {
  .seperators__list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .seperators__list li .bottomFloor {
    border: none;
  }
}
.seperators__list li:last-of-type .bottomFloor {
  border-left: none;
}
.list2 {
  display: grid;
  gap: 10px;
  border: none;
  grid-template-columns: repeat(3, 1fr);
}
.list2 li {
  flex: unset;
  max-width: 100%;
  border: 1px solid #d9d9d9;
}
.list2 li .seperators__list--items .bottomFloor {
  border: none !important;
}
@media screen and (max-width: 667px) {
  .list2 {
    grid-template-columns: 1fr;
  }
}

.fragments {
  display: inline-flex;
  align-items: center;
  color: gray;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  flex-wrap: wrap;
  line-height: 30px;
}
.fragments .form-group {
  max-width: 50px;
}
.fragments strong {
  color: #000;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fragments strong {
    font-size: 12px;
  }
}
.fragments .phones > a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.fragments .phones > a + a:before {
  content: '-';
  color: #858585;
  padding: 0 5px;
}
.fragments .phones > a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .fragments .phones > a {
    font-size: 12px;
  }
}
.fragments .btnWrap {
  display: inline-flex;
  align-items: center;
}
.fragments .btnWrap .btn {
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  margin: 5px;
}
@media screen and (max-width: 480px) {
  .fragments .btnWrap .btn {
    flex: 1 0 45%;
    max-width: 45%;
  }
}
.fragments .btnWrap .btn i {
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .fragments .btnWrap {
    flex-wrap: wrap;
  }
}

.acceptedordersTable__list--items {
  border-width: 1px 5px 1px 1px;
  border-style: solid;
  border-color: rgb(217, 217, 217) #0075BB rgb(217, 217, 217) rgb(217, 217, 217);
  border-image: none;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(0, 117, 187,.06);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
}

.btn{
    background-color: #0075BB;
}

.aval-footer{
        background-color: #0075BB;
}

.aval-navSec .aval-nav .aval-nav__login a {
  margin-left: 10px;
  width: 150px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0075BB;
  border-radius: 10px;
  color: #0075BB;
}
.aval-navSec .aval-nav .aval-nav__login a:hover{
    background-color: #0075BB;
}
.progress{
  height: 5px;
}
.progress-bar-striped, .progress-striped .progress-bar{
  background-image: unset;
  background-color: #0075BB;
}