@import url(http://fonts.googleapis.com/css?family=Tenor+Sans);
@import url(http://fonts.googleapis.com/css?family=Lato);
.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

html {
  background-color: #ffffff;
  font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
}

.form-heading { 
	padding: 15px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
}

.heading-container {
	background-color: #e0e0e0;
}

.language-change {
	font-size: 12px;
	margin: 10px;
}
.reminder-container ul {
	margin-left: 15px;
	list-style: outside;
}
.reminder-container ul li {
	color: #177ec1;
	font-size: 12px; 
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}
.form-container { 
	/**/
	margin: 0 auto;
	width: 450px;
	/**/
	padding: 25px; 
}
.captcha-container { margin-bottom: 10px; }

.form-container input[type="submit"] {
	font-weight: bold;
}
.btn-attach {
	color: white;
	background-color: #5b5b5b;
	padding: 5px 25px;
}

.btn-submit {
	color: white;
	background-color: #177ec1;
	padding: 5px 15px;
}

.form-container input[type=text], .form-container textarea { margin-bottom: 10px; }
.form-label {
	font-size: 13px;
	font-weight: bold;
}
.error-box {
	width: 430px;
    margin: 20px auto;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 2px;
}

.success-box {
	width: 430px;
    margin: 20px auto;
    padding: 10px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 2px;
}

.alert {
	font-size: 13px;
}
.container {
	padding: 25px;
}
.login-container input[type="text"], .login-container input[type="password"] {
	margin-bottom: 15px;
	padding: 10px 10px;
}

.btn-login {
	font-weight: bold;
	padding: 5px 25px;
}

.login-heading {
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #494949;
}

.form-label {
	color: #494949;
	font-size: 13px;
	font-weight: bold;
}
.pagination {
	float: right;
}
.pagination li {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.pagination a, .pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	font-weight:bold;
}

.pagination li.active span {
    background-color: #007bff;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ddd;
}

.logout-container {
	display: inline-block;
}

.btn-logout {
	margin-top: 5px;
}

.suggestion-input {
	width: 200px;
	display: inline-block;
}

.form-select {
	margin-bottom: 10px;
}
.btn-search-lg {
	
}

.search-container {
	margin-bottom: 25px;
}

.btn-search-lg {
	padding: 5px 10px;
	margin-bottom: 3px;
}

.suggestion-input {
	padding: 6px;
}
select.suggestion-input {
	height: 32px !important;
}
.search-label {
	width: 50px;
}
.search-segment {
	margin-bottom: 5px;
}

.table-header th {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #fff9df;
}

.textarea-div {
	width: 300px;
	border: 0 none;
	background-color: transparent;
}