﻿.navbar-toggler .fa-bars{
    color:#FF9A3A;
}
.navbar-toggler{
    border:0px;
}
.navbar.navbar-dashboard {
    max-width: 100%;
    background: white;
    box-shadow: 16px 0px 10px 0px #d3d3d39c;
}
@media(max-width:767px) {
    .loader {
        left: 35% !important
    }
}
.loaderdiv {
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #6c757d57;
    position: fixed;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    /* position:fixed;
    left:50%;
    top:40%;*/
    left: 50%;
    position: absolute;
    top: 44%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.navOpen button .fa.fa-ellipsis-v {
    font-size: 24px !important;
    color:#FF9A3A;
} 
 a{
     cursor:pointer;
 }
 a:hover{
     cursor:pointer;
 }
@media(max-width:767px){
    .column-reverse {
        flex-direction: column-reverse;
    }  
    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #FF9A3A;
    }

    .sidebar-links {
        padding: 28px 0px 10px 0px;
    }

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 100%;
        transition: 0.5s;
        position: absolute;
        top: 0;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
        border-radius:  0px;
        
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: white;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
        background-color: white;
    } 
}  
.sidebar .topinfo {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    background-color: #2C2C2C;
}
.topinfo .usrlogo{
    width:100px;
    height:100px;
    border-radius:50%;
    margin-bottom:10px;
}
.topinfo .name{
    text-transform:uppercase;
    color:white;
    font-weight:600;
    margin-bottom:5px;
}
.topinfo .email {
    color: white;
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
}
@media(min-width:768px) and (max-width:1249px){
     
    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #334E68;
    }

    .sidebar-links {
        padding: 28px 0px 10px 0px;
    }

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 300px;
        transition: 0.5s;
        position: absolute;
        top: 0;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: #11578F;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
        background-color: white;
    } 
}
@media(min-width:1250px){
    .navOpen, .closenav {
        display: none;
    }

    .main-wrapper {
        width: 80%;
        background-color: #dceeff54;
        min-height: 100vh;
    }


    .sidebar {
        display: block;
        transition: 0.5s;
        width: 20%;
        max-width: 20%;
        background-color: white;
        min-height: 100vh;
        border-radius: 0px;
        box-shadow: 0px 0px 21px 1px #ccc;
    }

        .sidebar .logo {
            margin-top: 1%;
            padding: 10px 25px;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

    .sidebar-links {
        margin-top: 40px;
        width: 100%;
    }
}
@media(min-width:768px) {
    .main-wrapper .top-bar {
        width: 100%;
        background-color: white;
        padding: 20px 20px;
        box-shadow: 0px 0px 15px 0px #80808014;
    }

    .dashboard .min-height-center{
        min-height:80vh;
        display:flex;
        align-items:center;
    }
      
}
.sidebar-links ul{
    padding-left:30px;
    position:relative;
}
.sidebar-links ul li {
    margin-bottom: 10px;
    padding: 12px 0px;
    width: 100%;
}

    .sidebar-links ul li svg {
        fill: #fff;
        height: 23px;
        width: 25px;
    }
    .sidebar-links ul .active svg {
        fill: #11578F;
        height: 23px;
        width: 25px;
    }

    .sidebar-links ul li .active {
        color: #11578F;
    }

.sub-menu {
    padding: 0px;
}

    .sub-menu .main {
        padding: 10px 0px;
    }

    .sub-menu:hover {
        background-color: transparent !important;
        cursor: pointer;
    }

    .sub-menu .sub-list {
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .sub-menu:hover .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .sub-menu .sub-list a {
        display: block;
        margin-top: 10px;
        padding-left: 45px;
        font-size: 14px;
        font-weight: normal;
    }

    .sub-menu.active-sub .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

.sidebar-links ul li a, .sidebar-links ul li .main {
    padding: 0px 10px 00px 20px; 
    text-decoration: none;
    font-size: 18px; 
    width: 100%;
    font-weight: 600;
    margin: 0 auto; 
    text-align: left; 
    letter-spacing: 0px;
    color: #FF9A3A;
}
.sidebar-links ul li {
    position:relative;
    margin-bottom:35px;
}
 

    button:focus {
        outline: none;
    }

.dropdown-toggle::after {
    display: none;
    content: none;
}

.sidebar-links li.active {
    background-color: #f7bd5045;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.dashboard .card {
    position: relative;
    border-radius: 10px;
    border-color: white;
    background-color: white;
    box-shadow: 0px 0px 24px 0px lightgrey;
}

    .dashboard .card .card-body {
        position: relative;
        background-color: white;
        border-radius: 10px; 
    }
      .card-body-radius{
          border-radius:10px!important
      }     
.d-grid {
    display: grid;
} 
.text-sm {
    font-size: 10px;
} 
.sidebar-links ul li:hover svg {
    fill: #11578F;
    height: 23px;
    width: 25px;
}

@media(max-width:767px) {
    .main-wrapper .top-bar {
        width: 100%;
        background-color: white;
        padding: 20px 20px;
        box-shadow: 0px 0px 15px 0px #80808014;
    }
}
.sidebar-links ul li svg {
    fill: #fff;
    height: 23px;
    width: 25px;
}

.sidebar-links ul .active svg {
    fill: #11578F;
    height: 23px;
    width: 25px;
}
.sidebar-links li:hover {
    background-color: #f7bd5045;
    color: #FF9A3A;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

    .sidebar-links li:hover a {
        color: #FF9A3A
    }
.sidebar-links li img {
    margin-right: 20px;
    max-width:100%
}
.black{
    color:black!important;
}
.bold{
    font-weight:bold!important;
}.semi-bold{
     font-weight:600!important;
 }
 .content{
     padding:20px;
 } 
.container-fluid{
    padding:0px;
} 
.sidebar-links li.active a {
    color: #FF9A3A;
}
.cke_top, .cke_chrome {
    background-color: white !important;
    border: 0px !important;
}
#cke_1_contents {
    border: 1px solid #FF9A3A !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    height: auto !important
}
#cke_1_bottom{
    display:none;
}
.form-control {
    display: block;
    width: 100%;
    background-color: white;
    color: #FF9A3A;
    border-radius: 8px;
    border: 1px solid #FF9A3A;
}.form-control:focus{
     color:#FF9A3A;
 }
    .form-control::placeholder {
        color: #ff9a3a66
    }
 .btn-white{
     background-color:white;
     border:1px solid lightgray;
     font-weight:bold;
     color:#11578F;
 } 
 .nav.nav-tabs .nav-link{
     color:#FF9A3A;
     font-weight:600;
     text-align:center;
     border-radius:0px;
     border-bottom:3px solid lightgray;
     padding-bottom:20px;
     padding-left:0px;
 }
.nav-tabs .nav-link.active, .nav-pills .show > .nav-link{
    background-color:transparent;
    border-bottom:3px solid #FF9A3A; 
     
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link:hover {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important
}
.modal-backdrop {
    z-index: unset;
}
.modal-content,.modal-header,.modal-footer{
    border-radius:15px;
} 
@media (min-width: 576px) {
    .modal-dialog {
        max-width:650px;
        
    }
    .InvoiceModal{
        max-width:800px;
    }
} 
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #1ea1a4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput {
    border: 1px solid black !important;
    width:100%
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
    }

.bootstrap-tagsinput .tag [data-role="remove"] {
margin-left: 8px;
cursor: pointer;
}

 .bootstrap-tagsinput .tag [data-role="remove"]:after {
 content: "x";
padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} 
.select2-container--default .select2-selection--single{
    border:none!important
}
    .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px!important
} 
.btn-outline-primary {
    background-color: white;
    color: #11578F;
    font-weight: 600;
    padding: 5px 20px;
    border-color: #11578F;
}

     .btn-outline-primary:hover, .btn-outline-primary.focus {
        background-color: #0f4e81 !important;
        box-shadow: none !important;
        color:White;
        border-color:#11578F
    }
    .btn-outline-primary:focus {
        box-shadow: none !important;
        border-color: #11578F
    }
