﻿body.quotes-body {
    background-color: #e9eef2 !important;
}

body
{
    font-size: 15px;
}

.form-control
{
    font-size: 15px;
    height: 44px;
}

.form-group > .validation-msg
{
    font-size: 13px;
}

.btn
{
    font-size: 16px;
}

.site-header .breadcrumb li.home, .form-header .breadcrumb li.home {
    display: inline-block;
}

.fmp-header .navbar-fixed-top {
    position: relative;
}

.utilities-bar {
    line-height: 26px;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 4px solid #ffd100!important;
}

.utilities-bar .container-fluid {
    margin-left: 0;
}

ol.breadcrumb {
    margin: 0!important;
    padding: .1rem .5rem;
    background-color: rgba(240,240,240,0.2);
    color: #fff;
}

ol.breadcrumb a {
    color: #fff;
}

ol.breadcrumb:hover {
    background-color: #ffd100;
}

ol.breadcrumb:hover a {
    color: #33424d;
}

.navbar-inverse {
    border-color: #182d3c;
    background-color: #182d3c;
}


.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.utilities-bar > .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
}

.side-nav {
    padding-right: 0;
    background-color: #fff;
    color: #182d3c;
    height: 94vh;
    flex: 0 0 16.666667%;
}

.list-group {
    padding-top: 2rem;
}

.side-nav .list-group a.list-group-item {
    color: #182d3c;
    background-color: #fff;
    border: none;
}
a.list-group-item:hover {
    background-color: #ffd100;
}

.side-nav a.list-group-item.active {
    background-color: #e9eef2;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    box-shadow: 0 3px 0px 0px rgba(0,0,0,0.2);
}

.quote-results {
    padding-top: 1rem;
}

.quote-results h2 {
    text-align: center;
}

.border-background {
    border: 1px solid #e9eef2;
    background-color: #e9eef2;
    border-radius: 2rem;
}

.center-pad {
    padding: 0rem 1rem;
}

.vehicle-box,
.member-box {
    margin: 2rem;
    padding: 2rem;
    border: 1px solid lightgray;
    background-color: #e9eef2;
    min-height: 11rem;
    border-radius: 0.75rem;
}


.quote-pane {
    padding: 2rem;
    border: 1px solid lightgray;
    background-color: #fff;
    min-height: 11rem;
    border-top: none;
}

.vehicle-box select,
.member-box input {
    margin: 0.5rem 1rem;
    padding: 0.5rem;
}

.quote-pane button,
.quote-pane input {
    margin: 0.5rem 0;
    padding: 0.5rem;
}

.quote-tabs a.nav-link.active {
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid #e9eef2;
    background-color: #fff;
}

.quote-tabs a.nav-link {
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
}

.preview-panel {
    position: fixed;
    right: 0;
    top: 4rem;
    height: 84vh;
}

.preview-panel div{
    display: inline-block;
}

.preview-panel div.row {
    display: block;
}

.preview-panel .preview-tab {
    float: left;
    transform: rotate(-90deg) translate(-20rem, 1.75rem);
}

.preview-panel .preview-tab:hover {
    cursor: pointer;
}

.preview-panel .preview-tab h4 {
    background-color: #ffd100;
    color: #182d3c;
    padding: 1rem 1rem;
    word-wrap: break-word;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 2px 12px 0px rgba(0,0,0,0.2);
}

/* Efi - Table style 20.4 */
table {
  max-width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
}

/*
th-index {
  text-align: left;
}
*/

th td {
  text-align: left;
}



.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 3px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  text-align: left;

}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 1;
}

.table tbody + tbody {
  border-top: 2px solid black;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 2px solid black;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid black;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: darkgrey;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

/* Efi - End Table style 20.4 */


/* Efi - form-control style 20.4 */


.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 3.24%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}


/* Efi - End form-control style 20.4 */


/* Efi - form style 20.4 */

 .form-group {
    margin: 5px 5px;
}


/* Efi - End form style 20.4 */



