﻿.Control_Button0
{
	width:70px;
	background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-size:13px;
	padding-bottom: 4px;
	margin-bottom: 1px;
	cursor: pointer;
}
.Control_Button0_Disable
{
	width:70px;
	background-image:url(Images/Buttons/ButtonBg_Disable.gif);
	border: #a3a3a3 1px solid;
	height:22px;
	color:#a3a3a3;
	font-size:13px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}
.Control_Button1
{	
	background-image:url(Images/Buttons/button-bg.png);
	border: White 1px solid;
	height:30px;
	color:White;
	font-weight:bold;
	font-size:13px;
	padding: 0px 4px 2px 4px;
	margin-bottom: 1px;
	cursor: pointer;
}


.Control_Button4
{
	    /* background-image: url(Images/Buttons/button-bg.png); */
    background-color: #1665b1;
    border: White 1px solid;
    min-height: 32px;
    color: White;
    font-size: 15px;
    padding: 5px 10px 6px 10px;
    margin-bottom: 1px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0px solid #d9d9d9;
    min-width: 100px;
    font-weight: 600;
    font-family: var(--font-family-main) !important;
}

.Control_Button4_Disable
{	
	/*background-image:url(Images/Buttons/button-bg-disable.png);*/
	background-color:#bebebe;
	border: White 1px solid;
	min-height:32px;
	color:White;

	font-size:15px;
	padding: 5px 10px 6px 10px;
	margin-bottom: 1px;
	cursor: pointer;
	-moz-border-radius: 2px; /* from vector shape */
    -webkit-border-radius: 2px; /* from vector shape */
    border-radius: 2px; /* from vector shape */
    border: 0px solid #d9d9d9;
    min-width:100px;
}

.Control_ButtonBrowse
{
	width:30px;
	background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-weight:bold;
	font-size:13px;
}
.Popup_BtClose a
{
	width:16px;
	height:20px;
	text-decoration: none;
	background-image:url(Images/Buttons/btn_Close.gif);
}
.CloseTreePopupButton
{
	width: 16px;
	height: 17px;
	background-image: url(Images/Buttons/btn_Close.gif);
	cursor: pointer;
}


.ViewBtn
{
    background-image: url(Images/Buttons/btn_View.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: #FFFFFF 0px solid;
}



.AddCartBtn
{ 
    float:left;   
	background-image:url("Images/Buttons/add-cart-icon.png");	
	height:28px;
	width:110px;		
	background-color:transparent;
	cursor:pointer;
	color:Red;
}


.DeleteBtn
{
	background-image: url(Images/Buttons/btnDel1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.UpdateBtn
{
	background-image: url(Images/Buttons/btnEdit1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.AddScheduleBtn
{
	background-image: url(Images/Buttons/btnAddSchedule.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.SaveBtn
{
	background-image: url(Images/Buttons/BtnSave.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}

.UpBtn
{
	background-image: url(Images/Buttons/btnRefresh1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}

.Control_ButtonVn
{	
	    background-image: url(Images/Buttons/Vietnamese.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    border: #688CAF 0px solid;
    height: 18px;
    cursor: pointer;
    padding-left: 25px;
    background-color: transparent;
    /* color: #d60c0c; */
    color: white;
    margin: 0px 0px 0px 10px;
}

.Control_ButtonEn
{
	background-image: url(Images/Buttons/English.png);	
	background-repeat:no-repeat;
	background-position: 0px;
	border: #688CAF 0px solid;
	height:18px;
	cursor: pointer;
	padding-left:25px;
	background-color:
	transparent;
	/*color:#00247d;*/
	color:white;	
}

.button-default {
    text-align: center;
    padding: 5px 20px 5px 20px;
}

.button-pink {
      background-color: #1665b1;
    border-radius: 3px;
    color: #ffffff;
    text-align: right;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family-main) !important;
}



.button-pink:hover {
      background-color: #fda31b;
    border-radius: 3px;
    color: #ffffff;
    text-align: right;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family-main) !important;
}