/** Home Page **/

body {
    padding-top: 0;
    padding-bottom: 40px;
    background: #e9ecf3;
    font-family: 'Arial';
}

@media (min-width: 979px) {}

.waiting_container .chzn-container,
.select_container .chzn-container {
    width: 100% !important;
}

.select_container {
    float: left;
    width: 100%;
}

.waiting_container {
    display: none;
}


/** Login Page **/

#login {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #C6343F6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
}

#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 20px;
    color: #C6343F;
}

#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    background: #DDE3EC;
    border-color: #bdbdbd;
    height: auto;
    color: #999;
    margin-bottom: 15px;
    padding: 7px 9px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -border-radius: 0px;
}

#login .form-signin input[type="text"]:focus {
    font-size: 16px;
    background-color: transparent;
    border-color: #43a6eb;
    color: #000;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -border-radius: 0px;
}

#login .form-signin input[type="password"]:focus {
    font-size: 16px;
    background-color: transparent;
    border-color: #43a6eb;
    color: #000;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -border-radius: 0px;
}

.padding-table {
    padding-bottom: 250px;
}

.tr-order td {
    background-color: #FFE6E6 !important;
}

.tr-pending td {
    background-color: #FFF4BF !important;
}

.tr-done td {
    background-color: #DFFFDF !important;
}

.tr-cancel td {
    background-color: #fff !important;
}

#login .form-signin input[type="submit"].btn.btn-large {
    border-radius: 0px;
    background: #C6343F;
    width: 40%;
}

#login .form-signin input[type="submit"].btn.btn-large:hover {
    border-radius: 0px;
    background: #bbd6e4;
    border-color: #fff;
}


/** 2 level sub menu **/

.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


/** Global **/

#content {
    margin-left: 0px;
    margin-top: 0px;
}

.hide-sidebar,
.show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    border: 1px solid #ccc;
    background: white;
    margin: 1em 0em;
    border-top: none;
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    background: #fff;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.block-header div {
    padding-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}


/** Side Bar **/

.bs-docs-sidenav {
    max-width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.bs-docs-sidenav>li>a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

.bs-docs-sidenav>li:first-child>a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav>li:last-child>a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav>.active>a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}


/* Chevrons */

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}

.bs-docs-sidenav>li>a:hover {
    background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}

.bs-docs-sidenav.affix {
    top: 40px;
}

.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}


/* Icons
------------------------- */

.the-icons {
    margin-left: 0;
    list-style: none;
}

.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px;
}

