.menu_selected {
    color: #004f99;
    font-weight: bold;
}

.btn-primary {
    background-color: #004f99;
    border-color: #004f99;
}

.lg_heading {
    color: #004f99;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    font-weight: bold;
}

.md_heading {
    color: #004f99;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-weight: bold;
}

.md_heading_black {
    color: #000000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-weight: bold;
}

.lg_heading_white {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    font-weight: bold;
}

.lg_heading_white * {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    background-color: #004F99;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.lg_heading_white.localhost div {
    color: orange;
}

.lg_heading_white #clientsw {
    text-align-last: center;
    text-align: center;
}

.field_heading {
    color: #004f99;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 0;
    margin-bottom: 0;
}

.field_heading_md {
    color: #004f99;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-weight: bold;
    /*			padding:0 0 0 0;*/
    margin-bottom: 0;
}

.card-header {

    padding-top: 0.25rem;
    padding-right: .25rem;
    padding-bottom: 0.25rem;
    padding-left: .25rem;
}

input {
    height: 26px;
    font-size: 12px;
    padding: 0 6px 0 6px;
}

.panel-arrow {
    font-family: 'Glyphicons Halflings', serif;
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

input[type=text] {
    padding-right: 3px;
    padding-left: 3px;

}

.officer {
    padding-top: 0;
}

.accordian_container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    padding: 10px;
    vertical-align: bottom
}

/**
REG FORM
 */
#reg_form {
    margin-bottom: 200px;
}

input.num {
    text-align: right;
}

div.filepond--root {
    color: black;
}

div.filepond--file {
    display: block;
}

div.filepond--panel[data-scalable='true'], div.filepond--panel {
    background-color: white !important;
}

fieldset.filepond--file-wrapper, .filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
    font-size: 125%;
}

input[type='checkbox'] {
    height: 24px;
    width: 24px;
    margin-bottom: 1px;
}

#uploaded_file_inp_wrapper {
    z-index: 200
}

/*div.dataTables_wrapper{width: 100%}*/
/*div.dataTables_wrapper > div.row{width: 100%}*/

div.menu_list > div.row:first-child {
    margin-top: 12px
}
div.menu_list > div.row {
    height: 36px;
    margin: 0;
    font-size: 14px;
    padding-left: 0
}
.hide{display: none}

#tos, #tos *{
    font-size: 95%;
}
#tos_agree_cb_wrapper{display: inline-block; width: 5%}
#tos_agree_cb{zoom: 80%; position: absolute; top: 5px}
#tos_agree_cb_label{display: inline-block;width: 92%; text-align: left}

div.jq-toast-single{font-size: 200%;border: 3px solid #333333}
div.jq-toast-wrap{width: 60%}
input.title_added{margin-left: 5px}
