﻿
@font-face{
  font-family: "Assistant";
  src: url("IMG/Assistant-VariableFont_wght.ttf") format("truetype");
}



.LogoSize
{
    margin-top:2%;
     width:80%;
     height:95%;
}
.divScreenDimmer
{
    display:none;
    position:absolute;
    background-color:black;
    width:100%;
    height:100%;   
    z-index: 2;
    opacity:0.3;

   
}
.AllDivMasterPageSystemAV
{
    direction: rtl;
    background-color: WhiteSmoke;
    width: 90%;
    height:2048px;
    
   
    position:relative;
     margin: 0 auto;
  
}

.boxDivMenuRight
{
    transition: 0.6s;
    float:right;    
    background-image: url("IMG/BGMR1.png");

    width:20%;
    height:100%;
    text-align:center;
      
}

.boxDivTitleMenuRight
{
   
     border-bottom: 1px solid Gainsboro;
      
    width:100%;
    height:150px;
}
.boxDivTitle
{
    
   background-color:WhiteSmoke;
   
     border-bottom: 1px solid Gainsboro;
    width:80%;
    height:72px;
    
    float:left;  
}

.boxTitleMenu1
{
   
    width:30%;
    height:50%;
    margin-left:2%;
    float:left;
    text-align:left;
}

.boxDivTitle_DivLeft
{
  
    width:40%;
    height:50%;
    
    float:left;
   
    margin-top:3%;
    margin-left:1%;
    font-family:Assistant;
    
   
}


.boxDivTitle_DivRight_NameAdmin
{
    
   
    width:40%;
    height:70%;
    
    float:right;
     margin-top:2%;
    text-align:right;

    margin-right:1%;
    font-size:30px;
    font-family:Assistant;
}
.TextLeft
{
  
   float:left;
     
}

.TextRight
{
  
   float:right;
     
}

.vertical-menu 
{
    
  width: 80%;
  font-family:Assistant;
  text-align:right;
  margin-top:20%;
    float:left;
}

.vertical-menu a {
 
  color: black;
  display: block;
  padding: 20px;
  text-decoration: none;
}

.vertical-menu a:hover {
 color:Gray;
}

.vertical-menu a.active {
  background-color:Gainsboro;
}

.BoxTitleAddUserOrUpDateUser
{
     width:71%;
    height:50px;
        
      float:right;  
      margin-top:80px;
     margin-right:50px;
    border: 1px solid LightGray;
     text-align:right;
    padding-top:7px;
    padding-right:5px;
      box-shadow: 5px 5px 4px LightGray;
      background-color:White;
}

.boxDivAddUser
{
    
  
    width:70%;
    height:300px;
        
      float:right;  
      margin-top:10px;
     margin-right:50px;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
}


.boxDivInAddUser1
{
  
     width:30%;
    height:95%;
        
    float:right;  
     margin-right:10px;
 
    border: 1px solid LightGray;
    
}

.boxDivEmailAndPass_PageMaster
{
   
    height: 7%;
    width: 60%; 
    color:Black;
    text-align:right;
    top:1%;
    right:2%;
    font-size:14px;
    
    position:relative;
     margin-top:1%;
     
     
     float:right;
}

.BoxDiv_TBEmailAmdPass_PageMaster
{
    
    
    height: 15%;
    width: 72%; 
   
    position:relative;
   top:1%;
    right:2%;
     margin-top:1%;
     float:right;
    
      
   
     
}

.boxDivInAddUser2
{
     width:30%;
    height:30%;
        
    float:right;  
     margin-right:10px;
    border: 1px solid LightGray;
    
}

.boxDivInAddUser3
{
   
     width:90%;
    height:70%;
        
    float:right;  
     margin-right:5px;
   
    
}

.boxBtnInsetNewUser
{
   
  
    height: 55%;
    width: 95%;
    text-align:center;
    
     position:relative;
     margin: 0 auto;
     margin-top:10%;
     
}



.FontSize30
{
    font-family:Assistant;
    font-size:30px;
}

.FontSize26
{
    font-family:Assistant;
    font-size:26px;
}

.FontSize24
{
    font-family:Assistant;
    font-size:24px;
}

.FontSize22
{
    font-family:Assistant;
    font-size:22px;
}

.FontSize20
{
    font-family:Assistant;
    font-size:20px;
}

.FontSize18
{
    font-family:Assistant;
    
    font-size:18px;
}

.FontSize16
{
    font-family:Assistant;
    font-size:16px;
}
.FontSize15
{
    font-family:Assistant;
    font-size:15px;
    text-decoration: none;
}
.heddinDIV
{
 display:none;   
}

.BoxDivCheckUserMsgScheduled
{
   
    width:100%;
    height:30px;
    font-size:14px;
    float:right;
    margin-top:10px;
}

