/**SWITCH CONTROL*/ .onoffswitch { position: relative; width: 100px; margin-right: 15px; overflow: hidden; cursor: pointer; } .onoffswitch-inner { width: 200%; margin-left: -100%; -moz-transition: margin .3s ease-in 0s; -webkit-transition: margin .3s ease-in 0s; -o-transition: margin .3s ease-in 0s; transition: margin .3s ease-in 0s } .onoffswitch-inner > div { float: left; position: relative; width: 50%; height: 24px; padding: 0; line-height: 24px; font-size: 12px; color: #fff; font-weight: 700; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } .onoffswitch-inner .onoffswitch-active { background-color: #d4d4d4; color: #FFF } .onoffswitch-inner .onoffswitch-inactive { background-color: #d4d4d4; color: #FFF; text-align: right } .onoffswitch-switch { width: 50px; margin: 0; text-align: center; border: 0 solid #999; border-radius: 0; position: absolute; top: 0; bottom: 0 } .onoffswitch-active .onoffswitch-switch { background: #0073aa; left: 0 } .onoffswitch-inactive .onoffswitch-switch { background: #7D7D7D; right: 0 } .switch-on .onoffswitch-inner { margin-left: 0 } li#accordion-section-agency-pro h3 { background: #0073aa !important; color: #FFF !important; border: 0; } li#accordion-section-agency-pro h3 a { margin-top: -4px; margin-left: 8px; border: none; color: #fff; background: #28c503; box-shadow: none; } /*Design Setting Layouts*/ #agency-lite-sidebar-img-container .agency-lite-sidebar-radio-img-selected, #tm-img-container-meta .agency-lite-sidebar-radio-img-selected { border: 2px solid #555d66 !important; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } #agency-lite-sidebar-img-container .agency-lite-sidebar-radio-img-img { border: 2px solid #DEDEDE; margin: 0 5px 5px 0; cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; float: left; } img.agency-lite-sidebar-radio-img-img:hover { border: 2px solid #555d66 !important; }