/* -------------------------------------------------------------- 
common.css for gsk only
-------------------------------------------------------------- */
/*button begin*/
.btn-purple{
    font-size: 12px!important;
    font-weight: bold;
    padding: 10px 15px !important;
}
.btn-purple-outlined{
	background: #fff;
	color: #bb0e82;
	border: 0px!important;
}
.btn-green-dropdown {
  color: #72635d;
  background: #fff;
  border-color: #62bb46;
}
.dropdown-toggle-green{
	background: #62bb46;
	border-color: #62bb46;
	color: #fff;
}
.btn-purple-dropdown {
  color: #72635d;
  background: #fff;
  border-color: #bb0e82;
}
.dropdown-toggle-purple{
	background: #bb0e82;
	border-color: #bb0e82;
	color: #fff;
}
.btn-purple-dropdown .fa-chevron-down, 
.btn-green-dropdown .fa-chevron-down
{
  color: #fff;
}
.open .btn-purple-dropdown + .dropdown-menu{
  color: #72635d;
  background: #ffe7ba; 
  border-color: #bb0e82;
  border-width: 2px;
  max-height: 250px;
  overflow : auto;
}
.open .btn-green-dropdown + .dropdown-menu{
  color: #72635d;
  background: #ffe7ba; 
  border-color: #62bb46;
  border-width: 2px;
  max-height: 250px;
  overflow : auto;
}
.open .btn-purple-dropdown + .dropdown-menu li:first-child, .open .btn-purple-dropdown + .dropdown-menu li:last-child{
	padding-top: 10px;
}

/*button end*/
/*color begin*/
.white{
	color: #ffffff;
}
.green{
	color: #62bb46;
}
.orange{
	color: #f36633;
}
.purple{
	color: #bb0e82;
}
.red{
	color: #ef4129;
}
.blue{
	color: #0088ce;
}
.light-grey{
	color: #72635d;
}
/*color end*/
/*background begin*/
.bg-purple{
	background: #bb0e82;
}
.bg-white{
	background: #fff;
}
.bg-orange{
	background: #f0efed;
}
.bg-green{
	background: #62bb46;
}
.bg-transparent{
	background: rgba(0,0,0,0);
}
.bg-blue{
	background: #0088ce;
}
.bg-light-blue{
	background: #00b6c9;
}
.bg-red{
	background: #ef4129;
}
.bg-deep-purple{
	background: #4d367b;
}
/*background end*/
/*border begin*/
.border-radius1{
	border-radius : 25px;
}
.border-radius2{
	border-radius : 50%;
}
.border-green{
	border: 1px solid #62bb46;
}
.border-blue{
	border: 1px solid #00b6c9;
}
.border-orange{
	border: 1px solid #f36633;
}
.border-red{
	border: 1px solid #ef4129;
}
/*border end*/
/*font begin*/
.level0{
	font-size: 11px;
}
.level1{
	font-size: 12px;
}
.level2{
	font-size: 14px;
}
.level3{
	font-size: 16px;
}
.level4{
	font-size: 18px;
}
.level5{
	font-size: 21px;
}
.level6{
	font-size: 26px;
}
.level7{
	font-size: 36px;
}
.level8{
	font-size: 50px;
}
/*font end*/
.fa-deep-purple{
	color:#4d367b;
}
/*radio button and checkbox begin*/
input[type=checkbox]:not(old),
input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  position: absolute;
}

body:not(old) input[type=checkbox] + label {
    display: inline-block;
    background: url('../../images/button/unchecked_round.png') no-repeat 0 0;
    line-height: 24px;
    font-weight: normal;
    padding-left: 28px;
}
body:not(old) input[type=radio] + label {
    display: inline-block;
    background: url('../../images/button/unchecked_round.png') no-repeat 0 0!important;
    line-height: 24px;
    font-weight: normal;
}
body:not(old) input[type=checkbox] + label {
  background   : url('../../images/button/unchecked_square.png') no-repeat 0 0;
}
input[type=checkbox] {
  background   : url('../../images/button/unchecked_square.png') no-repeat 0 0!important;
}


body:not(old) input[type=checkbox]:checked + label{
	display      : inline-block;
  	background : url('../../images/button/checked_square.png') no-repeat 0 0;
  	line-height  : 24px;
  	font-weight  : normal;
  	padding-left: 28px;
  
}

body:not(old) input[type=radio]:checked + label{
	display      : inline-block;
  	background : url('../../images/button/radio_round.png') no-repeat 0 0!important;
  	line-height  : 24px;
  	font-weight  : normal;
}

.address-colorbox{

}

.btn-green-dropdownQuantity {
  color: #72635d;
  width:70px;
  background: #fff;
  border-color: #62bb46;
}
.btn:focus,
.btn.active:focus
{
  outline: none;
}
.bg-grey{
	background: #ada7a3;
}
.grey{
	color: #ada7a3;
}
.bg-light-gray{
	background: #d5d1ce;
}

.common-display-none{
	display:none;
}

.common-display-inline{
	display:inline;
}

#addressDetail .bg-color-gray{
	background-color:#eeeeee;
}

.common-padding-left-0
{
	padding-left: 0px; 
}

.common-padding-right-30
{
	padding-right: 30px;	
}

.common-padding-right-0
{
	padding-right: 0px;
}

.common-margin-top-3
{
	margin-top: 3px;
}

.common-margin-top-10
{
	margin-top: 10px;
}

.common-float-none{
	float:none;
}

.common-padding-top-10{
	padding-top:10px;
}

.common-margin-bottom-0{
	margin-bottom: 0px !important;
}

.common-margin-top-5{
	margin-top: 5px;
}

.common-word-wrap{
	word-wrap:break-word;
}

.common-margin-bottom-15{
	margin-bottom: -15px;
}

.delivery{
	width:150px;
	word-wrap:break-word;
}

.common-overflow-hidden{
	overflow: hidden;
}

input[type=checkbox]:not(old) {
    width: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
}
button[disabled] {
    opacity: 0.4 !important;
    text-transform: none !important;
}
