/* allbooking................................. */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);	  
html {
    height: 100vh;
    font-family: 'Muli', sans-serif!important;
}
.table-wrapper {
    position: relative;
    overflow: hidden;
}
.table-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    -webkit-border-radius: 10px 0 0 10px / 50% 0 0 50%;
            border-radius: 10px 0 0 10px / 50% 0 0 50%;
}
tr.highlight td:nth-child(2) {
    font-weight: 800;
}
.table-wrapper .table-inner {
    overflow-x: auto;  
}
.table-wrapper .table-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.table-wrapper .table-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
@media (min-width: 860px) {
  .table-wrapper {
    overflow: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .table-wrapper:after {
    content: none;
  }
}
.pricing-table {
    font-size: 12px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: 100%;
}
.pricing-table th, .pricing-table td {
    padding: 9px 5px;
    font-size: 9px;
    min-width: 55px;
    border: none;
    text-align: center;
}
.pricing-table th {
    font-size: 11px;
    padding: 17px 5px;
}
.pricing-table td:first-child {
    font-weight: bold;
    text-align: left;
}
.pricing-table tr:nth-child(even) td {
}
tr td:first-child:hover{
    cursor: pointer;
}
.back {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 40px;
}
.back h4 {
    font-size : 16px;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transition: -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    -o-transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
}
.back span {
    opacity: 0;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition:
        opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition:
        opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    -o-transition:
        transform 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition:
        transform 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition:
        transform 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1),
        -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1)
}
.back div {
    right: 5px;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    position: fixed;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    bottom: 5px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-image: url(https://s3-eu-west-1.amazonaws.com/thomascullen-codepen/back.svg);
    -webkit-transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
    transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
    -o-transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
    transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
    transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6), -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
}
.back div::after {
    top: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 30px;
    position: absolute;
    background-position: 0 0;
    -webkit-transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
    -o-transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
    transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
}
.back:hover h4 {
}
.back:hover h4,
.back:hover span {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.back:hover div {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.back:hover div::after {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
}
tr.highlight {
    position: relative;
}
td.clickable_td.clickable-row:before {
    content: '';
    width: 68px;
    height: 1px;
    position: absolute;
    top: 22px;
}
td.clickable_td.clickable-row {
    position: relative;
}
.loader {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader_parent {
    position: fixed;
    z-index: 999;
    padding: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
}
        
 /* forgetpassword index........................... */
@import url(https://fonts.googleapis.com/css?family=Gudea:400,700);
body {
    font-size: 16px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-perspective: 800px;
            perspective: 800px;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    font-family: 'Gudea', sans-serif;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
body ::-webkit-input-placeholder {
}
img#header_logo {
    position: absolute;
    top: 0px;
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px);
    margin-top:10px
}
.error_msg{
    font-size:14px;
    text-align:center;
}
body .authent {
    display: none;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35394a', endColorstr='#1f222e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    left: 0;
    right: 90px;
    margin: auto;
    width: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 70px;
    top: 200px;
    bottom: 0;
    height: 70px;
    opacity: 0;
}
body .authent p {
    text-align: center;
}
body .success {
    display: none;
}
body .success p {
    font-size: 14px;
}
body p {
    font-size: 10px;
    text-align: left;
}
body .testtwo {
    left: -320px !important;
}
body .test {
    pointer-events: none;
    top: -100px !important;
    -webkit-transform: rotateX(70deg) scale(0.8) !important;
            transform: rotateX(70deg) scale(0.8) !important;
    opacity: .6 !important;
    -webkit-filter: blur(1px);
            filter: blur(1px);
}
body .login {
    opacity: 1;
    top: 20px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
    -webkit-transition-property: opacity,box-shadow,top,left,-webkit-transform;
    transition-property: opacity,box-shadow,top,left,-webkit-transform;
    -webkit-transition-property: opacity,top,left,-webkit-transform,-webkit-box-shadow;
    transition-property: opacity,top,left,-webkit-transform,-webkit-box-shadow;
    -o-transition-property: transform,opacity,box-shadow,top,left;
    transition-property: transform,opacity,box-shadow,top,left;
    transition-property: transform,opacity,box-shadow,top,left,-webkit-transform,-webkit-box-shadow;
    transition-property: transform,opacity,box-shadow,top,left,-webkit-transform;
    -webkit-transition-duration: .5s;
            -o-transition-duration: .5s;
       transition-duration: .5s;
    -webkit-transform-origin: 161px 100%;
            -ms-transform-origin: 161px 100%;
        transform-origin: 161px 100%;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    position: relative;
    width: 240px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align:center;
    top: 0;
    bottom: 0;
    padding: 100px 40px 40px 40px;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35394a', endColorstr='#1f222e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
body .login .validation {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 6px;
    opacity: 0;
}
body .login .disclaimer {
    position: absolute;
    bottom: 20px;
    left: 35px;
    width: 250px;
}
body .login_title {
    height: 60px;
    text-align: center;
    font-size: 21px;
}
body .login_fields {
    height: 208px;
    position: absolute;
    left: 0;
}
body .login_fields .icon {
    position: absolute;
    z-index: 1;
    left: 36px;
    top: 8px;
    opacity: .5;
}
body .login_fields input[type='password'] {
}
body .login_fields input[type='text'], body .login_fields input[type='password'] {
    width: 190px;
    margin-top: -2px;
    left: 0;
    padding: 10px 65px;
    border-right: none;
    border-left: none;
    outline: none;
    font-family: 'Gudea', sans-serif;
    -webkit-box-shadow: none;
            box-shadow: none;
}
body .login_fields__user, body .login_fields__password {
    position: relative;
}
body .login_fields__submit {
    position: relative;
    top: 35px;
    left: 0;
    width: 80%;
    right: 0;
    margin: auto;
}
body .login_fields__submit .forgot {
    float: right;
    font-size: 10px;
    margin-top: 11px;
    text-decoration: underline;
}
body .login_fields__submit .forgot a {
}
body .login_fields__submit input {
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background: transparent;
    padding: 10px 68px;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
       transition-duration: .2s;
}
body .login_fields__submit input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
body .login_fields__submit input:hover {
    cursor: pointer;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
       transition-duration: .2s;
}
.love {
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 11px;
    font-weight: normal;
}
.love p {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.love a {
    font-weight: 700;
    text-decoration: none;
}
.love img {
    position: relative;
    top: 3px;
    margin: 0px 4px;
    width: 10px;
}
.brand {
    position: absolute;
    left: 20px;
    bottom: 14px;
}
.brand img {
    width: 30px;
}

/* payroll.................................... */
body {
    font-family: 'Muli', sans-serif!important;
    font-size: 16px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    margin: 0px
}
div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}
.table-title h3 {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
} 
.table-fill {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    -webkit-animation: float 5s infinite;
            animation: float 5s infinite;
    margin-top: 0px;
}
th {
    font-size: 14px;
    font-weight: 600;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
th:first-child {
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
}
th:last-child {
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    border-right: none;
}
tr {
    font-size: 16px;
    font-weight: normal;
}
tr:first-child {
    border-top: none;
}
tr:last-child {
    border-bottom: none;
}
tr:nth-child(odd) td {
}
tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
}
td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0px;
}
td:last-child {
    border-right: 0px;
}
th.text-left {
    text-align: left;
}
th.text-center {
    text-align: center;
}
th.text-right {
    text-align: right;
}
td.text-left {
    text-align: left;
}
td.text-center {
    text-align: center;
}
td.text-right {
    text-align: right;
}
a.clickable {
    font-weight: 600;
    text-decoration: none;
} 
th.text-left {
    padding: 16px 5px;
    position: relative
}
tr.clickable-row {
    cursor: pointer;
}
tr.clickable-row td {
}
.text-left {
    position: relative;
}
tr.clickable-row:hover td {
}
tr.clickable-row td:before {
    content: "";
    position: absolute;
    width: 132px;
    top: 28px;
    height: 1px;
}
tr.clickable-row td:nth-child(2):before {
    content: "";
    position: absolute;
    width: 24px;
    top: 28px;
    height: 1px;
}
td.text-left.totals {
    font-weight: 800;
    font-size: 11px;
}

 /* portal index.................................................. */
#tab_body{
    font-family: 'Muli', sans-serif!important;
}
#header_blue{
    padding: 10px 5px;
    padding-bottom: 10px;
}
div#drivers_details_block {
    height: 200px;
    text-align: center;
    padding: 30px;
}
.no-padding{
    padding:0px
}
.pos_fixed_top{
    position:fixed;
    top:0px;
    width:100%;
}
p.driver_name {
    margin-top: 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background:transparent;
    -webkit-border-radius:0px;
            border-radius:0px;
    padding-bottom:6px
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius:0px;
            border-radius:0px;
    color:#fff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;   
}
.nav-pills>li>a{
    border:2px solid transparent;
    padding:0px;
}
div#footer {
    height: 60px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding:10px;
    text-align:center;
}
a#trip_claims {
    text-decoration: none;
    display: inherit;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
}
.tab_header {
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
}
.tab_table{   
    min-height: 100px;
    height: auto;
    margin-top: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.table_contents{    
    padding: 10px 20px;
}
.right_content{    
    float: right;
    font-weight: 600;
    font-size: 13px;
    font-weight: 600;
}
.left_content{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Muli', sans-serif;
}
span.glyphicon.glyphicon-chevron-left {
    float: left;
    line-height: 50px;
    left: 20px;
    cursor:pointer
}
span.glyphicon.glyphicon-chevron-right {
    float: right;
    line-height: 50px;
    right: 20px;
    cursor:pointer
}
.chevrons:hover{
    color:#232323!important;
    -webkit-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.nav-pills>li {
    float: left;
    font-size: 11px;
    font-weight: 700;
    font-family: 'muli';
    letter-spacing:1px
}
.pink_font {
    text-decoration: none;
}
.pink_font:hover {
    text-decoration: none;
}
.hover_div{
    cursor:pointer
}
.hover_div:hover{
    -webkit-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.footer_button {
    padding: 10px 35px;
}
button#rating_but {
    width: 100%;
    margin-top: 20px;
    padding: 7px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-weight: 600;
    outline: 0px;
}
button#rating_but:hover{
    -webkit-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.nav-pills>li{
    text-align:center;
    width:32%;
    padding-bottom:6px
}
.panel-group{
    margin-top:20px
}
a:hover,a:active{
    text-decoration:none
}
.panel-default>.panel-heading{
}
    h4.panel-title span {
    float: right;
    font-weight: 600;
}
.table_contents.hover_div.pink_font span {
    padding-bottom: 3px;
}
.right_content.totals {
    font-weight: 800;
}
div#driver_img_block {
    margin-left: -50px;
    font-size: 21px;
}
img#driver_image {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-bottom: 8px;
}
@media screen and (max-width:768px){
div#drivers_details_block{
    display:none;
}
}

/* singlebooking................................. */
div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}
.table-title h3 {
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.table-fill {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  margin-top: 0px;
}
th {
  font-size: 14px;
  font-weight: 600;
  font-weight: 600;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
th:first-child {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
}
th:last-child {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  border-right: none;
}
tr {
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:first-child {
  border-top: none;
}
tr:last-child {
  border-bottom: none;
}
tr:nth-child(odd) td {
}
tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
}
td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 11px;
}
td:last-child {
  border-right: 0px;
}
th.text-left {
  text-align: left;
}
th.text-center {
  text-align: center;
}
th.text-right {
  text-align: right;
}
td.text-left {
  text-align: left;
}
td.text-center {
  text-align: center;
}
td.text-right {
  text-align: right;
}
tr.table_header th {
  padding: 16px 10px;
}
td.text-left.totals {
  font-weight: 800;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}