.collapse-button:before{
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.collapse-button.collapsed:before {
    float: left !important;
    content:"\f067";
}

.btn-umoja-grey {
    background: rgb(9,9,10);
    background: linear-gradient(90deg, rgba(9,9,10,1) 0%, rgba(121,121,121,1) 56%, rgba(96,96,96,1) 100%);
    color: white;
}

.btn-umoja-danger {
    background: rgb(232,0,0);
    background: linear-gradient(90deg, rgba(232,0,0,1) 0%, rgba(139,11,11,1) 54%, rgba(199,0,0,1) 100%);
    color: white;
}

.btn-umoja-visa {
    background: #141972;
    color: #F9A619;
}

.btn-umoja-visa:hover {
    background: rgb(20,25,114);
    background: linear-gradient(90deg, rgba(20,25,114,1) 0%, rgba(0,0,0,1) 54%, rgba(20,25,114,1) 100%);
    color: white;
}

.btn-umoja-shortcode {
    background: #c44b74;
    color: #FFFFFF;
}

.btn-umoja-shortcode:hover {
    background: rgb(196, 75, 116);
    background: linear-gradient(90deg, rgba(196, 75, 116,1) 0%, rgba(104, 28, 84, 0.7) 54%, rgba(142, 74, 124,1) 100%);
    color: white;
}

.btn-umoja-grey:hover {
    background: #000000;
    color: white;
}

.btn-umoja-service {
    background: #147889;
    color: #FFFFFF;
}

.btn-umoja-service:hover {
    background: rgb(196, 75, 116);
    background: linear-gradient(90deg, rgba(20, 120, 137,1) 0%, rgb(30, 89, 99) 54%, rgba(20, 120, 137,1) 100%);
    color: white;
}

/*.account-mpesa{
    background: #F23536;
    color: white;
    border-radius: 25px;

}

.account-tigo{
    border-radius: 25px;
    background: rgb(10,77,149);
    background: linear-gradient(90deg, rgba(10,77,149,1) 0%, rgba(1,45,108,1) 54%, rgba(10,77,149,1) 100%);
    color: #F7BD0E;
}
*/

/* Zantel */
.account-39 { 
    background: rgb(137,197,62);
    background: linear-gradient(90deg, rgba(137,197,62,1) 0%, rgba(80,133,55,1) 54%, rgba(137,197,62,1) 100%);
    color: black;
    border-radius: 25px;
}

.account-mnos{
    background: #95979c;
    /*border-radius: 25px;*/
    color: white;

}

/* Voda */
.account-31{ 
    background: rgb(189,0,1);
    background: linear-gradient(90deg, rgba(189,0,1,1) 0%, rgba(242,53,54,1) 52%, rgba(189,0,1,1) 100%);
    color: white;
    border-radius: 25px;
}

/* Tigo */
.account-30{
    border-radius: 25px;
    background: rgb(10,77,149);
    background: linear-gradient(90deg, rgba(10,77,149,1) 0%, rgba(1,45,108,1) 54%, rgba(10,77,149,1) 100%);
    color: #F7BD0E;
}

/* Airtel */
.account-32{
    background: rgb(189,0,1);
    background: linear-gradient(90deg, rgba(189,0,1,1) 0%, rgba(242,53,54,1) 52%, rgba(189,0,1,1) 100%);
    color: white;
    border-radius: 25px;
}

.index {
    background: none repeat scroll 0 0 #830037;
    border: 0px solid #ffffff;
    border-radius: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 50px 35px;
    position: absolute;
    right: 60px;
    top: 85px;
}

.round_label{
    background: none repeat scroll 0 0 #626568;
    border: 0px solid #ffffff;
    border-radius: 80px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 40px 32px;
    position: absolute;
}

.dashboard_disbursement_account {
    padding: 2px 4px 2px 4px;
}

.dashboard_disbursement_account > div {
    background: #ccc;
    color: #384349;
    margin: 0px;
    padding: 4px;
}

.dashboard_institution_account {
    padding: 2px 4px 2px 4px;
}

.dashboard_institution_account > div {
    color: white;   
    margin: 0px;
    padding: 6px 4px 6px 4px;
}

.associated_records_action {
    text-decoration: none;
    margin: 1px;
    padding: 1px;
}

.profile-buttons-group button:not(:last-child) {
    margin-right: 2px;
}



.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    opacity: 0;
    z-index: 99;
    color: #bbb;
    width: 190px;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -80px;
    bottom: 40px;
}

.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255,255,255,0.9);
    position: absolute;
    bottom: -10px;
    left: 43%;
}

.show-tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.company_intro {
    background: #203579;  
    height:100%;

}

.company_image {
    height:100vh;
    /*width:100vw;*/
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;

}
.company_image img { 
    height:100%;
    width:100%;
    position: relative;
}

.licence{
    background: #64626A;  
    color: white;
}

.company_login{
    position: relative;
    height:100vh;
    width:100vw;
}

@media (max-width: 770px) {
    #display {
        display: none;
    }

    .scroll {
        position: static;
    }

    .items input.description, input.recipient {
        width: 200px !important;
    }

    /*    .ui-dialog {
           left: 0 !important;
           width: 100% !important;
        }*/

    td.hide-xs {
        display: none !important;
    }
}

.logo-holder {
    background-color: white;
}

.dashboard-pagination li a{
    padding: 5px !important;
    font-size: 10px !important;
    min-width: 30px;
    text-align: center;
    margin: 1px;
}

.pagination {
    margin-bottom: 0 !important;
}
ul.pagination.ng-scope {
    margin-top: 0 !important;
    /*padding-bottom: 0 !important;*/
}

.seat-holder {
    width: 100%;
}

.seat-holder .seat-line {
    margin-bottom: 10px;
}

.seat-line .seat {
    height: 32px;
    border: 1px solid black;
    float: left;
}

.seat-line .seat:nth-child(3), 
.seat-line .seat:nth-child(6),
.seat-line .seat:nth-child(9) {
    margin-right: 40px;
}

.seat-line .seat:last-child:after {
    clear: right;
}

.gm-ui-hover-effect {
    display: none !important;
}