﻿.login-page,
#leftsidebar {
    background-color: #323232;
}

.bg-orange {
    background-color: #F77432!important;
}

.text-blue {
    color: #68B8C1;
}

.text-dark-blue {
    color: #298A91;
}

.icon {
    width: 50%;
    margin-top: -15px;
}

.d-inline-block {
    display: inline-block;
}

body {
    background-color: #fff;
    color: #222222;
}

.theme-red .navbar,
.theme-red .sidebar .legal {
    background-color: #F7F7F7;
}

.d-inline-block {
    display: inline-block;
}


/* .user-info .dropdown {
    padding-left: 10px;
    margin-bottom: 7px;
}

.user-info .dropdown-menu {
    margin-top: 0px !important;
    padding: 0 0;
} */

.cursor-pointer {
    cursor: pointer;
}

.navbar li.pull-right,
.dropdown-menu>li>a,
.block-header h2 {
    color: #222222 !important;
}

.login-page .card .body {
    padding: 0px 40px 40px;
}

.login-page {
    max-width: 420px;
}

.login-page .card .body .col-xs-9 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.login-page .card h1 {
    margin-top: 40px;
}

.password-input-group {
    margin-top: 20px;
}

.input-group input[type="text"],
.input-group .form-control {
    padding-left: 10px;
}

.navbar .btn-group {
    box-shadow: 0 0#222222;
    padding-top: 4px;
}

.navbar-nav .dropdown-menu {
    margin-top: 3px !important;
}

.navbar li.pull-right .image {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.navbar li.pull-right .image img {
    border-radius: 50%;
}

.theme-red .sidebar .legal .copyright a,
.theme-red .sidebar .menu .list li.active>:first-child i,
.theme-red .sidebar .menu .list li.active>:first-child span {
    color: #F77432 !important;
}

.sidebar .menu .list a,
.sidebar .menu .list a span {
    color: #F7F7F7;
}

.menu .list li:first-child a {
    padding-top: 30px;
}

.btn:not(.btn-link):not(.btn-circle) {
    font-size: 16px;
}

.dropdown-menu>li>a i.material-icons {
    float: right;
}

.img-width {
    width: 30%;
}

.table-responsive.no-scroll {
    overflow-x: visible;
}

.budee-btn {
    background-color: #f47521;
    color: #ffffff;
    height: 3rem;
    font-size: small !important;
}   
.budee-btn:hover{
    color: #ffffff;
}
.daterangepicker td.in-range {
    background-color: #ffd9bb !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f47521 !important;
}
.margin-right15px{
    margin-right: 15px !important;
}
.margin-left5px{
    margin-left: 5px !important;
}
.custom-txt-size{
    font-size: medium !important;
}
.form-control:focus {
    border-color: #f47521 !important;
    box-shadow: inset 0 1px 1px #fcab6e !important;
}
.form-group .form-line:after {
    border-color: #f47521 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f47521 !important;
    border-color: #f47521 !important;
}
.margin-btm-0px{
    margin-bottom: 0px !important;
}
.green{
    color:green;
}
.red{
    color:red;
}
.hidden{
    display: none;
}
.padding-left-10px{
    padding-left: 10px !important;
}
.margin-top-5px{
    margin-top: 5px !important;
}
.margin-top-10px{
    margin-top: 10px !important;
}
.pagination{
    margin:0px !important;
}
.modal-header{
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(0,0,0,.0625) !important;
}
.modal-body{
    border-bottom: 1px solid rgba(0,0,0,.0625) !important;
}
.referral-credited {
    text-decoration: none !important;
    color: #338c21 !important;
}
.padding-left-0px{
    padding-left: 0px;
}
.pre-loader{
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eeeeeed1;
    overflow: hidden;
    text-align: center;
}
.pre-loader .loader {
    position: relative;
    top: calc(50% - 30px);
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0px auto !important;
}
