body {
   
    font-size: 13px;
    color: #818B94;
    /*overflow-y: hidden !important;*/
}

html, body {
    /*overflow-y: hidden;*/
}

a {
    color: #3e8ef7;
}

.bg-dark {
    background-color: #0062cc !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.btn-group-custom-btn {
    color: #fff;
    background-color: #dadbdc;
    border-color: #dadbdc;
}

.btn-group-custom > .btn {
    padding: 3px 7px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }


    .right-inner-addon i {
        position: absolute;
        left: 0px;
        padding: 14px 12px;
        pointer-events: none;
        font-size: 18px;
        color: #b1acac;
    }

.left-search-input {
    padding: 12px 10px 12px 35px;
}

    .left-search-input:focus {
        background: lightyellow;
    }

.search-link {
    text-decoration: none;
    color: #008000;
    /*font-size:12px;*/
}

.table-noRecord {
    text-align: center;
    font-size: 15px
}

h1.page-title {
    font-size: 18px;
    font-weight: 400 !important;
}

h2.form-title {
    margin: 15px 0px;
    font-size: 15px;
    font-weight: normal;
}

.form {
    margin: 0px 20px;
}

label {
    display: inline-block;
    margin-bottom: 3px;
}


.break {
    z-index: 0;
    position: relative;
}

/*.break:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: -1;
  }*/

/*.break > span {
    display: inline-block;
    padding: 0 0.5em;
    background: #fff;
  }*/


@media (min-width: 576px) {
    .sidebar {
        max-width: 280px;
    }
}


.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    width: 100%;
    color: #d5d5d5;
    font-size: 14px;
}

.nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 0px solid #ccc !important;
}

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #3e8ef7 !important;
        border-color: transparent !important;
    }

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    padding: 7px 15px;
    text-decoration: none;
    color: #818B94;
}

.tab-content > .active {
    display: block;
    /*background: #007bff;*/
    min-height: 165px;
    /*padding: 0 20px;*/
}

.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 0px solid transparent;
    padding-right: 15px;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-left-padding {
    padding-left: 0px !important;
}

.no-right-margin {
    margin-right: 0px !important;
}

.no-left-margin {
    margin-left: 0px !important;
}

.no-top-margin {
    margin-top: 0px;
}

