.mt--20 {
    margin-top: -20px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.m-0 {
    margin: 0px !important;
}
.p-0 {
    padding: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.account-box {
    width: 350px;
}
.width20 {
    width: 20% !important;
}
.rightBtn {
  position: absolute;
  right: 20px;
  top: 15px;
}
.account-box label {
    color: #1f1f1f;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
}
.form-control {
  height: 36px !important;
}
textarea.form-control {
  resize: vertical;
  height: 100px !important;
}
.form-control {
    padding: 5px 5px;
}
.custom-select {
    padding: 5px 20px 5px 10px;
}
.smallFilterFont {
    font-size: 12px;
    height: 30px !important;
}
.smallLabelFont {
    font-size: 12px;
}
.imgWebLogo {
    height: 50px;
    width:100%;
    object-fit: contain;
}
.account-box .account-btn {
    padding: 5px 10px;
    font-size: 20px;
}

.page-title-box h3 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 26px;
}
.noDataImage {
  height: 100px;
  width: 100%;
  object-fit: contain;
}

.p-5 {
    padding: 6rem 2rem !important;
}

.p-l-5  {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.tableListImage {
  height: 60px;
  width: 60px;
  box-shadow: 1px 1px 6px 2px #ccc;
  border-radius: 6px;
  background: #efefef;
  padding: 2px;
}
.nav-link {
  display: block;
  padding: 15px 10px;
}
.profile-view .profile-img {
  width: 120px;
  height: 120px;
  border: 1px solid #efefef;
  border-radius: 100%;
}
.stockLiDash:hover {
    background: none !important;
    border-bottom-width: 2px !important;
    border-bottom-color: #058bc9 !important;
}
.browseImagePreview{
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.preview_height {
    height: 200px;
    width: 100%;
    border: 1px solid #efefef;
}

.form-group .file-upload-default {
    /*visibility: hidden;
    position: absolute;*/
}

.custTableImg {
    height: 50px;
    width: 50px;
    object-fit: contain;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 1px #6c6c69;
    border-radius: 6px;
}

#loader{
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin: 0px 0 0 0px !important;
    z-index:9999;
    background-color:rgba(0,0,0,.6);
    backface-visibility:hidden;
    transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1);
}

#loader img{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    margin:0 auto;
    width: 150px;
    object-fit: contain;
    padding: 1em;
    border-radius: 15px;
    background: #fff;
}

.errorMessage {
    font-size: 12px;
    font-weight: 100;
    color: #df3554;
    text-align: left;
}

.text-danger {
    font-size: 12px;
    font-weight: 100;
    color: #df3554;
    text-align: left;
}

.bg-primary {
    background-color: #73be59 !important;
}

.lbl-danger {
    background: #ec2c2c;
    color: #fff;
    border: 1px solid #ec2c2c;
    border-radius: 6px;
    padding: 2px 10px;
    font-weight: 400;
}

.lbl-success {
    background: #12a854;
    color: #fff;
    border: 1px solid #12a854;
    border-radius: 6px;
    padding: 2px 10px;
    font-weight: 400;
}

.custPadd {
    padding: 15px 10px 15px 10px !important;
}

.custHover:hover {
    background-color: #2e7ce4 !important;
    color: #ffffff !important;
}

.dropHover:hover {
    color: #ffffff !important;
}

.topnav .navbar-nav .nav-link {
    padding: 20px 25px 20px 25px !important;
}
.dash-widget{
    border-radius: 8px;
    margin-bottom: 20px !important;
}
.dash-icon{
    font-size: 25px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    line-height:50px;
}
.dash-widget-info > span {
  font-size: 14px;
}

/*Date Picker CSS*/
.ui-datepicker
{
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
/*.ui-datepicker:hover
{
    background-color: #fff !important;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%) !important;
}*/
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}
/*Date Picker CSS*/


.ptb-cust {
  padding: 5px !important;
  font-size: 12px !important;
  /*line-height: 30px !important;*/
}
.fontWeight600 {
    font-weight: 600 !important;
}
.table td {
  padding: 5px 10px;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  font-size: 12px;
}
.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.card-title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
}


/*Multi select with search option */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
                width: 100% !important;
            }
            #bs-select-1 {
    overflow-y: scroll !important;
    max-height: 200px !important;
}
            /*#bs-select-2 {
    overflow-y: scroll !important;
    max-height: 200px !important;
}*/
input[type="search"] {
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    margin-bottom: 0px;
}

.bootstrap-select > .dropdown-toggle {
    background: #fff;
border: 1px solid #ced4da;
} 
/*Multi select with search option */
.mini-sidebar .header-left .logo img {
  height: 50px;
  max-height: 30px;
  width: 50px;
}
.bilderIcon {
    height: 40px;
    object-fit: contain;
    margin-left: 0px;
    margin-right: 10px;
    width: 40px;
    background: #efefef;
    border-radius: 6px;
    padding: 4px;
}
.builderIconBig {
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}
.dash-icon-bg {
    background-color: rgb(249 249 249);
    border-radius: 10%;
    box-shadow: 0px 0px 1px 1px #efefef;
    color: #393b3f;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.align-center {
    align-items: baseline;
}
.text-black {
    color: #000;
}
.dash-next-icon-bg {
    align-self: center;
    color: #ddd;
    font-size: 20px;
}
.avatar.emp > img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
}