/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

html body {
    background: #FFF !important; /*temporary */
    position: relative;
    display: inline-block;
    width: 100%;
}

body .crm-main-content a {
    color: #415176;
}

#wpcontent h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

#wpcontent h3 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

#wpcontent h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.crm-main-content::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 7px;
 }

.crm-main-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.crm-main-content h1.heading-border, .crm-main-content h3.heading-border, .crm-main-content h4.heading-border {
    color: #505050;
    padding-bottom: 10px;
    border-bottom: 1px solid #505050;
    box-sizing: border-box;
    /*margin-top: 10px;*/
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.crm-main-content h1.heading-border a.dashboard-button.primary, .crm-main-content h1.heading-border a.dashboard-button {
    margin: 0 10px;
    border-radius: 5px;
    background: #415176;
    padding: 5px 10px;
    color: #F3F4FA;
    border: 2px solid #415176;
}

body .crm-main-content a.page-numbers, body .crm-main-content span.page-numbers {
    font-size: 24px;
    padding: 0 10px;
}

body .crm-main-content a.changecompanybtn {
    margin: 0;
    border-radius: 5px;
    background: #415176;
    padding: 5px 10px;
    color: #F3F4FA;
    border: 1px solid #415176;
}

body .crm-main-content a.changecompanybtn:hover{
    background: #fff;
    color: #415176;
    border: 1px solid #415176;
}

body .crm-main-content h1.heading-border a.dashboard-button.secondary {
    margin: 0 10px;
    border-radius: 5px;
    background: #FFF;
    color: #415176;
    padding: 5px 10px;
    border: 1px solid #415176;
}

.crm-main-content p, .crm-main-content h2, .crm-main-content h3, .crm-main-content h4, .crm-main-content table tr td {
    color: #505050;
}

.crm-main-content table tr td {
    border: 0;
}

body .crm-main-content .fa {
    line-height: 26px;
}

.crm-quick-links {
    display: block;
    position: relative;
}

.crm-quick-links .mobile-btns {
    text-align: right;
    cursor: pointer;
    display: none;
}

.crm-quick-links .navbar-toggle {
    border: none;
    background: transparent !important;
    margin-right: 0;
    padding-right: 0;
    margin-top: 17px;
    position: relative;
    margin-bottom: 8px;
    background-image: none;
}

.crm-quick-links ul.menu {
    /*display: none;*/
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
    z-index: 50;
    text-align: left;
    /*border: #f1f1f1 solid 1px;*/
    /*box-shadow: 2px 2px 2px #ccc;*/
}

.crm-quick-links ul.menu#menu-main-menu li, .crm-quick-links ul.menu#menu-crm-menu li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    /*border: 1px solid #f1f1f1;*/
    /*margin: 5px;*/
    z-index: 99;
    text-align: left;
    border: 2px solid transparent;
}

.crm-quick-links ul.menu#menu-main-menu li.menu-item-has-children, .crm-quick-links ul.menu#menu-crm-menu li.menu-item-has-children {
    padding: 0;
}

.crm-main-content h3.heading-border {
    font-size: 22px;
}

.sales-contain h2, .checklist-contain h2, .smetrics-contain h2, .crm-main-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    margin-bottom: 10px;
}

.crm-main-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #505050;
}

.crm-main-content h6 {
    margin-bottom: 10px;
    font-size: 12px;
}

input.indivual-kpi-reset{
    color: #fff !important;
    padding: 9px !important;
    max-width: 25% !important;
    border: 2px solid #415176 !important;
    margin: 7px !important;
}

input.indivual-kpi-date{
    max-width: 80%;
}

input.indivual-kpi-search{
    color: #fff ;
    padding: 9px !important;
    max-width: 25% !important;
    border: 2px solid #415176 !important;
    margin: 7px !important;
}

input.indivual-kpi-search:hover{
    color: #415176;
    background: #fff;
}

input.reset-kpi-date {
    max-width: 8% !important;
    padding: 7px !important;
    background: #415176 !important;
    color: #fff !important;
    border: 1px solid #415176 !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

input.reset-kpi-date:hover{
    color: #415176 !important;
    background: #fff !important;
}


.noti-cname{
    color: #415176;
    font-weight: 700;
}

.checklist-contain a, a.filter-link {
    color: #8dc2d9;
    text-decoration: underline;
}

.checklist-contain p.single-noti {

}

.checklist-contain p.single-noti.not-read {
    background: #f0f0f0;
}

.checklist-contain p.single-noti span.noti-date {
    font-weight: 400;
}

.checklist-contain-box{
    overflow: auto;
    height: 450px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.checklist-contain-box p{
    font-size: 14px;
    margin-bottom: 30px;
}

.checklist-contain-box .noti-date {
    font-weight: 300;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.crm-quick-links ul.menu#menu-main-menu li a, .crm-quick-links ul.menu#menu-crm-menu li a {
    background: transparent;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    border: 2px solid transparent;
    font-weight: 300;
    vertical-align: middle;
    border-radius: 0px 8px 8px 0px;
    line-height: 1;
}

.crm-quick-links ul.menu#menu-main-menu li:before, .crm-quick-links ul.menu#menu-crm-menu li:before {
    content: '';
    background: transparent;
    width: 20px;
    border-radius: 0px 8px 8px 0px;
    border: 2px solid transparent;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.crm-quick-links ul.menu#menu-main-menu li.current-menu-item:before, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-item:before,
.crm-quick-links ul.menu#menu-main-menu li.current-menu-ancestor:before, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-ancestor:before {
    background: #DAC482;
}

.crm-quick-links ul.menu#menu-main-menu li a:before, .crm-quick-links ul.menu#menu-crm-menu li a:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 24px;
    position: relative;
    float: left;
    margin: -5px 10px 0 30px;
    width: 30px;
    text-align: center;
}

.menu-dashboard a:before {
    content: '\f015';
}

.menu-more a:before {
    content: '\f0c9';
}

.menu-contact a:before {
    content: '\f2bd';
}

.menu-company a:before {
    content: '\f1ad';
}

.menu-proposals a:before {
    content: '\f0d6';
}

.menu-kpi a:before {
    content: '\f0ce';
}

.menu-report a:before {
    content: '\f080';
}

.menu-noti a:before {
    content: '\f0f3';
}

.menu-settings a:before {
    content: '\f013';
}

.menu-manual a:before {
    content: '\f249';
}

#menu-item-142 a:before {
    content: "\f0f3";
}

.menu-activities a:before {
    content: "\f0ae";
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu {
    display: none;
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu li a, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu li a {
    color: #505050;
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 89229;
    text-align: left;
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu li, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu li {
    position: relative;
    z-index: 10232;
    margin: 0;
    padding: 0;
    width: 100%;
}

.crm-quick-links ul.menu#menu-main-menu > li:hover > a, .crm-quick-links ul.menu#menu-main-menu li > a:hover, .crm-quick-links ul.menu#menu-main-menu li.current-menu-item > a, .crm-quick-links ul.menu#menu-main-menu ul.sub-menu li:hover > a,
.crm-quick-links ul.menu#menu-crm-menu > li:hover > a, .crm-quick-links ul.menu#menu-crm-menu li > a:hover, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-item > a, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu li:hover > a,
.crm-quick-links ul.menu#menu-main-menu li.current-menu-ancestor > a, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-ancestor > a {
    text-decoration: none;
    background: transparent;
    color: #8dc2d9;
}

.crm-quick-links ul.menu#menu-main-menu li.current-menu-item > a:before, .crm-quick-links ul.menu#menu-main-menu li.current-menu-item > a,
.crm-quick-links ul.menu#menu-crm-menu li.current-menu-item > a:before, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-item > a,
.crm-quick-links ul.menu#menu-main-menu li.current-menu-ancestor > a:before, .crm-quick-links ul.menu#menu-main-menu li.current-menu-ancestor > a,
.crm-quick-links ul.menu#menu-crm-menu li.current-menu-ancestor > a:before, .crm-quick-links ul.menu#menu-crm-menu li.current-menu-ancestor > a {
    color: #DAC482;
}

.crm-quick-links ul.menu#menu-main-menu li:hover > a:hover, .crm-quick-links ul.menu#menu-main-menu li:hover > a:hover:before,
.crm-quick-links ul.menu#menu-crm-menu li:hover > a:hover, .crm-quick-links ul.menu#menu-crm-menu li:hover > a:hover:before {
    color: #8dc2d9;
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu li a, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu li a {
    padding-left: 20px;
}

.crm-quick-links ul.menu#menu-main-menu ul.sub-menu li a:before, .crm-quick-links ul.menu#menu-crm-menu ul.sub-menu li a:before {
    content: '- ';
    display: inline;
}

