.loading-field{
    position:fixed;
    background:rgba(255, 255, 255, 0.8);
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
    z-index:99;
    color:#06adc2;
}
.ajax-call .loading-field{
    display:flex;
    align-items:center;
    justify-content:center;
}
.error-searching, span.validate{
    color:#f00;
    font-weight:normal;
}
span.required{
    color:#ff0000;
}
.green{
    color:#008000;
}
input.ui-bg-blue.btn:hover{
    color:#fff;
}
select.form-control {
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
tr.highlight td{
    background-color:#42464e !important;
    color:#fff;
    border: 0;
}


.table-issue-detail tr th, .table-issue-detail tr td {
    width: 25%;
    border-top: 2px solid #ffffff;
}
.table-issue-detail tr th {
    background: #f2f3f2;
}
.table-issue-detail h4 {
    background: #f45932;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #06adc2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f45932 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f45932 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#06adc2',GradientType=0 );
}
.table-issue-detail {    
    max-width: 84%;
    margin: 40px auto 0;
}
.apply-btn {
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #06adc2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f45932 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f45932 100%);
    padding: 15px;
    border-radius: 5px;
}
/*.apply-btn .btn:after {
    background: rgba(224, 68, 29, 0.38);
    margin-right: 0;
}*/
.table-issue-detail table.table {
    margin: 0;
}
.apply-btn .btn:hover {
    color: #fff;
}
#ipo-master-table tbody tr ,
#bse-ipo-table tbody tr {
    cursor: pointer;
    font-size: 17px;
}
.registered-sec .exist-client, .registered-sec .add-new-user, .portal-sec-step{
    display: none;
}
span.validate.val-selected-symbol, span.validate.val-symbol-notfound, span.val-symbol-notopen {
    display: none;
}
.api-respons-err {
    margin-top: 15px;
    color: #fff;
    background-color: #c20617;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

/*.all-symbol-list{ height: 300px;}*/
/*#ipo-master-table{ display: flex; flex-direction: column; height: 100%; }
#ipo-master-table thead,
#ipo-master-table tbody { display: block;}
#ipo-master-table thead { margin-right: 0px;}
#ipo-master-table tbody { flex: 1; overflow-y: scroll;}*/

table#ipo-master-table ,
table#bse-ipo-table {
    display: block;
    border-top: 1px solid #dee2e6;
}
table#ipo-master-table tbody, table#bse-ipo-table tbody {
height: 200px;
overflow-y: auto;
width: 100%;
}
table#ipo-master-table thead,
table#ipo-master-table tbody,
table#ipo-master-table tr,
table#ipo-master-table td,
table#ipo-master-table th,
table#bse-ipo-table thead,
table#bse-ipo-table tbody,
table#bse-ipo-table tr,
table#bse-ipo-table td,
table#bse-ipo-table th {
display: block;
}
table#ipo-master-table tr:after, table#bse-ipo-table tr:after {
content: "";
display: block;
visibility: hidden;
clear: both;
}
table#ipo-master-table tbody td,
table#ipo-master-table thead > tr > th, 
table#bse-ipo-table tbody td,
table#bse-ipo-table thead > tr > th {
float: left;
}
/*table#ipo-master-table thead {
    width: calc(100% - 17.5px);
}*/
table#ipo-master-table thead > tr > th, table#bse-ipo-table thead > tr > th {
    border: 0;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background: #f45932;
    color: #fff;
}
/*table#ipo-master-table thead > tr > th:last-child {
    border-right: 0;
}*/

.registered-sec > label{
    width:100%;
    padding:0;
    margin-bottom:16px;
    border-bottom:0;
    font-weight:600;
    font-size:18px;
    color:#000;
}
.custom-registere-btn{
    margin-bottom:15px;
    padding-bottom:10px;
}
.custom-registere-btn label{
    margin-right:15px;
    cursor:pointer;
}
.ipo-app-portal .thank-you{
    color:#ae2327;
    border:2px solid #ae2327;
    padding:30px;
    border-radius:3px;
}
.ipo-app-portal h1.text-center{
    color:#ae2327;
    font-weight:600;
}
.custom-registere-btn{
    display:flex;
    align-items:center;
}
.custom-registere-btn label{
    margin-bottom:0;
}
.exist-client form, .add-new-user form{
    width:100%;
}
.exist-client form input, .add-new-user form input, .user-registration form input, #search-application input{
    width:100%;
    margin-bottom:5px;
} 
.custom-registere-btn input[type="radio"]{
    width:auto;
}
body .dropcap, body .highlight:not(.highlight_image){
    background-color:#42464e;
    padding:1px 0;
}
.apply-btn .btn:after{
    opacity:1;
}
.apply-btn .btn{
    color:#fff;
}
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"], a#new-app-page{
    background-color:#f45932 !important;
    color:#fff;
}

@media(min-width:1024px){
table#ipo-master-table thead, table#bse-ipo-table thead{
    width:calc(100% - 17px);
}
}
@media(max-width:991px){
table#ipo-master-table thead, table#bse-ipo-table thead{
    width:100%;
}
table#ipo-master-table tbody td, table#ipo-master-table thead > tr > th, 
table#bse-ipo-table tbody td, table#bse-ipo-table thead > tr > th{
    padding:10px;
}
}

@media(max-width:767px){
table#ipo-master-table, table#bse-ipo-table{
    min-width:700px;
}
.table-issue-detail{
    max-width:100%;
}
.page-template-default .section_wrapper, .page-template-default .four.columns .widget-area{
    padding-left:15px!important;
    padding-right:15px!important;
}
.ipo-app-portal .thank-you{
    padding:15px;
}
table#ipo-master-table tbody, table#bse-ipo-table tbody {
    height: 95px;
}
.table-issue-detail {
    margin: 25px auto 0;
}
.wpb_column.vc_column_container.vc_col-sm-12 .vc_empty_space {
    margin: 0;
}

}


.toggle-btn-inner{
    display: inline-flex;
    padding: 4px;
    border-radius: 20px;
    background-color: #ffa993;
}
.toggle-btn-inner .btn{
    min-width: 100px;
    padding: 4px 20px;
    border-radius: 20px;
    color: #000;
    margin: 0;
    cursor: pointer;
}
.toggle-btn-inner .btn.active-tab{
    color: #ffffff;
    background-color: #f45932;
}