/*------------------------------------------------------------------------------
    DASHBOARD STYLES
------------------------------------------------------------------------------*/

.dashboard  {
    border: none;
    text-align: center;
    box-shadow: none;
    width: 98%;
    margin: auto;
    padding: 0px 0px 60px 0px;
}

.dashboard-cards {
    border: none;
    text-align: center;
    box-shadow: none;
    width: 60%;
    margin: auto;
    padding: 0px 0px 60px 0px;
}


.row-title {
    width: 100%;
    margin: 20px 0px 40px 0px;
    text-align: center;
}

.page-title-container {
    width: 80%;
    margin: auto;
}

.page-title {
    text-align: center;
    font-size: 48px;
    color: #313131;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-title-container h2{
    text-align: center;
    font-size: 32px;
    color: #313131;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
}

.underline-green {
  background-image: linear-gradient(#00cdf8, #00cdf8);
  background-position: bottom center;
  background-size: 30% 2px;
  background-repeat: no-repeat;
  padding-bottom: 24px;
}

.underline-green-small {
  background-image: linear-gradient(#00cdf8, #00cdf8);
  background-position: bottom center;
  background-size: 10% 2px;
  background-repeat: no-repeat;
  padding-bottom: 24px;
}


.row-cards {
  width: 100%;
  margin: auto;
  padding: 0;
}

.row-opportunities {
  width: 90%;
  margin: auto;
  padding: 0;
}

.row-96 {
  width: 96%;
  margin-top: 12px;
}

.card-menu {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
    float: none;
    position: relative;
    color: #313131;
    background-color: #ececf0;
    border: 1px solid #d6d9dc;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.card-menu:hover {
    cursor: pointer;
    background-color: #cdcfd0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15),0 1px 4px rgba(0,0,0,0.15),0 2px 8px rgba(0,0,0,0.15);
    color: #000000;
}



.card .card-image .img-menu-icon {
  width: 70%;
  margin: auto;
}

.card .card-image .img-menu {
  width: 98%;
  margin: auto;
  margin-top: 1%;
}

.card-menu .card-content .card-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
}


.card .card-content {
    padding: 12px;
    border-radius: 0 0 2px 2px;
}



.item-count {
    position: relative;
    top: -5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: red;
    border-radius: 50%;
    padding: 0px 5px 0px 5px;
}

.currency-select {
  display: block !important;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  background-color: #e4e6e8;
  height: 30px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-left: 24%;
  padding: 8px 12px;
  color: #313131;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
  width: 60%;
}


/*----------------------------------------------
    DB MANAGER VIEWS
------------------------------------------------*/

.row-back {
    position: relative;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}

.row-back a {
    color: #313131;
    padding: 0px;
    font-weight: 500;
}

.row-back a:hover,
.row-back a:focus,
.row-back a:active {
  color: #00cdf8;
}

.row-back i {
    position: relative;
    top: 1px;
}

.back-link {
  cursor: pointer;
}

.card-description {
    width: 100%;
    margin: auto;
    padding: 0px 20px;
    border-radius: 3px;
    border: 0px solid #b3b3b3;
    top: 30px;
    box-shadow: none;
    background: transparent;
}

.card-description h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 0px;
}

.card-description h4 {
    color: #313131;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 24px 16px 16px;
    margin-top: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #00cdf8;

    font-weight: 500;
    text-align: left;

}

.card-description h5 {
    color: #313131;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.card-description h5:hover {
  color: #313131;
}


.menu-card {
    box-shadow: none;
    text-align: left;
    width: 105%;
    float: none;
    margin: 0px;
    margin-left: -20px;
    margin-left: -20px;
    padding: 2px 0px 2px 20px;
    border: 1px solid transparent;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background: transparent;
    transition: background-color .3s;
    cursor: pointer;
}

.menu-card i {
  margin-right: 4px;
  font-size: 9px;
  position: relative;
  top: -1px;
}


.menu-card:hover,
.menu-card:focus,
.menu-card:active {
    background-color: #00cdf8;
    color: #fff;
}

.menu-card-active h5{
  color: #59a14f !important;
}

.menu-card-300 {
    max-width: 300px !important;
}

.section-header {
  color: #313131;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 0px 16px 16px;
  margin-top: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #00cdf8;
  width: 50%;
  font-weight: 500;
  text-align: left;

}


.opportunity-name {
    font-size: 16px;
    font-weight: 400;
    vertical-align:middle;
    color: #333;
}

.opportunity-name:hover,
.opportunity-name:active,
.opportunity-name:focus {
    color: #0054a0;
 }

.card-description b {
    color: #0054a0;
}

.card-description h6 {
    font-weight: 500;
    font-size: 14px;
    color: #00cdf8;
}

.card-description p {
    font-size: 14px;
}

.img-description {
    width: 98%;
    margin-right: 2%;
}

.img-small {
    width: 98%;
    margin-right: 2%;
}

.img-icon {
  height: 36px;
  vertical-align: middle;
}

.row-functions {
    margin: 10px 0px !important;
    width: 90%;
    padding: 2px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-width: 1px 0 1px 0;
}

.row-functions-long {
    width: 95%;
}

.btn-submit {
  font-family: 'Roboto', sans-serif;
  background: #0b5cfc;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 30px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-submit i {
    font-size: 14px;
}


.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background: #00cdf8;
    color: #fff;
}

.col-form {
  padding-left: 0px !important;
  margin-top: 8px;
  margin-bottom: 8px;
}

.col-enpi {
  height: 400px;
  overflow: auto;
}

.col-title {
  padding-right: 1px !important;
}


.col-form h5: hover,
.col-form h5: active,
.col-form h5: focus, {
  color: white;
}

.col-form input[type="text"]:not(.browser-default),
.col-form input.valid[type="text"]:not(.browser-default){
     border: 1px solid #d6d9dc;
     border-radius: 3px;
     background-color: #e4e6e8;
     height: 30px;
     display: block;
     font-size: 12px;
     letter-spacing: 1px;
     margin: 0px;
     padding: 2px 6px;
     color: #313131;
     font-weight: 500;
     box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14),0 1px 1px -1px rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.2);
     width: 100%;

}

.col-form [type="checkbox"]:not(:checked), .col-form [type="checkbox"]:checked {
  pointer-events: auto;
  font-size: 20px;
  transform: scale(1.5);
  margin-right: 10px;
  margin-left: 6px;
}



.col-form .dropdown-content {
    background-color: #e4e6e8;

}