.preview-panel .preview-content {
    float: right;
    background-color: #fff;
    border: 0.25rem solid #ffd100;
    border-right: none;
    height: inherit;
    width: 49rem;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 1rem;
    display:none;
    padding: 2rem;
    box-shadow: 0 2px 12px 0px rgba(0,0,0,0.2);
}

.preview-panel .preview-content img {
    /*width: 45rem;*/
    height: auto;
}

.preview-content .btn {
    width: 6rem;
}

.table .table-striped .table-bordered{

  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;

}
.service-table h2 {
    text-align: center;
}

.service-table td {
    align-content: center;
}

.work-list {
    padding: 2rem;
}

.work-list textarea {
    width: 100%;
    height: 7rem;
}

.bottom-toolbar {
    position: fixed;
    bottom: 0;
    background-color: #182d3c;
    width: 100%;
    height: 5rem;
    font-weight: 600;
    color: #fff;
    border-top: 3px solid #ffd100;
    padding-bottom: 1rem;
    right: 15px;
    z-index: 1000;
}

.bottom-toolbar select {
    margin: 1rem;
    padding: 0.25rem 0.5rem;
}

.bottom-toolbar button {
    display: inline;
}

.next-btn {
    position: fixed;
    bottom: 5.5rem;
    border-radius: 1rem;
    background-color: #ffd100;
    color: #182d3c;
    line-height: 1.5rem;
    font-weight: 700;
    width: 80%;
    text-align: center;
}

.next-btn:hover {
    color: #fff;
    background-color: #182d3c;
    text-decoration: none;
}

.quote-info {
    padding: 0.5rem;
    border: 1px solid #fff;
    margin: 0.5rem 0.1rem 1rem 0.25rem;
}

.quote-info h4 {
    display: inline;
}

.new-btn {
    padding: 0.1rem 0.5rem;
    border: none;
    float:left;
}

.new-vehicle {
    padding-top: 15px;
    padding-left: 10px;

}

.pannel-topbar{
padding-right: 5px;

}

.btn-select{

    width: 55px;
    display: inline-block;
}

