body
{font-family: "sans-serif";

font: 12px/1.5 sans-serif;
}
table
{
margin:0;
padding:0;
border-collapse: collapse;
}
td
{
margin:0;
padding:0;
border-collapse: collapse;
}

/* An Styles */
@charset "utf-8";
.shadow{
-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;
}
.bg
{
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.user_list_hover
{
min-height:180px;
padding:10px;
-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	background-color:#f5f4f4;
	cursor: pointer;
}

.user_list_hover:hover
{
 background-color:#dddcdc;	
}

.icon_hover
{
opacity:1
-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	
	cursor: pointer;
}

.icon_hover:hover
{
opacity:0.4;
}

.circle_button_blue
{
width:60px;
height:60px;
border-radius:30px;
font-size:14px;
color:#09f;
background-color:#fff;
opacity:1;
-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
	cursor: pointer;
}

.circle_button_blue:hover
{
color:#ffffff;
background-color:#4962e0;
}

.avatar_image
{
border-radius:82px;
width:164px;
height:164px;	
}

.avatar_thumb_image
{
border-radius:50px;
width:100px;
height:100px;	
}

.rounded
{
border-radius:82px;

}
.thumb_rounded
{
border-radius:50px;

}


._h
{
color:#09f;
font-size: 18px;
font-weight: 400;	
width: 100%;
margin-bottom:10px;
}

_t
{
font-weight: 400;
font-size:12px; 
color:#2F4050;
}

._gray
{
	color:#2F4050;
}
._blue
{
color: #09f;	
}

._red
{
color: #ee3f4c;
}

._bold
{
font-weight:700;	
}

._thin
{
font-weight:400;		
}

._normal
{
font-style: normal;
}

._italic
{
font-style: italic;	
}

._pointer
{
cursor:pointer;	
}
._icon_margin
{
margin-right: 10px;	
}

._blue_dot
{
display:inline-block;
background-color:#09f;
border-radius:15px;
width:24px !important;
height:23px !important; 
font-weight: 700;
font-size:13px; 
color:#fff;
text-align:center;	
}

._gray_dot
{
display:inline-block;

border-radius:4em;
width:24px !important;
height:23px !important; 
font-weight: 700;
font-size:13px; 
color:#fff;
text-align:center;	
}

._gray_dot_dark
{
display:inline-block;
background-color:#2F4050;
border-radius:4em;
width:24px !important;
height:23px !important; 
font-weight: 700;
font-size:13px; 
color:#fff;
text-align:center;	
}

._an_link
{
color: #4bba29;
font-weight:400;
-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;	
}

._an_link:hover
{
	color: #09f;
	font-weight:700;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

._an_th
{
width:120px; 
text-align:center;  
border-top-left-radius:20px;  
border-top-right-radius:20px;
background-color: #e6e6e6; 
border:none;	
}

._an_th:hover
{
width:120px; 
text-align:center;  
border-top-left-radius:20px;  
border-top-right-radius:20px;
background-color: #e8e1e1; 
border:none;	
}

/* Table 1 Style */
table.info_table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:collapse;
}
.info_table1 thead th{
    padding:15px;
    //min-width:300px;
	color:#09f;
    //text-shadow:1px 1px 1px #568F23;
    border:1px solid #09f;
    border-bottom:2px solid #09f;
	border-left:0px solid #09f;
    background-color:#d0cfd1;
  /*  background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(80,79,79)),
        color-stop(0.51, rgb(66,66,66)),
        color-stop(0.87, rgb(46,46,46))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(80,79,79) 2%,
        rgb(66,66,66) 51%,
        rgb(46,46,46) 87%
        );*/
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	 border-collapse:collapse;
}
.info_table1 thead th:empty{
    background:transparent;
    border:none;
	 border-collapse:collapse;
}
.info_table1 tbody th{
    color:#09f;
    //text-shadow:1px 1px 1px #09f;
    border:1px solid #09f;
    border-right:2px solid #09f;
	border-top:0px solid #09f;
    background-color:#fff;
    padding:0px 10px;
 /*   background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(80,79,79)),
        color-stop(0.51, rgb(66,66,66)),
        color-stop(0.87, rgb(46,46,46))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(80,79,79) 2%,
        rgb(66,66,66) 51%,
        rgb(46,46,46) 87%
        );*/
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
	 border-collapse:collapse;
}
.info_table1 tfoot td{
    padding:15px;
    //min-width:300px;
	color:#09f;
    //text-shadow:1px 1px 1px #568F23;
    border:1px solid #09f;
    border-top:0px solid #09f;
	border-left:0px solid #09f;
    background-color:#d0cfd1;
  /*  background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(80,79,79)),
        color-stop(0.51, rgb(66,66,66)),
        color-stop(0.87, rgb(46,46,46))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(80,79,79) 2%,
        rgb(66,66,66) 51%,
        rgb(46,46,46) 87%
        );*/
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius:5px 0px 0px 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	 border-collapse:collapse;
}
.info_table1 tfoot th{
    color:#666;
}
.info_table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#fff;
    border: 1px solid #09f;
	border-left: 0px solid #09f;
	border-top: 0px solid #09f;
   /* -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;*/
    color:#09f;
    border-collapse:collapse;
}

.info_table1 tbody .second{
	background-color:#f2f2f2;
}

.info_table1 tbody span.check::before{
    content : url(images/check0.png)
}
/* Table 2 Style */
table.info_table2{
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse:collapse;
    text-align:center;
}
.info_table2 thead th, .info_table2 tfoot td{
    padding:20px 10px 40px 10px;
    color:#fff;
    font-size: 26px;
    background-color:#222;
    font-weight:normal;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:1px 1px 1px #000;
}
.info_table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
.info_table2 tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
.info_table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.info_table2 thead :nth-last-child(1){
    border-right:none;
}
.info_table2 thead :first-child,
.info_table2 tbody :nth-last-child(1){
    border:none;
}
.info_table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.info_table2 tbody td{
    padding:10px;
    background-color:#f0f0f0;
    border-right:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;
    color:#333;
}
.info_table2 tbody span.check::before{
    content : url(images/check1.png)
}

/* Table 3 Style */
table.info_table3{
    font-family:Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align:center;
    border-collapse:collapse;
}
.info_table3 thead th{
    padding:6px 10px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}
.info_table3 thead th:empty{
    background:transparent;
    border:none;
}
.info_table3 thead :nth-child(2),
.info_table3 tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.info_table3 tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.info_table3 thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.info_table3 thead :nth-child(3),
.info_table3 tfoot :nth-child(3){
    background-color: #45A8DF;
}
.info_table3 thead :nth-child(4),
.info_table3 tfoot :nth-child(4){
    background-color: #2388BF;
}
.info_table3 thead :nth-child(5),
.info_table3 tfoot :nth-child(5){
    background-color: #096A9F;
}
.info_table3 thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.info_table3 tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.info_table3 tfoot td{
    font-size:38px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}
.info_table3 tbody td{
    padding:10px;
}
.info_table3 tbody tr:nth-child(4) td{
    font-size:26px;
    font-weight:bold;
}
.info_table3 tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.info_table3 tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
.info_table3 tbody td:nth-last-child(1){
    border-right:1px solid #222;
}
.info_table3 tbody th{
    color:#696969;
    text-align:right;
    padding:0px 10px;
    border-right:1px solid #aaa;
}
.info_table3 tbody span.check::before{
    content : url(images/check2.png)
}