.col-form .dropdown-content li {
    padding: 0px;
    height: 30px !important;
    max-height: 30px !important;
    min-height: 30px !important;
}

.col-form .dropdown-content li > span {
    color: #313131;
    width: 180px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow-y: hidden;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    padding: 5px;
    text-transform: uppercase;
}

.select-wrapper input.select-dropdown:focus {

}

.select-dropdown li {
  padding: 10px 5px 5px 5px;
}




/*----------------------------------------------
    DATABASE UPLOAD
------------------------------------------------*/

.form-dbmanager {
  width: 70%;
}


.file-field input[type="file"] {
    font-family: 'Roboto', sans-serif;
}

.file-input {
    width: 75%;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #d6d9dc;
    border-radius: 3px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.05),0 1px 1px -1px rgba(0,0,0,0.05),0 1px 1px 0 rgba(0,0,0,0.05);
    margin: 12px 0px 18px 0px;
}

.btn-file {
  background-color: #e4e6e8;
  color: #313131;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  height: 30px;
  margin: 6px 0px;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14),0 1px 1px -1px rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.2);
}

.btn-file:hover,
.btn-file:active,
.btn-file:focus {
  color: #313131;
}

.csv-field {
  margin: 0px 0px;
}

.csv-field input[type="text"]:not(.browser-default) {
  margin-bottom: 0px;
  font-size: 14px;
}


.csv-field input.valid[type="text"]:not(.browser-default) {
  box-shadow: 0 1px 0 0 transparent;
  color: #4CAF50;
  font-size: 14px;
  margin-bottom: 0px;
}

.csv-input{
    border-bottom: 0px solid transparent !important;
    box-shadow: 0 0px 0 0 transparent;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.table-overview {
  width: 98%;
}



.table-overview tr {
  border-bottom: 0px solid transparent;
}

.table-overview td {
  padding: 8px 8px;
  padding-right: 24px;
  font-size: 10px;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
}

.td-category {
  width: 30%;
}


/*----------------------------------------------
    SEARCHBOX
------------------------------------------------*/


.search-container {
    display: flex;
    align-items: center;
    padding: 0;
}

.col-brand {
  line-height: 100px;
  height: 100px;
  padding-left: 0px !important;
}


.col-searchbox {
    line-height: 100px;
    height: 100px;
}

.row-search {
    width: 50%;
    margin-left: 25% !important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row-search h4 {
    font-size: 42px;
    color: #5f6368;
    margin-bottom: 30px;

}

.searchbox-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    left: 0px;
    margin-bottom: 0px;
}

.searchbox-wrapper form {
  padding: 0;
}

.searchbox-enpi {
    width: 80% !important;
}

.btn-transparent {
    position: absolute;
    top: 0px;
    right: 1%;
    font-size: 28px;
    height:100%;
    color: #929699;
    background: transparent;
    box-shadow: none;
    border: none;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    background: transparent;
    box-shadow: none;
    border: none;
}


#searchbox {
    border: 1px solid #d6d9dc;
    background: #e4e6e8;
    border-radius: 6px;
    width: 100%;
    margin: auto;
    padding: 12px 8px;
    font-size: 20px;
    color: #313131;
}


#searchbox::placeholder {
    color: #929699 !important;
}


input[type="text"]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #d6d9dc;
	box-shadow: 0 0px 0 0 #30363d;
}

/*------------------------------------------------------------------------------
    SEARCH FUNCTIONS
------------------------------------------------------------------------------*/

.row-table-functions {
    height: 80px;
    padding: 10px 0px;
    margin: 0px 0px;

}

.col-results {
    padding: 0x !important;

}

.col-results p {
    float: left;
}

.col-load-more {
    position: relative;
}

.filter-wrapper {
    width: 40%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.filter-wrapper label {
    margin: 0px;
    color: #55595d;
}

#keywordFilter {
  font-size: 14px;
  height: 36px;
  background: transparent;
  border: none;
  border-bottom: 1px solid green;
}

#tableSearch input{
  text-align: center !important;

}

.place-holder-center::placeholder {
      text-align: center;
      color: #999;
  }

.filter-wrapper input[type="text"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #90c73e ;
    box-shadow: 0 0px 0 0 #90c73e;
}

.filter-wrapper input[type="text"]:not(.browser-default) {
  color: #313131;
}



/*------------------------------------------------------------------------------
    TABLES
------------------------------------------------------------------------------*/

.search-wrapper {
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.search-wrapper label {
    margin: 0px;
    color: #55595d;
}



#tableSearch {

  margin-bottom: 30px;
}

#tableSearch input{
  text-align: center !important;

}

.place-holder-center::placeholder {
      text-align: center;
      color: #999;
}

.btn-loading {
    background: transparent;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 12px;
    margin-right: 8px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    color: #6d6d6e;
    padding: 0px;
}

.btn-loading i {
  font-size: 24px;
}


.btn-loading:hover,
.btn-loading:focus,
.btn-loading:active {
    background: #00cdf8;
    color: #313131;
}

.btn-report {
    font-family: 'Roboto', sans-serif;
    background: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 30px !important;
    line-height: 28px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 2px;
    margin-left: 20px;
    padding: 0px 20px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-report i {
    font-size: 10px;
}


.btn-report:hover,
.btn-report:focus,
.btn-report:active {
    background: #00cdf8;
    color: #fff;
}

.btn-nonconformance:hover,
.btn-nonconformance:focus,
.btn-nonconformance:active {
    background: #d92c2e !important;
    color: #fff;
}



table {
    width: 100%;
}

filter-wrapper input[type="text"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #90c73e;
    box-shadow: 0 1px 0 0 #90c73e;

}

table a {
  color: #313131 !important;
  height: 100%;
}

.tr-counter {
    background: transparent !important;
    line-height: 42px;
}


th {
  background-color: #fff !important;
  color: #000000;
  font-size: 12px;
  border-radius: 0px;
  border-bottom: 1px solid #313131;
  padding: 8px 4px;
  font-weight: 500;
}

.fa-stack {
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 10px;
}

.fa-stack .fa-caret-down {
  position: absolute;
  bottom: 0;
  font-size: 10px;
}

.fa-stack .fa-caret-up {
  position: absolute;
  top: 0;
  font-size: 10px;
}


tr {
  border-bottom: none;
  background-color: #fafafb;
  cursor: pointer;
}

tr:nth-child(odd) {
    background-color: #eff0f1;
}

tr:hover {
  background-color: #e4e6e8;
}

td {
    padding: 8px 4px;
    font-size: 12px;
}

.field-opportunity {
    width: 6%;
}

.field-text {
    width: 8%;
}

.field-text-5 {
    width: 5%;
}

.field-number {
    width: 6%;
}

.field-site {
    width: 4%;
}

.field-description {
    width: 25%;
}

.field-description-30 {
    width: 30%;
}



.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px solid;
}