.quotes-site-logo
{
    width: 180px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.quote-search-tight
{
    padding-left: 10px;
    padding-right: 0px;
}

.inline-validation-msg {

     font-size: 14px;
     line-height: 1.42857143;
     font-weight: normal;
     margin-left: 5px;
     color: #a94442;
}

.quote-bar {
    position: relative;
    background: #182D3C;
    color: #fff;
    padding: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 11px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.42857143;
}

.search-results-bar {
    position: relative;
    background: #182D3C;
    color: #fff;
    padding: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 17px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.42857143;
}

.error-bar {
    position: relative;
    background: #FF0000;
    color: #fff;
    padding: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 17px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.42857143;
}


.search-results-bar .search-results-bar-details {
    background: #425563;
    padding: 7px;
    text-align: left;
}

.quote-bar .quote-bar-quotenumber {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFD100;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.expandable-list .expandable-list-item {
    display: block;
    text-transform: capitalize;
    color: #FFF !important;
    background: #425563 !important;
}

.expandable-list .expandable-list-item .expandable-list-item-title
{
    height: 28px !important;
    background: #425563;
}

.expandable-list .expandable-list-item .expandable-list-item-title .expandable-list-item--title {
    color: #FFF !important;
    font-weight: 400;
}

.expandable-list .expandable-list-item .expandable-list-item-title .expandable-list-item__dropdown-chevron-line1, .expandable-list .expandable-list-item .expandable-list-item-title .expandable-list-item__dropdown-chevron-line2 {
    stroke: #FFF !important;
}

.expandable-list .expandable-list-item .expandable-list-item-content {
    margin-top: -9999em;
    padding: 0 0;
    overflow: auto;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    will-change: margin-top, opacity;
    transition: opacity 0.15s ease-out, margin-top 0.3s ease-out;
}

.expandable-list .expandable-list-item .expandable-list-item-content > [item] {
    display: block;
    padding: 0 16px;
    line-height: 40px;
    text-decoration: none;
    color: #FFF !important;
    font-weight: 300;
}

.search-results > a
{
    font-weight: 300;
    color: #FFF;
}

.bottom-toolbar-version
{
    position: relative;
    font-size: 11px;
    font-weight: 300;
    float: right;
    text-align: right;
    width: 100%;
    padding: 4px;
}

input[type="search"]:disabled
{
    background-color:#E9EEF2 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 13px;
    color: #464a4c;
    background-color: #fff;
    border-color: #D3D3D3 #D3D3D3 #fff !important;
}

.nav-item > a {
    color: #464a4c;
    text-decoration: none;
    padding-left: 10px !important;
    padding-left: 10px !important;
}

.nav-tabs .nav-link {
    font-size: 13px;
    border: 1px solid transparent !important;
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.quote-pane {
    padding: 2rem;
    border: 1px solid lightgray;
    background-color: #fff;
    min-height: 11rem;
    border-top: none;
}

.quote-checkbox > input
{
    margin-top: 2px !important;
}

#quote-service-type-table a
{
    color: #33424D !important;
}

.align-left
{
     float: left;
}

.align-right
{
     float: right;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*-- new style added*/
#sales-channel-settings table td,
#marketing-sources-settings table td,
#unusual-vehicle-settings table td,
#rejection-reasons-settings table td {
    vertical-align: top !important;
}

.booking-label
{
    font-weight: 400;
}
.booking-available
{
    background: #33424D;
    color: #FFFFFF;
    text-shadow:1px 0px 0px white;
}
.booking-selected
{
    background: #182D3C;
    color: #FFFFFF;
    text-shadow:1px 0px 0px white;
}
.booking-available:hover
{
    background: #182D3C;
    cursor: pointer;
}
.booking-not-available
{
    background: #CCCCCC;
}

.tab-content .tab-pane {
    overflow-x: hidden;
    overflow-y: auto;
}

/*to remove cross button from input field*/
span.form-control-feedback {
    display: none;
}

#serviceTypeEditTopSection .form-group {
    margin: 5px 0px;
}

.labourButton{
  margin-top:10px;
}
.fleetButton{
  margin-top:10px;
  margin-right:2px;
  padding-left: 0px;
  padding-right: 0px;
}

/*For surface pros*/
@media only screen
   and (max-width : 2736px)
   and (max-height : 1824px) {
    .fleetButton{
      margin-top:10px;
      margin-right:20px;
      padding-left: 5px;
      padding-right: 5px;
    }
}

/*-------------------------------------------------------New style added for ACtion bar Buttons----------------------------------------------------------*/
#action-bar-section {
    margin-left: -13px;
}

.action-bar-body {
    margin: 15px 10px 5px 0;
}

.action-bar-header {
    background: #182D3C;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    box-shadow: 0 0px 0px 0px #182D3C;
}

.action-btn-section {
    padding: 0px;
}

.action-btn-section .btn {
    padding: 10px 0 10px 5px;
    width: 90%;
}
/*-------------------------------------------------------New style added for Quick Quote----------------------------------------------------------*/
.quick-quote-add .table-container{
    margin-left: 0px;
    margin-right: 0px;
}

.quick-quote-add .table-container-heavy {
    font-weight: 400 ;
    line-height: 42px;
}

.quick-quote-add .form-group {
    margin-bottom: 20px;
}

.quick-quote-add .table-bordered {
    border: 1px solid #ddd;
}

.quick-quote-add table thead {
    background: #182D3C;
    color: #fff;
}

#add-part-section table tr td {
    vertical-align: middle;
}

