.microapp{
    border-radius: 0px !important;
    text-align: center !important;
    height: 140px;
    width: 130px;
    padding-top: 10px !important;
    box-shadow: 0px 0px 1px 1px #ccc;
    float: left;
    margin-top: 12px !important;
    margin-right:10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label.align-center.jqm-label-text{
    display:block;
}
.app_image{
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    border-radius: 41px !important;
    margin-bottom: 20px;
}
#apLib_list1,#apLib_list2{
    margin: -1em;
}
div.support{
    border-radius: 2px;
    text-align: center;
    height: 140px;
    width:140px;
    padding-top: 10px;
    box-shadow: 0px 0px 1px 1px #ccc;
    float:left;
    margin-left: 12px;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.support>img{
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    border-radius: 41px;
    margin-bottom: 0px;
    
}
div.support .support-description{
    font-weight: normal;
    color:#bbb;
}
div.support .support-email{
    margin-top: -30px;
    font-weight: normal;
    text-shadow: none;
}
div.support .support-email a{
    text-decoration: none;
    font-size: 12px;
    color: #3388cc;
    font-weight: bold;
}
div.support hr{
    margin: 32px 0;
}
hr{
    border: 0;
    border-top: 0px;
    border-bottom: 1px solid #eee;
}
div.support:hover{
    cursor: pointer;
}
#sap_popup {
    min-height: 250px;
    border-radius: 0px;
    background-color: #fff;
}
#systems_list {
    padding-bottom: 49px;
}
#systems_list {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#systems_list li.ui-li-divider {
    height: 40px;
    padding: 0px;
    color: #333;
    text-shadow: none;
}
#systems_list li {
    border: none;
}
#systems_list li {
    background: transparent;
}
#systems_list li.ui-li-divider .ui-bar {
    padding-right: 0px;
}
#systems_list li.ui-li-divider .ui-bar .ui-block-b a {
    text-decoration: none;
}
.x_cancel{
    text-decoration: none;
}
#sap_button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: 250px;
    padding: 0px;
    border-top: 1px solid #E7E2E2;
}
#sap_button >div.ui-block-a >a {
    background-color: #009DDC;
    color: #fff;
}
#sap_button >div.ui-block-b >a {
    background-color: lightgray;
    color: #333;
}
#sap_button >div >a {
    border-radius: 0px;
    padding: 0.4em 1em;
    font-size: 12px;
}

#tab_1{
    margin-top: -17px;
    margin-left: -14px;
    margin-right: -14px;
}
.ui-content{
    margin-left: -3px;
    margin-right: -3px;
}
#panel_1{
   background: #0B1F2E;
}
#panel_1 .left-panel-listview>li.ui-li-divider,#panel_1 .left-panel-listview>li.ui-li-divider:hover{
    height: 29px;
    background: #009ddc;
}
#panel_1 .left-panel-listview>li.ui-li-divider>span{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#panel_1 .left-panel-listview>li{
    background: transparent;
    color: #fff;
    font-weight: 300;
}
.ui-panel .left-panel-listview>li>.ui-btn{
    background: transparent;
    color: #fff;
    font-weight: 300;
}
#panel_1 .left-panel-listview>li:hover,.ui-panel .left-panel-listview>li.active{
    background-color: #B6D333;
    color: #fff;
    font-weight: 300;
}
/*
ul#panel_1.left-panel-listview li:nth-child(3){
    background-color: #B6D333;
}
*/
#panel_1 .left-panel-listview>li:hover{
    background: rgba(192, 218, 73, 0.5);
}
#panel_1 .left-panel-listview>li:hover a{
    color: #fff ! important;
}
.left-panel-listview li:hover{
    color: #fff ! important;
    background: rgba(192, 218, 73, 0.5) ! important;
}
.left-panel-listview li.active{
    color: #fff ! important;
    background: #B6D333 ! important;
}
.left-panel-listview li.left-panel-divider:hover{
    color: #fff ! important;
    background: #009ddc ! important;   
}