body {
    background-color: #fff;
    font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

a img { 
    border: none; 
}

a:link, a:visited { 
    color: #666;
    text-decoration: none;
}

a:hover {
      color: #000;
      text-decoration: underline;
}

.main_table {
     background-color: #b8dcc2;
     background: -moz-linear-gradient(top, #92c6a1, #e5f6ea) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#92c6a1), to(#e5f6ea)) repeat-X;
     color: #1C1C1C;
     text-shadow: 1px 1px #F5F5F5;
}


table.tabela tr:hover td {
	background-color: #F0F0F0;
	
}  

.l_vermelho {
     background-color: #FF0000;
     background: -moz-linear-gradient(top, #DF5252, #701818) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#DF5252), to(#701818)) repeat-X;
     text-align: center;
     line-height: 14px;
     height: 14px;
     width: 14px;
     border-bottom: 1px solid #bbbcbc;
     border: 1px solid #bbbcbc;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     box-shadow: inset -1px -2px 3px rgba(0,0,0,.5);
}

.l_verde {
     background-color: #6aaf50;
     background: -moz-linear-gradient(top, #7eae6c, #4e9a2b) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#7eae6c), to(#4e9a2b)) repeat-X;
     text-align: center;
     line-height: 14px;
     height: 14px;
     width: 14px;
     border-bottom: 1px solid #bbbcbc;
     border: 1px solid #bbbcbc;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     box-shadow: inset -1px -2px 3px rgba(0,0,0,.5);
}

.l_cinza {
     background-color: #C0C0C0;
     background: -moz-linear-gradient(top, #C0C0C0, #757575) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#757575)) repeat-X;
     text-align: center;
     line-height: 14px;
     height: 14px;
     width: 14px;
     border-bottom: 1px solid #bbbcbc;
     border: 1px solid #bbbcbc;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     box-shadow: inset -1px -2px 3px rgba(0,0,0,.5);
}

.alerta {
    color: #FF0000;
}

#main_head {
     background-color: #09C;
     background: -moz-linear-gradient(top, #127b30, #e5f6ea) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#127b30), to(#e5f6ea)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

#small-menu {
     top: 0;
     position: fixed;
     width: 100%;
     margin-top: 0px !important;
     background-color: #09C;
     background: -moz-linear-gradient(top, #cbe7d3, #e5f6ea) repeat-X;
     background: -webkit-gradient(linear, left top, left bottom, from(#cbe7d3), to(#e5f6ea)) repeat-X;
     border: none;
     padding: 0 0;
     box-shadow: 0px 3px 5px rgba(0,0,0,.3);
     display: none;
     z-index: 999;
}

.head {
     width: 900px;
     margin:0 auto;
     border: none;
}

.menu {
     text-align: right;
     height: 25px;
}

.bt {
     display: inline-block;
     text-align: center;
}

.bt a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 88px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	float:left;
	display: inline-block;
}

.bt a:hover {
      color: #000;
      /* background-color: #000; */
      background: rgba(5%, 5%, 5%, 0.1);
}
.hz {
	margin-top: 4px;
}

.hz1 {
	float:left;
        width: 28px;
}

.hz2 {
	margin-top: 4px;
        float:left;
}

.total {
     font-size: 14px;
}

.online {
     display: inline-block;
     font-size: 13px;
     width: 220px;
     height: 25px;
     margin-top: 2px;
     margin-left: 2px;
     margin-right: 1px;
     margin-bottom: 2px;
     float:left;

}

.online:hover {
     background: rgba(5%, 5%, 5%, 0.1);
}

.log {
    font-size: 12px;
}

.logdetail {
     height: 20px;
     width: 600px;
}

.logdetail:hover {
     background: rgba(5%, 5%, 5%, 0.1);
}

.list-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.list {
    font-size: 14px;
    margin-bottom: 8px;
}

.box {
    z-index: 1;
	position: relative;
	width: 180px;
	height: 180px;
	background: #ccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 0 auto 6px;
}
.box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 90%;
	top: 19%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.7);
 
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
	   -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
 
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
}

.imgbox {
    margin: 2px;
    background-color: #fff;
}

.banner {
   /* background-image: url("pic/logo.png");
   background-repeat: no-repeat;
   background-size: 480px 90px;
   background-position: center; */
   margin-top: 25px;
   width: 728px;
   height: 90px;
   box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

/* mobile */

.m_menu {
   width: 30px;
   height: 6px;
   background-color: #FFF;
   box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
   -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5) inset;
   border-radius: 3px;

}

.m_menu_e {
   width: 30px;
   height: 4px;
}

.m_box {
    z-index: 1;
	position: relative;
	width: 126px;
	height: 126px;
	/* background: #ccc; */
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 0 auto 0px;
}
.m_box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	right: 5px;
	left: auto;
	width: 90%;
	top: 19%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.7);
 
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
	   -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
 
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
}

.m_imgbox {
    margin: 2px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}