.the-icons i:hover {
    background-color: rgba(255, 0, 0, .25);
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.table td {
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.show-modal {
    color: #1fae66;
    border-color: #1fae66;
    background: #FFF;
    margin-left: 5px;
}

.show-modal:hover {
    background: #1fae66;
    color: #fff;
}

.btn-edit {
    background: #fff;
    color: #32C5D2;
    border-color: #32C5D2;
}

.btn-edit:hover {
    background: #32C5D2;
    color: #fff;
}

.btn-cancel {
    background: #6096CF;
    color: #fff;
    border-color: #6096CF;
    padding: 10px 10px;
}

.btn-cancel:hover {
    background: #fff;
    color: #6096CF;
}

.btn-delete {
    background: #fff;
    color: red;
    border-color: red
}

.btn-delete:hover {
    background-color: red;
    border-color: red;
    color: #ffffff;
}

.btn-sucess {
    color: #fff;
    border-color: #fff;
    background: #3CAE66;
}

.btn-sucess:hover {
    background: #f85d2c;
    color: #ffffff;
}

.btn-email {
    background: #fff;
    border-color: #1fae66;
    color: #1fae66
}

.btn-email:hover {
    background: #1fae66;
    border-color: #1fae66;
    color: #fff
}

.status {
    background: #59b359;
}

.status:hover {
    background: #59b359;
    cursor: auto !important;
}

.grey-salsa:hover {
    border-color: #ACB5C3;
    color: #FAFCFB;
    background-color: #ACB5C3;
}

.grey-salsa {
    border-color: #ACB5C3;
    color: #ACB5C3;
    background: 0 0;
}

.form-body {
    background-color: #F7F7F7;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px;
}


/*Top Menu & Search Input Style*/

.search-input {
    border: 1px solid #bdbdbd;
    background: transparent !important;
    border-radius: 16%;
    padding: 5px !important;
    border-color: #bdbdbd !important;
    color: #FFFFFF !important;
}

.btn-search {
    margin-top: -12px;
    border: 1px solid #bdbdbd;
    background: transparent;
    border-radius: 16%;
    padding: 5px;
}

.btn-search:hover {
    background: #bdbdbd;
}

.close-open-modal {
    float: right;
    background: transparent;
    border: 1px solid #f85d2c;
    /* background-color: white; */
    border-radius: 4px;
    color: #f85d2c;
}

.close-open-modal:hover {
    background: #f85d2c;
    border: 1px solid #f85d2c;
    /* background-color: white; */
    border-radius: 4px;
    color: #fff;
}

.navbar-inverse .navbar-inner {
    background: #fff;
    padding: 14px 0 0px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #fff;
}

.top-menu {
    background-color: #C6343F;
}

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

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu>li>a:hover {
    background: #32C5D2;
}

.chzn-container-single .chzn-single {
    border-radius: 0 !important;
    border-color: #bdbdbd !important;
    background: transparent !important;
    padding: 2px 5px !important;
}

.option {
    background: #E9ECF3 !important;
    border-bottom: 1px solid #fff;
}

.option:hover {
    color: #000 !important;
}

.chzn-select {
    border-radius: 0 !important;
    border-color: #bdbdbd;
    width: 100% !important;
}

.form-horizontal input {
    border-radius: 0;
    border-color: #bdbdbd;
    width: 100% !important;
}

.form-horizontal .textarea-label {
    margin-left: ;
}

.form-horizontal textarea {
    border-radius: 0;
    border-color: #bdbdbd;
    width: 100% !important;
}

.form-horizontal input:focus {
    border-color: #f85d2c;
}

.btn-edit-driver {
    background: #fff;
    color: #32C5D2;
    border-color: #32C5D2 !important;
    width: 330px !important;
    margin-left: !important;
}

.btn-edit-driver:hover {
    background: #32C5D2;
    color: #fff;
}

.btn-edit-job {
    background: #fff;
    color: #C6343F;
    border-color: #C6343F !important;
    width: 330px !important;
    padding: 10px 10px;
}

.btn-edit-job:hover {
    background: #C6343F;
    color: #fff;
}

.label-danger {
    background-color: #ed6b75;
    font-size: 13px;
    padding: 2px 5px;
}

.label-success {
    background-color: #36c6d3;
    font-size: 13px;
    padding: 2px 5px;
}

.label-danger a,
.label-success a {
    color: #fff;
}

.label-unpaid {
    background-color: #FF2121;
    font-size: 13px;
    padding: 2px 5px;
    color: #fff;
}

.label-paid {
    background-color: #006600;
    font-size: 13px;
    padding: 2px 5px;
    color: #fff;
}


/*View_job.php style */

@media(max-width:320px) {
    .form-horizontal input {
        border-radius: 0;
        border-color: #bdbdbd;
        width: 320px !important;
    }
    .form-horizontal textarea {
        border-radius: 0;
        border-color: #bdbdbd;
        width: 330px !important;
        margin: 0 !important;
    }
    .form-horizontal .textarea-label {
        margin-left: 0px;
    }
    .btn-edit-driver {
        background: #fff;
        color: #32C5D2;
        border-color: #32C5D2 !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media(max-width:768px) {
    .form-horizontal input {
        border-radius: 0;
        border-color: #bdbdbd;
        width: 100%;
    }
    .form-horizontal textarea {
        border-radius: 0;
        border-color: #bdbdbd;
        width: 100%;
        margin: 0;
    }
    .form-horizontal .textarea-label {
        margin-left: 0px;
    }
    .btn-edit-driver {
        background: #fff;
        color: #32C5D2;
        border-color: #32C5D2 !important;
        width: ;
        margin-left: 0px !important;
    }
}

@media(max-width:992px) {
    .btn-edit-driver {
        background: #fff;
        color: #32C5D2;
        border-color: #32C5D2 !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media(min-width:768px) {
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}

.dataTables_length select {
    left: 0px;
}

.job_table_content {
    padding: 10px;
    overflow: scroll;
}

#toys-grid {
    margin-bottom: 30px;
}

#toys-grid a {
    cursor: pointer;
}

#toys-grid .txt-heading {
    background-color: #D3F5B8;
}

#toys-grid table {
    width: 100%;
    background-color: #F0F0F0;
}

#toys-grid table td {
    background-color: #FFFFFF;
}

.search-box {
    border: 1px solid #F0F0F0;
    background-color: #C8EEFD;
    margin: 2px 0px;
}

.demoInputBox {
    padding: 10px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    margin: 0px 5px
}

.btnSearch {
    padding: 10px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    margin: 0px 5px;
}

.perpage-link {
    padding: 5px 10px;
    border: #1fae66 1px solid;
    border-radius: 4px;
    margin: 0px 5px;
    background: #FFF;
    cursor: pointer;
}

.current-page {
    padding: 5px 10px;
    border: #1fae66 2px solid;
    border-radius: 4px;
    margin: 0px 5px;
    background: #1fae66;
}

.btnEditAction {
    background-color: #2FC332;
    padding: 2px 5px;
    color: #FFF;
    text-decoration: none;
}

.btnDeleteAction {
    background-color: #D60202;
    padding: 2px 5px;
    color: #FFF;
    text-decoration: none;
}

#btnAddAction {
    background-color: #09F;
    border: 0;
    padding: 5px 10px;
    color: #FFF;
    text-decoration: none;
}

