﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    /*font-family: "Montserrat", sans-serif !important;*/
    font-size: 14px;
    letter-spacing: 0;
    background: #f7f7f7;
}

.mar-t20 {
    margin-top: 20px;
}

body.login-body {
    background-image: url('../images/login_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 420px;
    display: flex;*/
    height: 100vh;
    background-position: center;
}

.input-div {
    position: relative;
}

    .input-div .fa {
        position: absolute;
        left: 0;
        top: 10px;
        color: #fff;
    }



.acc-have {
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

    .acc-have a {
        font-weight: bold;
        color: #f3c800;
    }


.custom-nav {
    background: #fff;
    padding: 5px 1rem;
    box-shadow: 0 0 5px #ccc;
}

.logo-box {
    padding: 0 1rem;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    /*background: #eee;*/
    background: #111;
}

    .logo-box .navbar-brand {
        font-size: 1rem;
        color: #fff;
        margin: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding-top: 8px;
    }

#wrapper .logo-box img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#wrapper.toggled-2 .logo-box img {
    width: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#wrapper.toggled-2 .logo-box {
    padding: 0;
}

.navbar-toggle {
    background: transparent;
    border: 0;
    color: #000000;
    font-size: 29px;
    line-height: 16px;
    cursor: pointer;
    margin: 0 10px;
    padding: 15px 0px;
}

    .navbar-toggle:focus {
        outline: none;
    }

.navbar-toggler {
    color: #000;
    padding: 0;
    margin-right: 10px;
}

.custom-nav li.upload-create {
    margin-right: 10px;
}

    .custom-nav li.upload-create input[type="file"] {
        display: none;
    }

    .custom-nav li.upload-create .btn {
        background: #d97e09;
        border: 0;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 20px;
        padding: 5px 15px;
        font-weight: 500;
        margin: 5px;
    }

        .custom-nav li.upload-create .btn label {
            margin: 0
        }

.user-detail > span {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 4px;
}

.user-detail a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 14px;
}

    .user-detail a.dropdown-item {
        padding: 5px 15px;
        font-size: 12px;
    }

.custom-nav li.log-out a {
    width: 64px;
    height: 64px;
    text-align: center;
    padding: 20px;
}

/* .custom-nav .navbar-collapse{
  background: #2d020d;
} */

.log-out a i {
    color: #fc6565;
    font-size: 18px;
    line-height: 22px;
}

.log-out a span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-content-wrapper.user-panel {
    background: transparent;
}


#wrapper.toggled-2 #sidebar-wrapper .sidebar-nav li a .img-box {
    width: 50px;
    height: 50px;
    margin: 15px 0 15px 0;
    padding-top: 5px;
    display: inline-block;
}

    #wrapper.toggled-2 #sidebar-wrapper .sidebar-nav li a .img-box img {
        width: 60%;
    }

#wrapper.toggled-2 #sidebar-wrapper .sidebar-nav li {
    text-align: left;
}

/* Sidebar Styles */
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/*#wrapper.toggled-2 {
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px #ccc;
}

#wrapper.toggled-2 #sidebar-wrapper {
    width: 60px !important;
}

#wrapper.toggled-2 .logo-box .navbar-brand {
    padding-top: 10px !important;
}

#page-content-wrapper {
    position: relative;
    padding: 15px;
    /*width: 100%;*/
    overflow-x: hidden;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}

.sidebar-nav {
    /* position: absolute; */
    top: 0;
    width: 230px;
    margin: 0;
    padding: 10px;
    list-style: none;
}

    .sidebar-nav li {
        line-height: 45px;
    }

        .sidebar-nav li a {
            padding: 5px;
            display: inline-block;
            width: 100%;
            color: #000;
        }

            .sidebar-nav li a:hover {
                color: #000;
            }

        .sidebar-nav li.active a i {
            background: #f3c800;
            color: #000;
        }

        .sidebar-nav li a:hover i {
        }

        .sidebar-nav li a i {
            background: #5c5c5c;
            width: 30px;
            height: 31px;
            text-align: center;
            border-radius: 50%;
            font-size: 12px;
            padding: 10px;
            color: #fff;
            margin-right: 7px;
        }

        .sidebar-nav li a span {
            text-transform: uppercase;
            font-weight: 500;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: 12px;
        }


.toggled-2 .sidebar-nav li a span {
    margin-left: 15px;
}

.sidebar-nav li.active a {
    color: #000;
}

.sidebar-nav li a:focus {
    outline: none;
    text-decoration: none;
}

