﻿/***************************************************************
 * Author: Manisha Tripathi
 * Date  : 28-SEP-2021
 * Desc  : Custom styling that will override the existing themes styles
***************************************************************/


/* LAYOUT width changes starts*/

body {
    margin: 0;
    font-family: "Baloo Paaji 2",cursive;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #747a80;
    text-align: left;
    background-color: #fff;
}

.navbar-header {
    max-width: 100%;
}

.navbar-header {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height:50px;
}

.container-fluid {
    max-width: 100%;
}

.header-item {
    height:50px
}

    .page-content {
    padding: 5px !important;
}

.logoImage {
    height:50px !important;
}


logoTitle {
    color:#efefef; 
    margin-top:28px !important; 
    font-size:17px
}

.footer {
    font-size: 11px;
    padding: 5px 2px 5px 2px;
}
/* LAYOUT width changes ends*/


/* MENU font changes starts*/
.topnav .navbar-nav .nav-link {
    font-size: 13px;
}

.page-title-box {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

/* MENU changes ends*/




/* LAYOUT font changes starts*/

.dropdown-item {
    font-size: 12px !important;
    /*border:1px solid red;*/
}

.topnav .navbar-nav .nav-link {
    padding: 10px 2px 10px 2px;
 /*   border: 1px solid blue;*/
}


.form-control {
    font-size: 12px !important;
    padding: 0.25rem 0.55rem;
}

.btn {
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
}

#btnFilter {
    padding: 8px 6px !important;
    line-height: 1 !important;
}

.dropdown-menu {
    font-size: 11px;
}

.custom-checkbox {
    padding-left: 2px !important
}

.form-row label {
    font-size: 12px;
}


.swal2-popup {
    font-size: 12px !important;
}


/* LAYOUT font changes ends*/


/* DEV EXTREME UI changes starts*/

.dx-widget {
    font-size:11px
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-size: 14px 14px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin: 0 3px;
}


.dx-datagrid .dx-header-filter {
    color: #efefef !important;
}

.dx-datagrid .dx-header-filter {
    color: #efefef !important;
}

.dx-datagrid .dx-datagrid-headers .dx-header-filter, .dx-datagrid .dx-datagrid-headers .dx-header-row > td {
    background-color: #748CA4 !important;
    color: #efefef !important
}

.dx-datagrid .dx-sort-up {
    font: 11px/1 DXIcons;
}

.dx-datagrid .dx-sort-down {
    font: 11px/1 DXIcons;
}

.dx-calendar-cell {
    font-size: 11px;
}

.dx-button-text {
    font-size: 11px;
}


.dx-checkbox-icon {
    display: inline-block;
    position: relative;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font: 12px DXIcons;
    color: #337ab7;
    text-align: center;
}

.dx-checkbox-checked .dx-checkbox-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    top: 60%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

/*Added by Manisha to provide styling to footer*/

.dx-datagrid-total-footer > .dx-datagrid-content {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #748CA4 !important; /* Added by Manisha to provide styling to footer*/
}

.dx-datagrid-summary-item {
    font-size: 12px;
    color: #efefef !important;
    font-weight: 600 !important;
}

/* DROPIFY File upload UI changes starts*/


.btn:hover, .btn:focus {
    /*color: #fff !important;*/
    text-decoration: none;
}


.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #20b799;
    padding-right: calc(1.5em + .75rem);
    background: none !important;
    background-color: #fff !important;
}


.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand::before {
    content: "" !important;
    position: absolute;
    display: block;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    left: 10%;
}

.dx-pivotgrid .dx-expand-icon-container {
    margin-left: -15px;
    margin-right: 0;
    width: 14px;
}

.toast {
    background-color: none
}

/*.toast-new {
    position: absolute;
    width: 100% !important;
    opacity: 99 !important;
    max-width: 100% !important;
    z-index: 999 !important
}*/

.toast {
    max-width: 100% !important;
    overflow: hidden;
    font-size: .875rem;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 99 !important;
    border-radius: 0.25rem;
    /*    position: absolute;*/ /** It was causing toast overlapping issue*/
    width: 100% !important;
    z-index: 999 !important;
    background-color: none;
}

.toast-header-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    /* color: #6c757d; */
    /* background-color: rgba(255,255,255,0.85); */
    background-clip: padding-box;
    /* border-bottom: 1px solid rgba(0,0,0,0.05);*/
}

/*.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}*/

.alert-success-new {
    background-color: #d2f1eb;
    color: #3c763d;
}

.alert-danger-new {
    background-color: #fededa;
    color: #a94442;
}

.alert-warning-new {
    background-color: #fcf0d9;
    color: #7c5e21;
}

.alert-info-new {
    background-color: #fededa;
    color: #a94442;
}



.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }




body {
    margin: 0;
    font-family: "Baloo Paaji 2",cursive;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #747a80;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.app-title {
    color: #efefef;
    margin-top: 28px !important;
    font-size: 12px
}