.crm-quick-links .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.crm-quick-links .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.crm-quick-links .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

.crm-quick-links .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #303030;
}

.crm-quick-links .navbar-toggle .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 11% 10%;
    transform-origin: 11% 10%;
    padding: 0;
}

.crm-quick-links .navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.crm-quick-links .navbar-toggle .icon-bar.middle-bar {
    opacity: 0;
}

.crm-quick-links .navbar-toggle.collapsed .icon-bar.middle-bar {
    opacity: 1;
    margin-top: 6px;
}

.crm-quick-links .navbar-toggle .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.crm-quick-links .navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.crm-quick-links .navbar-toggle:not(.collapsed) .bottom-bar {
    margin-top: 6px !important;
}

.wrap.import-success {
    background: #87ba51;
    padding: 20px;
    margin-bottom: 20px;
}

.wrap.import-fail {
    background: #ff4f3e;
    padding: 20px;
    margin-bottom: 20px;
}

a.dashboard-button {
    color: #F3F4FA;
    margin: 0 10px;
    border-radius: 5px;
    background: #415176;
    padding: 5px 10px;
    border: 1px solid #415176;
}

a.dashboard-button.secondary {
    background-color: #FFF;
    color: #415176;
    border-color: #415176;
}

input.all-reset-btn:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    /*margin: 8px !important;*/
    /*padding: 0 20px !important;*/
    border: 1px solid #415176 !important;
    background: #fff;
    color: #415176;
    width: auto !important;
    padding: 5px 20px;
    line-height: 1;
    display: inline-block;
}

input.all-reset-btn:hover {
    background: #415176 !important;
    color: #fff !important;
}

.notification-filter-form {
    line-height: 1;
}

.notification-filter-form .sale-filter input[type=checkbox] {
    margin: 0;
}

.intranet-profile.text-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.crm-window .row {
    margin: 0;
}

div.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 20px;
    margin: 20px 20px 20px 0;
    box-sizing: border-box;
}

input.kpiinfoinput{
    border: unset !important;
    background: unset !important;
    margin: 0 !important;
    padding: 5px !important;
}

form.kpiinfoinput{
    margin: 0!important;
    padding: 0!important;
}

.crm-header-logo {
    position: relative;
    width: 100%;
    padding: 20px;
    display: inline-block;
    /*float: right;*/
}

.crm-header-logo img{
    position: relative;
}

.crm-header-logo span{
    font-size: 40px;
    font-style: italic;
    color: #FFF;
    position: relative;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
}

.wp-admin select.crm-select {
    margin-bottom: 20px;
    -webkit-appearance: none;
    border: 1px solid #303030;
    height: auto;
    display: inline-block;
    padding: 5px 30px 5px 5px;
    background: url(/itd/wp-content/plugins/itd-crm/images/angle-down.png) right 5px center no-repeat;
    background-size: 20px 15px;
}

.centre-staff-section select.crm-select {
    width: 100%;
    height: auto;
}

ol.progress-track {
    display: table;
    list-style-type: none;
    margin: 0 !important;
    padding: 20px;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

ol.progress-track li {
    display: table-cell;
    line-height: 2;
    position: relative;
    text-align: center;
}

ol.progress-track li.progress-todo {
    border-top: 7px solid #DDD;
    color: black;
}

ol.progress-track li.progress-done {
    border-top: 7px solid #87ba51;
    transition: border-color 1s ease-in-out;
    -webkit-transition: border-color 1s ease-in-out;
    -moz-transition: border-color 1s ease-in-out;
}

ol.progress-track li .icon-wrap {
    border-radius: 50%;
    top: -1.5em;
    color: #fff;
    display: block;
    height: 2.5em;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 2.5em;
}

ol.progress-track li .progress-text {
    position: relative;
    top: 20px;
}

ol.progress-track li.progress-todo .icon-wrap {
    background-color: #FFF;
    border: 5px solid #DDD;
    border-radius: 50%;
    bottom: 1.5em;
    color: #fff;
    display: block;
    height: 2.5em;
    margin: 0 auto -2em;
    position: relative;
    width: 2.5em;
}

ol.progress-track li.progress-done .icon-wrap {
    background-color: #4a6a28;
    border: 5px solid #87ba51;
}

ol.progress-track li.progress-done.progress-current .icon-wrap {
    background-color: #0070c0;
}

ol.progress-track li .icon-check-mark, ol.progress-track li .icon-down-arrow {
    height: 25px;
    width: 15px;
    display: inline-block;
    fill: currentColor;
    float: left;
    margin-left: 9px;
    margin-top: 10px;
}

ol.progress-track li.progress-done .icon-down-arrow {
    display: none;
}

ol.progress-track li.progress-todo .icon-wrap .icon-check-mark, ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
    display: none;
}

ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
    display: none;
}

ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
    display: block;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
}

form.project_form, form.tool_form, form.mass_survey_form, form.email_form, form.org_form {
    margin-bottom: 30px;
}

form.project_form textarea, form.tool_form textarea, form.mass_survey_form textarea, form.email_form textarea {
    width: 90%;
    box-sizing: border-box;
    display: block;
    height: 120px;
}

form.email_form textarea {
    height: 250px;
    width: 100%;
}

form.project_form input[type=text], form.tool_form input[type=text], form.mass_survey_form input[type=text], form.email_form input[type=text],
form.project_form input[type=email], form.mass_survey_form input[type=email],
form.project_form input[type=number], form.tool_form input[type=number], form.mass_survey_form input[type=number], form.email_form input[type=number] {
    width: 90%;
    box-sizing: border-box;
    display: block;
}

form.email_form input[type=text], form.org_form input[type=text] {
    width: 100%;
}

table input[type=text], table input[type=number] {
    width: 100%;
}

form.project_form input[type=submit], form.tool_form input[type=submit], form.mass_survey_form input[type=submit], form.email_form input[type=submit], form.email_form input[type=reset], form.email_form button[name=clear_form], form.org_form input[type=submit] {
    margin-top: 10px;
}

form.project_form > a.button {
    margin: 10px 0 0;
}

form.email_form input[type=reset].button.button-secondary {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    padding: 0 10px 1px;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
}

td.project-action a.button {
    white-space: normal;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

a.tooltip-crm {
    position: relative;
    display: inline-block;
}

a.tooltip-crm .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #303030;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 17;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    height: 25px;
    top: 20px;
}

a.tooltip-crm:hover .tooltiptext {
    visibility: visible;
}

th.question-long {
    width: 60%;
}

.profile-pic, .profile-pic-comp{
    padding: 10px;
    background: #fff;
    margin-top: 5px;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 2px solid #505050;
}

.profile-pic p{
    color: #415176;
    font-size: 70px;
    position: relative;
    text-align: center;
}

.crm-profile{
    font-size: 26px;
    color: #fff;
}