.no-bottom-margin {
    margin-top: 0px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.top-margin-10 {
    margin-top: 10px;
}


.text-gray {
    color: #c7c6c6;
}

h1.head-title-vendor {
    font-size: 18px;
}

h2.head-title-vendor {
    font-size: 16px;
}



.nav-tabs .nav-link:hover {
    /*border:1px solid #fff !important;*/
}

.bg-gray {
    background: #F8F8F8;
}

.padding-10 {
    padding: 10px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.margin-10 {
    margin: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-right-0 {
    margin-right: 0px;
}

.table {
    border-bottom: 2px solid #d5d5d5;
}

    .table thead th, .table-striped tbody tr:nth-of-type(odd) {
        background: #FCFAFA;
        border-bottom: 0px solid #dee2e6;
    }

    .table thead th {
        border-top: 2px solid #D5D5D5;
        border-bottom: 2px solid #D5D5D5;
        font-weight: 500;
    }

    .table tbody td {
    }

    .table td, .table th {
        border: none;
        padding: 7px 15px;
    }

.text-decoration-none {
    text-decoration: none;
}

.green {
    color: green;
}


.text-xs {
    font-size: 10px;
    color: gray;
}

.bg-red {
    background: red !important;
}

.modal-header {
    padding: 0px;
}

    .modal-header .close {
        margin: 0px;
        padding: 8px 15px;
    }

.modal-title {
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
}

.modal-body {
    padding: 25px;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-footer {
    padding: 10px;
    background: #f6f6f6;
    border-top: 0px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shadow-placeholder {
    margin: 0px 0px 20px 0px;
    padding: 20px 5px;
    margin-top: 0px;
    box-shadow: 0 0px 10px 0 #ccc;
}

.slider-title {
    font-size: 16px;
    margin-bottom: 10px;
}


.color-red {
    color: red;
}


.validation-red {
    border: 1px solid red;
}



.form-control {
    font-size: 13px;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0px;
}


.inline-block {
    display: inline-block;
}

.ul-sidebar-status {
    margin: 0px;
    padding: 0px;
}

    .ul-sidebar-status li {
        padding: 10px;
        list-style: none;
        background: #fcfafa6b;
        margin-bottom: 5px;
        border-left: 3px solid #fcfafa6b;
    }

        .ul-sidebar-status li:hover {
            border-left: 3px solid #3e8ef7;
        }

.btn-custom-group-addOn {
    background: #fff;
    border: 1px solid #dddddd;
}

ul.menu-items {
    padding: 0px;
    margin-top: 0px !important;
    margin: 10px;
}

    ul.menu-items li {
        padding: 2px 15px;
        padding-left: 0px;
        list-style: none;
    }

        ul.menu-items li a.completed {
            padding: 10px;
            padding-left: 22px;
            list-style: none;
            background: url('../../images/bullet-completed.png');
            background-repeat: no-repeat;
            background-position-y: 9px;
        }

        ul.menu-items li a.default {
            padding: 10px;
            padding-left: 22px;
            list-style: none;
            background: url('../../images/bullet-default.png');
            background-repeat: no-repeat;
            background-position-y: 9px;
        }

h1.h1-bullet {
    font-size: 13px;
    margin-bottom: 2px;
}


.btn-default {
    border: 1px solid #007bff;
}

ul.workflow-stages {
    margin: 0px;
    padding: 0px;
}

    ul.workflow-stages:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 25px;
        right: 0;
        width: 50%;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        /*z-index: -1;*/
    }

    ul.workflow-stages li {
        list-style: none;
        border: 2px solid #eb6709;
        display: inline-block;
        margin-right: 25px;
        text-align: center;
        padding: 8px 5px;
        width: 120px;
        border-radius: 6px;
        background: #fff;
        font-size: 15px;
        z-index: 999;
        position: relative;
    }

        ul.workflow-stages li.nolink {
            border: none;
        }

    ul.workflow-stages a {
        z-index: 999;
        position: relative;
        text-decoration: none;
        color: #333;
    }

    ul.workflow-stages li.completed {
        border: 2px solid #1cb96b;
    }

h3.tab-head {
    font-size: 15px;
}

ul.custom-tab1 {
    border-bottom: 1px solid #ddd;
}

.custom-tab1 a.nav-link {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.line-through {
    text-decoration: line-through;
}

.ngx-editor-textarea {
    min-height: 200px !important;
}


/**/
/*s AG Grid*/
/**/
.ag-theme-balham {
    font-family: 'Roboto', sans-serif;
    color: #818b94;
}

    .ag-theme-balham .ag-header {
        background-color: #FCFAFA;
        border-bottom: 2px solid #D5D5D5 !important;
        border-top: 2px solid #D5D5D5 !important;
        min-height: 40px !important;
    }

    .ag-theme-balham .ag-root {
        border: none;
    }

    .ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #333;
    }

    .ag-theme-balham .ag-header-cell::after, .ag-theme-balham .ag-header-group-cell::after {
        border-right: 1px solid rgba(189, 195, 199, 0.5);
        content: " ";
        height: 21px;
        margin-top: 9px;
        position: absolute;
        right: 0;
        text-indent: -2000px;
        top: 0;
    }

    .ag-theme-balham .ag-header-row {
        border-bottom: none;
    }

    .ag-theme-balham .ag-header-cell, .ag-theme-balham .ag-header-group-cell {
        line-height: 38px;
    }

    .ag-theme-balham .ag-row-odd {
        background-color: #fcfafa;
    }

    .ag-theme-balham .ag-cell {
        border: none;
    }

    .ag-theme-balham .ag-row {
        border-bottom-color: none;
    }

    .ag-theme-balham .ag-row {
        border-bottom: 0px solid #BDC3C7;
    }

    .ag-theme-balham .ag-paging-panel {
        align-items: center;
        border-top: 2px solid #d5d5d5;
        color: rgba(0, 0, 0, 0.54);
        display: flex;
        height: 32px;
        justify-content: flex-end;
        padding: 0 12px;
    }

    .ag-theme-balham .ag-ltr .ag-cell-focus {
        border: 0px solid #0091EA;
    }

    .ag-theme-balham .ag-icon-menu {
        background-size: 25px 20px;
        height: 40px;
        opacity: 0.87;
        width: 15px;
    }

    .ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
        display: block;
        height: 38px;
    }
/**/
/*e AG Grid*/
/**/
.validation-field {
    margin-top: -13px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: red;
}

::placeholder {
    color: #818b9454 !important;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #818b9454 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #818b9454 !important;
}

.text-align-center {
    text-align: center;
}

.img-xs {
    width: 26px;
    height: 26px;
}



.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    top: calc(42px - 6px);
    right: 0;
    left: auto;
    border: 1px solid rgba(182, 182, 182, 0.1);
    padding: 0 0 10px;
    min-width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
}

.dropdownAnimation, .nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


.dropdown-menu.show {
    display: block;
    border: 1px solid rgba(182, 182, 182, 0.1);
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
        transform: translate3d(0, 0px, 0);
    }
}

.dropdownAnimation, .nav .nav-item.dropdown .navbar-dropdown,
.navbar-nav .nav-item.dropdown .navbar-dropdown {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*
 *  STYLE 2
 */
#style-2 {
    margin-top: 40px;
    /*max-height: 250px;
 
  overflow-y: scroll;*/
}

/*#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
 
}

  #style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    
  }

  #style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d5d5d5;
    margin-right: 20px;
  }*/

/*
 *  STYLE 3
 */
.btn-primary {
    color: #fff;
    background-color: #3E8EF7;
    border-color: #3E8EF7;
}



.dropdown-item {
    font-size: 14px;
}

.modal.show .modal-dialog {
    box-shadow: 0 0 60px 5px #565656;
}

.btn-loading {
    font-size: 13px;
    font-style: normal;
}

    .btn-loading img {
        width: auto;
        max-width: 20px;
    }


.pic-bg {
    /*background: url(../../images/login-left-infographic.svg) no-repeat left #fff;
    background-size: cover;
    padding-left: 0px;
    color: #fff;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;*/
}

.left-side-img {
    background: url(../../images/login-right-infographic.svg) no-repeat right #fff;
   
    background-size: auto;
    padding-left: 0px;
    height: 100%;
    
}