

#slideMenu {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    overflow-x: hidden;
    z-index: 999;
}

#content {
    position: absolute;
    right: 20px;
    top: 10px;
    background: #FFFFFF;
    left: 100px;
    padding: 20px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
}

#content2 {
    padding: 20px;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
}

#menuImage {
    margin-top: 40px;
    background-image: url(img/asapon_logo_small.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 100%;
    margin-bottom: 50px;
}

#menuContnet {
    
}

.menuPosition a {
    text-decoration: none;
    width: 100%;
}

.menuPosition img {
    vertical-align: middle;
}

.menuPositionTitle {
    display: none;
    color: #7f7f7f;
    font-weight: 400;
}

<%--kontrolki devex--% > .inputTxb {
    height: 25px !important;
    border-radius: 2px;
    border-color: 1px solid #A9A9A9;
}

.shortTXB {
    margin-left: 3px;
}

<%--user control--% > table.grayTable {
    width: 161px;
    text-align: left;
}

.grayTable > tbody > tr {
    height: 30px;
}

    .grayTable > tbody > tr > th {
        font-weight: 550;
        color: #FFFFFF;
        background-color: #E57A00;
        padding: 2px 2px 3px 2px;
        border-right: 2px solid #C0C0C0;
    }

    .grayTable > tbody > tr > td {
        padding: 2px 4px 3px 3px;
    }

.grayTable tr:nth-child(even) {
    background: #EEEEEE;
}

.grayTable tr:nth-child(odd) {
    background: #FFFFFF;
}

.grayFrame {
    border: 1px solid #E57A00;
    text-align: center;
}


.grayFrameTitle {
    background-color: #E57A00;
    text-align: left;
}

.grayFrameTitleComplaint {
    height: 30px;
    background-color: #E57A00;
    text-align: left;
    color: #ffffff;
}

.grayFrameTitle p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
}

.redBigText {
    margin: 20px 0px 15px 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #E57A00;
}

.inputBtn:hover {
    background-color: #5d5d5e;
}



.inputBtn {
    height: 30px;
    background-image: none;
    padding: 0px 30px 0px 30px;
    background-color: #E57A00;
    color: #ffffff;
    background-image: none;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: none;
    cursor: pointer;
}


.titleTab {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #E57A00;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-decoration: none;
}

    .titleTab a {
        color: #ffffff;
        text-decoration: none;
    }

.tableLogin th, td {
    padding: 1px;
}

.tableInstruction {
    margin: 10px;
}

    .tableInstruction td {
        padding: 3px 3px 3px 10px;
    }

.headerInstruction {
    font-size: 12px;
    font-weight: bold;
}


.instructionBtn {
    display: block;
    font-size: 10px;
    background: #DDDDDD;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    vertical-align: central;
    border-radius: 5px;
    border: 1px solid #e1e1e2;
    color: #000;
    width: 60px;
    font-weight: bold;
    border-color: gray;
}


.editFormBtn {
    margin-left: 5px;
    margin-top: 10px;
}

.cancelEditFormBtn {
    background: #5d5d5e;
}

.cancelEditFormBtn:hover {
    background-color: #E57A00;
}
    
.custom_wrapper 
{
    margin-top:10px;
    width: 800px;
    overflow: hidden; /* will contain if #first is longer than #second */
}
.first_div {
    float:left; /* add this */
}
.second_div {
    width: 600px;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}

.actionsTable td {padding:3px;}

.pnlActions {margin-top:50px !important;}