.sidebar-nav li a:hover {
}
/* Sidebar Styles End */
.content-heading {
    margin: 20px 0;
}

.category-box {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    /* border: 1px solid #eee; */
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

    .category-box h6 {
        color: #000;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        padding: 15px 0px 15px 0px !important;
        margin-bottom: 0;
    }

    .category-box.active h6 {
        /*color: #fff;
        background: #111111;*/
        color: black;
        background: #ffb426db;
    }

    .category-box .numberCircle {
        font-size: 18px;
        width: 110px;
        height: 110px;
        line-height: 100px;
        border-radius: 50%;
        text-align: center;
        padding: 3px;
        /*font-size: 25px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center;
        padding: 2px;*/
        margin: 0px auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
    }

    .category-box:hover span {
        transform: scale(1.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.white-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    background: #fff;
    margin: 15px 0;
    padding: 20px;
}

.bg-light-blue {
    background: #e8eef1;
    vertical-align: middle !important;
    text-align: center;
}

.bg-dark-gray {
    background: #ececec;
}

.bg-light-gray {
    background: #f6f6f6;
}

.bg-orange {
    background: #ff7420;
}

.bg-green {
    background: #12bea7;
}

.bg-blue {
    background: #2093ff;
}

.bg-yellow {
    background: #f7ae12;
}

.bg-red {
    background: #c00;
}

.bg-dark-green {
    background: #0db90b;
}

.color-red {
    color: #c00;
}

.color-blue {
    color: #2093ff;
}

.color-green {
    color: #12bea7;
}

.custom-accordion .card-header {
    color: #000;
}

    .custom-accordion .card-header .collapse-header:before {
        font: normal normal normal 14px/1 Font Awesome 5 Pro;
        content: "\f106";
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 20px;
        width: 30px;
        height: 30px;
        background: none;
        border-radius: 50%;
        text-align: center;
        padding: 2px;
        color: #000;
        /* border: 1px solid #000; */
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom-accordion .card-header .collapse-header.collapsed:before {
        transform: rotate(180deg);
        right: 10px;
        background: none;
    }

.custom-accordion .card {
    /* margin-bottom: 15px; */
    /* box-shadow: 0 0 8px #ddd; */
    border: 1px solid #ddd;
    border-radius: 0;
}

.custom-accordion .card-header {
    background: #f7f7f7;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
}

.collapse-header.collapsed i {
    color: #005581;
}

.icon-box i {
    font-size: 60px;
    color: #eeb111;
}

.custom-table .page-item.active .page-link {
    color: #000;
    background-color: #f3c800;
    border-color: #f3c800;
}

.btn-primary {
    background-color: #f3c800;
    border-color: #dab300;
}

    .btn-primary:hover {
        background-color: #ecc200;
        border-color: #dab300;
    }
/*
.dashboard-table table tbody tr td {
    vertical-align: middle;
    color: #000;
    background: none;
    font-size: 14px;
    padding: 14px 0;
}

.dashboard-table table .odd {
    background: none !important;
}*/

.dashboard-table table .sorting_1 {
    background: none !important;
}

.dashboard-table input, .dashboard-table select {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.dashboard-table select {
    width: 50px;
    background: none;
    z-index: 10;
}

.icon-div .fa {
    padding: 9px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.icon-div .fa {
    border: 1px solid blue;
    color: blue;
    /* border: 1px solid #2093ff;
    color: #2093ff;*/
}

.icon-div .fa-envelope {
    border: 1px solid green;
    color: green;
}

.icon-div .fa-at {
    border: 1px solid #f7ae12;
    color: #f7ae12;
}

.icon-div .fa-trash {
    border: 1px solid #c00;
    color: #c00;
}

.number-div {
    padding: 15px;
}

.custom-accordion {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-div {
    padding: 10px;
    /*margin-bottom: 30px;*/
    font-size: 12px;
    /*color: #000;*/
    color: #fff;
    text-align: center;
    /*    background: #fff;*/
    background: #000000ab;
    margin-top: 15px;
}

.dataTables_length {
    position: relative;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

.dataTables_length select {
    position: relative;
}
/*
.dataTables_length:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 50px;
    top: 2px;
    font-size: 20px;
    z-index: 1;
}

.dashboard-table table {
    padding-top: 15px;
}*/


/*--------------- modal css start------------*/
.emailDiv label {
    display: block;
    margin: 0;
    text-transform: capitalize;
}

table tr td > span {
    display: block;
    color: burlywood;
}

.emailDiv > form > div > div {
    padding-top: 25px;
}

table {
    width: 100%;
}

.emptyField {
    color: red;
    border-color: red;
}
/*--------------- modal css end------------*/
/*--------------28/01/2019------------------------------*/
.dropdown-menu button {
    padding: 5px 15px !important;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    color: #000 !important;
    text-align: left !important;
    font-weight: 500;
}

ul.topinnerMenu {
    margin: 0;
    padding: 0 15px;
    list-style-type: none;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

    ul.topinnerMenu li {
        float: left;
    }

        ul.topinnerMenu li a {
            display: block;
            color: #000;
            padding: 10px 15px;
            position: relative;
        }

            ul.topinnerMenu li a.active {
                color: #2093ff
            }

            ul.topinnerMenu li a i {
                position: absolute;
                top: 50%;
                right: -3px;
                transform: translateY(-50%);
                font-size: 18px;
                /* font-weight: normal; */
            }

#example_filter .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
}

.table tr td:last-child,
.table tr th:last-child {
    text-align: center;
}

    .table tr td:last-child a {
        display: inline-block;
        margin: 0 10px;
        margin: 0 5px;
    }

.heightControl {
    min-height: calc(100vh - 252px);
}

/*************Forms******************/
.dashboard-table table {
    padding-top: 15px;
}

.innerBody {
    min-height: calc(100vh - 200px);
    background: #fff;
    padding: 15px;
    position: relative;
}

.companyCreateForm .md-form {
    margin-left: 20px;
}

    .companyCreateForm .md-form i {
        position: absolute;
        top: 41%;
        left: -20px;
    }
/*--------------------------------*/
.selecty-select {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #d9d6d4;
    background: transparent;
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 16px;
    color: #1b1919;
    border-radius: 0;
    position: relative;
    outline: 0 none;
}

    .selecty-select[disabled] {
        cursor: not-allowed;
        color: #8d8480;
        border-bottom: 1px dashed #d9d6d4;
    }

.selecty-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed #8d8480;
}

.selecty {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #1b1919;
}

    .selecty.disabled .selecty-selected {
        border-bottom: 1px dashed #d9d6d4;
        cursor: not-allowed;
        color: #8d8480;
    }

    .selecty .selecty-selected {
        display: block;
        border: none;
        border-bottom: 1px solid #d9d6d4;
        width: 100%;
        cursor: pointer;
        background: none;
        outline: none !important;
        height: 38px;
        line-height: 36px;
        text-align: left;
        font-size: 16px;
        color: #1b1919;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .selecty .selecty-selected:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px dashed #8d8480;
            margin-top: -2px;
            right: 16px;
        }

        .selecty .selecty-selected:hover, .selecty .selecty-selected:active, .selecty .selecty-selected:focus {
            text-decoration: none;
            background: none;
        }

    .selecty .selecty-options {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        margin: 0;
        max-height: 650px;
        width: 100%;
        overflow-y: auto;
        z-index: 999;
        border-radius: 2px;
        padding: 8px 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
        visibility: hidden;
    }

        .selecty .selecty-options.active {
            visibility: visible;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
        }

        .selecty .selecty-options li {
            cursor: pointer;
            text-align: left;
            padding: 0 24px;
            height: 48px;
            line-height: 48px;
        }

            .selecty .selecty-options li:hover, .selecty .selecty-options li.active {
                background-color: rgba(0, 0, 0, 0.1);
            }

            .selecty .selecty-options li > span > label {
                top: 1px;
                left: 3px;
                height: 18px;
            }

            .selecty .selecty-options li.selected {
                color: #4285f4;
            }

            .selecty .selecty-options li.disabled {
                color: #8d8480;
                cursor: default;
            }

                .selecty .selecty-options li.disabled:hover {
                    background: none;
                }

            .selecty .selecty-options li.optgroup {
                cursor: default;
                color: #8d8480;
                height: 32px;
                line-height: 32px;
            }

                .selecty .selecty-options li.optgroup:hover {
                    background: none;
                }

            .selecty .selecty-options li.optgroup-option {
                padding-left: 40px;
            }
/*-----------------------------------*/
.btn-warning {
    background-color: #f3a800 !important;
    color: #fff !important;
}

    .btn-warning:hover {
        background-color: #c80 !important;
    }

    .btn-warning:active {
        background-color: rgb(150, 100, 0) !important;
    }

.innerBody::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #f9f9f9;
    z-index: 99;
}

.innerBody::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #f3c800;
    z-index: 101;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

span.shadowEffects {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #71bfcc2b;
    z-index: 100;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/************************************/
.height-auto {
    height: auto;
}

label.error-text {
    color: #c00;
}

.mdb-select {
    border: 0;
    border-bottom: 1px solid #ced4da;
}

/*.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after,
        .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled,
        .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label,
            .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before,
                .checkbox input[type="radio"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}*/

/*---------------06 March 2019-------------*/
.branchAdminTable table {
    border-collapse: collapse;
}

    .branchAdminTable table.dataTable thead th,
    .branchAdminTable table.dataTable thead td {
        border-bottom: 1px solid #dee2e6;
    }

.branchAdminTable #example_filter input[type=search] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
}

.branchAdminTable div#example_length select {
    width: 50px;
    padding: 5px 6px;
    border-radius: 4px;
}

.branchAdminTable .dataTables_length:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 54px;
    top: 6px;
    font-size: 20px;
    z-index: 1;
}

.branchAdminTable table.dataTable tbody th,
.branchAdminTable table.dataTable tbody td {
    padding: 8px 10px;
    vertical-align: middle;
}

    .branchAdminTable table.dataTable thead th:last-child,
    .branchAdminTable table.dataTable tbody td:last-child {
        text-align: center;
    }

.branchAdminTable {
    min-height: calc(100vh - 196px);
}

.addBranchBtn {
    float: right;
    margin-left: 15px;
    background-color: #17a2b8;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    cursor: pointer;
}

    .addBranchBtn:hover {
        background: #0f8092;
    }

.select-sec select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.select-sec span {
    position: absolute;
    right: 0;
    top: 10px;
}


label.auto-fill {
    top: -20px;
    font-size: .8rem;
}

input[type="file"].imgBorder {
    border: none;
}

.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;
            border: 1px solid #f3a800;
            background: white;
        }

    .styled-checkbox:hover + label:before {
        background: #f3a800;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #f3a800;
    }

    .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: 10px;
        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);
    }


