/* 
    Created on : Oct 17, 2019, 10:06:20 PM
    Author     : Miroslav Ryska
*/
.custom-control-label:before
{
    background-color:#d9534f;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before
{
    background-color:#5cb85c;
}
.custom-control-label::before, 
.custom-control-label::after
{
    top: 0.9rem;
    width: 1.25rem;
    height: 1.25rem;
}
/* CSS pro tkanicové desky -------------------- */ 
/* -- BLACK LACES */
.border-laces-black {
  border: 0.5rem solid #000000 !important;
}
.header-laces-black {
    font-size: 1.2rem;
    color: #000000 !important;
}
.bg-laces-black {
    background-color: #d9d9d9 !important;
}

/* -- BLUE LACES -- */
.border-laces-blue {
  border: 0.5rem solid #004d99 !important;
}
.header-laces-blue {
    font-size: 1.2rem;
    color: #004d99 !important;
}
.bg-laces-blue {
    background-color: #cce6ff !important;
}

/* CSS pro chlopňové desky ------------------- */
/* -- BLUE -- */
.border-flap-blue {
  border: 0.25rem solid #0073e6 !important;
}
.header-flap-blue {
    font-size: 1rem;
    color: #0073e6 !important;
}
.bg-flap-blue {
    background-color: #e6f2ff !important;
}
/* -- ORANGE -- */
.border-flap-orange {
  border: 0.25rem solid #ff6600 !important;
}
.header-flap-orange {
    font-size: 1rem;
    color: #ff6600 !important;
}
.bg-flap-orange {
    background-color: #fff0e6 !important;
}
/* -- GREEN -- */
.border-flap-green {
  border: 0.25rem solid #32CD32 !important;
}
.header-flap-green {
    font-size: 1rem;
    color: #32CD32 !important;
}
.bg-flap-green {
    background-color: #e6fee6 !important;
}
/* -- YELLOW -- */
.border-flap-yellow {
  border: 0.25rem solid #f2f20d !important;
}
.header-flap-yellow {
    font-size: 1rem;
    color: #b8b814 !important;
}
.bg-flap-yellow {
    background-color: #fefee7 !important;
}
/* KONEC CHLOPNOVYCH DESEK ------------------- */
/* CSS pro pasku */
.border-tape-nc {
  border: 0.25rem solid #a9a9a9 !important;
}

.header-tape-nc {
    font-size: 1rem;
    color: #666666 !important;
}

.bg-tape-nc {
    background-color: #f2f2f2 !important;
}