.app-image {
    height: 40px !important
}

.navbar-header {
    max-width: 100%;
}

.navbar-header {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 50px;
}

.container-fluid {
    max-width: 100%;
}

.header-item {
    height: 38px;
    border-color: transparent
}

.page-content {
    padding: 5px !important;
}

.logoImage {
    height: 50px !important;
}


logoTitle {
    color: #efefef;
    margin-top: 28px !important;
    font-size: 17px
}

.footer {
    font-size: 11px;
    padding: 5px 2px 5px 2px;
}
/* LAYOUT width changes ends*/


/* MENU font changes starts*/
.topnav .navbar-nav .nav-link {
    font-size: 13px;
}


.topnav .navbar-nav .nav-link {
    padding: 10px 2px 10px 2px;
    /*   border: 1px solid blue;*/
}

.page-title-box {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

/* MENU changes ends*/


.header-profile-user {
    height: 32px;
    width: 32px;
    background-color: rgba(255,255,255,0.5);
    padding: 3px;
}
/* LAYOUT font changes starts*/
.dropdown-item {
    font-size: 12px !important;
    /*border:1px solid red;*/
}



.form-control {
    font-size: 12px !important;
}

.btn {
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
}


.btn2 {
    font-size: 11px !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    padding: 8px 6px;
    line-height: 1;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.dropdown-menu {
    font-size: 11px;
}

.custom-checkbox {
    padding-left: 2px !important
}

/*.form-row label {
    font-size: 12px;
}
*/

.form-row label {
    font-size: 12px;
}

.swal2-popup {
    font-size: 12px !important;
}


/* LAYOUT font changes ends*/


/* DEV EXTREME UI changes starts*/

.dx-widget {
    font-size: 11px
}

.dx-datagrid .dx-row > td {
    padding: 5px;
}


.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-size: 14px 14px;
    padding: 0;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    margin: 0 3px;
}


.dx-button-has-icon .dx-button-content {
    padding: 4px !important;
}

.dx-button-has-icon .dx-icon {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
}

/*
.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    font-size: 12px;
}*/

.dx-button-has-icon .dx-icon {
    font-size: 14px;
}

/* Datagrid Sorting icon size*/
.dx-datagrid .dx-sort-up {
    font: 12px/1 DXIcons !important;
}

.dx-datagrid .dx-sort-down {
    font: 12px/1 DXIcons !important;
}

/*Loadin message fonts*/
.dx-loadpanel-message {
    font-size: 10px !important;
}

/* DEV EXTREME UI changes ends*/
/**** OLD Styles/
/*
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-size: 14px 14px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin: 0 3px;
}


.dx-datagrid .dx-header-filter {
    color: #efefef !important;
}

.dx-datagrid .dx-header-filter {
    color: #efefef !important;
}

.dx-datagrid .dx-datagrid-headers .dx-header-filter, .dx-datagrid .dx-datagrid-headers .dx-header-row > td {
    background-color: #748CA4 !important;
    color: #efefef !important
}

.dx-datagrid .dx-sort-up {
    font: 11px/1 DXIcons;
}

.dx-datagrid .dx-sort-down {
    font: 11px/1 DXIcons;
}

.dx-calendar-cell {
    font-size: 11px;
}

.dx-button-text {
    font-size: 11px;
}


.dx-checkbox-icon {
    display: inline-block;
    position: relative;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font: 12px DXIcons;
    color: #337ab7;
    text-align: center;
}

.dx-checkbox-checked .dx-checkbox-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    top: 60%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}
*/
.toast {
    background-color: none
}

/*.toast-new {
    position: absolute;
    width: 100% !important;
    opacity: 99 !important;
    max-width: 100% !important;
    z-index: 999 !important
}*/

.toast {
    max-width: 100% !important;
    overflow: hidden;
    font-size: .875rem;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 99 !important;
    border-radius: 0.25rem;
    /*    position: absolute;*/ /** It was causing toast overlapping issue*/
    width: 100% !important;
    z-index: 999 !important;
    background-color: none;
}

.toast-header-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    /* color: #6c757d; */
    /* background-color: rgba(255,255,255,0.85); */
    background-clip: padding-box;
    /* border-bottom: 1px solid rgba(0,0,0,0.05);*/
}

/*.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}*/

.alert-success-new {
    background-color: #d2f1eb;
    color: #3c763d;
}

.alert-danger-new {
    background-color: #fededa;
    color: #a94442;
}

.alert-warning-new {
    background-color: #fcf0d9;
    color: #7c5e21;
}

.alert-info-new {
    background-color: #fededa;
    color: #a94442;
}



.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.font-size-10 {
    font-size: 10px !important;
}


.font-size-11 {
    font-size: 11px !important;
}


.card-body2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}
.multiselect.dropdown-toggle.btn.btn-default {
    /*max-width: 400px !important;*/
    overflow: hidden;
    background-color: white;
    /*width: 367% !important;*/
}