.modal-dialog .modal-content .modal-header {
    background-color: #f3a800;
}

.modal-title {
    color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f3a800;
}


/* For Firefox */
input[type='date'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: none;
    appearance: none;
}

.icon-div {
    white-space: nowrap;
}

.user-detail a.dropdown-item {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 500;
}

.user-detail button {
    text-transform: none;
    font-size: 12px;
    margin-top: 0;
    margin-left: 0px;
}

.date_margin {
    margin-top: 5px;
}


.validation-summary-errors ul li {
    list-style-type: none;
    color: red;
    font-weight: 500;
    margin: 16px 37px 0px 0px;
}

.validation-summary-errors ul {
    list-style: none;
}

.span-error {
    /*color: black;*/
    color: white;
    font-weight: 500;
}

.log-foot {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#serachTbl thead tr td input {
    margin: 0;
    white-space: nowrap;
}

#serachTbl thead tr td {
    border: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    max-width: 160px;
}

.other-user {
    padding-left: 5px;
}

/* The container must be positioned relative: */
.custom-select-01 {
    position: relative;
}

    .custom-select-01 select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: transparent;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */

.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent #ced4da transparent;
    cursor: pointer;
}

.select-selected {
    padding: 8px 16px 8px 0;
    color: #000
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ced4da;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #f3a800;
    color: #fff !important;
}

