@charset "utf-8";
/* CSS Document */





/* TOP BAR */
.top-bar ul {
    list-style: none;
    margin: 0 10px;
    padding: 0;
	font-size: 14px;
}
#top-header-menu li {
    display: inline;
    padding: 10px;
}
.top-bar {
    background: #666666;
    line-height: 40px;
    height: 40px;
}
.top-bar a {
  color: #fff !important;
}
.top-bar #social {
	text-align: right;
}





/* CUSTOMER BANNER */
.customer-banner {
    padding: 25px;
	text-align: center;
}





/* NOTIFICATION AREA */
.notification {
    padding: 1.5rem 0 1.5rem 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px
}
.notification p {
    margin-bottom: 0rem;	
}




/* SIDEBAR */
.sidebar {padding: 1.5rem}
.sidebar a {
	font-style: italic;
	color: #333333;
}
.sidebar a:hover {
	font-style: italic;
	color: #333333;
}




/* COPYRIGHT AREA */
.copyright {
    padding: 15px 0;
    font-size: 14px;
    color: #ffffff;
}
.copyright p {
    margin-bottom: 0px;
	color:#ffffff;
	padding-top: 17px;
}




/* FOOTER */
footer a {
    color: #ffffff !important;
}
footer a:hover {
    color: #ebebeb;
}




/* HEADER */
.navbar-light .navbar-nav .nav-link {
    color: #333333;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
		  font-size: 1.25rem;
	  }
}




/* MAIN CONTENT */
.pr-4, .px-4 {
    padding-right: 2rem !important;
}
.pl-4, .px-4 {
    padding-left: 2rem !important;
}
@media (min-width: 576px) {
.ml-sm-auto, .mx-sm-auto {
    margin-left: 0 !important;
}
}
main {
    padding: 0 2rem 2rem 2rem;
}
i.fas.fa-link {
    font-size: 12px;
    margin-right: 5px;
}
a {
  color: #666666 !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.bg-grey {
  background-color: #cccccc !important;
	padding: 75px;
}




/* BUTTONS */
.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0;
}




/* FORM ELEMENTS */
form.form-signin {
    padding: 25px;
}
.form-control {
	margin-bottom: 15px;
	border-radius: 0;
}
input:focus {
    outline: #333333 auto 5px !important;
}
.form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #333333;
    border: 2px solid #333333;
    box-shadow: none;
    border-style: inset;
}




/* GROUPS TABLE */
.calign tbody>tr>:nth-child(3) {
    text-align: center;
    width: 25%;
}
.calign tbody>tr>:nth-child(2) {
    text-align: center;
    width: 25%;
}
.calign tbody>tr>:nth-child(1) {
    text-align: left;
    width: 50%;
}
.calign input {
 width:100%;
}
.calign th:nth-child(3), .calign th:nth-child(2) {
    text-align: center;
}
.submitLink {
  background-color: transparent;
  text-decoration: none;
  border: none;
  color: gray;
  cursor: pointer;
}
.submitLink:focus {
  outline: none;
}
