/* Updated version of CSS loaded for Menu item */
/*
*
* Start style guide
*
*/
/* don't force override everything else. This allows bootstrap glyph icons to work */
* {
    font-family: 'Ubuntu', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', 'Arial', sans-serif;
}

/* Font sizing that caters for IE9 as well
ref: http://snook.ca/archives/html_and_css/font-size-with-rem
*/
html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

/*.s-collapsed-invalid .h-section .f-label label, .s-collapsed-invalid .h-repeat .f-label label, for collapsed invalid sections*/
.validationError,
.lbErrorMsg, .h-switch .s-unselected-invalid, .f-textarea.s-error .facade:before, .f-input.s-error .facade:before, .f-form .f-status, .s-saveauth-lightbox .c-wizard-content > span {
    font-size: 1.5rem;
    color: #E76D18;
}

h2.text-error {
    color: white;
    background-color: #E76D18;
    padding: 0.75em 0.5em;
}

h1, .pageTitle {
    font-size: 2.2rem;
}

h2, .secondTitle {
    font-size: 1.5rem;
}

h2 {
    color: #002a4e;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 1rem 0 0;
    border-top: 2px solid #00AAB8;
    border-bottom: none;
    margin-top: 30px;
}

h2.top-of-page {
    margin-top: 0.5rem;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset legend:not(.h2-legend) {
    background-color: #DEE7EF;
    margin: 0 0 10px -1px;
    width: 100.2%;
    padding: 5px 15px;
}

div.h-section {
    margin-bottom: 1em; /* add some space after the section title */
}

label, .allLabels, .allSmallIcons,
.control-label, /* bootstrap */
aside.decorator,
.f-calendar,
.Dropdown .facade span:before,
.DateTime .f-calendar:before, .Date .f-calendar:before,
.s-expanded .f-expand:before, .s-collapsed .f-expand:before,
.s-prepend.Message.s-color-LightBlue aside.decorator,
.f-tb-print.fontawesome.icon-print,
.e-signature-x, .c-signature-name .X, .f-upload a .s-upload:before, .s-prepend aside.decorator, .s-append aside.decorator,
.f-select-item span.radio-checkbox-option {
    font-weight: normal;
}

input,
.f-submit .input, .f-input .input, .f-select1 .input, .f-select1 .textarea, .f-select .textarea, .f-textarea .textarea {
    color: #000;
}

p, .readOnlyText, .readOnlyTable td {
    color: #000;
}

hr, .dividerLine {
    border-top: 1px dotted #000;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

.primaryActionButton, /* primary submit button on the right */
.f-form .f-submit {
    padding-right: 0.6em;
    float: right;
}

.secondaryActionButton, /* secondary cancel button on the left */
.l-control-vertical .f-submit.s-cancel {
    padding-left: 0.6em;
    float: left;
}

.secondaryButton {
    border: 1px solid #94AFCA;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c8d4e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c8d4e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #c8d4e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #c8d4e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #c8d4e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #c8d4e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c8d4e3', GradientType=0); /* IE6-9 */
}

.secondaryButtonTextColor, .s-wizard-button.s-secondary .decorator a, .s-cancel .decorator, .s-cancel .decorator input, .s-add-files {
    color: #08344A;
}

.disabledButton {
    border: 1px solid #A8A8A8;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */
}

a {
    color: #0000FF;
}

.frevvo-app a {
    color: #0000FF;
}

.f-select-item label, .radio-checkbox-option {
    width: auto;
}

.frevvo-app a:hover, .frevvo-app a:focus,
a:hover, a:focus {
    color: #000000;
    outline: 5px auto -webkit-focus-ring-color;
}

.frevvo-app a.finish_btn:hover {
    color: #ffffff;
}


.helpTextContainer,
.f-helpcontent,
#f-help-display {
    opacity: 0.95;
}

.helpText,
.f-helpcontent div {
    font-size: 0.9rem;
    color: #FFF;
}

label span.required,
.f-label label strong {
    color: red;
}

div.PafChoices ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.PafChoices ul li.selected {
    background-color: #D9E9F9;
}

div.PafChoices ul li {
    list-style-type: none;
    display: block;
    padding: 0px 0px 0px 5px;
    height: 20px;
    cursor: pointer;
}


/*.Dropdown li:first-child {display:none}*/

.Dropdown li, .PafChoices li {
    background: white;
}

.Dropdown li:nth-child(even), .PafChoices li:nth-child(even) {
    background: #E9F0F4;
}

.Dropdown ul li a, .PafChoices ul li a {
    color: black !important;
}

.Dropdown ul li a.selected, .PafChoices ul li a.selected {
    background: #2D7699;
    color: white !important;
}

/*.Dropdown ul li:hover a {border: 1px solid #1E475F; }*/

/*
input:focus {background-color:#E9F0F4 !important;*/
/*height:28.25px !important;border-bottom:-5px !important;border-bottom:1px solid red !important;*//*
}
*/

.noResize textarea {
    resize: none;
}

.f-output.s-color-Yellow .f-message, .f-button.s-color-Yellow .decorator, .f-control.s-color-Yellow .decorator, .f-control.s-color-Yellow .decorator .input {
    color: #000;
}

#lightbox {
    top: 75%;
}

