﻿/*#region Tickers*/
/*#endregion*/
/*#region Tiles*/
/*#endregion*/
/*#region Global*/
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*@media(min-width:@screen-md) {
    input,
    select,
    textarea {
        max-width: 280px;
    }
}*/
a {
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dropdown-menu {
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  padding: 0px;
  margin: 0px;
}
.dropdown-menu > li {
  margin-bottom: 2px;
}
/*input[type=checkbox].testCheck {
        display: none;
    }
        input[type=checkbox].testCheck + label:before {
            font-family: FontAwesome;
            display: inline-block;
        }

        input[type=checkbox].testCheck + label:before {
            content: "\f096";
        }
        input[type=checkbox].testCheck + label:before {
            letter-spacing: 10px;
        }

        input[type=checkbox].testCheck:checked + label:before {
            content: "\f046";
        }
        input[type=checkbox].testCheck:checked + label:before {
            letter-spacing: 5px;
        }*/
/*#endregion*/
.identityWraper {
  width: 220px;
  float: left;
}
.identityName {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  color: #FFF;
}
/*#region simple sidebar*/
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
/* This sidebar modified by seegatesite.com */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
.fixed-brand {
  width: auto;
}
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}
.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  border-bottom: 1px solid #529cc1;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-left: #FFF 2px solid;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
.sidebar-nav li a:active,
.sidebar-nav li a :focus {
  text-decoration: none;
}
.sidebar-nav li a.active {
  background: #004f77;
}
.sidebar-nav li a.active:hover {
  text-decoration: none;
  color: #fff;
  background: #004f77;
  border-left: #FFF 0px solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.no-margin {
  margin: 0;
}
/*#endregion*/
@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }
  .fixed-brand {
    width: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
    background: #006699;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled-2 #sidebar-wrapper {
    width: 50px;
  }
  #wrapper.toggled-2 #sidebar-wrapper:hover {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    padding-left: 250px;
  }
  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: -200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 768px) {
  .ticker-green {
    border-radius: 4px;
  }
  .ticker-green .ticker-body {
    float: right;
  }
  .ticker-green .ticker-body h2 {
    color: #5cb85c;
    margin: 0px;
    float: right;
    text-align: right;
  }
  .ticker-green .ticker-body i {
    color: #3d8b3d;
    font-size: 2em;
  }
  .ticker-green .ticker-footer {
    font-size: 30px;
    color: #5cb85c;
    float: left;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .ticker-green {
    background: #5cb85c;
    border-radius: 4px;
  }
  .ticker-green .ticker-body {
    padding: 1em;
  }
  .ticker-green .ticker-body h2 {
    color: #fff;
    font-size: 3em;
    margin-top: 0.15em;
    margin-bottom: 0;
  }
  .ticker-green .ticker-body i {
    color: #3d8b3d;
    font-size: 4em;
  }
  .ticker-green .ticker-footer {
    background: #419641;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 768px) {
  .ticker-red {
    border-radius: 4px;
  }
  .ticker-red .ticker-body {
    float: right;
  }
  .ticker-red .ticker-body h2 {
    color: #d9534f;
    margin: 0px;
    float: right;
    text-align: right;
  }
  .ticker-red .ticker-body i {
    color: #b52b27;
    font-size: 2em;
  }
  .ticker-red .ticker-footer {
    font-size: 30px;
    color: #d9534f;
    float: left;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .ticker-red {
    background: #d9534f;
    border-radius: 4px;
  }
  .ticker-red .ticker-body {
    padding: 1em;
  }
  .ticker-red .ticker-body h2 {
    color: #fff;
    font-size: 3em;
    margin-top: 0.15em;
    margin-bottom: 0;
  }
  .ticker-red .ticker-body i {
    color: #b52b27;
    font-size: 4em;
  }
  .ticker-red .ticker-footer {
    background: #c12e2a;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 768px) {
  .ticker-blue {
    border-radius: 4px;
  }
  .ticker-blue .ticker-body {
    float: right;
  }
  .ticker-blue .ticker-body h2 {
    color: #5bc0de;
    margin: 0px;
    float: right;
    text-align: right;
  }
  .ticker-blue .ticker-body i {
    color: #28a1c5;
    font-size: 2em;
  }
  .ticker-blue .ticker-footer {
    font-size: 30px;
    color: #5bc0de;
    float: left;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .ticker-blue {
    background: #5bc0de;
    border-radius: 4px;
  }
  .ticker-blue .ticker-body {
    padding: 1em;
  }
  .ticker-blue .ticker-body h2 {
    color: #fff;
    font-size: 3em;
    margin-top: 0.15em;
    margin-bottom: 0;
  }
  .ticker-blue .ticker-body i {
    color: #28a1c5;
    font-size: 4em;
  }
  .ticker-blue .ticker-footer {
    background: #2aabd2;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 768px) {
  .ticker-orange {
    border-radius: 4px;
  }
  .ticker-orange .ticker-body {
    float: right;
  }
  .ticker-orange .ticker-body h2 {
    color: #f0ad4e;
    margin: 0px;
    float: right;
    text-align: right;
  }
  .ticker-orange .ticker-body i {
    color: #df8a13;
    font-size: 2em;
  }
  .ticker-orange .ticker-footer {
    font-size: 30px;
    color: #f0ad4e;
    float: left;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .ticker-orange {
    background: #f0ad4e;
    border-radius: 4px;
  }
  .ticker-orange .ticker-body {
    padding: 1em;
  }
  .ticker-orange .ticker-body h2 {
    color: #fff;
    font-size: 3em;
    margin-top: 0.15em;
    margin-bottom: 0;
  }
  .ticker-orange .ticker-body i {
    color: #df8a13;
    font-size: 4em;
  }
  .ticker-orange .ticker-footer {
    background: #eb9316;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
  }
}
/*#region Buttons*/
.addIcon:before {
  font-family: FontAwesome;
  padding-right: 0.5em;
  content: "\f055";
}
/*#endregion*/
/*#region Validation*/
@media (min-width: 768px) {
  .validationWrapper {
    margin: 1% 5%;
  }
}
@media (min-width: 992px) {
  .validationWrapper {
    margin: 1% 5%;
  }
}
@media (min-width: 1200px) {
  .validationWrapper {
    margin: 1% 5%;
  }
}
.errorContainerClass {
  background-color: #d9534f;
  color: #FFF;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
}
.errorContainerClass li {
  list-style: none;
  line-height: 2em;
}
.errorContainerClass li:before {
  font-family: FontAwesome;
  padding-right: 0.5em;
  padding-top: 0.1em;
  content: "\f071";
  font-size: 18px;
  color: #333333;
}
.errorContainerClass li > a {
  color: #FFF;
}
.errorContainerClass li > a:hover {
  color: #333333;
  text-decoration: none;
}
/*#endregion*/
/*#region Login*/
.loginlayout {
  background: #006699;
}
#loginform {
  /* Size and position */
  width: 86%;
  margin: 0px auto;
  margin-top: 12%;
  padding: 15px;
  position: relative;
  background: #f7f7f7;
  border-radius: 6px;
  color: #7e7975;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}
#loginform h2 {
  color: #777777;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#loginform .entrypoint {
  padding: 15px 0;
  border-bottom: 1px solid #EBE6E2;
  border-top: 1px solid #EBE6E2;
}
#loginform label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#loginform label i {
  margin-right: 5px;
  /* Gap between icon and text */
  display: inline-block;
  width: 10px;
}
#loginform input[type=text],
#loginform input[type=password] {
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
#loginform input[type=text]:hover,
#loginform input[type=password]:hover {
  border-color: #777777;
}
#loginform label:hover ~ input {
  border-color: #777777;
}
#loginform input[type=text]:focus,
#loginform input[type=password]:focus {
  border-color: #cdcdcd;
  outline: none;
  /* Remove Chrome's outline */
}
#loginform input[type=submit] {
  /* Size and position */
  width: 100%;
  float: left;
  padding: 0.75em;
  position: relative;
  /* Styles */
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
#loginform input[type=submit]:hover {
  box-shadow: inset 0 1px rgba(0, 0, 255, 0.3), inset 0 20px 40px rgba(255, 255, 255, 0.15);
}
#loginform input[type=submit]:active {
  top: 1px;
}
#loginform .opt {
  text-align: right;
}
@media (min-width: 768px) {
  #loginform {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #loginform {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #loginform {
    width: 40%;
  }
}
/*#endregion*/
/*#region Error*/
.errorlayout {
  background-color: #00679a;
  color: #ffffff;
  text-align: center;
  padding: 16px;
}
.errorlayout .page {
  margin: 6vh auto;
}
.errorlayout .page .oops-image {
  content: " ";
  background: url("svg/oops-man.svg") no-repeat;
  width: 100%;
  max-width: 331px;
  height: 215px;
  display: block;
  margin: 2vh auto 3vh;
  background-size: contain;
}
.errorlayout .page h1 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
}
.errorlayout .page h2 {
  font-size: 24px;
  line-height: 1.23;
}
@media (min-width: 768px) {
  .errorlayout .page h2 {
    font-size: 35px;
  }
}
.errorlayout .page p {
  font-size: 14px;
  line-height: 1.59;
  margin: 1.5em 0 3em;
}
@media (min-width: 768px) {
  .errorlayout .page p {
    font-size: 17px;
  }
}
/*#endregion*/
/*#region Checkboxes */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + input + label,
[type="checkbox"]:checked + input + label {
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + input + label:before,
[type="checkbox"]:checked + input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + input + label:after,
[type="checkbox"]:checked + input + label:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 14px;
  color: #5cb85c;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + input + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:checked + input + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + input + label:before,
[type="checkbox"]:disabled:checked + input + label:before {
  box-shadow: none;
  border-color: #777777;
  background-color: #e7e7e7;
}
[type="checkbox"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + input + label:after {
  color: #777777;
}
[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + input + label {
  color: #e7e7e7;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + input + label:before,
[type="checkbox"]:not(:checked):focus + input + label:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.15s;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*#endregion*/
/*#region Tiles*/
.tile-col-xs-1,
.tile-col-sm-1,
.tile-col-md-1,
.tile-col-lg-1,
.tile-col-xs-2,
.tile-col-sm-2,
.tile-col-md-2,
.tile-col-lg-2,
.tile-col-xs-3,
.tile-col-sm-3,
.tile-col-md-3,
.tile-col-lg-3,
.tile-col-xs-4,
.tile-col-sm-4,
.tile-col-md-4,
.tile-col-lg-4,
.tile-col-xs-5,
.tile-col-sm-5,
.tile-col-md-5,
.tile-col-lg-5,
.tile-col-xs-6,
.tile-col-sm-6,
.tile-col-md-6,
.tile-col-lg-6,
.tile-col-xs-7,
.tile-col-sm-7,
.tile-col-md-7,
.tile-col-lg-7,
.tile-col-xs-8,
.tile-col-sm-8,
.tile-col-md-8,
.tile-col-lg-8,
.tile-col-xs-9,
.tile-col-sm-9,
.tile-col-md-9,
.tile-col-lg-9,
.tile-col-xs-10,
.tile-col-sm-10,
.tile-col-md-10,
.tile-col-lg-10,
.tile-col-xs-11,
.tile-col-sm-11,
.tile-col-md-11,
.tile-col-lg-11,
.tile-col-xs-12,
.tile-col-sm-12,
.tile-col-md-12,
.tile-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
a.tile-color-flat-turquoise {
  border: 1px solid #FFF;
  color: #81eed8;
  background-color: #148f77 !important;
}
a.tile-color-flat-turquoise:hover {
  background-color: #55e7ca !important;
}
a.tile-color-flat-turquoise .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-turquoise .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-turquoise .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-emerald {
  border: 1px solid #FFF;
  color: #a8ebc4;
  background-color: #25a25a !important;
}
a.tile-color-flat-emerald:hover {
  background-color: #7ee2a8 !important;
}
a.tile-color-flat-emerald .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-emerald .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-emerald .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-peter-river {
  border: 1px solid #FFF;
  color: #b6daf2;
  background-color: #217dbb !important;
}
a.tile-color-flat-peter-river:hover {
  background-color: #8bc4ea !important;
}
a.tile-color-flat-peter-river .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-peter-river .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-peter-river .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-amethyst {
  border: 1px solid #FFF;
  color: #dbc3e5;
  background-color: #804399 !important;
}
a.tile-color-flat-amethyst:hover {
  background-color: #c6a0d5 !important;
}
a.tile-color-flat-amethyst .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-amethyst .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-amethyst .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-wet-asphalt {
  border: 1px solid #FFF;
  color: #7795b4;
  background-color: #222f3d !important;
}
a.tile-color-flat-wet-asphalt:hover {
  background-color: #587ca0 !important;
}
a.tile-color-flat-wet-asphalt .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-wet-asphalt .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-wet-asphalt .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-green-sea {
  border: 1px solid #FFF;
  color: #65ead0;
  background-color: #107360 !important;
}
a.tile-color-flat-green-sea:hover {
  background-color: #38e4c2 !important;
}
a.tile-color-flat-green-sea .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-green-sea .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-green-sea .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-nephritis {
  border: 1px solid #FFF;
  color: #89e5b0;
  background-color: #1e8449 !important;
}
a.tile-color-flat-nephritis:hover {
  background-color: #60db94 !important;
}
a.tile-color-flat-nephritis .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-nephritis .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-nephritis .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-belize-hole {
  border: 1px solid #FFF;
  color: #94c6e7;
  background-color: #20638f !important;
}
a.tile-color-flat-belize-hole:hover {
  background-color: #6ab0de !important;
}
a.tile-color-flat-belize-hole .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-belize-hole .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-belize-hole .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-wisteria {
  border: 1px solid #FFF;
  color: #cfacde;
  background-color: #703688 !important;
}
a.tile-color-flat-wisteria:hover {
  background-color: #ba87d0 !important;
}
a.tile-color-flat-wisteria .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-wisteria .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-wisteria .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-midnight-blue {
  border: 1px solid #FFF;
  color: #698aac;
  background-color: #1a242f !important;
}
a.tile-color-flat-midnight-blue:hover {
  background-color: #507192 !important;
}
a.tile-color-flat-midnight-blue .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-midnight-blue .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-midnight-blue .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-sun-flower {
  border: 1px solid #FFF;
  color: #f9e8a0;
  background-color: #c29d0b !important;
}
a.tile-color-flat-sun-flower:hover {
  background-color: #f7dc6f !important;
}
a.tile-color-flat-sun-flower .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-sun-flower .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-sun-flower .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-carrot {
  border: 1px solid #FFF;
  color: #f6ceab;
  background-color: #bf6516 !important;
}
a.tile-color-flat-carrot:hover {
  background-color: #f0b37e !important;
}
a.tile-color-flat-carrot .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-carrot .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-carrot .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-alizarin {
  border: 1px solid #FFF;
  color: #f8c9c4;
  background-color: #d62c1a !important;
}
a.tile-color-flat-alizarin:hover {
  background-color: #f29f97 !important;
}
a.tile-color-flat-alizarin .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-alizarin .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-alizarin .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-clouds {
  border: 1px solid #FFF;
  color: #ffffff;
  background-color: #cfd9db !important;
}
a.tile-color-flat-clouds:hover {
  background-color: #ffffff !important;
}
a.tile-color-flat-clouds .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-clouds .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-clouds .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-concrete {
  border: 1px solid #FFF;
  color: #e8ecec;
  background-color: #798d8f !important;
}
a.tile-color-flat-concrete:hover {
  background-color: #ccd4d5 !important;
}
a.tile-color-flat-concrete .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-concrete .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-concrete .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-orange {
  border: 1px solid #FFF;
  color: #fad9a4;
  background-color: #c87f0a !important;
}
a.tile-color-flat-orange:hover {
  background-color: #f8c573 !important;
}
a.tile-color-flat-orange .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-orange .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-orange .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-pumpkin {
  border: 1px solid #FFF;
  color: #ffa76d;
  background-color: #a04000 !important;
}
a.tile-color-flat-pumpkin:hover {
  background-color: #ff883a !important;
}
a.tile-color-flat-pumpkin .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-pumpkin .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-pumpkin .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-pomegranate {
  border: 1px solid #FFF;
  color: #e9a39b;
  background-color: #962d22 !important;
}
a.tile-color-flat-pomegranate:hover {
  background-color: #df7c72 !important;
}
a.tile-color-flat-pomegranate .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-pomegranate .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-pomegranate .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-silver {
  border: 1px solid #FFF;
  color: #ffffff;
  background-color: #a1aab0 !important;
}
a.tile-color-flat-silver:hover {
  background-color: #f4f5f6 !important;
}
a.tile-color-flat-silver .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-silver .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-silver .text-holder {
    height: 48px;
  }
}
a.tile-color-flat-asbestos {
  border: 1px solid #FFF;
  color: #d0d5d5;
  background-color: #667273 !important;
}
a.tile-color-flat-asbestos:hover {
  background-color: #b5bcbd !important;
}
a.tile-color-flat-asbestos .tile-icon-holder {
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 22%;
  font-size: 7em;
}
a.tile-color-flat-asbestos .text-holder {
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  height: 60%;
}
@media (min-width: 768px) {
  a.tile-color-flat-asbestos .text-holder {
    height: 48px;
  }
}
/*#endregion*/