﻿.ddl {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #bbb;
    box-shadow: inset 0px 0px 8px rgba(56,56,56,0.1), 0px 0px 16px rgba(56,56,56,0.1);
    -webkit-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    -moz-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    background: white;
    padding: 4px;
}

.button {
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    -moz-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    background: #e5e4e4;
    border-radius: 6px;
    border: 2px solid #a7a7a7;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-weight: 600;
    cursor: pointer;
}

    .button:hover {
        cursor: pointer;
        box-shadow: 0 0 .5px .5px #4e9ef5;
        background-color: #d7eaff !important;
        color: black;
    }

.rbl input, .cbl input {
    position: absolute;
    display: none;
}

.rbl label:hover, .cbl label:hover {
    background-color: #e4e9ff;
}

.rbl label, .cbl label {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: .5em 5px .5em 5px;
    display: inline-block;
    height: 100%;
    min-height: 20px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #f3f3f3;
    border-radius: 6px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

    .rbl input:checked ~ label, .cbl input:checked ~ label {
        background-color: #5095cc;
        border: 1px solid #38c;
        color: white;
        text-shadow: 0 1px 0 #059;
    }

.spanSideBySide {
    display: inline-block;
    margin-right: 0px !important;
}

.floatRight {
    float: right;
}

.displayBlock {
    display: block;
}

.bold {
    font-weight: bold;
}

.backgroundGreen {
    background-color: green !important;
}

.backgroundRed {
    background-color: red;
}

.colorWhite {
    color: white;
}

.txb {
    font: 1.2em;
    border-radius: 6px;
    border: 1px solid #bbb;
    box-shadow: inset 0px 0px 8px rgba(56,56,56,0.1), 0px 0px 16px rgba(56,56,56,0.1);
    -webkit-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    -moz-box-shadow: inset 0 0 8px rgba(56, 56, 56, 0.10), 0 0 16px rgba(56, 56, 56, 0.10);
    background: white;
    padding: 4px;
}

    .txb:focus{
        box-shadow: 0 0 1pt 1pt #1a7ce6;
    }


.displayflex {
    display: flex;
}

.flexhalf {
    flex: 50%;
}

.aligntop {
    vertical-align: top;
}

.marginRight10 {
    margin-right: 10px;
}

.paddingBottom5 {
    padding-bottom: 5px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingRight5 {
    padding-right: 5px;
}

.fieldset {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.legend {
    font-size: 18px;
    width: auto;
    border-bottom: 0px;
    margin-bottom: 10px;
}

.aligncenter {
    text-align: center;
}