﻿body {
    overflow-x: hidden;
}

.btnprimaryright {
    float: right;
    background: #83150E;
    font-weight: 700;
    border-color: #83150E;
}

.control-label {
    text-align: left !important;
}

.flex-centered-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74vh;
}

.text-danger {
    color: #83150E !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 12px 0 20px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

.btn-upload {
    width: 100%;
    border: 1px solid #83150E;
    color: #fff;
    background-color: #83150E;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.panel-border-bold {
    border: 1px solid #ccc !important;
}

.dashboardcompany {
    border: 1px solid #e9ecf2;
    margin-top: 10px;
    min-height: 31px !important;
    padding: 5px;
    width: 100% !important;
}

.font-size-25px {
    font-size: 25px !important;
}

.width-100 {
    width: 100% !important;
}

.control-label {
    font-weight: 500;
}

.nowrap {
    white-space: nowrap;
}

#togglebtn {
    /*background-color: #902d27 !important;*/
    margin-right: 11px;
}

    #togglebtn:active {
        background: #83150e;
    }

    #togglebtn:focus {
        border: none;
        outline: none;
    }

.li-inline {
    display: flex;
    flex-wrap: wrap;
}

    .li-inline li {
        width: 132px;
        margin: 6px;
    }

        .li-inline li.btn-primary {
            background-color: #e9ecf2 !important;
            color: #1b3548 !important;
        }

            .li-inline li.btn-primary i {
                background: #83150E !important;
                color: #fff;
            }

.user-detail-checkbox {
    display: flex;
}

    .user-detail-checkbox li {
        width: 192px;
        margin: 6px;
    }

.radio-btn li {
    width: 192px;
    margin: 0px 1px !important;
}

.dashboard-table {
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 243px;
}
.nowrap{
    white-space:nowrap
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
        }

    .styled-checkbox:hover + label:before {
        background: #f35429;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #f35429;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .unstyled li {
        margin: 20px 0;
    }

.centered {
    width: 300px;
    margin: auto;
}

.title {
    text-align: center;
    color: #4571ec;
}

.chosen-single span {
    margin-top: 4px;
}

.chosen-container-single {
    width: 100% !important;
}

