﻿/** ********************************************** ** //
	@Author			    Sperlogadata
	@Website		    www.sperlongadata.com
	#Projecat-minusct	SDA Automation
	@Date Started	    Tuesday, November 09, 2022
	Note: This CSS is overide to the existing SASS/CSS on the SDA Automation Project from its original template/theme(METRONIC)
/** Globals 
**************************************************** **/
.sda-btn {
  border: solid 0px red;
  padding: 10px 20px 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  color: #11284B;
  font-weight: 700;
}
.sda-btn i {
  margin-right: 3px;
  font-size: 1.1em;
}

.sda-btn-primary {
  background-color: #11284B;
  color: #ffffff;
}
.sda-btn-primary:hover {
  background-color: #0D60AE;
  color: #ffffff;
}
.sda-btn-primary i {
  color: #11284B;
  color: #ffffff;
}
.sda-btn-primary i:hover {
  color: #ffffff;
}

.sda-btn-secondary-orange {
  background-color: #F0AA4E;
  color: #11284B;
}
.sda-btn-secondary-orange:hover {
  background-color: #FFC77C;
  color: #11284B;
}
.sda-btn-secondary-orange i {
  color: #11284B;
  color: #11284B;
}
.form-check-custom.form-check-sm .form-check-input {
  border: solid 1px #808080;
  background-color: #fff;
}

.form-check-custom.form-check-sm .form-check-input:checked {
  border: solid 0px red;
}

#kt_app_header {
  background-color: #11284B;
  border-bottom: solid 5px #FFB656;
  height: 80px;
  margin-bottom: 20px;
}

.sda-header-menu {
  border: solid 0px #fff;
  width: 100%;
}
.sda-header-menu ul {
  border: solid 0px red;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
}
.sda-header-menu ul li {
  flex: auto;
  list-style: none;
  border: solid 0px red;
  text-align: center;
  margin-right: 5px;
}
.sda-header-menu ul li a {
  font-size: 1.2em;
  display: block;
  padding: 10px 25px 10px 25px;
  color: #fff;
  border: solid 0px red;
  border-radius: 25px;
}
.sda-header-menu ul li a:hover {
  background-color: #1E3F72;
}
.sda-header-menu ul li .active {
  background-color: #F0AA4E;
  color: #11284B;
  font-weight: 700;
}
.sda-header-menu ul li .active:hover {
  background-color: #FFC77C;
  color: #11284B;
}

#kt_app_content {
  border: solid 0px red;
  margin-top: 10px;
}

#kt_app_toolbar {
  margin-top: 20px;
}
#kt_app_toolbar .app-toolbar app-container .page-title .page-heading {
  color: red;
}

.page-title h1 {
  color: #11284B;
  font-size: 1.7em;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.sda-page-heading {
  color: red;
}

.breadcrumb {
  display: none;
}

.card .card-header {
  background-color: #1A3E75;
}
.card .card-header h3 {
  color: #F0AA4E;
}
.card .clear-bg {
  background-color: #fff;
}

.table {
  border: solid 0px red;
}
.table .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: solid 1px red;
}

.sda-table thead tr {
  border: solid 0px red;
}
.sda-table thead tr th {
  height: 40px;
  vertical-align: middle;
}
.sda-table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.account-information {
  border: solid 0px red;
}
.account-information ul {
  margin: 0;
  padding: 0;
}
.account-information ul li {
  list-style: none;
  border: solid 0px red;
  padding: 5px;
  display: flex;
}
.account-information ul li .title {
  font-weight: 500;
  color: #3D4E5B;
  margin-right: 10px;
  font-size: 1.2em;
  width: 170px;
  display: block;
  border: solid 0px red;
}
.account-information ul li .info {
  font-weight: 600;
  color: #0D60AE;
  font-size: 1.3em;
}

.pagination-length {
  width: auto;
  border: solid 0px red;
}

.sda-thead {
  background-color: #1A3E75;
  color: #E4EFFF;
}

