#modalOderEdit .modal-body{float:left;width:100%}
#modalOderEdit .col-sm-6{padding:0}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00a65a;
    border-color: #00a65a;
}
.bg-olive {
    background-color: #00a65a !important;
}
.btn,.pagination a,.box {
    border-radius: 0px !important
}
#kmForm{

    max-width: 150px;
    display: flex;
    

}
#cloneParts{
    float: left;
    width: 100%;
}
#addCloneParts a{
    text-align: right;
    width: 100%;
}
#carDetailTable{
width: 50%;

margin: 0 auto;
margin-bottom: 20px;
text-align: center;
}
#carDetailTable td{
border-bottom: 1px solid #00a65a;
}

.custom-color{
	background-color : #b77900 !important;
	color:#000 !important;
}
.custom-color p{
	color:white !important;
}
.dashboard-number{
	font-size:60px !important;
}
.dashboard-label{
	font-size:24px !important;
}
.badge-danger{
	background:#bc241c;
	width:100%;
	text-align:left;
	border-radius:5px;
	padding:10px;
	margin-bottom:5px;
}

.badge-lesson{
    background:#6d9ce8;
    color:#fff;
    width:100%;
    text-align:left;
    border-radius:5px;
    padding:10px;
    margin-bottom:5px;
    font-size: 14px;
}

.badge-success{
    background:#4e8e30;
    color:#fff;
    width:100%;
    text-align:left;
    border-radius:5px;
    padding:10px;
    margin-bottom:5px;
    font-size: 14px;
}

.badge-lessonCancel{
    background:#f47d42;
    color:#000;
    width:100%;
    text-align:left;
    border-radius:5px;
    padding:10px;
    margin-bottom:5px;
    font-size: 14px;
}

.status-btn{
    border:3px dashed green !important;
}

.loader {
  border: 12px solid #f5f5f5;
  border-radius: 50%;
  border-top: 12px solid #009b01;
  border-bottom: 12px solid black;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  text-align: center;
  margin: 0 auto;
  margin-top: 300px
}

.loader_back {
  background: rgba(63, 61, 61, 0.9);
  height: 100%;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999999
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.loader_back {
  display: none
}

.send_customer {
  display: none;
}
.fas{
  color: #000 !important;
}
.label-red{
color: red;
}


.sectionbg{
  background: #ededeb; 
  border-radius: 5px;
  margin-bottom: 10px;

}

.sectionborder{
  border:1px solid #ededeb; 
  border-radius: 5px;
}





