/** toolbar && extra datatable bar stles KKS`e8bldi */

input[readonly] {
    background-color: #efefef;
}

#toolbox {
    border: 1px solid #eaeaea;
    height: 30px;
    overflow: hidden;
}

#toolbox:after {
    clear: both;
}

.mainbuttons {
    display: inline;
    float: left;
    padding-right: 5px;
    border-right: 1px solid #eaeaea;

}

.showrecords {
    display: inline;
    float: left;
    font-size: 9px;
    padding: 0 0px 6px 0;
    border-right: 1px solid #eaeaea;
}

.dataTables_filter {
    font-size: 10px;
    float: left;
    padding: 0 5px 0 10px;
    border-right: 1px solid #eaeaea;
}

.dataTables_info {
    display: inline;
    font-size: 8px;

}

.dataTables_paginate {
    float: left;
    background: #FFF;
    padding: 0 0px 3px 0;

}

.dataTable thead {
    background-color: #cfedc9;
}

.dataTable tfoot {
    background-color: #cfedc9;
}

.dataTable tfoot td {
    text-align: center;
}


#menu {
    position: absolute;
    top: 2px;
    width: 100%;
    padding: 0px 0px;


}

#menu .tab-panel {
    margin-left: 5px;
}

#tabhost {
    position: absolute;
    top: 97px;
    height: 30px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #16499a;
    margin: 0px;
    padding: 0px 0px;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.taba {
    /*    border: 2px solid #ff0000 ;*/
    z-index: 1;
    border: 1px #000000 solid;
    background-color: #45fffd !important;
    margin: 0px 0px 0px 0px;
    height: 30px;
    border-bottom-color: #45fffd;

}

.tabp {
    background-color: #ffffff;
    border-bottom: 0px;
    margin: 1px 0px 0px 0px;
}

#tabmenu {
    height: 28px;


    margin: 2px 0px;
    padding: 0px 0px;
    z-index: 5;


}

#tabmenu ul {
    color: black !important;
    background-color: #effeef;

    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

#tabmenu button {
    height: 28px;

    color: white !important;
    background-color: #008287;

}

#tabmenu button::after {
    display: none;
}


.sr {
    border: 1px #0088CE;
}

#frmhost {
    position: absolute;
    margin: 0;
    padding: 0 0px;
    top: 127px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

iframe {
    border: 0px;

    /*border: 1px solid blue;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1); */

    background: #f5f5f5;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: scroll;


}


.dialogbutton {
    float: right;
    position: relative;
    margin-right: 0px;
}


.popup {
    z-index: 15000;
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px !important;
    padding: 10px 5px 5px 5px;

    background-color: #F2F2F2;
    border: 2px solid #9A1616;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 9999;
}


#snav a {
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #fa6800 !important;
    color: #ffffff !important;
    /*border: 1px transparent solid;
    border-radius: 0;*/
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.9px;
    line-height: 16px;
    margin: 0;
    width: 75px;
}

#snav a:hover {
    color: #fff !important;
    background: #333;
    cursor: pointer;
}

#snav li {
    height: 20px;
    margin: -1px 5px;
    float: left;
    position: relative;
    list-style: none;
}

#snav li:hover > ul {
    background: #eee;
    display: block;
    padding: 0px;
    height: 20px;
}

#snav {
    margin: 0;
    padding: 0;
    height: 20px;
    width: 0px;
    position: absolute;
    left: 0;
}

#snav ul li {
    float: none;
    margin: 0px;
}

#snav:after {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
}

