.bg {
    /* The image used */
    background-image: url(content/images/Office1.jpeg);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: "Segoe UI", sans-serif,Verdana !important;
}

.bgColor {
    background-color: #0079bf !important;
}

.fColor {
    color: #fff !important;
}

/*Header ---------------------------------------------------------------------------------------------*/
.logoPad {
    padding-top: 5px !important;
}

.trade {
    color: white;
    font: bold 45px arial;
    
   /* color: blue;
    font: bold 25px algerian;*/
}

.pro {
    color: blue;
    font: bold 25px arial;
   /* color: deeppink;
    font: bold 25px algerian;*/
}

.namics {
    color: white;
    font: bold 25px arial;
    /*color: #2abb08;
    font: bold 25px algerian;*/
}

.Online {
    color:black;
    font: bold 21px  arial;
}


 
.font12 {
    font-size: 12px;
    font-weight: 700;
}

.fonsize {
    font-size: 14px;
    font-weight: 700;
}

.btn-info2 {
  color: #fff;
  background-color: blue;
  border-color: #46b8da;
}

.headHeight {
    padding: 4px 0 !important;
    height: 55px;
}

.crntDate {
    font-size: 12px;
    padding: 4px 0 !important;
    text-align: right;
}

/*Header End ---------------------------------------------------------------------------------------------*/


/*Login ---------------------------------------------------------------------------------------------*/

.wrapper {
    width: 960px;
    margin: 20px auto;
    min-height: 550px;
    margin-top: 20px;
}

.box {
    width: 49%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a.back {
    color: #777;
    position: fixed;
    top: 5px;
    right: 10px;
    text-decoration: none;
}
/* Form Style */
.form_wrapper {
    background: #0079BF;
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 352px;
    font-size: 16px;
    -moz-box-shadow: 1px 1px 7px #ccc;
    -webkit-box-shadow: 1px 1px 7px #ccc;
    box-shadow: 1px 1px 7px #ccc;
}

.welcome {
    font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 900px;
    font-size: 16px;
    /*/*/ *-moz-box-shadow: 1px 1px 7px #ccc;
    /*-webkit-box-shadow:1px 1px 7px #ccc;*/ */*/*/
	box-shadow: 1px 1px 7px #ccc;
    height: 50px;
    border-radius: 6px 6px;
    padding-top: 5px;
    text-align: center;
    border-bottom: none;
}

.browsbtn {
    background: #5bc0de !important;
}

    .browsbtn:hover {
        background: #31b0d5 !important;
    }

.form_wrapper h3 {
    padding: 20px 30px 20px 30px;
    background-color: #0079BF;
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
}

.form_wrapper form {
    display: none;
    background: #fff;
}

.form_wrapper .column {
    width: 47%;
    float: left;
    height: 220px;
}

form.active {
    display: block;
}

form.login {
    width: 350px;
    height: 400px;
}

form.register {
    width: 700px;
}

form.forgot_password {
    width: 350px;
}

.form_wrapper a {
    text-decoration: none;
    color: #777;
    font-size: 12px;
}

    .form_wrapper a:hover {
        color: #000;
    }

.form_wrapper label {
    display: block;
    padding: 10px 30px 0px 30px;
    margin: 10px 0px 0px 0px;
}

.form_wrapper input[type="email"],
.form_wrapper input[type="text"],
.form_wrapper input[type="password"] {
    border: solid 1px #E5E5E5;
    background: #FFFFFF;
    margin: 5px 30px 0px 30px;
    padding: 9px;
    display: block;
    font-size: 16px;
    width: 76%;
    background: -webkit-gradient( linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF) );
    background: -moz-linear-gradient( top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px );
    -moz-box-shadow: 0px 0px 8px #f0f0f0;
    -webkit-box-shadow: 0px 0px 8px #f0f0f0;
    box-shadow: 0px 0px 8px #f0f0f0;
}

    .form_wrapper input[type="email"]:focus,
    .form_wrapper input[type="text"]:focus,
    .form_wrapper input[type="password"]:focus {
        background: #feffef;
    }

