/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 18, 2016, 9:36:03 PM
    Author     : White Code
*/
body {
    background-color: #333;
}
.small-box {
    width: 100%;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.bg-aqua {
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-aset {
    background-color: #00c0ef !important;
}
.bg-keuangan {
    background-color: #dd4b39 !important;
}
.bg-dosen {
    background-color: #5c419b !important;
}
.bg-akademik {
    background-color: #f39c12 !important;
}
.bg-pmb {
    background-color: #d829af !important;
}
.bg-amikom {
    background-color: #092147 !important;
}
.small-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 116px;
    width: 120px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.small-box-content {
    padding: 7px;
    margin-left: 120px;
}
.box-text {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: bold;
}
.box-text2 {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.small-box .progress {
    background: rgba(0,0,0,0.2);
    margin: 5px -7px 5px -7px;
    height: 2px;
}
.small-box .progress .progress-bar {
    background: #fff;
    border-radius: 0;
}
.small-box .small-box-footer {
    position: relative;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    margin-top: 5px;
}
.small-box .small-box-footer:hover {
    background: transparent;
}