﻿/* COLOUR OVERRIDES */
/* NavBar Menu Blue */
.ui.inverted.menu .blue.active.item,
.ui.inverted.blue.menu {
    background-color: #1A2D8C;
}

.ui.inverted.blue.menu .item:before {
    background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.blue.menu .active.item {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.ui.inverted.darkgreen.menu {
    background-color: #374f46;
}

/*--- Buttons Blue ---*/

.ui.blue.buttons .button,
.ui.blue.button {
    background-color: #1A2D8C;
    color: #FFFFFF;
    text-shadow: none;
    background-image: none;
}

.ui.blue.button {
    -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
    background-color: #1678c2;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.blue.buttons .button:focus,
.ui.blue.button:focus {
    background-color: #0d71bb;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.blue.buttons .button:active,
.ui.blue.button:active {
    background-color: #1a69a4;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
    background-color: #1279c6;
    color: #FFFFFF;
    text-shadow: none;
}

/*--- Buttons Primary ---*/


.ui.primary.buttons .button,
.ui.primary.button {
    background-color: #1A2D8C;
    color: #FFFFFF;
    text-shadow: none;
    background-image: none;
}

.ui.primary.button {
    -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
    background-color: #1678c2;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.primary.buttons .button:focus,
.ui.primary.button:focus {
    background-color: #0d71bb;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.primary.buttons .button:active,
.ui.primary.button:active {
    background-color: #1a69a4;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active,
.ui.primary.active.button,
.ui.primary.button .active.button:active {
    background-color: #1279c6;
    color: #FFFFFF;
    text-shadow: none;
}

/*--- Toggle Checkboxes ---*/

.ui.toggle.checkbox label:before {
    background: rgba(0,0,0,.15);
}

.ui.toggle.checkbox label:hover::before {
    background: rgba(0,0,0,.20);
}

/* Link styling */
a.orange {
    color: #F2711C;
}