body {
  background: #F8F9FA;
  font-family: "Roboto Slab", sans-serif;
  color: #888;
  margin-top: 50px;
}

h1, h2, h3, h4 {
  color: #666;
  font-family: "Jost", sans-serif;
}
p {
  line-height: 1.5em;
  font-size: 18px;
}

a {
  color: #ffaa00;
}

a:hover {
  text-decoration: underline;
  color: #666;
}


.navbar {
  /*background: #343A40 !important;*/
  /*background: #06070e!important;*/
border-radius: 0px;
/*background: #919191;*/
background: #fff;
}
.navbar-brand, .nav-link {
  color:#888!important;
}

@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -1;
        text-align: center;
    }
}
.nav-tabs .nav-link.active {
  background:#ffaa00!important;
  border:#ffaa00!important;
}

.card-light {
border-radius: 4px;
background: linear-gradient(145deg, #ffffff, #dde1e3);
box-shadow:  5px 5px 10px #ccd0d1,
             -5px -5px 10px #ffffff;
}

.card-light2 {
border-radius: 4px;
background: #F8F9FA;
box-shadow:  5px 5px 6px #cecfd0,
             -5px -5px 6px #ffffff;

}







.dropdown-menu {
  padding: 2%;
  background-color: #212121;
}
.dropdown-menu ul li {
  padding-bottom: 30px;
}
#drop > li  {
   padding-bottom: 15px;
}

.dropdown-toggle {
  color: white;
}
.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle:hover {
  color: #111;
  text-decoration:none;
}

.info-box {
float: left;
width: 33%;
text-align: left;
line-height: 1.5;
float: left;
width: 33%;
text-align: left;
box-sizing: border-box;
    display: block;
    font-size: 1rem;
}
.line1{
font-size: 24px;
}
.line2{
font-size: 14px;
}
.badge{
    color: #222222;
    border-radius: 22px;
    height: 35px;
    white-space: nowrap;
    padding: 8px 12px;
    white-space: normal;
    position: relative;
    background-color: #ffffff;
    font-weight: 400;
    white-space: nowrap;
    margin-left: 4px;
    box-shadow: 0 0.1rem 0.3rem 0 rgb(0 0 0 / 10%);
}
*, ::after, ::before {
    box-sizing: border-box;
}}
@media only screen and (max-width: 996px) .company-logo-container img {
width: 64px;
height: 64px;
}

.company-profile-logo {
height: 121px;
width: 128px;
}

.container{
    max-width: 60%;
}

.footer {
  background-color: #212121;
}

/*.shadow {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)!important;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1)!important;
}
.shadow:hover {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)!important;
}


.shadow-nohover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}*/

.box {
  background: #424242;
  border-radius: 0.3rem;
  height: 10rem;
  width: 10rem;
}

/*.card {
  background: #424242;
  border: 0px;
  border-radius: 0.3rem;
  width: 100%;
}

.card-header {
  background: #212121;
}
.card-header::before {
    content: '';
    position: absolute;
    right: 100%;
    border: 1rem solid transparent;
    border-right: 1.25rem solid #212121;
  }*/


.tag {
  position: relative;
  padding: 12px 25px;
  border: solid #212121;
  border-width: 1px 1px 1px 0;
  border-radius: 0 12.5px 12.5px 0;
  background-image: linear-gradient(#212121, #303030);
  box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2), 2px 2px 1px -1px rgba(0, 0, 0, 0.14), 2px 2px 1px -1px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.tag::before {
    content: "";
    position: absolute;
    border: 1px solid #212121;
    border-radius: 15px 0 0 0;
    background-image: linear-gradient(#212121, #303030);
    z-index: -1;
    top: 0;
    width: 50px;
    height: 50px;
    transform: translate(-51px, -1px) scale(0.70711, 0.70711) rotateZ(-45deg);
  }

.tag::after {
    content: "";
    position: absolute;
    border: 1px solid #212121;
    border-radius: 50%;
    background: #303030;
    top: 18px;
    left: -3px;
    width: 13px;
    height: 13px;
  }

.tag:hover {
    box-shadow: 16px 12px 6px rgba(0, 0, 0, 0.2), 12px 8px 12px rgba(0, 0, 0, 0.14), 4px 4px 4px rgba(0, 0, 0, 0.12);
    color: #ffaa00;
    cursor: pointer;
  }


/* .nav-tabs .nav-link.active {
  background-color: #212121;
  border-color: #616161;
}
.nav-link {
  border-color: #616161;
}

.nav-tabs:hover {
  border-color: #616161;
}*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #e0e0e0;
}



.btn-spark-orange {
  background-color: #ffaa00!important;
  color:white;
  /*text-transform: uppercase!important;*/
  letter-spacing: 0.11em;
  /*font-weight: 700;*/
}
.btn-spark-orange:hover {
  background-color: #212121!important;
  color:white;
}

.btn-spark-orange-outline {
  border-color: #ffaa00!important;
  /*text-transform: uppercase!important;*/
  letter-spacing: 0.11em;
  /*font-weight: 700;*/
}
.btn-spark-orange-outline:hover {
  background-color: #ffaa00!important;
}
.spark-orange {
  color: #ffaa00!important;
}
.spark-orange:hover {
  color: #fff!important;
}

.orange {
  color: #ffaa00!important;
}
#data-table-basic td {
  color:#212121;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: white!important;
}
#data-table-basic_paginate {
  display: none;
}

.percentage-red{
    color:#e07c7c!important;
}
.percentage-green{
    color:#69a297!important;
}


.filled-circle {
  padding: 2px 11px;
  border-radius: 100%;
  background-color: #ffaa00;
}



#section-cta {
    background: #ffaa00;
}

section {
    padding: 60px 0 60px 0;
    background: #fff;
}
section {
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
    position: relative;
}

.sep-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffaa00;
    opacity: 1;
    z-index: 1;
}
section > .container {
    position: relative;
    z-index: 2;
    width: 80%
}
.quick_newsletter .newsletter-info {
    color: #f8f8f8;
}
.quick_newsletter .newsletter-info h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0px;
    margin-top: 0px;
  color: #f8f8f8;
}
.quick_newsletter .newsletter-element .input-text {
  background-color: #f8f8f8;
  padding: 15px 20px;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.quick_newsletter .newsletter-element .newsletter-submit {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
  padding: 15px 30px 15px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: auto;
  position: relative;
  display: inline-block;
  background-color: #555555;
}
.quick_newsletter .newsletter-element .newsletter-submit:hover {
  background-color: #666565;
}
.quick_newsletter .newsletter-element .newsletter-submit i {
  margin-right: 5px;
}
.quick_newsletter {
  width: 100%;
}
.quick_newsletter p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px){
.newsletter-element .input-text, .newsletter-element .newsletter-submit {
    margin-top: 20px;
}}