.panel {
    position: relative;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.panel-body {
    padding: 15px;
    position: relative;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
}

p.red-note, span.red-note {
    color: #c8272b;
}

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

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

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

.column-2 {
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    float: left;
}

.column-3 {
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    box-sizing: border-box;
    float: left;
}

.column-1-4 {
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    box-sizing: border-box;
    float: left;
}

.column-3-4 {
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    box-sizing: border-box;
    float: left;
}

table.relationship tr {
    text-align: left;
}

table.relationship tr th, table.relationship tr td {
    vertical-align: top;
}

a.delete-mapping {
    color: #FFF;
}

.rbox-body .rpill {
    margin-right: 3px;
    white-space: nowrap;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1.2em;
    margin-bottom: 3px;
    color: #FFF;
}

.bg-red3 {
    background-color: #ff4f3e;
}

.bg-green3 {
    background-color: #6fa53e;
}

.bg-blue3 {
    background-color: #238bc5;
}

.daterangepicker td.in-range {
    background-color: rgba(35, 135, 197, 0.3) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #6fa53e !important;
}

body.parent-itd-crm .daterangepicker td.start-date.active {
    background-color: #6fa53e !important;
}

body.parent-itd-crm .daterangepicker td.end-date.active {
    background-color: #6fa53e !important;
}

.status {
    display: block;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
    padding: .2em 0.85em .3em;
    vertical-align: baseline;
    font-size: 84%;
    font-weight: 700;
    line-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.red {
    color: #FF4136;
    border-color: #FF4136;
}

.green {
    color: #2ECC40;
    border-color: #2ECC40;
}

ul.green-bullet li, ul.red-bullet li {
    list-style: none;
}

ul.green-bullet li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #2ECC40;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

ul.red-bullet li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #FF4136;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.row {
    display: inline-block;
    width: 100%;
}

.select2-container {
    width: 100% !important;
    margin-bottom: 20px;
}

/* dynamic hide for assessment project */
div.assign-multiple.assign-hide {
    display: none;
}

table.dataTable tbody tr.even {
    background: #f9f9f9;
}

table:not(.dataTable) tbody tr.alternate {
    background: #f9f9f9;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
}

.add_surveyee_csv, .add_surveyee_form {
    display: none;
}

.button.button-primary.button-green {
    background: #6fa53e;
}

.button.button-secondary, .button.button-primary {
    margin-bottom: 5px;
    display: inline-block;
    width: auto;
}

.button.button-secondary i.fa, .button.button-primary i.fa {
    margin-top: 5px;
}

.crm-main-content a.button-primary.crm-button, .crm-main-content a.dashboard-button, .crm-main-content button.dashboard-button, .crm-main-content a.expr-btn:not([href]):not([tabindex]) {
    margin-right: 10px;
    margin-bottom: 10px;
    background: #415176;
    border: 1px solid #415176;
    color: #F3F4FA;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 10px;
    font-weight: 400;
}

.crm-main-content a.button-primary.crm-button:hover, .crm-main-content a.dashboard-button:hover, .crm-main-content button.dashboard-button:hover, .crm-main-content a.expr-btn:not([href]):not([tabindex]):hover {
    background: #415176;
    text-decoration: none;
    color: #8dc2d9;
}

.crm-main-content a.dashboard-button i, .crm-main-content a.dashboard-button svg {
    margin: 0 5px;
}

.crm-col-inner {
    border: #f1f1f1 1px solid;
    box-shadow: 5px 5px 5px #ccc;
    border-left: 5px solid #415176;
    background: #FFF;
    padding: 30px 20px;
}

.crm-section {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.crm-section.dashboard-section h4.heading-border small {
    float: right;
    font-size: 12px;
}

.crm-main-content .dataTables_wrapper .dataTables_paginate a.paginate_button {
    border: 0;
    border-radius: 0;
}

.crm-main-content div.dt-buttons {
    float: right;
    display: inline-block;
    clear: both;
}

.crm-main-content .dataTables_wrapper {
    display: inline-block;
    clear: both;
}

.crm-main-content .dataTables_wrapper .dt-buttons button.dt-button, .crm-main-content .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    margin-bottom: 20px;
    background: #FFF;
    color: #415176 !important;
    border-radius: 5px;
    border: 1px solid #415176;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-shadow: none;
}

.crm-main-content .dataTables_wrapper .dt-buttons button.dt-button.new-record {
    background: #415176;
    color: #F3F4FA !important;
}

.crm-main-content .dataTables_wrapper .dt-buttons button.dt-button:hover, .crm-main-content .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover, .crm-main-content .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background: #415176;
    border: 1px solid #415176 !important;
    color: #8dc2d9 !important;
    border-radius: 5px;
}

.crm-main-content .dataTables_wrapper .dt-buttons button.dt-button:focus {
    background: #415176;
    border: 1px solid #415176 !important;
    color: #8dc2d9 !important;
    border-radius: 5px;
}

.crm-main-content .dataTables_wrapper .dt-buttons button.dt-button.new-record:hover, .crm-main-content .dataTables_wrapper .dt-buttons button.dt-button.new-record:focus {
    background: #415176;
    color: #8dc2d9 !important;
}

.crm-main-content .dataTables_wrapper table.dataTable {
    margin-bottom: 10px;
}

.crm-main-content .dataTables_wrapper table.dataTable thead tr th {
    background: #415176 !important;
    border-bottom: 0;
    color: #F3F4FA;
    border-left: 0;
}

.crm-main-content .dataTables_wrapper table.dataTable tr td {
    border-bottom: #ccc 0.5px solid;
    border-left: 0;
}

.crm-main-content .dataTables_wrapper table.dataTable tr:hover td {
    background: #f0f0f0;
}

.crm-main-content .dataTables_wrapper table.dataTable.no-footer {
    border-bottom: #f1f1f1 0.5px solid;
}

.crm-main-content .dataTables_wrapper table.dataTable {
    box-shadow: 5px 5px 5px #ccc;
}

.crm-main-content table.data-table, .crm-main-content table.widefat {
    margin-bottom: 30px;
    width: 100%;
}

.crm-main-content .button-row .col-12 {
    padding-bottom: 20px;
}

.crm-main-content .button-row a i, .button-row a svg {
    margin-right: 10px;
}

.crm-main-content .button-row a {
    width: 100%;
    display: block;
    border: #f1f1f1 1px solid;
    border-left: 5px solid #415176;
    box-shadow: 5px 5px 5px #ccc;
    background: #FFF;
    padding: 20px;
    height: 100%;
    color: #505050;
}

.crm-main-content .button-row a:hover, .crm-main-content .button-row a:focus {
    border: #415176 1px solid;
    border-left: 5px solid #415176;
    background: #415176;
    color: #F3F4FA;
    text-decoration: none;
}

form.crm-form label {
    font-weight: 700;
    margin-top: 10px;
}

form.crm-form input:not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]), form.crm-form textarea, form.crm-form label, form.crm-form select {
    width: 100%;
    font-size: 13px;
    color: #505050;
    margin: 5px 0;
    background: #FFF;
}

form.crm-form input:not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]).auto-width, form.crm-form select.auto-width, form.crm-form label.auto-width, form.crm-form select.auto-width {
    width: auto;
    margin: 0 5px;
}

form.crm-form input[type=submit], input[type=reset], a.small-button, button.small-button {
    background: #415176;
    color: #F3F4FA;
    margin: 10px 0;
    border: 1px solid #415176;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    height: auto;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-transform: none;
}

p.expr-box{
    margin-top: 20px;
}

a.expr-btn {
    background: #fff;
    color: #415176;
    margin: 10px 0;
    border: 2px solid #415176;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px 3px 15px;
    display: inline-block;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    font-size: 14px;
}

a.expr-btn:hover{
    background: #415176;
    color: #F3F4FA;
}

p.expr-box input {
    background: #fff;
    color: #415176;
    margin: 10px 0 !important;
    border: 2px solid #415176 !important;
    text-shadow: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 5px 15px 3px 15px !important;
    display: inline-block !important;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    font-size: 14px;
    width: 10% !important;
}

p.expr-box input:hover{
    background: #415176;
    color: #F3F4FA !important;
}


form.crm-form input[type=submit]:hover,  input[type=reset]:hover, a.small-button:hover, button.small-button:hover {
    background: #FFF;
    color: #415176;
    text-decoration: none;
}

