
/* Body */
body {
    font-family: "Open Sans", sans-serif;
    background: #f5f5f5;
    color: #8D8D8D;
}

/* Main Content */
.page-content--bgf7 {
    background: #f5f5f5;
    color: #8D8D8D;
}

.top-campaign {
    padding-bottom: 80px;
    margin-bottom: 40px;
}

/* Header */
.header__logo {
    margin-top: 6px;
    margin-bottom: 6px;
}
.header-desktop3 {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);

    height: 88px;
}
.header3-wrap .header__navbar {
    left: 54%;
}

@media all and (max-width: 3200px) and (min-width: 1280px) {
  .header3-wrap .header__navbar {
      left: 50%;
  }
}

.header__navbar ul li a {
    color: #8D8D8D;
    padding-top: 35px;
}
.header__navbar ul li a.active {
    color: #F36B22;
}
.header__navbar ul li a:hover {
    color: #F36B22;
}
.bot-line {
    background: #F36B22;
}

/* Header Account */
.account-item--style2 .content a:hover {
    color: #F36B22;
}
.account-dropdown__item a:hover {
    background: #F36B22;
    color: #fff;
}
.account-dropdown__footer a:hover {
    background: #F36B22;
    color: #fff;
}

/* Login / Forget Pass */
.login-checkbox > label > a {
    color: #F36B22;
}
.register-link > p > a {
    color: #3DA0D8;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #F36B22;
    border-color: #F36B22;
}
.btn-primary:hover {
    color: #F36B22;
    background-color: #fff;
    border-color: #F36B22;
}
.au-breadcrumb2 .au-breadcrumb__list .active a {
    color: #3DA0D8;
    color: #F36B22;
}
.au-btn--green {
    background: #F36B22;
}
.au-btn--green:hover {
    background: #F36B22;
}
.btn-danger {
    color: #fff;
    background-color: #8D8D8D;
    border-color: #8D8D8D;
}
.btn-danger:hover {
    color: #8D8D8D;
    background-color: #fff;
    border-color: #8D8D8D;
}
.bg-c1 {
    background: #F36B22;
}

/* Links */
a {
    color: #3DA0D8;
    color: #F36B22;
}
a:hover {
    color: #8D8D8D;
}

/* Badges */
.badge-secondary {
    background-color: #F36B22;
}

/* Blocks */
.block-email {
    color: #8D8D8D;
    background: #f5f5f5;
}


/* Switch */
.switch-danger > .switch-input:checked ~ .switch-label {
    background: #F36B22 !important;
    border-color: #ff182b;
}

/* Tables */
.table-data2.table tbody tr td:first-child {
    color: #676767;
    font-weight: 600;
}
.table-top-campaign.table tr td:last-child {
    color: #F36B22;
}
.noti__item .quantity {
    background: #F36B22;
}

.table-data2.table tbody td.desc {
    color: #676767;
}

/* Projects Status Location */
.status--process {
    color: #3DA0D8;
}
.Projects-Summary-Radio-Buttons {
    font-size:15px;
    padding-bottom:0px;
}
.Projects-Summary-Radio-Buttons label {
    cursor: default;
    margin-right: 2px;
    font-size: 14px;
}
.Projects-Summary-Radio-Buttons input[type=radio] {
  width: 13px;
  height: 13px;
}
.Projects-Summary-Radio-Buttons input[type="radio"]:checked+label {
  color: #F36B22;
}

.Projects-Summary-Dashboard-Details {
    margin-top: 6px;
}

/* Project Tabs */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F36B22;
    background-color: #fff;
    border-color: #F36B22 #F36B22 #fff;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #F36B22;
    border-color: #F36B22 #F36B22 #F36B22 #fff;
}
.nav-tabs .nav-link:hover {
    border-color: #F36B22 #F36B22 #F36B22;
}
.nav-tabs {
    border-bottom: 1px solid #F36B22;
}

/* Map Icons */
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}
.gm-style .gm-style-iw-c strong {
    font-size: 16px;
}

/* Project Details */
#mapProject {
    border: 0px solid #8D8D8D;
}
/*
*/
.schedule_status_graph_wrapper,
.schedule_status_2 {
}
.schedule_status {
}
.schedule_status_wrapper.top-campaign {
    padding-bottom: 97px;
    margin-bottom: 0px;
}
.schedule_status_wrapper thead td {
    padding-bottom: 12px;

}
.project-table-heading {
    font-weight: 900;
    font-size: 16px;
}
.schedule_status_wrapper .table-top-campaign.table tbody tr {
    border-top: 1px solid #e5e5e5;
}
.schedule_status_wrapper .table-top-campaign.table td {
    padding: 15px 6px;
}

.schedule_status_card {
    padding: 0px;
    color: #8D8D8D;
}
.schedule_status_wrapper.top-campaign {
    background: #fff;
    border: 0px solid gray;
    padding: 15px;
    height: 100%;
}

.schedule_status {
    padding: 20px;
    font-size: 15px;
}
.schedule_progress_bar {
    padding: 20px 10px;
}

#custom-nav-location {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.container.gallery-container {
    border-radius: 3px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
}

/* STatus Reports */
.resources-switch-wrapper {
  display:inline-flex;
}
.resources-switch-label {
  margin-right: 10px;
}

/* FOoter */
.p-t-60 {
    margin-top: 40px;
    padding-top: 40px;
    background: #676767;
    background-color: #fff;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.copyright {
    margin-top: 0px;
    padding-top: 0px;
}
.copyright p {
    font-size: 14px;
    color: #676767;
    margin-top: 0px;
    padding-top: 0px;
}

.copyright.links {
    text-align: left;;
}
.copyright.links a {
    color: #8D8D8D;
    font-size: 14px;
}
.copyright.links a:hover {
    color: #F36B22;
}

/* +++++++++ */

.badge-secondary {
    color: #fff;
}

.rs-select2--md {
    width: 180px;
}
.rs-select2--sm {
    width: 135px;
}
.rs-select2--lg {
    width: 230px;
}

.header__tool .notifi-dropdown {
    left: -210px;
    top: 53px;
    transform-origin: 90% top;
}

.au-breadcrumb2 {
    padding-top: 28px;
    padding-bottom: 20px;
}


.rating-box {
  position:relative;
  vertical-align: middle;
  font-size: 3/3em;
  font-family: FontAwesome;
  display:inline-block;
  color: lighten(@grayLight, 25%);

  &:before{
    content: "\f006 \f006 \f006 \f006 \f006";
  }

  .rating {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #F68127;
    &:before {
      content: "\f005 \f005 \f005 \f005 \f005";
    }
  }
}

.project_summary {
  font-size: 5px;
}

#eemap {
  width: 100%;
  height: 500px;
}