.BoxDivListMsgScheduled
{
   
    width:100%;
    height:40px;
    font-size:14px;
    float:right;
    margin-top:5px;
}

.boxDivListUsers
{
    width:71%;
    height:400px;
        
      float:right;  
      margin-top:10px;
     margin-right:50px;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
       overflow: scroll;
}




.StyleTB_Color
{
 
   width: 100%;
   background-color:OldLace;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}


.BoxDivAlert
{
    display:none;
   
    width:80%;
    height:50px;
    margin-top:20px;
    
    float:right;
}

.alert {
   padding: 20px;
  background-color: #f44336;
  color: white;
  
  transition: opacity 0.6s;
  margin-bottom: 15px;
  
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 7s linear forwards;
    opacity: 0;
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}


.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}



.closebtn:hover {
  color: black;
}


.centerDiv{
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -55%);
    
}

.centerDiv2{
    
   display: table;
    margin: 0 auto;
     margin-top:3px;
    
}
.DivMsgMasterPage
{
      z-index:3;
     
    display:none;
    width: 22%;
    height: 26%;
    
    opacity: 0.9;
    border-radius: 5px;
    text-align:center;
  background-color:White;

    color:Black;
    font-family:Assistant;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
  
     
}

.divButtonSystematic
{
   
     display: table;
    margin: 0 auto;
     margin-top:10px;
}

.btnsystematicYes
{
    margin-right:30px;
    background-color:Green;
    color:Yellow;
    height:42px;
}

.btnCLoseDivSendSmsAndEmail
{
   float:left;
    background-color:LightGray;
    color:Black;
    width:40%;
    height:95%;
    
}

.btnCLoseDivMsgShowCodeAV
{
  
    background-color:LightGray;
    color:Black;
    width:40%;
    height:95%;
    
}

.btnSendDivSmsAndEmail
{
   float:right;
    background-color:Green;
    color:Yellow;
    width:40%;
    height:95%;
    
}

.btnDivSendSmsAndEmail
{
    margin-top:10%; 

    width:90%;
    height:30%;
}



.dimmer {
   position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    opacity:0.8;
    z-index:1001;
}


#TableListBuyAv{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size:5px;
  
  
}

#TableListUsers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size:5px;
  
  
}

#TableListBuyAv td, #TableListBuyAv th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:13px;
  
}


#TableListUsers td, #TableListUsers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:13px;
  
}

#TableListBuyAv td, #TableListBuyAv th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:13px;
  
}

#TableListUsers tr:nth-child(even){background-color: #f2f2f2;}
#TableListBuyAv tr:nth-child(even){background-color: #f2f2f2;}

#TableListUsers tr:hover {background-color: #ddd;}
#TableListBuyAv tr:hover {background-color: #ddd;}

#TableListUsers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
  
}
#TableListBuyAv th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
  
}

.DivAll_Home
{
 width:78%;
 height:650px;

 float:right;
}

.boxNumUsers_Home
{
 width:25%;
 height:100px;
 background-color:White;
 float:right;   
 margin-right:2%;
 margin-top:2%;
 
   border: 1px solid LightGray;
   text-align:right;
   padding-top:7px;
   padding-right:5px;
   box-shadow: 5px 5px 4px LightGray;
}

.box_InBoxNumUser_Title
{
    width:98%;
    height:40%;
    float:right;
    text-align:center;    
    border-radius: 4px;    
     border-bottom: 1px solid Gainsboro;    
}

.box_InBoxNumUser_Datas
{
     width:98%;
    height:30%;
    float:right;
    text-align:center; 
    margin-top:2%;
   border-bottom: 1px solid Gainsboro;    
  
     
}


.box_InBoxNumUser_Footer
{
     width:98%;
    height:15%;
    float:right;
    text-align:right; 
    
  
     
}


.boxDataOnUsers_Home
{
 width:95%;
 height:650px;
 background-color:White;
 float:right;   
 margin-right:2%;
 margin-top:2%;
 
 border: 1px solid LightGray;
   text-align:right;
   padding-top:7px;
   padding-right:5px;
   box-shadow: 5px 5px 4px LightGray;
}




