@charset "UTF-8";
.admin {
  /** Notices and Errors **/
  /* Use 'one true layout' methods to get equal height columns */
  /* Force equal height by overflowing */ }
  .admin .disabled a,
  .admin a.disabled {
    pointer-events: none; }
  .admin a:hover {
    color: #15848F; }
  .admin a {
    color: #1798A5; }
  .admin .side-nav li a:not(.button) {
    color: #15848F; }
  .admin .side-nav li a:not(.button):hover {
    color: #15848F; }
  .admin header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24); }
  .admin header .header-title {
    padding-left: 80px; }
  .admin legend {
    color: #15848F; }
  .admin .row {
    max-width: 80rem; }
  .admin .actions.columns {
    margin-top: 1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px; }
  .admin .actions.columns h3 {
    color: #15848F; }
  .admin .index table {
    margin-top: 2rem;
    border: 0;
    width: 100%;
    table-layout: fixed; }
  .admin .related table {
    border: 0;
    width: 100%;
    table-layout: fixed; }
  .admin .index table thead {
    height: 3.5rem; }
  .admin .header-help {
    float: right;
    margin-right: 2rem;
    margin-top: -80px;
    font-size: 16px; }
  .admin .header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px; }
  .admin .header-help a {
    color: #fff; }
  .admin ul.pagination li a {
    color: rgba(0, 0, 0, 0.54); }
  .admin ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default; }
  .admin ul.pagination .disabled:hover a {
    background: none; }
  .admin .paginator {
    text-align: center; }
  .admin .paginator ul.pagination li {
    float: none;
    display: inline-block; }
  .admin .paginator p {
    text-align: right;
    color: rgba(0, 0, 0, 0.54); }
  .admin .asc:after {
    content: " \2193"; }
  .admin .desc:after {
    content: " \2191"; }
  .admin button {
    background: #8D6E65; }
  .admin .form button:hover, .admin .form button:focus {
    background: #7A6058;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important; }
  .admin .form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26); }
  .admin .form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54); }
  .admin .required > label {
    font-weight: bold; }
  .admin .required > label:after {
    content: ' *';
    color: #C3232D; }
  .admin select[multiple] {
    min-height: 150px;
    background: none; }
  .admin input[type=checkbox],
  .admin input[type=radio] {
    margin-right: 0.5em; }
  .admin .date select,
  .admin .time select,
  .admin .datetime select {
    display: inline;
    width: auto;
    margin-right: 10px; }
  .admin .error label,
  .admin .error label.error {
    color: #C3232D; }
  .admin .view h2 {
    color: #6F6F6F; }
  .admin .view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem; }
  .admin .view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem; }
  .admin .view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #DCE47E;
    color: #fff; }
  .admin .view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #8D6E65;
    color: #fff; }
  .admin .view .strings p {
    border-bottom: 1px solid #eee; }
  .admin .view .numbers .subheader, .admin .view .dates .subheader {
    color: #747474; }
  .admin .view .booleans .subheader {
    color: #E9E9E9; }
  .admin .view .texts .columns {
    margin-top: 1.2rem;
    border-bottom: 1px solid #eee; }
  .admin .cake-error,
  .admin .cake-debug,
  .admin .notice,
  .admin p.error,
  .admin p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24); }
  .admin .cake-debug,
  .admin .notice,
  .admin p.notice {
    color: #000000;
    background: #ffcc00; }
  .admin .cake-error,
  .admin p.error {
    color: #fff;
    background: #C3232D; }
  .admin pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0, 0, 0.74);
    padding: 5px; }
  .admin .cake-error .cake-stack-trace {
    margin-top: 10px; }
  .admin .cake-stack-trace code {
    background: inherit;
    border: 0; }
  .admin .cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600; }
  .admin .cake-error a,
  .admin .cake-error a:hover {
    color: #fff;
    text-decoration: underline; }
  .admin .home header {
    width: 100%;
    height: 70%;
    position: relative;
    display: table; }
  .admin .home h1 {
    font-family: "Gill Sans MT", Calibri, sans-serif; }
  .admin .home header .header-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .admin .home header h1 {
    color: #fff; }
  .admin .checks {
    padding: 30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em; }
  .admin .checks h4 {
    margin-bottom: 1.5rem; }
  .admin .checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .admin .home .checks.ctp-warning {
    color: black;
    background-color: #ffc600; }
  .admin .home .checks.url-rewriting {
    background-color: #F0F0F0;
    display: none; }
  .admin .checks .success,
  .admin .checks .problem {
    margin-left: 10px; }
  .admin .checks .success:before,
  .admin .checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px; }
  .admin .checks .success:before {
    content: "Ô£ô";
    color: green;
    margin-right: 9px; }
  .admin .checks .problem:before {
    content: "Ô£ÿ";
    color: red;
    margin-right: 9px; }
  .admin .top-bar.expanded .title-area {
    background: #01545b; }
  .admin .top-bar.expanded, .admin .top-bar, .admin .top-bar-section ul li, .admin .top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76; }
  .admin .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97; }
  .admin .side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem; }
  .admin #actions-sidebar {
    background: #fafafa; }
  .admin .index table {
    margin-top: 0rem;
    border: 0; }
  .admin table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%; }
  .admin table thead {
    background: none; }
  .admin table tr {
    border-bottom: 1px solid #ebebec; }
  .admin table thead tr {
    border-bottom: 1px solid #1798A5; }
  .admin table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5; }
  .admin table tr:nth-of-type(even) {
    background: none; }
  .admin fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0; }
  .admin fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem; }
  .admin .form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none; }
  .admin .form button:hover, .admin .form button:focus {
    background: #BE840B;
    box-shadow: none; }
  .admin button {
    background: #966600; }
  .admin div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px; }
  .admin div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8; }
  .admin div.message.error {
    background-color: #C3232D;
    color: #FFF; }
  .admin div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x"; }
  .admin div.message.hidden {
    height: 0; }
  .admin .vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left; }
  .admin .vertical-table {
    vertical-align: middle; }
  .admin .vertical-table td {
    text-align: right; }
  .admin .content {
    padding: 2rem; }
  .admin .container {
    overflow: hidden;
    min-height: 92%;
    /* full height almost always */ }
  .admin .content,
  .admin #actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  @media (max-width: 640px) {
    .admin #actions-sidebar {
      padding-bottom: 2rem;
      margin-bottom: 0; } }
  .admin .content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px; }
  .admin .content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b; }
  .admin .content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px; }
  .admin table td {
    vertical-align: top;
    word-break: break-all; }

/*# sourceMappingURL=cake.css.map */
