/*
#6c757d // main
#A5CA52 // green
*/

:root {
    --accent-color: #6c757d;
}

.bg-primary {
    background-color: var(--accent-color) !important;
}

.custom-file {
    overflow: hidden;
}
.meter { 
    height: 5px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
    clear: both; 
    float: left;
    width: 100%;
}
.meter span {
    display: block;
    height: 100%;
    width: 0;
}
.meter-progress {
    background-color: #ecb100;
    /*animation: progressBar 3s ease-in-out;
    animation-fill-mode:both; */
}
@keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}



body {
    background: #f5f6fa;
    font-size: 13.5px;
    line-height: 16    color: #050505;
}
a:hover {
    color: #050505;
  }
.card, table {
    background: #fff;
    border-radius: 10px;
}
.bg-dark {
    background-color: #6c757d !important;
}
.dropdown-toggle-area {
    line-height: 120%;
    color: #000 !important;
}
.dropdown-item {
    font-size: 13.5px;
}
.dropdown-item:hover {
    color: var(--accent-color);
    background: none;
}
.img-round {
    border-radius: 2000px;
}
.form-control-condensed{
    display: block;
    width: 100%;
    height: calc(1.0em + 0.75rem + 0px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    /* font-weight: 400; */
    /* line-height: 1; */
    color: #495057;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 12px;
}
.navbar {
    padding: 1rem 1rem;
    background-color: #fff !important;
}
.navbar-brand{
    margin-right: 30px;
}

.lettered-avatar {
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px !important;
    background: #000;
    border-radius: 8px;
}

.btn.btn-primary {
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}
.btn.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}
.btn-more {
    display: inline-block;
    background: url('../images/east-24px.svg') no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 26px;
    border-radius: 10px;
}
.btn-pdf {
    background: url('../images/pdf.svg?v=1.2') no-repeat center right;
    background-size: 28px auto;
}
.btn-docx {
    background: url('../images/doc.svg?v=1.3') no-repeat center right;
    background-size: 28px auto;
}
h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: -1px;
}
h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}
h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.login-page {
    background: #fff;
    background-size: cover; 
    min-height: 100vh;
}
.login-page label {
    color:#6c757d;
}
.login-page input[type='text'], .login-page input[type='password'] {
    background: #fff;
    color:#6c757d;
    border: solid 1px #506172;
    border-radius: 10px;
    opacity: 0.8;
}
.login-page .login-logo {
    margin-top: 200px;
    margin-bottom: 50px;
}
.loader {
    border: 12px solid transparent; /* Light grey */
    border-top: 12px solid #6c757d; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
  }
  .filters {
    border-radius: 15px;
    border-width: 2px;
    border-color: #b1bbc4;
    padding: 3px;
    background: #f5f6fa;
    width: 160px;
}
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.rowhidden{
    display: none;
}

.row0.repeat {
    border-top: solid 1px #e5e5e5;
    padding-top: 16px;
    margin-top: 16px;
    display: block;
    float: left;
    width: 100%;
}
.row0.repeat:first-child {
    border: none;
}

.form-3-overview {
    font-weight: bold;
    font-size: 16px;
    color: #28a745;
}
/**
Dynamic forms ver 1
*/



div.dynamic-form { 
    padding: 40px 32px;
    background: #fff;   
    border-radius: 12px;
    margin-bottom: 80px;
}
div.dynamic-form h2 {
    margin: 24px 0;
    padding: 4px 8px;
    font-size: 15px;
    color: #fff;
    /* border-top: solid 2px #ddd; */
    background: #6c757d;
}
div.dynamic-form .dynamic-form-body div.form-group {
    float: left;
    width: 50%;
    padding: 0 20px;
}
div.dynamic-form .dynamic-form-body div.form-group-full {
    float: left;
    width: 100%;
    padding: 0 20px;
}
div.dynamic-form .dynamic-form-body div.form-group-quater {
    float: left;
    width: 25%;
    padding: 0 20px;
}
div.dynamic-form .dynamic-form-body label {
    font-size: 12px;
    font-weight: bold;
}
div.dynamic-form .css-bg1rzq-control, 
div.dynamic-form textarea, 
.react-autosuggest__input, 
div.dynamic-form input {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: 8px;
    border: solid 3px#6c757d;
}
.dynamic-form-footer p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
}