.ButtonBuyAV
{
    
    width:99%;
    height:30%;
    font-size:26px;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	background-color:#ffc477;
	border-radius:3px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Assistant;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.ButtonBuyAV:hover {
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	background-color:#fb9e25;
}
.ButtonBuyAV:active {
	position:relative;
	top:1px;
}


.boxTitleList_AV_Available
{
 width:95%;
 height:7%;

 float:right;   
 margin-right:2%;

 text-align:right;
 border-bottom: 1px solid Gainsboro;    
 
}

.boxDivListTable_LicensesAvailable
{
    width:93%;
    height:72%;
        
      float:right;  
      margin-top:1%;
     margin-right:2%;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
       overflow: scroll;
}


.Btn_DDLUser
{
    padding-top:3px;
    border-radius: 5px;
    border-style: ridge;
    color: Black;
    height:20px;
    width:60px;
    margin-right:2%;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

.styleDDLListUsersLAV
{
   
  border-radius : 2px;
   border-style: ridge;

  color: Black; 
  height:25px;'   
}

.center {
  margin-left: auto;
  margin-right: auto;
}


.strStyleBtn_DeleteUser
{
  font-size:15px;
  color: FireBrick;
  padding: 2px 4px;
  
  text-align: center; 
  text-decoration: none; 
  display: inline-block;
    
}


table.MenuHome {
  border-collapse: collapse;
  width: 100%;
 
}

table.MenuHome th, table.MenuHome td {
  text-align: right;
  padding: 8px;
  font-size:13px;
  
}

table.MenuHome tr:nth-child(even) {background-color: #f2f2f2;}

.animate.pop {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-duration: 0.9s;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.boxDivInBuyAv_PicAndDatas
{
    
    width:96%;
    height:50%;
    float:right;
    border-bottom: 1px solid LightGray;
    margin-right:2%;
}

.ImgBuyAv
{
    width:50%;
    height:90%;
   padding-top:2%;
  
     
}

.BulletedDatasBuyAv
{
    font-size:18px;
    font-family:Assistant;
        
}


.Center10
{
      display: block;
  margin-left: auto;
  margin-right: auto;
}

.boxDivInDivBuyAv_btnBuy
{
     width:35%;
    height:100%;
        
    float:right;  
     margin-right:10px;
 
    border: 1px solid LightGray;
    
    
}

.element {
  /*animation-delay: 2s;*/
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
    
  animation-direction: alternate;
}

@keyframes pulse {
  0% 
  {
  -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% 
  {
      -webkit-transform: scale(1.05,1.05);
    opacity: 1;
  }
}



.navbar {
  overflow: hidden;
  background-color: #333;
 
  top: 0;
  
  width: 100%;
 
}

.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-family:Assistant;   
}

.navbar a:hover {
  background:red;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}

.field-icon {
  float: left;
  margin-right:-25px;
  margin-top:6px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}


.DivContactAdminAv
{
      z-index:6;
      margin-top:5%;
     background-color:White;
    display:none;
    width: 700px;
    height: 600px;
    
    opacity: 1;
    border-radius: 5px;
    text-align:center;
 
   
    color:Black;
    font-family:Assistant;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
  
     
}










.CloseContactAdminAV
{
    
  
    color:Red;
    width:99%;
    height:7%;
    text-align:left;
   transition: all 0.5s;
    font-family:Assistant;
   font-size:22px;
}

.TitleTextExpConAdminAv
{
     background-color:#F3F3F3;
    margin-top:2tion: all 0.5s;
    font-family:Assistant;
   font-size:22px;
}

.boxDivContactAdminAv
{ 
     width:80%;
    height:65%;
        
    position:relative;
     margin: 0 auto;          
     margin-top:1%;
    border: 1px solid LightGray;
    
}





.DivLimitedOrVip
{
   width:100%;
   height:2%;
   
   text-align:right;
 
   font-size:16px;
   padding-top:2%;  
   text-align:center;
      
}

.BtnUpdateVIP
{
     
     background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%);
}

.colorTextGreen
{
    color:Green;
     font-weight: bold;
}


.ObjRight
{
 float:right; 
 margin-top:5%;  
 margin-bottom:7%;
}

.BoxDivChoiceLinceUpdate
{
   
   
    width:95%;
    height:15%;
    float:right;
  
    
      
   
     
}

.boxTextLinceUpdate
{
  
    height: 7%;
    width: 60%; 
    color:Black;
    text-align:right;
    top:1%;
    right:2%;
    font-size:14px;
    
    position:relative;
     margin-top:1%;
     margin-bottom:2%;
     
     
    
}



.ObjRight1
{
 float:right; 
 width:60%;
}



.ButtonShowCodeUpdate 
{
     width:20%;
    height:42%;
	
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:none;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
    text-align : center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	float:left;
}
.ButtonShowCodeUpdate:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.ButtonShowCodeUpdate:active {
	position:relative;
	top:1px;
}









.ObjRight2
{
 float:right; 
 width:65%;
}


.BoxDiv_TBListLinceFree
{
 
    
    height: 15%;
    width: 100%; 
   
    position:relative;
   top:1%;
    right:2%;
     margin-top:2%;
     float:right;
    
      
   
     
}

.ButtonShowCodeAddUser
{
     width:20%;
    height:55%;
	
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:none;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
    text-align : center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	float:left;
}
.ButtonShowCodeAddUser:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.ButtonShowCodeAddUser:active {
	position:relative;
	top:1px;
}







.DivSendBackupToAdmin
{
     
       margin-top:18%;
       
       width:100%;
       height:15%;
       float:right;
}


.ButtonSendBackupToEmailAdmin
{
     width:80%;
    height:35%;
    margin-right:6%;
   
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:13px 12px;
    text-align : center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	float:right;
	  
	
}

.ButtonSendBackupToEmailAdmin:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.ButtonSendBackupToEmailAdmin:active {
	position:relative;
	top:1px;
}











.CustomerListActionsBar
{
   
     width:71%;
    height:33px;
        
      float:right;  
      margin-top:5px;
     margin-right:50px;
  
    border: 1px solid LightGray;
     text-align:right;
   
    padding-right:5px;
      box-shadow: 2px 1px 4px LightGray;
      background-color:White;
      
}



.divTbAndBtnForFindUser
{
     width:30%;
    height:100%;
    float:right;
    margin-top:7px;
   
}

.btn_PaneFindListUsers
{
    width:30%;
    height:100%;
    float:left;
    margin-left:1%;
    
}

.btnShowExpiredLicenses_ListUser
{
    background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); 
   
    border:1px solid #4b8f29;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	
	height:72%;
	width:45%;
	margin-left:3%;
	padding-top:8px;
    text-align : center; 
	text-decoration:none;
	float:left;
}

.btnShowAllUses_ListUser
{
   
    background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); 
    border:1px solid #4b8f29;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	
	height:72%;
	width:45%;
	margin-left:3%;
	padding-top:8px;
    text-align : center; 
	text-decoration:none;
	float:left;
}



.CustomerbtnsListLinces
{
   
     width:94%;
    height:33px;
        
      float:right;  
      margin-top:5px;
      margin-right:2%;
  
    border: 1px solid LightGray;
     text-align:right;
   
    padding-right:5px;
      box-shadow: 2px 1px 4px LightGray;
      background-color:White;
      
}

.btnShowListNewLicenses
{
    background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); 
   
    border:1px solid #4b8f29;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	
	height:75%;
	width:45%;
	margin-left:3%;
	padding-top:4px;
    text-align : center; 
	text-decoration:none;
	float:left;
}

