html, body {
    font-size: 16px;
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "pluto_sans_dpdlight", sans-serif;
}

h1 {
    font-size: 200%;
    line-height: 2em;
}

h2 {
    font-size: 150%;
    line-height: 2em;
}

h3 {
    font-size: 130%;
    line-height: 2em;
}

h4 {
    font-size: 120%;
    line-height: 2em;
}

h5 {
    font-size: 110%;
    line-height: 2em;
}

h6 {
    font-size: 100%;
    line-height: 2em;
}

p {
    line-height: 1.2;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:focus, a:hover {
    color: black;
}

.a-white, .a-white:hover, .a-white:focus {
    color: white;
}

.bold {
    font-weight: bold;
}

.text-sm {
    font-size: 80%;
}

.text-xs {
    font-size: 70%;
}

.dark {
    font-family: "pluto_sans_dpdregular", sans-serif;
}

.dpdlight {
    font-family: "pluto_sans_dpdextralight";
}

.text-gray {
    color: #808285;
}

.text-lightgray {
    color: #E6E7E8;
}

.text-extralightgray {
    color: #ccc;
}

.text-dark {
    color: #414042;
}

.text-red {
    color: #DC0032;
}

.text-orange {
    color: orange;
}

.text-green {
    color: green;
}


.bg-gray {
    background-color: #808285;
}

.bg-gray-o {
    background: rgba(128, 130, 133, 0.7) none repeat scroll 0 0;
}

.bg-dark {
    background-color: #414042;
    color: #fff;
}

.bg-dark-o {
    background: rgba(65, 64, 66, 0.7) none repeat scroll 0 0;
}

.text-white {
    color: #fff !important;
}

.bg-lightgray {
    background-color: #E6E7E8;
}

.bg-lightgray-o {
    background: rgba(230, 231, 232, 0.7) none repeat scroll 0 0;
}

.label-default {
    background-color: #fff;
    color: #808285;
}

.bg-dark {
    background-color: #414042;
}

.bg-green {
    background-color: green;
}

.bg-primary {
    background-color: #A90034;
}

.bg-primary-o {
    background: rgba(169, 0, 52, 0.7);
}

.bg-info, .label-info {
    background-color: #E6E7E8;
}

.bg-default {
    background-color: #fff;
    color: #555;
}

.bg-warning, .label-warning {
    background-color: #414042;
}

.px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pxy-3 {
    padding: 30px;
}

.pxy-4 {
    padding: 40px;
}

.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pxy-2 {
    padding: 20px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.w-100 {
    width: 100%;
}

.text-shadow {
    text-shadow: 1px 1px #000;
}

.lh-b {
    line-height: 3em;
    padding-bottom: 11px;
}

*::placeholder {
    color: #c0c0c0 !IMPORTANT;
}

.border-left-red-2 {
    border-left: 2px solid #dc0032;
}

.border-left-red-3 {
    border-left: 3px solid #dc0032;
}

.hover:hover {
    background-color: #EEEEEE;
}

.link {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

input:disabled {
    background: lightgray;
}


.notification-icon::after {
    background: red none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    content: attr(data-count);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11.004px;
    font-weight: 600;
    height: 13.755px;
    line-height: 13.755px;
    margin-left: -6.8775px;
    margin-top: -6.8775px;
    min-width: 13.755px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
