h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
    font-size: 3.0em;
    font-weight: 300;
    color: #000000;
}

h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
    font-size: 2.0em;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #000000;
}

.col {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

.padleft {
    padding-left: 15px;
}

.margbtm {
    margin-bottom: 10px;
}

.w50 {
    width: 50px;
}

.w75 {
    width: 75px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w225 {
    width: 225px;
}

.w235 {
    width: 235px;
}

.w250 {
    width: 250px;
}

.w255 {
    width: 255px;
}

.w300 {
    width: 300px;
}

.w325 {
    width: 325px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w640 {
    width: 640px;
}

.w690 {
    width: 690px;
}

.bgWht {
    background: white;
}

.bgCol {
    background: #eeeeee;
}


.spcr {
    height: 1.5em;
}

.spcrTop {
    height: 2.25em;
}

.tabs li a {
    text-decoration: none;
}

a.grn {
    color: #00cc00;
}

a.red {
    color: #cc0000;
}

.gry {
    color: #98a3a8;
}

.btn_310 {
    width: 280px;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

a.inactive {
    text-decoration: none;
    font-weight: normal;
}

a.inactive:hover {
    text-decoration: underline;
    font-weight: normal;
}

.gap {
    font-size: 0.5em;
    line-height: 0.5em;
    height: 1.75em;
    clear: both;
}

.rule {
    font-size: 0.5em;
    line-height: 0.5em;
    height: 2px;
    clear: both;
    margin: 0.33em 0;
    border-top: 1px solid #a1b2b9;
}

.rulelight {
    font-size: 1em;
    line-height: 1em;
    height: 2px;
    clear: both;
    margin: 0.33em 0;
    border-top: 1px solid #eee;
}


a.standout {
    font-size: 1.25em;
    line-height: 1.5em;
}

[x-cloak] {
    display: none;
}

.ajax_edit_actions {
    margin-left: 10px;
}

.input_hint {
    color: #98a3a8;
    margin-top: 5px;
    display: block;
    position: absolute;
}

.table_page_controls, .table_bottom_controls {
    width: 750px;
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}


.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-group.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.form-group.reverse >label{
    margin: 0 0 0 10px;
}

.form-group > label {
    margin: 0 10px 0 0;
    display: block;
}

.form-group > input {
    margin: 0;
    position: relative;
    top: -2px;
}

.upload-button > input{
    cursor: pointer;
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
}
