/* ---------- Common ---------- */

body {
    padding-top: .8rem;
    font-family: 'Roboto', sans-serif !important;
    min-width: 360px;
}

.container {
    max-width: 1050px;
}

main {
    margin-top: 10px;
    /* padding-bottom: 60px; */
}

h2 {
    color: #5E00FF;
    font-size: 24Px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.btn-primary {
    background-color: #141a4c !important;
    color: #FFF !important;
    border-color: #141a4c !important;

    font-size: 14px;
    border: 0px;
}

.btn-secondary {
    background-color: #5E00FF !important;
    color: #FFF !important;
    border-color: #5E00FF !important;
    font-size: 14px;
    border: 0px;
}

.btn-reset {
    background-color: #ddd !important;
    border-color: #ddd;
}

.btn-primary:active, .btn-primary:visited  {
    background-color: #141a4c;
    border-color: #141a4c;
}

.buttons-excel span {
    padding-left: 5px;
    font-family: Verdana, Arial, sans-serif;
    color: green;
}

.buttons-excel {
    background-color: green;
}

.fa-file-excel-o:before {
    font-size: 16px;
    color: green;
}

.btn-email span {
    padding-left: 5px;
    font-family: Verdana, Arial, sans-serif;
    color: #D44C3E;
}
.fa-envelope:before {
    color: #D44C3E;
}

.fa.fa-envelope.btn-email {
    padding: 9px 15px 7px 15px;
}

button {
    cursor: pointer;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

h5 {
    color: #040e70;
}

a {
    color: #5E00FF;
}

.forget-pass {
    color: #040e70;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

div.error {
    font-size: 10.5px;
    color: red;
}


.bg-grey {
    background-color: #dcdcdc !important;  
}

.text-color-black {
    color: #000 !important;
}

.text-color-red {
    color: red !important;
}

footer {
    margin-top: 20px;
    background-color: #5E00FF;
    padding: 18px 0px 1px 0px;
    color: #FFF;
}

.copyright {
    text-align: center;
    font-size: 11px;
}

.modal-dialog {
    max-width: 960px;
}

.profil-dropdown i {
    color: #5E00FF;
    font-size: 13px;
    padding-left: 10px;
}

.profil-dropdown a {
    font-size: 13px;
    text-transform: uppercase;
    color: #242c62;
}

.dropleft .dropdown-toggle::before, .dropdown-toggle::after {
    border: 0px;
}

.profil-dropdown .icon-dropdown {
    
    margin: 15px 0px;
}

.dropdown-menu.show {
    margin-top: 40px;
    /*margin-left: 60px;*/
}

/* ----- Login page ----- */

main.login {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 3.5rem;

    box-shadow: 1px 1px 1px #c0c0c0;
    -webkit-box-shadow: 1px 1px 1px #c0c0c0;
    -moz-box-shadow: 1px 1px 1px #c0c0c0;
    background-color: #e8e8e8;  
}

main.login label {
    font-size: 18px;
}


/* ----- All page ----- */

.all-page {
    padding: 0px;
    margin-top: 0px;
    border-radius: 2px;
    background-color: #FFF;
}


.top-bar {
    background-color: #F1F1F1;
    padding: 20px;
    border-bottom: 6px solid #5E00FF;
}

.tb-blue {
    border-top: 10px solid #9F85F8;
}

.bb-grey {
    border-bottom: 12px solid #dcdcdc;
}


.my-account {
    font-size: 13.5px;
    color: #242c62;
    text-align: right;
    padding-top: 5px;
}

.my-account h6 {
    font-weight: bold;
    font-size: 13.5px;
}

.my-account .profil-icon {
    padding-top: 15px;
    float: left;
    padding-left: 10px;
}

.icon-profil {
    color: #5E00FF;
    font-size: 28px;
}

.logout-link {
    font-size: 12px;
    color: #242c62;
}

#name-account {
    width: 100%;
    float: left;
    text-transform: uppercase;
}

/* ---------- Navbar ---------- */

.menu .navbar-nav .nav-link {
    color: #242c62;
    font-size: 14px;
}


.navbar-toggler {
    padding: 0.25rem 0.55rem;
    font-size: 1rem;
}


/* ----- Form ----- */
label {
    color: #141a4c;
    font-size: 14px;
}


.box-border {
    border: 1px solid #e5e3e3;
    background-color: #f4f4f4;
    padding: 10px 20px 20px 20px;
    border-radius: 2px;
}

/* ---------- Page section ---------- */

.finished, .received, .inprogress, .affected, .qualified  {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10.8px;
    letter-spacing: -1.2px;
}

.finished {
    color: #be1e2d;
}

.finished::before {
    content: 'C';
    color: #fff;
    background-color: #be1e2d;
    padding: 1px 3px;
    margin-right: 2px;
}

.received {
    color: #27aae1;
}

.received::before {
    content: 'O';
    color: #fff;
    background-color: #27aae1;
    padding: 1px 3px;
    margin-right: 2px;
}



.qualified {
    color: #e48829;
}

.qualified::before {
    content: 'Q';
    color: #fff;
    background-color: #e48829;
    padding: 1px 3px;
    margin-right: 2px;
}


.inprogress {
    color: #07a408;
    
}

.inprogress::before {
    content: 'E';
    color: #fff;
    background-color: #07a408;
    padding: 1px 3px;
    margin-right: 2px;
}

.affected {
    color: #fcbf3e;
    
}

.affected::before {
    content: 'A';
    color: #fff;
    background-color: #fcbf3e;
    padding: 1px 3px;
    margin-right: 2px;
}


.datatable .fa.fa-pencil-square-o {
    color: #030134;
    font-size: 16px;
    padding-right: 6px;
    float: left;
}

.datatable .fa.fa-trash {
    color: #e40d0d;
    font-size: 16px;
    float: left;
    padding-right: 4px;
}

.datatable .fa {
    color: #030134 !important;
    font-size: 16px;
    margin-right: 6px;
    float: left;
}

.discussion {
    background-color: #FFF;
    color: #141a4c;
    font-size: 14px;
    box-shadow: 1px 3px 0px #e3e3e3;
    padding: 10px 15px;
}

.discussion.rep {
    background-color: #fbfbfb;
    box-shadow: 1px 3px 0px #cccccc;
    
}

.discussion img {
    max-width: 100%;
}



.loading {
    padding-top: 50px;
    height: 50px;
    background-image: url('../img/loading.gif');
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}


.date-text {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    text-align: right;
}



.titleicon i {
    margin-right: 10px;
    color: #5E00FF;
}

.titleicon {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}




/* ---------- Tools ---------- */

.max-with-20px {
    max-width: 20px !important;
}

.white-color {
    color:  #FFF !important;
}

.blue-color {
    color:  #040e6f !important;
}

.orange-color {
    color:  #5E00FF !important;
}


.text-underline {
    text-decoration: underline !important;
}


/* summer note */
.note-popover .popover-content, .card-header.note-toolbar {
    padding-bottom: 0px !important;
}

.note-toolbar-wrapper {
    height: auto !important;
}


.img-shadow {
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 20px #999;
}

/******* import google font *******/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,700,900');


