﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* BitLux Main Colors

    #cd9f58 (Yellow)
    #C7AC69 (Yellow Logo)
    #181818 (Dark)

*/

html body {
    font-family: 'Roboto', sans-serif;
}

/* Buttons Custom Colors */


body .btn{
    border-radius: 0;
}
body .btn-primary {
    color: #fff;
    background-color: #cd9f58 !important;
    border-color: #cd9f58 !important;

}
    body .btn-primary:hover {
        color: #fff;
        background-color: #C7AC69 !important;
        border-color: #C7AC69 !important;
    }

body a {
    color: #C7AC69;
}

/* Navigation and Menus */

body .nav-item a {
    display: flex;
    align-content: center;
    align-items: center;
}
    body .nav-item a i {
        font-size: 22px;
        margin-right: 10px;
    }

body .brand-link {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

    body .logo {
        width: 150px
    }


/* Cards and Layout */

body .card{
    box-shadow: none;
}

body .card-primary.card-outline {
    border-top: 3px solid #C7AC69;
}

body .logo-login {
    width: 80%;
    margin: 20px 0
}

body .user-panel img {
    width: auto;
}

/* Form Components */

body .form-control,
body .select2-selection,
body .select2-container--default .select2-selection--single {
    border-radius: 0;
}



/*----------------------*/
.login-page {
    justify-content: flex-start;
    margin-top: 50px;
}

.fw-grid-col-btn {
    width: 100px;
    white-space: nowrap;
}

.itinerary-container div.row:nth-child(n+2) label {
    display: none;
}

.values-aircraft-container div.row:nth-child(n+2) label:not(.label-chk) {
    display: none;
}



.my-dropzone {
    border: 1px dotted #ced4da !important;
    border-radius: 10px;
    min-height: 150px;
    padding: 20px 20px;

}

.dz-started > .dz-message {
    display: none
}

.stop-select {
    border-radius: 4px;
    padding: 2px 6px;
    border: solid 1px #fff;
    margin-left: 5px;
}

body .small-box {
    padding: 15px
}

body .explain {
    display: block;
    line-height: 14px;
    margin-top: 5px;
}

