/* 
    Created on : Jan 11, 2018, 7:42:23 AM
    Author     : Rafail
*/

body {   
    font-family: Tahoma, Geneva, sans-serif;
    overflow-x: hidden;
}

.footer {
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: rgb(200,200,200) !important;
}

.footer h4 {
    padding-bottom: 6px;
    border-bottom: 1px solid #313131;
    margin-bottom: 10px;
    font-weight: 900;
}

.footer p {
    font-size: 18px;
    margin-bottom: 4px;
}

.header {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    margin-left: 0px;
    background: linear-gradient(135deg, #eee 20%, #D3D3D3 60%);
}

.header h1 {
    font-weight: 900;
}


.address_line {
    font-size: 20px;
    text-align: right; 
}

.address_line a {
    color: darkblue;
}    

.navigation_links a {
    color: white;
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    position:relative;
    background-color: black;
}

.col {
    background-color: #708090;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 900;
}

.col:hover {
    background-color: red;
    color: white;
}

.col p {
    color: white;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px
}

.col:hover p {
    color: white;
}

.col h5 {
    color: white;
    font-size: 18px;
    margin-top: 0px;
}

.col h3 {
    color: white;
    text-align: center;
    width: 100%;
}

.btnlink {
    font-weight: 700;
}

/* The sidebar menu */
.sidenav {
    /*height: 100%;  Full-height: remove this if you want "auto" height */
    /* width: 145px; Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 20%; /* Stay at the top */
    right: 0;
    background-color: rgb(190,190,190);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 5px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    /*font-weight: 700;*/
    color: #428bca;
    display: block;
    border-bottom: solid 3px white; 
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

.regdiv {
    margin-top: 0px;
    padding: 15px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000; 
}

.cntr {
    text-align: center;
}

.review {
    border: solid 1px gray;
    height: 250px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: none;
    color: white;
}


.review_top {
    margin: 15px 40px 40px 40px;
    min-height: 250px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border-color: black;
}

.carousel-indicators .active {
    background-color: black;
    border-color: black;
}

.checked {
    color: orange;
}

.set-socila-i i
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    background-color: #F0F0F0; 
}

.set-socila-i i:hover
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

.line1 {
    font-size: large;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 560;   
}

.line1_small {
    font-size: small;
}

.set-socila-is i
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
}

.set-socila-is i:hover
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

.table-int {
    width: 100%;
    color: black;
}

.table-int > thead > tr > th,
.table-int > tbody > tr > th,
.table-int > tfoot > tr > th,
.table-int > thead > tr > td,
.table-int > tbody > tr > td,
.table-int > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-int th {
    width: 35%;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.navbar {
    min-height: 30px;
}

.nav-bar-set-car
{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(200,200,200) !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
    font-weight: 800;
    font-size: larger;
}

.navbar-default .navbar-nav>li>a {
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #daa520;
    color: #fff;    
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: black;
}

.hlbl {
    padding-left: 15px;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px;
}    

.table-dtl > thead > tr > th,
.table-dtl > tbody > tr > th,
.table-dtl > tfoot > tr > th,
.table-dtl > thead > tr > td,
.table-dtl > tbody > tr > td,
.table-dtl > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    height: 36px;
    padding-right: 0px;
}

.table-flt {
    border: solid 2px #e5e5e5; 
}

.table-flt > thead > tr > th,
.table-flt > tbody > tr > th,
.table-flt > tfoot > tr > th,
.table-flt > thead > tr > td,
.table-flt > tbody > tr > td,
.table-flt > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pagination a {
    width: 15px;
}    

.btn-danger {
    background-color: #337ab7;
}

.text-block {
    left: 35px;
}

.dropdown-menu > li > a {
    font-weight: bold;
}

#vehicle_grid h4 {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#vehicle_grid h5 {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#vehicle_grid a {
    color: white;
}


.inventory_box {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.inventory_box:hover {
    box-shadow: 5px 5px 150px #000000;
    z-index: 1000;
}

#parts_grid h4 {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#parts_grid h5 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.header_notes {
    font-size: 17px;
}

.modal-dialog {
    color: black;
}

.carousel-caption h1 {
    font-size: 48px;
}

.admin-div {
    margin-top: 15px;
    margin-bottom: 15px;
    /*background-color: #F0F0F0;*/
    color: white;
    border: 2px solid white;
    border-radius: 20px;
}

.zoom {
    color: white;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.sticky_bottom {
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index:1000; 
}

#slide {
    /*position: absolute;*/
    left: -100%;
    width: 100%;
    min-height: 80px;
    background-color: red;
    -webkit-animation: slide 2s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 2s forwards;
    animation-delay: 1s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.announcement_link {
    position: fixed;
    top: 25%;
    left: 0px;
    text-decoration: none;
    color: #000000;
}

.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.crspawn {
    font-size: 20px;
    font-weight: 550;
}

.crdiv {
    padding-top: 15px;
    padding-bottom: 15px;
}

.crdiv p {
    font-size: 22px;
}

@media (min-width: 1700px) {
    .container {
        width: 1400px;
    }
    
    #service_frm .contact_lbl {
        font-size: 18px;
    }
    
    #service_frm h3 {
        font-size: 28px;
    }
}

@media(max-width: 768px)
{
    .crdiv p {
        font-size: 14px;
        font-weight: bold;
    }
    
    .set-margin-col-m
    {
        margin-top: 6%;
    }

    .set-inline-display
    {
        display: inline !important;
        width: 100%;
        text-align: justify;
    }
    .client-review button
    {
        background-color: #000 !important;
        border: 0px !important;
        border-radius: 0px !important;
        width: 100% !important;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 20px !important;
        color: #fff !important;

    }
    .table-int {
        font-size: 12px;
    }
    
    .header_notes {
        font-size: 14px;
    }
    
    .back-to-top {
        bottom: 15%;
    }
    
    #creditapp input, select {
        margin-bottom: 5px;
    }

}

