/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,800&display=swap');

body { font-family: 'Open Sans',sans-serif, Arial; margin-bottom: 3rem!important;}
label {margin-bottom: 0px !important;}

.app {margin-bottom: 3rem!important;}
.bg-grey { background-color:#DEDEDE; }
.bg-gold { background-color:#bba14f; color: #ffffff;}
.btn-gold { background-color:#bba14f;}
.text-gold { color:#bba14f; }
.bg-app { background-color:#95B2C3;}
/* .bg-app { background-color:#acebff; margin-bottom: 3rem!important;} */
.bg-app-login { background-color:#bba14f; /*margin-bottom: 3rem!important;*/}
.bg-app-login label { color: #ffffff;}
.bg-table { background-color: #F0F0F0;}
.bg-header { background-color: #bba14f; width:100%; text-align: center; font-weight: bold;}
.bg-cells-warning { background-color: #fbff00; width:100%; text-align: center; font-weight: bold;}
.bg-cells-danger { background-color: #ff0000; width:100%; text-align: center; font-weight: bold; color:#ffffff;}
.bg-cells-success { background-color: #28a745; width:100%; text-align: center; font-weight: bold; color:#ffffff;}
.form-input { width:100%; height:28px; border:1px solid #ffffff !important; background-color: #FFFFFF !important; font-family: 'Courier New', Courier, monospace !important; }
.form-button { border:1px solid #ffffff; background-color: #DEDEDE; font-family: 'Courier New', Courier, monospace; font-weight: bold;}
.table, .table thead, .table tbody, .table tr, .table tr td {border: 1px solid #000000 !important;}
.border-bottom {border-bottom: 1px solid #ffffff!important;}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
}

[class^='select2'] {
    border-radius: 0px !important;
}