/** 
Autocomplete 
*/
ul.react-autosuggest__suggestions-list {
    z-index: 1000;
}
#react-autowhatever-1 {
    position: relative;
}
ul.react-autosuggest__suggestions-list {
    position: absolute;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
ul.react-autosuggest__suggestions-list li {
    padding: 4px;
    border: solid 1px #6c757d;
}
ul.react-autosuggest__suggestions-list li:hover {
    background: #6c757d;
    color: #fff;
    cursor: pointer;
}
ul.react-autosuggest__suggestions-list li.react-autosuggest__suggestion--highlighted {
    background: #6c757d;
    color: #fff;
}

/**
Dynamic forms ver 2
*/

/* .dynamic-form-2 {

} */

.dynamictitlehidden{
    display: none;
}

.dynamic-form-2 #attributes\.proposal_notes,
.dynamic-form-2 #attributes\.business_profile
 {
     height: 250px;
}

.dynamic-form-2 div.dynamic-form-title h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px 0;
}
.dynamic-form-2 .dynamic-form-title {
    clear: both;
}
.dynamic-form-2 .flutter-fieldset {
    margin-bottom: 20px;
}
.dynamic-form-2 h2 {
    margin: 24px 0;
    padding: 4px 8px;
    font-size: 15px;
    color: #fff;
    background: #6c757d;
}
.dynamic-form-2 .card-body .form-group {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.dynamic-form-2 .card-body .form-group.clearfix {
    clear: both;
}
.dynamic-form-2 .card-body .form-group-full {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.dynamic-form-2 .card-body .form-group-quater {
    float: left;
    width: 25%;
    padding: 0 20px;
}
.dynamic-form-2 .card-body .form-group-2-3 {
    width: 32%;
}
.dynamic-form-2 .card-body .form-group-1-3 {
    width: 18%;
}
.dynamic-form-2 .card-body .form-group-1-2 {
    width: 25%;
}

.dynamic-form-2 .form-group.form-group-70 {
    width: 70%;
    display: inline-block;
}
.dynamic-form-2 .form-group.form-group-60 {
    width: 60%;
    display: inline-block;
}
.dynamic-form-2 .form-group.form-group-20 {
    width: 20%;
    display: inline-block;
}
.dynamic-form-2 .form-group.form-group-15 {
    width: 15%;
    display: inline-block;
}
.dynamic-form-2 .form-group.form-group-10 {
    width: 10%;
    display: inline-block;
}



.dynamic-form-2 .card-body label {
    font-size: 12px;
    font-weight: bold;
}
.dynamic-form-2 .css-bg1rzq-control, 
.dynamic-form-2 textarea, 
.dynamic-form-2 input {
    width: 100%;
    border-radius: 8px;
    border: solid 1px#6c757d;
}
.dynamic-form-footer p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
}
.dynamic-form-2 .card-body div.form-group.inner-title {
    clear: both;
    width: 100%;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none;
}
.dynamic-form-2 .card-body div.form-group.inner-title h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.dynamic-form-2 .equip-group {
    clear: both;
}
/*.dynamic-form-2 .btn-submit {
    min-width: 180px;
}*/
.dynamic-form-2 .hidden {
    display: none;
}
.dynamic-form-2 .btn-add,
.dynamic-form-2 .btn-additional {
    background: url('../images/plus.svg') no-repeat center right;
    background-size: 16px 16px;   
    padding-right: 24px;
}
.dynamic-form-2 .btn-remove {
    background: url('../images/minus.svg') no-repeat center right;
    background-size: 16px 16px;   
    padding-right: 24px;
}
.dynamic-form-2 .equip-group-ctas {
    clear: both;
}

.dropselection{
    display: block;
    /* width: 100%; */
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .0rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropselection option { color: green; }
.dropselection option[value=""] { color: red; }
.dropselection option[value="1"] { color: green; }
.dropselection:invalid { color: red; }

.color-dropdown option { color: gray; }
.color-dropdown option[value="2"] { color: gray; }

.director_group div.director_heading {
    width: 50%;
    float: left;
}
.director_group .inner-title div.form-group {
    width: 50%;
    float: right;
}
.director_group .inner-title div.form-group button {
    margin-top: 6px;
    float: right !important;
}

/* animate submit button */

button {
    transition: all 0.25s ease, color 1ms;
    text-align: center;
}
button.btn span {
    display: none;
}
button.btn[disabled] span {
    display: inline-block;
    margin-right: 4px;
}

button:focus {
	outline: 0;
}

button.animate {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background: transparent;
    color: transparent;
    border: 3px solid #337ab7;
    border-left-color: #ccc;
    animation: rotating 2s 0.25s linear infinite;
    animation-delay: 0s;
}

@keyframes rotating {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

/*ViewAll Button*/
.digitus-view-all {
    border-radius: 10px;
    background: #fff !important;
    float: right;
    padding: 10px 20px 10px 20px;
    color: #E38044 !important;
    margin: 10px 60px 10px 10px;
}

/* Validation */
.form-group.required > div > div, .form-control[validation='required'], .react-autosuggest__input[validation='required'] {
    border-color: #337ab7; 
    /*background: #7396b4;*/
}

.validate-fails .form-control, .validate-fails input, .validate-fails > div > div  {
    border-color: #ff4d4d !important;
    background: #7396b4 !important;
}


/* Pagination */

.pagination-container {
	display: flex;
	list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination-container .pagination-item {
	padding: 0 12px;
	height: 32px;
	text-align: center;
	margin: auto 4px;
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	box-sizing: border-box;
	align-items: center;
	letter-spacing: 0.01071em;
	border-radius: 16px;
	line-height: 1.43;
	font-size: 13px;
	min-width: 32px;
}

.pagination-container .pagination-item.dots:hover {
	background-color: transparent;
	cursor: default;
}

.pagination-container .pagination-item:hover {
	background-color: rgba(0, 0, 0, 0.04);
	cursor: pointer;
}

.pagination-container .pagination-item.selected {
	background-color: rgba(0, 0, 0, 0.08);
}

.pagination-container .pagination-item .arrow::before {
	position: relative;
      /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
	content: '';
      /* By using an em scale, the arrows will size with the font */
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border-right: 0.12em solid rgba(0, 0, 0, 0.87);
	border-top: 0.12em solid rgba(0, 0, 0, 0.87);
}

.pagination-container .pagination-item .arrow.left {
	transform: rotate(-135deg) translate(-50%);
}

.pagination-container .pagination-item .arrow.right {
	transform: rotate(45deg);
}

.pagination-container .pagination-item.disabled {
	pointer-events: none;
}

.pagination-container .pagination-item.disabled .arrow::before {
	border-right: 0.12em solid rgba(0, 0, 0, 0.43);
	border-top: 0.12em solid rgba(0, 0, 0, 0.43);
}

.pagination-container .pagination-item.disabled:hover {
	background-color: transparent;
	cursor: default;

  
/* KPIs */

.card-body hr {
    border-color: rgba(255,255,255,0.5);
}