body {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #dedede !important;
}

#body-login {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ebf2f3;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin-heading{
	margin-bottom:20px;
	text-align:center;
}
.form-signin div{
	margin-top: 10px;
	margin-bottom: 10px;
}
.application-form .input-group-addon {
	width:12em !important;
	max-width:12em !important;
	min-width:10em !important;
	text-align:right;
	font-size: 12px;
}

.application-form .input-group .form-control{
	width:14em !important;
	max-width:14em !important;
	min-width:12em !important;
	font-size: 13px;
}


.form-control.date {
	line-height:inherit !important;
}

.form-control {
	display:table-cell !important;
	width:100% !important;
}

.highlight {
    padding: 9px 14px;
	padding-top:14px;
    margin-bottom: 14px;
    /*background-color: #f7f7f9;*/
    border-left: 1px solid #e1e1e8;
    border-right: 1px solid #e1e1e8;
    border-bottom: 1px solid #e1e1e8;
    border-radius: 0 0 4px 4px;
}

.nav-tabs .active a{
	background-color: #f7f7f9 !important;
}

#adding-panel {
	padding-top:5px;
	padding-bottom:5px;
}

.adding-panel-submit {
	padding: 0 10px 20px 10px;
	text-align:center;
}

.row-div div {
	margin-top:5px;
	margin-bottom:5px;
}

.row-div.panel {
	margin-top:5px;
	margin-bottom:5px;
	height:100%;
}

.row-inner-div {
	padding-right: 15px;
    padding-left: 15px;
}

.row-inner-div-high {
	max-height: 12em;
	overflow:auto;
}

.table-options-col {
	width: 6em;
}

.short-center {
	max-width:30em;
	margin:auto;
}

.short-left {
	max-width:25em;
	float:left;
}

.td-clickable{
	display:block;
	text-decoration:none !important;
}

.table.clickable tr:hover{
	background-color: #eeeeee;
}

.row-selected {
	background-color: #d9edf7 !important;
}

.row-selected-secondary {
	background-color: #eeeeee !important;
}

/**/
#search-form{
    max-width: 1920px;
}
#search-form div{
	/*float: right;*/
    /*max-width: 300px;*/
    padding:10px;
}

#search-form button{
	/*float: right;*/
    max-width: 200px;
    margin: auto;
	margin-bottom:20px;
}

#search-panel {
	/*min-height:150px;*/
}

#search-form .input-group{
	float:left;
}

.thumbnail.uploads img{
	/*max-height:90px;
	max-width:90px;*/
}

.panel.uploads {
	margin:20px;
}

.input-required {
	color:#ff0000;
}

.auth-formholder .center-block {
	float:none !important;
}