body {
    min-height: 900px;
}

a {
    color: #A73D11;
}

.regHolder {
    min-width: 300px;
    min-height: 400px;
    background: #F7F7F7;
    border-radius: 4px;
    box-shadow: 0 2px 2px #D4D4D4;
    margin-bottom: 30px;
}

.margin_top {
    margin-top: 50px;
}

.admin .margin_top {
    margin-top: 20px;
}

.header {
    margin-bottom: 10px;
}

#main_content {
    max-width: 620px;
}

.header {
    text-align: center;
    max-width: 620px;
}

.default .container {
    max-width: 620px;
}

.logo_euro {
    width: 300px;
    margin: 0 auto;
}

.admin .logo_euro {
    margin: 0 auto 0 20px;
}

.admin .logo_euro img {
    max-height: 58px;
}

.head {
    font-size: 24px;
}

.admin .head {
    margin-right: 20px;
}

#logo_container {
	width: 100%;
	position: relative;
}

.logos {
	display: block;
	width: 310px;
	margin: 0 auto;
    list-style: none;
}

.logos li {
    margin-top: 10px;
	display: inline-block;
}

.mainholder {
    width: 360px;
    margin: 40px auto;
}

.admin_mainholder {
    width: 95%;
    margin: 40px 0 0 20px;
}

.mainholder form {
}

.adminholder {
    padding: 20px;
}

.adminholder h4 {
    display: inline-block;
    color: #A83200;
}

.arriveLeaveBtn {
    margin: 50px auto 60px;
    height: auto;
    max-width: 451px;
}

.arriveLeaveBtn .btn {
    width: 186px;
    height: 100px;
    color: #A73D11;
    background: #eff3f7;
    line-height: 35px;
    outline: none;
    font-size: 24px;
    padding: 50px 19px;
}

.arriveLeaveBtn .btn i {
    display: block;
}

.arriveLeaveBtn h4 {
    text-align: center;
    margin-bottom: 40px;
    line-height: 35px;
}

.input-prepend {
    float: none;
    width: 100%;
}

.add-on {
    width: 100px !important;
    text-align: left!important;
}

input[type="text"],
input[type="password"],
select {
    width: 340px;
}

#form .controls {
    width: 362px;
}

#form .controls input[type="submit"],
#form .controls .btn {
    padding: 9px 10px;
}

#form input[type="text"],
#form input[type="password"] {
    height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

#form .help-block {
    line-height: 25px;
}

.search-query {
    width: 170px !important;
}

.control-group.message {
    margin: 0;
}

.control-group.error .error-messages {
    color: #750505;
    border: 1px solid #ff0000;
    background: #FFC7C7;
    padding: 5px;
    border-radius: 4px;
    list-style: none;
    margin: 0 0 10px 0;
}

.control-group.info .info-message {
    color: #045991;
    border: 1px solid #0099FF;
    background: #8CD1FF;
    padding: 5px;
    border-radius: 4px;
    list-style: none;
    margin: 0 0 10px 0;
}

.navbar-inner .dropdown {
    margin-right: 10px;
}

.navbar-inner .dropdown .name > small {
    float: right;
    margin-right: 20px;
}

.navbar-inner .user-info {
    display: block;
    left: 0;
    margin: 10px 10px 0 0;
    position: relative;
    color: #606060;
}

.navbar-inner .form-search {
    margin: 5px 0 0 0;
}

.table .options {
    display: inline-block;
    margin: 0;
}

.table .options li {
    display: inline;
    margin-right: 30px;
}

.table .options li a {
    text-decoration: none;
}

.red {
    color: #e53737 !important;
}

.red:hover {
    color: #fff !important;
    font-weight: bold;
}

.form-search .btn {
    height: 30px;
}

.description {
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #B3B3B3;
}

.adminholder > .options {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #B3B3B3;
}

.adminholder > .options form {
    margin-bottom: 0;
}

.adminholder > .options .datepicker {
    width: 100px;
    margin: 0 10px 0 0;
}

#loginform {
    width: 534px;
    margin: 20px auto 0;
}

.ui-menu .ui-menu-item a {
    line-height: 2.5 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #3470D9 !important;
}

.ui-widget-header {
    background: -webkit-gradient(linear, center top, center bottom, from(#F2723D), to(#C24917)) !important;
    background: -webkit-linear-gradient(#F2723D, #C24917) !important;
    background: -moz-linear-gradient(#F2723D, #C24917) !important;
    background: -o-linear-gradient(#F2723D, #C24917) !important;
    background: -ms-linear-gradient(#F2723D, #C24917) !important;
    background: linear-gradient(to bottom, #F2723D, #C24917) !important;
    background: linear-gradient(top, #F2723D, #C24917) !important;
    border: 1px solid #8F2D04 !important;
}

.ui-menu {
    background: #A73D11 !important;
}

.ui-menu .ui-menu-item a {
    background: #A73D11;
    color: #fff;
    border: none;
}

.ui-menu .ui-menu-item a:hover {
    background: #e03f00;
    border: none;
    padding: 3px 7px;
}

.h4_100 {
	width: 100%;
}