div.smallInputField div {
    width: 23% !important;
}

.Money input {
    text-align: right;
    padding-right: 1em !important;
}

.navbar .nav > li > a {
    color: #000000;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #FFF;
    color: #1E475F;
}

div.container div.well {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0 19px;
    min-height: 150px;
}

.help-block {
    margin-bottom: 0;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 34px !important;
}


/***************** COPIED FROM AER.css *************************/
.navbar .nav > li > a {
    color: #000000;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.navbar .nav > li > a:hover {
    color: #00F;
}

.navbar {
    min-height: 40px !important;
}

.modal-footer {
    margin-top: 0px !important;
}

/* Stop bootstrap modal windows from shifting content when they are open*/
.modal-open {
    overflow: auto !important;
}

.modal {
    overflow: auto !important;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-group.required .control-label:after, .form-group .required .control-label:after {
    color: red;
    content: "*";
    position: absolute;
    margin-left: 10px;
}

input[type="radio"] {
    vertical-align: top;
}

.top-buffer {
    margin-top: 20px;
}

.top-margin-25 {
    margin-top: 25px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.no-bottom-buffer {
    margin-bottom: 0px;
}

.content {
    padding: 0 19px 19px 19px;
}

.no-error {
    border: 1px solid #ccc !important;
}

.col-sm-15 {
    width: 12.45454545% !important;
}

legend.search-legend {
    margin-bottom: 5px;
}

.read-only-header {
    font-weight: bold;
    line-height: 1.7;
}

.breadcrumb-left-padding {
    padding-left: 35px;
}

.breadcrumb {
    background: transparent;
    padding: 1rem 0 0 0;
    margin-bottom: 0;
}

.breadcrumb li.active {
    color: #6d6d6d;
}

.breadcrumb a, .breadcrumb a:focus {
    color: #002a4e;
}

.greyed-out-text {
    color: rgb(144, 144, 144);
}

.alert {
    padding: 5px;
    margin-bottom: 10px;
}

ul.error-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.error-message {
    margin-left: 5px;
}

.mandatory {
    color: red;
}

.error {
    color: red;
}

.icon-help {
    color: #46b8da;
}

.icon-margin {
    margin-right: 5px;
}

.tooltip-inner {
    max-width: none;
    width: 250px;
    font-weight: normal;
}

.field-description {
    color: #999;
    font-size: 80%;
}

.help-panel {
    padding-left: 0px;
    padding-right: 0px;
}

.date-from-field {
    padding-left: 0px;
    padding-right: 5px;
}

.date-to-field {
    padding-left: 5px;
    padding-right: 0px;
}

.form-group {
    margin-right: 0px !important;
}

.control-label {
    text-align: left !important;
}

/* overriding bootstrap 'small' */
small, .small {
    font-size: 90% !important;
}

.button-margin-right-5 {
    margin-right: 5px;
}

.button-margin-left-5 {
    margin-left: 5px;
}

.breadcrumb li {
    margin-right: 1px;
}

/**
 * These are in bootstrap 3.3 but not 3.0
 */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.delta.positive {
    color: green;
}

.delta.negative {
    color: red;
}

.ui-autocomplete-loading {
    background: url('/brs/images/ajax-loader.gif?v=1') no-repeat center;
}

input[type='text'].ui-autocomplete-loading {
    background: url('/brs/images/ajax-loader.gif') no-repeat center;
}

.error-id {
    color: #666;
}

/* this class is part of bootstrap 4, we are still using bootstrap 3 */
.float-none {
    float: none !important;
}

.has-error-group {
    border: 1px solid;
    border-color: #a94442;
    border-radius: 4px;
    padding: 3px;
}

li.ui-menu-item.rounded-border:hover {
    background-color: #f5f5f5;
}

label.receipt-details {
    margin-bottom: 0px;
    padding-right: 15px;
}

.table-footer {
    padding: 14px 15px 25px 15px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;

}

.table-footer-inner {
    /*text-align: right;   */
}

.table-footer-inner a {
    padding-right: 10px;
}

.hint {
    font-size: 75%;
    color: #444;
}

.required {
    color: red;
}

.fieldset-container {
    padding: 0px 15px;
}


.tabs-min {
    background: transparent;
    border: none;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.tabs-min .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 1rem;
}

.ui-tabs {
    padding: 0;
}

.tabs-min .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none;
}

.tabs-min .ui-tabs-nav .ui-state-active {
    background: transparent url(/brs/images/uiTabsArrow.png) no-repeat bottom center;
    border: none;
}

.tabs-min .ui-tabs-nav .ui-state-default a {
    color: #a0a0a0;
    font-size: 1.2rem !important;
}

.tabs-min .ui-tabs-nav .ui-state-active a {
    color: #002a4e;
    font-size: 1.2rem !important;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1rem 0;
    background: none;
}

div.dataTables_filter {
    display: none;
}

.btn-fileupload {
    position: relative;
    overflow: hidden;
    white-space: normal;
}

.btn-fileupload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

ul.nopadding {
    padding-left: 15px !important;
    margin: 0 !important;
}

div.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

div.row div.nopadding:first-child {
    padding-left: 15px !important;
}

.global-message-danger {
    background-color: rgba(206, 72, 68, 0.1);
}

.global-message-danger h4, .global-message-danger span {
    color: rgba(206, 72, 68, 1);
}

.global-message-warning {
    background-color: rgba(170, 103, 8, 0.1);
}

.global-message-warning h4, .global-message-warning span {
    color: rgba(170, 103, 8, 1.0)
}

.global-message-info {
    background-color: rgba(27, 128, 158, 0.1);
}

.global-message-info h4, .global-message-info span {
    color: rgba(27, 128, 158, 1);
}

.global-message-success {
    background-color: rgba(0, 128, 0, 0.1);
}

.global-message-success h4, .global-message-success span {
    color: rgba(0, 128, 0, 1);
}

.global-message-container {
    display: flex;
    flex-direction: row;
}

.global-message-icon {
    padding-right: 10px;
    padding-top: 10px;
}


/*overriding datatable styles */

.readOnlyTable .readOnlyNumber {
    text-align: right;
}

table.dataTable {
    width: 100% !important;
    margin: 0 !important;
}

.dataTables_wrapper .ui-toolbar {
    background: none;
}

.dataTables_wrapper .ui-widget-header, .table.table-striped {
    border: none;
    color: #002a4e;
    padding: 0.5rem 0;
}

.dataTables_wrapper table.dataTable.no-footer {
    border-bottom: 2px solid #dddddd;
}

.dataTables_wrapper .ui-state-default {
    background: none;
}

.dataTables_wrapper table.dataTable thead th, .table.table-striped thead th {
    background: none !important;
    color: #2D7699 !important;
    font-weight: 500 !important;
    padding: 8px 10px 8px 0.25rem !important;
    border: none !important;
    border-bottom: 2px solid #dddddd !important;
}

.table.table-striped thead tr.header-group th {
    border-bottom: 1px solid #dddddd !important;
    text-align: center;
}

.dataTables_wrapper table.dataTable thead th.header-group:not(:first-of-type),
.table.table-striped thead th.header-group:not(:first-of-type) {
    border-left: 1px solid #dddddd !important;
}

.dataTables_wrapper table.dataTable thead th:before,
.dataTables_wrapper table.dataTable thead th:after {
    display: none !important;
}

.dataTables_wrapper table.dataTable thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
}

