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

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

a {
    color: black;
}

tr.alt {
    background-color: #ebebeb;    
}

.footer {
    margin-top: 10px;
    margin-bottom: 0px;
}

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

.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%);
}

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

.dropdown-menu {
    background-color: #e41515 !important;
}

.dropdown-menu>li>a {
    font-weight: bold;  
    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.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: black;
}

.btnlink {
    font-weight: 700;
}

/* The sidebar menu */
.sidenav {
    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;
    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: 10px;
    margin-left: 0px;
    border: solid 1px #cccccc;
    width: 100%;
    border-radius: 10px;            
}

.navbar {
    min-height: 30px;
}

.nav-bar-set-car
{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e41515 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px;
}

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

.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: #F0F0F0;
}


.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; 

}

.jumbotron {
    background-color: rgb(210,210,210) !important;
}

.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%;
}

.table-dialog-squeezed > thead > tr > th,
.table-dialog-squeezed > tbody > tr > th,
.table-dialog-squeezed > tfoot > tr > th,
.table-dialog-squeezed > thead > tr > td,
.table-dialog-squeezed > tbody > tr > td,
.table-dialog-squeezed > tfoot > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.table-dialog-squeezed > thead > tr,
.table-dialog-squeezed > tbody > tr,
.table-dialog-squeezed > tfoot > tr,
.table-dialog-squeezed > thead > tr,
.table-dialog-squeezed > tbody > tr,
.table-dialog-squeezed > tfoot > tr {
    border-bottom: solid 1px #cccccc;
}    

.table-dialog-squeezed {
    margin-bottom: 10px;
}


.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-inverse .navbar-nav>li>a {
    color: white;
    font-weight: 800;
    font-size: larger;
}

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

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

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.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;
}    

.carousel-caption {
    /*right: 5%; */
    left: 10%;
    top: 0%;
    text-shadow: 5px 5px 8px black;
    padding-bottom: 10px;
}

.carousel-caption h1 {
    font-size: 48px;
    font-family: BritannicBold;
    color: black;
    text-align: left;
}

.carousel-caption h3 {
    color: black;
    text-align: left;
}

.carousel-caption h2 {
    color: black;
    text-align: left;
}

.carousel-caption h4 {
    color: black;
    text-align: left;
}

.set-i {
    text-align: right;
    padding-right: 0px;
}

.hdr p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.hdr a {
    color: black;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
}

.hdr {
    padding-top: 15px;
}

.hdr span {
    font-weight: bold;
}

.img-holder {
  position: relative;
}

.top-left {
  position: absolute;
  top: 50px;
  left: 10px;
  text-align: left;
}

.top-right {
  position: absolute;
  top: 50px;
  right: 80px;
  text-align: right;
}

