
/*table even odd*/

 /* h
/*end*/
.unknown{
	background-color: #ccc !important;
	
}

.ready{
	background-color: #ffa50045 !important;	

	
}
.btn-ready{
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: #ffa50045 !important;	
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.break{
	background-color: #f39c12 !important;
	
	
}
.btn-break{
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: #f39c12 !important;
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.onhire{

	background-color: #03b50626 !important;	

}
.btn-onhire{
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: #03b50626 !important;
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.offhire{
	color: #fff;
	background-color: #fd7564 !important;
		
}
.btn-offhire{
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: #fd7564 !important;
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.sales{
	color: #fff;
	background-color: #fdd505 !important;

}
.return_pending{
	
	background-color: #b300472b !important;	
	
}
.btn-return_pending{
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: #b3004775 !important;	
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.paddingt10{
	padding-top: 10px;
}
.bluecolor{
	border-top: 1px solid #00c0ef;
}

.booked{
	color: #fff;
	background-color: #b30047 !important;
	border-radius:1.5rem;
	/*background-color: #314a31 !important;	*/
	
}
.sold{
	color: #fff;
	background-color: #7D3C98 !important;
	border-radius:1.5rem;
	/*background-color: #314a31 !important;	*/
	
}
.Unbilled{
	color: #fff;
	background-color: #F120A8 !important;
	border-radius:1.5rem;
	/*background-color: #314a31 !important;	*/
	
}
.Billed{
	color: #fff;
	background-color: #804406 !important;
	border-radius:1.5rem;
	/*background-color: #314a31 !important;	*/
	
}
.Freeze{
	color: #fff;
	background-color: #068043 !important;
	border-radius:1.5rem;
	/*background-color: #314a31 !important;	*/
	
}
.running{
	
	background-color: #6db66e3d !important;	
}
.finish{
	
	background-color: #7878c169 !important;	
}



/* Nav Tabs ==================================== */
.nav-tabs {
  border-bottom: 2px solid #4a612e; }
  .nav-tabs > li {
    position: relative;
    top: 3px;
    left: -2px; }
    .nav-tabs > li > a {
      border: none !important;
      color: #999 !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
        background-color: transparent !important; }
      .nav-tabs > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 2px solid #2196F3;
        bottom: 2px;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        -webkit-transition: 0.1s ease-in;
        transition: 0.1s ease-in; }
      .nav-tabs > li > a .material-icons {
        position: relative;
        top: 7px;
        margin-bottom: 8px; }
  .nav-tabs li.active a {
    color: #222 !important; }
    .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
      background-color: transparent !important; }
    .nav-tabs li.active a:before {
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .nav-tabs + .tab-content {
    padding: 15px 0; }

.nav-tabs.tab-col-red > li > a:before {
  border-bottom: 2px solid #F44336; }

.nav-tabs.tab-col-pink > li > a:before {
  border-bottom: 2px solid #E91E63; }

.nav-tabs.tab-col-purple > li > a:before {
  border-bottom: 2px solid #9C27B0; }

.nav-tabs.tab-col-deep-purple > li > a:before {
  border-bottom: 2px solid #673AB7; }

.nav-tabs.tab-col-indigo > li > a:before {
  border-bottom: 2px solid #3F51B5; }

.nav-tabs.tab-col-blue > li > a:before {
  border-bottom: 2px solid #2196F3; }

.nav-tabs.tab-col-light-blue > li > a:before {
  border-bottom: 2px solid #03A9F4; }

.nav-tabs.tab-col-cyan > li > a:before {
  border-bottom: 2px solid #00BCD4; }

.nav-tabs.tab-col-teal > li > a:before {
  border-bottom: 2px solid #009688; }

.nav-tabs.tab-col-green > li > a:before {
  border-bottom: 2px solid #4CAF50; }

.nav-tabs.tab-col-light-green > li > a:before {
  border-bottom: 2px solid #8BC34A; }

.nav-tabs.tab-col-lime > li > a:before {
  border-bottom: 2px solid #CDDC39; }

.nav-tabs.tab-col-yellow > li > a:before {
  border-bottom: 2px solid #ffe821; }

.nav-tabs.tab-col-amber > li > a:before {
  border-bottom: 2px solid #FFC107; }

.nav-tabs.tab-col-orange > li > a:before {
  border-bottom: 2px solid #FF9800; }

.nav-tabs.tab-col-deep-orange > li > a:before {
  border-bottom: 2px solid #FF5722; }

.nav-tabs.tab-col-brown > li > a:before {
  border-bottom: 2px solid #795548; }

.nav-tabs.tab-col-grey > li > a:before {
  border-bottom: 2px solid #9E9E9E; }

.nav-tabs.tab-col-blue-grey > li > a:before {
  border-bottom: 2px solid #607D8B; }

.nav-tabs.tab-col-black > li > a:before {
  border-bottom: 2px solid #000000; }

.nav-tabs.tab-col-white > li > a:before {
  border-bottom: 2px solid #ffffff; }