﻿.body-set {
    /* background-image: url("http://i.imgur.com/TfCj0e7.gif?noredirect");*/
    background-image:url("http://kaba35.com/wp-content/uploads/2015/11/Savin-NY-Website-Background-Web.jpg") ;
    /*background-image: url("http://subtlepatterns.com/patterns/sativa.png");*/
    /* background-image: url('../images/BG.jpg');*/
    /*background-image: url('../images/icons.png');*/
    /*background-color: #eceded;*/
    background-repeat: no-repeat;
}
.bg {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
legend {
    color: #4caf50;
    border-bottom: none;
}
.form-margin{
    margin-top: 142px;
}
.form-margin-xs{
    margin-top: 80px;
}
.remember{
    margin-left: 20px
}
.login-mb{
    margin-left: 4px;
}
.login-color{
    color:#6c7d94;
    font-style: italic;
}
.form-label{
    color:white;
}
.btn-save{
    color: white;
    background-color:#9f1331;
}
.btn-save:hover, .btn-save:focus, .btn-save.focus {
    color:white;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus {
    background-color: #9f1331;
}
/*---navbar----*/
.nav-bg{
    background-color: #333d4a;
}
.active-set{
    height:94px;
}
.fa-set{
    margin-left: 5px;
}
.fa-set2{
    margin-left:9px;
}
.caret-set{
    margin-left: 14px;
}
#element1 {margin-right : 20px; float:left;}
#element2 {float:left;}
.navbar-2{
    background-color:#f1f3f6;
}
.navbar-set{
    margin-right:14px;
    padding-left: 14px;
    padding-right: 14px;
}
.navbar-set2{
    margin-left: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff9800;
}
.navbar-bottom {
    margin-bottom: 0px;
}
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 12px;
    }
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 35px;
}
.navbar-default .navbar-nav>li>a {
    color:#6b7684;
}
.navbar-default .navbar-nav>li>a:hover {
    color:#ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #ffffff;
    background-color: #414c5a;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #414c5a;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}
.navbar-nav-center {
    width: 100%;
    text-align: center;
}
.navbar-nav-center> li {
    float: none;
    display: inline-block;
}
.dropdown-menu{
    background-color:#333d4a;
}
.dropdown-menu>li>a:hover{
    background-color: #dd6329;
    color: #ffffff;
}
.dropdown-menu>li>a{
    color:#ffffff;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #eeeeee;
    }
}
@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color:#ffffff;
        background-color: transparent;
    }
}
/*--------main body of homepage------*/
.click-btn
{
    border-radius:0px;
    color:#9f1331;
    transition:0.3s ease-in;
    margin-top:-20px;
    margin-bottom:10px;
}
.click-btn:hover
{
    color:#dc641e;
    transition:0.2s ease-out;
}
.btn-primary {
    color: #ffffff;
    background-color: #9f1331;
    border-color: transparent;
}
.import h3{
    color:#9f1331;
    border-bottom: 1px solid #dc641e;
    font-size:22px;
    padding:5px 0
}
.import h5{ font-size:16px;}
/*------------for single booking-----------------*/
.single_booking {
    position: absolute;
    top: 7px;
    left: 0px;
    background-image: url('../images/single_booking.png');
    width: 82px;
    height:88px;
}
.single_booking_hover1:hover .single_booking,.single_booking_hover:hover .single_booking {
    background-image: url('../images/single_booking_hover.png');
    width: 82px;
    height:88px;
    transition: 0.2s ease-out;
}
.single_booking_hover1,.single_booking_hover {
    cursor: pointer;
}
/*-------------for booking by file--------------*/
.booking_by_file {
    position: absolute;
    top: 7px;
    left: 0px;
    background-image: url('../images/booking_by_file.png');
    width: 84px;
    height:88px;
}
.booking_by_file_hover1:hover .booking_by_file,.booking_by_file_hover:hover .booking_by_file {
    background-image: url('../images/booking_by_file_hover.png');
    width: 84px;
    height:88px;
    transition: 0.2s ease-out;
}
.booking_by_file_hover1,.booking_by_file_hover {
    cursor: pointer;
}
.file-input{
    width: 242px;
}
.file-footer-margin{
    margin-top:90px;
}
.file-success-msg{
    color: #00CC00;
}
/*-----------for  booing summary---------------*/
.booking_summary {
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/booking_summary.png');
    width: 80px;
    height:91px;
}
.booking_summary_hover1:hover .booking_summary,.booking_summary_hover:hover .booking_summary {
    background-image: url('../images/booking_summary_hover.png');
    width: 80px;
    height:91px;
    transition: 0.2s ease-out;
}
.booking_summary_hover1,.booking_summary_hover {
    cursor: pointer;
}
/*-----------for  load sheet summary---------------*/
.load_sheet_summary {
    position: absolute;
    left: 0px;
    top: 19px;
    background-image: url('../images/load_sheet_summary.png');
    width: 72px;
    height:88px;
}
.load_sheet_summary_hover1:hover .load_sheet_summary,.load_sheet_summary_hover:hover .load_sheet_summary{
    background-image: url('../images/load_sheet_summary_hover.png');
    width: 72px;
    height:88px;
    transition: 0.2s ease-out;
}
.load_sheet_summary_hover1,.load_sheet_summary_hover {
    cursor: pointer;
}
/*-----------for  load delivey detail---------------*/
.delivery_details{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/delivery_details.png');
    width: 72px;
    height:100px;
}
.delivery_details_hover1:hover .delivery_details,.delivery_details_hover:hover .delivery_details{
    background-image: url('../images/delivery_details_hover.png');
    width: 72px;
    height:100px;
    transition: 0.2s ease-out;
}
.delivery_details_hover1,.delivery_details_hover {
    cursor: pointer;
}
/*-----------for change password---------------*/
.change_password{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/change_password.png');
    width: 68px;
    height:89px;
}
.change_password_hover1:hover .change_password,.change_password_hover:hover .change_password{
    background-image: url('../images/change_password_hover.png');
    width: 68px;
    height:89px;
    transition: 0.2s ease-out;
}
.change_password_hover1,.change_password_hover {
    cursor: pointer;
}
.change_password_footer{
    margin-top:345px;
}
.change_password_input{
    color: red;
}

