.home-query-section {
	background: url(../img/index/banner-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 50%;
	z-index: 3;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.home-query-section .home-query-panel {
	background: rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	padding: 5px;
	border-radius: 10px;
}
.home-query-section .home-query-panel .panel-in {
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
	padding: 7px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
footer {
  position: relative;
  margin-top: 0px;
  text-align: center;
}
footer .home-query-foot-btm {
  padding: 15px 0 15px 0px;
  font-size: 1.4rem;
  color: #fff;
  background: #14281c;
}
footer .home-query-foot-btm .info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
footer .home-query-foot-btm a.map {
  color: #dceab5;
}
footer .home-query-foot-btm ul {
  
  margin-top: 10px;
}
footer .home-query-foot-btm ul li {
  display: inline-block;
  position: relative;
}
footer .home-query-foot-btm ul li a {
  display: block;
  padding: 0 10px;
  color: #adc23f;
}
footer .home-query-foot-btm ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .home-query-foot-btm ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 6px;
  opacity: .5;
}
footer .home-query-foot-btm ul li:last-child:after {
  display: none;
}

.bootgrid-header .actionBar .actions {
    display:none;
}

@media (min-width: 1200px) {
	.home-query-section .home-query-panel {
        width: 1180px;
	}
    .home-query-dataGrid-1 {
        display:none;
    }
    .home-query-dataGrid-2 {
        display:none;
    }
    .home-query-dataGrid-3 {
        display:block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-query-section .home-query-panel {
        width: 972px;
    }
    .home-query-dataGrid-1 {
        display:none;
    }
    .home-query-dataGrid-2 {
        display:none;
    }
    .home-query-dataGrid-3 {
        display:block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-query-section {
		padding-top: 60px;
	}
	.home-query-section .login-panel {
        width: 100%;
	}
    .home-query-dataGrid-1 {
        display:none;
    }
    .home-query-dataGrid-2 {
        display:block;
    }
    .home-query-dataGrid-3 {
        display:none;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
	.home-query-section {
		padding-top: 60px;
	}
	.home-query-section .login-panel {
        width: 100%;
	}
    .home-query-dataGrid-1 {
        display:block;
    }
    .home-query-dataGrid-2 {
        display:none;
    }
    .home-query-dataGrid-3 {
        display:none;
    }
}

/* --------------------------------------------------------------------- */

.home-cccquery-section {
    background: url(../img/index/banner-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 50%;
    z-index: 3;
    position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.home-cccquery-section .home-cccquery-panel {
    background: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
}
.home-cccquery-section .home-cccquery-panel .panel-in {
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    padding: 7px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
footer {
  position: relative;
  margin-top: 0px;
  text-align: center;
}
footer .home-cccquery-foot-btm {
  padding: 15px 0 15px 0px;
  font-size: 1.4rem;
  color: #fff;
  background: #14281c;
}
footer .home-cccquery-foot-btm .info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
footer .home-cccquery-foot-btm a.map {
  color: #dceab5;
}
footer .home-cccquery-foot-btm ul {
  
  margin-top: 10px;
}
footer .home-cccquery-foot-btm ul li {
  display: inline-block;
  position: relative;
}
footer .home-cccquery-foot-btm ul li a {
  display: block;
  padding: 0 10px;
  color: #adc23f;
}
footer .home-cccquery-foot-btm ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .home-cccquery-foot-btm ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 6px;
  opacity: .5;
}
footer .home-cccquery-foot-btm ul li:last-child:after {
  display: none;
}

.bootgrid-header .actionBar .actions {
    display:none;
}

@media (min-width: 1200px) {
    /*.home-cccquery-section {
        padding-top: 10px;
    }*/
    .home-cccquery-section .home-cccquery-panel {
        width: 1180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.home-cccquery-section {
        padding-top: 10px;
    }*/
    .home-cccquery-section .home-cccquery-panel {
        width: 972px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-cccquery-section {
        padding-top: 60px;
    }
    /*.home-cccquery-section .login-panel {
        width: 100%;
    }*/
}

@media (min-width: 0px) and (max-width: 767px) {
	.home-cccquery-section {
	    padding-top: 60px;
	}
    /*.home-cccquery-section .login-panel {
        width: 100%;
    }*/
}

