html,
body {
    height: 100%;
}
h1{
    font-size: 30px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}
.grid-view table th{
    background-color: #f5f5f5;
}
.grid-view table td .glyphicon{
    font-size: 18px;   
}
.grid-view table td .glyphicon:hover{
    text-decoration: none;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.headerImg{
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
}
.updateeventlink{display: block;}
/* forms */
.required label:after {content: " *"; color: red;}
.form-control{border-radius: 1px;}
.form-control:focus{
    border-color: #263d9e;
    box-shadow: 0 1px 1px rgba(38, 61, 158, 0.075) inset, 0 0 8px rgba(38, 61, 158, 0.6);
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d00;
}
.has-error .form-control {border-color: #d00;}
.registration-form{ margin-top: 30px;}
.registration-form form{
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
    display: block;
    padding: 20px;
}
.registration-form legend{padding-top: 15px;}
.registration-form fieldset.personal legend{padding-top: 0;}
.login_form label{white-space: nowrap;}
legend{
    border-color: #263d9e;
    color: #263d9e;
}
.event-form .cloneya-wrap{padding-right: 105px;}
.event-form .toclone{position: relative;}
.event-form .toclone .btn{position: absolute;top: 26px;}
.event-form .toclone .clone{right:-51px;}
.event-form .toclone .delete{right:-100px;}
ul.optionList{padding-left: 0;}
ul.optionList li{
    display: block;
    float: none;
}
ul.optionList li .form-group{margin:0;}
ul.optionList li .form-group label{margin:0;}
.headerless{padding-top: 30px;}
.btn{padding: 6px 42px;}
.toclone{padding-bottom: 10px;}
.toclone .btn{
    font-size: 12px;
    padding: 3px 15px;
}
.questionSection{
    padding: 10px 10px 0 10px;
    background-color: #cfcfcf;
}
#registration-answer1 label,
#registration-answer2 label,
#registration-answer3 label{display: block;}
#additionalPersons{padding-bottom: 20px;}
.col-centered{
    float: none;
    margin: 0 auto;
}
.event-invitation .field-event-date{padding: 10px 0;}
.createButtonRow{padding: 20px 0;}
td a.invitebtn:hover,
td a.exportbtn:hover{
    text-decoration: none;
}
.showHelp{cursor: help;}
.mailhelp{
    background-color: #f0f0f0;
    display: none;
    padding: 10px;
    position: relative;
}
.mailhelp dl{margin-bottom:0;}
.closeHelp{
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.closeHelp:hover{
    text-decoration: none;
}
.legend{}
.legend dt{
    float: left;
    width: 30px;
}
.legend dd{}
.redactor-box{margin-bottom:0;}
.static-row{
    margin-bottom: 10px;
}
.static-row label{
    float: left;
    margin-bottom: 10px;
    width: 150px;
}