#add-part-section .table-responsive {
    max-height: 273px;
}
/**********************************************************************Services Tab styles****************************************************************************/
.servicesTabs div {
    height:43px;
    width:100%;
    vertical-align:middle;
    display:inline-block;
    box-sizing: border-box;
}
.servicesTabs .floater {
    float:right;
    display:inline-block;
    height:100%;
    box-sizing: border-box;
}
.servicesTabs .centered {
    vertical-align:middle;
    display:inline-block;
    box-sizing: border-box;
}
.servicesTabs h1 {
    margin:0;
    vertical-align:middle;
    display:inline-block;
    box-sizing: border-box;
}
.servicesTabs .table-container:after, .floater:after, .centered:after {
    height:100%;
    content:'';
    font-size:0;
    vertical-align:middle;
    display:inline-block;
    box-sizing: border-box;
}

.servicesTabs .table-container-heavy {
    font-weight: 400 ;
}
.popover .popover-content {
    height: auto;
}
/******************************************************************** Shopping Cart style ***************************************************************************/
.shopping-card-GST-row, .shopping-card-Gtotal-row, .shopping-card-subtotal-row {
    font-weight: 400;
    font-size: 16px;
}

#shoppingCartDetailsSection {
    padding-left: 8px;
    max-height: 610px;
    overflow-y: auto;
}


/********************************************************************Search page style ***********************************************************************************/
.quote-search-table, .search-results-bar {
    margin-left: 0px;
    margin-right: 0px;
}

.quote-search-table {
    background: inherit;
    color: #33424D;
    font-size: 13px;
}

.quote-search-table thead {
    background: #182D3C;
}

.quote-search-table thead, .quote-search-table tbody {
    display: block;
}
.quote-search-table tbody {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.quote-search-table thead th {
    font-size: 15px;
}

.quote-search-table tbody td {
    font-size: 13px;
    font-weight: 200;
}

#searchQuoteSection div.table-responsive {
    margin: 10px 0;
}

#searchQuoteSection .validation-msg {
    color: #a94442;
}

#searchQuoteSection #noSearchResult {
    margin: 20px 0;
    font-size: 17px;
}

#quoteInvalidModal label {
    color: #a94442;
}

.quote-imcomplete-tab {
    color: #a94442 !important;
}

.sales-channel-items label.has-error {
    border: 1px solid #a94442;
}

/*******************************************************Discount page style***************************************************************************/
#discount-settings .search-results-bar {
    font-weight: 400; font-size: 15px; margin-top: 39px;
}

#discount-settings #searchPart {
    width: 90px;
    margin-left: 5px;
}

.visible {
    visibility: visible !important;
}

#discount-setting table {
    width: 100%;
}

#selected-discount-table {
    width: 65%;
    padding-top: 2px;
    padding-bottom: 3px;
    margin-top: 15px;
}

.member-discount-row td:first-child, .member-discount-row .shooping-cart-quantity input, .member-discount-row .shooping-cart-uprice input{
    visibility: hidden;
}

/*********************************************************************Preview section*************************************************************************************/
.preview-panel {
    position: fixed;
    right: 0;
    top: inherit;
    height: auto;
    bottom: 0px;
    width: 38%;
    text-align: center;
    left: 31%;/*21%*/
}

.preview-panel .preview-tab {
    float: none;
    transform: none;
}

.preview-panel .preview-tab h5 {
    background-color: #ffd100;
    color: #182d3c;
    padding: 1rem 1rem;
    word-wrap: break-word;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: none;
    width: 100px;
    margin-bottom: 17px;
}

.preview-panel .preview-content {
    display: block;
    float: none;
    background-color: #fff;
    height: inherit;
    width: 49rem;
    border-radius: 2rem 2rem 0 0;
    padding: 2rem;
    box-shadow: none;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: none;
}

.previewContentOpen {
    margin-bottom: -1px;
}

#quote-preview-content {
    overflow: auto;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-height: 82%;
}

#quote-preview-content .mobile-cta {
    width: 30px;
}

.preview-content .btn-primary {
    width: 70px;
    padding: 5px;
}

.preview-content.slider {
    top: 0;
    max-height: 901px;
    overflow: hidden;
    -webkit-transition: height .2s;
    transition: height .2s;
    padding-bottom: 20px;
    border: 0.25rem solid #ffd100;
}

