:root {
  --primary: #0B5B9D;
  --secondary: #018559;
  --footer: #018559;
 /* --primary: #018559;
  --secondary: #0B5B9D;
  */
}

body {
	font-family: 'Montserrat', Verdana, Helvetica, Arial, _san; 
	font-size: 14px; 
	font-style: normal; 
}

input {
	font-size: 1em !important; 
}

.bg-page {
   background-color: #f5f6f7 !important;	
}

.bg-main {
	background-color: #2D374A;
}

.bg-msg {
	background-color: var(--primary);  
	
}

@media (min-width: 768px) {
.msg-box {
	padding-right: 3em !important;
	padding-left: 3em !important;	
 }
}
@media (max-width: 767px) {
.msg-box {
	padding-bottom: 2em !important;
 }
}

.bg-footer {
	background-color: var(--footer); 
	color: #ffffff;
}

.bg-content {
	background-color: #fff;
	padding: 1.5em;
}

.btn-main, .btn-submit {
	background-color: var(--secondary); 
	color: #fff;
}

.btn-submit {
	padding: 0.375rem 0.75rem;
}

.btn-cancel {
	border-color: #46842A;
	background: #fff;
	color: #46842A;
}

.btn-main:hover {
  color: #fff;
  background-color: #386a21;
  border-color: #34621f;
}

a.footer {
    color: #ffffff;
    text-decoration: underline;
}

.side-bar {
	background-color: var(--secondary);
	color: #ffffff;
}

.login-footer {
	margin-top: 5em;
	padding-top: 3em;
	padding-bottom: 3em;
}

.faq-header h6 {
	color: var(--primary);
	font-weight: 600;
}

.quick-poll {
  font-size: 1em;	
}

.quick-poll-title {
	color: #45963A;
	font-weight: 600;
	padding-top: 1em;
}

.quick-poll-option {
	border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	text-align: left;
}

.quick-poll-results {
/*	background-color: #46842A;*/

/* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to bottom, rgba(84, 167, 46, 0.8), rgba(15, 74, 124, 0.8));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: linear-gradient(to bottom, rgba(84, 167, 46, 0.8), rgba(15, 74, 124, 0.8));
 
	
}


.quick-poll-results-option {
	border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.panelist-icon {
	color: var(--primary); 
}

/*Overwrite bootstrap*/


.table a {
	text-decoration: none;
	color: #45963A;
}

.gw-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
	.gw-form-control-width {
		width: 25%;
	}
	
}

@media (max-width: 767px) {
	.gw-form-control {
		width: 100%;
	}
	
}

.nav-home {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link-home {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000 !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link-home {
    transition: none;
  }
}
.nav-link-home:hover, .nav-link:focus {
  color: #0a58ca;
}


.nav-home a.active {
  border-bottom: 3px solid var(--secondary);
}

.nav-home a:hover {
  border-bottom: 3px solid var(--secondary);
}

.nav-side {
	display: block !important;
}

.nav-link-side {
  display: block;
  padding: 0.5rem 1rem;
  color: #fffff !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link-side {
    transition: none;
  }
}

.nav-link-side:hover, .nav-link:focus {
  color: #0a58ca;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  border-left: 3px solid var(--nav-border);
}


.nav-side a {
	color: #fff !important;
}

.nav-side a.active {
	border-left: 3px solid var(--secondary);
}

/*.nav-link-home.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
*/

.card-block {
	display: block !important;
}


.btn-outline-qp {
  color: #000;
  border-color: #9bb6cf;
}
.btn-outline-qp:hover {
  color: #6c757d;
  background-color: #fff;
  border-left: 3px solid #1294ED;
}
.btn-check:focus + .btn-outline-qp, .btn-outline-qp:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-qp, .btn-check:active + .btn-outline-qp, .btn-outline-qp:active, .btn-outline-qp.active, .btn-outline-qp.dropdown-toggle.show {
  color: #6c757d;
  background-color: #fff;
  border-left: 3px solid var(--nav-border);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-check:checked + .btn-outline-qp:focus, .btn-check:active + .btn-outline-qp:focus, .btn-outline-qp:active:focus, .btn-outline-qp.active:focus, .btn-outline-qp.dropdown-toggle.show:focus {
  /*box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);*/
  
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
  
}

.fs-6 {
    font-size: .9em!important;
}

.img-thumbnail {
	border: 0;
}