/* 






















 configuration.ftl included */

#software #contentDiv .content {
    padding: 0px 20px;
    background: #f0f0f0 url(/ips-repositories/operator/20645481/help/images/softwareBg.png) no-repeat 95% 30px;
    
}

#software h2 {
    margin: 5px 0 10px;
    padding: 0;
}
 
#software h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

#commonInfo {
    width: 400px;
    padding: 20px 10px;
    height: auto;
}

#commonInfo h6{
    margin-top:30px;
}

#commonInfo strong{
    line-height:32px;
}

.dataDescription{
    display: none;
    margin: 10px 0;
}

.dataDescription li{

list-style:none;

}

.selected {
    background-color: #f4f5f5;
    cursor: default;
}
.dataType {
    border: 1px solid #d2d2d2;
    padding: 10px 0 10px 60px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #fff;
    background-position: 8px 7px;
    background-repeat: no-repeat;
}


.dataType.selected h6 {
    cursor: default;
    font-weight: bold;    
}

.dataType.selected {
    cursor: default;
    background-color: #f4f5f5;    
}


#downloadWin li {
    list-style: none;
}

#downloadWin {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareWin.png'); 
}

#downloadMac {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareOSX.png'); 
}

#downloadIOS {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareIOS.png'); 
}

.dataDescriptionContainer {
    margin-top: 25px;
}

.dataDescriptionContainer .text{
    line-height:25px;
}

.btn-big.downloadBtn {
    float: none;
    width: 280px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: 57px;
    line-height: 57px;
    display: block;
    color:  #fff;
    border: 0px none;
    border-radius: 3px;
    background:  #579722;
    -webkit-box-shadow: inset 0px 1px 0px rgb( 189 , 253 , 136 ), inset 0px 80px 60px -60px rgb( 125 , 189 , 72 );
    -moz-box-shadow: inset 0px 1px 0px rgb( 189 , 253 , 136 ), inset 0px 80px 60px -60px rgb( 125 , 189 , 72 );
    box-shadow: inset 0px 1px 0px rgb( 189 , 253 , 136 ), inset 0px 80px 60px -60px rgb( 125 , 189 , 72 );
    cursor: pointer;
}

.btn-big.downloadBtn:hover{
	color: #fff;
}

.dataDescriptionContainer li {
    height: 45px;
    width: 700px;
}

.dataDescriptionContainer .number {
    color: #fff;
    background-color: #898989;
    border: 1px solid #626262;
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.dataDescriptionContainer .text