/* set up basic theme here */
body{
    color: #75746D;
    background-color: #CCC6C6;
    background-image: radial-gradient(145.05% 100% at 50% 0%,#FFFFFF 0%,#CCC6C6 57.38%,#CCC6C6 88.16%);
    min-height: 100vh;
}

body a {
	color: #75746D;
}

body a: hover{
	color: #CCC6C6;
}

body .footer{
	color: #ffffff;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #75746D;
	border-top: 5px solid #ffffff;
}

body .footer a {
	color: #ffffff;
}

body .footer a:hover{
	color: #CCC6C6;
}

.this_step{
	color: white;
}

body .input-group-text{
	background-color: #75746D;
	color:#ffffff;
}

/*body .btn.dark{
	bottom: 0;
	background-color: #75746D; color:white;
}*/

body .card-header{
  color: #ffffff;
  background: #75746D;
}

body .card-header a{
	color:#ffffff;
}

body .card-footer{
  color: #ffffff;
  background: #75746D;
}

body .card-body{
  background: #CCC6C6;
}

body .dark{
	color: #ffffff;
	background-color:#75746D;
}

body .light{
	color: #75746D;
	background-color: #CCC6C6;
}

body .light:hover{
	color: #75746D;
	background-color: #ffffff;
}

body .light-outline{
	border: 2px solid #ffffff;
}

body .dark a{
	color: #ffffff;
}

/* modal dialog */

body .modal-content{
	color: #75746D;
	background-color: #CCC6C6;
}
body .modal-header, body .modal-footer{
	color: #ffffff;
	background-color:#75746D;
}

body .dropdown-menu {
  font-size: 1rem;
  color: white;
  background-color: #75746D;
  border: 1px solid #CCC6C6;
}

/*body .dropdown-item:hover {
	background-color: #CCC6C6;
	color: #75746D;
}*/

body .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #75746D;
  border-color:  #fff;
}

body .page-link {
  position: relative;
  display: block;
  color: #75746D;
  text-decoration: none;
  background-color: #CCC6C6;
  border: 1px solid #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #75746D;
  border-color: #fff;
}

body .form-check-input:checked {
  background-color: #75746D;
  border-color: #CCC6C6;
}

body .btn.btn-secondary{
	color: #75746D;
	background-color:#CCC6C6;
	border: 1px solid #fff;
}

body .btn.btn-primary{
	color: #ffffff;
	background-color:#75746D;
	border: 1px solid #ffffff;
}

body .bg-primary {
	color: #ffffff;
  background-color: #75746D !important;
}

body .bg-secondary {
	color: #75746D;
  background-color: #CCC6C6 !important;
}

body .btn-secondary:hover, 
body .btn-primary:hover,
body .dropdown-item:hover {
  color: #75746D;
  background-color: #CCC6C6;
  background-image: radial-gradient(100% 270% at 50% 0%,#FFFFFF 0%,#CCC6C6 57.38%,#CCC6C6 88.16%);
  border-color: #fff;
}

body .btn-outline-primary {
  color: #75746D;
  border-color: #75746D;
}

body .btn-outline-primary:hover {
  color: #fff;
  background-color: #75746D;
  border-color: #75746D;
}

body .text-primary {
  color: #75746D !important;
}

body .text-secondary {
  color: #CCC6C6 !important;
}

.balloon {
  border-radius: 15px;
  background: #75746D;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}

.balloon-end:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #75746D;
  border-right: 15px solid transparent;
  border-top: 15px solid #75746D;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

.balloon-start:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #75746D;
  border-top: 15px solid #75746D;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

body .slick-dots li button:hover,
body .slick-dots li button:focus,
body .slick-dots li.slick-active button
{
  outline: none;
	background: #75746D;
}

body .bnw{ /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); 
}

body pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size: 1em; 
    font-family: inherit;
}

