/*For the Pop-Over and Navigations tabs*/

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 25px 5px 25px;
   background-color: #efedff;
   color:#6f6fcc;
   width:60%;
   
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color:#6f6fcc;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #6f6fcc;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
  
}

.nav-pills > li {
width:47.9%;
height:44px;
float:left;  
}
.nav-pills > li > a {
  border-radius: 1.5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6f6fcc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

.tab-content > .tab-pane {
  display: none;
  margin-top:5px;
}
.tab-content > .active {
  display: block;
   margin-top:5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  min-width:250px;

  text-align: center;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  
   border: 4px solid rgba(0, 0, 0, 0.3); /* Added by b46454 to make the popover look similar to other info tips */
 /*  border-radius: 6px; */ /* Added by b46454 to make the popover look similar to other info tips */
  /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
}

.popover-content {
	width:250px;
	padding: 9px 9px;
}

.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
   border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 5px 18px 18px;
    left: 50%;
    margin-left: -20px;
    top: -24.9px;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #fff;
    border-width: 7px 15px 15px;
    content: " ";
    margin-left: -15px;
    top: 1px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
 color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #6f6fcc;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}*/
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
} 
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}




.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  width: 150px;
 
  float: center;
  height:40px;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.blocks .btn-default
{	
	width:75px;
	height:40px;
    padding: 10px 10px;
    margin: 10px 2px;  
    border-radius: 0;
	text-align: right;
}

.arrow-desc{
	height:10px;
	width:10px;
}

.parts-tablet{
font-size:16px;
 height: 45px;
}


.btn-tablet-viewall{
	width:75px;
	padding: 2px 4px;
}

.btn-tablet-compare{
	padding: 2px 4px;
}

.btn-tablet-reset{
	width:75px;
	padding: 2px 7px;
	
}

.btn-tablet-reset-active{
	width:75px;
	padding: 2px 7px;
	background-color: #6f6fcc;
    border-color: #6f6fcc;
}


/*custom css added for popover formatting  by b46454*/
#popName{
color:;
font-size:150%;
}


.tab-content{
width:250px;
}

.vSContainertab{
	clear: both;	
}

#pane1{
	width:250px;
}

#pane2{
	width:250px;
}

#sliderDiv{
width:200px;
 margin-left:10px;
 }
 
.vSInfotab{

 overflow:auto;
}

.valBox1{
	float:left;
	width: auto;
	padding-bottom: 22px;
    padding-top: 2px;
	
}


.valBox2{
	float:right;
	width: auto;
	padding-bottom: 22px;
    padding-top: 2px;

	
}


.valBox3{
	float:left;
	width: auto;
	margin-left:10px;
    padding-top: 2px;
	
}


.valBox4{
	float:right;
	width: auto;
	margin-right:10px;
    padding-top: 2px;

	
}

.valBox5{

	width: auto;
	margin-right:auto;
	margin-left:auto;
    padding-top: 2px;
	padding-bottom:10px;

	
}

.valBox5 input {
	border: 1px solid #cfcfcf;
	background: #ffffff;
	padding: 0px;

	max-width: 44px;
	height: 35px;
	margin: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.valBox1 input {
	border: 1px solid #cfcfcf;
	background: #ffffff;
	padding: 0px;

	max-width: 44px;
	height: 35px;
	margin: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-left:10px;
	text-align:center;
}


.valBox2 input {
	border: 1px solid #cfcfcf;
	background: #ffffff;
	padding: 0px;

	max-width: 44px;
	height: 35px;	
	margin: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	margin-right:10px;
	text-align:center;
}



.valBox3 .name  { display:block; 
	font:11px/9px Arial, " Neue", Helvetica, sans-serif; color#666666; word-wrap: break-word;
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	  padding-top:22px;
	   padding-left:12px;
	 padding-bottom:10px;
	 text-align:left;
	 font-size:14px
	 }


.valBox4 .name  { display:block; 
font:11px/9px Arial, " Neue", Helvetica, sans-serif; color#666666;
word-wrap: break-word;
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	 padding-top:22px;
	 padding-bottom:10px;
	 padding-right:12px;
	 text-align:right;
	 font-size:14px;
	 }	 
	 
#btnDiv{
	padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
/* 
#okBtn{
background-color:#ffffff;
color:#428bca;
border-radius:4px;
width:40%;
height:35px;

}



#okBtn:hover, #okBtn:focus{
background-color: #eeeeee;
text-decoration:none;
  color : #eeeeee;
}

#cancelBtn:hover, #cancelBtn:focus{
background-color: #428bca;
text-decoration:none;
	color : #eeeeee;
}
 */

.SortColumn_tablet{
padding-left:10px;
padding-bottom:20px;
padding-top:20px;
}
 
 

/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

html{
width:900px;
}

.ui-corner-all {
                border-radius: 7px;
}

.ui-slider .ui-slider-handle {
                width: 20px;
                height: 20px;
                border-radius: 20px;
                border: 8px solid #9695d3;
                
}

.ui-slider-horizontal .ui-slider-handle{
top:-0.9em;
}
 
}
*/