/*-----------for orders---------------*/
.orders{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/orders.png');
    width: 71px;
    height:87px;
}
.orders_hover1:hover .orders,.orders_hover:hover .orders{
    background-image: url('../images/orders_hover.png');
    width: 71px;
    height:87px;
    transition: 0.2s ease-out;
}
.orders_hover1,.orders_hover {
    cursor: pointer;
}
/*-----------for receiving_order_history--------------*/
.receiving_order_history{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/receiving_order_history.png');
    width: 98px;
    height:91px;
}
.receiving_order_history_hover1:hover .receiving_order_history,.receiving_order_history_hover:hover .receiving_order_history{
    background-image: url('../images/receiving_order_history_hover.png');
    width: 98px;
    height:91px;
    transition: 0.2s ease-out;
}
.receiving_order_history_hover1,.receiving_order_history_hover {
    cursor: pointer;
}
/*-----------for Add New Riders--------------*/
.add_new_rider{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/add_new_rider.png');
    width: 115px;
    height:88px;
}
.add_new_rider_hover1:hover .add_new_rider,.add_new_rider_hover:hover .add_new_rider{
    background-image: url('../images/add_new_rider_hover.png');
    width: 115px;
    height:88px;
    transition: 0.2s ease-out;
}
.add_new_rider_hover1,.add_new_rider_hover {
    cursor: pointer;
}
/*-----------for Reversions--------------*/
.reversions{
    position: absolute;
    left: -13px;
    top: 7px;
    background-image: url('../images/reversions.png');
    width: 82px;
    height:87px;
}
.reversions_hover1:hover .reversions,.reversions_hover:hover .reversions{
    background-image: url('../images/reversions_hover.png');
    width: 82px;
    height:87px;
    transition: 0.2s ease-out;
}
.reversions_hover1,.reversions_hover {
    cursor: pointer;
}
/*-----------for Delivery Detail-------------*/
.delivery_details{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/delivery_details.png');
    width: 71px;
    height:100px;
}
.delivery_details_hover1:hover .delivery_details,.delivery_details_hover:hover .delivery_details{
    background-image: url('../images/delivery_details_hover.png');
    width: 71px;
    height:100px;
    transition: 0.2s ease-out;
}
.delivery_details_hover1,.delivery_details_hover {
    cursor: pointer;
}
/*-----------for complaints-------------*/
.complaints{
    position: absolute;
    left: 0px;
    top: 7px;
    background-image: url('../images/complaints.png');
    width: 73px;
    height:87px;
}
.complaints_hover1:hover .complaints,.complaints_hover:hover .complaints{
    background-image: url('../images/complaints_hover.png');
    width: 73px;
    height:87px;
    transition: 0.2s ease-out;
}
.complaints_hover1,.complaints_hover {
    cursor: pointer;
}