form.crm-form input[type=submit].crm-small-button, input[type=reset].crm-small-button, a.small-button, button.small-button {
    padding: 0 5px;
    background: #FFF;
    color: #415176;
    border: 1px solid #415176;
    font-size: 12px;
}

#printableArea label {
    display: inline-block;
    width: auto;
}

#printableArea input[readonly], #printableArea select[readonly], #printableArea textarea[readonly], #printableArea select[readonly] + .select2-selection--single {
    border: 0;
    box-shadow: none;
    font-weight: 400;
    padding: 0;
    display: inline-block;
    text-align: left;
    width: auto;
    background: transparent;
    -webkit-appearance: none;
    vertical-align: middle;
    resize: none;
    min-width: 150px;
}

div.message-success {
    background: #87ba51;
    color: #FFF;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

input.task-date {
    min-width: 100px;
}

td.task-role {
    min-width: 140px;
}

#adminmenuwrap {
    z-index: 999; /* do this so that the select2 DDL doesn't overlap */
}

/***** POPUP FORM *****/

/* The popup form - hidden by default */
.form-popup, .legend-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border: 3px solid #f1f1f1;
    z-index: 1000000; /* can't go more than 1000 otherwise select2 DDL not visible */
    /*text-align: center;*/
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

/* Add styles to the form container */
.form-popup form, .legend-popup .legend-popup-inner {
    max-width: 80%;
    padding: 20px;
    left: 0;
    margin: 0 auto;
    background-color: white;
    overflow: scroll;
    max-height: 80vh;
    position: relative;
}

.form-popup .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #505050;
}

.legend-popup .legend-popup-inner {
    max-width: 40%;
    left: 30%;
    height: auto;
    width: auto;
}

.popup-search-table td {
    padding: 10px;
    vertical-align: middle;
}

/***** END POPUP FORM *****/

/***** SEARCH FORM *****/

form.search-form.crm-form {
    margin: 0 ;
    display: inline-block;
    /*border: 1px solid #ccc;*/
    padding: 20px 0;
    width: 100%;
}

form.search-form.crm-form.align-right {
    float: right;
}

form.search-form.crm-form input[type=text], form.search-form.crm-form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form.search-form.crm-form input[type=submit], form.search-form.crm-form input[type=reset] {
    width: auto;
    margin: 0 20px 0 0;
    padding: 5px 20px;
    border-radius: 5px;
}

form.search-form.crm-form input[type=submit], form.search-form.crm-form input[type=reset] {
    background: #415176;
    border: 1px solid #415176;
}

form.search-form.crm-form select {
    height: 33px;
    margin: 0 20px 0 0;
    width: auto;
}

form.search-form.crm-form input[type=submit] {
    padding: 5px 20px;
    margin: 10px 0;
}

form.search-form.crm-form input[type=reset] {
    padding: 2px 20px !important;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    border: 1px solid #415176;
}

form.search-form.crm-form input[type=reset]:hover{
    color: #415176;
    background: #FFF;
}

form.search-form.crm-form input[type=submit]:hover{
    color: #415176;
    background: #FFF;
}

form.search-form.crm-form .company-start-name input[type=submit], form.search-form.crm-form .contact-start-name input[type=submit] {
    background: #415176;
    border: 1px solid #415176;
    text-align: center;
    padding: 2px 0;
    border-radius: 20px;
    color: #F3F4FA;
    font-size: 20px;
    font-weight: 300;
    width: 30px;
    margin: 5px 6px;
}

form.search-form.crm-form .company-start-name input[type=submit].start-num, form.search-form.crm-form .contact-start-name input[type=submit].start-num {
    background: #FFF;
    color: #415176;
}

form.crm-form .selection-box select {
    height: auto;
    padding: 0 5px;
}

form.crm-form .selection-box:before, form.search-form .selection-box:before {
    display: none;
}

form.crm-form .selection-box:after, form.search-form .selection-box:after {
    width: auto;
    height: auto;
    right: 20px;
}

form.crm-form.search-form .selection-box select, form.search-form .selection-box select {
    margin: 0;
    width: 100%;
}

form.search-form.crm-form .cus-individual-start-name input[type=submit], form.search-form.crm-form .cus-org-start-name input[type=submit], .cus-org-start-name input[type=submit] {
    background: transparent;
    padding: 0 5px;
    display: inline;
    color: #505050;
}

form.search-form.crm-form .cus-org-state input[type=checkbox] {
    width: auto;
}

div.advanced-search {
    position: absolute;
    right: 0;
    top: 50px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    z-index: 8;
    box-shadow: 1px 1px 5px rgba(100,100,100,0.5);
}

.dataTables_filter input[type=search] {
    padding: 0 5px;
    font-size: 12px;
}

#printableArea .print-only {
    display: none;
}

.daterangepicker .calendar-table th {
    background: #415176;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    padding: 0;
    border-radius: 0 !important;
}

.daterangepicker .calendar-table td {
    background: rgba(0,185,235,0.3);
}

.daterangepicker .calendar-table tbody tr:nth-child(2n+1) td {
    background: rgba(0,185,235,0.1);
}

.daterangepicker .calendar-table select {
    background-size: 22px 40px;
}

.daterangepicker .drp-buttons .btn {
    background: #415176;
    border: 0;
}

.crm-dashboard h4.heading-border {
    height: 50px;
}

table.dashboard-event tr td, table.dashboard-event tr th {
    padding: 10px;
    text-align: left;
}

.crm-form.search-form.search-admin-form label {
    width: auto;
}

.crm-form.search-form.search-admin-form,
.crm-form.search-form.search-cert-form,
.crm-form.search-form.search-customer-form,
.crm-form.search-form.search-event-form,
.crm-form.search-form.search-info-form,
.crm-form.search-form.search-hrms-form,
.crm-form.search-form.search-inhouse-form,
.crm-form.search-form.search-personal-form,
.crm-form.search-form.search-program-form,
.crm-form.search-form.search-project-form,
.crm-form.search-form.search-resource-form,
.crm-form.search-form.search-schedule-form
{
    width: 100%;
}

.crm-form.search-form.search-admin-form label,
.crm-form.search-form.search-cert-form label,
.crm-form.search-form.search-customer-form label,
.crm-form.search-form.search-event-form label,
.crm-form.search-form.search-info-form label,
.crm-form.search-form.search-hrms-form label,
.crm-form.search-form.search-inhouse-form label,
.crm-form.search-form.search-personal-form label,
.crm-form.search-form.search-program-form label,
.crm-form.search-form.search-project-form label,
.crm-form.search-form.search-resource-form label,
.crm-form.search-form.search-schedule-form label
{
    width: auto;
}
.crm-form.search-form.search-admin-form textarea,
.crm-form.search-form.search-cert-form textarea,
.crm-form.search-form.search-customer-form textarea,
.crm-form.search-form.search-event-form textarea,
.crm-form.search-form.search-info-form textarea,
.crm-form.search-form.search-hrms-form textarea,
.crm-form.search-form.search-inhouse-form textarea,
.crm-form.search-form.search-personal-form textarea,
.crm-form.search-form.search-program-form textarea,
.crm-form.search-form.search-project-form textarea,
.crm-form.search-form.search-resource-form textarea,
.crm-form.search-form.search-schedule-form textarea
{
    width: 100%;
}

.process-row .arrow-col {
    padding-top: 20px;
    color: #505050;
}

form.search-form input[type=checkbox], form.search-form input[type=radio] {
    width: auto;
}

form.search-form .select2 {
    width: auto !important;
    font-size: 13px;
    min-width: 150px;
    max-width: 100%;
}

.print-col {
    display: none;
}

.attendance-legend {
    margin: 20px 0;
}

.attendance-legend span {
    margin-right: 20px;
    line-height: 20px;
}

.attendance-symbol img {
    max-width: 20px;
}

table.draw-border tr th, table.draw-border tr td {
    border: 1px solid #505050;
    border-collapse: collapse;
    padding: 5px;
}

.leave-detail-legend span {
    margin-right: 30px;
}

