.login {
    padding-top: 3%;
    background-color: #F7F7FC !important;
}

.login .logo {
    text-align: center;
}

.login .logo img {
    display: inline;
    margin-bottom: 20px;
    margin-left: 12%;
    width: 50%;
}

.login-form{
    background: white;
    padding: 15px 50px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(51,51,79,0.07);
    border-radius: 6px;
    margin-top: 13%;
}

.login .copyright {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
}

.modal-header {
    min-height: 16.43px;
    background-color: #1AB394;
    color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.nav .border-right {
    border-right: 1px solid #009688;
}

.contact-box {
    padding: 20px 10px 0;
    position: relative;
}

.contact-box address {
    font-size: 12px;
    padding: 3px;
}

.contact-box abbr {
    margin-top: 4px;
    margin-bottom: 8px;
    display: block;
}

.contact-box span.badge.badge-md {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.table .btn-group.open .dropdown-menu {
    min-width: 105px;
}

.form-actions {
    background: #f6f6f6;
    padding: 15px 0;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #f5f4f4;
    border-radius: 0;
}

.summary .datepicker table tr td.disabled, .summary .datepicker table tr td.disabled:hover {
    background: #fff;
    border-radius: 0;
    color: #444;
}

.summary .datepicker table tbody tr td, .summary .datepicker table tr td:hover {
    border-radius: 0;
    background: #ddd;
    color: #444;
}

.summary .datepicker-inline, .summary table {
    width: 100%;
}

.link-block {
    font-size: 12px;
    padding: 0px;
}

.md-skin .navbar-static-top .nav > li.active {
    background: none;
    border-left: none;
}

.md-skin .navbar-static-top .nav > li.active > a {
    color: #ecec1f;
}

.member {
    position: absolute;
    bottom: 3px;
    left: 22%;
    color: #aaa;
}

.mail-tools.tooltip-demo.m-t-md {
    position: relative;
}

.mail-tools .pagination {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.mail-box .mail-subject a[data-toggle="collapse"] {
    display: block;
}

.mail-box .table-hover > tbody > tr.read:hover {
    background-color: #f5f5f5;
}

.flat {
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.btn-group.bootstrap-select.input-group-btn.input-group-addon {
    padding: 0;
    border: none;
}

.file-settings {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.folder-list .dropdown-menu > li > a {
    padding: 0 15px;
}

.folder-list .dropdown-menu {
    min-width: 110px;
}

button#download {
    display: none !important;
}

.notification.well a {
    color: #337ab7;
}

#section-table {
    border-right: 1px solid #eee;
}

.kpi {
    max-height: 300px;
    overflow: auto;
}

.kpi-items {
    display: none;
}

.kpi-info {
    display: table-cell;
    height: 300px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    padding-left: 10%;
}

.kpi-info .fa {
    font-size: 2em;
}

.kpi-section h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.table tbody > tr > td.section-item {
    cursor: pointer;
}

.kpi-rating {
    margin-right: 8px;
    margin-bottom: 0;
}

.section-title {
    margin-top: 25px !important;
    margin-bottom: 15px;
}

.final-result {
    text-align: center;
    padding-top: 35px;
}

.result {
    background: #19C0A0;
    color: #fff;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 1.5em;
    border-radius: 3em;
    margin-bottom: 15px;
}