.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.buttonlike {
    text-align: center;
    font-weight: 500;
    border-radius:5px;
    padding: 10px 15px !important;  
}
.button-grid {
    width: 30%;
    height: 55px;
    display: inline-block;
    margin: 3px 5px;
    padding: 5px 10px !important;  
    text-align: center;
    font-weight: 600;
    border-radius: 5px;

}
.inline {
    display: inline-block;
    margin: 0 5px 0 0;
}
.channel {
    cursor: pointer;
    padding: 8px 3px 8px 3px;
}
.channel:hover {
    background: silver;
}
.channel:active {
    background: yellow;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    background: silver;
}
.clickable:active {
    background: yellow;
}
.popupcall {
    cursor: pointer;
}
.popupcall:hover {
    background: silver;
}
.popupcall:active {
    background: yellow;
}
.popup-page {
    position: relative;
} 
.popup-page .ui-btn {
    position: absolute;
    width: 120px;
}
.stat-container {
    position: relative;
    margin: 2px;
    height: 36px;
}
.stat-bar {
    background-image: url(bar-blue.jpg);
    background-repeat: no-repeat;
    padding: 7px 0 7px 0;
    background-color: #f5f1f1;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} 
.stat-bar:hover {
    height: 100%;
    background-color: #fff1ff;
} 
.stat-bar:active {
    background-color: yellow;
    background-image: none;
    box-shadow: 0px 2px 5px 2px #fff1ff !important;
}
.summary {
    border-radius:5px;
    padding: 10px 5px !important;
}
.transaction {
    cursor: pointer;
    padding: 8px 3px 8px 4px;
    height: 55px;
}
.transaction:hover {
    background: silver;
}
.transaction:active {
    background: yellow;
}
.versus {
    text-align: center;
    border-radius:5px;
    padding: 10px 5px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mytable {
    border-radius:5px;
    overflow: hidden;
    padding-bottom: 1px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    text-shadow: none !important;
}
.odd {
    background: lightblue;
}
.even {
    background: #4db8ff;
}
.ui-page {
    background-color : #d1d1d1;
} 
.ui-content {
    padding: 5px 5px 50px 5px;
    background-color: #d1d1d1;
}
.ui-body {
    background-color:  white;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.section {
    margin-top : 0.5em;
    margin-bottom : 0.3em !important;
    text-indent : 0.3em;
    font-size : 110%;
    font-weight : 500;
    text-shadow: none !important;
}
.ui-icon-user {
    background: url(https://billing.sibirong.com/icons/user.png) 50% 50% no-repeat;
    background-size: 30px 30px;
}
.ui-icon-useroff {
    background: url(https://billing.sibirong.com/icons/user-white.png) 50% 50% no-repeat;
    background-size: 30px 30px;
}
.form-submit-button
{
    margin-top: 30px;
}
.controlgroup-textinput{
    padding-top:.22em;
    padding-bottom:.22em;
}
.ui-custom {
    border: none;
    background-color : #525252 !important; 
}
#addbutton {
    position: fixed !important;
    bottom: 40px;
    right: 10px; 
    z-index: 3 !important;
    background-size: 50px 50px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius:50px!important;
    box-shadow: 0px 2px 5px 2px #888888 !important;
    opacity: 0.7 !important;
}
#statnavbar.ui-navbar a{
    background-color: white !important;
    border-color: white;
    color: black;
    font-weight: bold;
    text-shadow:none !important;
}
#statnavbar.ui-navbar a:hover{
    background-color: #f5f6f7 !important;
}
#mynavbar ul li a {
    height: 40px;
}
#myheader {
    background: white;
    padding: 5px 0 2px 5px;
    background-image: url(kayaraya2.jpg);
}
#myheader a {
    text-decoration: none;
}
#confirmBox {
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}
#confirmBox button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
#confirmBox button:hover {
    background-color: #ddd;
}bu
#confirmBox .message {
    text-align: left;
    margin-bottom: 8px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2 !important;
}
#search {
    background-color : #525252 !important; 
    color : white !important;
    text-shadow: none !important;
    border: none;
}
#search::-webkit-input-placeholder {
    color: #999999 !important;
    text-shadow: none !important;
}