#searchTable > thead > tr > th {
  position: sticky;
  top:0px;
  box-shadow: inset 0 0px 0 black, inset 0 -1px 0 black;
  z-index: 1;
}

.guideline {
  font-size: 18px;
  margin: 8px 0px;
}

.btn-table {
    font-family: 'Roboto', sans-serif;
    background-color: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 24px !important;
    line-height: 22px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0px;
    padding: 0px 24px;
    width: auto;
    color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-table:hover,
.btn-table:active,
.btn-table:focus {
    color: #fff;
    background-color: #00cdf8;
}

.btn-table .fa-solid {
  position: relative;
  top: 1px;
}




/*----------------------------------------------
    OPPORTUNITY DETAILS VIEW
------------------------------------------------*/

.card-details {
    min-height: 780px;
    width: 80%;
    margin: auto;
    padding: 10px 0px 40px 20px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.card-details h3 {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 2px;
}

.card-details h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.card-details h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    height: 32px;
}

.opportunity-name {
    font-size: 14px;
    font-weight: 400;
    vertical-align:middle;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.opportunity-name:hover,
.opportunity-name:active,
.opportunity-name:focus {
    color: #176cca;
 }

.card-details b {
    color: #176cca;
    font-weight: 500;
}

.card-details h6 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #313131;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 6px;
}

.card-details p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    padding: 6px 0px;
    color: #6a737c;
}

.card-details p > a {
  color: #176cca !important;
}

.card-details p > a:hover,
.card-details p > a:focus {
  color: #00cdf8 !important;

}

.card-details .cross-nav {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.card-details .cross-nav:hover,
.card-details .cross-nav:active,
.card-details .cross-nav:focus {
    color: #176cca;
}

.documentation a {
    font-size: 12px;
    font-weight: 500;
    color: #181b1d;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.documentation a:hover {
  color: #176cca;
}


.img-description {
    width: 98%;
    margin-right: 2%;
}

.img-small {
    width: 98%;
    margin-right: 2%;
}

.img-icon {
  height: 32px;
  vertical-align: middle;
}

.row-functions {
    margin: 3px 0px 10px 0px !important;
    width: 100%;
    padding: 6px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-width: 1px 0 1px 0;
}

.row-functions-long {
    width: 95%;
}


.table-metrics tr {
  cursor: default !important;
  font-size: 14px;
  text-align: left;
  background-color: #f7f7f7;
}

.table-metrics tr:nth-child(odd) {
  cursor: default !important;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
}

.table-metrics tr:hover {
  background-color: #e4e6e8;
}

.table-metrics th {
  padding-left: 10px;
}

.table-metrics td {
  padding-left: 10px;

}

.table-log {
  font-size: 14px;

}

.table-log tr {
  cursor: default !important;
  background-color: #f7f7f7;
}


.table-log tr:nth-child(odd) {
  background-color: #fff;
}

.table-log tr:hover {
  background-color: #e4e6e8;
}


.table-log td {
  padding: 10px 10px;
}

/*----------------------------------------------
    OPPORTUNITY/ACTIONS ADD/UPDATE VIEW
------------------------------------------------*/

.card-description select,
.card-details select {
  display: block !important;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  background-color: #e4e6e8;
  height: 30px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 2px 6px;
  color: #313131;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
  width: 100%;
}

.card-details .error {
  font-size: 16px;
}


.card-details textarea {
    width: 100%;
    height: inherit;
    background-color: #e4e6e8;
    color: #313131;
    border: 1px solid #d6d9dc;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
}

.card-details input[type="number"] {
  color: #313131;
  height: 30px;
  margin-bottom: 0px;
}

.card-details input[type="number"]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #00cdf8;
  -webkit-box-shadow: 0 1px 0 0 #00cdf8;
  box-shadow: 0 1px 0 0 #00cdf8;
  color: #313131;
}


.card-details .input-field {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px 0px 4px 4px;
}

.card-details .col-value {
    position: relative;
    padding: 2px 2px;
}

.card-details .row {
    margin-bottom: 8px;
}

.card-details .col-form input[type="text"]:not(.browser-default),
.card-details .col-form input.valid[type="text"]:not(.browser-default){
     border: 1px solid #d6d9dc;
     border-radius: 3px;
     background-color: #e4e6e8;
     height: 24px;
     text-transform: uppercase;
     display: block;
     font-size: 12px;
     letter-spacing: 1px;
     text-transform: uppercase;
     margin: 0px;
     padding: 2px 6px;
     color: #313131;
     font-weight: 500;
     box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
     width: 94.5%;
}

input[type="number"]:not(.browser-default) {
  font-size: 14px;
  width: 101%;
  background-color: #e4e6e8;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  padding: 2px 6px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
}

input[type="number"]{
  color: #313131;
}

.dp__pointer {
    background-color: #e4e6e8 !important;
    font-weight: 600;

}

