/* custom ovrewrite */

body {background: #D8E4F3; }
#wrapper {
    margin: 0 auto;
    max-width: 1040px;
}
img {border:0;}
#sidebar-wrapper .list-group {width: auto;}
.bg-light {
    background-color: #fff!important;
}
#sidebar-wrapper {
    margin-left: -20rem;
	padding: .5rem 1rem 0 1rem; 
}
@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}
}
.btn-logo img {max-height: 2.5em; width: auto; margin-right: -1rem;}
.nav-logo img {margin-bottom:4em;}
.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #fff!important;
}
#sidebar-wrapper .sidebar-footer {
    padding: 5rem 1.25rem 2rem .5rem;
    font-size: .75rem;
}
#sidebar-wrapper a {
    font-size: 1.25rem;
}
#sidebar-wrapper a:hover {
    color: #3366cc;
	font-weight: bold;
}
.list-group-item.active {
    color: #3366cc;
	font-weight: bold;
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-group-item {
    padding: .5rem 0 .75rem .5rem;
}
#menu-toggle {	
    margin-left: .5rem;
}
@media (min-width: 768px) {
	.navbar {display: none;}
}
#page-content-wrapper { background: #fff; padding: .75rem 0 .75rem 0;}
.container-fluid {
    padding-left: 25px;
}
.btn-light {
    color: #ecf5fc;
    background-color: #f8f9fa;
    border-color: #c6c6c6;
}
.p-half-rem {margin-bottom: .5rem;}
.bg-blu { background: #4179c1; margin-top: 1rem;}
.bg-blu-container {padding: 1rem; color: #fff; text-align: justify;}
.bg-blu-container h1 {text-align: left; margin-bottom: 1.25rem;}
.h1, h1 {
    font-size: 2rem;
}
#sidebar-wrapper {
    min-height: auto;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


/* form */
.tdr {
    float: left;
}
.tdl {
    float: left;
    text-align: right;
    width: 20%;
    margin: 5px;
}
.tdc {
    clear: both;
	margin-bottom: .5rem;
}
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    background: #5db8de;
    color: #fff !important;
    font-weight: 500;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    background: #015981;
}

.error {
    color: #990000;
	background: #ffeff4;
}
.form-message {
    margin: 10px;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
}
.center {text-align:center !important;}

@media screen and (max-width: 736px) {
	.tdl, .tdr {
		float: none !important;
		text-align: left !important;
	}
}

@media (max-width: 640px) {
	input, textarea, button {
		width: 100%;
	}
	.tdl {width:100%;}
}