.verification-row {
    margin-top: 3em;
	margin-bottom:3em;
}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.verification-icon-left{
	text-align:center;
	margin-bottom: 23px;
}
.m-b-20{
	margin-bottom: 20px;
}
.verification-heading{
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}

.verification-content{
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.verification-content a{
    color: #1b83bf;
	text-decoration:none;
}

#partitioned {
    padding-left: 24px;
    letter-spacing: 33px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 46px 1px;
    background-repeat: repeat-x;
    background-position-x: 0;
    width: 220px;
    min-width: 220px;
    font-size: 24px;
    outline: none !important;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width:190px;
  overflow:hidden;
  margin: 20px auto;
}

.or-row{
	margin-bottom:7em;
}
.resrnd-btn{
    padding: 3px 10px;
    font-size: 13px;
}



/***************/

#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width:220px;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width:190px;
  overflow:hidden
}

.or-row{
	margin-bottom:7em;
}

.total-bg{
	background:#fff;
	border:1px solid #dbd9d9;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:15px;
}

.total-detail-head{
    text-align: right;
	font-size: 15px;
    font-weight: 600;
}

.total-detail-head2{
    text-align: right;
	font-size: 16px;
    font-weight: 600;
}

.total-count{
    color: #1b83bf;
    font-weight: 600;
}

.total-detail{
	margin-bottom:5px;
}

.total-detail-final{
    border-top: 1px solid #ededed;
	padding-top: 5px;
}




/***********/
.multiselect-native-select  .btn-group{
	display: block;
}
.multiselect-native-select  button.multiselect {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.multiselect-native-select  button.multiselect .caret{
	position: absolute;
	right: 8px;
	top: 40%;
}
.multiselect-native-select ul.multiselect-container{
	width: 100%;
	top: 33px;
    max-height: 200px;
    overflow-y: scroll;
}
.has-error button.multiselect{
	border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.help-block.with-errors{
	margin-bottom: 0 !important;
	color: red;
}
.form-group {
    margin-bottom: 30px;
}