.modal-content .sda-modal-header {
  background-color: #1A3E75;
  color: #F0AA4E;
}
.modal-content .sda-modal-header .modal-title {
  color: #F0AA4E;
}
.modal-content .modal-body {
  border: solid 0px red;
}
.modal-content .modal-body .forms-fields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-content .modal-body .forms-fields ul li {
  border: solid 0px red;
  margin-bottom: 10px;
}
.modal-content .modal-body .forms-fields ul li label {
  margin-bottom: 5px;
  border: solid 0px red;
}
.modal-content .modal-body .forms-fields ul li .user-roles {
  border: solid 0px red;
}
.modal-content .modal-body .forms-fields ul li .user-roles h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.modal-content .modal-body .forms-fields ul li .user-roles .roles {
  border: solid 0px red;
}
.modal-content .modal-body .forms-fields ul li .user-roles .roles li {
  border: solid 0px red;
}
.modal-content .modal-body .forms-fields ul li .user-roles .role-name {
  font-weight: bold;
  margin-left: 5px;
}
.modal-content .modal-body .forms-fields ul li .user-roles .role-description {
  margin-left: 35px;
  font-weight: 500;
}

.dashboard-home {
  border: solid 0px red;
  clear: both;
}
.dashboard-home ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-content: space-evenly;
  margin: 0;
  padding: 0;
}
.dashboard-home ul li {
  padding: 30px 20px;
  border-radius: 10px;
  list-style: none;
  flex: 33%;
  margin: 10px;
  background-color: #0D60AE;
  color: #FFF;
  border: solid 0px red;
}
.dashboard-home ul li .details {
  border: solid 0px red;
  display: flex;
}
.dashboard-home ul li .details .icon {
  border: solid 0px red;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.dashboard-home ul li .details .icon div {
  border: dashed 1px #fff;
  padding: 20px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.dashboard-home ul li .details .icon div i {
  color: #fff;
  font-size: 50px;
}
.dashboard-home ul li .details .info {
  border: solid 0px red;
  width: 100%;
}
.dashboard-home ul li .details .info .title {
  font-size: 18px;
  font-weight: 600;
}
.dashboard-home ul li .details .info .figure {
  font-size: 32px;
  font-weight: 800;
  margin-top: 5px;
}
.dashboard-home ul li .details .info .caption {
  font-size: 14px;
  font-weight: 500;
  margin-top: -5px;
  color: rgba(255, 255, 255, 0.8);
}
.dashboard-home ul li .details .info .cta {
  border: solid 0px red;
  clear: both;
  margin-top: 15px;
}
.dashboard-home ul li .details .info .cta a {
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 20px;
  border: dashed 1px rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  color: #11284B;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard-home ul li .details .info .cta a:hover {
  background-color: #fff;
  color: #11284B;
}
.dashboard-home ul li.bg-orange {
  background-color: #F0AA4E;
}
.dashboard-home ul li.bg-orange-2 {
  background-color: #FF9913;
}
.dashboard-home ul li.bg-pink {
  background-color: #F1416C;
}

.sda-bg-blue {
  background-color: #0D60AE;
}

.sda-bg-orange {
  background-color: #F0AA4E;
}

.form-control.sda-form-control-solid {
  border: solid 0px red;
  background-color: #FFE8CA;
  color: #000000;
}

.form-control.sda-form-control-solid:hover {
  background-color: #FFB656;
}

/* --------- Landing Page --------- */
.landing-page .btn.btn-primary {
  border-radius: 150px;
  background-color: #11284B;
}
.landing-page .btn.btn-primary:hover {
  background-color: red;
}

.landing-page-hero {
  border: solid 0px red;
  /*background-image: url(../media/img/bg-housing-1.jpg);*/
  background-image: url("../media/img/bg-hero-banner-dark-blue.jpg");
  background-size: cover;
  background-color: #11284B;
  padding: 25px;
  margin-top: -2px;
}
.landing-page-hero .hero-banner {
  border: solid 0px black;
  align-items: center;
  height: 50vh;
}
.landing-page-hero .hero-banner .col-md {
  border: solid 0px red;
  display: block;
}
.landing-page-hero .hero-banner h1 {
  margin-top: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  font-family: "Tinos", sans-serif;
  font-style: italic;
}
.landing-page-hero .hero-banner h1 span {
  color: #F0AA4E;
}
.landing-page-hero .hero-banner p {
  line-height: normal;
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
}
.landing-page-hero .hero-banner .featured-image {
  border: solid 15px #fff;
  width: 100%;
}

.landing-page-hero-v2 {
  border: solid 2px red;
}

.p-sign-in {
  text-align: center;
}