#frmToy {
    border-top: #F0F0F0 2px solid;
    background: #FAF8F8;
    padding: 10px;
}

#frmToy div {
    margin-bottom: 15px
}

#frmToy div label {
    margin-left: 5px
}

.error {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

#add-form {
    display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 300;
    font-size: 16px !important;
    white-space: nowrap !important;
    text-align: center;
    color: #000;
}

.table th {
    font-weight: 300;
    font-size: 14px !important;
    white-space: nowrap !important;
    text-align: center;
    color: #000;
}


/*All Forms Responsive*/

.modal-dialog1 {
    width: 90%;
    margin: 30px auto;
}

.modal-header .close {
    margin-top: -30px;
    margin-right: -50px;
}

.inr-det-tab3 {
    height: auto;
    float: left;
    line-height: 27px;
    color: #6A6A6A;
    font-size: 13px;
    width: 100%;
}

.inr-det-row1 {
    width: auto;
    height: auto;
    background-color: #6B7A85;
    padding-left: 7px;
    white-space: nowrap;
    color: #FFFFFF;
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 30px;
}

.inr-det-row22 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 12px;
}

.inr-det-row2 {
    width: 200px !important;
    font-weight: bold !important;
}

.inr-det-row3,
.inr-det-row4,
.inr-det-row12,
.inr-det-row24 {
    border-right: 1px solid #E2E2E2;
    border-left: 0px;
}

.inr-det-row2,
.inr-det-row3 {
    width: auto;
    height: auto;
    background-color: #F5F5F5;
    padding-left: 7px;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    vertical-align: top;
    font-weight: 100;
}

.pop-heading {
    float: left;
    color: #fff;
    font-weight: bold;
}

.pop-heading1 {
    float: right;
    color: #fff;
    font-weight: bold;
}

.pop-heading span,
.pop-heading1 span {
    color: #fff;
    font-weight: 100;
    padding-right: 10px;
}

.modal-content {
    margin-top: -30px;
}

.fetched-data h2 {
    font-size: 20px;
    border-bottom: #bdbdbd thin solid;
    color: #3CAE66;
}


/* For pagination function. */

ul.pagination {
    text-align: right;
    color: #337AB7;
}

ul.pagination li {
    display: inline;
    padding: 0;
}

ul.pagination a {
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #cde0dc;
    text-decoration: none;
}

ul.pagination a:hover,
ul.pagination a.current {
    background: #337AB7;
    color: #fff;
}

.page_info {
    margin-top: 5px;
    position: absolute;
    display: none !important;
}

.chzn-container .chzn-results li.result-selected {
    color: red !important;
}

.navbar .nav>li>a {
    float: none;
    padding: 20px 15px 20px;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
}

.navbar-inverse .nav .active>a {
    color: #000 !important
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav.pull-right li a {
    color: #000 !important
}

.navbar .nav.pull-right li a i {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
}

.no-bg tbody>tr:nth-child(2n+1)>td,
.no-bg tbody>tr:nth-child(2n+1)>th {
    background: none;
}

.driver-table th {
    background-color: #444;
    color: #fff;
}

.check-driver {
    width: 250px !important;
}

.blue-tab h2 {
    background-color: #C6343F;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.btn-submit-blue {
    background: #C6343F;
    width: auto !important;
    padding: 10px 80px;
    color: #fff;
}

.btn-duplicate {
    background: green;
    width: auto !important;
    padding: 10px 80px;
    color: #fff;
}

.move-rate {
    width: 100px !important;
}

.paid-show,
.payment-invoice {
    display: none;
}

.payment-table th {
    font-size: 12px !important;
    border: #000 solid thin;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
    background-color: #444;
    color: #fff;
}

.payment-table td {
    font-size: 12px;
    border: #000 solid thin;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

.job-view-table td {
    text-transform: uppercase;
    font-weight: 600;
}

.payment-table {
    width: 100%;
}

.import_container {
    display: none;
}

.checkbox-trailor {
    display: inline-flex;
    float: none;
    align-items: center;
}

.checkbox-trailor label {
    margin-top: 0px;
}

.checkbox-trailor input {
    float: left;
    width: 50px !important;
}

.offhire-bg td {
    background: #FF8000;
    color: #fff;
    font-size: 13px;
}

.custom_name {
    margin-top: 20px;
    float: left;
    width: 83%;
    padding-left: 180px;
}

.broker_name {
    margin-top: 20px;
    float: left;
    width: 83%;
    padding-left: 180px;
}

.account_hide {
    display: none;
}

.booking_box {
    margin-top: 20px;
    float: left;
    width: 83%;
    padding-left: 180px;
}

.booking_box label {
    text-align: left;
}

.mobile-show {
    display: none;
}

@media(max-width:768px) {
    .mobile-scroll {
        overflow: scroll;
    }
    .mobile-show {
        display: block;
    }
    .dropdown-backdrop {
        display: none
    }
    .front .new_menu {
        left: -15px;
        top: 20px;
    }
}