.select-sec label span {
    position: static;
}

.cstm-txtarea {
    border: 0;
    border-bottom: 1px solid #ced4da;
    resize: none;
}

.md-form .prefix.active, .md-form textarea ~ label.active {
    color: #757575;
}

.pagination .page-item.active .page-link {
    background-color: #4285f4 !important;
}

.user-detail ul li a.nav-link {
    float: right;
}

.md-form .form-control {
    position: relative;
    z-index: 1;
}

#serachTbl td span.waves-effect {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

    #serachTbl td span.waves-effect:active,
    #serachTbl td span.waves-effect:focus,
    #serachTbl td span.waves-effect:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        outline: 0
    }

.ui-timepicker-standard {
    z-index: 99999 !important;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon, .gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 3px !important;
    left: 21px !important;
}

.dataTableWrapper table > thead > tr > th,
.dataTableWrapper table > tbody > tr > td,
.dataTableWrapper table > tbody > tr > td > a {
    white-space: nowrap;
}

.searchData > span {
    margin-top: 30px;
}

.ecm-head-m .user-detail a {
    padding: 5px 7px;
}

.ecm-head-m .d-flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.modal {
    overflow-y: auto;
}
/* kuldeep 20thAug'19 */
#nav-content .dropdown-menu form {
    width: 100%;
    padding: 0;
}

    #nav-content .dropdown-menu form button {
        margin: 0;
        padding: 5px 7px !important;
    }