.centered-top {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered-bottom {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.img-holder h1 {
  color: #e41515;
  font-weight: 900;
}

.img-holder h4 {
  color: #e41515;
  font-weight: 900;
}

.home_links p {
    text-align: center;
    font-size: 20px;
}

#qdiv {
    background-color: #e41515;
    /*min-height: 60px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-red {
    background-color: #e41515;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
}

.bg-red h1 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}    

#adiv {
    background-color: #e41515;
    padding-bottom: 20px;
    color: white;
    text-align: center;
}

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

.set-f i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 3px solid white !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 25px !important;
    color: white;
    margin-top: 12px;
    margin-bottom: 12px;
}

.set-f i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 25px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

.set-s i
{
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid white !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 14px !important;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.crspawn {
    font-size: 26px;
    font-weight: bold;
    padding-left: 5px;
}

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

#ppolicy_hdr {
    height: 220px;
    padding-top: 80px;
    color: white;
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-image: url(../images/bgroad.jpg);
    background-position: 50% 0;
}

#ppolicy_div {
    padding-top: 20px;
    font-size: 16px;
}

#contact_hdr {
    height: 220px;
    padding-top: 80px;
    color: white;
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-image: url(../images/bgcontact.jpg);
    background-position: 50% 0;
}

.charity-top {
    position: relative;
    top: 0;
    left: 0;
}

.charity-1 {
    position: absolute;
    top: 30%;
    left: 48%;
}

.charity-2 {
    position: absolute;
    top: 30%;
    left: 32%;
}

.charity-3 {
    position: absolute;
    top: 50%;
    left: 25%;
}

.charity-4 {
    position: absolute;
    top: 50%;
    left: 40%;
}

.charity-5 {
    position: absolute;
    top: 50%;
    left: 55%;
}


.charity {
    width: 150px;
}

#welcome_div {
    background-color: #eee;
    margin-top: 0px;
    height: 100px; 
    text-align: center;
}

#welcome_div h1{
    margin-top: 0px;
    padding-top: 30px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
    color: #cc6119 !important;
}

.panel-cust h2 {
    font-weight: 900;
}

.panel-cust p {
    color: white;
}

#wcu_div p {
    font-size: 14px;
}

.panel-title i  {
    color: #cc6119;
}

.panel-clr {
    background-color:greenyellow;
} 
    
.panel-clr.on {
    background-color:dodgerblue;
}


#about_hdr {
    height: 220px;
    padding-top: 40px;
    position: relative;
    background-color: #eee;
    text-align: center;
    color: red;
}

#about_hdr h1, h3{
    font-weight: 900;
}

#about_div {
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 50px;
}

.h1_ {    
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.panel-title {
    font-weight: bold;
}

#contact_info {
    padding-top: 20px;
    padding-bottom: 20px;
}

#contact_info h3{
     color: red;
}

.img-div {
    text-align: center;
}

#terms {
    margin-top: 20px;
    background-color: #eee;
    border-radius: 10px;
}

#terms-left {
    max-height: 533px;
    overflow-y:scroll;
}

#terms-right {
    height: 533px; 
    background-image: url(../images/service_bg.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
}

#terms-right h1 {
    color: red;
    text-align: center;
    font-weight: 900;
}    

.bottom-content {
  position: absolute;
  bottom: 5%;
  left: 30%;
}

.customer_links h4 {
    color: red;
    font-weight: 900;
}

#get_approved_cont p {
    font-size: 18px;
}

#get_approved_cont li {
    font-size: 18px;
}

#service_cont p {
    font-size: 18px;
}

.bootstrap-datetimepicker-widget table {
  background-color: #eee; 
}

.bus-hours {
    width: 90%;
}

.bus-hours > tbody >tr > td,
.bus-hours > tbody > tr > th {
    border-bottom: 1px solid black;
    font-size: 18px;
    width: 50%;
    height: 2em;
}

.bus-hours > tbody > tr > :nth-child(2) {
    text-align: right;
    font-weight: bold;
}    

.bus-hours-div {
    padding-left: 10%;
}

.service-cont h2 {
    border-bottom: 1px solid black;
    height: 1.5em;
}

#fin-reserve {
    margin-top: 15px;
    border: 5px solid #eee;
    padding-left: 16px;
    padding-right: 16px;
}

#refer-friend-div p {
    font-size: 18px;
    margin-bottom: 30px;
}

#faq_div a {
    font-size: 18px;
}

#faq_div .panel-body {
    font-size: 18px;
}

#app-list {
    border: solid 1px #cccccc;
    border-radius: 10px;    
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 30px;
}

#applications-table-div{
    max-height: 330px;
    overflow-y:scroll;
    overflow-x:auto;
}

.chat {
    margin-bottom: 20px;
    border: solid 1px #cccccc;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.chat-hdr {
    font-weight: bold;
}

.chat-wrapper {
    padding: 20px;
}

@media(max-width: 992px) {
    #home_hinner h3 {
        margin-top: 0px;
    }
    
    .charity {
        width: 100px;
    }
}

@media(max-width: 768px)
{
    .nav-bar-set-car {
        background-color: #D3D3D3 !important;
    }
    
    .bg-red h1{
        font-size: 18px;
    }
    
    #adiv h1,h2{
        font-size: 24px;
        padding-top: 5px;
    }

    .img-holder h1 {
        font-size: 18px;
    }
    
    .centered-top {
        top: 15%;
    }
    
    #btnSendEnquiry {
        margin-top: 15px;
    }
    
    .hlbl {
        margin-bottom: 15px;
    }
    
    .crspawn {
        font-size: 18px;
    }
    
    #credit_app_frm .form-control {
        margin-bottom: 10px;        
    }
    
    #refer-friend-div .form-control {
        margin-bottom: 10px;        
    }
    
    #footer_div {
        font-size: 12px;
    }

    #qdiv {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #home_hinner h4 {
        margin-top: 0px;
    }
    
    .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 {
        margin-bottom: 10px;
    }
    
    
    .top-right {
      position: absolute;
      top: 10px;
      right: 20px;
      text-align: right;
    }
    
    .charity {
        width: 60px;
    }
}