/*------------------second container-----------------*/
.bk-container{
    background-color: #f1f3f6;
}
.bk-container2{
    background-color:#ffffff;
}
.eee{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*-----------------Booking Cancel--------------------*/
.Booking_Cancel{
    position: absolute;
    left: 60px;
    top: 35px;
    background-image: url('../images/Booking_Cancel.png');
    width: 140px;
    height:140px;
}
.Booking_Cancel_hover1:hover .Booking_Cancel,.Booking_Cancel_hover:hover .Booking_Cancel{
    background-image: url('../images/Booking_Cancel_hover.png');
    width: 155px;
    height:155px;
    transition: 0.2s ease-out;
}
.Booking_Cancel_hover1,.Booking_Cancel_hover {
    cursor: pointer;
}
.Booking_Cancel-input{
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #ccc;
    padding-left: 5px;
    font-size: 16px;
    font-family: raleway;
    background-color: #FEFFED;
}

.Booking_Cancel_footer{
    margin-top:50px;
}
/*-----------------Create Load Sheet--------------------*/
.create_load_sheet{
    position: absolute;
    left: 55px;
    top: 35px;
    background-image: url('../images/create_load_sheet.png');
    width: 140px;
    height:140px;
}
.create_load_sheet_hover1:hover .create_load_sheet,.create_load_sheet_hover:hover .create_load_sheet{
    background-image: url('../images/create_load_sheet_hover.png');
    width: 155px;
    height:155px;
    transition: 0.2s ease-out;
}
.create_load_sheet_hover1,.create_load_sheet_hover {
    cursor: pointer;
}
/*-----------------Complaint_request--------------------*/
.Complaint_request{
    position: absolute;
    left:50px;
    top:35px;
    background-image: url('../images/Complaint_request.png');
    width: 140px;
    height:140px;
}
.Complaint_request_hover1:hover .Complaint_request,.Complaint_request_hover:hover .Complaint_request{
    background-image: url('../images/Complaint_request_hover.png');
    width: 155px;
    height:155px;
    transition: 0.2s ease-out;
}
.Complaint_request_hover1,.Complaint_request_hover {
    cursor: pointer;
}
/*-------------------------------------------------*/
.a1 {
    color: #9f1331;
    text-decoration: none;
}
.a1:hover {
    color:#dc641e;
    text-decoration: none;
}
.a2 {
    color: #9f1331;
    text-decoration: none;
}
.a2:hover {
    color:#9f1331;
    text-decoration: none;
}
.a3 {
    color:#543996;
    text-decoration: none;
}
.a3:hover {
    color:#543996;
    text-decoration: none;
}
.a4 {
    color:#17ac80;
    text-decoration: none;
}
.a4:hover {
    color:#17ac80;
    text-decoration: none;
}
.div-bottom{
    bottom: 15px;
}
/*---search box*/
#search {
    float: right;
    margin-top: 9px;
    width: 250px;
}
.search {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}
.search input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius:1px;
}
.search:hover input, .search input:focus {
    width: 200px;
    margin-left: 0px;
}
.btn-srch {
    left: 0px;
    width: 50px;
}
.row-set{
    margin-left: 0px;
    margin-right: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pre {
    display: block;
    margin-bottom: 1em;
    padding: 5px;
    padding-bottom: 20px ;
    width: auto;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size: 13px;
    background-color: #eff0f1;
}
.prettyprint {
    display: block;
    color: #393318;
}
.table-order{
    height: 600px;
    width: 1300px;
    margin-bottom: 23px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.horizontal {
    width: 1760%;
    height: 130px;
    overflow: auto;
}
#emptydiv {
    background-image: url('../images/single_booking.png');
}
#emptydiv:hover {
    background-image: url('../images/booking_by_file.png');
}
.form-bottom{
    margin-top: 20px;
}
.addwarehouse-top{
    top: 15px;
}
.addproduct-top{
    margin-top: 33px;
}
.addvendor-top{
    margin-top: 30px;
}
.addvendor-dropdown-top{
    margin-top: 15px;
}
.adduom{
    margin-top: 28px;
}
.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}
.panel-body{
    padding-bottom: 0px;
    padding-top: 0px;
}
.panel-heading{
    padding-top: 0px;
    padding-bottom: 0px;
}
.inv-bottom{
    margin-bottom: 0px;
}
/*
.invoice-set {
    background-image:url("http://digitalsynopsis.com/wp-content/uploads/2015/12/creative-logo-animations-2.gif") ;
    background-position: center;
    background-repeat: no-repeat;
}*/
@media only screen and (max-width: 500px) {
    .sroll {
        height: auto;
        width:auto;
        overflow: auto;
    }
}
#printOnly {
    display : none;
}
@media print {
    #printOnly {
        display : block;
    }
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
/*---for table hover--*/
.table-hover thead tr:hover th,
.table-hover tbody tr:hover td {
// background-color: #dc510a;
//   color: white;
}
/*---for order cancellation---*/
.remarks-button{
    margin-bottom:77px;
    margin-left: 40px;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.form{
    margin-left: 120px;
}

.btn-client-login{
    background-color: #dd6727;
}


.pad-logo{
    width: 20%;
    height: 20%;
    margin: 0 auto;
    margin-top: 90px;

}