.dataTables_wrapper table.dataTable tbody td, .table.table-striped tbody td, .dataTables_wrapper table.dataTable tbody th, .table.table-striped tbody th {
    background: none;
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
    box-shadow: none !important;
    padding: 0.6rem 1rem 0.6rem 0.25rem !important;
}

.dataTables_wrapper table.dataTable tbody tr:last-child td, .table.table-striped tbody tr:last-child td, .dataTables_wrapper table.dataTable tbody tr:last-child th, .table.table-striped tbody tr:last-child th {
    border-bottom: none !important;
}

.dataTables_wrapper table.dataTable tbody tr:hover, .table.table-striped tbody tr:hover, .dataTables_wrapper table.dataTable tbody tr:nth-child(even):hover, .table.table-striped tbody tr:nth-child(even):hover {
    background: #edeff3;
}

.table.table-striped tbody tr.info, .dataTables_wrapper table.dataTable tbody tr.info {
    background: #d9edf7;
}

.dataTables_wrapper table.dataTable tbody tr:nth-child(even), .table.table-striped tbody tr:nth-child(even) {
    background: #fbfbfb;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter.show-filter {
    margin-bottom: 1rem;
    display: block !important;
    float: none;
    text-align: left;
}

.search-results-fee {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

.search-results-fee-label {
    margin-right: 1rem;
    display: inline-block
}

.search-result-row-fee {
    width: 105px;
    vertical-align: middle !important;
}

.aar-notification {
    margin: 0.5rem 0;
}

.login-container .left-container {
    display: flex;
    flex-direction: row-reverse;
}

.login-container .right-container {
    background: #EDF5FBFF;
}

.login-container .right-container .callout {
    background: white;
    margin-top: 0;
}

.login-container .left {
    margin-top: 2rem;
    margin-right: 1.75rem;
    max-width: 525px;
}

.login-container .right {
    max-width: 500px;
    margin: 3rem 1rem;
}

.login-container .or-container {
    text-align: center;
}

.login-container .form-control {
    display: inline-block;
}

#signinButton .fa {
    font-size: 22px;
    vertical-align: middle;
}

.login-link {
    font-size: 0.9rem;
    float: right;
    margin-top: 5px;
}

#signinForm .form-group {
    margin-right: -15px !important;
}

@media (max-width: 1200px) {
    .login-container .left {
        margin-left: 3rem;
    }

    .login-container .left, .login-container .right, .login-or-container:before {
        max-width: 450px;
    }
}

@media (max-width: 992px) {
    .login-container .left {
        margin-left: 3rem;
    }
}

@media (max-width: 770px) {
    .login-container-row {
        display: block;
    }

    .login-container .left-container {
        background: #EDF5FBFF;
        display: block;
    }

    .login-container .right-container {
        background: white;
    }

    .login-container .left {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .login-container .right {
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .login-container .login-blurb-header {
        padding-top: 2rem;
        margin-top: 0;
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

/** Forces the autocomplete dropdowns to appear on top of other windows (bs modals, etc.) **/
.ui-autocomplete-input {
    z-index: 1999;
}

.ui-autocomplete {
    z-index: 1999 !important;
}

.home-card {
    border: solid 1px #00a9b7;
    border-radius: 1rem;
    padding: 1rem 1rem;
    box-shadow: 0 5px 10px #cbc8c8;
    min-height: 270px;
}

.home-card:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    outline: 5px auto #00a9b7;
}

.home-card .home-card--title-icon {
    text-align: center;
    color: #00a9b7;
    font-size: 2.4rem;
}

.home-card .home-card--title {
    text-align: center;
    color: #00a9b7;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0.3rem 1.2rem;
}

.home-card .home-card--blurb {
    text-align: center;
    color: #002a4e;
    font-size: 1.1rem;
    padding: 0 1rem;
}

.show-hide-link:hover, .show-hide-link:focus, .show-hide-link:active {
    text-decoration: none !important;
}

.show-hide-link .text {
    margin-right: 0.5rem;
}

.ui-dialog {
    padding: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    border-radius: 6px !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #002a4e !important;
    min-height: 1rem;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-title, .modal-title {
    font-size: 1.1rem !important;
    color: #002a4e !important;
    font-weight: 500 !important;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content {
    padding: 1rem !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1rem !important;
    margin-top: 0 !important;
    border: none !important;
    border-top: 1px solid #e5e5e5 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 0 0 0.5rem;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #999;
}

.ui-dialog .callout {
    padding: 1rem;
    margin-top: 0;
}

.modal-header, .modal-footer {
    padding: 1rem;
}

.modal-body {
    padding: 1rem 2rem;
}

/* Used for typeahead */

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    left: 15px !important;
    width: 422px;
    margin: 0.5rem 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
}

.tt-suggestion:hover, .tt-suggestion.tt-cursor {
    cursor: pointer;
    transform: none;
    background: #00AAB8;
    text-decoration: none;
}

.tt-suggestion p {
    margin: 0;
}


/* End of typeahead styles */

button.as-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #0066ff;
    cursor: pointer;
}

a.as-link {
    color: #0066ff;
}

/*
   SKINS
   Docs: http://tachyons.io/docs/themes/skins/
   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will
   be set to the current text color.
*/
/* Text colors */

.black-90 {
    color: rgba(0, 0, 0, .9);
}

.black-80 {
    color: rgba(0, 0, 0, .8);
}

.black-70 {
    color: rgba(0, 0, 0, .7);
}

.black-60 {
    color: rgba(0, 0, 0, .6);
}

.black-50 {
    color: rgba(0, 0, 0, .5);
}

.black-40 {
    color: rgba(0, 0, 0, .4);
}

.black-30 {
    color: rgba(0, 0, 0, .3);
}

.black-20 {
    color: rgba(0, 0, 0, .2);
}

.black-10 {
    color: rgba(0, 0, 0, .1);
}

.black-05 {
    color: rgba(0, 0, 0, .05);
}

.white-90 {
    color: rgba(255, 255, 255, .9);
}

.white-80 {
    color: rgba(255, 255, 255, .8);
}

.white-70 {
    color: rgba(255, 255, 255, .7);
}

.white-60 {
    color: rgba(255, 255, 255, .6);
}

.white-50 {
    color: rgba(255, 255, 255, .5);
}

.white-40 {
    color: rgba(255, 255, 255, .4);
}

.white-30 {
    color: rgba(255, 255, 255, .3);
}

.white-20 {
    color: rgba(255, 255, 255, .2);
}

.white-10 {
    color: rgba(255, 255, 255, .1);
}

.black {
    color: #000;
}

.near-black {
    color: #111;
}

.dark-gray {
    color: #333;
}

.mid-gray {
    color: #555;
}

.gray {
    color: #777;
}

.silver {
    color: #999;
}

.light-silver {
    color: #aaa;
}

.moon-gray {
    color: #ccc;
}

.light-gray {
    color: #eee;
}

.near-white {
    color: #f4f4f4;
}

.white {
    color: #fff;
}

.dark-red {
    color: #e7040f;
}

.red {
    color: #ff4136;
}

.light-red {
    color: #ff725c;
}

.orange {
    color: #ff6300;
}

.gold {
    color: #ffb700;
}

.yellow {
    color: #ffd700;
}

.light-yellow {
    color: #fbf1a9;
}

.purple {
    color: #5e2ca5;
}

.light-purple {
    color: #a463f2;
}

.dark-pink {
    color: #d5008f;
}

.hot-pink {
    color: #ff41b4;
}

.pink {
    color: #ff80cc;
}

.light-pink {
    color: #ffa3d7;
}

.dark-green {
    color: #137752;
}

.green {
    color: #19a974;
}

.light-green {
    color: #9eebcf;
}

.navy {
    color: #001b44;
}

.dark-blue {
    color: #00449e;
}

.blue {
    color: #357edd;
}

.light-blue {
    color: #96ccff;
}

.lightest-blue {
    color: #cdecff;
}

.washed-blue {
    color: #f6fffe;
}

.washed-green {
    color: #e8fdf5;
}

.washed-yellow {
    color: #fffceb;
}

.washed-red {
    color: #ffdfdf;
}

.color-inherit {
    color: inherit;
}

/* Background colors */
.bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
}

.bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
}

.bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
}

.bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
}

.bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
}

.bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
}

.bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
}

.bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
}

.bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
}

.bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
}

.bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
}

.bg-black {
    background-color: #000;
}

.bg-near-black {
    background-color: #111;
}

.bg-dark-gray {
    background-color: #333;
}

.bg-mid-gray {
    background-color: #555;
}

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

.bg-silver {
    background-color: #999;
}

.bg-light-silver {
    background-color: #aaa;
}

.bg-moon-gray {
    background-color: #ccc;
}

.bg-light-gray {
    background-color: #eee;
}

.bg-near-white {
    background-color: #f4f4f4;
}

.bg-white {
    background-color: #fff;
}

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

.bg-dark-red {
    background-color: #e7040f;
}

.bg-red {
    background-color: #ff4136;
}

.bg-light-red {
    background-color: #ff725c;
}

.bg-orange {
    background-color: #ff6300;
}

.bg-gold {
    background-color: #ffb700;
}

.bg-yellow {
    background-color: #ffd700;
}

.bg-light-yellow {
    background-color: #fbf1a9;
}

.bg-purple {
    background-color: #5e2ca5;
}

.bg-light-purple {
    background-color: #a463f2;
}

.bg-dark-pink {
    background-color: #d5008f;
}

.bg-hot-pink {
    background-color: #ff41b4;
}

.bg-pink {
    background-color: #ff80cc;
}

.bg-light-pink {
    background-color: #ffa3d7;
}

.bg-dark-green {
    background-color: #137752;
}

.bg-green {
    background-color: #19a974;
}

.bg-light-green {
    background-color: #9eebcf;
}

.bg-navy {
    background-color: #001b44;
}

.bg-dark-blue {
    background-color: #00449e;
}

.bg-blue {
    background-color: #357edd;
}

.bg-light-blue {
    background-color: #96ccff;
}

.bg-lightest-blue {
    background-color: #cdecff;
}

.bg-washed-blue {
    background-color: #f6fffe;
}

.bg-washed-green {
    background-color: #e8fdf5;
}

.bg-washed-yellow {
    background-color: #fffceb;
}

.bg-washed-red {
    background-color: #ffdfdf;
}

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

/*

   SKINS:PSEUDO
   Customize the color of an element when
   it is focused or hovered over.

 */
.hover-black:hover {
    color: #000;
}

.hover-black:focus {
    color: #000;
}

.hover-near-black:hover {
    color: #111;
}

.hover-near-black:focus {
    color: #111;
}

.hover-dark-gray:hover {
    color: #333;
}

.hover-dark-gray:focus {
    color: #333;
}

.hover-mid-gray:hover {
    color: #555;
}

.hover-mid-gray:focus {
    color: #555;
}

.hover-gray:hover {
    color: #777;
}

.hover-gray:focus {
    color: #777;
}

.hover-silver:hover {
    color: #999;
}

.hover-silver:focus {
    color: #999;
}

.hover-light-silver:hover {
    color: #aaa;
}

.hover-light-silver:focus {
    color: #aaa;
}

.hover-moon-gray:hover {
    color: #ccc;
}

.hover-moon-gray:focus {
    color: #ccc;
}

.hover-light-gray:hover {
    color: #eee;
}

.hover-light-gray:focus {
    color: #eee;
}

.hover-near-white:hover {
    color: #f4f4f4;
}

.hover-near-white:focus {
    color: #f4f4f4;
}

.hover-white:hover {
    color: #fff;
}

.hover-white:focus {
    color: #fff;
}

.hover-black-90:hover {
    color: rgba(0, 0, 0, .9);
}

.hover-black-90:focus {
    color: rgba(0, 0, 0, .9);
}

.hover-black-80:hover {
    color: rgba(0, 0, 0, .8);
}

.hover-black-80:focus {
    color: rgba(0, 0, 0, .8);
}

.hover-black-70:hover {
    color: rgba(0, 0, 0, .7);
}

.hover-black-70:focus {
    color: rgba(0, 0, 0, .7);
}

.hover-black-60:hover {
    color: rgba(0, 0, 0, .6);
}

.hover-black-60:focus {
    color: rgba(0, 0, 0, .6);
}

.hover-black-50:hover {
    color: rgba(0, 0, 0, .5);
}

.hover-black-50:focus {
    color: rgba(0, 0, 0, .5);
}

.hover-black-40:hover {
    color: rgba(0, 0, 0, .4);
}

.hover-black-40:focus {
    color: rgba(0, 0, 0, .4);
}

.hover-black-30:hover {
    color: rgba(0, 0, 0, .3);
}

.hover-black-30:focus {
    color: rgba(0, 0, 0, .3);
}

.hover-black-20:hover {
    color: rgba(0, 0, 0, .2);
}

.hover-black-20:focus {
    color: rgba(0, 0, 0, .2);
}

.hover-black-10:hover {
    color: rgba(0, 0, 0, .1);
}

.hover-black-10:focus {
    color: rgba(0, 0, 0, .1);
}

.hover-white-90:hover {
    color: rgba(255, 255, 255, .9);
}

.hover-white-90:focus {
    color: rgba(255, 255, 255, .9);
}

.hover-white-80:hover {
    color: rgba(255, 255, 255, .8);
}

.hover-white-80:focus {
    color: rgba(255, 255, 255, .8);
}

.hover-white-70:hover {
    color: rgba(255, 255, 255, .7);
}

.hover-white-70:focus {
    color: rgba(255, 255, 255, .7);
}

.hover-white-60:hover {
    color: rgba(255, 255, 255, .6);
}

.hover-white-60:focus {
    color: rgba(255, 255, 255, .6);
}

.hover-white-50:hover {
    color: rgba(255, 255, 255, .5);
}

.hover-white-50:focus {
    color: rgba(255, 255, 255, .5);
}

.hover-white-40:hover {
    color: rgba(255, 255, 255, .4);
}

.hover-white-40:focus {
    color: rgba(255, 255, 255, .4);
}

.hover-white-30:hover {
    color: rgba(255, 255, 255, .3);
}

.hover-white-30:focus {
    color: rgba(255, 255, 255, .3);
}

.hover-white-20:hover {
    color: rgba(255, 255, 255, .2);
}

.hover-white-20:focus {
    color: rgba(255, 255, 255, .2);
}

.hover-white-10:hover {
    color: rgba(255, 255, 255, .1);
}

.hover-white-10:focus {
    color: rgba(255, 255, 255, .1);
}

.hover-inherit:hover, .hover-inherit:focus {
    color: inherit;
}

.hover-bg-black:hover {
    background-color: #000;
}

.hover-bg-black:focus {
    background-color: #000;
}

.hover-bg-near-black:hover {
    background-color: #111;
}

.hover-bg-near-black:focus {
    background-color: #111;
}

.hover-bg-dark-gray:hover {
    background-color: #333;
}

.hover-bg-dark-gray:focus {
    background-color: #333;
}

.hover-bg-mid-gray:hover {
    background-color: #555;
}

.hover-bg-mid-gray:focus {
    background-color: #555;
}

.hover-bg-gray:hover {
    background-color: #777;
}

.hover-bg-gray:focus {
    background-color: #777;
}

.hover-bg-silver:hover {
    background-color: #999;
}

.hover-bg-silver:focus {
    background-color: #999;
}

.hover-bg-light-silver:hover {
    background-color: #aaa;
}

.hover-bg-light-silver:focus {
    background-color: #aaa;
}

.hover-bg-moon-gray:hover {
    background-color: #ccc;
}

.hover-bg-moon-gray:focus {
    background-color: #ccc;
}

.hover-bg-light-gray:hover {
    background-color: #eee;
}

.hover-bg-light-gray:focus {
    background-color: #eee;
}

.hover-bg-near-white:hover {
    background-color: #f4f4f4;
}

.hover-bg-near-white:focus {
    background-color: #f4f4f4;
}

.hover-bg-white:hover {
    background-color: #fff;
}

.hover-bg-white:focus {
    background-color: #fff;
}

.hover-bg-transparent:hover {
    background-color: transparent;
}

.hover-bg-transparent:focus {
    background-color: transparent;
}

.hover-bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
}

.hover-bg-black-90:focus {
    background-color: rgba(0, 0, 0, .9);
}

.hover-bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
}

.hover-bg-black-80:focus {
    background-color: rgba(0, 0, 0, .8);
}

.hover-bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
}

.hover-bg-black-70:focus {
    background-color: rgba(0, 0, 0, .7);
}

.hover-bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
}

.hover-bg-black-60:focus {
    background-color: rgba(0, 0, 0, .6);
}

.hover-bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
}

.hover-bg-black-50:focus {
    background-color: rgba(0, 0, 0, .5);
}

.hover-bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
}

.hover-bg-black-40:focus {
    background-color: rgba(0, 0, 0, .4);
}

.hover-bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
}

.hover-bg-black-30:focus {
    background-color: rgba(0, 0, 0, .3);
}

.hover-bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
}

.hover-bg-black-20:focus {
    background-color: rgba(0, 0, 0, .2);
}

.hover-bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
}

.hover-bg-black-10:focus {
    background-color: rgba(0, 0, 0, .1);
}

.hover-bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
}

.hover-bg-white-90:focus {
    background-color: rgba(255, 255, 255, .9);
}

.hover-bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
}

.hover-bg-white-80:focus {
    background-color: rgba(255, 255, 255, .8);
}

.hover-bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
}

.hover-bg-white-70:focus {
    background-color: rgba(255, 255, 255, .7);
}

.hover-bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
}

.hover-bg-white-60:focus {
    background-color: rgba(255, 255, 255, .6);
}

.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
}

.hover-bg-white-50:focus {
    background-color: rgba(255, 255, 255, .5);
}

.hover-bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
}

.hover-bg-white-40:focus {
    background-color: rgba(255, 255, 255, .4);
}