.radio {
    display: inline-block;
    margin:0px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
    .radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
    background-color: #FF9A3A;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
} 
@media(min-width:1750px){
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
} 
.stars {
    color: #FFAA00;
    font-size:25px;
}
 
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius:4px;
    border:1px solid #FF9A3A;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #80808014;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #FF9A3A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
 .text-sm{
     font-size:10px!important
 }

.image-carousel .owl-item img{
    height:150px;
}
.cke_top{
    background-color:#FF9A3A!important;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    color:white
}
.cke_top span{
    color:white!important
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{
    color:#FF9A3A;
}
.form-control::-webkit-calendar-picker-indicator {
    color: #FF9A3A; 
}
.uploaddiv{
    border:2px dashed #FF9A3A;
    background-color:#f7bd5045;
    border-radius:10px;
    padding:20px; 
}.uploaddiv i{
     font-size:50px!important
 }
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f7bd5045;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f7bd5045;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FF9A3A;
    }
.modal-backdrop {
    background-color: rgb(0 123 255 / 16%) !important
}
.position2, .position1{
    width:100%;
}
 .position2{
     max-height:300px;
     height:300px;
 }
 .position1{
     height:350px;
     max-height:350px;
 }.table .dropdown-menu{
      border:0px;
  }
  .min-height100{
      height:100%;
      min-height:100vh;
      position:relative;
  }
  