form .form-control, .popup .form-control,.form-control,.select2-container .select2-selection--single,select.form-control:not([size]):not([multiple]) {
    height: 32px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{height: 31px !important;}
table.table tfoot th, table.table thead th {
    border-radius:0 !important;
}
.dynamic_table table.table tbody input{ width:100%;}
#wid {
	-moz-column-width: 340px;
	-webkit-column-width: 340px;
	column-width: 340px;
	background: #f9f9f9;
	border: 1px solid #fff;
	padding: 10px 0;
}
#wid span {
	padding: 0 13px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	padding-left: 18px !important;
}
.headss h5 {
	color: darkorchid;
	font-weight: 700;
	font-size: 15px;
	margin: 0;
}
#wid span.test {
    font-style: italic;
    font-size: 11px;
    color: #000000;
    padding: 0px !important;
    padding-left: 0px !important;
    margin-top: -3px;
    margin: 0;
    line-height: 13px;
}
.test b {
	color: #e63c3c;
	font-size: 15px;
}
.headss {
	padding: 0 13px;
	width: 100%;
	float: left;
}
.sub_name label {
	cursor: pointer;
}
.sub_name label {
	padding-left: 0px;
	margin-top: -1px;
	float: left;
	font-size: 13px;
	color: #888;
}
.checks_test {
	cursor: not-allowed;
	float: left;
}
#wid span.ck {
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 0px !important;
	width: 20px;
    cursor: not-allowed;
}
#wid span.na {
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 0px !important;
	width: 92%;
}



::-webkit-input-placeholder { /* WebKit browsers */
 	text-transform: capitalize;
    height: 31px;
}
*::-moz-placeholder {
    height: 31px;
    text-transform: capitalize;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 text-transform: capitalize;
    height: 31px;
}



.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.popover:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.popover:before{
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}