.hover-bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
}

.hover-bg-white-30:focus {
    background-color: rgba(255, 255, 255, .3);
}

.hover-bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
}

.hover-bg-white-20:focus {
    background-color: rgba(255, 255, 255, .2);
}

.hover-bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
}

.hover-bg-white-10:focus {
    background-color: rgba(255, 255, 255, .1);
}

.hover-dark-red:hover {
    color: #e7040f;
}

.hover-dark-red:focus {
    color: #e7040f;
}

.hover-red:hover {
    color: #ff4136;
}

.hover-red:focus {
    color: #ff4136;
}

.hover-light-red:hover {
    color: #ff725c;
}

.hover-light-red:focus {
    color: #ff725c;
}

.hover-orange:hover {
    color: #ff6300;
}

.hover-orange:focus {
    color: #ff6300;
}

.hover-gold:hover {
    color: #ffb700;
}

.hover-gold:focus {
    color: #ffb700;
}

.hover-yellow:hover {
    color: #ffd700;
}

.hover-yellow:focus {
    color: #ffd700;
}

.hover-light-yellow:hover {
    color: #fbf1a9;
}

.hover-light-yellow:focus {
    color: #fbf1a9;
}

.hover-purple:hover {
    color: #5e2ca5;
}

.hover-purple:focus {
    color: #5e2ca5;
}

.hover-light-purple:hover {
    color: #a463f2;
}

.hover-light-purple:focus {
    color: #a463f2;
}

.hover-dark-pink:hover {
    color: #d5008f;
}

.hover-dark-pink:focus {
    color: #d5008f;
}

.hover-hot-pink:hover {
    color: #ff41b4;
}

.hover-hot-pink:focus {
    color: #ff41b4;
}

.hover-pink:hover {
    color: #ff80cc;
}

.hover-pink:focus {
    color: #ff80cc;
}

.hover-light-pink:hover {
    color: #ffa3d7;
}

.hover-light-pink:focus {
    color: #ffa3d7;
}

.hover-dark-green:hover {
    color: #137752;
}

.hover-dark-green:focus {
    color: #137752;
}

.hover-green:hover {
    color: #19a974;
}

.hover-green:focus {
    color: #19a974;
}

.hover-light-green:hover {
    color: #9eebcf;
}

.hover-light-green:focus {
    color: #9eebcf;
}

.hover-navy:hover {
    color: #001b44;
}

.hover-navy:focus {
    color: #001b44;
}

.hover-dark-blue:hover {
    color: #00449e;
}

.hover-dark-blue:focus {
    color: #00449e;
}

.hover-blue:hover {
    color: #357edd;
}

.hover-blue:focus {
    color: #357edd;
}

.hover-light-blue:hover {
    color: #96ccff;
}

.hover-light-blue:focus {
    color: #96ccff;
}

.hover-lightest-blue:hover {
    color: #cdecff;
}

.hover-lightest-blue:focus {
    color: #cdecff;
}

.hover-washed-blue:hover {
    color: #f6fffe;
}

.hover-washed-blue:focus {
    color: #f6fffe;
}

.hover-washed-green:hover {
    color: #e8fdf5;
}

.hover-washed-green:focus {
    color: #e8fdf5;
}

.hover-washed-yellow:hover {
    color: #fffceb;
}

.hover-washed-yellow:focus {
    color: #fffceb;
}

.hover-washed-red:hover {
    color: #ffdfdf;
}

.hover-washed-red:focus {
    color: #ffdfdf;
}

.hover-bg-dark-red:hover {
    background-color: #e7040f;
}

.hover-bg-dark-red:focus {
    background-color: #e7040f;
}

.hover-bg-red:hover {
    background-color: #ff4136;
}

.hover-bg-red:focus {
    background-color: #ff4136;
}

.hover-bg-light-red:hover {
    background-color: #ff725c;
}

.hover-bg-light-red:focus {
    background-color: #ff725c;
}

.hover-bg-orange:hover {
    background-color: #ff6300;
}

.hover-bg-orange:focus {
    background-color: #ff6300;
}

.hover-bg-gold:hover {
    background-color: #ffb700;
}

.hover-bg-gold:focus {
    background-color: #ffb700;
}

.hover-bg-yellow:hover {
    background-color: #ffd700;
}

.hover-bg-yellow:focus {
    background-color: #ffd700;
}

.hover-bg-light-yellow:hover {
    background-color: #fbf1a9;
}

.hover-bg-light-yellow:focus {
    background-color: #fbf1a9;
}

.hover-bg-purple:hover {
    background-color: #5e2ca5;
}

.hover-bg-purple:focus {
    background-color: #5e2ca5;
}

.hover-bg-light-purple:hover {
    background-color: #a463f2;
}

.hover-bg-light-purple:focus {
    background-color: #a463f2;
}

.hover-bg-dark-pink:hover {
    background-color: #d5008f;
}

.hover-bg-dark-pink:focus {
    background-color: #d5008f;
}

.hover-bg-hot-pink:hover {
    background-color: #ff41b4;
}

.hover-bg-hot-pink:focus {
    background-color: #ff41b4;
}

