/*
 * IRS Dashboard CSS
 */

div#irs {
    margin: 24px 3%;
}
#irs h1{
    width : 250px;
    float : left;
    margin-top : 0;
}
#irs #buttonBlock{
    float : right;
    width : 500px;
}
div.wrapper{
    clear : both;
}
.nav-column {
    float: left;
    width: 10%;
    min-height: 500px;
    margin-bottom:25px;
}
.nav-column ul {
    margin: 0;
    padding: 0;
}
.nav-column ul li {
    list-style: none;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px dotted #375D81;
    font-size: 14px;
    cursor: pointer;
    color: #375D81;
    font-weight: bold;
    background-color: rgba(255,255,255,.3);
}
.nav-column ul li:hover, .nav-column ul li.selected {
    background-color: rgba(255,255,255,.8);
}
.main-content {
    float: left;
    width: 88%;
    border: 4px solid #375D81;
    background-color: rgba(255,255,255,.9);
    min-height: 600px;
}
.parameter-row {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #375D81;
    background: #FFFFFF;
}
.parameter-row .row {
    width: 100%;
    float: left;
}
.parameter-row .row .column {
    float: left;
    padding: 5px 2%;
    min-width: 20%;
}
.parameter-row .column .title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
/*
.parameter-row .column select {
    width: 100%;
}
*/
input.submit {
    background-color: #375D81;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    color: #FFFFFF;
    border-radius: 4px;
    float: right;
    margin : 0 20px 0 0;
    cursor : pointer;
}
.parameter-row .row.current {
    padding: 5px 2% 20px;
}
input#currentSelection {
    width: 80%;
    font-size: 15px;
    padding: 4px 6px;
    margin: 0 0 0 1%;
}
.ajax-container {
    padding: 20px 4%;
    float: left;
    width: 92%;
}

.loader {
    display:none;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255,.9);
    padding: 20px;
    box-shadow: 5px 5px 30px -5px #999;
    height: 52px;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loader--dot:first-child {
    background-color: #E1E6FA;
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: #C4D7ED;
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: #ABC8E2;
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: #375D81;
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: #183152;
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: #102036;
    animation-delay: 0s;
}
.loader--text {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}


#charts-wrapper {
    min-width: 310px;
    max-width: 800px;
    min-height: 400px;
    margin: 0 auto
}
.nav-column li img {
    max-width:30px;
    margin:0 auto 10px;
    display: block;
}
select.chosenize{
    width : 200px;
}
#fieldPickerRow{
    background-color : #CCCCCC;
}

table.dataTable tr:hover {
    background-color: #f3f7f9;
}

table.dataTable .tdWrapper{
    max-height : 50px;
    overflow : hidden;

}

table.dataTable{
    font-size : .8em;
}

.dataTables_scrollBody{
    font-size : .8em;
}

.codeDetails {
    display:none;
}
.searchResults ul {
    padding: 0;
    margin: 0;
}
.searchResults ul li {
    list-style: none;
    font-size: 14px;
    padding: 4px 6px;
    border-bottom: 1px dotted rgba(62, 62, 62, 0.25);
}
.searchResults ul li .codeName:hover {
    cursor: pointer;
    font-weight: bold;
}
span.link.selectThisCode, #nteeSearchDialogOpen {
    font-size: 12px;
    margin: 0 5px;
    color: #00F;
    text-decoration: underline;
    cursor: pointer;
}
span#nteeSearchDialogOpen {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 11px;
    padding: 0 0 0 75px;
}
span#nteeSearchDialogOpen:hover {
    color: #169EF3;
}
.codeName .codeNameLink::before {
    content: "+";
    font-weight: bold;
    padding: 0 5px;
}
.codeName.open .codeNameLink::before {
    content: "-";
}
.searchResults ul li .codeName:hover span.link.selectThisCode {
    font-weight: normal;
}
.codeDetails {
    font-weight: normal;
    padding: 4px 9px 3px;
    font-size: 12px;
    line-height: 15px;
}
.detailRow {
    margin-bottom: 3px;
}
.detailRow .label {
    text-decoration: underline;
}
#nteeSearchWrapper input.keywords {
    padding: 5px 4px;
    width: 400px;
}
#nteeSearchWrapper input#nteeSearchBtn {
    font-size: 15px;
}
.noDetails {
    padding:10px 0;
}
#ajaxUpper {
    min-width: 310px;
    max-width: 800px;
    min-height: 400px;
    margin: 0 auto;
}
#ajaxLower, #list-wrapper {
    min-width: 310px;
    max-width: 1000px;
    min-height: 400px;
    margin: 25px auto;
    overflow-x : scroll;
    overflow-y: hidden;
}
.right{
    text-align : right;
}
th {
  padding: 0 !important;
  margin: 0 !important;
}
