.text-orange {
    color : orange;
}

.bg-orange {
    background-color: rgb(255, 165, 0, 0,8);
}

.btn-orange {
    background-color: rgb(255, 165, 0, 0,8)!important;
}

.bg-logoOrange {
    background-color: #ed4337;
}

.bg-logoOrangeLight {
    background-color: #f25c4d;
}

.bg-logoYellow {
    background-color: #ed9937;
}

.bg-lightOrange {
 background-color: #fccc8d!important;
}

.bg-lightBlue {
    background-color: #afd3d8;
}

.border-lightBlue {
    border: 1px solid #afd3d8;
}

.jumbotron {
    box-shadow: 1px 1px 5px #888888!important;
}

.boxShadow {
    box-shadow: 1px 1px 5px #888888!important;
}

.bg-darkBlue {
    background-color:#012232 /*#023047  rgba(0, 0, 26)*/;
}

.btn-darkBlue {
    background-color: #034363/*#03547c!important /* rgba(0, 0, 77)*/;
    color:white;
}

.btn-lightBlue {
    background-color: rgba(3, 84, 124, 0.6);
    color: white;
}

.bg-lightBlue {
    background-color: rgba(3, 84, 124, 0.6);
}

.bg-mediumBlue {
    background-color: rgba(3, 84, 124, 0.8);
}



.btn-darkBlue:hover {
    color:white;
    background-color: #03547c;
}

.btn-outline-darkBlue {
    background-color: white;
    color:#034363;
    border-color:#034363;
}

.btn-outline-darkBlue:hover {
    background-color: #034363;
    color:white;
    border-color:white;
}

.btn-outline-lightBlue {
    background-color: white;
    color:rgba(3, 84, 124, 0.6);;
    border-color:rgba(3, 84, 124, 0.6);;
}

.btn-outline-lightBlue:hover {
    background-color: rgba(3, 84, 124, 0.6);;
    color:white;
    border-color:white;
}

.bg-purple {
    background-color: #6600cc;
}

.text-darkBlue {
    color: #034363/* #00004d*/;
}

input[type=checkbox]:checked {
    background: #00004d!important;
}

#id_color option[value="1"] {
    background: rgba(100, 100, 100, 0.3);
}

#id_color option[value="2"] {
    background: rgba(150, 150, 150, 0.3);
}

#id_color option[value="3"] {
    background: rgba(200, 200, 200, 0.3);
}

#id_color option[value="4"] {
    background: rgba(250, 250, 250, 0.3);
}