/* Minification failed. Returning unminified contents.
(151,49): run-time error CSS1046: Expect comma, found '112'
(151,57): run-time error CSS1046: Expect comma, found '/'
(153,41): run-time error CSS1046: Expect comma, found '112'
(153,49): run-time error CSS1046: Expect comma, found '/'
(723,1): run-time error CSS1019: Unexpected token, found '}'
(1017,56): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-primary'
 */
/*Supporting old browsers*/
@supports not (padding-inline: 0.5rem) {
    .k-grid-md td, .k-grid-md .k-table-td {
        padding: 0.5rem;
    }
}

@supports not (margin-block: -0.5rem) {
    .k-grid-md .k-table-th > .k-cell-inner {
        margin: 1.5px;
    }
}

@supports not (padding-block: 0.25rem) {
    .k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
        padding: 0.25rem 1rem;
    }

    .k-tabstrip-items .k-link {
        padding: 0.5rem 1rem;
    }

    .k-tabstrip-content, .k-tabstrip > .k-content {
        padding: 1rem 1rem;
    }

    .k-pager {
        padding: 0.5rem 0.5rem;
    }

    .k-chip {
        padding: 0.25rem 0.25rem;
    }

    .k-input-inner {
        padding: 0.375rem 0.75rem;
    }

    .k-input-md .k-input-button, .k-input-md .k-spinner-increase, .k-input-md .k-spinner-decrease, .k-picker-md .k-input-button, .k-picker-md .k-spinner-increase, .k-picker-md .k-spinner-decrease {
        padding: 0px;
    }
}


/*Telerik*/
.k-list-md {
    font-size: 14px;
}

.k-window {
    font-size: 14px;
}

.k-grid {
    font-size: 14px;
}

    .k-grid a {
        color: #337ab7;
    }

.k-toolbar {
    font-size: 14px;
}

.k-calendar-md {
    font-size: 14px;
}

.k-input-md, .k-picker-md {
    font-size: 14px;
}

.k-table-md {
    font-size: 14px;
    line-height: 1.5;
}

.k-button-flat-primary {
    color: #0d6efd;
}

.k-calendar .k-footer .k-button-text {
    color: #337ab7;
}

.k-window-title {
    font-size: 14px;
}

.k-button-md {
    font-size: 14px;
}

.k-tabstrip-items {
    color: white;
    background-image: none;
    font-size: 14px;
}

    .k-tabstrip-items .k-link {
        color: white;
    }

.k-tabstrip-items-wrapper .k-item.k-active {
    background-color: #1C3663
}

.k-tabstrip-items-wrapper .k-item {
    background-color: grey;
    border-top-left-radius: 0.45rem !important;
    border-top-right-radius: 0.45rem !important;
}

.k-calendar > .k-header {
    border-color: #e6e6e6;
    color: #fff;
    background-color: #3f51b5;
}

.k-calendar .k-calendar-header .k-nav-today, .k-calendar .k-footer .k-nav-today {
    color: #3f51b5;
}




