﻿.noUi-connect {
    background: brown;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    background: brown;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
    background-color: brown;
}
#brand_div {
    background: url(../Images/chart_bg1.png) no-repeat;
    width:100%;
    height:auto;
}



.select_time {
    background-color:transparent;
}
.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 8px;
    color: white;
    float: right;
    /*margin-left: 5px;*/
}

.leftp {
    float: left;
    width: 40%;
}

.rightp {
    float: left;
    width: 60%;
}

/* Clear floats after the columns */
.rowp:after {
    content: "";
    display: table;
    clear: both;
}
.desc-alter-p {
    text-align: left;
    position: center;
    /*margin: 1em 0 0 0;*/
    /*padding: 0.5em;*/
    background: #c8c2b2;
    padding-left: 10px;
/*    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);*/
    z-index: 15;
    color: black;
    font-size: small;
    /*height: 70px;*/
}
.desc-p {
    text-align: left;
    position: center;
    color: black;
    font-size: large;
    font-weight: bold;
}
.target {

}
.btnp {
    width:10px;
    height:10px;
    display:inline;
}






input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 1em;
    color: black;
    top: 0px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}
    input[type=checkbox] + label {
        color: black;
        font-style: normal;
    }

    input[type=checkbox]:checked + label {
        color: black;
        font-style: italic;
    }
    input[submit] {
        width: 100%;
    }


