/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/
.footer-section {
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: #737373;

	position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;

    border-top: 1px solid #737373;

    z-index: 1;
}

.footer-container {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-container p{
    text-align: left;
}

.footer-container .tlmv{
    text-align: center;
    margin-top:50px;  
    margin-bottom: 20px;
    border:0;
}

.footer-section p {
  color: #FFFFFF;
}

.footer-section .copyright {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 60px;
}

body {
    background-color: #FFFFFF !important;
}

.login-box-body, .register-box-body {
    background: #737373;
    color: white;
}

.main-sidebar {
    z-index: 0 !important;
}

.footer {
    text-align: center;
    margin-top: -60px;
}

.museum-logo img {
    height: 150px;
}

.project-logo {
    text-align: center;
}

div.top-gray-border {
    display: block;
    clear: both;
    width: 100%;
    border-top: 1px solid #dddddd;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

.input-help {
    padding: 10px;
    color: #0b58a2;
}

.input-help > .exclamation {
    color: #FF0000;
}