.dp__input_wrap {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dp__input_wrap input[type="text"].dp__input_readonly {
  background-color: #e4e6e8;
  height: 30px;
  color: #313131;
  text-align: center !important;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #d6d9dc;

}

/* Style the datepicker calendar */
.dp__theme_light {
  background: #e4e6e8 !important;
}

.input-label {
  line-height: 30px;
  color: #313131;

}

.card-details [type="checkbox"] + span:not(.lever) {
  font-size: 12px;
  word-wrap: anywhere;
}



.enpi {
   padding: 2px;
   margin: 3px 0px;
}

.enpi:hover {
   background: #e4e6e8;
}

.span-info {
  color: #9a9a9a;
}

.enpi label{
  color: #313131 !important;
  margin-top: 2px;
}


.label-text {
  position: relative;
  left: 10px;
}


.enpi .fa-tachometer-alt {
  position: relative;
  color: #00cdf8;
  margin-left: 6px;
  font-size: 8px;
  top: -4px;
}

.energy-audit {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.energy-audit [type="checkbox"]:not(:checked), .energy-audit [type="checkbox"]:checked {
  pointer-events: auto;
  transform: scale(1.7);
  margin-right: 12px;
  margin-left: 6px;
}

.energy-audit .label-checkbox {
  font-weight: 500;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #313131;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 2px;
}

.btn-delete {
    font-family: 'Roboto', sans-serif;
    background: #d9534f;
    border-radius: 3px;
    font-weight: 500;
    height: 24px !important;
    line-height: 23px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 6%;
    padding: 0px 24px;
    width: auto;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-delete:hover,
.btn-delete:active,
.btn-delete:focus {
    color: #fff;
}

.btn-update {
    font-family: 'Roboto', sans-serif;
    background: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 24px !important;
    line-height: 23px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 6px;
    margin-left: 0px;
    padding: 0px 24px;
    width: auto;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-update:hover,
.btn-update:active,
.btn-update:focus {
    color: #fff;
}

/*----------------------------------------------
    SITE SEARCH & DASHBOARD
------------------------------------------------*/

.site-card {
  text-align: center;
  font-size: 24px;
  color: #535a60;
  width: 92%;
  margin: 4% ;
  background-color: #fafafb;
  border: 1px solid #d6d9dc;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
  padding: 16px 0px;
  border-radius: 3px;
}

.site-card-small {
  text-align: center;
  font-size: 14px;
  color: #dedad6;
  width: 92%;
  margin: 4% ;
  background-color: #e4e6e8;
  padding: 8px 0px;
  border-radius: 6px;
}

.site-card:hover,
.site-card:active,
.site-card:focus {
    background-color: #e4e6e8;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
    color: #313131;
}

.dashboard-site  {
    border: none;
    text-align: center;
    box-shadow: none;
    width: 98%;
    margin: auto;
    padding: 0px 0px 60px 0px;
}

.dashboard-site .sidebar {
  width: 14%;
  margin: 0px;
  padding: 0px !important;
  margin-top: 56px;

}

.dashboard-site .section-header {
  width: 60%;
}

.dashboard-site .input-field {
  margin: 6px;

}



/*----------------------------------------------
    SITE CHARTS
------------------------------------------------*/


.insights-card {
    box-shadow: none;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 #040b0e,0 3px 1px -2px #040b0e,0 1px 5px 0 #040b0e;
    background-color: #e4e6e8;
    border: 1px solid #2c313a;
    color: #313131;
}

.insights-small {
    height: 60px;
    text-align: left;
    width: 92%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 40px;
    float: none;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    letter-spacing: 1px;
    box-shadow: 0 2px 2px 0 #040b0e,0 3px 1px -2px #040b0e,0 1px 5px 0 #040b0e;
    position: relative;
    color: #313131;
    background-color: #e4e6e8;
    border: 1px solid #2c313a;
}

.insights-small table > td{
    padding: 18px 5px;
}


.insights-small b {
    position: relative;
    top: -1px;
    font-size: 14px;
    color: #00cdf8;
}

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

.section-header-first {
  margin-top: 0px;
}

.section-header-first h3 {
  margin: 0px;
  font-size: 24px;
}

.fa-industry {
  font-size: 11px !important;
  margin-left: 4px;
  margin-right: 6px !important;
}


.insights-card .card-header {
   display: flex;
   padding: 6px 8px 6px 8px;
   margin-bottom: 10px;
   width: 100%;
}

.insights-card .card-header p {
    margin-left: 0px;
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #313131;
    line-height: 1.2;
    width:75%;
}

.insights-card-left {
   width: 92%;
   margin-left: 0;
   margin-right: 8%;
}

.insights-card-middle {
   width: 92%;
   margin-left: 4%;
   margin-right: 4%;
}

.insights-card-right {
   width: 92%;
   margin-left: 8%;
   margin-right: 0%;
}


.insights-card-narrow-right {
   width: 91%;
   margin-left: 8%;
   margin-right: 0;
   box-shadow: 0 1px 3px 0 #cccccc,0 1px 1px 0 #dbdbdb,0 2px 1px -1px #e0e0e0;
}

.insights-card-mid {
  height: 360px;
}



.table-summary tr {
 border-bottom: 0px solid transparent;
 font-size: 11px;
 color: #313131;
 background-color: #e4e6e8;
 cursor: default;
}

.table-summary tr b {
  color: #313131;
  font-weight: 400;
  font-size: 11px;
}

.table-summary tr:nth-child(odd) {
  background-color: #24292d;
}

/*----------------------------------------------
   CHARTS
------------------------------------------------*/

.chart {
    border-radius: 3px;
    padding: 10px;
    padding: 2px;
    height: 380px;
}

.chart-long {
    height: 720px;
}



/*------------------------------------------------------------------------------
    AREA VIEW TABLE
------------------------------------------------------------------------------*/

.table-opportunities th {
  background-color: #e4e6e8 !important;
  color: #313131;
  font-weight: 500;
  font-size: 10px;

}

.table-opportunities tr {
 border-bottom: 0px solid transparent;
 font-size: 11px;
 color: #313131;
 background-color: #e4e6e8;
}

.table-opportunities tr b {
  color: #313131;
  font-weight: 400;
  font-size: 11px;
}

.table-opportunities tr:nth-child(odd) {
  background-color: #e4e6e8;
}


.table-opportunities tr:hover {
 background-color: #292e33;
}


/*----------------------------------------------
    STANDARD SEARCH
------------------------------------------------*/

.row-opportunities select {
    display: block !important;
    border: 1px solid #d6d9dc;
    border-radius: 3px;
    background-color: #e4e6e8;
    height: 30px;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px;
    padding: 2px 6px;
    color: #313131;
    font-weight: 500;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
    width: 100%;
}

.row-energy-eye select {
    height: 38px;
    font-size: 14px;
}

.row-energy-eye .btn-modal {
    height: 38px;
    font-size: 14px;
    text-wrap: nowrap;
    overflow: hidden;
    padding-right: 12px;
    line-height: 26px;
}


.label-search {
    font-size: 14px !important;
    position: inherit !important;
    line-height: 30px !important;
    margin: 0px !important;
    font-weight: 500 !important;
    color: #313131 !important;
    padding: 0px;
}

.row-opportunities .searchbox-wrapper {
    width: 80%;
    margin-left: 20%;

}

#keyWordSearchbox {
  border: 1px solid #d6d9dc;
  background: #e4e6e8;
  border-radius: 3px;
  margin-left: 0;
  padding: 0px 6px;
  font-size: 12px;
  color: #313131;
  height: 28px;
  text-transform: none;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
}



.row-opportunities .insights-small {
    height: 40px;
    text-align: left;
    width: 92%;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    float: none;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 0px;
    letter-spacing: 0.4px;
    box-shadow: none;
    position: relative;
    color: #313131;
    background-color: #fff;
    border: 1px solid #fff;
}



.row-opportunities .insights-small table > td {
    padding: 10px 0px;
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.row-opportunities .insights-small-left table > td {
    padding: 10px 0px;
    font-size: 12px;
    text-align: left;
    color: #000;
    font-weight: 500;
}

.row-opportunities .insights-small-right table > td {
    padding: 10px 0px;
    font-size: 12px;
    text-align: right;
    color: #000;
    font-weight: 500;
}

.row-opportunities .insights-small b {
    font-size: 14px;
}

.row-opportunities .insights-small table > td {
    padding: 18px 0px;
}

.row-opportunities h6 {
   font-size: 12px;
   text-transform: uppercase;
   margin: 0;
   line-height: 30px;
   letter-spacing: 0.4px;
   color: #0b5cfc;
}

.col-buttons {
  display: inline-block;
  text-align: right;
}

.row-opportunities .btn-report {
    font-family: 'Roboto', sans-serif;
    background: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 24px !important;
    line-height: 24px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 20px;
    width: auto;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.row-opportunities .btn-report:hover,
.row-opportunities .btn-report:active,
.row-opportunities .btn-report:focus {
  background-color: #00cdf8 !important;

}


/*----------------------------------------------
    LateX Reports
------------------------------------------------*/

.form-report {
  width: 70%;
}


.form-report label {
  font-size: 12px;
  color: #313131;
  padding: 0;
}

/*----------------------------------------------
    POWER BI REPORTS
------------------------------------------------*/

.row-dashboards {
  width: 70%;
  margin: auto;
}


.btn-dashboard {
    font-family: 'Roboto', sans-serif;
    background: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 30px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    width: 96%;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-dashboard:hover,
.btn-dashboard:focus,
.btn-dashboard:active {
    background: #00cdf8;
    color: #fff;
}


.col-site-code {
  display: none;
}

#buttonFullscreen {
  display: none;
}

#buttonDashboardReady {
  display: none;
}

.btn-fullscreen {
  background-color: #00cdf8;
}

.btn-fullscreen i {
  font-size: 14px;
  margin-left: 2px;
}

#report-container {
  min-height: 800px;
}

.form-check {
  margin-top: 12px;
}

.form-check-input {
  width: 20px;
  height: 20px;

}

.form-check label{
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-left: 6px;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("https://saperapublicstorage.blob.core.windows.net/static/img/icons/tickbox.png");
}

.form-report [type="checkbox"] + span:not(.lever) {
  font-size: 15px;
  word-wrap: anywhere;
}

.pages-tick-box {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  padding: 6px 0px;
  color: #6a737c;
  margin-bottom: 0px;
}

.pages-tick-box label{
  color: #313131 !important;
  margin-top: 2px;
  font-size: 14px;
}

.form-report [type="checkbox"]:not(:checked), .form-report [type="checkbox"]:checked {
  pointer-events: auto;
  font-size: 20px;
  transform: scale(1.5);
  margin-right: 10px;
  margin-left: 6px;
}

.btn-powerbi {
    margin-top: 38px !important;
    font-family: 'Roboto', sans-serif;
    background: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 30px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 0px;
    padding: 0px 20px;
    width: auto;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-energy-eye {
    height: 38px !important;
    line-height: 38px !important;
}

.btn-powerbi:hover,
.btn-powerbi:focus,
.btn-powerbi:active {
    background: #00cdf8;
    color: #fff;
}

.btn-execute {
    margin-top: 0px !important;
    font-family: 'Roboto', sans-serif;
    background: green;
    border-radius: 3px;
    font-weight: 500;
    height: 30px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 0px;
    padding: 0px 60px;
    width: auto;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-execute:hover,
.btn-execute:focus,
.btn-execute:active {
    background: #00cdf8;
    color: #fff;
}

.btn-disabled {
    background: #e4e6e8;
    color: #313131;
}

.btn-modal {
  display: block !important;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  background-color: #e4e6e8;
  height: 30px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 2px 6px;
  color: #313131;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
  width: 100%;
  height: 30px;
  text-align: left;
  padding: 6px;
  overflow-y: hidden;
}

 .modal-select {
  display: block !important;
  border: 1px solid #d6d9dc;
  border-radius: 3px;
  background-color: #e4e6e8;
  height: 31px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 2px 6px;
  color: #313131;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08);
  width: 100%;

 }



/*----------------------------------------------
    SITE DASHBOARDS
------------------------------------------------*/

.card-dashboard-details {
  min-height: 780px;
  width: 80%;
  margin: auto;
  padding: 10px 0px 10px 20px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.row-company {
    height: 48px;
    padding: 0px;
    margin-bottom: 12px !important;

}

.col-company-name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #313131;
    line-height: 48px;
}

.col-company-name-mid {
  display: none;
  margin: 10px;


}

.col-tabs-logo {
    line-height: 48px;
}

.col-tabs-logo img {
    height: 42px;
    vertical-align: middle;
}

.row-tabs {
    display: flex;
}


.btn-tab {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #535a60;
    width: 8.9%;
    height: 48px;
    line-height: 48px;
    background: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0px solid rgba(0,0,0,0.1);
    margin-right: 1%;
    z-index: 5;
    position:relative;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.row-tabs .tab {
    height: 100%;
    overflow-y: hidden;
}

.tab-active {
    border-bottom: 0px solid #f8f8f8;
    background: #f8f8f8;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0.1),1px 0px 0px rgba(0,0,0,0.1);
    color: #313131 !important;
}

.card-events {
    height: 788px;
    width: 98%;
    margin-left: 0%;
    border-radius: 3px;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.1),1px 0px 0px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background-color: #f8f8f8;
}

.card-dashboard {
    min-height: 740px;
    width: 98%;
    margin-right: 0%;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    color: #535a60;
    background-color: #f8f8f8;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.1),1px 0px 0px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 6px 0px 6px 20px;
}

.card-dashboard-empty {
    height: 740px;
}

.card-site-dashboard {
    width: 95.5%;
    margin: 6px 0% 6px 0%;
    height: 140px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.07),1px 0px 0px rgba(0,0,0,0.07), 0px 0px 0px rgba(0,0,0,0.02);
}

.card-site-dashboard-1 {
  height: 100px;
}

.card-site-dashboard-2 {
    width: 94%;
    margin: 6px 0% 6px 0%;

}



.card-site-dashboard-3 {
    height: 160px;

}



.card-site-dashboard-mid {
    width: 97.8%;
    margin: 6px 0% 6px 0%;
    height: 277px;

}

.card-site-dashboard-long {
    height: 450px;
}

.row-events {
    height: 696px;
    overflow: auto;
}

.card-event {
    width: 98%;
    border: none;
    color: #535a60;
    height: 80px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.07),1px 0px 0px rgba(0,0,0,0.07), 0px 0px 0px rgba(0,0,0,0.02);
    margin-bottom: 8px;
    padding: 6px 8px;


}


.col-event-icon {
    line-height: 36px;
    font-size: 18px;
    display: none;

}

.card-event:hover .col-event-icon {
    display: block;
    color: #0b5cfc;

}


.card-event:hover {
    cursor: pointer;
}


.row-card-event-title {
    font-size: 12px;
    color: #19242e !important;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}


.row-card-event-value {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.2px;
}

.row-card-event-border {
   width: 40%;
   margin: 10px 30% !important;
}

.row-scroll i {
    color: #505c68;
    font-size: 22px;
}

.row-card-site-dashboard-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 8px;

}


.row-card-site-dashboard-value-1 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 4px 4px 4px 4px;
    font-weight: 500;
    color: #313131;
}

.row-card-site-dashboard-value-2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 4px 4px 4px 4px;
    font-weight: 500;
    color: #313131;
}


.row-card-site-dashboard-change {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 0px 4px 0px 4px;

}

.row-card-site-dashboard-change i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.row-card-site-dashboard-date {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 4px 4px 4px 4px;
    color: #535a60 !important;
}

.row-card-site-details-title {
    font-size: 14px;
    color: #313131;
    padding: 4px 8px 0px 8px;

}

.row-card-site-details-description {
    font-size: 12px;
    color: #535a60;
    padding: 0px 8px 0px 8px;
}

.row-card-site-dashboard-info {
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    padding: 4px 4px;
    margin: 4px 0px;
}

.site-info-title {
    font-size: 14px;
    color: #535a60;
    font-weight: 400;
}

.vc-container {
    margin: 6px;
    border: none !important;
}

.event-container {
    background-color: #8d81d4;
    height: 275px;
    width: 100.2%;
}

.row-day {
    background-color: #5d4bc2;
    font-size: 18px;
    color: #eaf4f4;
    padding: 4px;
}

.row-upcoming-event {
    font-size: 30px;
    color: #ffffff;
    line-height: 212px;
}

.row-card-site-opportunity-details {
  text-align: start;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 0px 0px 4px 0px;
  color: #535a60 !important;
}
.span-opportunity-detail {
  color: #313131;
  font-size: 12px;
  font-weight: 500;
}

.card-dashboard .clickable:hover {
    box-shadow: 0px 0px 0px 1px #babdbf;
    cursor: pointer;
}


/*----------------------------------------------
    METADATA DASHBOARD
------------------------------------------------*/

.metadata-dashboard {
    min-height: 740px;
    width: 80%;
    margin-right: 0%;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    color: #535a60;
    background-color: #f8f8f8;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.1),1px 0px 0px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 6px 0px 6px 20px;
}

#metadataMenu {
  min-height: 300px;
}

