﻿body 
{
	background : #D6EBE1;
	
}
#Container
{
    width: 100%;
    margin: 0px auto;
   
/*    border: 1px solid black;*/
}
#Ctn_header{
        position: absolute;
        z-index: 1;
        clear: both;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 95px;
        background :#D6EBE1 ;
       /* background: -moz-linear-gradient(top,  #83bf17 0%, #118E26 100%);  FF3.6-15 */
		/*background: -webkit-linear-gradient(top,  #83bf17 0%,#118E26 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom,  #83bf17 0%,#118E26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83bf17', endColorstr='#e0f400',GradientType=0 ); /* IE6-9 */

}
#Ctn_header2{
        position: absolute;
        z-index: 1;
        clear: both;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 95px;
        
}
#logo{
       margin-left:10px;
}
#title
{  
    background-color: buttonface;
    height: 40px;
    font-size: 15px;
    color: #666666; 
}
/*table*/



.tb { 
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff; 
    color: #8AA8BD; 
	border:2px solid #0d4e9c;
    padding: 4px 8px 4px 4px;
    line-height: 1; 
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
	margin-left: 0px;
} 
 .tb:hover { 
    border: 1px solid #FF00FF; 
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); 
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); 
  } 
 .tb:focus { 
    border: 1px solid #4d90fe; 
    outline: none; 
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);  
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); 
    background: rgb(255, 255, 255); } 

     
     
     body { scrollbar-3d-light-color:#119ccf; 
            scrollbar-arrow-color:#ffffff; 
            scrollbar-3d-light-color:#0d4e9c; 
            scrollbar-arrow-color:#ffffff; 
            scrollbar-base-color:#0d4e9c; 
            scrollbar-dark-shadow-color:#119ccf; 
            scrollbar-face-color:#ffffff; 
            scrollbar-highlight-color:#0d4e9c; 
            scrollbar-track-color:#119ccf; 
            scrollbar-shadow-color:#0d4e9c; 
     }
     .Button
     {
     	border-style: none;
	border-color: inherit;
	border-width: medium;
	background: #CD853F;
	color:#ffffff;
     		font-size:16px;
     		font-family:Calibri;
     		padding:3px 25px;
     		border-radius:2px;
	height: 31px;
}
		.Button:hover
		{
		background:#696969;
		
		}
		.button:focus
		{
		outline : none;
		}	
		
	.ButtonLogin
     {
     	border-style: none;
		border-color: inherit;
		border-width: medium;
		background: #83bf17;
		color:#ffffff;
     	font-size:24px;
		font-family:Calibri;
     	padding:3px 40px;
     	border-radius:10px;
		height: 31px;
}

		.ButtonLogin:hover
		{
		background:#B5B5B5;
		
		}
		.button:focus
		{
		outline : none;
		}	
		
		
		.buttonhelp {
  border-style: none;
	border-color: inherit;
	border-width: medium;
	display: inline-block;
  	border-radius: 2px;
  	background-color: #f4511e;
  	color: #FFFFFF;
  	text-align: center;
  	font-size:12px;
  	padding: 2px;
  	width: 50px;
  	transition: all 0.5s;
  	cursor: pointer;
  	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.buttonhelp:hover
		{
		color:#B5B5B5;
		 box-shadow: 0 5px 7px 0 rgba(0,0,0,0.24), 0 9px 30px 0 rgba(0,0,0,0.19);
		}
		
		


	textLogin:-webkit-input-placeholder {
		color: #b5b5b5;
	}

	textLogin-moz-placeholder {
		color: #b5b5b5;
	}

	.textLogin {
		background: #f5f5f5;
		font-size: 1.0rem;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: none;
		padding: 13px 10px;
		width: 270px;
		margin-bottom: 20px;
		box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
		clear: both;
	}

	.textLogin:focus {
		background: #fff;
		box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
		outline: none;
	}
	
	
	

/*.combobox{
	position: relative;
    width: 141px;
    margin: 0 auto;
    padding: 3px;
    background: #fff;
    border-radius: 2px;
    border:2px solid #0d4e9c;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #8AA8BD;
	top: 1px;
	left: -59px;
}*/
.combobox {
   border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 150px;
       background-color: #ffffff;
       color: #000000;
       font-size: 14px;
       cursor: pointer;
   }

   .combobox select {
  /* background: transparent;
   width: 180px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;*/
   
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   }

.box-body {
    display: block;
    float: left;
    min-height: 60px;
    width:1100px;
    background-color: #ffffff;
    padding-left :5px;
	border:2px solid #FF3300;
    border-radius: 15px;
    margin-left: 20px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1)
    
}
.box-body2 {
    display: block;
    float: left;
    min-height: 60px;
    width:500px;
    background-color: #ffffff;
    padding-left :5px;
	border:1px solid #83bf17;
    border-radius: 25px;
    margin-left: 20px;
    
}


	  .textlabel
    {
    	padding-top:10px;
    	font-family: Capriola, Helvetica, sans-serif;
    	color: #1d5ff3; 
    	border-radius: 2px;
    	font-size:18px;
    }
    
     .textlabel2
    {
    	padding-top:4px;
    	padding-bottom:3px;
    	font-family: Capriola, Helvetica, sans-serif;
    	color: #1d5ff3; 
    	border-radius: 2px;
    	font-size:18px;
    }
     .bodytable
     {
     	padding-top :50px;
     	margin-top :50px;
     	margin-left :20px;
     }
     
     .stylemenuconnect
     {
     	 background: #228B22;
         background: -moz-linear-gradient(top, #76EE00 0%, #228B22 100%);
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76EE00), color-stop(100%, #228B22));
         background: -webkit-linear-gradient(top, #76EE00 0%, #228B22 100%);
         background: -o-linear-gradient(top, #76EE00 0%, #228B22 100%);
         background: -ms-linear-gradient(top, #76EE00 0%, #228B22 100%);
         background: linear-gradient(to bottom, #76EE00 0%, #228B22 100%);
     }
     
     .label {
  color: white;
  padding: 8px;
}

.success {background-color: #4CAF50;} /* Green */