span.red-text, p.red-text {
    color: #ff4f3e;
}

/***** END SEARCH FORM *****/

/*** OVERWRITE THEME CSS ***/

body.parent-itd-crm table.crm-info-table tr td, body.parent-itd-crm table.crm-info-table tr th {
    background: transparent !important;
    border: 1px solid #505050 !important;
    text-align: left;
    border-collapse: collapse;
}

/*body.parent-itd-crm tr.even td.sorting_1*/
/*{*/
    /*background: #f5e9d4;*/
/*}*/

/*body.parent-itd-crm tr.odd td.sorting_1*/
/*{*/
    /*background: #fdf6ea;*/
/*}*/

body.parent-itd-crm .selection-box {
    width: auto;
    clear: none;
    display: inline-block;
    min-width: 200px;
}

body.parent-itd-crm .selection-box:before {
    top: -10px;
}

body.parent-itd-crm .selection-box:after {
    width: auto;
    height: auto;
    margin-left: 20px;
}

body.parent-itd-crm .selection-box select {
    height: auto;
    padding: 5px 40px 5px 5px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFF;
    display: inline-block;
    min-width: 200px;
}

body.parent-itd-crm input {
    height: auto;
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #FFF !important;
    display: inline-block;
    margin-left: 0;
}

body.parent-itd-crm input[type=submit] {
    background: #415176 !important;
    color: #F3F4FA;
}

body.parent-itd-crm input[type=submit]:hover {
    background: #FFF !important;
    color: #415176;
}

.crm-main-content table.wp-list-table tr td, .crm-main-content table.wp-list-table tr th {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.crm-main-content table.wp-list-table tbody tr, .crm-col table tbody tr, .crm-main-content table.wp-list-table tbody th, .crm-col table tbody th, .crm-main-content table.wp-list-table tbody td, .crm-col table tbody td {
    background: #FFF;
}

.crm-main-content table.wp-list-table tbody tr.alternate, .crm-col table tbody tr, .crm-main-content table.wp-list-table tbody tr.alternate th, .crm-col table tbody tr th, table.wp-list-table tbody tr.alternate td, .crm-col table tbody tr td {
    background: #f0f0f0;
}

.crm-main-content table.wp-list-table tbody tr:nth-child(2n+1) td, .crm-main-content table.wp-list-table tbody tr:nth-child(2n+1) th {
    background: #FFF;
}

.crm-window .crm-heading {
    background: #415176;
    padding: 0 !important;
    min-height: 100vh;
}

.crm-window .row {
    margin-top: 0;
}

.crm-window > .container-fluid {
    padding: 0;
}

.crm-quick-links ul.menu {
    background: #415176;
}

.crm-quick-links p.intranet-back {
    margin-top: 50px;
}

.crm-quick-links p.intranet-back a {
    color: #F3F4FA;
    font-weight: 400;
    padding: 20px;
}

.crm-quick-links p.intranet-back a:hover {
    color: #8dc2d9;
}

.crm-main-content .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .crm-main-content .dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    margin: 0;
    min-width: 100%;
}

.crm-main-content .dataTables_wrapper.no-footer div.dataTables_scrollHead .dataTables_scrollHeadInner {
    min-width: 100%;
}

form.crm-form input[disabled=disabled] {
    background: #f0f0f0;
}

#header.header2 .container {
    display: inline;
}

.crm-login-form {
    min-height: 100vh;
    background: #505050;
}

.crm-login-form .row {
    min-height: 100vh;
}

form#loginform {
    max-width: 500px;
    margin: 0 auto;
}

form#loginform label {
    color: #FFF;
}

.crm-login-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 5px 20px;
    margin: 0;
}

.crm-window {
    display: inline-block;
    width: 100%;
}

.parent-itd-crm .intranet-profile {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 8889;
    width: auto;
}

.crm-window .tab-pane {
    display: none;
}

.crm-window .tab-pane.active {
    display: block;
}

.crm-window hr {
    background-color: #ccc;
    margin: 0 0 20px;
    border: 0;
    height: 1px;
    width: 100%;
}

.deal-sec, .activity-sec {
    width: 96%;
    position: relative;
    display: inline-block;
}

.deal-sec h3 {
    margin: 0 0 10px;
}

.crm-window ul.hlist li {
    margin: 0 auto;
}

.crm-window ul.hlist li a {
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    border-bottom: 3px solid transparent;
}

.crm-window ul.hlist li a.active {
    color: #415176;
    border-bottom: 3px solid #415176;
}

.tabcontent details{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #415176;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.activity-sec summary {
    font-style: italic;
    font-size: 14px;
}

.activity-sec h3 {
    margin: 0 0 20px;
}

.activity-row {
    padding: 10px 0;
    width: 100%;
    margin-top: 10px;
}

.activity-row .row {
    margin: 0;
    padding: 0;
}

.activity-row .col-12 {
    padding: 0;
}

.activity-row .activity-info p i, .activity-row .activity-info p svg {
    margin-right: 5px;
}

.activity-row .activity-info p {
    font-size: 12px;
    line-height: 1.5;
}

.activity-row h4 a.tooltip-crm {
    margin: 0 2px;
    position: relative;
}

.crm-main-content .activity-row h4 {
    text-transform: capitalize;
}

.crm-main-content .activity-row h4:before {
    font-family: FontAwesome;
    margin-right: 5px;
    color: #415176;
}

.crm-main-content .activity-row h4.type-notes:before {
    content: '\f15c';
}

.crm-main-content .activity-row h4.type-meeting:before {
    content: '\f271';
}

.crm-main-content .activity-row h4.type-calls:before {
    content: '\f095';
}

.crm-main-content .activity-row h4.type-email:before {
    content: '\f0e0';
}

.crm-main-content .activity-row h4.type-tasks:before {
    content: '\f00b';
}

.crm-main-content .activity-row h4 a {
    margin-left: 10px;
}

.activity-row .activity-time {
    font-size: 12px;
    text-align: right;
    font-weight: 300;
}

.add-deal-popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 33%;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: auto;
}

.kpi-actual {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: 700;
    color: #415176;
}

.kpi-actual .kpi-actual-info {
    visibility: hidden;
    width: 350px;
    background-color: rgb(65, 81, 118, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -150%;
    margin-left: -60px;
}

.kpi-actual-info p{
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}

.kpi-actual .kpi-actual-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(65, 81, 118, 0.9) transparent transparent transparent;
}
.kpi-actual:hover .kpi-actual-info {
    visibility: visible;
}



.add-deal-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.edit_deal{
    margin: 0 !important;
}

.option-box .add-sales-button, .crm-primary-btn {
    background: #415176;
    color: #F3F4FA;
    border: 1px solid #415176;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
    white-space: normal;
    margin-bottom: 20px;
}

.option-box .add-sales-button:hover, .crm-primary-btn:hover {
    background: #fff;
    color: #415176;
    border: 1px solid #415176;
}

a.font-black{
    color: #505050 !important;
}

a.font-blue{
    color: #415176 !important;
    font-size: 18px !important;
}

.option-box .set-target-button, .crm-primary-btn {
    background: #415176;
    color: #F3F4FA;
    border: 1px solid #415176;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
    white-space: normal;
    margin-bottom: 20px;
}

.option-box .set-target-button:hover, .crm-primary-btn:hover {
    background: #fff;
    color: #415176;
    border: 1px solid #415176;
}

.sales-panel{
    padding: 0;
    /*overflow-x: scroll;*/
}

.option-box{
    position: relative;
    top: -25px;
    left: 10px;
    height: 500px;
}

.option-box h3{
    background: #415176;
    color: #F3F4FA;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 90%;
    position: relative;
    left: 10px;
}

.option-box hr{
    position: relative;
    top: -10px;
    border: 0.5px solid #505050;
    width: 100%;
}

.report-option-box h3{
    background: #415176;
    color: #F3F4FA;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 90%;
    position: relative;
    left: 10px;
}

