/*-------------------------------------------*/
.help-block {display:none;}
.ul-style-1{
	list-style: none;
    color: #545454;
    font-weight: normal;
	}
.ul-style-1a{
    list-style: none;
    background: #424242;
    color: #eaeaea;
    padding-left: 0;
    border-radius: 5px;
}
.ol-style-1 {
    margin: 20px 0 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.ul-style-1 li {
    margin: 10px 0;
}
.ul-style-1a li{
    padding: 5px 10px;
}
code {
    color: #6f0227;
}
/*-------------------------block-input-masking----------------------*/
ul.block-input-masking{
    list-style: none;
    /* width: 100%; */
    display: table;
    padding: 0;
    margin: 10px auto;
}
ul.block-input-masking li{
    float: left;
    width: calc((100% / 6) - 10px);
    position: relative;
    margin: 0 5px 0;
    user-select: none;
    outline: 0;
}
ul.block-input-masking li input{
    width: 100%;
    text-align: center;
    min-height: 4em;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: inset 0 0 5px 1px #eee;
}
.table-block{display:table;width:100%;}
.table-block .table-cell-middle{display:table-cell;vertical-align:middle;}
.table-block .table-cell-bottom{display:table-cell;vertical-align:bottom;}
.table-block .table-cell-top{display:table-cell;vertical-align:top;}
.form-steps{display:none;padding: 0;}
.form-steps.active{display: block!important;}
.img-thumbnail-1{
    width: 100px;
	height:100px;
    display: inline-table;
    padding: 10px;
    border-radius: 100px;
	background:#eee;
}
.vertical-middle{display:table-cell;vertical-align:middle;}
h3.heading-style-1{font-size:16px;font-weight:400;}
.img-responsive{max-width:100%;}
.table-style-1{
   border: 1px solid #e3eaef;
   box-shadow: 0px 4px 11px 0px #eeeeeeb0;
   background: #fff;
}
.table-style-1 thead tr th{
    background: #272822;
    padding: 5px 10px;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-family: sans-serif;
    letter-spacing: 0.5px;
}
.table-style-1 tbody tr td{
    padding: 10px;
}