/* Minification failed. Returning unminified contents.
(371,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(372,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(373,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(374,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(375,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(376,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(668,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

ul, li, dl, dt, dd {
    list-style: none;
}

a, a:link, a:visited, a:hover {
    text-decoration: none;
}

.hover label {
    background: #136FAC;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff !important;
    border-radius: 3px;
}

label.disabled{
    color: #707070;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

/* loading */
#flash {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

    #flash img {
        margin-top: 15%;
    }

.t-center {
    text-align: center;
    position: relative;
    z-index: 1050;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body {
    font-size: .85em;
    background-image: url(images/bd_bg.png);
    overflow: auto;
}

#header {
    overflow: hidden;
    background: #163a5e;
    background: -moz-linear-gradient(top, #163a5e 0%, #202e52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163a5e), color-stop(100%,#202e52));
    background: -webkit-linear-gradient(top, #163a5e 0%,#202e52 100%);
    background: -o-linear-gradient(top, #163a5e 0%,#202e52 100%);
    background: -ms-linear-gradient(top, #163a5e 0%,#202e52 100%);
    background: linear-gradient(to bottom, #163a5e 0%,#202e52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163a5e', endColorstr='#202e52',GradientType=0);
}

#header, #neck, #main, #footer {
    width: 100%;
}

.header-wrap dl {
    height: 100%;
}

.header-wrap dt, .header-wrap dd {
    overflow: hidden;
}

    .header-wrap dt.logo {
        background-image: url(images/logo-bg.png);
        background-repeat: no-repeat;
    }

    .header-wrap dd.web-title h1 {
        display: block;
        color: #ffffff;
    }

    .header-wrap dd.primary-menu nav ul li {
        box-sizing: border-box;
        background: #006498;
        background: -moz-linear-gradient(top, #006498 0%, #003f73 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006498), color-stop(100%,#003f73));
        background: -webkit-linear-gradient(top, #006498 0%,#003f73 100%);
        background: -o-linear-gradient(top, #006498 0%,#003f73 100%);
        background: -ms-linear-gradient(top, #006498 0%,#003f73 100%);
        background: linear-gradient(to bottom, #006498 0%,#003f73 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006498', endColorstr='#003f73',GradientType=0);
    }

        .header-wrap dd.primary-menu nav ul li.active {
            background: #4e6e8e;
            background: -moz-linear-gradient(top, #4e6e8e 0%, #24adad 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e6e8e), color-stop(100%,#24adad));
            background: -webkit-linear-gradient(top, #4e6e8e 0%,#24adad 100%);
            background: -o-linear-gradient(top, #4e6e8e 0%,#24adad 100%);
            background: -ms-linear-gradient(top, #4e6e8e 0%,#24adad 100%);
            background: linear-gradient(to bottom, #4e6e8e 0%,#24adad 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6e8e', endColorstr='#24adad',GradientType=0);
        }

        .header-wrap dd.primary-menu nav ul li a {
            display: block;
            color: #ffffff;
            font-weight: bold;
        }

#neck {
    height: 30px;
}

.neck-wrap .neck-block {
    position: relative;
    background: #ffffff;
    padding: 10px;
    width: 300px;
    height: 86px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.search-box {
    width: 280px;
    /*height: 30px;*/
    line-height: 30px;
    /*padding: 5px 0;*/
    margin-bottom: 5px;
    box-sizing: border-box;
    /*border: 1px solid #888888;*/
}

    .search-box input,
    .neck-block .district-box select {
        width: 100%;
        height: 30px;
        line-height: 100%;
        display: block; 
        /*outline:none;*/             
    }

    .search-box input:focus{
        /*background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/       
    }


.search-select {
    position: relative;
    top: 0px;
    left: 70%;
    z-index: 55;
    background: #ffffff;
    padding: 8px 5px;
    width: 120px;
    height: 30px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-box-shadow: 0px -1px 2px #666666;
    -webkit-box-shadow: 0px -1px 2px #666666;
    box-shadow: 0px -1px 2px #666666;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    display: none;
}

    .search-select p {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
        color: #16c;
    }

.search-student {
    width: 120px;
}

.main-wrap {
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    -moz-box-shadow: 2px 2px 10px #666666;
    -webkit-box-shadow: 2px 2px 10px #666666;
    box-shadow: 2px 2px 10px #666666;
}

    .main-wrap .profile,
    .main-wrap .strart-tutorial {
        width: 90%;
        margin: 20px auto;
        padding-bottom: 10px;
    }

    .main-wrap .profile {
        border-bottom: 3px solid #dfdddd;
    }
        .main-wrap .profile p,
        .main-wrap .profile ul,        
        .main-wrap .strart-tutorial p {
            font-size: 17px;
            line-height: 1.5em;
        }

        .main-wrap .profile h2 {
            font-size: 28px;
            color: #3465A4;
            text-align: center;
        }

    .main-wrap .strart-tutorial h3 {
        font-size: 24px;
        color: #668fba;
        text-align: center;
    }

    .main-wrap .strart-tutorial .table-of-content {
        margin: 20px auto;
        width: 100%;
    }

    .main-wrap .strart-tutorial .table-of-content {
        margin: 20px auto;
        width: 100%;
    }

        .main-wrap .strart-tutorial .table-of-content > p {
            text-align: center;
            font-size: 24px;
            line-height: 50px;
            color: #729FCF;
        }

            .main-wrap .strart-tutorial .table-of-content > p img {
                vertical-align: -15px;
                margin-right: 10px;
            }

            .main-wrap .strart-tutorial .table-of-content > p span {
                height: 50px;
                line-height: 50px;
                display: inline-block;
            }

        .main-wrap .strart-tutorial .table-of-content ul {
            width: 340px;
            margin: 10px auto;
        }

            .main-wrap .strart-tutorial .table-of-content ul li {
                list-style: disc;
                list-style-position: outside;
                height: 30px;
                line-height: 30px;
            }

                .main-wrap .strart-tutorial .table-of-content ul li a {
                    color: #729FCF;
                    text-decoration: underline;
                }

.main-body-search {
    display: none;
}


.main-wrap .bread-crumbs {    
    margin-bottom: 10px;
    text-align: right;
}

    .main-wrap .bread-crumbs p span {
        color: #1166cc;
        font-weight: bold;
        cursor: pointer;
    }

        .main-wrap .bread-crumbs p span.destination {
            color: #333333;
            cursor: auto;
        }

.main-wrap article header {
    height: 40px;
    line-height: 28px;
    padding-top: 10px;
}

    .main-wrap article header .left {
        float: left;
        text-indent: 2em;
    }

    .main-wrap article header .right {
        width: 100px;
        text-align: right;
        float: right;
    }

        .main-wrap article header .right > div {
            text-align: center;
        }

        .main-wrap article header .right select {
            height: 26px;
            line-height: 26px;
            border: 1px solid #999999;
            box-sizing: border-box;
        }

    .main-wrap article header h3 {
        font-weight: bolder;
        color: #3465A4;
        display: inline;
    }

    .main-wrap article header p {
        display: inline;
        margin-left: 20px;
    }

    .main-wrap article header a {
        color: #1166cc;
    }

        .main-wrap article header a .fa {
            margin: 0 5px 0 5px;
        }

.main-wrap article section {
    width: 100%;
    height: 500px;
    padding: 10px 0px;
    position: relative;
}

    .individual_aside{
        z-index: 1;
        position: relative;
    }

    .main-wrap article section .button-group {
        margin: 0 0 0 50px;
        // height: 22px;
        // width: auto;
        // position: absolute;
        // left: 40px;
        // top: 16px;
        // z-index: 1;
    }

    .main-wrap article section .chart-container {
        height: 100%;
    }

    .main-wrap article section .button-group ul li {
        padding: 3px;
        background: #CCCCCC;
        border: 1px solid #999999;
        color: #666666;
        font-weight: bold;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        background: -moz-linear-gradient(top, #F1F1F1 0%, #CCCCCC 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#CCCCCC));
        background: -webkit-linear-gradient(top, #F1F1F1 0%,#CCCCCC 100%);
        background: -o-linear-gradient(top, #F1F1F1 0%,#CCCCCC 100%);
        background: -ms-linear-gradient(top, #F1F1F1 0%,#CCCCCC 100%);
        background: linear-gradient(to bottom, #F1F1F1 0%,#CCCCCC 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#CCCCCC',GradientType=0);
        float: left;
    }

        .main-wrap article section .button-group ul li:hover {
            cursor: pointer;
        }

        .main-wrap article section .button-group ul li.active {
            background: #016ABC;
            border: 1px solid #333333;
            color: #ffffff;
            background: -moz-linear-gradient(top, #01365B 0%, #016ABC 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01365B), color-stop(100%,#016ABC));
            background: -webkit-linear-gradient(top, #01365B 0%,#016ABC 100%);
            background: -o-linear-gradient(top, #01365B 0%,#016ABC 100%);
            background: -ms-linear-gradient(top, #01365B 0%,#016ABC 100%);
            background: linear-gradient(to bottom, #01365B 0%,#016ABC 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01365B', endColorstr='#016ABC',GradientType=0);
        }

        .main-wrap article section .button-group ul li:first-child {
            -moz-border-radius: 5px 0px 0px 5px;
            -webkit-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px;
        }

        .main-wrap article section .button-group ul li:last-child {
            -moz-border-radius: 0px 5px 5px 0px;
            -webkit-border-radius: 0px 5px 5px 0px;
            border-radius: 0px 5px 5px 0px;
        }

.main-wrap article section .button-group ul li:first-child:last-child{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main-wrap aside header {
    height: 80px;
}

.main-wrap aside .student-aside-header {
    height: 80px;
}

.main-wrap aside header h3 {
    font-size: 16px;
    height: 25px;
}

.main-wrap .btn {
    display: inline-block;
    padding: 4px 5px;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    .main-wrap .btn:hover,
    .main-wrap .btn:focus {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

.main-wrap .blue {
    background: #558EC8;
    color: #ffffff;
    text-shadow: 0 1px 1px #558EC8;
    background-color: #558EC8;
    background-image: -moz-linear-gradient(top,#7DAEED,#558EC8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#7DAEED),to(#558EC8));
    background-image: -webkit-linear-gradient(top,#7DAEED,#558EC8);
    background-image: -o-linear-gradient(top,#7DAEED,#558EC8);
    background-image: linear-gradient(to bottom,#7DAEED,#558EC8);
}

    .main-wrap .blue:hover,
    .main-wrap .blue:focus {
        color: #ffffff;
        text-decoration: none;
        background-position: 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        background-color: #7DAEED;
        background-image: -moz-linear-gradient(top,#558EC8,#7DAEED);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#558EC8),to(#7DAEED));
        background-image: -webkit-linear-gradient(top,#558EC8,#7DAEED);
        background-image: -o-linear-gradient(top,#558EC8,#7DAEED);
        background-image: linear-gradient(to bottom,#558EC8,#7DAEED);
    }

.main-wrap aside section .unit-list {
    height: 440px;
    min-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .main-wrap aside section .unit-list .fa {
        padding: 1px 3px 0px 2px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0px 5px;
        color: #1166cc;
        font-weight: lighter;
    }

.unit-list > ul > li {
    padding: 2px 0px;
}

    .unit-list > ul > li p {
        cursor: pointer;
    }

.unit-list ul li input {
    vertical-align: bottom;
}

.unit-list ul li label {
    vertical-align: top;
}

.unit-list > ul > li > p > a {
    text-decoration: underline;
    color: #1166cc;
}

.unit-list > ul > li > ul {
    margin-top: 5px;
}

    .unit-list > ul > li > ul > li {
        text-indent: 2em;
    }

.unit-select input[type=checkbox]:checked + label,
.unit-select input[type=radio]:checked + label {
    color: #1166cc;
    padding-left: 8px;
    font-weight: bolder;
}


.unit-select label {
    width: 50%;
}

.main-wrap aside header p {
    font-size: 14px;
}

    .main-wrap aside header p a {
        color: #1166cc;
        cursor: pointer;
    }

.main-wrap aside > button {
    color: #273B5D;
}

.chart-container .chart-axis {
    text-align: center;
    font-weight: bold;
    color: #1D4977;
}

.footer-wrap {
    height: 30px;
    margin-top: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #1D4977;
}

    .footer-wrap nav {
        width: 70%;
        float: left;
    }

        .footer-wrap nav a {
            color: #ffffff;
            font-weight: bold;
        }

    .footer-wrap .poweredBy {
        width: 30%;
        float: right;
        text-align: right;
    }

.chart-footer {
    position: relative;
}

.chart-footer table{
    padding: 0 0 0 125px;
}

.chart-footer .title{
    color: gray;
    padding: 12px 0 12px 0;
}

    .chart-footer .bottom-line > td {
        border-bottom: 1px solid lightgray;
    }

.chart-footer table{
    width: 100%;
    position: absolute;
    top: 0;
}

.chart-footer td {
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}

.observed-box{
    padding: 4px 0;
}

.observed-box-header{
    cursor: pointer;
}

.accessDenied-overlay{
    /*position: absolute;*/
    z-index: 2;
    height: 500px;
    width: 1100px;
    background-color: white;
    // opacity: 0.98;
    padding-top: 150px;
    text-align: center;
}
.accessDenied-overlay span{
    font-size: 22px;
}


.profile ul, .profile li {
    list-style-type: decimal;
    margin : 9px;
}

.profile ul ul, .profile li li {
    list-style-type: lower-alpha;    
}
.bold{
    font-weight:bold;
}

.selection-tabs-div {
    width: 760px;
    margin: 0 auto;
}

.tab-list {
    height: 26px;
    overflow: hidden;
    border-bottom: 2px solid #CCE6EC;
}

.tab-list > ul {
    width: 100%;
    height: 100%;
}

.tab-list > ul > li {
    cursor: pointer;
    padding: 4px 10px 4px 10px;
    margin: 0 3px;
    background: blue;
    color: #ffffff;
    float: left;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #80B0F0;
    background: -moz-linear-gradient(top,  #80B0F0 0%, #0B5082 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80B0F0), color-stop(100%,#0B5082));
    background: -webkit-linear-gradient(top,  #80B0F0 0%,#0B5082 100%);
    background: -o-linear-gradient(top,  #80B0F0 0%,#0B5082 100%);
    background: -ms-linear-gradient(top,  #80B0F0 0%,#0B5082 100%);
    background: linear-gradient(to bottom,  #80B0F0 0%,#0B5082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80B0F0', endColorstr='#0B5082',GradientType=0);
}

.tab-list > ul > li:hover {
    background: #92C3FF;
    background: -moz-linear-gradient(top,  #92C3FF 0%, #336699 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92C3FF), color-stop(100%,#336699));
    background: -webkit-linear-gradient(top,  #92C3FF 0%,#336699 100%);
    background: -o-linear-gradient(top,  #92C3FF 0%,#336699 100%);
    background: -ms-linear-gradient(top,  #92C3FF 0%,#336699 100%);
    background: linear-gradient(to bottom,  #92C3FF 0%,#336699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92C3FF', endColorstr='#336699',GradientType=0);
}

.tab-content-list {
    position: absolute;
    height: auto;
    width: 760px;
    padding: 10px;
    box-sizing: border-box;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #EEEEEE;
    z-index: 50;
}

.tab-content-list table.fullwidth {
    width: 100%;
}

.tab-content-list .btn-group {
    height: 50px;
    line-height: 50px;
    padding: 5px 0;
    text-align: center;
}

.reportTable
{
    border-bottom:3px solid #cce6ec;
    border-collapse:collapse;
    color:#191919;
    margin:0 auto;
    padding:0;
    width: 750px;
    text-align: center;
}

.reportItem td
{
    border:1px solid #ddd;
    background-color: #fff;
    padding:0.2em 0.15em;
    vertical-align:middle;
    white-space:nowrap;
    text-align: center;
}

.reportAlternateItem td
{
    background-color:#f0f5f8;
    border:1px solid #DDDDDD;
    padding:0.2em 0.15em;
    vertical-align:middle;
    white-space:nowrap;
    text-align: center;
}

.baseHeader
{
    background: none repeat scroll 0 0 #F6F9F6;
    border-color: #CCCCCC #CCCCCC #CCE6EC;
    border-style:solid;
    border-width:1px 1px 3px;
    padding:0.25em 0.5em 0.3em;
    text-align:center;
    vertical-align:bottom;
}

.fakeLink{
    color: #0066CC;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
}

.reportHeader, .report-description
{
    width: 750px;
    margin: auto;
    padding: 0;
    color: #084C9E;
    text-align: center;
}

.report-description {
    text-align: left;
}

.reportHeader h3
{
   font: 1.75em 'Arial Narrow';
}

.reportDiv
{
    width: 750px;
    padding:20px;
    margin: auto;
    overflow-x: auto;
}

.footnote {
    margin: auto;
    width: 750px;
}


.reportToplot
{
    width: 140px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: 28px;
    right: -306px;
}

.reportExport
{
    text-align: right;
}

.reportExport a
{
    cursor: pointer;
}

.starcolor
{
   color: #78A3CD;
}


.tab-content-list a{
   color: #1166cc;
   cursor: pointer;

}

.tab-content-list ul.short li {
    width: 140px;
    padding: 5px 0px;
    float: left;
}

.tab-content-list ul.long li {
    width: 200px;
    padding: 5px 0px;
    float: left;
}

.tab-content-list ul.medium li {
    width: 180px;
    padding: 5px 0px;
    float: left;
}

#tab-content-search > div {
    margin-bottom: 20px;
}

.search-condition-wrap select, .search-condition-wrap input[type="text"]{
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    box-sizing: border-box;
}
.search-condition-wrap > div {
    float: left;
    height: 30px;
}

.search-condition-wrap .add-criteria {
    width: 50px;
    margin-left: 10px;
    line-height: 30px;
    vertical-align: top;
}

.search-condition-wrap input[type="text"] {
    width: 100px;
}
.search-condition-dropdown {
    min-width: 200px;
    float: left;
    margin-right: 20px;
}

.search-condition-dropdown select {
    width: 100%;
}

.search-condition-filter {
    height: 30px;
    overflow: hidden;
}

.search-condition-filter span a{
    height: 30px;
    line-height: 30px;
}

.search-condition-filter span > ul {
    height: 30px;
    float: left;
    display: block;
}

.search-condition-filter span > ul.short li {
    padding: 6px 0;
}


.criteria-display dl {
    margin-bottom: 20px;
}

.criteria-display dl dt {
    height: 26px;
    line-height: 26px;
}

  .search-condition-wrap .add-criteria,
  .criteria-display .remove-criteria,
  .relationship {
       color: #1166cc;
  }

.search-condition-wrap .add-criteria:hover ,
.criteria-display .remove-criteria:hover,
.relationship:hover {
    cursor: pointer;
    text-decoration: underline;
}

    .criteria-display dl dd {
        height: 20px;
        line-height: 20px;
    }

        .criteria-display dl dd span {
            height: 20px;
            display: inline-block;
        }

            .criteria-display dl dd span.left {
                width: 300px;
                overflow: hidden;
            }

            .criteria-display dl dd span.right {
                width: 100px;
                overflow: hidden;
            }


.menu-container {
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    z-index: 1000;
    background-color: #fafafa;
    border-color: #ddd;
    color: #444;
    display: none;
    font-size: 12px;
    min-width: 140px; /* changed from 120px to 140px for gmat */
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    top: 0;
    left: 110px;
}

.submenu {
    width: 5px;
    float: right;
}

.menu-list {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    text-align: left;
}

.menu-list .menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    height: 20px;
    border-style: solid;
    line-height: 20px;
    border-color: transparent;
    _border-color: #fafafa;
    padding-left: 10px;
}

.menu-list .menu-item:hover,
.menu-list .menu-item.active {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-color: #b7d2ff;
    color: #000000;
    background: #eaf2ff;
}

.menu-list .menu-item-disabled,
.menu-list .menu-item-disabled:hover {
    color: gray;
    border: none;
    background: none;
}


#header{
    height: 136px;
}

.header-wrap, .neck-wrap, .main-wrap{
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.header-wrap dl {
    width: 100%
}

.header-wrap dt, .header-wrap dd{
    float: left;
}

.header-wrap dt.logo{        
    margin-left: 5px;
    grid-column: 1;
    margin-left: 5px;
    grid-row: 1 / 3;
}

.header-wrap dt.logo img{
    margin: 5px;
    width:192px;
}

.header-wrap > .clearfix {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 207px auto;
}

@media screen and (max-width: 900px) {
    .header-wrap > .clearfix {        
        grid-template-rows: 2fr 1fr;
    }

    .header-wrap dd.primary-menu nav {
        margin-top: 10px;
        position: static !important;
    }
    .header-wrap dd.primary-menu {
        grid-column: 1 / 3;
        grid-row: 2;
    }
    .header-wrap dd.web-title {
        grid-column: 2;
    }
}

.header-wrap dd.web-title, .header-wrap dd.primary-menu{    
    padding-left: 10px;
}

.header-wrap dd.web-title h1{
    margin: 10px 0px;
}

.header-wrap dd.primary-menu nav {
    position: relative;
    height: 36px;
    left: 0px;
    bottom: -50%;
}

.header-wrap dd.primary-menu .fa-bars{
    display: none;
}

.header-wrap dd.primary-menu nav ul{
    height: 100%;
    width: 100%;
}

.header-wrap dd.primary-menu nav ul li{
    margin-right: 5px;
    padding:8px;
    float: left;
    height: 100%;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.neck-wrap .search-select{
    display: none;
}

.neck-wrap .neck-block{
    top: -55px;
    left: 68%;
    z-index: 55;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-box-shadow: 0px -1px 2px #666666;
    -webkit-box-shadow: 0px -1px 2px #666666;
    box-shadow: 0px -1px 2px #666666;
}

.main-wrap .article_chart{
    width: 70%;
    float: left;
}

.main-wrap .article_individual
{
     width: 100%;
     float: left;
}

.main-wrap aside{
    width: 28%;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    float: right;
    border-left: 1px solid #CCE6EC;
}

.main-wrap aside .icon-bar{
    display: none;
}

.footer-wrap{
    max-width: 1140px;
    margin: 5px auto 0 auto;
}


/* chart-menu */
.chart-menu
{
    border: 1px solid #E2E2E2;
    background: #f0f0f0;
    display: none;
    padding: 2px 2px 2px 8px;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    min-width: 140px;
    z-index: 2000;
    position: absolute;
    display: inline-block;
    margin: 0px;
    cursor: default;
    font-size: 14px;
    color : #06C;
    border-radius: 3px;
}

.grade-selection-dropdown
{
   margin-top:5px;
   margin-bottom:5px;
}

.demog-selection-dropdown {
    margin-top: 5px;
}

.individual_aside {
    width: 280px;
    display: inline-block;
    position: relative;
    right: -733px;
    margin-top: -11px;
}


.report-description span
{
    cursor: pointer;
}

.faq
{
}
.faq h1
{
  font: bold 28px Arial;
  color: #25537e;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.faq hr
{

}

.faq .left {
  display: inline-block;
  width: 100%;
}

.faq .left h3 {
  font: bold 16px Arial;
  color: #2A4E7B;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 10px;
}

.faq .left ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left:20px;
  list-style-type: decimal;
}

.faq .left ol li {
  padding: 5px;
  color: #16c;
  font-weight: bold;
  margin-left: 8%;
  font-size: 14px;
  list-style-type: decimal;
}

.faq .left ol li a {
  color: #16c ;
}

#faqContext {
  width: 100%;
  font-size: 16px;
}

#faqContext h3 {
  font: bold 16px Arial;
  color: #2A4E7B;
  margin-top: 12px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 2px;
}

#faqContext p {
  width: 90%;
  text-align: justify;
  font-size: 13px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 5px;
  line-height: 1.5em;
  display: inline-block;
  font-family: Arial;
}

.faq .clearboth {
  clear: both;
}
.faq .top {
  text-align: center;
  font-size: .85em;
  margin-left: auto;
  width: 20px;
}

.faq .top a {
  position: relative;
  display: block;
}

.about .leftColumn {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-top: 30px;
    float: left;
    margin-left: 8px;
}

.about .rightColumn {
    display: inline-block;
    width: 55%;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 20px;
    text-align: justify;
}

.about .blueBox {
    width: 70%;
    border: 1px solid #29537d;
    background-color: #eeeeff;
    padding: 10px;
    margin: 25px auto 0px auto;
    text-align: left;
}

.about h1 {
    font: bold 28px Arial;
    color: #25537e;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.about h2 {
    font: bold 1.5em Arial;
    color: #2a4e7b;
    margin-top: 0;
    position: relative;
}

.reportcard
{
}
.reportcard h1
{
  font: bold 28px Arial;
  color: #25537e;
  margin-top: 0px;
  position: relative;
  margin-bottom:15px;
  text-align:left;
  padding-left: 15px;
}
.reportcard p
{
  width: 90%;
  text-align: justify;
  font-size: 13px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
  line-height: 1.5em;
  display: inline-block;
  font-family: Arial;
}

.chkShowNotSelected {
    color: #1166cc;
}

.column-header {
    width: 80px;
    text-align: center;
    font-weight: 600;
}

.district-box .chosen-container .chosen-results{
  height: 240px;
}

/* ========================= */
/* Desktop Landing (Home)   */
/* ========================= */
.index-landing .landing-wrap{
  background:#fff;  
  padding:20px 30px 30px;
  margin: 10px 0 30px;
}
.index-landing .welcome{
  margin: 0 0 20px 0;
  font-size:14px;
  color:#333;
}
.index-landing .landing-content{ display:flex; align-items:flex-start; }
.index-landing .landing-left{ flex:0 0 320px; }
.index-landing .landing-right{ flex:1; padding-left:25px; }

.index-landing .landing-left .panel{
  background:#f7f7f7;
  border:1px solid #cfcfcf;
  border-radius:4px;
  padding:18px 16px;
}
.index-landing .landing-left .form-row{ margin-bottom:14px; }
.index-landing .landing-left label{ font-weight:bold; color:#333; margin-bottom:6px; padding-right: 10px; }
.index-landing .landing-left select{ padding:6px; }

.index-landing .search-box{ position:relative; margin-top: 5px; }
.index-landing .search-box input{ width:170px; padding:8px 30px 8px 10px; }
.index-landing .search-box .fa{ position:absolute; right:8px; top:10px; color:#888; }

.index-landing  hr {
    margin-bottom: 15px;
}

/* Make district dropdown inside left column full width */
.disctrict-block .district-box select,
.disctrict-block .district-box .chosen-container{ width:280px !important; }

.index-landing #search_autocomplete {
    border: 1px solid #555;
    padding: 9px 4px 9px 40px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
.index-landing #search_autocomplete,
.index-landing #dropdown-for-district {
    width: 252px;
}

#welcome-state, #welcome-district {
    cursor: pointer;
}
#welcome-state:focus .welcome-panel, 
#welcome-state:hover .welcome-panel,
#welcome-district:focus .welcome-panel, 
#welcome-district:hover .welcome-panel
{
    border: solid 2px #aaa;
}
#welcome-state, #welcome-district {
    display:flex;
    flex-direction:row;    
    margin-top:35px;    
}

.icon_state, .icon_districts, .icon_schoolcompare, .icon_info1 {
    position: absolute;
    display: inline-block;
    background-image: url(images/nv-state.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
    z-index: 10;
    transform: rotate(10deg)
}
.icon_districts {
    background-image: url(images/nv-districts.png);
}

.welcome-panel {
    background: #f7f7f7;
    border: solid 2px #ddd;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 15px;    
    z-index: 1;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #123354;
    border-radius: 10px;    
}

.welcome-panel label{    
    width: 80px;
    float: left;
}

#welcome-state
{
   margin-bottom: 50px;
}

.chooseText {
    margin-left: 115px;
    font-size: 12px;
    color: #969696;
    display: none;
}

.welcome-panel .year {
    color: #969696;
}
.welcome-label {
    margin-right: 10px;
    width: 165px;
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.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: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #aaa;  
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          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;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.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 0px 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: 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;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.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, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  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: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 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, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#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;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.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 .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: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 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;
}

/* @end */
/* @group Retina compatibility */
@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;
  }
}

/* @end */