.card-metadata-dashboard {
    width: 95.5%;
    margin: 6px 0% 6px 0%;
    height: 140px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.07),1px 0px 0px rgba(0,0,0,0.07), 0px 0px 0px rgba(0,0,0,0.02);
}

.row-card-metadata-dashboard-title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 14px;
}


.card-metadata-dashboard-1 {
  height: 140px;
}

.card-metadata-dashboard-3 {
  height: 100px;
}

.row-card-metadata-dashboard-value-1 {
  font-size: 36px;
}

.row-card-metadata-dashboard-value-3 {
  font-size: 24px;
}

.card-metadata-dashboard-single-line {
  height: 64.2px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}

.card-metadata-dashboard-single-line-title {
  margin: 14px 0px 14px 14px;
  text-align: left;
}

.card-metadata-dashboard-single-line-value {
  margin: 9px 0px;
  padding-left: 16px !important;
  text-align: left;
  font-size: 28px;

}

.card-metadata-dashboard-chart-lg {
  height: 280px;
  width: 98%;

}

.card-metadata-dashboard-chart-md {
  height: 280px;
  width: 95.5%;

}

.card-metadata-dashboard-4-left {
  height: 100px;
  width: 91.5% !important;
}

.card-metadata-dashboard-4-right {
  height: 100px;
  width: 91.5% !important;
}