#displayCheckInPopUp {
    /*z-index: 999999999999;*/
}

.custom-div {
    margin-top: 33px;
}

.showHidePwd {
    padding-left: 36%;
}

/*---2019-1-03--*/
.reportList ul {
    display: none;
    background: #fff;
    margin-left: 10px;
    padding: 0;
}

    .reportList ul li {
        list-style: none;
    }

.reportList .submenuHeader {
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    padding-left: 5px;
}

.reportList ul li {
    border-bottom: #333;
    line-height: 25px !important;
}

.reportList:hover ul {
    display: block;
}

.reportList li a i {
    background: #5c5c5c !important;
    width: auto;
    height: auto;
    padding: 6px !important;
    color: #fff !important;
}

.reportList .fa-angle-down {
    background: none !important;
    color: #000 !important;
    margin-top: 7px;
}

.submenuActive {
    display: block !important;
}

.reportList li.active a i {
    background: #f3c800 !important;
    color: #000 !important;
}

.field_margin {
    margin-top: 6px;
}

.searchDateBtn {
    color: black !important;
}

.icon-div input[type="checkbox"] {
    margin-left: 10px;
}

/****** 08-11-2020 ********/


.carousel .carousel-control-next-icon {
    background-image: aliceblue;
}


.media .rounded-circle {
    width: 5%;
}

.btn-primary {
    background-color: #f3c800 !important;
    color: #080808 !important;
    font-weight: 500;
}

/*.card-header {
    background-color: rgb(47 47 47 / 70%);
    color: #fff;
}*/

.text-muted {
    color: #d8d8d8 !important;
}

.btn-default {
    background-color: #f3a800 !important;
    color: #fff !important;
}

.btn-group .btn {
    margin: 0;
    padding: 9px 30px;
}

.input-group label {
    line-height: 34px;
    margin-right: 5px;
}

.card-footer a.Approve {
    color: green;
}

.card-footer a.Delete {
    color: orangered;
}

/* 16-september */

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*custom file upload button*/
.custom-upload label {
    line-height: initial;
    margin-right: 0;
}

.custom-upload #files {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-box-shad {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.comment-card:nth-child(even) {
    background: #f5f5f5;
}

.carousel-item img {
    max-height: 200px;
    min-height: 200px;
}

.custom-comment-title {
    background: #efefef;
    padding: 15px;
}

.word-break {
    word-break: break-all;
}


.notification {
    background-color: red;
    color: white;
    text-decoration: none;
    padding: 6px 9px;
    position: relative;
    border-radius: 90px;
}

.notification1 {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}


.fix-padding {
    padding: 0 1.25rem !important;
    min-height: 45px;
}

.card-footer.fix-padding a {
    position: relative;
    top: 8px;
}

.cst-fix-btn a {
    position: relative;
    top: 8px;
}

}

.fix-header {
    padding: 0 1.25rem !important;
}

.fix-pd-10 {
    padding: 5px;
}
/* 31-dec*/
.file-footer-buttons .btn-outline-secondary:hover,
.file-footer-buttons .btn-outline-secondary:active,
.file-footer-buttons .btn-outline-secondary:focus {
    background: #444 !important;
    color: #fff !important;
}

.modal .modal-footer .btn-danger {
    background-color: #f3a800 !important;
    color: #fff !important;
    border-color: #dcdcdc !important;
}

.data_table .table-responsive {
    height: 600px !important;
}

table#innerTableDiapatch tbody tr td:nth-child(2) {
    padding: 0px 10px;
    white-space: inherit;
    height: 64px;
}

table#innerTableDiapatch tbody tr td:nth-child(6) {
    padding: 0px 15px;
    margin: 0px;
    width: 50px;
    white-space: inherit;
    height: 64px;
}

/*.table_header th:nth-child(1) {
    width: 10% !important;
}

.table_header th:nth-child(2) {
    width: 20% !important;
}

.table_header th:nth-child(3) {
    width: 1% !important;
}

.table_header th:nth-child(4) {
    width: 5% !important;
}

.table_header th:nth-child(5) {
    width: 20% !important;
}

.table_header th:nth-child(6) {
    width: 1% !important;
}

.table_header th:nth-child(7) {
    width: 1% !important;
}

.table_header th:nth-child(8) {
    width: 25% !important;
}

.table_header th:nth-child(9) {
    width: 10% !important;
}

.table_header th:nth-child(10) {
    width: 10% !important;
}*/

@media (max-width: 1199px) {
    .data_table .table-responsive {
        height: 300px !important;
    }
}
