
input {
    border: 1px solid #00A8FF;
    color: #000000;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 2px;
}

textarea {
    border: 1px solid #00A8FF;
    color: #000000;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 2px;
    width: 300px;
    height: 200px;
}

div#egneside_wrapper {
    /*width:723px;
    height:1500px;
    overflow:auto;*/
}

#egneside_wrapper td {
    /* color:#000000 !important; */
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 4px;
}

#egneside_wrapper td {
    margin-bottom: 10px;
}

#egneside_wrapper th {
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 2px;
    text-align: left;
    font-weight: bold;
}

#egneside_wrapper input {
    height: 22px;
    border-radius: 2px;
    width: 100%;
}

a.forward {
    /*background: #00A8FF url(../images/forward.png) right no-repeat;*/
    background: url(/_images/layout/buttons/btn-right.png?v=2) repeat-y scroll right center #00a7ff;
    height: 34px;
    display: block;
    color: #ffffff !important;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px 0 16px;
}

a.back {
    background: url(/_images/layout/buttons/btn-left.png?v=2) repeat-y scroll left center #00a7ff;
    height: 34px;
    display: block;
    color: #ffffff !important;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 16px 0 50px;
}

a.bullet {
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    height: 16px;
    xdisplay: block;
    color: # #00A8FF !important;
    font-weight: normal;
    padding-left: 18px;
}

table.data tr {
    xbackground-color: #e8e8e8;
}

table.data td {
    padding: 8px 8px 12px 0px !important;
    color: #686767 !important;
    border-bottom: 1px solid #eaeaea;
}

table.data th {
    padding: 8px 8px 12px 0px !important;
    color: #686767 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.oSortBreaker {
    background-color: #4CC2FF;
    color: #FFFFFF;
    display: block;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    padding: 15px;

}

div.subtitle {
    padding: 15px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.btnFunctions {
    margin-top: 10px;
}

.btnFunctions a {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {

    #egneside_wrapper {
        width: 95%;
        padding: 5px;
    }

    #egneside_wrapper p {
        padding-right: 10px !important;
    }

    #egneside_wrapper > table td[style="width:10px;"] {
        display: none;
    }

    #egneside_wrapper > table td[width="500"], #egneside_wrapper > table td[width="200"] {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #egneside_wrapper > table td input {
        width: 90% !important;
    }

    #egneside_wrapper > table td textarea {
        width: 90% !important;
    }

    #egneside_wrapper table {
        width: 100%;
        max-width: 350px;
    }

    #egneside_wrapper .back, #egneside_wrapper .forward {
        margin-top: 5px;
    }

    #egneside_wrapper .bullet {
        font-size: 12px !important;
    }

}

@media only screen and (max-width: 450px) {

    #egneside_wrapper td, #egneside_wrapper th {
        font-size: 11px !important;
    }

}

@media only screen and (max-width: 400px) {

    #egneside_wrapper td, #egneside_wrapper th {
        font-size: 9px !important;
    }

}

/*@media (min-width: 768px) {*/

    /*#egneside_wrapper table {*/
        /*width: auto !important;*/
    /*}*/

/*}*/