.form-switch {
   width: 90%;
   height: 58px;
   line-height: 76px;
}

.slider-check {
    transform: scale(1.2);
    margin-top: 30px;
}

.slider-check-label {
    min-width: 100%;
}

.form-tick-box {
    padding-top: 18px;
}



/*----------------------------------------------
    CHAT GPT
------------------------------------------------*/


.col-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  color: #ffffff;
  padding: 16px !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  background-color: #355C80;
  overflow-y: hidden;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  z-index: 1;
}

.col-menu h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 6px;
}

.col-menu h5 {
  color: #5993BF;
  font-size: 20px;
}

.col-menu p {
  margin-left: 16px !important;
  font-size: 16px;
}


.col-chat {
  flex: 0 0 auto;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  min-height: calc(100vh - 100px);
  text-align: center;
  margin-top: -40px;
  color: #313131;
}

.col-chat .row-model {
  border-bottom: 1px solid #d6d9dc;
  margin: 0px;
  margin-top: 20px;
  height: 60px;
  line-height: 30px;
  text-align: center !important;
  font-size: 16px;
  color: #929699 !important;
}

.col-chat .row-dialogue {
  border-bottom: 1px solid #d6d9dc;
  width: 100%;
  padding-left: 12%;
}

.col-chat .row-question {
  width: 100%;
  padding: 1% 18% 1% 14%;
}

.col-chat .row-answer {
  width: 100%;
  background-color: #fafafb;
  padding: 1% 18% 1% 14%;
}

.row-answer a {
  color: #176cca !important;
}

.col-chat .row-gpt {
  position: absolute;
  bottom: -7.5%;
  padding-left: 12%;
}


.col-chat .col-question {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
}

.col-chat .col-answer {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
}

.col-chat .col-icon {
  text-align: center;
  font-size: 16px;
  padding: 0%;
}


