/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

i.material-icons {
    font-size: 20px;
}

a.sort-icon {
    color: #6495ED !important;
}

.orr-projection-table td {
    line-height: 12px !important;
    padding: 4px !important;
}

.orr-projection-table th {
    line-height: 14px !important;
    padding: 8px !important;
}

.input-label {
    font-size: 10px;
}

.textarea-short {
    height: 150px;
}


/**
 Chosen
 */

/* updated chosen 1.8.5 styles - defaults  */

/* @group Base */

.orr-container {
    max-width: 100% !important;
}

.orr-container .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orr-container .chosen-container * {
    box-sizing: border-box;
}

.orr-container .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none;
}

.orr-container .chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.orr-container .chosen-container a {
    cursor: pointer;
}

.orr-container .chosen-container .search-choice .group-name, .orr-container .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.orr-container .chosen-container .search-choice .group-name:after, .orr-container .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.orr-container .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 32px;
    width: 100% !important;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.orr-container .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0;
}

.orr-container .chosen-container-single .chosen-default {
    color: #999;
}

.orr-container .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38.4px;
}

.orr-container .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 36px;
}

.orr-container .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}

.orr-container .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.orr-container .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.orr-container .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.orr-container .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}

.orr-container .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}


.chosen-container.chosen-container-single[style] {
    width: 100% !important;
}

.orr-container .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.orr-container .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.orr-container .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* @end */

/* @group Results */

.orr-container .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.orr-container .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.orr-container .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.orr-container .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.orr-container .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.orr-container .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.orr-container .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.orr-container .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.orr-container .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.orr-container .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}

.orr-container .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.orr-container .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.orr-container .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../legacy/css/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.orr-container .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.orr-container .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.orr-container .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */

/* @group Active  */

.orr-container .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.orr-container .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.orr-container .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.orr-container .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px;
}

.orr-container .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.orr-container .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.orr-container .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.orr-container .chosen-disabled .chosen-single {
    cursor: default;
}

.orr-container .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */

/* updated chosen 1.8.5 styles - gravityforms specific  */

body .orr-container .chosen-container a.chosen-single {
    border-radius: inherit;
}

body .orr-container ul.chosen-results li {
    line-height: inherit;
}

.page-numbers {
    margin-right: 5px;
    margin-left: 5px;
}

img.photo  {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

th.rotated-text {
    height: 140px;
    white-space: nowrap;
    padding: 0 !important;
}

th.rotated-text > div {
    transform:
            translate(13px, 0px)
            rotate(310deg);
    width: 30px;
}

th.rotated-text > div > span {
    padding: 5px 10px;
}

.custom-checkbox {
    color: #ADD8E6 !important;
    background-color: #ADD8E6 !important;
}

body .orr-container .chosen-container a.chosen-single {
    border-radius: inherit;
}

body .orr-container ul.chosen-results li {
    line-height: inherit;
}

.page-numbers {
    margin-right: 5px;
    margin-left: 5px;
}

.ui-datepicker-trigger{
    display: none;
}

.orr-col{
    padding: 8px!important;
}
a.orr-back-link {
    color: white;
    position: relative;
    text-decoration: none;
}
a.orr-link:hover{
    color: grey;
    text-decoration: none;
}

a.orr-link:link {
    text-decoration: none;
}

a.orr-link:visited {
    text-decoration: none;
}

a.orr-link:active {
    text-decoration: none;
}

.orr-badge{
    color: white;
    font-size: 11px!important;
    padding: 0.45em 0.65em!important;
    font-weight: bold;
    cursor: pointer;
}

.orr-badge.search{
    outline: 3px #FED915 solid;
}

.bg-orr-lightblue{
    background-color: #31B5FF!important;
}

.bg-orr-blue{
    background-color: #004496!important;
}

i.orr-blue{
    color: #004496 !important;
    vertical-align: bottom;
    font-size: 22px !important;
}
.orr-white{
    color: #ffffff !important;
}
i.orr-white{
    color: #ffffff !important;
    vertical-align: bottom;
    font-size: 22px !important;
}

.orr-partner-button{
    background-color: #31B5FF!important;
    color: white!important;
    font-size: 16px!important;
    font-weight: bold!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    width: 100%;
}

/* Orr Calculator  */

.orr-accordion-button {

}

.orr-accordion-button:hover, .orr-accordion-button:active ,.orr-accordion-button:focus {
    background-color: #004496;
    color: #fff;
    border: 1px solid #002859;
    text-decoration: none;
}


.gform_required_legend {
    display:none;
}