﻿/* 
 The developers and users acknowledge and agree that all the intellectual properties that are created, performed or prepared including but not limited to all source codes shall belong exclusively to Ascentis Pte Ltd and/or its subsidiaries (“Company”). The developers and users shall not use, copy, display, modify, communicate, adapt, perform, reproduce, reconstruct, reverse engineering, distribute, disclose or share any of IPs without the written consent of the Company.   
 */
tr.divider td {
    line-height: 5px;
}
.optionSectionList {
    margin-bottom: 20px;
}
.optionSection {
    margin-bottom: 10px;
}
.dropdown ul.dropdown-menu {
    margin-left: 0px !important;
    width: 100%;
}
.dropdown ul.dropdown-menu li {
    margin-left: 0px !important;
    width: 100%;
}
.dropdown ul.dropdown-menu li .attimage, .dropdown button.dropdown-toggle .attimage {
    margin-right: 10px;
    height: 26px;
}
.dropdown ul.dropdown-menu li .attcolor, .dropdown button.dropdown-toggle .attcolor {
    display: inline-block;
    min-width: 30px;
    margin-right: 10px;
}
.dropdown button.dropdown-toggle {
    width: 100%;
    text-align: left;
    background-color: #fff;
    color: #000 !important;
    border: #777 solid 1px;
}
.dropdown button.dropdown-toggle span.caret {
    /*color: #fff;*/
    float: right;
    position:relative;
    bottom: -10px;
}
.buttonselection ul.buttonselection-menu {
    margin-left: 0px !important;
    width: 100%;
}
.buttonselection ul.buttonselection-menu li {
    margin: 3px;
    display: inline-block;
    list-style: none;
    list-style-type: none;
    border: #808080 solid 1px;
    border-radius: 4px;
    padding: 7px 20px;
    cursor: pointer;
}
.buttonselection ul.buttonselection-menu li.active {
    background: #777;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#a2a2a2));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#777), to(#a2a2a2));
    background: -moz-linear-gradient(center top, #777, #a2a2a2);
}
.buttonselection ul.buttonselection-menu li.active span {
    color: #fff;
}
.buttonselection ul.buttonselection-menu li a {
    cursor: pointer;
}
.buttonselection ul.buttonselection-menu li a:hover {
    text-decoration: none;
}
.buttonselection ul.buttonselection-menu li .attimage, .buttonselection button.buttonselection-toggle .attimage {
    margin-right: 3px;
    height: 26px;
}
.buttonselection ul.buttonselection-menu li .attcolor, .buttonselection button.buttonselection-toggle .attcolor {
    display: inline-block;
    min-width: 30px;
    margin-right: 3px;
}