.btnShowListAllLicenses
{
   
    background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); 
    border:1px solid #4b8f29;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	
	height:75%;
	width:45%;
	margin-left:3%;
	padding-top:4px;
    text-align : center; 
	text-decoration:none;
	float:left;
}


.btn_PaneFindListLinceses
{
   
    width:35%;
    height:100%;
    float:left;
    margin-left:1%;
    
}












.cssIfreamPay
{
    width:350px;
    height:470px;
   
    
}

.boxDivTranzilaPay
{
    width:77%;
    height:490px;
        
      float:right;  
      margin-top:10px;
     margin-right:5px;
    border: 1px solid LightGray;
      padding : 10px;
      box-shadow: 5px 5px 4px LightGray;
       overflow: scroll;
}

.BoxTitleBuyAV
{
     width:78%;
    height:50px;
        
      float:right;  
      margin-top:80px;
     margin-right:5px;
    border: 1px solid LightGray;
     text-align:right;
    padding-top:7px;
    padding-right:5px;
      box-shadow: 5px 5px 4px LightGray;
      background-color:White;
}


.ImgBuyAv
{
    width:40%;
    height:80%;
   padding-top:2%;
  
     
}


.boxDivInBuyAv_PicAndDatas
{
    width:96%;
    height:30%;
    float:right;
    border-bottom: 1px solid LightGray;
    margin-right:2%;
}

.boxDivInBuyAv_PicAndDatas1
{
   
    width:96%;
    height:40%;
    float:right;
    border-bottom: 1px solid LightGray;
    margin-right:2%;
   
}

.ButtonInsetNewUserAV 
{
    width:71%;
    height:90%;
    font-size:26px;
    
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.ButtonInsetNewUserAV:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.ButtonInsetNewUserAV:active {
	position:relative;
	top:1px;
}

.boxDivTableBuyAv
{
 
     width:30%;
    height:95%;
        
    float:right;  
     margin-right:10px;
 
    border: 1px solid LightGray;
    
}


.ButtonBuyAv
{
    width:91%;
    height:26%;
    font-size:26px;
    
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.ButtonBuyAv:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.ButtonBuyAv:active {
	position:relative;
	top:1px;
}


.divMarkingGuide
{
      width:71%;
    height:33px;
        
      float:right;  
      margin-top:5px;
     margin-right:50px;
  
   
     text-align:right;
   
   
}

.Guide
{
    width:20%;
    height:90%;
    margin-right:1%;
    float:right;
    font-size:12px;
    font-family:Assistant;
}