/*
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 : Feb 16, 2018, 12:03:02 AM
    Author     : Rickain LUBO
*/

.btn-sm {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}

.bg-primary, .btn-primary {
    background-color: #00528E;
}

.bg-secondary-app {
    background-color: #f2f2f2;
}

.bg-secondary-app-a {
    background-color: #e2eaf0;
}

.btn-link {
    background-color: #FFFFFF;
}

.text-primary {
    color: #00528E;
}

.bg-danger, .btn-danger {
    background-color: #AB0F0E;
    color: #FFFFFF;
}

.well {
    padding: 10px 0px;
}

.bg-default {
    background: #F5F5F5;
}

.label {
    font-weight: 500;
    color: #8894ab;
    font-size: 13px;
}

.form-group label, .form-group legend {
    font-weight: 500;
    color: #505c74;
    font-size: 13px;
}

.form-group legend {
    margin-top: 0px;
    padding-top: 0px;
}

.input-group-addon {
    background: #F5F5F5;
    width: 30px;
    border: 1px #CCCCCC solid;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    margin: auto;
    padding: 6px;
    border-right: none;
    font-family: sans-serif, 'Open Sans';
}

.modal-header, .close {
    background-color: #edf2f9;
    text-align: center;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    color: rgba(40, 58, 90, 0.9);
    ;
}

.modal-header {
    /* height: 50px; */
    padding: 13px 13px;
    font-weight: 400;
    color: rgba(40, 58, 90, 0.9);
}

.modal-title {
    color: rgba(40, 58, 90, 0.9);
    font-size: 16px;
}

.modal-footer {
    background-color: #f9f9f9;
}

.fa {
    margin-right: 5px;
}

.breadcrumb {
    padding: 5px;
    font-size: 14px;
    border-top: 1px #FBCC99 solid;
    border-bottom: 1px #FBCC99 solid;
    background-color: #FFF5E9;
    border-radius: 0px;
}

.input-group-addon {
    padding-left: 20px;
    padding-right: 30px;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/

.sidebar {
    height: 100%;
    width: 240px;
    position: fixed;
    z-index: 100;
    background: var(--main-color);
    color: #fff;
    list-style-type: none;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0rem 1rem;
}

.sidebar-menu {
    
}

.sidebar li {
    margin-bottom: 1.2rem;
}

.sidebar a {
    color: #5e6e82;
    font-size: 14px;
    font-weight: 500;
}

.sidebar a span:last-child {
    padding-left: .6rem;
}