.preview-content.closeSlider {
    top: 100vh;
    height: 0;
    -webkit-transition: height .2s;
    transition: height .2s;
    padding-bottom: 10px;
    border: none;
    /*display: none;*/
}

.quote-preview-open .preview-tab h5 {
    margin-bottom: 0px;
}

.preview-content .wrapper {
    background: #fff;
}

.preview-content .wrapper table {
    margin-bottom: 0px;
    width: 100% !important;
}

/*********************************************************************LogBook section*************************************************************************************/
#logbookContainer .panel {
    border: 1px solid #D3D8DB;
    font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logbookContainer .panel-heading{
    /*padding: 10px 15px;*/
    background: #f4f7f9;
    padding: 0px;
}

#logbookContainer .panel-heading:hover, #logbookContainer .panel-heading:focus {
    text-decoration: none;
    color: #0062b2;
    background: #e9eef2 !important;
}
#logbookContainer .panel-title a {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
}

#logbookContainer .panel-title a:hover, #logbookContainer .panel-title a:focus {
    background: inherit;
    text-decoration: none;
    color: #0062b2;
}

#logbookContainer .panel-title a[aria-expanded = "true"] {
    background: #e9eef2;
    color: #0062b2;
    /*background: #182D3C;*/
}

#logbookContainer .panel-body {
    background: #fff;
    height: 190px;/*214px*/
    padding: 10px 15px;
    overflow-y: auto;
}

#logbookContainer table td {
    border: none;
    padding: 0px;
}

.addLogBook {
    text-align: right;
    padding-right: 0px;
    margin-top: 5px;
}

#logbookContainer .btn:active, #logbookContainer .btn.active1 {
    color: #FFD100;
    background-color: #33424D;
    border-color: #1b2228;
}

#logbookContainer .btn {
    margin-top: 0px;
    margin-bottom: 10px;
    float: right;
}

#logbookContainer table label { line-height: 32px; }

.autoTransmissionExist {
    margin-top: 37px;
    margin-bottom: 0px;
}

#logbookContainer .noVehicleRefinement {
    height: 224px;
}

.disable-clicks
{
    pointer-events: none;
}

a.panel-heading[data-toggle="collapse"]:after,
.panel a[data-toggle="collapse"][data-toggle="collapse"]:after,
button.panel-heading[data-toggle="collapse"]:after {
    /*right: 0;*/
}
/*-------------------------------------------------------media queries---------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .action-btn-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .action-btn-section .btn {
        width: 100%;
    }
    #main {
        width:calc(100% - 200px);
        float: right;
    }
    .preview-panel {
        width: 45%;
    }
}

@media (min-width: 768px) {
    .navigation-tiles {
        padding-bottom: 8px;
    }
}

/*-------------------------------------------------------CSS fix for IE 11 only starts--------------------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {

    .vcenter {
        transform: translateY(50%);
    }

    #bookingPageSection .vcenter {
        transform: translateY(-50%);
    }

    td[_ngcontent-xpy-56], th[_ngcontent-xpy-56] {
        vertical-align: inherit;
    }

    input::-ms-clear { display: none; }

    .discard-changes-btn {
        position: relative;
        bottom: 7px;
    }
}
/*-------------------------------------------------------CSS fix for IE 11 only ends--------------------------------------------------------------------*/
/*-------------------------------------------------------CSS fix for IPAD only starts--------------------------------------------------------------------*/
@media only screen and (device-width: 768px) {
    /*#searchQuoteSection {
        padding-bottom: 55px;
    }*/

    .navigation-tiles .tile-grid {
        width: 97%;
        margin-left: -20px;
    }
}
/*-------------------------------------------------------CSS fix for IPAD only ends--------------------------------------------------------------------*/

@media (max-width: 1630px)
{
  .preview-panel
  {
    margin-left: 400px;
  }
}
@media (max-width: 1300px) {
  .preview-panel {
    width: 30%;
    }
  }
@media (max-width: 1300px) {
  .preview-panel {
    width: 30%;
    }
  }
