/*****************************************  
[Fonts]
*****************************************/
/*****************************************  
[General Styles]
*****************************************/

@import url('https://fonts.googleapis.com/css?family=Cairo');


body {
  font-family: 'Cairo', sans-serif !important;
  color: #364347;
  background: #F9FAFB;
  padding-top: calc(50px + 40px);
  padding-bottom: 50px;
  min-height: 100vh;
  overflow: scroll;
  padding-left: 0 !important;
  direction:rtl ; }
  div.col-xs-12.col-md-10.col-md-offset-1{
    margin-left: 0px;
  }
  body.loaded {
    overflow-x: hidden;
    overflow-y: auto; }

a {
  color: #02BAF2; }
  a:hover {
    color: #002530; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

input[type=checkbox],
input[type=radio] {
  display: none; }

label {
  font-weight: normal;
  margin: 0;
  position: relative; }
  label span {
    font-size: 16px; }

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 3px;
  display: inline; 
}

input[type=radio] + label:before {
  content: "\f111"; }

input[type=checkbox]:checked + label:before {
  content: "\f046";
  /* checked icon */
  padding-right: 0;
  color: #02BAF2; }

input[type=radio]:checked + label:before {
  color: #02BAF2; }

.form-control {
  font-size: 1em; }

.section__heading {
  margin: 20px 0; }

.light-box {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(57, 73, 76, 0.35);
  padding: 32px 15px 10px;
  position: relative;
  margin-bottom: 15px; }
  .light-box:before {
    content: '';
    width: 100%;
    height: 7px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: #02BAF2; }

@media (max-width: 767px) {
  .mw-sm-390 {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both; } }

.mw-390 {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both; }

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F9FAFB;
  z-index: 99999; }
  .page-loading .spinner {
    border-radius: 50px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .page-loading .spinner:before, .page-loading .spinner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(2, 186, 242, 0.4);
      border-radius: 50px;
      opacity: 0; }
    .page-loading .spinner:before {
      transform: scale(1);
      animation: pulse 1000ms infinite linear; }
    .page-loading .spinner:after {
      animation: pulse 1000ms 350ms infinite linear; }

@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@media (max-width: 767px) {
  body {
    font-size: 12px; } }
/* Styling the scrollbar */
::-webkit-scrollbar-track {
  background-color: #FFFFFF; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #FFFFFF; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #02BAF2; }

/*****************************************  
[Table Box]
*****************************************/
.table-box {
  padding: 7px 0; }
  .table-box .table__heading {
    color: #FFFFFF;
    background: #02BAF2;
    margin: 0;
    padding: 3px 15px 10px;
    font-size: 1.4em; }
  .table-box .table__rows {
    font-size: 1.3em; }
    .table-box .table__rows .table__row {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
      border-bottom: 1px solid #ACACAC; }
      .table-box .table__rows .table__row:last-child {
        border-bottom: 0;
        padding-bottom: 3px; }
      .table-box .table__rows .table__row:nth-child(even) {
        background: #e6f8fe; }
    .table-box .table__rows .row__cell {
      display: block;
      text-align: center;
      min-height: 20px; }
      .table-box .table__rows .row__cell.row__cell--heading {
        text-transform: uppercase;
        font-weight: 700; }
      .table-box .table__rows .row__cell:not(:last-child) {
        border-left: 1px solid #ACACAC; }

@media (max-width: 767px) {
  .table-box {
    float: none;
    clear: both; } }
/*****************************************  
[Form Box]
*****************************************/
.form-box {
  max-width: 390px;
  margin: 0 auto 60px;
 }
  .report{
    max-width: 100%;
    margin: 0 120px 0 0;;
    padding: 35px 15px 90px;
  }
  .report-submit{
    margin: 0 !important;
  }
  .form-box--full-width {
    max-width: initial;
    margin-bottom: 0; }
  .form-box .form-group {
    margin-bottom: 5px;
    color: #ACACAC;
    position: relative; }
    .form-box .form-group--options {
      color: #364347;
      margin: 20px 0 0; }
    .form-box .form-group label {
      margin-bottom: 5px;
      font-size: 17px;
      color: #8a8a8a;
      cursor: pointer; }
    .form-box .form-group .fa {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 6%;
      top: 50%; }
      .form-box .form-group .fa + .form-control {
        padding-left: 10%;
        font-family: 'Cairo', sans-serif !important; }
    .form-box .form-group .helper {
      color: #02BAF2;
      text-decoration: underline;
      position: absolute;
      transform: translate(50%, -50%);
      right: 11%;
      top: 50%;
      font-weight: 600; }
  .form-box .form-control {
    border-radius: 5px;
    height: 40px; }
    .form-box .form-control.submit {
      margin: 20px 0 0;
      border-radius: 5px;
      background: #02BAF2;
      text-transform: uppercase;
      border-color: #02BAF2;
      font-family: 'Cairo', sans-serif !important; }
      .form-box .form-control.submit:hover {
        background: #029ece; }
    .form-box .form-control.editable-input {
      border-width: 0;
      box-shadow: none;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1; }
      .form-box .form-control.editable-input:hover, .form-box .form-control.editable-input:focus {
        border-width: 1px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        padding-left: 11px; }
@media (max-width: 767px) {
  .form-box .form-control {
    height: 32px; } }
/*****************************************  
[Date & Time Box]
*****************************************/
.date-time-box {
  text-align: center;
  color: #02BAF2;
  font-weight: 700;
  padding-top: 25px; }
  .date-time-box p {
    margin: 0; }
  .date-time-box .date {
    font-size: 1.3em;
    text-transform: capitalize; }
  .date-time-box .time {
    font-size: 2.8em;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .date-time-box {
    float: none;
    clear: both; } }
/*****************************************  
[Currency Rate Box]
*****************************************/
.cur-rate-box .table__rows .table__row .row__cell {
  width: 33.3333333333%; }

/*****************************************  
[Currency Rate Graph Box]
*****************************************/
@media (max-width: 767px) {
  .rate-chart-box {
    float: none;
    clear: both; } }
/*****************************************  
[All Members Box]
*****************************************/
.data-listing-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 0 3px; }
  .data-listing-box .table__rows {
    font-size: 1em;
    overflow-y: auto; }
    .data-listing-box .table__rows .table__row {
      justify-content: start;
      min-width: 700px;
      padding: 5px 0; }
      .data-listing-box .table__rows .table__row:first-child {
        border-top: 1px solid #ACACAC;
        background-color: #efefef; }
      .data-listing-box .table__rows .table__row:not(:first-child) .row__cell:first-child {
        text-transform: capitalize; }
      .data-listing-box .table__rows .table__row .row__cell {
        width: calc(60% / 3);
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .data-listing-box .table__rows .table__row .row__cell:first-child {
          width: 30%; }
        .data-listing-box .table__rows .table__row .row__cell:nth-child(2) {
          width: 30%; }
        .data-listing-box .table__rows .table__row .row__cell:last-child {
/*           display: flex;
 */          justify-content: center; }
        .data-listing-box .table__rows .table__row .row__cell--heading {
          padding: 5px 10px; }

.view-transactions-box .table__rows .table__row .row__cell {
  width: calc(60% / 3); }
  .view-transactions-box .table__rows .table__row .row__cell:nth-child(2) {
    width: 50%; }
  .view-transactions-box .table__rows .table__row .row__cell.deposit, .view-transactions-box .table__rows .table__row .row__cell.withdraw {
    font-size: 16px; }

@media (max-width: 767px) {
  .all-clients-box {
    width: 100%; } }
/*****************************************  
[Buttons]
*****************************************/
.btn-primary--custom {
  color: #FFFFFF;
  background-color: #02BAF2;
  border-color: #029ece; }
  .btn-primary--custom:hover, .btn-primary--custom:focus, .btn-primary--custom:active {
    color: #FFFFFF;
    background-color: #029ece;
    border-color: #028eb9; }
  .btn-success--custom {
    color: #FFFFFF;
    background-color: #2db52f;
    border-color: #2db52f; }
    .btn-success--custom:hover, .btn-success--custom:focus, .btn-success--custom:active {
      color: #FFFFFF;
      background-color: #248225;
      border-color: #248225; }
.btn-danger--custom {
  color: #FFFFFF;
  background-color: #D51D1D;
  border-color: #b51919; }
  .btn-danger--custom:hover, .btn-danger--custom:focus, .btn-danger--custom:active {
    color: #FFFFFF;
    background-color: #b51919;
    border-color: #a31717; }
.btn-sm {
  padding: 1px 12px; }

/*****************************************  
[Profile Box]
*****************************************/
.profile__avatar {
  height: 150px;
  width: 150px;
  margin: 0 auto 20px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(57, 73, 76, 0.35);
  text-align: center;
  border-radius: 50%;
  background: #02BAF2;
  display: flex; }
  .profile__avatar .user-name-initial {
    margin: auto;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 700; }
.profile__avatar-caption .avatar-caption__heading {
  font-weight: 700;
  font-size: 18px; }
.profile__info .info__group-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #8a8a8a; }
.profile__info .form-group .info__title {
  min-width: 90px;
  text-align: right;
  padding-right: 10px; }
.profile__info .form-group.special-info--danger > label,
.profile__info .form-group.special-info--danger > p {
  color: #D51D1D;
  font-weight: 700; }
.profile__info .profile__static-info label {
  cursor: default; }
.profile__info .info__data {
  color: #555;
  padding-left: 12px; }

@media (min-width: 768px) {
  .profile-box:not(.profile-box--dashboard) .profile__info-wrapper {
    border-left: 1px solid #ACACAC; }
    .profile-box:not(.profile-box--dashboard) .profile__info-wrapper .form-group {
      padding-left: 20px; } }
@media (min-width: 1200px) {
  .profile-box--dashboard .profile__info-wrapper {
    border-left: 1px solid #ACACAC; }
    .profile-box--dashboard .profile__info-wrapper .form-group {
      padding-left: 20px; } }
@media (max-width: 767px) {
  .profile__avatar-wrapper {
    border-bottom: 1px solid #ACACAC;
    max-width: 300px;
    margin: auto;
    float: none; } }
.navbar-custom {
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(57, 73, 76, 0.35);
  border: 0;
  border-radius: 0; }
  .navbar-custom .hello-msg {
    float: right;
    margin: 14px; }
  .navbar-custom .navbar-brand {
    color: #02BAF2; }
  .navbar{
    padding-left: 50px !important;
  }
  .navbar-toggle{
    float: left;
  }
/*****************************************  
[Header]
*****************************************/
.header__logo {
  max-width: 220px;
  margin: 20px 20px 10px; }

.sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(57, 73, 76, 0.35);
  z-index: 9999;
  transition: width .3s ease-in-out; }
  .sidebar__header {
    height: 50px;
    position: relative;
    overflow: hidden; }
    .sidebar__header a {
      display: block;
      width: 100%;
      height: 100%; }
  .sidebar__logo {
    width: 177%;
    max-width: 170px;
    transform: translateY(-50%);
    position: absolute;
    top: 55%;
    right: 12px;
    transition: all .225s ease-in-out; }
  .sidebar__body {
    padding: 50px 0;
    border-top: 1px solid #FFFFFF; }
  .sidebar__list .list__item {
    overflow: hidden;
    padding: 15px 13px;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    transition: all .225s ease-in-out;
    direction: rtl;
    text-align: right; }
    .sidebar__list .list__item .fa {
      min-width: 20px;
      margin: 0 7px 0 0;
      text-align: center; }
    .sidebar__list .list__item a {
      color: #364347;
      text-decoration: none; }
      .sidebar__list .list__item a:hover {
        color: #02BAF2; }
    .sidebar__list .list__item:hover a, .sidebar__list .list__item.active a {
      color: #02BAF2; }
    .sidebar__list .list__item.active {
      background: #F9FAFB;
      border-width: 1px 0;
      border-style: solid;
      border-color: #d6d6d6;
      border-right-width: 5px;
      border-right-color: #02BAF2;
      padding-left: 8px; }
    .sidebar__list .list__item:last-child {
      position: absolute;
      bottom: 0; }
      .mobile_view{
        display: none;
      }
/*   .sidebar:hover {
    width: 280px; }
    .sidebar:hover .sidebar__header {
      box-shadow: 10px 0 0 #FFFFFF; }
    .sidebar:hover .sidebar__body {
      border-top-color: #d6d6d6; }
    .sidebar:hover .sidebar__logo {
      left: 30px; } */

@media (max-width: 767px) {
  .sidebar {
    width: 40.5px; }
    .sidebar__list .list__item {
      padding: 20px 8px;
      font-size: 20px; }
      .sidebar__list .list__item.active {
        border-right-width: 3px;
        padding-right: 7px; }
        .desktop_view{
          display: none;
        } 
        .mobile_view{
          display: block;
        }
        .sidebar__logo {
          width: 110%;
          max-width: 170px;
          transform: translateY(-50%);
          position: absolute;
          top: 55%;
          right: 0px;
          transition: all .225s ease-in-out;}
        }
/*
************ COLORS ************ 
*/
/*****************************************  
[Text Colors]
*****************************************/
.color-primary {
  color: #02BAF2; }

.color-primary-hover:hover {
  color: #029ece; }

.color-accent {
  color: #D51D1D; }

.color-accent-hover:hover {
  color: #b51919; }

.color-text {
  color: #364347; }

.color-text-weak {
  color: #ACACAC; }

.color-text-strong {
  color: #002530; }

.color-text-heading {
  color: #ACACAC; }

.color-text-invert {
  color: #FFFFFF; }

.color-text-strong-invert {
  color: #d9d9d9; }

.color-text-link {
  color: #02BAF2; }

.color-text-link-hover {
  color: #002530; }

/*****************************************  
[Icons Colors]
*****************************************/
.icon-primary {
  color: #02BAF2; }

.icon-blue {
  color: #02BAF2; }

.icon-brown {
  color: #885353; }

.icon-orange {
  color: #f89827; }

.icon-green {
  color: #2BE080; }

.icon-red {
  color: #D51D1D; }

.icon-black {
  color: #222222; }

.icon-gray {
  color: #ACACAC; }

/*****************************************  
[Background Colors]
*****************************************/
.bg-light {
  background: #F9FAFB; }

.bg-light-hover:hover {
  background: #d4d5d5; }

.bg-white {
  background: #FFFFFF; }

.bg-white-hover:hover {
  background: #d9d9d9; }

.bg-invert {
  background: #02BAF2; }

.bg-invert-hover:hover {
  background: #029ece; }

/*****************************************  
[Border Colors]
*****************************************/
.color-border {
  border-color: #ACACAC; }

  /* custom css */

/*# sourceMappingURL=main.css.map */
.pdf{
  margin-left: 31%;
}
.pdf, .excel{
  margin-top: 20px;
  margin-bottom: 20px;
}
.pdf > .submit{
  background-color: #da0606ed !important;
  border-color: #da0606ed !important;
}
.excel > input{
  background-color: #2BE080 !important;
  border-color: #2be080 !important;
}

.data_table{
  margin-left: 18px;
}
.dt-buttons{
  text-align: center;
  margin-bottom: 20px;
  padding: 1px 30px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
}
.dt-button{
  padding: 1px 30px;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 15px;
}
#testTable_filter{
  display: none;
}
.buttons-pdf{
    background-color: #da0606ed !important;
    border-color: #da0606ed !important;
}
.buttons-pdf:hover{
  background-color: #b30808ed !important;
  border-color: #b30808ed !important;
}
.buttons-excel{
  background-color: #2BE080 !important;
  border-color: #2be080 !important;
}
.buttons-excel:hover{
  background-color: #19b562 !important;
  border-color: #19b562 !important;
}
.buttons-csv{
  background-color: #02baf2 !important;
  border-color: #02baf2 !important;
  display: none;
}
.buttons-csv:hover{
  background-color: #179dc5 !important;
  border-color: #179dc5 !important;
}
.buttons-copy{
  background-color: #f89827 !important;
  border-color: #f89827 !important;
  display: none;
}
.buttons-copy:hover{
  background-color: #c1761d !important;
  border-color: #c1761d !important;
}
/* companies css*/
a i.fa.fa-trash{
  color: #ec2b2b;
}
a i.fa.fa-file-pdf-o{
  color: #ec2b2b;
}

span.row__cell a i.fa{
  font-size: 20px;
}
a i.fa.fa-file-text-o{
  color: #0000ffcc;
}
span.row__cell a i.fa{
  margin: 0 3px 0 3px;
}
span.activated{
  color: #21dc21 ;
}
span.not_activated{
  color:red ;
}
.modal-header .close {
  margin-top: -32px;
}
.close {
  float: left;
}
.add_company
{
  text-align: center;
  margin-right: 54%;
  margin-bottom: 1%;
}
.toggle{
  text-align: center;
  margin-left: 10%;
  margin-bottom: 1%;
}
.driver-btn{
  text-align: center;
  margin-left: 30%;
  margin-bottom: 1%;
}
div.relative.dib.w-70 input
{
  border:none;
}
/* Dashboard Page Start */
.home-stats{
  margin-bottom: 0px !important;
}
.home-stats h1{
  margin-bottom: 60px;
  margin-right: 180px;
}
.home-stats .stat{
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}
.home-stats .stat a {
  color: #fff;
  text-decoration: #ffffff;
}
.home-stats .stat a:hover{
  text-decoration: none;
}
.st-members{
  background-color: #2a8cd2;
  
}
.st-pending{
  background-color: #c12c2c;
}
.st-items{
  background-color: #e27415;
}
.st-comments{
  background-color: #39ad6e;
}
.home-stats .stat span{
  display: block;
  font-size: 60px;
}
.data-listing-box .table__rows .table__row .logs:nth-child(2){
  width: 50%;
}
.data-listing-box .table__rows .table__row .logs:first-child{
  width: 50%;
}
/* .data-listing-box .table__rows .table__row .driver{
  width: 25% !important;
} */
.modal-open
{
  overflow: auto !important;
}
/* company Profile payment */

.tot_pay, .due_pay{
  padding: 13px 20px 17px 20px;
  margin-right: 40px;
  color: #fffbfb;
  border-radius: 20%;
}
.due_pay{
  background-color: #d51d1d;
}
.tot_pay{
  background-color: #13baf2;
}
.data_show_total_payment{
  display: inline;
}
.notes{
  position: relative;

}
.num_notes
{
  position: absolute;
  right: -18px;
  top: -10px;
  background-color: #02baf2;
  padding: 2px;
  border-radius: 51px;
  color: white;
  min-width: 19px;
  text-align: center;
}
.note_date
{
  font-size: 11px
}
.email-head{
  width: 30% !important;
}
.state{
  width: 15% !important
}
.curruncy{
  width: 18% !important;
}
.data-listing-box .table__rows_driver .table__row .row__cell--heading{
  width: 25% ;
}
.distenation{
  width: 15% !important;
}
.number{
  width: 10% !important;
}
.price{
  width: 12% !important;
}
.addition{
  width: 14% !important;
}
.room{
  width: 10% !important;
}
.data-listing-box .table__rows_payment .table__row .row__cell{
  width: 25% !important;
}
.data-listing-box .table__rows_trip .table__row .row__cell{
  width: 20% !important;
}
.navbar-collapse{
  margin-right: 25px !important;
}
.visible-xs{
  margin-right: 50px !important;
}
.add-driver{
  text-align: center;
  margin-right: 30%;
  margin-bottom: 3%;
}
.iteration{
  width: 3% !important;
}
.name{
  width: 30% !important;
}
.total{
  width: 14% !important;
}
.orders{
  font-size: 18px !important;
}
.mobile{
  width: 23% !important;
}
.pagination{
  margin: 5px 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background-color: white !important;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  border: none !important;
  padding: 0em 0em !important;
}
.guest_table{
  margin-left: 40px;
}
.date{
  min-width: 75px;
}
.order{
  min-width: 70px;
}
.dataTables_info{
  display: none;
}
.driver-head{
  width: 25% !important;
}
.guest-name{
  min-width: 190px;
}
.total-guest{
  max-width: 35px ;
}
.price-guest{
  max-width: 20px ;
}
.additional{
  max-width: 32px;
}
.num{
  max-width: 15px;
}
.table-header{
  background-color: #06acde;
  color: #e6e6e6;
}
.dashboard-icon{
  color: #eee;
  float: left;
  font-size: 100px;
  margin-left: 20px;
  margin-top: 10px;
}
.form-group{
	
}
.sidebar {
    width: 200px;
    position: sticky;
margin-top: -100px;
}
.home-stats {
    margin-bottom: 0px !important;
    /* margin-top: -850px; */
    position: absolute;
    top: 40px;
}
.sidebar {
    width: 250px;
    position: fixed !important;
    margin-top: -80px;
}
.col-md-10 {
    width: 82% !important;
}
.guest_table {
    margin-left:  auto !important;
}
.guest-name {
    min-width: 20px !important;
}
.col-md-offset-1{
	
	    margin-left: 1px !important;
	
}
.col-md-3 {
    width: 27% !important;
}

.home-stats {
    margin-bottom: 0px !important;
    /* margin-top: -850px; */
    position: relative !important;
     top: auto !important;
}
.seasons{
	
	background:#640F66
	
}
.s-hotels{
	
	background:#66380F

	
}
.s-trips{
	
	background:#0B7469

	
}
.home-stats {
    margin-bottom: 0px !important;
    /* margin-top: -850px; */
    position: relative !important;
    top: -100px !important;
}
.navbar-custom {
    background: #6cbdc3;
    box-shadow: 0 0 6px rgb(243, 251, 255);
    border: 0;
    border-radius: 0;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.color-text {
    #6cbdc3;
}
.color-text-weak {
    color: #f4fafb;
}
.btn-primary--custom {
    color: #FFFFFF;
    background-color: #4ca8b3;
    border-color: #5cb1bb;
}
.table-header {
    background-color: #38b4c0;
    color: #e6e6e6;
}
.col-md-3, .col-md-6 {

	float:right;
}