.mt-24 {
    margin-top: 24px;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header-with-btn {
    /*margin: 0px 0 20px;*/
    border-bottom: 1px solid #eee;
}

.text-primary {
    color: #83150E !important;
}

.designation-text {
    font-style: italic;
    text-transform: capitalize;
    color: #aaa;
}
/*input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    outline: none !important;
    border: 1px solid #DDDDDD !important;
}

    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px rgba(131, 21, 14,1) !important;
        padding: 3px 0px 3px 3px !important;
        border: 1px solid rgba(131, 21, 14,1) !important;
    }*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #eee;
        }

    .styled-checkbox:hover + label:before {
        background: #902d27;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #902d27;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: #eee;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.height-33 {
    height: 34px !important;
}

.height-32 {
    height: 32px !important;
}

.text-btn-1 {
    background: #fff;
    color: #000;
    border: 1px solid #ddd
}

.text-btn-2 {
    background: #8ad919;
    color: #fff;
    border: 1px solid #ddd
}

.focus-btn {
    border: 2px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5f;
}

.header-logo {
    display: block;
    font-size: 11px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform:none;
}

.navbar-brand {
    padding: 9px 14px !important;
    font-family: inherit;
}

.checkbox-normal li {
    background-color: #fff !important;
    color: #444444 !important;
    border-color: #fff !important;
    padding-left: 33px !important;
}

    .checkbox-normal li i {
        border-right: 0px solid rgba(0, 0, 0, 0.2) !important;
        color: #83150E !important;
    }

    .checkbox-normal li:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.focus-100 .input-group:first-child {
    width: 100% !important;
}

    .focus-100 .input-group:first-child input {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .focus-100 .input-group:first-child .input-group-btn {
        display: none;
    }

.input-group
.form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-color: #fff;
}

.focus-Input + .input-group-btn button[disabled] {
    border: #fff !important;
}

.CommuteInput + .input-group-btn button[disabled] {
    border-color: #fff !important;
}

.text-btn-1:last-child {
    border-left: none;
}

.text-btn-1:nth-child(2) {
    border-left: none;
}

.text-btn-1:first-child {
    border-left: none;
}

    .text-btn-1:first-child:hover i, .text-btn-1:first-child:focus i {
        color: #fff !important;
    }

.text-btn-1:nth-child(2):hover i, .text-btn-1:nth-child(2):focus i {
    color: #fff !important;
}

button.focus-btn:first-child {
    border-right: none !important;
    border-left: none !important;
}

.text-btn-1:nth-child(3) {
    border-left: none !important;
}

button.focus-btn:nth-child(2) {
    border-left: none !important;
}

#divLoading {
    background: rgba(131, 21, 14,0.1);
    z-index: 99999999999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: center;
}

    #divLoading img {
        position: relative;
        top: 30%;
    }

.overflow-none {
    overflow: hidden !important;
}

#tableTravelLog tbody td input {
    width: 100% !important;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    color: #83150e;
    border-radius: 0.4em;
    transition: background 0.3s;
}

    .file-upload__label:hover {
        cursor: pointer;
    }

#maintable > tbody > tr td {
    vertical-align: bottom;
}

#maintable > tbody tr td:first-child {
    border-left: 0px !important;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.table-input td input {
    padding: 5px 4px !important;
    font-size: 12px;
}

.table-input td select {
    padding: 5px 4px !important;
    font-size: 12px;
}

.table-input td {
    padding: 8px 6px !important;
}
/*.table-input th {
    font-size: 1.20rem;
}*/
.imgcontainer {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 157px;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(131, 21, 14,0.5);
}

.imgcontainer:hover .overlay {
    opacity: 1;
}

.chosen-results .highlighted {
    background: #83150E !important;
}

.btn-hide {
    display: none;
}

.btn-show {
    display: inline !important;
}

.btn-hide2 {
    display: none;
}

.btn-show2 {
    display: inline !important;
}
/*.text { this css conflict to multi select dropdown
    color: white;
    font-size: 1.33rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}*/
.chosen-container-active .chosen-single {
    border: 2px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5f;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5f;
}

.last-child tr:last-child td {
    padding: 3px 3px !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.hover_link_show a {
    display: none;
}

.show-td a {
    display: inherit !important;
}

.show-link {
    display: inherit !important;
}

.show-link2 {
    display: inherit !important;
}

.show-td2 a {
    display: inherit !important;
}

.table-cont {
    max-height: 400px;
    overflow: auto;
    /*background: #ddd;*/
}

    .table-cont table thead {
        border: 0px;
        background: #fff;
    }

.input-group {
    width: 100%;
}

.code-height input {
    height: 50px !important;
    font-size: 23px;
}

.actions-btn-width button {
    width: 13.15%;
}

.chosen-container {
    font-size: inherit !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.drill-down-height {
    max-height: 50vh;
    overflow-y: auto;
}

#mainDrillDownModelpop .modal-content .modal-body {
    max-height: 50vh;
    overflow-y: auto;
}

.dataTables_scrollHeadInner .table-bordered {
    /*border:0px !important;*/
}

table.dataTable {
    margin-top: 0px !important;
}

.dataTables_scrollHeadInner .table-bordered thead tr th {
    border: 0px !important;
    white-space: nowrap;
}

.dataTables_scrollFootInner .table-bordered tfoot tr td {
    border: 0px !important
}

.dataTables_scrollFootInner .table-bordered {
}

#textbx_Type {
    padding: 8px 0px !important;
    width: 100%
}

.anchorButton {
    background: none !important;
    color: #83150e !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
}

    .anchorButton:hover {
        color: #83150e !important;
        border-bottom: 1px solid #83150e !important;
    }

.custom-td-width {
    width: 6% !important;
}
/*table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/
/*.tableTravelLog_wrapper .DTTT_container {
    margin-bottom: -0rem !important;
}*/
div.DTTT_container {
    margin-bottom: 0rem !important;
}

.dropdown-menu {
    z-index: 1031 !important;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table tbody tr td .form-control {
    padding: 6px 5px !important;
}

.table-cont thead tr th {
    background: #fff !important;
    border: 0px;
}

#maintable thead tr td {
    background: #fff !important;
    border: 0px;
}

#maintable tbody tr td:first-child {
    border-left-width: 0px !important;
}

