﻿/*Tab Overflow*/
.full-container {
    overflow: hidden;
    background: white;
}

.container-scroller {
    overflow: hidden !important;
}

/*.tab-pane*/
.tab-forms {
    min-height:413px !important;
    box-shadow: none !important;
}

.tab-pane {
    /*height: 413px !important;
    overflow: auto !important;*/
    /*min-height: 413px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 413px !important;*/
    overflow-y: auto !important;
}
/*
.action-btn-fixed {
    position: fixed !important;
    bottom: 9% !important;
    height: 48px;
    width: 62.5% !important;
    padding: 7px !important;
    left: 37%;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
}
*/
/*Pagination cnotrols*/
.left-container .pagination {
    display: inline-block;
    float: right;
    /*margin-bottom: 4%;*/
    /*position: absolute;*/
    margin-top: 4%;
    bottom: 0;
    right: 5%;
}

.pagination li {
    float: left;
    list-style: none;
}

.pagination a {
    color: black;
    float: left;
    padding: 3px 14px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination .active {
    background-color: #33c92d;
    color: white;
    /* border: 1px solid #33c92d;*/
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

/* Designed Check box*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #44ce42;
}

input:focus + .slider {
    box-shadow: 0 0 1px #44ce42;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*Popup*/
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000075;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

.popup-content {
    background: white;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #555;
    margin-top: 8%;
    text-align: center;
    font-size: 150%;
    height: 35%;
    min-height: 250px;
}

.popup-content-header {
    height: 44px;
    width: 100%;
    padding: 2%;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #6f6f6f;
}

.popup-content-body {
    font-size: 18px;
    height: 60%;
    width: 100%;
    float: left;
    padding-top: 7%;
    border-top: 1px solid #a7afb738;
    border-bottom: 1px solid #a7afb738;
}

.popup-content-footer {
    float: left;
    height: 20%;
    width: 100%;
    padding: 1%;
}
.popup-min-height{
    min-height:160px;
}
.header-bottom {
    text-align: left;
    font-size: 78%;
    color: #6f6f6f;
    padding: 1%;
    /* padding-top: 3%; */
}

.body-bottom {
    padding-top: 2%;
}

.add-popup-content-height {
    height: auto;
    overflow: auto;
}
.popup-body-max-height{
    max-height:400px;
    overflow:auto;
}
.popup-action {
    margin-top: 10%;
}

.popup-border {
    border: 1px solid #f2f2fb;
    box-shadow: 0px 0px 3px #c8d9ea;
}

.popup-action .btn {
    margin-left: 1%;
}

.validation-result {
    color: red;
}

/* Form needs */
.error {
    /*text-align: center;*/
    color: #f26c2b;
    background-color: transparent;
    border: 1px solid #f26c2b;
    border-radius: 0.1875rem;
    margin: 3% 0;
    display: none;
}

.no-record {
    text-align: center;
}

.inactive {
    background: red !important;
}

/* Alert messages */
.ap-error {
    background-color: #f44336;
    color: white;
}

.ap-success {
    background-color: #4CAF50;
    color: white;
}

.ap-warning {
    background-color: #ff9800;
    color: white;
}

.footer-logo {
    width: 18px;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: 70px;
    height: auto;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: 50px;
    height: auto;
}



.nav-tabs .nav-item {
    line-height: 25px !important;
}

.two-col-form .form-group {
    width: 47.5%;
    float: left;
    margin-bottom: 1%;
    height: 55px;
}

.left-container {
    position: relative;
    /*height: 565px;*/
    background: white;
    border-right: 1px solid #c2c2c24f;
    padding-bottom: 5%;
}
.table-custom {
    table-layout: fixed !important;
}
.table-custom td {
    padding: 8px !important;
    color: #555;
}

.page-content-wrapper {
    padding: 0.5% 1.25% !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f1f642;
}

.list-edit-link {
    color: #444;
}

.active-circle {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #33c92d;
    float: left;
    margin: 2px 5px 0px 0;
}

.nav-tabs .nav-item {
    line-height: 25px !important;
}


.two-col-form .form-group:nth-child(2n) {
    margin-left: 5px;
    margin-right: 2%;
}

.two-col-form .form-group input {
    padding: 1%;
    height: auto;
    color: #555;
    width: 99%;
    min-height: 30px;
}

.two-col-form .form-group select {
    padding: 0;
    height: auto;
    width: 100%;
    border-color: #e0e0e0;
    color: #555;
}

.action-buttons .btn {
    padding: 1% 3%;
}

.two-col-form .form-group {
    width: 47.5%;
    float: left;
    margin-bottom: 1%;
    height: 55px;
}

.popup-container .two-col-form .form-group {
    margin-bottom: 2%;
    height: 55px;
    margin-left: 5px;
    margin-right: 5px;
}

.left-container {
    position: relative;
   /* min-height: 510px;*/
    background: white;
    border-right: 1px solid #c2c2c24f;
}

.form-group label {
    color: #555;
}

.new-btn, .delete-btn {
    display: none;
}

.function-table .switch {
    display: block;
}

.function-table th {
    text-align: center;
}

.function-tab {
    position: relative;
    min-height: 500px;
}

.border-element {
    border: 1px solid #fbfbfd;
    padding: 0 5px;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #c8d9ea;
}

.tab-forms {
    /*border: 1px solid #f2f2fb;*/
    overflow: auto;
    padding: 10px 5px;
    margin-top: 0;
    box-shadow: 0px 0px 3px #c8d9ea;
    min-height: 440px;
}

.Mandatory {
    color: red;
}

.tab-content.tab-transparent-content {
    border: none;
    padding: 0.5rem 0 0 0;
}

.action-buttons {
    clear: both;
    position: absolute;
    bottom: 5%;
    width: 100%;
    margin: 0 auto;
}

.cursor-edit {
    cursor: pointer;
}

.user-edit {
    display: block;
    padding: 1px 0;
}

.common-list {
    border: 1px solid #fbfbfd;
    margin-top: 5px;
    border-radius: 6px;
    /*min-height: 405px;*/
    box-shadow: 0px 0px 3px #c8d9ea;
}

.page-heading {
    display: none;
}

.mobile-heading {
}

.three-column {
    width: 48% !important;
}

/*Desktop view*/
@media (min-width: 600px) {
    .page-heading {
        display: inline;
        margin-top: 20px;
    }

    .mobile-heading {
        display: none;
    }

    .action-buttons {
        clear: both;
        position: absolute;
        bottom: 5%;
        width: 100%;
        margin: 0 auto;
    }

    .three-column {
        width: 18% !important;
    }
}

tr.row-active {
    background: #0062ff38 !important;
}

.apcore-alert {
    padding: 10px 20px;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 2001;
    width: 32%;
}

.display-block {
    display: block !important;
    padding: 5px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }






.filter-container {
    margin: 8px 0;
}

.filter-button {
    padding: 8px;
    margin-top: 5px;
    margin-left: 2px !important;
    border-radius: 2px;
}

.filter-input {
    width: 48.5%;
    float: left;
    padding: 5px 5px !important;
    height: auto;
    margin-top: 5px;
    margin-left: 3px;
}

/* Dragable Items styles */
.drag-drop-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drag-drop-item {
    /* background-color: #2F2F2F; */
    /* margin: 0 0 15px; */
    /* text-align: center; */
    /* color: #FFF; */
    /* border: 2px solid #444; */
    border: 1px solid #e3e5ef;
    /* width: 100%; */
    /* float: left; */
    margin: 3px 0;
    padding: 5px;
}

    .drag-drop-item:hover {
        background: #fbfcfd;
    }

.slide-placeholder {
    background: #DADADA;
    position: relative;
}

    .slide-placeholder:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        background-color: #FFF;
    }

.select2-container {
    width: 100% !important;
    color: black;
    border: none !important;
}

    .select2-container .select2-selection--single {
        /*height: auto !important;*/
    }

.select2-container--default .select2-selection--single {
    padding: 2% !important;
    padding: 5px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 !important;
        margin: 0px !important;
        line-height: normal !important;
    }

.module-dropdown {
    float: left;
    width: 40%;
    margin-right: 1%;
}


/*#child-rights-link {
    display: none;
}*/
/*
.form-group.three-column {
    width: 23% !important;
}*/

.form-group label {
    color: #000;
    font-weight: bold;
    text-shadow: none;
    font-size: 13px;
}

.table-margin {
    margin-top: 10px;
}

.over-flow {
    overflow: auto;
}

.clear-both {
    clear: both;
}

.form-group .select2-container {
    width: 99% !important;
    border: 0.5px solid #ccc !important;
}

.validate-error {
    border: 1px solid #f26c2b !important;
}

.advancedSearch .select2-container {
    width: 49% !important;
    float: left;
    margin: 0.5% 0.5% 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(151, 151, 151, 0.3) !important;
    border-radius: 0 !important;
}
/*Widthsize Fix for table
*/
.common-list tr td, .common-list tr th {
    width: 50% !important;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.display-block {
    display: block;
}

.display-none {
    display: none !important;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f06119b0;
    left: 0;
    top: 0;
    padding: 20% 51%;
    z-index: 10000;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
    left: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.user-interface {
    position: relative;
}

.campaign-search-btn {
    width: 20%;
    float: left;
    margin-left: 10px;
}

.filter-campaign {
    padding: 8px;
    margin-top: 1px;
    margin-left: 2px !important;
    border-radius: 2px;
}

.margin-top-12px {
    margin-top: 12px;
}

ul.alternate-bg li:nth-of-type(odd) {
    background-color: #f0f1f642;
}

.tab-specifier {
    width: 20%;
    float: left;
}

.right-tab-container {
    background: white;
    overflow: hidden;
    position: relative;
    /*height: 565px;*/
}

.tab-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    /*height: 60px;*/
    z-index: 10;
    padding: 8px 0 !important;
}

.main-panel {
    padding-bottom: 60px;
}

.action-buttons {
    position: absolute;
    left: 0;
    /* bottom: 65px; */
    background: white;
    /* padding: 1%; */
    padding: 1%;
    bottom: 0;
    box-shadow: 6px 3px 6px 5px rgb(0 0 0 / 25%);
}

.table-hover {
    transition: all ease-in-out 1s;
}

.menu-highlight {
    background: #ec601a12;
}

.height-auto {
    height: auto !important;
}

.form-unique-check {
    width: 75% !important;
    height: 35px !important;
    display:inline-block !important;
}

.form-check-btn {
    width: 22% !important;
    height: 34px !important;
    padding: 0 !important;
    margin-left: 3% !important;
}

.code-label {
    width: 100%;
}

.submodule-unique-text {
    width: 74% !important;
}

.role-child-rights-form {
    padding-bottom: 64px;
}

.preview-image img {
    width: 100%;
    height: 100px;
}

.preview-image {
    position: absolute;
    top: 0;
    z-index: 20;
    width: 120px;
    right: 0;
}
/*.full-screen-menu, .sub-sub-menu {
    width: 95%;
    height: 81%;
    margin-left: 5%;
    margin-top: 4.9%;
    float: left;
    background: #fff;
    position: fixed;
    top: 6px;
    left: 3px;
    z-index: 10;
    overflow: auto;
    display: none;
}
.menu-tiles, .sub-menu-listing {
    margin-top: 1.7%;
    width: 22.5%;
    height: 150px;
    float: left;
    margin-left: 2%;
    border: 1px solid;
}
.tiles-content{
    padding:63px;
    text-align:center;

}
*/ .version-align-layout {
    width: 5% !important;
    float: right;
}

.company-footer-layout {
    width: 100% !important;
    text-align: center;
    float: left;
    margin-left: 3%;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container {
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.sub-sub-menu {
    display: none;
    margin-left: 20px;
}

li.drag-drop-item.ui-sortable-handle {
    color: #444;
    text-overflow:ellipsis;
    overflow:hidden;
}

.form-group label {
    font-family: Calibri !important;
    font-weight: normal !important;
    font-size: 100%;
    text-align: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 20px;
    width: 100px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        font-size: 17px;
        color: #ffffff;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 15px;
    float: left;
    margin-top: 2px;
}

.disabled {
    background: #aab2bd7a;
}

.alert-margin-bottom {
    margin-bottom: 0.5rem;
}

.function-table tr td {
    text-overflow: ellipsis;
    overflow: hidden;
}

thead.table-heading th {
    padding: 2.5%;
}

.navbar-height {
    height: 168px;
    background: white
}

ul.parent-nav {
    margin-top: 60px !important;
}

.sidebar-icon-only ul.parent-nav {
    margin-top: 0px !important;
}

/*.sidebar {
    margin-top: 1% !important;
}*/
.infotab-menubar {
    width: 100%;
    background: #1e164f;
    color: #fff;
    height: 33px;
    float: left;
    padding: 5px;
}

.infotab-menubar-details {
    width: 99%;
    float: left;
    margin-top: 1.5%;
    /*margin-left: 2%;*/
    margin-bottom: 3%;
}

.table-contact {
    width: 100%;
}

.form-img-show {
    width: 88% !important;
    float: left;
}

.img-size-fix {
    width: 100%;
    height: 100%;
    float: left;
}

.form-img-display {
    width: 8% !important;
    height: 50%;
    float: right;
    text-align: end;
}
.tab-content::-webkit-scrollbar, .left-container::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

    .tab-content::-webkit-scrollbar-track, .left-container::-webkit-scrollbar-track {
        background: #f1f1f1; /* color of the tracking area */
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }



.partial-action-buttons {
    float: left;
    width: 97%;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 1%;
}

.btn-padding {
    padding: 1% 3%;
}

.pagination-top {
    margin-top: 70px;
}

.web-url-tab-form {
    min-height: 125px !important;
    text-align: left;
    border: none;
    box-shadow: none;
}

#table-top {
    width: 96%;
    margin: auto;
}

.table-cln-height th, .table-cln-height td {
    padding-left: 15px;
    padding: 7px;
}
.tab-content::-webkit-scrollbar-thumb, .left-container::-webkit-scrollbar-thumb {
    background-color: darkgray;
    outline: 1px solid saltgrey;
}
.width22 {
    width: 22.2% !important;
}

.sub-tab-pagination {
    bottom: 5%;
    right: 3%;
    position: absolute;
}


.sidebar .nav .nav-item .nav-link {
    /*width: 220px;*/
}
.main-panel {
    overflow: hidden !important;
}

.form-group.three-column {
    width: 43% !important;
}
@media (min-width: 600px) {
    .form-group.three-column {
        width: 23% !important;
    }
}
/*.show-menu {
    display: block !important; 
}*/

/*
.full-container {
    background: red;
}
.right-tab-container {
    background: yellow;
}
.tab-pane {
    background: green;
}*/

.theme-override-status {
    text-align: right;
    color: #fd6d078a;
    /* font-weight: bold; */
    font-size: 12px;
    margin-top: 5px;
}

.left-container {
    overflow: auto;
}
.select2-container--open {
    z-index: 100000;
}

.sidebar .nav.sub-menu .nav-item .nav-link:before {
    left: 15px !important;
}
.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before {
    left: 0px !important;
}
.pagination-result {
    min-height: 350px;
}
.overflow-x-hidden{
    overflow-x:hidden;
}

.function-table tr th {
    text-align: left;
    padding-left: 5px;
}

.tab-content > .active {
    padding-bottom: 25px;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\f141";
    font-size: inherit;
    color: inherit;
    position: absolute;
    right: 5px;
    top: 15px;
}
.grid-text-box {
    width:80%;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hdn-currency-symbol {
    float: left;
    width: 9%;
    background: #d5d5d5;
    height: 29px;
    border-radius: 2px;
    color: black;
    text-align: center;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 2px;
}
.percentage-symbol {
    float: right !important;
    width: 9%;
    background: #d5d5d5;
    height: 30px;
    border-radius: 2px;
    color: black;
    text-align: center;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 2px;
}
.amount-txt-box {
    width: 91% !important;
    height:29px !important;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
}
.currency-lable{
    height:30px;
}
.percentage-txt-box {
    float:left;
    height:29px !important;
    width: 91% !important;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.drop-down-container {
    height: 50px;
}
.special-company-message {
    color: #fd6d078a;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.mr-24{
    margin-top:24px !important;
}
.padding-7{
    padding:7px !important;
}
.border-none{
    border:none !important;
}
.form-group.three-divide-column {
    width: 23%;
    margin-left:0 !important;
}
.inline-action-btn {
    padding-top: 2%;
    width: 49%;
    text-align: end;
    padding-right: 2%;
    float: right;
}
.save-inline {
    width: 20%;
    height: 27px;
    padding: 0px;
}
.inline-control-action-btn {
    padding-top: 2%;
    width: 100%;
    padding-right: 2%;
    float: left;
}

.save-inline-control {
    width: 10%;
    height: 27px;
    padding: 0px;
}

.text-left{
    text-align:left !important;
}
.three-check-column{
    width:10.6% !important;
}
.h-28{
    height:28px !important;
}
.inactive-icon {
    color: #ffb102 !important;
}
.theme-font{
    font-size:16px !important;
}
.currency-notes{
    float:right;
}
.filter-check-box{
    width:60%;
}
.filter-form-contol {
    padding: 3px !important;
    margin-top: 3px;
}

.margin-left-2percent{
    margin-left:2% !important;
}
.margin-left-unset {
    margin-left: unset !important;
}

.form-group.four-column {
    width: 12%;
}
.form-group-25 {
    width: 23% !important;
}

.form-group-40 {
    width: 38% !important;
}

.form-group-20 {
    width: 18% !important;
}
.deactivation-msg-td {
    vertical-align: top !important;
    width: 50%;
    position: relative;
}
.deactivation-msg-in-tbl {
    position: absolute;
    width: 98%;
    height: 80%;
}

tbody.language-info-save td input {
    width: 100%;
}
.switch {
    margin-right: 5px;
}
.nav-tabs {
    border-bottom: none !important;
}
.form-group.twelve-column {
    width: 100%;
    margin-left: 0% !important;
    margin-right: 0 !important;
}

.amount-calculation {
    width: 79% !important;
}
.width100 {
    width: 100% !important;
}
.currency-lable1 {
    width: 21%;
    height: 30px;
}
.popup-for-checkbox{
    width:57% !important;
}
.language-td-border-remove td{
    border:0 !important;
    padding:3px !important;
}
.language-name-heading {
    padding: 7px !important;
}

tbody tr .language-name-heading {
    padding: 7px !important;
}
.language-td-border-remove td:hover {
    background: none;
}
.language-td-border-remove .deactivation-msg-in-tbl {
    height:90% !important
}
.brand-Ms-Settings,.common-control-hide {
    display: none;
}
.percentage-symbol1 {
    width: 21% !important;
}
.popup-percentage {
    width: 91% !important;
}
.color-picker span {
    margin-left:7px !important;
}
.download-btn-continer {
    float: left;
    margin-top: 2%;
    margin-left: 2%;
}
.border-box-unset{
    box-shadow:unset !important;
    padding-top:30px;
}
.popup-validation-msg-content {
    min-height: 425px;
    height: 65% ;
    max-height: 425px;
}
.popup-validation-msg-body{
    height:77% !important;
    overflow:auto;
}
.popup-validation-msg-footer{
    height:10% !important;
}
.tab-message{
    margin-top:23%;
    text-align:center;
}
.table-overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
.table-layout-fixed{
    table-layout:fixed;
}
.list-table-overflow-hidden span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.check-box-three-clm {
    width: 33.33% !important;
    margin-right: unset !important;
    margin-left: unset !important;
}
.upload-table-container{
    display:none;
}
.popup-body {
    min-height: 260px !important;
    padding: 1%;
}
.search-box {
    height: 27px;
    padding-left: 3%;
}
.special-icon-img {
    width: 50px;
    margin: 0 auto;
    border: none;
    height: 55px;
    display: block;
}
.action-pagination {
    bottom: -8px;
}
#MinRange, #MaxRange {
    text-transform: uppercase;
}
.popup-single-qrcode-box {
    width: 32%;
    border: 2px solid;
    margin: 0 auto;
}
.popup-multiple-qrcode-box {
    width: 31%;
    border: 2px solid;
    margin: 1%;
    float:left;
}
    .popup-multiple-qrcode-box img, .popup-single-qrcode-box img{
        width: 100%;
    }
.checkbox-mapping-overflow, .branch-name-list {
    overflow: hidden;
    display: inline-block;
    width: 70%;
    vertical-align: text-bottom;
    text-overflow: ellipsis;
}
.qr-code-textbox {
    width: 100%;
    outline: none;
    border: 1px solid #c2c2c2;
}
.three-split-column{
    width:31.1% !important;
}
.popup-big-width{
    width:60% !important;
}
.previous-back-container{
    height:auto;
    text-align:center;
}
    .previous-back-container span {
        font-size: 100%;
        font-weight: bold;
        margin-left: 1%;
        cursor:pointer;
        font-family: fangsong;
        float:left;
    }
.exception-popup{
    z-index:3000;
}
.form-group.four-divide-column {
    width: 14.4%;
}
.popup-container .row{
    margin:0 !important;
}
/*.form-control {
    padding: 0.375rem 0.375rem !important;
    height:auto !important;
    color:#000 !important
}*/
.mandatory{
    color:red;
}
.btn {
    border-radius: 3px !important;
    padding: 0.375rem 0.6rem !important;
    font-size: 0.775rem !important;
}
.form-popup{
    width:60% !important
}
.card{
    background-color:#fff;
    border-radius:3px !important;
}
.content-wrapper {
    padding: 1.375rem 1.375rem !important;
}