﻿.rotorkRed {
    background-color: #F50514;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-11px {
    font-size: 11px;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-14px {
    font-size: 14px;
}

.bg-RotorkRed {
    background-color: #F50514 !important;
}

a.bg-RotorkRed:hover, a.bg-RotorkRed:focus,
button.bg-RotorkRed:hover,
button.bg-RotorkRed:focus {
    background-color: #F50514 !important;
}


.bg-RotorkDarkGrey {
    background-color: #546977 !important;
}

a.bg-RotorkDarkGrey:hover, a.bg-RotorkDarkGrey:focus,
button.bg-RotorkDarkGrey:hover,
button.bg-RotorkDarkGrey:focus {
    background-color: #546977 !important;
}

.bg-RotorkLightGrey {
    background-color: #8799A2 !important;
}

a.bg-RotorkLightGrey:hover, a.bg-RotorkLightGrey:focus,
button.bg-RotorkLightGrey:hover,
button.bg-RotorkLightGrey:focus {
    background-color: #8799A2 !important;
}

.text-RotorkRed {
    color: #F50514 !important;
}

a.text-RotorkRed:hover, a.text-RotorkRed:focus {
    color: #F50514 !important;
}

.text-RotorkDarkGrey {
    color: #546977 !important;
}

a.text-RotorkDarkGrey:hover, a.text-RotorkDarkGrey:focus {
    color: #546977 !important;
}

.text-RotorkLightGrey {
    color: #8799A2 !important;
}

a.text-RotorkLightGrey:hover, a.text-RotorkLightGrey:focus {
    color: #8799A2 !important;
}

.border-RotorkRed {
    border-color: #F50514 !important;
}

.border-RotorkDarkGrey {
    border-color: #546977 !important;
}

.border-RotorkLightGrey {
    border-color: #8799A2 !important;
}

.btn-RotorkRed {
    color: #F50514;
    background-color: #F50514;
    border-color: #F50514;
}

.btn-RotorkDarkGrey {
    color: #546977;
    background-color: #546977;
    border-color: #546977;
}

.btn-RotorkLightGrey {
    color: #8799A2;
    background-color: #8799A2;
    border-color: #8799A2;
}