div,
a,
form,
input,
textarea,
img {
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border: 0 solid #fff;
}

a {
    display: block;
}

h1,
h2,
h3 {
    z-index: 3;
    position: relative;
}


/*			Custom Components			*/
.section {
    border: 1px solid #ccc;
    padding: 20px;
    line-height: 25px;
    background-color: #fff;
}

.section_header {
    border-bottom: 1px solid #ccc;
    font-size: 27px;
    padding: 10px 0;
    margin: -10px 0 20px 0;
}


h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 40px;
}

ol,
ul {
    margin: 0;
    padding-left: 20px;
}

.panel {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.tab {
    display: inline-block;
    width: 100%;
    padding: 14px 12px;
    color: #000;
    background-color: #eee;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    min-height: 32px;
    border: 1px solid #CCC;
    z-index: 4;
    left: -10px;
}

.tab:hover {
    background-color: #fff;
}

.tab_active {
    background-color: #fff;
}

.button:hover {
    background-color: #B3B3B3;
    text-decoration: none;
    color: #fff;
}

.button:visited {
    color: #fff;
}

.button:focus {
    text-decoration: none;
    color: #fff;
}

.button_small {
    width: auto;
}

.button_large {
    padding: 20px 12px;
}

.button_huge {
    font-size: 30px;
    padding: 30px 12px;
}


.button_disabled {
    cursor: none;
    background-color: #777;
}

.button_rotated:before {
    content: '';
    padding: 50% 0;
    display: block;
    position: relative;
    top: 20px;
}

.textbox {
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 2px 12px;
    border: 1px solid #EEEEEE;
    border-top: 1px solid #D8D8D8;
    border-radius: 3px;
    background-color: #F7F7F7;
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.textbox_large {
    height: 100px;
}

.checkbox {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 0;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}

.checkbox[type="radio"],
.checkbox[type="radio"] .checkbox_interior {
    border-radius: 20px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
input[type="file"] {
    display: none;
}

.checkbox_interior {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 0;
    height: 0;
    transition-property: width, height, background-color;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    background-color: #ccc;
}

.checkbox input[type="checkbox"]:checked + .checkbox_interior,
.checkbox input[type="radio"]:checked + .checkbox_interior {
    width: 18px;
    height: 18px;
}


.label {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
    border-radius: 5px;
    font-weight: bold;
    word-wrap: break-word;
}

.label_small {
    width: auto;
}

.text {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
    border-radius: 5px;
}

.text_small {
    display: inline-block;
    width: auto;
}

.text_bold {
    font-weight: bold;
}

.column_header {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
}

.list {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    min-height: 32px;
    line-height: 24px;
}

.dropdown_options {
    max-height: 0;
    overflow: hidden;
    transition: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0 #555;
    white-space: nowrap;
}


.dropdown_open .dropdown_options {
    transition-property: max-height;
    transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    max-height: 1000px;
    padding: 10px;
    border: 1px solid #ccc;
}


.dropdown_selected:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wkIBDYChwMWQQAAASpJREFUaN7t2DFuwkAQheE3hBScIkVyCbqQBtHOSbgFlDkHxVyBHIOC1LlCIpBIY0sujLRePOO19f7KQvbufnaBvQBjjDHGGGOMMcYmn0RPqKpnAHMAL9VPPwBOZvYxObCqXgA8tcx7A/BnZovJgFX1lnKemcnowanYCLSUhvVGS4lYT7SUivVCS8lYD7SUju0bLWPA9omWsWD7QstQ2Hrhj1w7CLiPBUeiZWhsNFpKwEaipRRsFFoysOfq8NXrKXREH6s5kr6nZxkP+OCJzbhmBWCfenIOeBnx99Hx2o0n+D3qrajDGFtP8Hfky37iWEc3sJm9AbjeuxEe37CNMdtgv102AGeZC3huPOkvADvvrZnG2GsAn/UNiNj4Y4wxxhhjjDHGGGNsyP4B8waN7PJILZ4AAAAASUVORK5CYII=);
    background-size: cover;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    margin-top: 5px;
    pointer-events: none;
}

.datepicker_day {
    display: inline-block;
    width: 14.2857%;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.clickable {
    cursor: pointer;
}


.border_full {
    border-width: 3px;
    border-radius: 3px;
}


.border_full.button,
.border_full.text,
.border_full.label {
    border-width: 2px;
    line-height: 32px;
    min-height: 32px;
}


.border_bottom {
    border-bottom-width: 2px;
}

.border_bottom_narrow {
    border-bottom-width: 1px;
}


.border_top {
    border-top-width: 2px;
}

.border_left {
    border-left-width: 2px;
}

.border_right {
    border-right-width: 2px;
}

.break_5 {
    min-height: 1px;
    margin-bottom: 5px;
}

.break_10 {
    min-height: 1px;
    margin-bottom: 10px;
}

.break_20 {
    min-height: 1px;
    margin-bottom: 20px;
}

.break_30 {
    min-height: 1px;
    margin-bottom: 30px;
}

.break_40 {
    min-height: 1px;
    margin-bottom: 40px;
}

.spacing_0 {
    padding: 0 0;
}

.spacing_5 {
    padding: 0 5px;
}

.spacing_10 {
    padding: 0 10px;
}

.spacing_20 {
    padding: 0 20px;
}

.spacing_30 {
    padding: 0 30px;
}

.spacing_40 {
    padding: 0 40px;
}


.cell_xs_empty {
    line-height: 0;
}

.cell_xs_hidden {
    display: none;
}

.cell_xs_1 {
    display: inline-block;
    width: 8.33333%;
}

.cell_xs_2 {
    display: inline-block;
    width: 16.66666%;
}

.cell_xs_3 {
    display: inline-block;
    width: 25%;
}

.cell_xs_4 {
    display: inline-block;
    width: 33.33333%;
}

.cell_xs_5 {
    display: inline-block;
    width: 41.66666%;
}

.cell_xs_6 {
    display: inline-block;
    width: 50%;
}

.cell_xs_7 {
    display: inline-block;
    width: 58.33333%;
}

.cell_xs_8 {
    display: inline-block;
    width: 66.66666%;
}

.cell_xs_9 {
    display: inline-block;
    width: 75%;
}

.cell_xs_10 {
    display: inline-block;
    width: 83.33333%;
}

.cell_xs_11 {
    display: inline-block;
    width: 91.66666%;
}

.cell_xs_12 {
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .body-content {
        max-width: 750px;
    }

    .cell_sm_hidden {
        display: none;
    }

    .cell_sm_1 {
        display: inline-block;
        width: 8.33333%;
    }

    .cell_sm_2 {
        display: inline-block;
        width: 16.66666%;
    }

    .cell_sm_3 {
        display: inline-block;
        width: 25%;
    }

    .cell_sm_4 {
        display: inline-block;
        width: 33.33333%;
    }

    .cell_sm_5 {
        display: inline-block;
        width: 41.66666%;
    }

    .cell_sm_6 {
        display: inline-block;
        width: 50%;
    }

    .cell_sm_7 {
        display: inline-block;
        width: 58.33333%;
    }

    .cell_sm_8 {
        display: inline-block;
        width: 66.66666%;
    }

    .cell_sm_9 {
        display: inline-block;
        width: 75%;
    }

    .cell_sm_10 {
        display: inline-block;
        width: 83.33333%;
    }

    .cell_sm_11 {
        display: inline-block;
        width: 91.66666%;
    }

    .cell_sm_12 {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .body-content {
        max-width: 970px;
    }

    .cell_md_hidden {
        display: none;
    }

    .cell_md_1 {
        display: inline-block;
        width: 8.33333%;
    }

    .cell_md_2 {
        display: inline-block;
        width: 16.66666%;
    }

    .cell_md_3 {
        display: inline-block;
        width: 25%;
    }

    .cell_md_4 {
        display: inline-block;
        width: 33.33333%;
    }

    .cell_md_5 {
        display: inline-block;
        width: 41.66666%;
    }

    .cell_md_6 {
        display: inline-block;
        width: 50%;
    }

    .cell_md_7 {
        display: inline-block;
        width: 58.33333%;
    }

    .cell_md_8 {
        display: inline-block;
        width: 66.66666%;
    }

    .cell_md_9 {
        display: inline-block;
        width: 75%;
    }

    .cell_md_10 {
        display: inline-block;
        width: 83.33333%;
    }

    .cell_md_11 {
        display: inline-block;
        width: 91.66666%;
    }

    .cell_md_12 {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .body-content {
        max-width: 1300px;
    }

    .cell_lg_hidden {
        display: none;
    }

    .cell_lg_1 {
        display: inline-block;
        width: 8.33333%;
    }

    .cell_lg_2 {
        display: inline-block;
        width: 16.66666%;
    }

    .cell_lg_3 {
        display: inline-block;
        width: 25%;
    }

    .cell_lg_4 {
        display: inline-block;
        width: 33.33333%;
    }

    .cell_lg_5 {
        display: inline-block;
        width: 41.66666%;
    }

    .cell_lg_6 {
        display: inline-block;
        width: 50%;
    }

    .cell_lg_7 {
        display: inline-block;
        width: 58.33333%;
    }

    .cell_lg_8 {
        display: inline-block;
        width: 66.66666%;
    }

    .cell_lg_9 {
        display: inline-block;
        width: 75%;
    }

    .cell_lg_10 {
        display: inline-block;
        width: 83.33333%;
    }

    .cell_lg_11 {
        display: inline-block;
        width: 91.66666%;
    }

    .cell_lg_12 {
        display: inline-block;
        width: 100%;
    }
}

.text_white {
    color: #fff;
}


.bg_light {
    background-color: #F7F7F7;
}

.button.bg_light:hover {
    background-color: #f0f0f0;
}

.bg_medium {
    background-color: #D9D9D9;
}

.button.bg_medium:hover,
.tab.bg_medium:hover {
    background-color: #D0D0D0;
}

.bg_dark {
    background-color: #999;
}

.bg_black {
    background-color: #000000;
}

.text_black {
    color: #000;
}

.button.bg_black:hover {
    background-color: #202020;
}
