﻿* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans",open-sans,sans-serif;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-item {
}

.aligner-item--top {
    align-self: flex-start;
}

.aligner-item--bottom {
    align-self: flex-end;
}

/* Prevent Yellow Background in Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.textSmall {
	font-size: 12px;
}

.padded-sm {
    padding: 4px 7px !important;
}

.padded, .padded-md {
    padding: 10px 10px !important;
}

.padded-lg {
    padding: 20px 20px !important;
}

.padded-xl {
    padding: 40px 40px !important;
}

.padded-v-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.shared-alert {
    background-color: #616161;
    border: none;
    border-radius: 5px;
    bottom: 11px;
    color: #ECEFF1;
    font-size: 1em;
    margin: auto;
    max-width: 70%;
    overflow-y: auto;
    padding: 10px 40px;
    position: fixed;
    text-align: center;
    white-space: nowrap;
    z-index: 1000;
}

.shared-alert .close:hover, .shared-alert .close:focus {
    color: #ECEFF1;
    filter: alpha(opacity=100);
    opacity: 1;
}