.report-option-box hr{
    position: relative;
    top: -10px;
    background: #505050;
    height: 2px;
    width: 100%;
}

.report-contain-box h3{
    color: #415176;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.report-contain-box table{
    border-collapse: collapse;
    width: 100%;
    position: relative;
    overflow-x: auto;
}

.report-contain-box td{
    border: 1px solid #415176;
    text-align: center;
    padding: 8px;
    color: #505050;
    font-size: 14px;
}

.report-contain-box th {
    border: 1px solid #415176;
    text-align: center;
    padding: 8px;
    background-color: #415176;
    font-weight: 700;
    color: #F3F4FA;
    font-size: 16px;
}

.report-contain-box .text-left a {
    font-weight: 400;
    color: #415176;
    text-decoration: underline;
}

.report-contain-box .font-blck {
    color: #505050 !important;
    font-weight: 100;
}

.kpi-chart .col {
    margin-top: 50px;
}

.kpi-contain-box h3 {
    margin-bottom: 10px;
}

.kpi-contain-box table{
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px;
}

.kpi-contain-box td{
    border: 1px solid #415176;
    text-align: center;
    padding: 8px;
    color: #505050;
    font-size: 14px;
}

.kpi-contain-box th{
    border: 1px solid #415176;
    text-align: center;
    padding: 8px;
    background-color: #415176;
    font-weight: 700;
    color: #F3F4FA;
    font-size: 14px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.add-deal-content .close {
    color: #505050;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.add-deal-content .close:hover,
.add-deal-content .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.add-deal-content .add-deal-header {
    padding: 1px 20px;
    background-color: #415176;
    color: #F3F4FA;
}

.add-deal-header h2{
    font-size: 24px;
    font-weight: 700;
    margin: 15px;
}

.popup h3 {
    margin: 10px 0;
    font-size: 18px;
}

.popup form {
    padding: 20px;
}

.popup select {
    max-width: 100%;
}

#facebox .popup .close img {
    opacity: 1;
    width: 12px;
    filter: invert(100%);
}

.stage-inner .USD-result{
    font-weight: 700;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    width: 100%;
    color: #F3F4FA;
    background: #415176;
}

.stage-inner .USD-result .usd-value {
    color: #DAC482;
}

.crm-main-content .tab {
    overflow: hidden;

}

.crm-main-content .tab a {
    float: left;
    outline: none;
    cursor: pointer;
    padding: 5px 36px;
    transition: 0.3s;
    font-size: 17px;
    background: transparent;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    text-align: left;
    margin-bottom: 150px;

}

.crm-main-content .tab a:hover {
    border-bottom-style: solid;
    border-bottom-color: #415176;
}


.crm-main-content .tab li.active {
    border-bottom-style: solid;
    border-bottom-color: #415176;
}

.crm-main-content .tabcontent {
    padding: 10px;
    margin-bottom: 30px;
    max-width: 100%;
}

.crm-main-content .tabcontent h2{
    color: #415176;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

/*.tabcontent a.tooltip-crm {*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*font-size: 17px;*/
    /*color: #415176;*/
/*}*/

.crm-main-content .tabcontent p{
    font-size: 12px;
    line-height: 1.5;
}

.crm-main-content .tabcontent hr{
    border: 0;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 5px 0;
}

.contact-profile-box, .contact-activity-box, .contact-deal-box, .sale-activity-box {
    overflow: auto;
    /*height: 650px;*/
}

.crm-profile-2 h3, .crm-profile-2 h4 {
    margin: 5px 0;
    font-weight: 400;
}

.crm-profile-2 h4 {
    font-style: italic;
    font-weight: 300;
}

.sale-items .fa-phone{
    border: unset !important;
}

.stage-item-inner {
    width: 100%;
    background: #FFF;
    box-shadow: 5px 5px 15px rgba(100,100,100,0.6);
    padding: 20px;
    border-radius: 10px;
}

.profile-action-row.row {
    margin: 10px 0 0 !important;
}

.profile-action-activity.col-lg-3 {
    padding: 0 !important;
}

.profile-action-activity a {
    color: #415176;
    background: #fff;
    border: 1px solid #415176;
    border-radius: 20px;
    padding: 10px 5px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}

.profile-action-activity svg {
    font-size: 20px;
}

.profile-action-activity a:hover {
    color: #F3F4FA;
    background: #415176;
}

.record label {
    margin: 0;
    font-size: 14px;
}

.record label b, .cpy-record label b {
    color: #505050;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px;
}

.record p {
    margin-bottom: 10px;
    font-size: 14px;
}

.record svg {
    margin-right: 5px;
}

.record p a {
    font-weight: 400;
    color: #415176;
}

.company-profile-box, .company-activity-box, .company-deal-box, .sale-details-box, .sale-company-profile-box {
    overflow: auto;
    /*height: 650px;*/
}

.company-deal-box h3, .contact-deal-box h3 {
    margin: 15px 0;
}

.company-deal-box p, .contact-deal-box p {
    font-size: 14px;
    line-height: 1.5;
}

.company-deal-box svg, .cpy-record svg {
    margin-right: 5px;
}

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

.crm-profile-3{
    font-size: 18px;
    color: #505050;
}

.profile-pic-comp p {
    color: #415176;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
}

.sale-filter input[type=checkbox] {
    margin-top: 20px;
}

.drop-contain .sale-items{
    box-shadow: 0px 0px 5px 1px #ccc;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 5px;
}

.drop-contain .sale-items.sale-deleted, .stage-items.sale-deleted .stage-item-inner {
    background: #f0f0f0;
    opacity: 0.7;
}

.drop-contain .sale-items .fa{
     font-family: FontAwesome;
 }

.drop-contain{
    /*border: 0.5px solid #999;*/
}

.drop-contain .row{
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.drop-contain .col-lg-4 {
    display: inline-block;
    float: none;
    padding: 0;
}

.drop-contain .col-md-4 {
    display: inline-block;
    float: none;
    padding: 0;
}

.crm-main-content .steps-row a.dashboard-button h3 {
    color: #F3F4FA;
    background: #415176;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    margin-bottom: -50px;
}

.crm-main-content .steps-row a.dashboard-button {
    background: transparent;
    padding: 0 0 50px;
    height: 100%;
    border: 0;
}

.stage-single {
    /*width: 30%;*/
    /*display: table-cell;*/
    /*min-width: 300px;*/
    width: 33.3%;
    float: left;
}

.stage-single .collapse + .USD-result {
    display: none;
}

.stage-single .collapse.show + .USD-result {
    display: block;
}

.sale-stage-drop {
    /*display: table;*/
    width: auto;
    overflow-x: scroll;
}

.stage-inner {
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(65,81,118,0.3);
    overflow: hidden;
}

.stage-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.drop-contain h3 {
    background: #415176;
    color: #F3F4FA;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    /*border: 0.5px solid #999;*/
    margin: 0;
    text-transform: none;
    text-align: center;
    border-bottom: 0.5px solid #F1FFC3;
}

.drop-contain .box{
    /*border: 0.5px solid #999;*/
    padding: 15px;
    height: 520px;
    overflow-x: hidden;
    /*background: #415176;*/
}

.drop-contain .sale-items > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.drop-contain .sale-items h4, .stage-items h4 {
    color: #415176;
    background: transparent;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.drop-contain .sale-items h5, .stage-items h5 {
    color: #415176;
    background: transparent;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-size: 17px;
    padding-right: 50px;
}

.drop-contain .sale-items p, .stage-items p {
    color: #415176;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.drop-contain .sale-items p i, .stage-items p i {
    color: #415176;
}

.drop-contain .sale-items p span.sale-value {
    color: #505050;
    font-weight: 400;
    margin-left: 5px;
}

.drop-contain .sale-items p svg, .stage-items p svg {
    color: #415176;
}

.drop-contain .sale-items a.sale-delete i, .stage-items a.sale-delete i {
    color: #FF0000;
}

.drop-contain .sale-items .fa-edit, .stage-items.fa-edit {
    position: relative;
    /*top: -60px;*/
    /*left: 90px;*/
    font-size: 16px;
    color: #415176;
    font-weight: 700;
}

.drop-contain .sale-items .fa-trash, .company-deal-box .fa-trash, .stage-items .fa-trash {
    position: relative;
    font-size: 16px;
    color: #f00;
    font-weight: 700;
}

.drop-contain .sale-items .sale-icon {
    float: right;
}

.sale-main .sale-back-btn a.back-btn{
    color: #F3F4FA;
    background: #415176;
    padding: 8px 20px 8px 10px;
    border-radius: 0px 8px 8px 0px;
    font-size: 22px;
    margin: 0 5px;
    border: 2px solid #415176;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sale-main .sale-back-btn a.back-btn:hover{
    color: #415176;
    background: #fff;
}

.sale-main .sale-back-btn a.opt-btn{
    color: #F3F4FA;
    background: #415176;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
    border: 2px solid #415176;
    font-size: 22px;
    margin: 0 2px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sale-main .sale-back-btn a.opt-btn:hover{
    color: #415176;
    background: #fff;
}

a.filter-tab {
    padding: 5px 10px;
    border-radius: 5px;
    background: #415176;
    color: #F3F4FA;
    text-transform: uppercase;
    border: #415176 1px solid;
}

a.filter-tab:hover {
    color: #415176;
    background: #FFF;
}

table.crm-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
}

table.crm-table.currency-table {
    border: 0;
}

table.crm-table tr th, .crm-main-content table tr th {
    /*border: 0.5px solid #999;*/
    border: 0;
    font-size: 14px;
    background: #415176;
    color: #F3F4FA;
}

.crm-main-content .primary-btn, .crm-main-content input[type=submit] {
    background: #415176;
    color: #F3F4FA;
    border-radius: 5px;
    border: 1px solid #415176;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
}

.crm-main-content .primary-btn:hover, .crm-main-content input[type=submit]:hover {
    background: #FFF;
    color: #415176;
}

a.advance-search-btn {
    text-decoration: underline;
    color: #415176;
    clear: both;
    margin: 20px 0 0;
    display: inline-block;
}

div.clear-both {
    clear: both;
    width: 100%;
    display: inline-block;
}

form.generate-report {
    position: relative;
    padding-top: 20px;
}

div.report-sub {
    display: none;
    background: #FFF;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.crm-main-content input[type=checkbox] {
    margin-right: 5px;
    margin-left: 10px;
}

.crm-main-content input[type=checkbox].report-type:checked + span + div.report-sub {
    display: block;
}

div.report-sub input[type=submit] {
    display: inline-block;
    clear: both;
}

.report-section {
    margin-bottom: 30px;
    margin-top: -30px;
}

.section-whole {
    margin: 20px 0;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    display: inline-block;
    width: 100%;
}

.section-whole .section-header {
    background: #415176;
    padding: 15px;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}

.section-whole .section-header h3 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.section-whole .section-body, .section-whole .section-footer {
    background: #FFF;
    padding: 15px;
    color: #505050;
}

.section-whole .section-body label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.section-whole .section-body input:not([type=checkbox]):not([type=radio]):not([type=submit]), .section-whole .section-body textarea {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0;
    width: 100%;
    border: 1px solid #415176;
}

.section-whole .section-body label {
    margin-bottom: 10px;
}

.section-whole .section-body input[type=submit], .section-whole .section-body a.dashboard-button {
    border-radius: 5px;
    background: #415176;
    color: #F3F4FA;
    font-size: 12px;
    font-weight: 700;
    margin: 10px auto 0;
    padding: 5px 20px;
}

.section-whole .section-body table tr th, .section-whole .section-body table tr td {
    background: #FFF;
    color: #505050;
    border: 0;
}

.section-whole .section-body ul {
    margin-left: 20px;
}

.section-whole .section-body ul li {
    list-style: disc;
}

.section-whole .section-footer {
    text-align: center;
}

.section-whole .section-footer input[type=submit], .section-whole .section-footer a.dashboard-button {
    border-radius: 5px;
    background: #415176;
    color: #F3F4FA;
    font-size: 12px;
    font-weight: 700;
    margin: 10px auto 0;
    padding: 5px 20px;
}

.filter-sales {
    position: relative;
    float: right;
}

.filter-sales a:not([href]):not([tabindex]) {
    color: #8dc2d9;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
}

.filter-sales .filter-sales-form {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    width: auto;
    height: auto;
    min-width: 500px;
    padding: 0;
    /*border: 1px solid #415176;*/
    background: #FFF;
    z-index: 1;
}

/*.filter-sales:hover .filter-sales-form {*/
    /*display: block;*/
/*}*/

.filter-sales .section-whole {
    position: relative;
    margin: 0;
    box-shadow: none;
}

.filter-sales .section-whole .section-header {
    padding: 5px;
}

.filter-sales .section-whole .section-body {
    padding: 5px;
    border: 1px solid #415176;
}

span.filter-sale-activity {
    color: #8dc2d9;
}

.sale-engage p {
    font-weight: 300;
}

.sale-engage p span.sale-bold {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

p.dashboard-sub {
    font-weight: 700;
}

.crm-heading {
    min-height: 100vh;
}

.crm-main-content {
    padding: 20px;
}

.smetrics-contain h3 {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.smetrics-contain table tr td {
    padding: 10px 10px 20px;
}

.smetrics-contain table tr td + td {
    border-left: 1px solid #eee;
}

.smetrics-contain table tr + tr {
    border-top: 1px solid #eee;
}

.sales-contain-box {
    margin-bottom: 30px;
}

.highchart-wrap {
    margin-bottom: 30px !important;
}

form.kpi-settings-form label, form.kpi-settings-form select {
    width: auto;
    margin-bottom: 10px;
    color: #505050;
}

form.kpi-settings-form label {
    margin-right: 10px;
    font-weight: 400;
}

form.kpi-settings-form select {
    margin-right: 30px;
}

.crm-header-2 {
    display: inline-block;
    padding: 20px 0 0;
}

#facebox .close {
    color: #FFF !important;
}

#facebox .popup {
    border: 2px solid #415176 !important;
}

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

.stage-item-inner span.sale-icon{
    right: 40px;
    position: absolute;
    top: 20px;
}

body .crm-main-content .crm-back-btn {
    margin-left: -35px;
    background: #415176;
    color: #F3F4FA;
    border-radius: 0 10px 10px 0;
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

body .crm-main-content .crm-back-btn a {
    color: #F3F4FA;
}

body .crm-main-content .crm-back-btn a i, body .crm-main-content .crm-back-btn a svg {
    margin: 0 10px;
    color: #F3F4FA;
}

body .crm-main-content .crm-back-btn a:hover, body .crm-main-content .crm-back-btn a:hover i, body .crm-main-content .crm-back-btn a:hover svg {
    color: #8dc2d9;
}

.crm-header-2 a.dashboard-button {
    border-radius: 5px;
    background: #415176;
    color: #F3F4FA;
    padding: 8px 20px;
    text-transform: none;
    font-size: 12px;
}

.crm-header-2 a.dashboard-button.disabled {
    background-color: #777;
    border: 1px solid #777;
}

.crm-header-2 a.dashboard-button:hover {
    color: #8dc2d9;
}

.crm-header-2 a.dashboard-button.second-btn {
    color: #415176;
    background: #FFF;
    border: 1px solid #415176;
}

.crm-header-2 a.dashboard-button.second-btn:hover {
    background: #415176;
    color: #FFF;
}

.crm-main-content table.crm-table tr:hover td, .crm-main-content table tr:hover td {
    background: #f0f0f0 !important;
}

.crm-main-content table.crm-table tr td, .crm-main-content table tr td {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

.stage-total {
    color: #DAC482;
    font-weight: 700;
}

.notification-main {
    padding-top: 20px;
}


/******* MOBILE MENU *******/
.crm-mobile-menu-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 8819;
    border-radius: 10px 10px 0 0;
    border: 1px solid transparent;
    background: #415176;
    overflow: hidden;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu {
    padding: 0;
    margin: 0;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu li a:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu li a {
    color: #F3F4FA;
    font-size: 10px;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
    height: 80px;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu > li {
    width: 20%;
    float: left;
    background: rgba(0,0,0,0.1);
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu > li.current-menu-item {
    background: #273659;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu > li.current-menu-item a {
    color: #DAC482;
}

.crm-mobile-menu-bottom .mobile-icon {
    background: rgba(100,100,100,0.1);
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu li ul.sub-menu {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    background: #415176;
    z-index: -1;
    padding-bottom: 20px;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu ul.sub-menu li a:before {
    display: inline-block;
    margin-right: 10px;
}

.crm-mobile-menu-bottom ul#menu-crm-mobile-menu ul.sub-menu li a {
    height: auto;
}

.crm-mobile-menu-bottom + .crm-body {
    padding-bottom: 80px;
}

.crm-main-content ul.crm-tab {
    margin: 20px 0 -2px;
    border: 0;
}

.crm-main-content ul.crm-tab a {
    background: transparent;
    color: #415176;
    border: 0;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    font-size: 20px;
}

.crm-main-content ul.nav.nav-tabs.crm-tab li {
    margin: 0 auto;
}

.crm-main-content ul.nav.nav-tabs.crm-tab li a {
    border-bottom: 2px solid transparent;
}

.crm-main-content ul.nav.nav-tabs.crm-tab li a.active {
    border-bottom: 3px solid #415176;
}

.crm-main-content ul.nav.nav-tabs.crm-tab li a:hover, .nav.nav-tabs.crm-tab li a:focus {
    color: #8dc2d9;
    border-bottom: 2px solid #415176;
}

.crm-main-content ul.nav.nav-tabs.crm-tab li a:hover, .nav.nav-tabs.crm-tab li a:focus {
    text-decoration: none;
}

.deal-attach-list li {
    margin-bottom: 20px;
}

input.company-rating-radio + .fa-star {
    color: #ccc;
    opacity: 0.5;
}

input.company-rating-radio:checked ~ .fa-star {
    color: #DAC482;
    opacity: 1;
}

.star-rating {
    font-family: 'FontAwesome';
}
.star-rating > fieldset {
    border: none;
    display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
    position: absolute;
    text-indent: -9999px;
    clip: rect(0,0,0,0);
}
.star-rating > fieldset:not(:checked) > label {
    float: right;
    width: 14px;
    padding: 1px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    color: #ccc;
}
.star-rating > fieldset:not(:checked) > label.rating-cross-label {
    width: 12px;
}
.star-rating > fieldset:not(:checked) > label:before {
    content: '\f006 ';
    font-size: 14px;
}
.star-rating > fieldset:not(:checked) > label:hover, .star-rating > fieldset:not(:checked) > label:hover ~ label {
    color: #DAC482;
    text-shadow: 0 0 3px ;
}
.star-rating > fieldset:not(:checked) > label:hover:before, .star-rating > fieldset:not(:checked) > label:hover ~ label:before {
    content: '\f005 ';
    font-size: 14px;
}
.star-rating > fieldset > input:checked ~ label:before {
    content: '\f005 ';
    font-size: 14px;
    color: #DAC482;
}
.star-rating > fieldset > label:active {
    position: relative;
    top: 2px;
}

.star-rating > fieldset:not(:checked) > label.rating-cross-label:before, .star-rating > fieldset > input:checked ~ label.rating-cross-label:before, .star-rating > fieldset:not(:checked) > label:hover ~ label.rating-cross-label:before, .star-rating > fieldset > label.rating-cross-label:before {
    color: #ccc;
    content: '\f00d ';
}

.star-rating > fieldset > label.rating-cross-label:hover:before {
    color: #f00 !important;
}

.crm-main-content .dataTables_wrapper table.dataTable tr td.company-star, .crm-main-content table tr td.company-star {
    min-width: 120px;
}

.company-star .fa-star, .company-star .fa-star-half {
    color: #DAC482;
}

.company-star .star {
    color: transparent;
    font-size: 14px;
    width: 14px;
    display: inline-block;
}

.company-star .star:before {
    content:'\2605';
}
.company-star .star:last-child {
    margin-right: 0;
}
.company-star .star:before {
    content:'\2605';
}
.company-star .star.on {
    color: #DAC482;
}
.company-star .star.half:after {
    content:'\2605';
    color: #DAC482;
    position: absolute;
    margin-left: -16px;
    width: 8px;
    overflow: hidden;
}

.contact-type {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.show-ind-kpi {
    padding: 10px;
}

.report-section .page-break {
    page-break-before:always;
}

.report-sub-section table {
    margin-bottom: 20px;
}

.crm-new-menu a:after {
    content: 'NEW';
    background: #ff4f3e;
    color: #FFF;
    display: inline-block;
    font-size: 8px;
    padding: 5px;
    vertical-align: middle;
    margin-left: 10px;
}

.crm-logout {
    position: absolute;
    top: 10px;
    right: 10px;
}

a.intranet-back-top {
    position: absolute;
    top: 40px;
    right: 10px;
}

.itd-pagination .pagination-inner {
    margin: auto;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 767px) {

    .column-2 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    table.data-table th {
        display: none;
    }

    table.data-table tbody td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        width: 100%;
    }

    .crm-quick-links .mobile-btns {
        display: block;
    }

    .crm-quick-links ul.menu {
        display: none;
    }

    .contact-start-name br, .company-start-name br {
        display: none;
    }

    .crm-header-2 a.dashboard-button span.button-text {
        display: none;
    }

    .profile-action-activity a {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        padding: 14px 5px;
    }

    .profile-action-activity svg {
        font-size: 30px;
    }

    .profile-pic, .profile-pic-comp {
        float: left;
        margin-bottom: 20px;
    }

    .contact-profile-box, .contact-activity-box, .contact-deal-box, .sale-activity-box, .company-profile-box, .company-activity-box, .company-deal-box, .sale-details-box, .sale-company-profile-box {
        height: auto;
    }

    .record-single {
        clear: both;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .record-single .record-label {
        float: left;
        width: 40%;
    }

    .record-single .record-info {
        float: left;
        width: 60%;
    }

    .deal-attach-list li a#delete-sale {
        font-size: 24px;
        padding: 5px;
        color: #f00;
    }

    body .crm-main-content .crm-back-btn {
        display: block;
        margin-left: -20px;
    }

    .crm-profile-2 h3 {
        padding-top: 20px;
    }

    .drop-contain .box {
        height: auto;
    }

    .sale-stage-drop {
        width: 100%;
    }

    .stage-single {
        width: 100%;
        display: inline-block;
        min-width: 0;
    }

    .report-contain-box {
        overflow-x: hidden;
    }

    .report-contain-box table {
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media print {
    #adminmenuwrap, #wpadminbar, #wpfooter, .hide-print, .update-nag {
        display: none;
    }

    #printableArea .print-only {
        display: block;
    }

    .print-only img {
        margin-bottom: 20px;
    }

    .dt-buttons {
        display: none;
    }

    input, textarea, select {
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    label {
        display: inline-block;
        clear: both;
    }

    .action-col, td.action-col, th.action-col {
        display: none;
    }

    .print-col {
        display: block;
    }

    form.crm-form input[type=submit] {
        display: none;
    }

    form.crm-form input[type=text], form.crm-form select {
        border: 0;
        padding: 0;
        font-weight: 400;
    }

    form.crm-form input[type=radio], form.crm-form input[type=radio]:not(:checked) + span {
        display: none;
    }

    form.crm-form label {
        font-weight: 700;
    }

    table.draw-border tr th, table.draw-border tr td {
        border: 0;
        border-collapse: collapse;
    }

    .select2-container {
        border: 0;
    }

    .report-sub-section {
        clear: both;
        page-break-after:always;
        break-after:always;
    }
	
	.intranet-profile.text-right {
	z-index: 5000;
	}
}