.newform {
    width: 100%;
    height: 100%;
    border-right: 5px solid grey;
    background-color: whitesmoke;
}

/*
 *  Loading
 */
page {
    display: none;
}
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url(../datatable/images/loadin.gif);
    background-repeat: no-repeat;
    background-position: center;
}
	
.row {
  margin-right: 0px;
  margin-left: 0px;
}


/*
 *  Pagination
 */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #4765a0;
  border-color: #4765a0;
}
.paginator{
   margin:0px 0px 0px 0px; 
   padding:0px 0px 0px 0px; 
}

.currentpage{
  z-index: 2;
  cursor: default;
  background-color: #fafafa;
  border-color: #337ab7;
  color: #777;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;  
    
    
}
.links {

  z-index: 2;
  cursor: default;
  background-color: #fafafa;
  border-color: #337ab7;
  color: #777;
  padding: 5px 15px;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}


/*
 *  Start Search Box
 */

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0 -30px;
  margin-top: 1px \9;
  line-height: normal;
}

.btn-u {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  background: #4765a0;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.form-control {
  border: solid #4765a0;
  border-width: 1px;
  height: 48px;
  font-size: 13px;
  font-weight: 200;
}
  .input-group{
  margin-right: -15px;
  margin-left: -15px;
  }
  .advancedop{
      
  }
/*
 *  Start Datatable header
 */
.btn-group, .btn-group-vertical {
  display: inline-block;
  position: relative; 
  vertical-align: middle;
}
.result-category .badge-results {
  top: 0px;
  color: #fff;
  font-size: 14px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  position: relative;
}
.results {
  margin: 0px 0px 2px -14px;
  padding: 0px 0px 0px 0px;
}
.shop-bg-red {
  background: #4765A0;
}
.resultno {
  background: #FFFFFF;
  color: #4765A0;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.sort-list-btn h3 {
  float: left;
  color: #555;
  font-size: 14px;
  margin-right: 14px;
}
h3 {
  font-size: 20px;
  line-height: 30px;
}

.sort-list-btn {
  float: right;
  margin: 0px -20px 10px 0px;
}
/*
 *  Start Datatable Inside content
 */


.col-sm-12{
  padding:0px 15px 0px 15px;  
    
}
.filter-results {
  margin-top: -10px;
  padding: 0px 0;
  margin-bottom: 0px;
  border-top: 0px solid #dedede;
  border-bottom: 0px solid #dedede;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 5px 0px;
  border-bottom: 0px solid #cba;
}

.product-description {
  padding: 3px;
  overflow: hidden;
}

.product-description-brd {
  box-shadow: 0 0 8px #ccc;
}
.overflow-h {
  overflow: hidden;
  padding-right: 2px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
.product-description h4.title-price {
  margin: 0 0 0 0;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 0px;
}

.list-product-description {
  padding: 0px 0px;
  margin-bottom: 10px;
}
.list-product-description img {
  padding-right: 0px;
  border: 1px solid #dedede;
  height: 120px !important;
  width: 120px;
}
  
 .center-block {
    display: block;
    margin: 0 auto;
 }
a.btn-u {
  padding: 2px 4px;
  vertical-align: middle;
}












/*
 *  Start Datatable
 */

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #4765a0;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgb(71, 101, 160)));
  background: -webkit-linear-gradient(top, white 0%, rgb(71, 101, 160) 100%);
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, rgb(71, 101, 160) 100%);
}


/*
 *  Start Faceted Search
 */
.filter-by-block .panel-body {
  padding: 1px 1px 1px 1px;
}

 .filter-by-block .panel-group h2 a {
  color: #687074;
  display: block;
  font-size: 18px;
  padding: 0px 12px;
  border-bottom: 1px solid #dedede;
}

.filter-by-block h1 {
  color: #fff;
  width: 100%;
  font-size: 20px;
  padding: 0px 0px;
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.checkbox-list .checkbox {
  color: #999;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
}



/*
 *  Start Scrollbars
 */

.scrollbar
{
	height: 250px;
	background: #F5F5F5;
	overflow-y: auto;
	margin-bottom: 2px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #4765a0;
	border: 1px solid #4765a0;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}

