.nolegacy {
    font: normal 11pt "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 11pt;
}

#forcediv {
    position:fixed;
    background-color: rgba(0, 0, 0, 0.60);
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index: 1000;
}

#forcediv .urgent_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.urgent_container {
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 6px;
  padding-left: 60px;
  padding-right: 60px;
  width:80%;
  margin:  0 auto;
}

.urgent_container div {
  padding-top: 48px;
  padding-bottom: 48px
}

div.urgent {
    font-size: 14pt;
    min-height: 22px;
    padding: 2px 2px 2px;
    /*background-color: #000;
    text-align: center;*/
    color: #a94442;
    margin: 4px auto;
}

div.urgentbar {
    font-size: 12pt;
    min-height: 22px;
    padding: 2px 20px 2px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 4px auto;
    background-color: #161d29;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(238,0,0,1) 10%, rgba(34,34,34,1) 25%, rgba(34,34,34,1) 75%, rgba(238,0,0,1) 90%, rgba(0,0,0,0) 100%);/* W3C */
    padding: 10px;
}

.urgent_surround .urgent:first-child a, .urgent_surround .urgent:first-child a:visited {
    font-weight: 700;
    font-size: 150%;
    color: #a94442;
}

.urgent a:hover {
    text-decoration: underline;
    text-decoration-color: #f00;
    text-decoration-style: double;
    color:#f00;
}

.flashes {
    position:fixed;
    top:   50%;
    left:  10%;
    width: 80%;
    /* border-radius: 10px; */
    /* border:1px solid #eee; */
}

.flashControls {
    display: inline-block;
    width: 100%;
    padding: 3px;
}

.flashControls .close {
  cursor: hand;
  cursor: pointer;
  float: right;
  color: #333;
  background-color: #fff8;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.flash {
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
 /*   height: 20px; */
    background-color: blue;
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    white-space: nowrap;
}

.flash.success {
    background-color: green;
    font-size: 11pt;
}

.flash.notice {
    background-color: blue;
    font-size: 11pt;
}

.flash.warning {
    background-color: orange;
    font-size: 11pt;
}

.flash.error {
    background-color: red;
    font-size: 11pt;
}

.flash.critical {
    background-color: red;
    font-size: 11pt;
    border: 2px solid yellow;
}

.site_option_section {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.site_option {
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 50px;
    float: left;
    width: 220px;
    height: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/* Needs to be moved to a theme */
input:checked + .slider {
    background-color: #56a6f9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 8px;
}

.slider.round:before {
    border-radius: 50%;
}

.disabled {
    background: #c33c59 !important;
    background-image: -webkit-linear-gradient(top, #c33c59, #933249) !important;
    background-image: -moz-linear-gradient(top, #c33c59, #933249) !important;
    background-image: -ms-linear-gradient(top, #c33c59, #933249) !important;
    background-image: -o-linear-gradient(top, #c33c59, #933249) !important;
    background-image: linear-gradient(to bottom, #c33c59, #933249) !important;
}

#password-help {
    color: red;
}

.trashed {
    background-color: #A008;
    opacity: 0.7;
    border: 2px solid #A00 !important;
}

.trashed > span {
    color: grey;
}

a.disabled_link {
    opacity: .5;
}

form.disabled_form {
    opacity: .5;
}

.donate_details {
    color: black;
    margin-bottom:10px;
    border: 2px solid #0054b0; /* #004b9d; */
    background-color:#E2D244;
    padding: 5px 20px;
    border-radius: 10px 10px 10px 10px;
}

.donate_details table td {
    background-color:#E2D244;
}

.donate_details table tr.rowb td,
.donate_details table tr.shaded_row:nth-child(odd) td {
    background-color:#E8D874;
}

.donate_details.green {
    background-color:#6e6;
}
.donate_details.green table td {
    background-color:#6e6;
}

.donate_details.green table tr.rowb td,
.donate_details.green table tr.shaded_row:nth-child(odd) td {
    background-color:#8e8;
}

.donate_details .address {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    color: #4a4a4a;
}

.transparent {
    background-color: #0000;
}
