@font-face {
    font-family: "Roboto Slab";
    src: url(../css/fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url(../css/fonts/RobotoSlab-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url(../css/fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../css/fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #e6e6e6;
    font-size: 12px;
    font-family: "Roboto Slab";
    font-weight: normal;
    color: #000000;
}

body a {
    color: #0074b9;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

.form-group label,
input.form-control,
select.form-control {
    font-family: "Roboto";
    font-weight: normal;
}

input.form-control,
select.form-control,
textarea.form-control {
    font-size: 12px;
    color: #333333;
    box-shadow: none;
}

input.form-control::placeholder {
    color: #7D7D7D
}

input[type="url"] {
    color: #0074b9;
}

body.overlayActive,
.modal-open .modal.overlayActive {
    overflow: hidden;
}

.navbar-top {
    min-height: 50px;
    padding: 0 15px;
}

.navbar-default {
    background: #000000;
    border-color: #000000;
}

.navbar.navbar-top,
.ui-multiselect-checkboxes label,
.input-group-addon {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-top .navbar-brand {
    padding: 8px 15px;
}

.navbar-top .navbar-nav li a,
.profileName {
    padding: 5px 15px;
    line-height: 28px;
}

.navbar-top .navbar-nav li a,
.navbar-top .navbar-nav li button,
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #333333;
    text-decoration: none;
}

.navbar-top .navbar-nav>li.globalSearch {
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

.navbar-top .navbar-nav li a:hover,
.navbar-top .navbar-nav li a:active,
.navbar-top .navbar-nav li button:hover,
.navbar-top .navbar-nav li button:active,
.filters .btn-filter:hover,
.filters .btn-filter:active {
    color: #777;
}

.btn,
button {
    font-family: "Roboto Slab";
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 8px 12px;
}

.btn-default {
    background-color: #ffffff;
    border-color: #0074b9;
    color: #0074b9;
    transition: 0.3s;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: #ffffff;
    border-color: #0074b9;
    color: #0074b9;
    box-shadow: 0 0 0 1px rgba(0, 116, 185, 0.3);
}

.btn-primary {
    background-color: #0074b9;
    border-color: #0074b9;
}

.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #015e96;
    border-color: #015e96;
    outline: none;
}

.tab-wrapper .nav-tabs>li>a {
    padding: 5px 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 5px;
}

.tab-wrapper .nav-tabs>li>a:hover,
.ui-corner-all,
.datepicker {
    border-radius: 0 !important;
}

.tab-wrapper .nav-tabs>li>a:hover,
.tab-wrapper .nav-tabs>li>a.active {
    border-bottom: 2px solid #0074b9;
    background: none;
    color: #0074b9;
}

.tab-wrapper .nav-tabs {
    border-bottom: 0;
}

.tab-wrapper .nav-tabs>li>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    background: transparent;
    color: #0074b9;
    border-bottom: 2px solid #0074b9;
}

.nav-tabs>li>a:focus,
.tab-wrapper .nav-tabs>li>a:focus {
    background: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading .accordion-toggle:before {
    font-family: "FontAwesome";
    float: right;
    content: "\f106";
    color: #333;
    font-size: 2.5rem;
    font-weight: normal;
}

.panel-heading .accordion-toggle.collapsed:before {
    content: "\f107";
}

.mt-30 {
    margin-top: 30px;
}

.form-group label,
input.form-control,
select.form-control {
    font-family: "Roboto";
    font-weight: normal;
}

.form-group>label {
    display: block;
    font-size: 11px;
    color: #666666;
    margin-left: 10px;
}

.form-control {
    color: #333;
    border-radius: 0;
}

.form-control:focus {
    border-color: #0074b9;
    box-shadow: none;
    outline: 0;
}

.form-control.input {
    border: 0;
    box-shadow: none;
    padding-right: 0;
}

.input:focus,
.ui-multiselect-checkboxes input[type="checkbox"]:hover,
.ui-state-hover input[type="checkbox"],
.ui-multiselect-checkboxes label.ui-state-hover,
.ui-multiselect-checkboxes .ui-widget-content label.ui-state-hover {
    outline: 0 !important;
    border: 0;
    box-shadow: none;
}

.ui-multiselect-checkboxes label {
    padding: 8px 6px;
}

.bs-searchbox .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #333;
}

form .panelWrapper .row.no-gutters,
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.fixed-footer {
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 9999;
}

form .panelWrapper .row.no-gutters>.col,
form .panelWrapper .row.no-gutters>[class*="col-"],
.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.pagination {
    margin: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #ccc;
    margin: 0 3px;
    color: #333;
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:active,
.pagination>li>span:focus {
    color: #777;
    border-color: #ccc;
}

.breadcrumb-wrapper {
    margin: 15px 0;
}

.breadcrumb-wrapper nav {
    display: inline-block;
}

.breadcrumb-wrapper .back,
.admEditContact {
    color: blue;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumb-wrapper .back:hover,
.breadcrumb-wrapper .back:active,
.breadcrumb-wrapper .back:focus {
    color: #1e88e5;
}

.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
}

.breadcrumb>li>a {
    color: #333;
    text-decoration: none;
}

.breadcrumb li.active,
.breadcrumb>li+li.active:before {
    color: #888888;
}

.breadcrumb>li+li:before {
    color: #000000;
    padding: 0 2px;
}

.dropdown {
    position: relative;
    cursor: pointer;
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

.bootstrap-select .btn.dropdown-toggle:focus {
    outline: 0 !important;
}

.panelWrapper {
    padding-bottom: 60px;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.panel-heading {
    padding: 20px 15px;
}

.panel-title {
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto Slab";
    color: #000000;
    padding: 0px 10px;
}

.panel-title a {
    display: block;
    line-height: 35px;
    color: #000000;
}

.panel-title a:hover {
    color: #0074b9;
    text-decoration: none;
}

.form-group .input-label {
    display: inline-block;
    position: relative;
    color: #666666;
    padding-left: 25px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    font-weight: normal;
    margin-left: 0;
}

.form-control[disabled] {
    border: 0;
    box-shadow: none;
}

.input-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.input-label input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.input-label input[type="checkbox"]:checked~.checkmark {
    border: 1px solid #000000;
}

.input-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-label .checkmark:after.checkmark {
    border: 1px solid #000000;
}

.ui-multiselect-checkboxes label input {
    margin-right: 5px;
}

.search-fields h2 {
    margin-top: 0;
    font-size: 35px;
    color: #b3b3b3;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

.text-truncate p {
    margin: 0;
}

.search-bg {
    background: url("../images/icons/search-contact.png") no-repeat center bottom;
    height: 300px;
    position: absolute;
    background-position: center center;
    width: 620px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
}

.colMd12 .search-bg {
    top: 185%
}

.vendor .ui-state-default,
.vendor .ui-state-hover {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.ui-multiselect-menu .ui-widget-content .ui-state-hover,
.ui-multiselect-menu .ui-widget-header .ui-state-hover,
.ui-multiselect-menu .ui-state-focus,
.ui-multiselect-menu .ui-widget-content .ui-state-focus,
.ui-multiselect-menu .ui-widget-header .ui-state-focus {
    background: transparent;
    border: 0;
}

.dropdown-menu,
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0;
}

.ui-autocomplete {
    max-height: 300px;
    width: 30%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}

.search-group {
    border: 1px solid #ccc;
    z-index: 0;
}

.search-group .input-group-addon {
    background: 0 0;
    border: 0;
    padding: 0;
}

.search-group button {
    height: 34px;
    background: 0 0;
    border: 0;
    padding: 10px;
    outline: 0;
}

.flex-input,
.dFlex {
    display: flex;
}

.ui-autocomplete-loading {
    background: url(/images/rolling.svg) no-repeat center right;
    background-size: 7%;
}

.tab-wrapper .eventTitle {
    padding: 0px 15px;
}

.tabCustom {
    background: #fff;
    padding: 0 10px;
}

.tabCustom .nav>li>a {
    padding: 17px 10px;
    margin-bottom: 0;
}

.tabCustom .btnAction {
    padding: 5px 20px;
    font-size: 12px;
}

.tabFilter {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.tabFilter [class*="col-"] {
    border-right: 1px solid #ddd;
    min-height: 30px;
}

.tabFilter .input-group-addon {
    background: 0 0;
    border: 0;
    padding: 0;
}

.tabFilter button {
    background: 0 0;
    border: 0;
    padding: 10px 15px;
    outline: 0;
}

.listing-table tbody tr td {
    font-size: 11px;
    color: gray;
}

.listing-table table>thead,
.ui-multiselect.ui-state-active {
    background: #e6e6e6;
}

.listing-table a,
.listing-table p,
.ui-multiselect.ui-state-active {
    color: #000000;
    text-decoration: none;
}

#companyTableWrapper .dataTable a,
#companyContact_wrapper .dataTable a,
#contactTableWrapper .dataTable a,
#contactTablelist.dataTable a {
    color: #0074b9;
}

.viewCompanyDetails.active,
.viewContactDetails.active {
    font-weight: 700;
}

.listing-table a:hover {
    color: #0074b9;
    text-decoration: underline;
}

/* .dataTables_wrapper .table>thead:first-child>tr:first-child>td {
    width: 200px;
} */

/* .dataTables_wrapper td:nth-last-child(2){
    width: auto !important;
} */

/* .table tr>td:nth-last-child(2){
    width: auto !important;
} */
.table-striped>tbody>tr:nth-of-type(odd),
.ui-state-default {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.fa-ellipsis-v {
    color: #000000;
    font-size: 15px;
}

.mailText {
    color: #000000;
    font-weight: normal;
    text-decoration: underline !important;
    text-transform: none;
}

.inner-addon {
    position: relative;
}

.right-addon .fa {
    right: 0;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px 7px;
    pointer-events: none;
}

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

.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table.table-condensed tr td.day:hover {
    border-radius: 0;
}

.datepicker table.table-condensed tr td span.active.active,
.datepicker table.table-condensed tr td span.active,
.datepicker table.table-condensed tr td span.active:hover.active,
.datepicker table.table-condensed tr td.active:hover:hover,
.datepicker table.table-condensed tr td.active:active,
.datepicker table.table-condensed tr td.active.active,
.datepicker table.table-condensed tr td.active:hover.active {
    background: #0074b9;
    color: #fff;
    border-radius: 0;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #0074b924;
    cursor: pointer;
    color: #0074b9;
}

.datepicker table.table-condensed tr td span {
    height: 50px;
    line-height: 50px;
}

.resizeNone {
    resize: none;
}

.btn-lg {
    font-size: 12px;
}

.modal-header,
.modal-footer {
    padding: 10px;
}

.vendorType .ui-state-hover,
.ui-multiselect.ui-state-active {
    border: 1px solid #d3d3d3 !important;
}

.loginWrapper .card {
    background-color: rgba(0, 0, 0, .75);
    padding: 60px 68px 40px;
    width: 450px;
    min-height: 370px;
    border-radius: 4px;
}

.profile-img-card {
    margin: 0 auto;
    display: block;
}

.error {
    color: red;
    float: left;
}

.input-wrapper {
    background: #000000;
    padding: 0px 5px 0 10px;
}

.input-wrapper input {
    border: 0;
    background: transparent;
    padding: 5px 0;
    outline: 0;
    box-shadow: none;
}

.input-wrapper input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.navbar-top li .fa-lg {
    line-height: 30px;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    min-height: 100%;
}

.input-wrapper button {
    border: 0;
    background: 0;
    outline: 0;
}

.sidebar .list-group-item,
.sidebar .list-group-item:focus {
    background: transparent;
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 7px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    text-transform: uppercase;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transition: 0.3s;
}

.sidebar .list-group-item:first-child {
    border-radius: 0;
}

.sidebar .list-group-item h4 {
    font-size: 10px;
    line-height: 15px;
    margin: 5px 0;
    text-transform: uppercase;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
    background: #0074b9;
    border-bottom-color: #0074b9;
    color: #ffffff;
}

.tab-wrapper .input-wrapper {
    margin: 0;
}

.tab-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tab-wrapper .btn-default:focus {
    outline: none;
    box-shadow: none;
}

.tab-wrapper .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background-color: #fff;
}

.tab-wrapper .bootstrap-select .btn:focus,
.tab-wrapper .btn-default:active,
.tab-wrapper .open>.dropdown-toggle.btn-default {
    background: #fff;
    outline: none !important;
    border-color: #ddd;
    box-shadow: none;
    color: #000000;
}

.filters {
    background-color: #fff;
    margin-top: 8px;
    margin-bottom: 10px;
}

.filters button {
    border: 0;
    box-shadow: none;
    transition: 0.3s;
}

.filters [class*="col-"] {
    border-right: 1px solid #ddd;
    min-height: 50px;
}

.filters [class*="col-"]:last-child {
    border-right: 0;
}

.filters .input {
    height: 27px;
    padding: 5px 12px;
    font-size: 13px;
}

.filters .btn-filter {
    line-height: 46px;
}

.filters .btn {
    padding: 0 10px;
}

.filters .filter-label {
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: capitalize;
    color: #666666;
}

.filters .filter-btnlabel {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #9e9e9e;
}

.filters .dropdown-toggle {
    padding-right: 25px;
}

.filters .filter-option {
    color: #000000;
    font-size: 12px;
    line-height: 27px;
}

.filters .btn-default,
.filters .btn-default:hover,
.filters .btn-default:active,
.filters .btn-default:focus,
.filters .open>.dropdown-toggle.btn-default:focus {
    background: transparent;
    border: 0 !important;
    outline: none !important;
    color: #000000;
    box-shadow: none !important;
}

.btn-filter strong {
    font-size: 11px;
    font-weight: normal;
}

.dropdown-filter .dropdown-menu {
    padding: 0 5px;
}

.listing-table table td.dropdown {
    width: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 180px;
    z-index: 1;
}

.orderTable tbody tr:last-child .dropdown-content,
.scrollTable tbody tr:last-child .dropdown-content,
.orderTable tbody tr:nth-last-child(2) .dropdown-content,
.scrollTable tbody tr:nth-last-child(2) .dropdown-content,
.companyDetailView .contact-table tbody tr:nth-last-child(-n+3) .dropdown-content,
.companyDetailView .companyEventsTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content,
.companyDetailView .companySATableScroll tbody tr:nth-last-child(-n+3) .dropdown-content,
.companyDetailView .companyNotesTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content,
.companyDetailView .companyAttachmentTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content,
.viewContact .listing-table tbody tr:nth-last-child(-n+3) .dropdown-content {
    bottom: 33px;
    top: auto;
    z-index: 999;
}

.dropdown-content:after {
    position: absolute;
    right: 9%;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
}

.dropdown-content:before {
    position: absolute;
    right: 9%;
    top: -13px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    z-index: 2;
}

.orderTable tbody tr:last-child .dropdown-content:before,
.scrollTable tbody tr:last-child .dropdown-content:before,
.orderTable tbody tr:nth-last-child(2) .dropdown-content:before,
.scrollTable tbody tr:nth-last-child(2) .dropdown-content:before,
.companyDetailView .contact-table tbody tr:nth-last-child(-n+3) .dropdown-content:before,
.companyDetailView .companyEventsTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:before,
.companyDetailView .companySATableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:before,
.companyDetailView .companyNotesTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:before,
.companyDetailView .companyAttachmentTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:before,
.viewContact .listing-table tbody tr:nth-last-child(-n+3) .dropdown-content:before {
    right: 10%;
    bottom: -12px;
    top: auto;
    border-top: 12px solid #ccc;
    border-bottom: none;
}

.orderTable tbody tr:last-child .dropdown-content:after,
.scrollTable tbody tr:last-child .dropdown-content:after,
.orderTable tbody tr:nth-last-child(2) .dropdown-content:after,
.scrollTable tbody tr:nth-last-child(2) .dropdown-content:after,
.companyDetailView .contact-table tbody tr:nth-last-child(-n+3) .dropdown-content:after,
.companyDetailView .companyEventsTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:after,
.companyDetailView .companySATableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:after,
.companyDetailView .companyNotesTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:after,
.companyDetailView .companyAttachmentTableScroll tbody tr:nth-last-child(-n+3) .dropdown-content:after,
.viewContact .listing-table tr:nth-last-child(-n+3) .dropdown-content:after {
    right: 10%;
    bottom: -11px;
    top: auto;
    border-top: 12px solid #fff;
    border-bottom: none;
}

.dropdown-content a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
}

.dropdown-content a:hover,
.dropdown-content a:active,
.dropdown-content a:focus,
.dropdown a:hover {
    color: #000000;
    text-decoration: none;
}

.dropdown-content a:last-child {
    border: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.notify {
    position: relative;
}

.badge-notify {
    position: absolute;
    height: 13px;
    width: 12px;
    top: 5px;
    left: 27px;
    text-align: center;
    padding: 3px;
    vertical-align: middle;
    background-color: #00ffae;
    font-size: 10px;
}

.error {
    width: 100%;
}

.loader {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
}

.ui-multiselect {
    position: relative;
}

.ui-multiselect .caret {
    top: 40%;
}

.noResize {
    resize: none;
}

.ui-multiselect.ui-state-active {
    background: #fff;
}

.ui-state-default,
.selectpicker:active,
.ui-state-default:hover,
.ui-state-default:active,
.ui-state-default:active:hover,
.btn-group.open .dropdown-toggle,
.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default {
    background: transparent !important;
    box-shadow: none;
}

.form-group label span {
    color: #666666;
    font-size: 11px;
}

.form-control .selectize-input {
    border-radius: 0;
}

.companydetails {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-content {
    -webkit-box-shadow: 0 0 25px rgba(119, 119, 119, 0.8);
    box-shadow: 0 0 25px rgba(119, 119, 119, 0.8);
    border: none;
    border-radius: 0;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.form-control .selectize-input {
    border-radius: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools {
    right: -7px;
}

.orderTable,
.scrollTable {
    max-height: 250px;
}

.companyEventsTableScroll,
.companyContactTableScroll,
.companyWorkOrderTableScroll,
.companySATableScroll,
.companyAttachmentTableScroll,
.companyNotesTableScroll {
    max-height: 250px;
}

.contactEventTableScroll,
.contactContactTableScroll,
.contactWorkOrderTableScroll,
.contactSATableScroll,
.contactAttachmentTableScroll,
.contactNotesTableScroll,
.contactEmailTableScroll {
    max-height: 250px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_container_wrapper {
    position: relative;
    margin-right: 0px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 9px;
}

.companydetails .col-md-8 {
    position: relative;
}

.alertSuccess,
.alertDanger {
    margin-top: 10px;
    position: fixed;
    z-index: 999;
    top: 10px;
    width: 20%;
    min-height: 60px;
    /* margin: 0 auto; */
    /* left: 50%; */
    background-color: white;
    right: 50%;
    transform: translateX(50%);
}


.selectpicker+span.error,
.dropdownValid+span.error {
    position: absolute;
    top: 100%;
}

.cloneFormbg {
    background-color: #ffebee;
    border-top: 1px solid #ddd;
}

address,
.sidebar .list-group {
    margin-bottom: 0;
}

.colMd11 {
    width: 93%;
}

.error {
    font-size: 11px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    height: 35px;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #dddddd;
}

form .panelWrapper .col,
form .panelWrapper [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

form .panelWrapper .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.mt25 {
    margin-top: 25px;
}

a.mailText:hover,
a.mailText:active,
a.mailText:focus {
    color: #000000;
    text-decoration: underline;
}

.breadcrumb-wrapper .breadcrumb {
    padding: 0 15px;
}

.dropdown .caret,
.dropup .caret {
    border-top: 4px dashed #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-bottom: 0;
    padding-right: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    border: 0;
}

table.dataTable tbody td,
.listing-table tbody tr td {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    padding: 8px;
    border-top: 0;
    vertical-align: middle;
}

.dataTables_wrapper table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable thead th,
table.dataTable thead td:focus {
    outline: none;
}

.dataTables_wrapper .dataTables_info,
.dropzone .dz-preview .dz-details .dz-size {
    display: none;
}

.overlay-elements {
    height: 100vh;
    overflow-y: auto;
    padding: 10px 0;
    overflow-x: hidden;
}

.overlay-wrapper {
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    box-shadow: -13px 0 15px -11px rgba(0, 0, 0, 0.46);
    z-index: 999;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .modalMdLarge {
        width: 55%;
        max-width: 900px;
    }
}

.overlay-addresscontent h4 {
    font-size: 13px;
}

.btnViewDetail {
    margin-top: 5px;
}

.uploadAttachment em {
    font-style: normal;
}

.uploadAttachment .help-block {
    color: red;
}

.ui-multiselect-checkboxes li {
    font-size: 11px;
    padding: 5px;
}

.otDTTime input {
    border: none;
    outline: 0px;
    width: 18px;
    text-align: center;
    line-height: 20px;
}

.otDTTime {
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    height: 35px;
}

.inner-addon .otDTTime .fa {
    padding: 4px 10px;
    line-height: 15px;
}

.right-addon .otDTTime input {
    padding-right: 0px;
}

.payRaisConfirm .modal-confirm {
    top: 25%;
}

.close-wrapper {
    font-size: 12px;
}

.ui-multiselect-menu {
    z-index: 1050;
}

.colRight {
    padding-right: 0;
}

.colLeft {
    padding-left: 10px;
}

.table.dataTable thead td.sorting_asc span::after {
    content: "\F303";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    right: 0;
    top: auto;
    background: 0;
    color: #fff;
    font-size: 13px;
    transform: rotate(.03deg);
    zoom: 1;
}

.table.dataTable thead td.sorting_desc span::after {
    content: "\F2FE";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    right: 0;
    top: auto;
    background: 0;
    color: #fff;
    font-size: 13px;
    -webkit-transform: rotate(.03deg);
    transform: rotate(.03deg);
    zoom: 1;
}

.table.dataTable thead td span {
    position: relative;
    padding-right: 10px;
}

.table.dataTable thead .sorting_asc,
.table.dataTable thead .sorting,
.table.dataTable thead .sorting_desc {
    background-image: none;
    vertical-align: middle;
}

table.dataTable thead td,
table.tableBlue thead tr td {
    background: #0074b9;
    font-family: 'Roboto';
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
    border: 0;
    padding: 8px 5px;
    position: relative;
}

table.dataTable thead td:after,
.tableBlue thead tr td:after {
    border-right: 1px solid rgba(189, 195, 199, .5);
    content: " ";
    height: 16px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    text-indent: -2000px;
    top: 0;
}

.tableBlue {
    padding-bottom: 20px;
}

.offsetRight {
    padding-right: 20px;
}

.bootstrap-select .dropdown-menu.open {
    min-width: 100% !important;
}

.ui-menu .ui-menu-item a {
    cursor: pointer;
}

.bootstrap-select .dropdown-toggle .caret {
    top: 50%;
}

table.dataTable thead>tr>td.dropdown {
    cursor: unset;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
}

.breadcrumbNav {
    margin-right: auto;
}

.breadcrumb-wrapper .list-inline {
    margin-bottom: 0;
}

.breadcrumb-wrapper .list-inline li+li:last-child {
    padding-right: 0;
}

.flexEnd {
    align-items: flex-end;
}

.ui-multiselect-checkboxes li>label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    white-space: normal;
    word-break: break-word;
    line-height: 15px;
}

label.ui-corner-all>input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 5px;
}

.ui-multiselect-checkboxes label.ui-state-hover {
    background: 0 0;
}

.action-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
    right: 0;
}

.action-content a {
    color: #666666;
    text-decoration: none;
    display: block;
    font-size: 11px;
    line-height: 23px;
    text-transform: uppercase;
    outline: none;
    transition: 0.3s;
}

.action-content a:hover {
    color: #000000;
}

.dropdown:hover .action-content {
    display: block;
}

.action-content>ul {
    padding-left: 0;
    margin-bottom: 0;
}

.action-content>ul>li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding: 4px 8px;
    text-align: left;
}

.filters .bootstrap-select .dropdown-toggle .caret {
    top: 20%;
}

.filters .inner-addon .fa {
    padding: 0;
    right: 7px;
    top: 5px;
}

.nav-pills>li+li {
    margin-left: 0;
}

.anchorNotActive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    user-select: none;
}

.resetPasswordSection .viewPwd .fa {
    color: #000000;
}

.resetPasswordSection .input-group-addon,
.dropzone .dz-preview .dz-image {
    border-radius: 0;
}

.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
}

/*Addon CSS*/
.addonInputs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row-reverse;
}

.addonInputs .input-group-addon,
.addonInputs .input-group-btn {
    width: auto;
}

.addonInputs .input-group-addon:last-child {
    border-left: 1px solid #ddd;
}

.addonInputs .form-control {
    border-left: none;
    display: flex;
}

.addonInputs .form-control:focus+.input-group-addon {
    border: 1px solid #000000;
}

.resetPasswordSection .card {
    padding: 0;
}

.passwordSection {
    padding: 20px 40px 40px;
}

.box.has-advanced-upload {
    border: 2px dashed #e5e5e5;
    transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
}

.box.has-advanced-upload .box__dragndrop {
    display: block;
}

.dropzone .dz-preview {
    margin: 0;
}

.inActiveScroll {
    overflow: hidden;
    padding-right: 10px;
}

.disableDropzoneBox,
select[disabled="disabled"]~.btn.dropdown-toggle,
.viewContact .input-label,
.viewCompany .input-label {
    cursor: not-allowed;
}

.disableDropzoneBox .dropzone {
    pointer-events: none;
}

.alignItemsCenter {
    display: flex;
    align-items: center;
}

.modal-dialog {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: auto 0;
}

.globalSearch input {
    height: 50px;
    font-size: 12px;
    width: 80%;
    padding: 5px 10px;
}

.globalSearch button {
    width: 18%;
    padding-left: 6px;
    padding-right: 6px;
    height: 50px;
}

.globalSearch .input-wrapper {
    padding: 0;
}

.badge:empty {
    display: block;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #000000
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    top: 44px;
}

.sidebar .zmdi {
    display: block;
    margin: 0 auto 5px;
    line-height: 15px;
    color: #aaaaaa;
}

.sidebar a.list-group-item:hover {
    background: #0074b924;
    color: #0074b9;
    border-bottom-color: #0074b924;
}

.sidebar a:hover .zmdi,
.sidebar a:active .zmdi {
    color: #0074b9;
}

.sidebar a.active .zmdi {
    color: #ffffff;
}

.companydetails-wrapper {
    width: 100%;
}

.sidebar,
.paddingNone {
    padding: 0 !important;
}

.form-group .dropdown-toggle,
.form-group .dropdown-toggle:focus,
.form-group .dropdown-toggle:active {
    border-color: #dddddd;
    color: #666666;
    padding: 5px 12px;
    height: 35px;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success select.form-control~.btn.dropdown-toggle {
    border-color: #00d290 !important;
    box-shadow: none !important;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error select.form-control~.btn.dropdown-toggle {
    border-color: #e13e4c !important;
    box-shadow: none !important;
}

.btn.dropdown-toggle,
.dropdown-menu {
    color: #000000;
    border: 1px solid #dddddd;
    outline: none;
    box-shadow: none;
    text-transform: capitalize;
}

.filters .btn-default.dropdown-toggle {
    height: 30px;
    text-transform: capitalize;
}

.filters .btn-default.dropdown-toggle .filter-option-inner {
    line-height: 30px;
}

.h100 {
    height: 100%;
}

.justifyCenter {
    justify-content: center;
}

.search-fields {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.dropdown-menu {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.bs-searchbox {
    padding: 0;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    color: #000000;
    text-decoration: none;
    background: none;
}

.bootstrap-select .dropdown-menu>li>a,
.ui-menu .ui-menu-item a {
    color: #666666;
    white-space: normal;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    line-height: 1.3;
}

.dropdown-menu>li>a:focus {
    outline: none;
}

.ui-autocomplete {
    padding: 0;
    border-color: #dddddd;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-menu .ui-menu-item a:hover {
    background: 0;
    color: #000000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.bs-searchbox input {
    background-color: #eeeeee;
    border: 0;
}

.bs-searchbox:after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f1c3';
    font-size: 16px;
    color: #aaaaaa;
    transform: rotate(0.03deg);
    zoom: 1;
    position: absolute;
    right: 8px;
    top: 8px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
select.selectpicker[disabled]+.btn,
select.selectpicker[readonly]+.btn,
select.selectpicker[disabled]+.btn:hover,
select.selectpicker[readonly]+.btn:hover,
select.selectpicker[disabled]+.dropdown-toggle.btn-default:hover {
    background-color: #eeeeee !important;
    box-shadow: none;
    border: 0;
}

.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled]:focus .form-control {
    border-color: #dddddd;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    line-height: 2.2;
}

.btnCancel {
    padding: 8px 20px;
}

.panel {
    margin-bottom: 10px;
}

.zmDi,
.bs-searchbox input:after {
    font-size: 16px;
    transform: rotate(0.03deg);
    zoom: 1;
}

.zmdi.zmdiMd {
    font-size: 20px;
}

.textTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datepicker td,
.datepicker th {
    font-weight: normal;
}

.ml0 {
    margin-left: 0 !important;
}

.dropdown .caret,
.dropup .caret {
    border-top: 4px dashed #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
}

.has-success .form-control.ignore,
.has-error .form-control.ignore,
.has-success .ignore select.form-control~.btn.dropdown-toggle {
    border-color: #dddddd !important;
}

.passwordSection .changePasswordTitle {
    margin-top: 0;
    margin-bottom: 20px
}

.justifyContentBetween {
    justify-content: space-between;
}

.modal-footer .btn+.btn {
    margin-left: 20px;
}

.modal-footer {
    padding: 15px 10px;
}

label.radioCustom {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    user-select: none;
    color: #000;
    margin-left: 0;
}

.radioCustom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radioSelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.radioCustom input:checked~.radioSelect {
    background-color: #0074b9;
    border-color: #0074b9;
}

.radioCustom input:checked~.radioSelect:after {
    display: block;
}

.radioCustom .radioSelect:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;

}

.radioSelect:after {
    content: "";
    position: absolute;
    display: none;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input.form-control {
    height: 35px;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    padding-right: 35px;
}

.search-wrapper button {
    border: 0;
    background: 0;
    height: 35px;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.search-wrapper button .fa {
    font-size: 16px;
}

.search-wrapper input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.tabFilter .input-group-addon button {
    height: 35px;
    padding: 10px;
}

.textBottom {
    vertical-align: text-bottom !important;
}

.loginWrapper .loginBg {
    background-image: url('../images/ccr-warehouse.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: 100%;
    background-size: cover;
    background-position: center center;
}

.loginWrapper .loginBg:before {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1
}

.loginWrapper .container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loginWrapper .loginForm {
    height: 100vh;
    position: relative;
    z-index: 3;
}

.loginWrapper .loginForm input.form-control {
    border-radius: 4px;
    border: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #333;
    font-size: 17px;
}

.loginWrapper .loginForm input:-webkit-autofill,
.loginWrapper .loginForm input:-webkit-autofill:hover,
.loginWrapper .loginForm input:-webkit-autofill:focus,
.loginWrapper .loginForm input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.loginWrapper .loginForm .loginButton {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 10px 27px 10px 27px;
    font-size: 17px;
    border-radius: .25rem;
    font-weight: 500;
}

.loginWrapper .loginForm h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 28px;
    margin-top: 0;
}

.loginWrapper .loginForm .forgotPassword {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.passwordContainer .card {
    min-height: 340px;
}

.loginForm .alert-danger {
    color: #fff;
    background-color: #e87c03;
    border-color: #e87c03;
    font-size: 14px;
}

.loginForm .error {
    color: #e87c03;
    padding: 6px 3px;
    font-size: 14px;
}

.passwordContainer .loginForm .btnEmail {
    margin-top: 30px;
}

.resetPasswordWrapper .loginBg .card {
    padding: 20px 68px;
}

.resetPasswordWrapper .loginBg .loginForm h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

.btnReset:hover {
    background-color: #0074b9 !important;
    border-color: #0074b9 !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .colMd1 {
        width: 6.733333% !important;
    }

    .colMd11 {
        width: 93.266667% !important;
    }
}

@media (min-width: 992px) {
    .colMd1 {
        width: 6.733333% !important;
    }

    .colMd11 {
        width: 93.266667% !important;
    }
}

@media (min-width: 1400px) {
    .colMd1 {
        width: 4.733333% !important;
    }

    .colMd11 {
        width: 95.266667% !important;
    }
}

@-webkit-keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@-o-keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        -o-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        -o-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@font-face {
    font-family: "context-menu-icons";
    font-style: normal;
    font-weight: normal;

    src: url("font/context-menu-icons.eot?33lxn");
    src: url("font/context-menu-icons.eot?33lxn#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?33lxn") format("woff2"), url("font/context-menu-icons.woff?33lxn") format("woff"), url("font/context-menu-icons.ttf?33lxn") format("truetype");
}

.context-menu-icon-add:before {
    content: "\EA01";
}

.context-menu-icon-copy:before {
    content: "\EA02";
}

.context-menu-icon-cut:before {
    content: "\EA03";
}

.context-menu-icon-delete:before {
    content: "\EA04";
}

.context-menu-icon-edit:before {
    content: "\EA05";
}

.context-menu-icon-loading:before {
    content: "\EA06";
}

.context-menu-icon-paste:before {
    content: "\EA07";
}

.context-menu-icon-quit:before {
    content: "\EA08";
}

.context-menu-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    font-family: "context-menu-icons";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.context-menu-icon.context-menu-hover:before {
    color: #fff;
}

.context-menu-icon.context-menu-disabled::before {
    color: #bbb;
}

.context-menu-icon.context-menu-icon-loading:before {
    -webkit-animation: cm-spin 2s infinite;
    -o-animation: cm-spin 2s infinite;
    animation: cm-spin 2s infinite;
}

.context-menu-icon.context-menu-icon--fa {
    display: list-item;
    font-family: inherit;
    line-height: inherit;
}

.context-menu-icon.context-menu-icon--fa::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    font-family: FontAwesome;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
    color: #fff;
}

.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
    color: #bbb;
}

.context-menu-icon.context-menu-icon--fa5 {
    display: list-item;
    font-family: inherit;
    line-height: inherit;
}

.context-menu-icon.context-menu-icon--fa5 i,
.context-menu-icon.context-menu-icon--fa5 svg {
    position: absolute;
    top: .3em;
    left: .5em;
    color: #2980b9;
}

.context-menu-icon.context-menu-icon--fa5.context-menu-hover>i,
.context-menu-icon.context-menu-icon--fa5.context-menu-hover>svg {
    color: #fff;
}

.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i,
.context-menu-icon.context-menu-icon--fa5.context-menu-disabled svg {
    color: #bbb;
}

.contextMenuTable tr td:last-child {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.context-menu {
    position: fixed;
    display: none;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    min-width: 210px;
    z-index: 99999;
    font-size: 12px;
}

#contactListingDataTable td {
    width: 100%;
}

.context-menu a {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    color: #666666;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
    display: block;
    font-size: 12px;
}

.context-menu a i {
    margin-right: 4px;
}

.context-menu a:last-child {
    border: none;
}

.context-menu a:hover {
    background-color: #ECF0F1;
    color: #666666;
}

.context-menu-separator {
    padding: 0;
    margin: .35em 0;
    border-bottom: 1px solid #e6e6e6;
}

.context-menu-item>label>input,
.context-menu-item>label>textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.context-menu-item.context-menu-hover {
    color: #fff;
    cursor: pointer;
    background-color: #2980b9;
}

.context-menu-item.context-menu-disabled {
    color: #bbb;
    cursor: default;
    background-color: #fff;
}

.context-menu-input.context-menu-hover {
    color: #2f2f2f;
    cursor: default;
}

.context-menu-submenu:after {
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 1;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #2f2f2f;
    border-style: solid;
    border-width: .25em 0 .25em .25em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * Inputs
 */
.context-menu-item.context-menu-input {
    padding: .3em .6em;
}

/* vertically align inside labels */
.context-menu-input>label>* {
    vertical-align: top;
}

/* position checkboxes and radios as icons */
.context-menu-input>label>input[type="checkbox"],
.context-menu-input>label>input[type="radio"] {
    position: relative;
    top: .12em;
    margin-right: .4em;
}

.context-menu-input>label {
    margin: 0;
}

.context-menu-input>label,
.context-menu-input>label>input[type="text"],
.context-menu-input>label>textarea,
.context-menu-input>label>select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.context-menu-input>label>textarea {
    height: 7em;
}

.context-menu-item>.context-menu-list {
    top: .3em;
    /* re-positioned by js */
    right: -.3em;
    display: none;
}

.context-menu-item.context-menu-visible>.context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

.contextMenuTable tr td.dataTables_empty {
    position: static;
    width: auto;
    height: auto;
    padding: 8px;
}


.search-contact-wrapper {
    display: flex;
    position: relative;
}

.search-contact-wrapper .col {
    border-right: none;
}

.search-contact-wrapper .col-sm-2 {
    width: 100%;
    padding: 0px;
}

.search-contact-wrapper .col-sm-1 {
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.search-contact-wrapper .col-sm-1 button {
    width: 10px;
    padding: 5px 5px;
    text-align: center;
    background: none;
    position: relative;
    vertical-align: middle;

}

.search-contact-wrapper .col-sm-1 button img {
    top: 5px;
    width: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.alertSuccess:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 3px rgb(67, 201, 85);
    animation: border_anim 3s linear forwards;
}

.alertDanger:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 3px #e87c03;
    animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.alert-popup {
    position: relative;
}

.alert-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: none;
    padding: 10px;
}

.alert-close-btn img {
    width: 10px;
}

.close-btn-style {
    position: relative;
}

.close-btn-style img {
    position: absolute;
    width: 10px;
    top: -15px;
    right: 10px;
}

.search-contact-wrapper .dropdown-toggle .caret {
    right: 6px;
}

.search-contact-wrapper .bootstrap-select .dropdown-toggle .caret {
    top: 50%;
}

header .nav .btn.btnSecondary {
    background: none;
    border: 1px solid #fff;
}

header .nav .btn.btnSecondary:hover {
    background: #0074b9;
    border-color: #0074b9;
}

[type=button]:not(disabled),
button:not(disabled) {
    cursor: pointer;
}

.btnSecondary {
    background-color: #fff;
    border-color: #0074b9;
    color: #0074b9;
    transition: .3s;
}

.rounded-0 {
    border-radius: 0 !important;
}

.drop-left {
    right: 0;
    left: auto;
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0rem 1rem 0rem;
    min-height: 50px;
}

.navbar-light .navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
    content: "";
    display: inline-block;
    height: 1.5rem;
    vertical-align: middle;
    width: 1.5rem;
}

.mr-3 {
    margin-right: 1rem !important;
}

li.mr-3 {
    display: list-item;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.sidebar.inactive {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.align-right {
    margin-left: auto;
}

/* .custom-contact-details table .td-name {
    width: 130px !important;
    max-width: 130px !important;
}

.custom-contact-details table .td-title {
    width: 130px !important;
    max-width: 130px !important;
}

.custom-contact-details table .td-city {
    width: 70px !important;
    max-width: 70px !important;
}

.custom-contact-details table .td-state {
    width: 50px !important;
    max-width: 50px !important;
}

.custom-contact-details table .td-main-phone {
    width: 80px !important;
    max-width: 80px !important;
}

.custom-contact-details table .td-mobile {
    width: 80px !important;
    max-width: 80px !important;
}

.custom-contact-details table .td-email {
    width: 80px !important;
    max-width: 80px !important;
}

.custom-contact-details table .td-sa {
    width: 70px !important;
    max-width: 70px !important;
}

.custom-contact-details table .td-campaign {
    width: 50px !important;
    max-width: 50px !important;
}

.custom-contact-details table .td-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.companyDetailView .panel-title a,
.contactDetailView .panel-title a,
#ajax-contact-detail .tab-content .dataTable a,
#ajax-company-detail .tab-content .dataTable a {
    color: #0074b9;
}

.companyDetailView .panel-title a:hover,
.contactDetailView .panel-title a:hover {
    text-decoration: underline;
}

.amountColumn {
    min-width: 75px;
}

.common-table-ui table.dataTable thead td,
.common-table-ui table.tableBlue thead tr td,
#companyListingDataTable.dataTable thead td,
#companyListingDataTable.tableBlue thead tr td,
#contactListingDataTable.dataTable thead td,
#contactListingDataTable.tableBlue thead tr td {
    background-color: hsla(0, 0%, 89%, .75);
    border: 0;
    color: #303030;
    font-weight: 500;
}

.common-table-ui table.dataTable thead td:after,
.common-table-ui .tableBlue thead tr td:after,
#companyListingDataTable.dataTable thead td:after,
#companyListingDataTable thead tr td:after,
#contactListingDataTable.dataTable thead td:after,
#contactListingDataTable thead tr td:after {
    border-color: #bbbbbb;
}

.common-table-ui .table.dataTable thead td.sorting_desc span::after,
.common-table-ui .table.dataTable thead td.sorting_asc span::after,
#companyListingDataTable.dataTable thead td.sorting_asc span::after,
#companyListingDataTable.dataTable thead td.sorting_desc span::after,
#contactListingDataTable.dataTable thead td.sorting_asc span::after,
#contactListingDataTable.dataTable thead td.sorting_desc span::after {
    color: #0074b9;
}

.common-table-ui {
    overflow: auto !important;
}

.dataTables_wrapper #companyListingDataTable,
.dataTables_wrapper #contactListingDataTable {
    padding-bottom: 0;
    border: 1px solid #ddd;
}
/* work access popup  */
.work-access-popup{
    padding: 24px;
}
.work-access-popup .modal-header {
    padding: 16px;
    border-top: none;
}
.work-access-popup .modal-body{
    padding: 16px;
}
.work-access-popup .grant-access-btn{
    background: #0074b9;
    color: #fff;
    width: 145px;
    border-color: #0074b9;
}
.work-access-popup .reject-btn{
    width: 89px;
}
.work-access-popup .grant-access-btn:hover{
    background-color: #015e96;
    border-color: #015e96;
}
.work-access-popup .modal-footer{
    display: flex;
    border-top: none;
}