.style-1 input[type="text"] {
    //display: block;
    margin: 0;
    width: 95%;
    font-family: sans-serif;
    font-size: 12px;
    //appearance: none;
    //box-shadow: none;
    //border-radius: none
}
.style-1 input[type="text"]:focus {
    //outline: 0
}
.style-1 input[type="text"] {
    //padding: 10px;
    //border: 0;
    //border-bottom: solid 2px #c9c9c9;
    //transition: border .3s
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
    //border-bottom: solid 2px #969696
}
::-webkit-input-placeholder {
    color: #edebeb
}
::-moz-placeholder {
    color: #edebeb
}
:-ms-input-placeholder {
    color: #edebeb
}
input:-moz-placeholder {
    color: #edebeb
}
.txtareaadmin {
    width: 95%
}
.loadMore {
    display: flex;
    justify-content: center;
    height: 60px
}
.showChk {
    height: 40px;
}
.showTitle {
    height: 40px;
    line-height: 20px;
}
.showTitle a {text-decoration: none}

.showButton{ 
    display: none;
}
.showTitle:hover .showButton{
    display : block;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dataTbls
{
    vertical-align: top;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd:hover .showButton{
    display : block;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even:hover .showButton{
    display : block;
}


/* Tab Navigation */
.nav-tabs {
    margin: 0 0 -1px 0px;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    background: #00539b;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #00539b;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
    border: 0px;
    color:white;
}

/* Tab Content */
.tab-pane {
    background:transparent;
    //box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    border:0px;
}

#epgProgSchd_processing {
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    height: 86%;
    top: 0px;
    /* vertical-align: middle; */
    bottom: 0;
    margin-top: 90px;
    margin-bottom: 80px;
}
#epgProgSchd_processing img{

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

}