@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : portrait)
{


/* .vSCheck input[type="checkbox"] + label span.chk {
background:#e7eaeb;
} */



/* .vSCheck .scrollbar-inner {
overflow-y: auto; 
max-height: 115px; 
overflow: -moz-scrollbars-vertical;
} */

/* .showHideWindow .shtab .scrollbar-inner {
max-height: 160px;overflow: hidden ; overflow: hidden;overflow-y: scroll;
} */

/* .ui-corner-all {
                border-radius: 7px;
}

.ui-slider .ui-slider-handle {
               width: 20px;
                height: 20px;
                border-radius: 20px;
                border: 8px solid #9695d3;
                
}

.ui-slider-horizontal .ui-slider-handle{
top:-0.9em;
} */

}



@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation : landscape)
{



/* .vSCheck input[type="checkbox"] + label span.chk {
background:#e7eaeb;
} */


/* .vSCheck .scrollbar-inner {
overflow-y: auto; 
max-height: 115px; 
overflow: -moz-scrollbars-vertical;
} */

/* .showHideWindow .shtab .scrollbar-inner {
max-height: 160px;overflow: hidden ; overflow: hidden;overflow-y: scroll;
} */

/* .ui-corner-all {
                border-radius: 7px;
}

.ui-slider .ui-slider-handle {
               width: 20px;
                height: 20px;
                border-radius: 20px;
                border: 8px solid #9695d3;
                
}

.ui-slider-horizontal .ui-slider-handle{
top:-0.9em;
} */

}


.tabletSelector  input[type="checkbox"] + label span.chk {
background:#e7eaeb;
}

.tabletSelector  .ui-corner-all {
                border-radius: 7px;
}


.tabletSelector  .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 8px solid #9695d3;
                
}

.tabletSelector  .ui-slider-horizontal .ui-slider-handle{
top:-0.9em;
} 

::-webkit-scrollbar {
    -webkit-appearance: none;
     width:8px;
	background-color:#f2f4f6;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
	background-color:#ccd6d8;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.okBtn{
height:35px;
width:70px;
}

.cancelBtn{
background-color: #ffffff;    
    color: #008ecb;
	width:70px;
	height:35px;
}


.btn-tablet-purple{
    background-color: #2b368a;
background-image: none;
    color: #ffffff;
    font-weight: 700;
    padding-top: 3px;
	font-size:12px;
}

.btn-tablet-xlight{
    background-color: #e7eaeb;
    background-image: none;
    color: #51626f;
    font-weight: 700;
    padding-top: 3px;
	font-size:12px;
}


.tabletSelector .vSContainer {
	min-height:20px;
}

.tabletSelector  .paramSort{
	white-space: normal !important;

	
}

.tabletSelector #firstTab table th {
	min-height:120px !important;
}

.tabletSelector .tableData thead{
	height:151px;
}

.tabletSelector .floatThead-table{
	height:151px;
}

.tabletSelector .tableData table th {
	height:151px;
	
}

.tabletSelector .tableOneData table th {
	height:151px;

	
}

.tabletSelector .tableData th {
	height:151px;
	min-width:70px;
	word-break: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
     hyphens: none;

}

.tabletSelector .tableOneData thead{
	height:151px;
}

.tabletSelector #firstTab table th {
	/*padding: 3px;*/

	padding-bottom:0px;
}

.tabletSelector .tableData th{
	padding-bottom:0px
}

.tabletSelector .hName{
	height:108px;
}

.tabletSelector .tableOneData thead tr th{
	background-color:transparent;
}

.tabletSelector .connectedSortable {
/* overflow:auto; */
}

.tabletSelector .scrollbar-inner {
overflow:auto;
max-height: 115px; 
}

.tabletSelector .close{
width:20px;
height:20px;
font-size:20px;
}

.tabletSelector #firstTab{
padding-left:0;
}
