.testgradient {
    background: -moz-linear-gradient(135deg, #7B95A4 0%, #fdfdfd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f8f8f8)); /* safari4+,chrome */
    background: -webkit-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* ie10+ */
    background: linear-gradient(270deg, #7B95A4 0%, #ffffff 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=1); /* ie6-9 */
}

body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 120%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100% !important; /* override default for header */
}

h3 {
    color: #254D79;
    text-decoration: underline;
}

hr {
    margin: 0 0 15px 0;
}

label {
    margin: 0;
    font-weight: normal;
}

ul {
    margin-bottom: 0;
}

.alignRight {
    text-align: right;
}

.errorBox {
    display: none;
    margin: 15px;
    padding: 3px;
    font-size: 15px;
    background-color: #DF4B4B;
    color: #eeeeee;
}

.form-control {
    margin-right: 5px;
}

.innerContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.outerContainer {
    color: #333;
    padding: 10px;
    margin: 10px;
    border-color: #333;
    border-width: 2px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    height: 700px;
}

.previewPage {
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.warningBox {
    text-align: center;
    color: #222222;
    display: none;
    margin: 0 5px 5px 5px;
    padding: 3px;
    font-size: 14px;
    background-color: #F9B43B;
}

#formInputs {
    display: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-box-shadow: #444444 1px 2px 3px;
    -moz-box-shadow: #444444 1px 2px 3px;
    box-shadow: #444444 1px 2px 3px;
    border-bottom: 1px solid #555555;
    behavior: url(../js/PIE-1.0.0/PIE.htc);
    background-color: #F0F0F0;
}

#formInputsHeader {
    /*background-color:#3A4F6E;*/
    background: url('../img/right.menu.bground.yellow-top.jpg') repeat left top;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    height: 30px;
    text-align: left;
    behavior: url(../js/PIE-1.0.0/PIE.htc);
    position: relative;
}

#formInputsHeader .selected {
    background-color: #F0F0F0;
}

#formInputsHeader .unselected {
    background-color: #cfcfcf;
}

#formInputsHeader .unselected:hover {
    background-color: #c1c1c1;
}

#formInputsHeader .tab {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 1px 15px 1px 15px;
    color: black;
    border-top-left-radius: 5px;
    -webkit-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;

    border-top-right-radius: 5px;
    -webkit-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;

    cursor: pointer;
}

#formInputs #formInputsSections {
    width: 1055px;
    margin: 18px auto 9px auto;
}

#formInputs #formInputsSections .formSection {
    border: 1px solid #8B9EB4;
    display: inline-block;
    margin: 0 5px 10px 5px;
    padding: 6px;
    text-align: left;
    background-color: #B3CBE7;
    height: 66px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 150px;
}

#formInputs #formInputsSections .formSection select {
    width: 100%;
}

#formInputs #formInputsSections .formSection#formSectionInstrument .formSectionHeader {
    white-space: nowrap;
    overflow: hidden;
}

#formInputs #formInputsSections .formSection#formSectionInstitutions {
    width: 350px;
}

#formInputs #formInputsSections .formSection#formSectionYear {
    width: 258px;
}

#formInputs #formInputsSections .formSection#formSectionSuspiciousActivity {
    width: 393px;
}

#formInputs #formInputsSections .formSection#formSectionState {
    width: 288px;
}

#formInputs #formInputsSections .formSection#formSectionCounty {
    width: 320px;
}

#formInputs #formInputsSections .formSection#formSectionRelationship {
    width: 345px;
}

#formInputs #formInputsSections .formSection#formSectionInstrument {
    width: 393px;
}

#formInputs #formInputsSections .formSection#formSectionProducts {
    width: 378px;
}

#formInputs #formInputsSections .formSection#formSectionRegulator {
    width: 278px;
}

#formInputs #formInputsSections .formSection .formSectionHeader {
    color: #3B434C;
    font-size: 13px;
    margin: 0 0 3px 0;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-group {
    font-weight: bold;
}

.select2-treeitem {
    padding-left: 10%;
}

li.select2-selection__choice {
    margin: 5px 5px 5px 0 !important;
}

#formInputs #formButtonContainer {
    clear: both;
    margin-bottom: 19px;
    height: 38px;
    text-align: center;
}

#formInputs #formButtonContainer #formButtons .formButton {
    width: 155px;
    height: 38px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    margin: 0 12px;
}

#formInputs #formButtonContainer #formButtons #formButtonGenerate:hover {
    background-position: 0 -38px;
}

#helpInfo {
    padding: 20px;
    display: none;
    font-size: 13px;
}

#main {
    padding: 0;
    margin: 5px 13px;
    min-width: 975px;
    min-height: 400px;
    background-color: #f0f0f0;
    border: 1px solid #B8B8B8;
    -webkit-box-shadow: #444444 1px 3px 6px;
    -moz-box-shadow: #444444 1px 3px 6px;
    box-shadow: #444444 1px 3px 6px;
    display: block;
}

#results {
    padding: 10px;
    clear: both;
    background-color: #fbfbfb;
    min-height: 200px;

    background: -moz-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f8f8f8)); /* safari4+,chrome */
    background: -webkit-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(135deg, #f8f8f8 0%, #fdfdfd 100%); /* ie10+ */
    background: linear-gradient(315deg, #f8f8f8 0%, #fdfdfd 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=1); /* ie6-9 */
}

#loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

#loader #loaderInner {
    width: 300px;
    height: 150px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #D5E7F7;
    border: 1px solid #ADCAE3;
    font-size: 135%;

    padding: 20px;
    -webkit-box-shadow: #777777 2px 5px 8px;
    -moz-box-shadow: #777777 2px 5px 8px;
    box-shadow: #777777 2px 5px 8px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#results #resultsHtml #resultTable th {
    text-align: center;
}

#results #resultsHtml #lastUpdated {
    float: right;
    font-size: 11px;
    margin-top: 6px;
}

.s-icon-container {
    display: inline-block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 0 0 -4px;
}

.s-icon {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: 45%;
    left: 50%;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #345689;
    margin: -2px 0 0 -4px;
}

.right-caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #345689;
    margin: -4px 0 0 -2px;
}

.formButton > * {
    vertical-align: middle;
}

.formButton > .fa {
    font-size: 18pt;
    padding-right: 8px;
}

.formButton.formButtonSwf {
    display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #314A67 1px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #C7D6E7;
    color: black;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #6082AB;
    color: white;
}

.form-section-cb {
    float: right;
    margin: 0 auto;
}

.form-section-cb > label {
    color: #3B434C;
    font-weight: bold;
}

.sel2-button-container {
    border-bottom: 1px solid #8B9EB4;
}

.sel2-button {
    width: 45%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 5px 2px;
}

.form-section-cb input {
    margin: 1px 0 0 -14px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
li.select2-selection__choice {
    margin: 2px 0 2px 0 !important;
}

.county-msa-radio {
    display: inline-block;
    float: right;
    margin: 0 auto;
    position: relative;
}

.county-msa-radio input {
    margin-top: -1px;
    margin-right: 5px;
    vertical-align: middle;
}

.county-msa-radio label {
    color: #3B434C;
    font-weight: bold;
}

.important-glossary {
    color: #C00000;
    font-weight: bold;
}

.multi-arrow
{
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px
}
.multi-arrow b {
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
 }

 .dagger::before {
    color:red;
    vertical-align: text-top;
    content: "\2020";
    font-size: 65%;
    font-weight: bold;
}