@charset "utf-8";

body {
  margin-top:80px;
}

.navbar {
  min-height:80px;
}

.navbar .alert-env {
  float:left;
  padding-top:30px;
  font-size:15px;
  color:red;
  margin:0 10px;
}

.navbar .navbar-text {
  margin-top:30px;
}

.navbar-header .menu-button {
  margin:24px 0 0 8px;
}

.navbar-brand img {
  height:70px;
}

.head01{   
    border-left:7px solid #1f405c;   
    padding:.6em .8em  
}  
.head02{
//	border-left:7px solid #ccc;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);

        border-bottom:1px solid #ccc;
	padding:.3em .4em;
        box-shadow: 5px 5px 5px #999;
}.head03 {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 8px 0;
	padding:6px 5px;
	color:#FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 25px rgba(0,0,0, 0.1);
}
.head04 {
padding:3px 5px;
border-color:#0B0099;
border-width:0 0 1px 7px;
border-style:solid;
background:#F8F8F8;
}
.top-navi-wrapp{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	padding:5px 5px 20px 20px;
}
.indent2{
padding-left: 2em;
 }
#sos {
    margin-top:-90px;
    padding-top:90px;
}
#oidviewer {
    margin-top:-90px;
    padding-top:90px;
}
#hddraid {
    margin-top:-90px;
    padding-top:90px;
}
.title{
	background:#2dcc70;
	color:#fff;
}
.contact_footer{
	background:#3c423a;
	color:#fff;
}
.footer{
	background:#3c423a;
	color:#fff;
}
.shadow{
text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
}
#grid {
}
#grid  li {
	margin: 5px;
	float: left;
	list-style: none;
}
.ico-service {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #297ac5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-pay {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #b6b125;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-finish {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #c52929;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-estimate {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #53b512;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-mail {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e1660c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-mem {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #297ac5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ico-mem2 {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* Ensure that the demo table scrolls */
th, td { white-space: nowrap; }
div.dataTables_wrapper {
    margin: 0 auto;
}
.DTFC_LeftBodyWrapper{
 border-top:solid 1px;   
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 4px;
    border-bottom: 1px solid #111;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 5px 4px;
    border-bottom: 1px solid #111;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 4px;
}
table{
    font-size:11px;
}


#dataTables-saller_wrapper td {
  vertical-align: middle;
}

#dataTables-saller_wrapper .col-data-wrapper {
  display:block;
  overflow:hidden;
}

#dataTables-saller_wrapper .name-wrapper {
  width:405px;
  white-space:normal;
}

#dataTables-saller_wrapper .check-wrapper {
  width:45px;
}