.hover-bg-pink:hover {
    background-color: #ff80cc;
}

.hover-bg-pink:focus {
    background-color: #ff80cc;
}

.hover-bg-light-pink:hover {
    background-color: #ffa3d7;
}

.hover-bg-light-pink:focus {
    background-color: #ffa3d7;
}

.hover-bg-dark-green:hover {
    background-color: #137752;
}

.hover-bg-dark-green:focus {
    background-color: #137752;
}

.hover-bg-green:hover {
    background-color: #19a974;
}

.hover-bg-green:focus {
    background-color: #19a974;
}

.hover-bg-light-green:hover {
    background-color: #9eebcf;
}

.hover-bg-light-green:focus {
    background-color: #9eebcf;
}

.hover-bg-navy:hover {
    background-color: #001b44;
}

.hover-bg-navy:focus {
    background-color: #001b44;
}

.hover-bg-dark-blue:hover {
    background-color: #00449e;
}

.hover-bg-dark-blue:focus {
    background-color: #00449e;
}

.hover-bg-blue:hover {
    background-color: #357edd;
}

.hover-bg-blue:focus {
    background-color: #357edd;
}

.hover-bg-light-blue:hover {
    background-color: #96ccff;
}

.hover-bg-light-blue:focus {
    background-color: #96ccff;
}

.hover-bg-lightest-blue:hover {
    background-color: #cdecff;
}

.hover-bg-lightest-blue:focus {
    background-color: #cdecff;
}

.hover-bg-washed-blue:hover {
    background-color: #f6fffe;
}

.hover-bg-washed-blue:focus {
    background-color: #f6fffe;
}

.hover-bg-washed-green:hover {
    background-color: #e8fdf5;
}

.hover-bg-washed-green:focus {
    background-color: #e8fdf5;
}

.hover-bg-washed-yellow:hover {
    background-color: #fffceb;
}

.hover-bg-washed-yellow:focus {
    background-color: #fffceb;
}

.hover-bg-washed-red:hover {
    background-color: #ffdfdf;
}

.hover-bg-washed-red:focus {
    background-color: #ffdfdf;
}

.hover-bg-inherit:hover, .hover-bg-inherit:focus {
    background-color: inherit;
}

/*
    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/
*/
.o-100 {
    opacity: 1;
}

.o-90 {
    opacity: .9;
}

.o-80 {
    opacity: .8;
}

.o-70 {
    opacity: .7;
}

.o-60 {
    opacity: .6;
}

.o-50 {
    opacity: .5;
}

.o-40 {
    opacity: .4;
}

.o-30 {
    opacity: .3;
}

.o-20 {
    opacity: .2;
}

.o-10 {
    opacity: .1;
}

.o-05 {
    opacity: .05;
}

.o-025 {
    opacity: .025;
}

.o-0 {
    opacity: 0;
}

/*
   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/
*/
.i {
    font-style: italic;
}

.fs-normal {
    font-style: normal;
}


.feedback-wrapper {
    z-index: 998;
    right: -25rem;
    position: fixed;
    top: 40%;
    display: flex;
    flex-direction: row;
    height: 180px;
    cursor: pointer;
    transition: 0.5s;
}

.success-wrapper {
    z-index: 999;
    right: -2.6rem;
    position: fixed;
    top: 40%;
    display: flex;
    flex-direction: row;
    height: 180px;
    cursor: pointer;
    transition: 0.5s;
}

.feedback-wrapper-show {
    right: -22rem;
}

.detailed-feedback-wrapper-show {
    right: 1rem;
}

.feedback-wrapper-hide {
    right: -30rem;
}

.feedback-off {
    display: none;
}

.feedback-label {
    text-orientation: mixed;
    writing-mode: tb-rl;
    max-height: 100%;
    text-align: center;
    z-index: 998;
    background: #002a4e;
    color: white;
    position: relative;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
}

.success-label {
    background: #248700;
    color: white;
    position: relative;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.feedback-icons {
    z-index: 999;
    position: relative;
    background: #EDF5FBFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    border-top-style: solid;
    border-top-color: #002a4e;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #002a4e;
    border-bottom-width: 1px;
}

.detailed-feedback {
    background: #EDF5FBFF;
    padding-right: 1rem;
    padding-left: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-style: solid;
    border-top-color: #002a4e;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #002a4e;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: #002a4e;
    border-right-width: 1px;
}

a.feedback-icon {
    color: #00496c;
}

.feedback-icon:hover {
    color: #203d84;
    text-decoration: none;
}

.submit-feedback {
    float: right;
    margin-right: 1rem;
    margin-top: 10px;
}

.feedback-icon-hidden {
    display: none;
}

.feedback-icon-selected:hover {
    outline: none;
}

.detailed-feedback-input {
    margin-top: 0.5rem;
}

.feedback-success {
    animation-name: move;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-95%);
    }
    90% {
        transform: translateX(-95%);
    }
    100% {
        transform: translateX(0);
    }
}

label.bold {
    font-weight: 550;
}

.tab-actions {
    float: right;
    margin-top: 0.5rem;
}

ul.errors {
    font-size: 0.75rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: red;
}

ul.errors > li.error {
    margin-left: 0;
}