.col-icon i {
  font-size: 24px;
  margin-right: 16px;
  background-color: #355c80;
  color: white;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.col-icon img {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


#gptbox {
    border: 1px solid #d6d9dc;
    background: #e4e6e8;
    width: 67%;
    margin-left: 14%;
    padding: 16px 16px;
    font-size: 16px;
    color: #313131;
    border-radius: 10px;
}


#gptbox::placeholder {
    color: #a3a7a9 !important;
}

.gpt-thoughts {
  text-align: start;
  font-size: 12px;
  color: #929699;
  font-style: italic;
  padding: 0;
  margin: 6px 0px;
}

.announcement-container {
  border: 1px #a7abad solid;
  border-radius: 4px;
  width: 59%;
  margin-left: 24%;
  margin-top: 40px;
  padding: 40px;
}

.info-container {
  border: 1px #a7abad solid;
  padding: 10px;
}

.info-container p {
  margin-bottom: 0px;
}

.info-container p > b {
  color: #313131 !important;
}



.card-enpi {
    font-size: 12px;
    padding: 4px 10px;
    height: 80px;
    text-align: left;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
}

.card-enpi-red {
    background: #e7787a;
    color: #ffffff;
    cursor: pointer;
}

.card-enpi-orange {
    background: #ff7f0f;
    color: #ffffff;
    cursor: pointer;
}



/*----------------------------------------------
    MEDIA QUERIES
------------------------------------------------*/

@media(max-width:1980px) {

  .row-dashboards {
    width: 80%;
    margin: auto;
  }

  .row-opportunities,
  .card-details {
    width: 98%;
  }

  .col-chat .row-question {
      padding: 1% 19% 1% 14%;
  }

  .col-chat .row-answer {
      padding: 1% 19% 1% 14%;
  }

  .metadata-dashboard {
    width: 90%;
  }

}

@media(max-width:1700px) {

  .dashboard-cards {
    width: 80%;
  }

  .page-title {
    font-size: 36px;
  }

  .underline-green {
    background-size: 30% 2px;
  }

  .section-header {
    width: 80%;
  }

  .dashboard-site .section-header {
    width: 80%;
  }


  .row-opportunities,
  .card-details {
    width: 98%;
  }

  .row-opportunities .btn-report {
    margin-left: 10px;
  }

  .row-search {
      width: 98%;
  }

  .btn-transparent {
      right: 1%;
  }

   .card-dashboard-details {
      width: 96%;
      padding: 10px 0px 40px 0px;
  }

  .card-dashboard {
    padding: 10px 0px 10px 10px;
  }

  .metadata-dashboard {
    padding: 10px 0px 10px 10px;
  }

  .card-events {
    height: 796px;
  }

  .card-dashboard-empty {
    height: 748px;
  }

  .col-menu {
    width: 16%;
  }

  #gptbox {
    width: 72%;
  }

  .col-chat .row-question {
    padding: 1% 14% 1% 14%;
  }

  .col-chat .row-answer {
    padding: 1% 14% 1% 14%;
  }

  .announcement-container {
    width: 63%;
    margin-left: 24%;
  }

  .metadata-dashboard {
    width: 98.5%;
  }

  .row-card-metadata-dashboard-title {
    font-size: 20px;

  }

  .card-metadata-dashboard-single-line {
    font-size: 18px;

  }

  .card-metadata-dashboard-single-line-title {
    margin: 18px 0px 16px 16px;
  }

  .row-card-metadata-dashboard-title {

    padding-top: 20px;
  }

  .row-card-metadata-dashboard-title {
    font-size: 18px;
  }

  .btn-tab {
    font-size: 14px;
  }

  .card-menu .card-content .card-title {
    font-size: 20px;
  }

}



@media(max-width:1440px) {

  .dashboard-cards {
    width: 90%;
  }

  .btn-submit {
    font-size: 10px;
  }

  .file-field input[type="file"] {
    font-size: 10px;
  }

  .menu-card {
    width: 90%;
  }

  .card-description h4 {
    padding: 0px 0px 16px 16px;
    letter-spacing: 0;
  }

  .menu-card h5 {
    font-size: 11px;
  }

  .card-details .input-field {
    font-size: 12px;
  }

  input[type="number"]:not(.browser-default) {
    font-size: 14px;
  }

  .dashboard-site .section-header {
    font-size: 10px;
  }

  .insights-small {
    font-size: 10px;
  }

  .insights-small b {
    font-size: 12px;
  }

  .table-summary td {
    font-size: 10px;
  }

  .insights-card .card-header p {
    font-size: 10px;
  }

  .card-menu .card-content .card-title {
      font-size: 18px;
  }

  .site-card-small {
    font-size: 12px;
    height: 52px;
    line-height: 40px;
  }

  .card-details p {
      font-size: 12px;
  }

  .col-buttons .btn-report {
    margin-left: 10px;
    font-size: 9px;
    padding: 0px 10px;
  }

  .col-company-name {
    font-size: 16px;
  }

  .card-dashboard {
    min-height: 680px;
  }

  .metadata-dashboard {
    min-height: 680px;
  }

  .card-dashboard-details {
      min-height: 780px;
      width: 98%;
  }


  .card-site-dashboard {
      width: 96%;
  }



  .card-site-dashboard-mid {
    width: 98%;
  }

  .row-card-event-title {
      font-size: 12px;
  }

  #gptbox {
    width: 76%;
  }

  .col-chat .row-question {
    padding: 1% 12% 1% 14%;
  }

  .col-chat .row-answer {
    padding: 1% 12% 1% 14%;
  }

  .announcement-container {
    width: 66%;
    margin-left: 24%;
  }


  .table-metadata td {
    font-size: 12px !important;
  }


  .col-form > label {
    font-size: 12px;
  }



}

@media(max-width:1290px) {

  .span-opportunity-detail {
    color: #313131;
    font-size: 12px;
  }

  .card-site-dashboard-1 > .row-card-site-dashboard-title {
    height: 50px;
    width: 80%;
    margin: auto;
  }

  .row-events {
    padding: 0px;
  }

  .card-events {
    width: 99%;
  }

  .card-event {
    padding: 4px 2px;
    height: 100px;
  }



}