body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

    body[data-pagebkg="03_eal"] {
        background-image: url('../../Images/SSILogoTransparent.png');
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.k-tabstrip .k-tabstrip-items-wrapper {
    padding-right: 1.15%;
    padding-left: 1.15%;
    padding-top: 0.50%;
    background-color: #efeeee !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(112 112 112 / 78%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(112,112,112,0.78);
    box-shadow: 0px 0px 8px 0px rgb(112 112 112 / 78%);
    border-style: groove;
    border-color: lightgray !important;
}

.k-tabstrip-items .k-state-active .k-link {
    background-color: #1C3663;
    color: white !important;
}

.k-state-default > .k-link {
    color: black !important;
}

.k-grid-T {
    color: #fff !important;
    background-color: #1C3663 !important;
}

.footer, .body-content:after {
    font-size: 0.8em;
    position: fixed;
    padding-left: 25px;
    padding-right: 25px;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color: #F8F8F8;
    margin-top: 10px;
}

    .footer > p {
        margin: 0px;
    }

.noWrap {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px;
}

@media screen and (max-width: 1270px) {
    .SearchBar {
        display: none;
    }
}

@media screen and (max-width: 765px) {
    .SearchBar {
        display: initial;
    }
}

@media screen and (max-width: 910px) {
    .UserLabel {
        display: none;
    }
}

@media screen and (max-width: 765px) {
    .UserLabel {
        display: initial;
    }
}

.multiline {
    white-space: pre-wrap;
}

.number {
    text-align: right;
    padding-right: 5px !important;
}

hr {
    height: 2px;
    max-width: 1880px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #000000;
}

    hr.inRow {
        /* Used when not in a container that had margins or padding */
        margin-left: 0px;
        margin-right: 0px;
    }

/* Position calendar above anyting else on screen */
.datepicker {
    z-index: 1151 !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* Use this for testing table layout*/
/*table, th, td {
    border: 1px solid black;
}

div {
    border: 1px solid black;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Nav Bar */
.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #1A2857 0%, #222 100%);
    background-image: -o-linear-gradient(top, #1A2857 0%, #222 100%);
    /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A2857), to(#1A2857));*/
    background-image: linear-gradient(to bottom, #1C3663 0%, #1C3663 100%);
    /*background-image: linear-gradient(to bottom, #f2ab04 0%, #1C3663 100%);*/
    /*background-image: linear-gradient(to bottom, red 0%, #1C3663 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A2857', endColorstr='#1A2857', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
        background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
        background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-color: #000;
    border-style: solid;
    border-radius: 5px;
}

.panel-default2 > .panel-heading {
    color: white;
    background-image: -webkit-linear-gradient(top, #9e9e9e 0%, #9e9e9e 100%);
    background-image: -o-linear-gradient(top, #9e9e9e 0%, #9e9e9e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
    background-image: linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#9e9e9e', GradientType=0);
    background-repeat: repeat-x;
}

.pagination li.active a {
    background: #1A2857;
    color: #fff;
}

group > li {
    margin: 0px;
}


.k-grid-header th.k-header > .k-link {
    padding: .5em .6em .4em .5em !important;
}


.badge-notify {
    background: red;
    position: relative;
    top: -20px;
    left: -35px;
}

.btn-link {
    font-weight: normal;
    color: black;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: black;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: black;
                text-decoration: none;
            }

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

textarea {
    min-height: 50px;
    min-width: 280px;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1550px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1880px;
    }
}

/* Easy Tabs */
.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .tab a {
        font-size: 14px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
    }

        .tab a:hover {
            text-decoration: underline;
        }

    .tab.active {
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #666;
    }

    .tab a.active {
        font-weight: bold;
    }

.tab-container {
    background: #fff;
    /*border: solid 1px;
    border-color: fuchsia;*/
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

    .panel-container.min-height {
        min-height: 375px;
    }

/* Dashboard */
.dashboardHeader {
    width: 960px;
    height: 75%;
}

div.dashboardtile {
    border: 1px !important;
    border: solid !important;
    background-color: lightgrey;
    width: 190px;
    height: 150px;
    margin: 5px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    border-radius: 5px;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: all .2s cubic-bezier(.4,0,.2,1);
    -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.dashboardtile:hover {
    background-color: white;
}

.dashboardtile > a {
    color: #1A2857;
}

.dashboardtile > h5 {
    text-align: n
}

.dashboardicon {
    margin-top: 5px;
    max-height: 100px;
    max-width: 100px;
}

    .dashboardicon:hover svg {
        color: white;
        fill: white;
    }

/* Image Manipulation */
.headerIcon {
    width: 50px;
    height: 50px;
}

.changeFont {
    color: red;
}

.rotateimg45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotateimg135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotateimgM115 {
    -webkit-transform: rotate(-115deg);
    -moz-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    -o-transform: rotate(-115deg);
    transform: rotate(-115deg);
}

.rotateimgM90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* Jumbotron */
.jumbotron {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    color: inherit;
    background-color: white;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.refreshBtnContainer {
    display: inline-block;
}

.toolbar {
    float: right;
}

.k-tabstrip-items .k-state-active .k-link {
    background-color: #1C3663;
    color: white !important;
}


.k-tabstrip-items .k-state-default {
    background-color: grey !important;
}

#tabstrip .k-content {
    overflow: auto;
    border: groove;
}

/* Selection */
::-moz-selection {
    color: white;
    background: #1C3663;
}

::selection {
    color: white;
    background: #1C3663;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1C3663;
}

/* For Exceptions Suppliers */
.tabRed {
    background-color: #D30505 !important;
}

meter {
    /* Reset the default appearance */
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }
    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }
}

/***************** KENDO STYLES *****************/
.k-tabstrip-items .k-state-active .k-link {
    background-color: #1C3663;
    color: white !important;
}

.k-tabstrip-items .k-state-default {
    background-color: grey !important;
    color: white !important;
    background-image: none !important;
}

.k-state-default > .k-link {
    color: white !important;
}

#tabstrip .k-content {
    overflow: auto;
    border: groove;
}

.k-window-titlebar {
    background-color: #3f51b5 !important;
    color: white !important;
    background-image: none !important;
}

.k-primary {
    background-color: #3f51b5 !important;
    color: white !important;
    border: 0 !important;
}

    .k-primary:hover {
        border: 0 !important;
    }

.k-button:hover {
    background-image: none !important;
    border-color: none !important;
}

.k-button:focus :not(.k-command-cell.k-button) :not(.k-dialog-actions.k-button) {
    background-color: #3f51b5 !important;
    color: white !important;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.k-grid-toolbar, .k-grouping-header, .exportExcel {
    background: #3f51b5 !important;
}

.k-grid-toolbar {
    padding: 10px 15px !important;
    color: white !important;
}

.exportExcel {
    border: none !important;
    padding: 7px !important;
    color: white !important;
    border-radius: 0 !important;
    transition: 0.2s ease all;
}

    .exportExcel:hover {
        background: rgba(255, 255, 255, 0.2) !important;
        transition: 0.2s ease all;
    }

.k-grid-toolbar, .k-grouping-header, .approveDeclineRequests {
    background: #3f51b5 !important;
}

.approveDeclineRequests {
    border: none !important;
    padding: 7px !important;
    color: white !important;
    border-radius: 0 !important;
    transition: 0.2s ease all;
}

.approveDeclineRequests:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transition: 0.2s ease all;
}

.k-state-disabled {
    opacity: 0.7;
}

.k-grouping-header {
    padding: 5px 15px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.k-column-menu .k-state-default .k-link {
    color: black !important;
}

.k-menu .k-state-selected > .k-link {
    background-color: #3f51b5 !important;
    color: white !important;
}

.k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #3f51b5 !important;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
}

.k-radio:checked + .k-radio-label:after {
    background-color: #3f51b5 !important;
}

.k-radio:focus + .k-radio-label:before, .k-radio:active + .k-radio-label:before {
    border-color: #3f51b5 !important;
    box-shadow: 0 0 3px 0 #3f51b5 !important;
}

.k-grid .k-header .k-button {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    box-shadow: none;
    background-image: none !important;
    transition: 0.2s ease all;
}

    .k-grid .k-header .k-button:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transition: 0.2s ease all;
    }

.k-grouping-header .k-link, .k-grouping-header .k-link:link {
    color: white !important;
}

.k-grouping-header .k-group-indicator, .k-pivot-toolbar .k-button {
    color: #fff;
    background-color: #32408f;
    border-color: #32408f !important;
    box-shadow: none;
}

.k-grid .k-grouping-header .k-group-indicator, .k-grid .k-grouping-header .k-link, .k-grid .k-grouping-header .k-link:link {
    border-color: #f5f5f5;
    color: #444;
    background-color: #32408f !important;
}
/*.k-button-flat, .k-button.k-button-clear {
    color: white !important;
}*/
/************************ Toolbar on Index pages ************************/
.stateBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.toolbarsGrids {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

#reportViewer1 {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 60px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
}

.k-list > .k-state-selected.k-state-focused {
    box-shadow: none;
    color: #fdfdfd !important;
}

.expandSearch {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .expandSearch i {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 4px 8px 8px;
        color: #777;
        cursor: pointer;
        user-select: none;
        transition: 0.24s;
    }

        .expandSearch i:hover {
            color: #0bf;
        }

    .expandSearch input {
        border: none;
        background: transparent;
        font: 14px/1.4 sans-serif;
        padding-left: 26px;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 4px;
        transition: 0.24s;
        width: 0px;
        padding: 3px 0px 3px 25px;
    }

        .expandSearch input:focus {
            border-color: #aaa;
            outline: none;
            width: 200px;
            padding: 3px 0px 3px 25px;
            border-color: #0bf;
        }

            .expandSearch input:focus + i {
                /*padding: 8px 4px 8px 8px ;*/
                color: #ddd;
                pointer-events: none;
            }

.input-group-addon > a {
    color: #1C3663;
}

.panel-default > .panel-heading {
    background-color: #1c3663;
    color: white
}

.btn-default {
    color: white;
    background-color: #1c3663;
    border-color: #ccc;
}

.table-borderless th, .table-borderless td {
    border-top: none !important;
}

.k-grid .k-grid-toolbar .k-button {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    box-shadow: none;
}

.k-grid .k-grid-toolbar .k-button {
    color: #fff;
    background-color: #37479f;
    border-color: #3f51b5;
    box-shadow: none;
}

.boxFix *, .boxFix *::before, .boxFix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.k-button-solid-primary {
    border-color: #1c3663;
    color: #fff;
    background-color: #1c3663;
}

.k-command-cell > .k-button {
    padding: .30em !important;
}

.k-command-cell .k-button-text {
    margin-left: .20em !important;
}

.k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
    box-shadow: 0 0 0px .25rem color-mix(in srgb, var(--kendo-color-primary, #0054cf) 50%, transparent);
}

.k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
    border-color: #1c3663a8;
    background-color: #1c3663a8;
    color: #fff;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
nav {
    background-color: #1C3663;
}
.bg-ssi {
    background-color: #1C3663;
}
.dashboardtile:hover .dashboardicon {
    max-height: 105px;
    max-width: 105px;
}

.navbar {
    padding: 2px !important;
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#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,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.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;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.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}.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}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.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}.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:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);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,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.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(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
