/*
Copyright Performance Bonus Ltd June 2014.
*/

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    // background: #696969;
}

#logo{
    float: right;
    padding-right: 20px;
    margin-top: -10px;
}

#Company{
    margin-top: -6px;
    margin-left: 20px;
    font-size: 22px;
    color:#E69316;
}


#subHeading{
    margin-top: -22px;
    margin-left: 20px;
    color: #92CCCE;
}


#slider li{

    list-style-type: none;
    margin-left: -38px;
    margin-bottom: -10px;

}


#slider li input[type="text"]{
    background:#30AEBA;
    text-align:center;
    color:white;
    margin-top: -2px;

}

/*.ui-field-contain > label ~ [class*="ui-"], .ui-field-contain .ui-controlgroup-controls{
   width: 0;
}*/


.ui-slider-track {
    margin-left: 10px;
}
.ui-mobile label{
    font-weight: bold;
    color: #696969;
}


#summary p{
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 12px;
    background-color:#30AEBA;
    height: 36px;
    text-shadow: none;
}



#tabs form{
    margin-left: 0px;
}

#dfootnote{
    padding-top: -2px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 16px;
    padding-bottom: 4px;
    border: 2px;
    border-color:  #92CCCE;
    font-size: 10px;

}


.ui-mobile label, div.ui-controlgroup-label {

    font-size: 10px;

}

#dmain {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;

}
#dtop{

    border-left: solid 2px #ccc;
    border-right: solid 2px #ccc;

}


#wrapper {
    margin: 2px auto;
    width:680px;
    height: 650px;
    border-top: solid 1px #ccc;
    border: solid 1px #ccc;
    background: white;
}

#wrapper_header {
    width:680px;
    height: 52px;
    border-bottom: solid 1px #ccc;

    background: white;
}


#wrapper_content{
    background: white;
    width:678px;
}

#wrapper_primary {
    padding-left: 5px;
    width:394px;
    float: left;
    margin-top: -12px;

}

#wrapper_secondary {
    border: thin transparent solid;
    width:270px;
    float:right;
    margin-top: -12px;

}