@media(max-width:1215px) {

  .section-header {
    width: 100%;
  }

  .btn-submit i{
    display: none;
  }

  .card-description h4 {
    font-size:10px;
  }

  .row-opportunities .btn-report {
    padding: 0px 10px;
  }

  .menu-card h5 {
    font-size: 10px;
  }

  .dashboard-site .section-header {
    padding-left: 10px;
  }

  .menu-card i {
    display: none;
  }

  .insights-small table > td {
    font-size: 10px;
    padding: 18px 5px;
  }

  .row-opportunities .insights-small table > td {
    font-size: 12px;
    padding: 18px 5px;
  }

  .insights-small b {
    font-size: 10px;
  }

  .table-summary td {
    height: 50px;
  }

  .insights-card .card-header {
    height: 52px;
  }


  .col-buttons .btn-report {
    margin-left: 10px;
    font-size: 9px;
    padding: 0px 10px;
  }

  .col-company-name {
    font-size: 16px;
  }

  .row-upcoming-event {
      font-size: 24px;
  }

  .vc-container {
      left: -40px;
  }

  .event-container {
    width: 80%;
  }

  .card-event {
      padding: 2px;
    }

 .row-card-event-title {
    font-size: 12px;
 }

  .row-card-site-opportunity-details {
    font-size: 12px;
  }

  .row-card-event-value {
      height: 54px;
  }

  .row-card-site-dashboard-value-2 {
    font-size: 20px;
  }

  .col-menu {
    width: 18%;
  }

  #gptbox {
    width: 80%;
  }

  .col-chat .row-question {
    padding: 1% 6% 1% 14%;
  }

  .col-chat .row-answer {
    padding: 1% 6% 1% 14%;
  }

  .announcement-container {
    width: 70%;
    margin-left: 24%;
  }


}

@media(max-width:1136px) {

  .row-card-site-dashboard-title {
    font-size: 14px;
  }

  .col-tabs-logo,
  .col-company-name {
    display: none;
  }

  .col-company-name-mid {
    display: block;
  }

  .card-metadata-dashboard-single-line-title {
    margin: 18px 0px 8px 8px;
    letter-spacing: 0.5px;
  }

  .card-metadata-dashboard-single-line {
    padding:0px;
  }

  .card-metadata-dashboard-single-line-value {
    font-size: 20px;
  }

  .row-card-metadata-dashboard-value-1 {
    font-size: 36px;
  }

  .card-metadata-dashboard-single-line-value {
    margin: 17px 0px;
  }

}

}

@media(max-width:1025px) {

  .dashboard-cards {
    width: 100%;
  }

  .card-menu h2 {
    font-size: 24px;

  }

  .card-menu p {
    font-size: 12px;

  }

  .table-opportunities th {
    font-size: 6px;
    padding: 8px 4px;
  }

  .table-opportunities td {
    padding: 8px 4px;
    font-size: 6px;
  }

  .btn-report i {
    display: none;
  }

  .card-menu .card-content .card-title {
    font-size: 16px;
  }

  .row-card-site-dashboard-title {
    font-size: 14px;
  }

  .col-menu {
    width: 24%;
  }


}


@media(max-width:992px) {

  .fa-stack {
    display: none;
  }

  .img-icon {
    display: none;
  }

  .btn-report i {
    display: none;
  }

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


  .dashboard-site .sidebar {
    display: none;
  }

  .insights-small table > td {
    font-size: 8px;
  }

  .table-summary td {
    font-size: 8px;
  }

    .insights-card-left,
  .insights-card-middle,
  .insights-card-right,
  .insights-small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }


  .row-opportunities .insights-small,
  .row-opportunities .insights-small-left,
  .row-opportunities .insights-small-right {
    width: 60%;
    margin-left: 0 !important;
    margin-right: 40% !important;
    text-align: left !important;
    margin-top: 20px;
    margin-bottom: 20px;

  }

  .row-opportunities .insights-small table > td {
    width: 50%;
  }

  .row-opportunities .insights-small-right table > td {
    text-align: left;
  }

  .row-opportunities .insights-small table > td {
    font-size: 12px !important;
    padding: 10px 0px;
  }

  .row-opportunities .insights-small table > td {
    text-align: left;
  }

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

  .col-buttons .btn-report {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 10px;
  }

  .row-opportunities .searchbox-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .btn-tab {
    font-size: 16px;
  }

  .row-card-event-title {
    font-size: 12px;
  }

  .row-upcoming-event {
      font-size: 18px;
    }

  .row-card-site-dashboard-title {
    font-size: 16px;
  }

  .card-event {
    height: 100px;
  }

  .col-company-name-mid {

  }

  .col-menu {
    display: none;
  }

  #gptbox {
  width: 90%;
  margin-left: 5%;
  }

  .col-chat .row-gpt {
    padding-left: 1%;
  }

  .announcement-container {
    width: 90%;
    margin-left: 5%;
  }

  .card-metadata-dashboard-chart-lg {
    width: 98.5%;
  }

  .card-metadata-dashboard-chart-md {
    width: 98.5%;
  }


}

@media(max-width:772px) {
    .card-site-dashboard-mid {
        width: 94%;
        height: 556px;
    }

    .row-upcoming-event {
      font-size: 24px;
    }

    .vc-container {
      left: 0px;
    }

    .event-container {
        width: 100%;
    }

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

  .opportunity-description {
    display: block;
  }

  .row-card-site-dashboard-value-2 {
    font-size: 24px;
  }

  .card-event {
    padding: 4px;
  }

  .card-metadata-dashboard-chart-lg {
    width: 95.5%;
  }

  .card-metadata-dashboard-4-left {
    width: 95.5% !important;
  }

  .card-metadata-dashboard-4-right {
    width: 95.5% !important;
  }

  .card-metadata-dashboard-chart-lg {
    width: 95.5% !important;
  }

  .card-metadata-dashboard-chart-md {
    width: 95.5% !important;
  }

}


@media(max-width:600px) {

    .card-details .col-form input[type="text"]:not(.browser-default) {
        width: 95%;
    }

    .top-menu .underline-green {
        background-image: none;
        color: #59a14f !important;
    }

    .site-card {
        font-size: 16px;
    }

    .card-menu .card-content .card-title {
      font-size: 16px;
    }

    .row-opportunities .searchbox-wrapper {
        width: 100%;
        margin-left: 0%;
    }

    .row-opportunities #keyWordSearchbox {
        border: 1px solid #d6d9dc;
        background: #e4e6e8;
        border-radius: 3px;
    }

    .row-opportunities .insights-small, .row-opportunities .insights-small-left, .row-opportunities .insights-small-right {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0% !important;
        text-align: left !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    th {
        font-size: 9px;
    }

    .btn-tab {
        width: 12%;
    }



}

