
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 9, 2018, 12:38:06 PM
    Author     : xceltec13
*/
.m-t-15{
    margin-top: 15px;
}
.m-t-30{
    margin-top: 30px;
}
a:focus,a:active{
    outline: none;
}
.footer-top .footer-widget:last-child{
    text-align: right;
}
div#auth-modal .modal-dialog {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
div#auth-modal .modal-dialog .modal-content{
    border-radius: 0px;
}
div#auth-modal .modal-dialog .modal-body{
    padding:0px;
}
div#auth-modal .nav-pills li {
    width: 50%;
    margin: 0;
    text-align: center;
}
div#auth-modal .nav-pills li a {
    border-radius: 0px;
    padding: 16px 30px;
    color: #fff;
    background:#02b74e;
    font-weight: 600;
}
div#auth-modal .tab-content{
    padding: 40px 40px 20px;
}
div#auth-modal .nav-pills>li.active>a,
div#auth-modal .nav-pills>li.active>a:focus,
div#auth-modal .nav-pills>li.active>a:hover{
    background-color: #fff;
    color: #02b74e;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select#sel1,
textarea#comment{
    border-left: transparent;
    border-radius: 0px;
    border-top: transparent;
    border-right: transparent;
    box-shadow: none;
    border-width: 1px;
}
textarea{
    resize: none;
}
.auth-button {
    padding: 10px 60px;
    border-radius: 50px;
    background-color: #02b74e;
    color: #fff;
    font-size: 18px;
    margin: auto;
    display: block;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 35px;
}
.account-contact-right .nav-tabs{
    padding-left: 28px;
}
.account-contact-right .nav-tabs li a{
    color: #000;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 0px;
    margin: 0px 0px 0px -1px;font-size: 14px;
    letter-spacing: 1px;
}
.dashboard-history-right .nav-tabs li a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: transparent;
    border-radius: 0px;
    margin: 0px 0px 0px -1px;
}
.account-contact-right .nav-tabs li a.overview-btn{
    color:#017f34;
}
.account-contact-right .nav-tabs li.active a{
    font-weight: 600;
    color:#017f34;
}
.account-right{
    border-left: 1px solid #cacaca;
}
.account-contact-right .tab-content{
    margin-top: 30px;
}
span.info-icon {
    height: 20px;
    width: 20px;
    background-color: #017f34;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    padding-top: 0px;
    font-size: 14px;
    margin-left: 10px;
}
.vehicle-item-type{
    position: relative;
}
.vehicle-item-type:after {
    position: absolute;
    content: "at";
    top: 0;
    right: 0;
    margin: 5px -7px 0px 0px;
    font-weight: 600;
    font-size: 18px;
}
.vehicle-img-box {
    position: relative;
    width: 100%;
   /*  height: 175px; */
    overflow: hidden;
    margin-bottom: 30px;
}
.vehicle-img-box .image-place-holder {
    position: absolute;
    object-fit: cover;
    object-position: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.btn-add-field-row{
    background-color: #fcfcfc;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}
.add-vehicle-img {
    height: 175px;
    width: 175px;
    background-color: #fcfcfc;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}
.user-vehicle-detail {
    padding: 20px;
    border: 1px solid #ccc;
}
.user-vehicle-detail .vehicle-box .user-vehicle {
    max-width: 150px;
    position: relative;
    margin: auto;
    text-align: center
}
.vehicle-box .user-vehicle-description .car-details{
    margin: 10px 0px;
}
.vehicle-box .user-vehicle-description .car-details p {
    font-weight: 600;
}
.dashboard-history-box .title {
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 600;
}
.dashboard-history-right .nav-tabs>li{
    margin-bottom: -2px;
}
.dashboard-history-right .tab-content table tr td {
    padding: 10px 15px;
    vertical-align: middle;
    position: relative;
    font-size: 13px;
}
.dashboard-history-right .tab-content table tr td:after {
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 70%;
    width: 1px;
    background: #ccc;
}
.dashboard-history-right .tab-content table tr td:last-child:after{
    content: "";
    display: none;
}
.text-green{
    color: #02b64e;
}
.dashboard-history-right {
    padding-left: 35px;
    padding-top: 50px;
}
.dashboard-history-right .tab-content {
    min-height: 200px;
    margin-bottom: 30px;
    overflow: auto;
}
.dashboard-history-right .tab-content table tr td .user_image{
    height: 45px;
    width: 45px;
    margin-right: 10px;
}
.dashboard-left-part{
    border-right: 1px solid #ccc;
    padding-bottom: 60px;
}
/*18/6/2018*/
 /*.account-contact-right .form-group  label{font-size: 14px;}*/
 .form-group span.select2-selection.select2-selection--single{border: none; border-bottom: 1px solid #cacaca; box-shadow: none;border-radius: 0px;
}
.form-group select#uservehicleform-year, select#sel2 {
    border: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0px;box-shadow:none;
}