.form_wrapper .bottom {
    background-color: #444;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    clear: both;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

    .form_wrapper .bottom a {
        display: block;
        clear: both;
        padding: 10px 30px;
        text-align: right;
        color: #ffa800;
        text-shadow: 1px 1px 1px #000;
    }

.form_wrapper a.forgot {
    float: right;
    font-style: italic;
    line-height: 24px;
    color: #ffa800;
    text-shadow: 1px 1px 1px #fff;
}

    .form_wrapper a.forgot:hover {
        color: #000;
    }


.form_wrapper div.remember {
    float: left;
    width: 140px;
    margin: 20px 0px 20px 30px;
    font-size: 11px;
}

    .form_wrapper div.remember input {
        float: left;
        margin: 2px 5px 0px 0px;
    }

.form_wrapper span.error {
    color: red;
    font-size: 14px;
    display: block;
    margin: 4px 53px;
    font: bolder;
    font-weight: 500;
    text-align: right;
}

.form_wrapper input[type="submit"] {
    background: #e3e3e3;
    border: 1px solid #ccc;
    color: #333;
    font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 9px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    float: right;
    margin: 15px 20px 10px 10px;
    text-shadow: 0px 1px 0px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 2px #fff inset;
    -webkit-box-shadow: 0px 0px 2px #fff inset;
    box-shadow: 0px 0px 2px #fff inset;
}

    .form_wrapper input[type="submit"]:hover {
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
        /*background: #d9d9d9;*/
        -moz-box-shadow: 0px 0px 2px #eaeaea inset;
        -webkit-box-shadow: 0px 0px 2px #eaeaea inset;
        box-shadow: 0px 0px 2px #eaeaea inset;
        /*color: #222;*/
        color: black;
    }
/*Login End ---------------------------------------------------------------------------------------------*/



/*Main Menu ---------------------------------------------------------------------------------------------*/

.mainMenu {
    border-radius: 0px !important;
    margin-bottom: 5px !important;
}

.liHead {
    color: #fff !important;
}

    .liHead:hover {
        color: #999 !important;
    }

    .liHead:focus, .liHead:active {
        color: #333 !important;
    }

#bs-example-navbar-collapse-1 .dropdown-menu a:hover {
    color: blue;
    cursor: pointer;
}

#bs-example-navbar-collapse-2 .dropdown-menu a:hover {
  color: blue;
  cursor: pointer;
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }

.multi-column-dropdown {
    list-style: none;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

.legendClass {
    width: auto;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    /*hitesh changes*/
    .estmate-res {
        width: 50% !important;
    }

    .tpControl {
        width: 100% !important;
    }

    .padding-left {
        padding-left: 15px !important;
    }

    #btnFindClient {
        width: auto !important;
        float: right !important;
    }

    #txtInitials {
        margin-left: 0 !important;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.caretRight {
    float: right !important;
}

/*Main Menu End ---------------------------------------------------------------------------------------------*/


/*Second Menu ---------------------------------------------------------------------------------------------*/
 
 

.iconTitle {
    text-align: center !important;
}

    .iconTitle i {
        font-size: 12px !important;
    }



.anchorPad {
    padding: 5px 6px !important;
}


.med {
    margin: 0 auto !important;
    float: none !important;
}

.bs-example .dropdown-menu a:hover {
    color: #7c7c7c !important;
    cursor: pointer;
}

.welcomeClass {
    margin: 0 auto !important;
    border: 1px solid gray;
    float: none !important;
    font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    border-radius: 6px 6px;
    padding-top: 5px;
    text-align: center;
}

.tpPanel {
    margin: 0 auto !important;
    float: none !important;
    font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
}


.button {
    width: 100px;
    height: 34px;
}


/*Second Menu End---------------------------------------------------------------------------------------------*/

/*Purchase Menu---------------------------------------------------------------------------------------------*/
.purchaseMenu {
    background: transparent !important;
    border: none !important;
    min-height: 24px !important;
    margin-bottom: 5px !important;
}

    .purchaseMenu ul li a {
        padding: 2px 10px;
        text-decoration: underline;
        color: #d9534f !important;
    }

    .purchaseMenu .navbar-nav > .active > a, .purchaseMenu .navbar-nav > .active > a:hover, .purchaseMenu .navbar-nav > .active > a:focus {
        background: transparent !important;
    }

/*Purchase Menu End---------------------------------------------------------------------------------------------*/

/*No Data Available in ui-grid--------------------------------------------------------------------------------*/
.no-rows {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
}

    .no-rows .msg {
        opacity: 0.5;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        line-height: 200%;
        /*background-color: #eee;*/
        background-color: transparent;
        /*border-radius: 4px;
            border: 1px solid #555;*/
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .no-rows .msg span {
            display: table-cell;
            vertical-align: middle;
        }
/*End-------------------------------------------------------------------------------------------------------------*/

/*for tpApp input controls*/
.tpControlNoPadding {
    font-size: 14px !important;
    border: 1px solid orange;
    padding-left: 0px;
    background-color: #fff2e5;
    width: 75%;
    height: 24px;
}

.tpControl {
    font-size: 14px !important;
    border: 1px solid orange;
    padding-left: 5px;
    background-color: #fff2e5;
    width: 75%;
    height: 24px;
}

.tpControl1 {
    border: 1px solid orange;
    background-color: #fff2e5;
    height: 20px;
    padding-left: 5px;
    width: 85%;
}

.tpControl2 {
    border: 1px solid orange;
    background-color: #fff2e5;
    height: 20px;
    width: 75%;
    padding-left: 5px;
}
/*-----------------------------------------------------*/

/*Digital Colock*/
.clockClass {
    color: #0099cc;
    float: right;
}

#Date {
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.DClock {
    padding: 0;
    list-style: none;
    text-align: center;
}

    .DClock li {
        display: inline;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        font-family: Arial;
    }

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    font-size: 18px;
}


/*------------------------------------------*/

.ui-grid-right-textAlign {
    text-align: right !important;
}

.ui-grid-center-textAlign {
    text-align: center !important;
}

label {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.ui-grid-left-textAlign {
    text-align: left !important;
}

.button-width-change {
    width: 12%;
    padding: 1px 15px !important;
}

.purchaseHeading {
    font-size: 20px;
    text-align: center;
    padding: 0 !important;
    font-weight: bold;
    border-radius: 0px !important;
}

.BookingHeading {
    font-size: 13px;
    text-align: center;
    padding: 0 !important;
    font-weight: bold;
    border-radius: 0px !important;
}
/*From Customer Page*/

.inputSelect {
    font-size: 15px !important;
    border: 1px solid orange;
    padding-left: 5px;
    background-color: #fff2e5;
}

.detailDiv {
    margin-left: 1px;
    border: solid 1px;
    padding: 12px;
    width: 100%;
    margin-bottom: 12px;
}

.formContentSpacing {
    margin-left: 40px;
}

.inputField {
    width: 120px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

td {
    padding: 10px 0 0 10px;
}

.rightalign {
    text-align: right;
}

.dateInput {
    height: 28px;
    width: 100px;
}

.countText {
    border: 1px solid orange;
    background-color: #fff2e5;
    padding-left: 6px;
    width: 152px;
    height: 20px;
    font-weight: 100;
    margin-left: 5px;
}


@media (max-width: 500px) {
    .hide-button-text {
        display: none;
    }

    /*.button-width-change {
        width: 50px !important;
    }*/
}

@media (min-width: 500px) {
    .hide-icon {
        display: none;
    }
}

.effect {
    display: inline-block !important;
    width: 100% !important;
    padding: 0 !important;
}

#VehicleDetail .tpControl {
    margin: 0 0 5px;
}

.number {
    display: inline-block;
    position: absolute;
    margin: 2px;
}

    .number a {
        display: block;
        background: #5bc0de;
        color: #fff;
        text-align: center;
        /*padding: 0 5px;*/
        margin-left: 7px;
        margin-bottom: 1px;
    }

/*media query for internet explorer 9/10/11*/
@media screen and (min-width:0\0) {
    .tpControl1 {
        height: auto;
    }

    .effect {
        line-height: 24px !important;
    }

    .inter-effect {
        margin: 0 0 0 -15px;
    }

    .invoice-total {
        margin: 0 0 0 -35px;
    }

    .nav-tabs > li > a {
    }
}

.payment-btn button {
    margin-bottom: 5px;
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.button160 {
    width: 160px;
}


/*Style for quick search tooltip*/
.list-group li.custtooltip {
    outline: none;
}

    .list-group li.custtooltip strong {
        line-height: 30px;
    }

    .list-group li.custtooltip:hover {
        text-decoration: none;
    }

    .list-group li.custtooltip span {
        z-index: 10;
        display: none;
        padding: 0px 10px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    .list-group li.custtooltip:hover span {
        display: table;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
        z-index: 999;
        margin-top: 2px;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
.list-group li.custtooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

/*Set editable cell height in invoice grid */
.invoiceGrid div.ui-grid-cell input{
  height:30px;
}

/*Set multiline row in invoice grid */
/*.invoiceGrid .ui-grid-cell {
    display: table-cell;
    height: auto !important;
    overflow: visible;
    position: static;
}

.invoiceGrid .ui-grid-row {
    display: table-row;
    height: auto !important;
    position: static;
}

.invoiceGrid .ui-grid-cell-contents {
    height: auto !important;
    white-space: normal !important;
    overflow: visible;
}

.invoiceGrid .ui-grid-row div[role=row] {
    display: flex;
    align-content: stretch;
}*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 10px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #31b0d5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #31b0d5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }