@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');


.not_done_yet {
    border: 1px solid fuchsia;
}
/* LAYOUT */
body{
    background-color: #efefef;
    font-size: 14px;
    font-family: Arial, Helvetica, Meiryo, sans-serif;
}
.faded_row {
    background-color: rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 3px;
}
/* END LAYOUT */

/* MASTER */
/* Header */
a.header_font.header_font_color,
a.navbar-brand.header_font {
    color: #84B0D3;
}
.page_header{
    background-color: rgba(45, 59, 70, 1);
}
.page_header a{
    font-family: 'Roboto Mono', monospace;
    font-size: 28px;
    color: rgba(108, 143, 171, 1);
}
.navbar_menu{
    background-color: rgba(132, 176, 211, 1);
}
.navbar_menu .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar_menu .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' hei…miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.navbar-nav .nav-item.active .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-nav .nav-item .nav-link {
    color: rgba(255,255,255,0.8);
}
.nav-item .nav-link {
    color: #fff;
}
.navbar-brand img{
    margin-top: 5px;
    max-height: 40px;
    background-color: white;
    border-radius: 5px;
    border-radius: 5px 0px;
}
/* Footer */
.page_footer{
    background: rgba(132, 176, 211, 1);
    color: #2C3B46;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .25) inset;
}
#systemIndicator{
    width: 80px;
    color: rgba(132, 176, 211, 1);
    border: 1px solid rgba(132, 176, 211, 1);
    background: #fff;
    border-radius: 3px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 80px;
    text-align: center;
    z-index: 10000;
}
/* END MASTER */
/* COMPONENTS */
/* BUTTONS & LINKS */
.btn{
    min-width: 80px;
}
.btn-primary,
.btn-secondary{
    border-radius: 2px;
}
.btn-primary {
    background-color: rgba(132, 176, 211, 1);
    color: #FFF;
    border: 1px solid rgba(132, 176, 211, 1);
}
.btn-primary:hover{
    background-color: #5C7B93;
    border-color: #5C7B93;
}
.btn-secondary{
    background-color: #FCFCFC;
    border: 1px solid #CCCCCC;
    color: #2e3136;
}
a, a:link, a:visited {
    color: rgba(108, 143, 171, 1);
    font-weight: 400;
}
.display_link {
    color: #5C7B93;
}

.display_link:hover{
    /* color: #848484; */
    text-decoration:underline;
    cursor: pointer;
}
/* INPUTS */
.form-control:focus {
    border: 1px solid #949494;
}
/* TABLE */
table{
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #d0d0d0;
}
.table thead th {
    color: #2e3136;
    border-bottom: 1px solid #d0d0d0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,1);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.04);
}
/* FIELDSET */
fieldset {
    border: 1px solid #84B0D3;
    border-radius: 5px;
    padding: 5px 10px 10px;
}
fieldset legend {
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    border-radius: 5px;
    color: #5C7B93;
    font-size: 20px;
    width: auto;
}

/* TABS */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: rgba(0,0,0,0.04);
}
.tab-content {
    padding: 15px;
    background: #fff;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active, 
.nav-tabs .nav-link {
    color: #5C7B93;
    font-size: 16px;
    font-weight: 600;
}
/* FORMS */
form label[required]:after{
    content: "*";
    color: #BF1601;
    position: absolute;
    padding: 0px 5px 5px 3px;
    font-size: 12px;
    font-weight: normal;
}
.has-danger .form-control, .has-danger .input-group-append .input-group-text, .has-danger .input-group-prepend .input-group-text, .has-danger.input-group-focus .input-group-prepend .input-group-text, .has-danger.input-group-focus .input-group-append .input-group-text {
    border-color: #ff1b1b;
    color: #ff1b1b;
    background-color: rgba(255, 255, 255, 1);
    /* border-width: 2px; */
}
.has-danger .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,27,27,.15);
}
.col-form-label {
    color: rgba(0,0,0,0.5);
}
label.error {
    color: #ff1b1b;
    margin-top: 3px;
}
/* CHECKBOXES & RADIOS*/
label.checkbox,
label.radio{
    /* position: relative; */
    cursor: pointer;
    color: #666;
    font-size: 20px;
}

/* input[type="checkbox"], input[type="radio"]{
    position: absolute;
    right: 9000px;
} */

Check box
input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #84B0D3;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
    color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
    content: "\f192";
    color: #8e44ad;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
    content: "\f111";
    color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
    content: "\f204";
    color: #ccc;
}


@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}

/* HOME SCREEN */
.menu_icon{
    width: 44px;
    height: 44px;
}
/* END COMPONENTS */

/* UTILITIES */
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-55{
    margin-top: 55px;
}
.mt-60{
    margin-top: 60px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-140{
    margin-top: 140px;
}
.mb-140{
    margin-bottom: 140px;
}
.w-80{
    width: 80px;
}
.w-5p{
    width: 5%;
}
.w-10p{
    width: 10%;
}
.w-15p{
    width: 15%;
}
.w-20p{
    width: 20%;
}
.w-25p{
    width: 25%;
}
.w-30p{
    width: 30%;
}
.w-33p{
    width: 33.33%;
}
.w-35p{
    width: 35%;
}
.w-40p{
    width: 40%;
}
.w-45p{
    width: 45%;
}
.w-50p{
    width: 50%;
}
.w-60p{
    width: 60%;
}
.text-normal {
    font-size: 14px;
}
.hidden{
    display: none;
}
.print_fieldset {
    border: 1px solid #84B0D3;
    border-radius: 5px;
    padding: 5px 10px 10px;
}
.print_totals{
    border: 1px solid #84B0D3;
    border-radius: 20px;
    padding: 10px;
}
.tc {
    text-align: center;
}
.pt-40{
    padding-top: 40px;
}
.fill_available{
    width: -webkit-fill-available;
}

/* PRINTING */
#printContent table{
    border: none;
}
.page-header, .page-header-space {
    height: 140px;
}
  
.page-footer, .page-footer-space {
    height: 50px;
}
.page-header, .page-footer{
    position: absolute;
    width: 100%;
}
.page-footer {
    bottom: 0;
    left: 0;
}
.page-header {
    top: 0;
    left: 0;
}
  
.page {
    page-break-after: always;
}
@media screen {
    #printSection {
        display: none;
    }
  }
@page {
    margin: 20mm
}

@media print {
    body * {
        visibility:hidden;
      }
      #printSection, #printSection * {
        visibility:visible;
      }
      #printSection {
        position:absolute;
        left:0;
        top:0;
        width: 100%;
      }

    thead {display: table-header-group;} 
    tfoot {display: table-footer-group;}
}