#tbodycommutetbl tr td:first-child {
    border-left: 0px !important;
}

#maintable tbody tr td:last-child {
    border-right-width: 0px;
}

#maintable {
    border: 0px;
}

    #maintable tfoot td:first-child {
        border-left-width: 0px;
    }

.newachor {
    white-space: nowrap;
}

#defaultrow td:first-child {
    /*border-left: 1px solid #ddd !important;*/
}

#defaultrow td:last-child {
    border-right: 1px solid #ddd !important;
}

#tableTravelLog {
    border: 0px;
}

    #tableTravelLog tbody tr td:first-child {
        border-left-width: 0px;
    }

    #tableTravelLog tbody tr td:last-child {
        border-right-width: 0px;
    }

    #tableTravelLog tfoot tr td:first-child {
        border-left-width: 0px;
    }

    #tableTravelLog tfoot tr td:last-child {
        border-right-width: 0px;
    }
.btn-social {
    overflow: visible !important;
}

.dataTable tbody tr td:last-child {
    border-right: 1px solid #e6e7e8 !important;
}

.banner_holder {
    width: 100%;
    height: 157px;
    max-height: 158px;
    position: relative;
    /*outline: 1px dotted #83150E;*/
    margin: auto;
    width: 100%;
}

.banner_holderImage {
    height: 100%;
    position: relative;
    /*background-size: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}
.upload-border {
    border: 2px solid #ddd;
    text-align: center;
    padding: 5px 6px;
    border-radius: 4px;
}
.commute-log-height{
    height:393px !important;
}
.btn-width {
    width: 94px;
    margin-top: 2.5rem;
}
.btn-circle {
    font-size: 14px;
    border-radius: 50% !important;
    padding: 1px 4px;
  
}
.btn-remove-img-position {
    top: -16px;
    right: 6px;
    position:absolute;
    color:#fff;
    background-color:#83150E;
}
.btn-remove-img-position:hover{
    color:#fff;
}
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    border-radius: .375rem;
    margin-bottom: 11px;
    height:100%;
}

.info-box-content {
    padding: 12px 10px 5px;
    margin-left: 66px;
    color: #2a2a2a;
    font-weight: 700;
}
.font-size-21{
    font-size:19px;
    color:#444;
}
.dropdown-menu-right {
    min-width: 117px !important;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.info-box-icon {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 35px;
    line-height: 61px;
    margin-top: 13px;
    margin-left: 10px;
    border-radius: 2px 0 0 2px;
    background: #ae2b25;
    border-radius: 4px;
}
.black-tooltip + .tooltip > .tooltip-inner {
    background-color: #000;
}
.color-white {
    color: #fff !important;
}
.dashboard-dropdown {
    padding: 0px 0px;
    background: #fff;
}
.info-box-number {
    font-size: 1.092rem;
    font-weight: 700;
}
.card-dropdown .dropdown {
    margin: 0px;
    position: relative;
    top: -5px;
}
.positioning {
    padding-right: 3px;
    position: relative;
    top: 0px;
    font-size: 18px;
}
.percentage-sign {
    font-size: 16px !important;
    float: right;
    font-weight: 550;
}
.top-2{
    position: relative;
    top: 2px;
}
.heading-font-21{
    font-family:21px;
}
.arrow-value {
    font-size: 1.5em;
    font-weight: bolder;
}
    .card-dropdown .dropdown .btn {
        margin: 0px;
        padding: 3px 2px 0px 0px;
        font-size: 11px;
        font-weight: unset;
    }
.card-select-box {
    border-radius: 4px;
    margin-top: 4px;
    border: 0;
    font-size: 11px;
    font-weight: bolder;
}
.d-flex {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.col-4-flex {
    -ms-flex: 0 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-8-flex {
    -ms-flex: 1 0 77%;
    flex: 1 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
.login-or-container {
    text-align: center;
    margin: 0;
    clear: both;
}
.or-hr {
    margin-bottom: 0;
    position: relative;
    top: 22px;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 0px;
}
#or {
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: #fff;
    font-weight: 500;
}
.alert-inside-panel {
    width: 46%;
    margin: 10px auto;
}

/*.table-responsive{
    min-height:100%;
}*/
.custom-fonts tr th {
    font-size: 13px;
    font-weight: 700;
}

.custom-fonts tr td {
    font-size: 13px;
}
.sign-up-panel {
    margin: auto;
    width: 26%;
    background: #fff;
    margin-top: 6%;
}
@media (min-width: 1200px) {
    .modal-travel-log {
        width: 99% !important;
        position: relative !important;
    }

    .table-responsive {
        overflow: hidden !important;
    }
}


@media only screen and (max-width: 992px) {
    .commute-height {
        height: auto !important;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }
    .sign-up-panel {
        margin: auto;
        width: 80%;
        background: #fff;
        margin-top: 6%;
    }
}
.input-group input{
    /*border-radius:4px !important;*/
}
.padding-3-td tbody tr td, .padding-3-td tbody tr th {
    padding: 3px;
}
/*Please always write style above this section*/
@media (max-width: 768px) {
    #togglebtn {
        display: none !important;
    }

    .hide-sm {
        display: none !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .table-responsive {
        overflow: hidden !important;
    }
   
}
@media only screen and (min-width: 1899px) {
    .btn-upload {
        width: 200px;
    }
}
/*Tablet and mobile portrait*/
@media (min-width: 768px) and (max-width: 1024px) {
    .col-4-flex {
        -ms-flex: 0 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-8-flex {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .d-flex {
        max-width: 100%;
    }

    .upload-border {
        border: 0px;
        
    }
    .btn-upload {
        width: 200px;
    }
}

/*Tablet and mobile landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sign-up-panel {
        margin: auto;
        width: 70%;
        background: #fff;
        margin-top: 6%;
    }
    .upload-border {
        border: 0px;
        
    }
    .col-4-flex {
        -ms-flex: 0 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-8-flex {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .d-flex {
       
    }
}
/* Mobile devices  potrait*/
@media (min-width: 320px) and (max-width: 480px) {
    .btn-upload {
        width:200px;
    }
    .upload-border {
        border: 0px;
    }
    .col-4-flex {
        -ms-flex: 0 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-8-flex {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .sign-up-panel {
        margin: auto;
        width: 100%;
        background: #fff;
        margin-top: 6%;
    }
    .checkOutButtonxs {
        width: 8em !important;
        margin-left: 6px !important;
    }
    }
/* Mobile devices  landscape*/
@media (min-width: 481px) and (max-width: 767px) {
    .sign-up-panel {
        margin: auto;
        width: 100%;
        background: #fff;
        margin-top: 6%;
    }
    .btn-upload {
        width: 200px;
    }
    .upload-border {
        border: 0px;
    }
      .col-4-flex {
        -ms-flex: 0 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-8-flex {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .d-flex {
      
    }
    .checkOutButtonxs {
        width: 8em !important;
        margin-left: 6px !important;
    }
}
.p-loading-fontawesome {
    color: #a94442 !important;
}

.info-box .p-loading-container .p-loading-fontawesome {
    top: calc(26%) !important;
}

.p-loading-container {
    background-color: rgba(0, 0, 0, 0.07) !important;
}
.toast-error {
    background-color: #83150E !important;
}
.alert-top {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 5px;
    width: 57%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 8px !important;
}
    .alert-top.bg-warning {
        background: #ed9847; 
    }
.btn-alert {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 13px;
}
.login-forget-password {
    margin-top: 6px;
    font-size:12px;
}
.gps-badge {
    background: #000;
    padding: 7px;
    border-radius: 5px;
}

