html, body {
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#sidebar{
    position: fixed;
    width: 400px;
    height:100%;
    padding:5px;
    background-color: #f5f5f5;
    float: left;
    overflow-y: scroll;
}
#content{
    margin-left: 400px;
    padding: 5px;
    /*background-color: #f5f5f5*/
}
.res_label{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4DAB58;;
}
a{
    display: inline-block;
}
.nav > li{
    margin-bottom: 2px;
}
#custom_a>a:hover{
    text-decoration: none;
}
#custom_a > ul > li.active{
    background-color: #428bca;
}
#custom_a > ul > li.active>a{
    color: #fff;
}
#custom_a >ul >li >a:hover{
    text-decoration: none;
    background-color:  #428bca;
    color: #fff;
}
.input-text-light{
    border-radius: 0;
    min-height: 18px;
    width: 100% !important;
    padding: 5px;
    padding-left: 0px;
    color: #333 !important;
    border: none !important;
    border-bottom: solid thin #ccc !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
}
input.row_value{
    width: 500px;
}
input {
    border: none !important;
    border-bottom: solid thin #ccc !important;
    outline: none !important;
}
.excute-success-color{background-color: #dff0d8}
.excute-error-color{background-color: #d9534f}