*:focus {
    outline: none !important;
}

input[type="checkbox"] {
    display: inline;
}

.form-radios{ 
    display: inline-block;
    vertical-align: middle;
}

.form-type-radio {
    display: inline-block;
    float: left;
}
.radio+.radio {
    margin-top: 0;
}

.form-control, .resizable-textarea textarea {
    border-radius: 0;
}
.form-control.form-checkboxes {
	width: auto;
    height: auto;
    max-height: 410px;
    overflow-y: scroll;
}

.node-event-form label {
    min-width: 180px !important;
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: right;
}

.field-type-timefield.panel-body {
    color: #fff;
}


/*------------
add event form
--------------*/
#event-node-form div h3 {
    width: 50%;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.link-field-subrow {
    display: inline-block;
}
.form-textarea-wrapper {
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #666;
    color: #fff;
}
/* strip panel style - no way to disable panel for timefield */
.field-name-field-start-time .panel {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.field-name-field-start-time .panel .panel-heading {
    display: none;
}
.field-name-field-start-time .panel .panel-body {
    padding: 0;
}
#field-event-schedule-values .field-label label {
    font-size: 18px;
    text-transform: uppercase;
}

/*TOA textbox + checkbox*/
#edit-field-terms-of-agreement-und-0-value {
    color: #000;
    cursor: text;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    resize: none;
}
#field-terms-of-agreement-add-more-wrapper label {
    display: none;
}
#field-terms-of-agreement-add-more-wrapper .grippie { 
    display: none;
} 
.form-item-field-toa-checkbox-und {
    display: block;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 1.5em;
}
.form-item-field-terms-of-agreement-und-0-value {
    display: block;
    margin: 0 auto;
    width: 70%;
}