.select2-selection__rendered {
  line-height: 1.2em !important;
}

.select2-container .select2-selection--single {
  height: 1.4em !important;
}

.select2-selection__arrow {
  height: 1.4em !important;
}

.o3 {
  font-weight: bold;
  font-size: 13px;
}

.o1 {
  text-decoration: underline overline;
}

html {
  background-color: White;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* permite poder alterar el ancho y alto ajustandolo al dispositivo */
}

body {
  z-index: 1;
  background-color: rgba(135, 206, 250, 0.1);
  font-family: "Arial";
  margin: 0 auto;
  /* padding: 25px 25px; */
  /* main div */
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.divModal {
  width: 600px;
  height: 220px;
  margin: auto;
  position: fixed;
  z-index: 40001;
  background: #fff;
  border: 1px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 5px;
}

.bgModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top: 0;
  left: 0;
  overflow: hidden;
}

.content-login {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  background-color: rgba(30, 144, 255, 0.2);
  border: thick solid dodgerblue;
  border-radius: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
  padding: 15 25;
  width: 280px;
  height: 480px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-head {
  z-index: 10;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  background-color: deepskyblue;
  border: solid deepskyblue 2px;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
}

.cortina {
  z-index: 999;
  overflow: hidden;
  background-color: LightSkyBlue;
  width: 50%;
  height: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.movIzq {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.movDer {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.imgDivH {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgCenter {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 300px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.parteSeccion {
  position: absolute;
  left: 150px;
  font-weight: bold;
}

ul li ul {
  display: none;
}

table {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  /* min-width: 1%; */
  width: 1px;
  border-collapse: separate;
  /* Don't collapse */
  border-spacing: 0;
}

table td, table th {
  text-transform: uppercase;
  border: thin solid black !important;
  padding: 2px 5px;
  white-space: normal;
}

table tbody {
  height: inherit;
}

table tbody tr {
  height: inherit;
  /*debe ser tr, porque si es td las lineas con bg no funcionaran*/
  background-color: white;
}

table td {
  background-color: inherit;
  color: inherit;
}

table th {
  background-color: DodgerBlue;
  text-align: center;
}

input {
  font-size: inherit;
  font-weight: inherit;
}

input[type="file"] {
  display: none;
}

button, label, select, textarea {
  font-size: inherit;
  font-weight: inherit;
}

button {
  border-width: 1px;
  border-radius: 0.5em;
  padding: 0.3em 1em;
}

button:disabled {
  border-color: DimGray !important;
  background-color: DimGray !important;
  cursor: auto;
}

.btnWsp, .btnWsp8, .btnWsp16, .btnWsp24, .btnWsp32, .btnWsp40, .btnWsp48, .btnWsp56, .btnWsp64 {
  background-image: url("../files/images/icons/Wsp.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnWsp:disabled, .btnWsp8:disabled, .btnWsp16:disabled, .btnWsp24:disabled, .btnWsp32:disabled, .btnWsp40:disabled, .btnWsp48:disabled, .btnWsp56:disabled, .btnWsp64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnWsp8 {
  width: 8px;
  height: 8px;
}

.btnWsp16 {
  width: 16px;
  height: 16px;
}

.btnWsp24 {
  width: 24px;
  height: 24px;
}

.btnWsp32 {
  width: 32px;
  height: 32px;
}

.btnWsp40 {
  width: 40px;
  height: 40px;
}

.btnWsp48 {
  width: 48px;
  height: 48px;
}

.btnWsp56 {
  width: 56px;
  height: 56px;
}

.btnWsp64 {
  width: 64px;
  height: 64px;
}

.btnConf, .btnConf8, .btnConf16, .btnConf24, .btnConf32, .btnConf40, .btnConf48, .btnConf56, .btnConf64 {
  background-image: url("../files/images/icons/Conf.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnConf:disabled, .btnConf8:disabled, .btnConf16:disabled, .btnConf24:disabled, .btnConf32:disabled, .btnConf40:disabled, .btnConf48:disabled, .btnConf56:disabled, .btnConf64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnConf8 {
  width: 8px;
  height: 8px;
}

.btnConf16 {
  width: 16px;
  height: 16px;
}

.btnConf24 {
  width: 24px;
  height: 24px;
}

.btnConf32 {
  width: 32px;
  height: 32px;
}

.btnConf40 {
  width: 40px;
  height: 40px;
}

.btnConf48 {
  width: 48px;
  height: 48px;
}

.btnConf56 {
  width: 56px;
  height: 56px;
}

.btnConf64 {
  width: 64px;
  height: 64px;
}

.btnSave, .btnSave8, .btnSave16, .btnSave24, .btnSave32, .btnSave40, .btnSave48, .btnSave56, .btnSave64 {
  background-image: url("../files/images/icons/Save.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnSave:disabled, .btnSave8:disabled, .btnSave16:disabled, .btnSave24:disabled, .btnSave32:disabled, .btnSave40:disabled, .btnSave48:disabled, .btnSave56:disabled, .btnSave64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnSave8 {
  width: 8px;
  height: 8px;
}

.btnSave16 {
  width: 16px;
  height: 16px;
}

.btnSave24 {
  width: 24px;
  height: 24px;
}

.btnSave32 {
  width: 32px;
  height: 32px;
}

.btnSave40 {
  width: 40px;
  height: 40px;
}

.btnSave48 {
  width: 48px;
  height: 48px;
}

.btnSave56 {
  width: 56px;
  height: 56px;
}

.btnSave64 {
  width: 64px;
  height: 64px;
}

.btnYes, .btnYes8, .btnYes16, .btnYes24, .btnYes32, .btnYes40, .btnYes48, .btnYes56, .btnYes64 {
  background-image: url("../files/images/icons/Yes.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnYes:disabled, .btnYes8:disabled, .btnYes16:disabled, .btnYes24:disabled, .btnYes32:disabled, .btnYes40:disabled, .btnYes48:disabled, .btnYes56:disabled, .btnYes64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnYes8 {
  width: 8px;
  height: 8px;
}

.btnYes16 {
  width: 16px;
  height: 16px;
}

.btnYes24 {
  width: 24px;
  height: 24px;
}

.btnYes32 {
  width: 32px;
  height: 32px;
}

.btnYes40 {
  width: 40px;
  height: 40px;
}

.btnYes48 {
  width: 48px;
  height: 48px;
}

.btnYes56 {
  width: 56px;
  height: 56px;
}

.btnYes64 {
  width: 64px;
  height: 64px;
}

.btnNot, .btnNot8, .btnNot16, .btnNot24, .btnNot32, .btnNot40, .btnNot48, .btnNot56, .btnNot64 {
  background-image: url("../files/images/icons/Not.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnNot:disabled, .btnNot8:disabled, .btnNot16:disabled, .btnNot24:disabled, .btnNot32:disabled, .btnNot40:disabled, .btnNot48:disabled, .btnNot56:disabled, .btnNot64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnNot8 {
  width: 8px;
  height: 8px;
}

.btnNot16 {
  width: 16px;
  height: 16px;
}

.btnNot24 {
  width: 24px;
  height: 24px;
}

.btnNot32 {
  width: 32px;
  height: 32px;
}

.btnNot40 {
  width: 40px;
  height: 40px;
}

.btnNot48 {
  width: 48px;
  height: 48px;
}

.btnNot56 {
  width: 56px;
  height: 56px;
}

.btnNot64 {
  width: 64px;
  height: 64px;
}

.btnEdit, .btnEdit8, .btnEdit16, .btnEdit24, .btnEdit32, .btnEdit40, .btnEdit48, .btnEdit56, .btnEdit64 {
  background-image: url("../files/images/icons/Edit.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnEdit:disabled, .btnEdit8:disabled, .btnEdit16:disabled, .btnEdit24:disabled, .btnEdit32:disabled, .btnEdit40:disabled, .btnEdit48:disabled, .btnEdit56:disabled, .btnEdit64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnEdit8 {
  width: 8px;
  height: 8px;
}

.btnEdit16 {
  width: 16px;
  height: 16px;
}

.btnEdit24 {
  width: 24px;
  height: 24px;
}

.btnEdit32 {
  width: 32px;
  height: 32px;
}

.btnEdit40 {
  width: 40px;
  height: 40px;
}

.btnEdit48 {
  width: 48px;
  height: 48px;
}

.btnEdit56 {
  width: 56px;
  height: 56px;
}

.btnEdit64 {
  width: 64px;
  height: 64px;
}

.btnLock, .btnLock8, .btnLock16, .btnLock24, .btnLock32, .btnLock40, .btnLock48, .btnLock56, .btnLock64 {
  background-image: url("../files/images/icons/Lock.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnLock:disabled, .btnLock8:disabled, .btnLock16:disabled, .btnLock24:disabled, .btnLock32:disabled, .btnLock40:disabled, .btnLock48:disabled, .btnLock56:disabled, .btnLock64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnLock8 {
  width: 8px;
  height: 8px;
}

.btnLock16 {
  width: 16px;
  height: 16px;
}

.btnLock24 {
  width: 24px;
  height: 24px;
}

.btnLock32 {
  width: 32px;
  height: 32px;
}

.btnLock40 {
  width: 40px;
  height: 40px;
}

.btnLock48 {
  width: 48px;
  height: 48px;
}

.btnLock56 {
  width: 56px;
  height: 56px;
}

.btnLock64 {
  width: 64px;
  height: 64px;
}

.btnPrint, .btnPrint8, .btnPrint16, .btnPrint24, .btnPrint32, .btnPrint40, .btnPrint48, .btnPrint56, .btnPrint64 {
  background-image: url("../files/images/icons/Print.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnPrint:disabled, .btnPrint8:disabled, .btnPrint16:disabled, .btnPrint24:disabled, .btnPrint32:disabled, .btnPrint40:disabled, .btnPrint48:disabled, .btnPrint56:disabled, .btnPrint64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnPrint8 {
  width: 8px;
  height: 8px;
}

.btnPrint16 {
  width: 16px;
  height: 16px;
}

.btnPrint24 {
  width: 24px;
  height: 24px;
}

.btnPrint32 {
  width: 32px;
  height: 32px;
}

.btnPrint40 {
  width: 40px;
  height: 40px;
}

.btnPrint48 {
  width: 48px;
  height: 48px;
}

.btnPrint56 {
  width: 56px;
  height: 56px;
}

.btnPrint64 {
  width: 64px;
  height: 64px;
}

.btnExit, .btnExit8, .btnExit16, .btnExit24, .btnExit32, .btnExit40, .btnExit48, .btnExit56, .btnExit64 {
  background-image: url("../files/images/icons/Exit.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnExit:disabled, .btnExit8:disabled, .btnExit16:disabled, .btnExit24:disabled, .btnExit32:disabled, .btnExit40:disabled, .btnExit48:disabled, .btnExit56:disabled, .btnExit64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnExit8 {
  width: 8px;
  height: 8px;
}

.btnExit16 {
  width: 16px;
  height: 16px;
}

.btnExit24 {
  width: 24px;
  height: 24px;
}

.btnExit32 {
  width: 32px;
  height: 32px;
}

.btnExit40 {
  width: 40px;
  height: 40px;
}

.btnExit48 {
  width: 48px;
  height: 48px;
}

.btnExit56 {
  width: 56px;
  height: 56px;
}

.btnExit64 {
  width: 64px;
  height: 64px;
}

.btnBack, .btnBack8, .btnBack16, .btnBack24, .btnBack32, .btnBack40, .btnBack48, .btnBack56, .btnBack64 {
  background-image: url("../files/images/icons/Back.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnBack:disabled, .btnBack8:disabled, .btnBack16:disabled, .btnBack24:disabled, .btnBack32:disabled, .btnBack40:disabled, .btnBack48:disabled, .btnBack56:disabled, .btnBack64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnBack8 {
  width: 8px;
  height: 8px;
}

.btnBack16 {
  width: 16px;
  height: 16px;
}

.btnBack24 {
  width: 24px;
  height: 24px;
}

.btnBack32 {
  width: 32px;
  height: 32px;
}

.btnBack40 {
  width: 40px;
  height: 40px;
}

.btnBack48 {
  width: 48px;
  height: 48px;
}

.btnBack56 {
  width: 56px;
  height: 56px;
}

.btnBack64 {
  width: 64px;
  height: 64px;
}

.btnHome, .btnHome8, .btnHome16, .btnHome24, .btnHome32, .btnHome40, .btnHome48, .btnHome56, .btnHome64 {
  background-image: url("../files/images/icons/Home.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnHome:disabled, .btnHome8:disabled, .btnHome16:disabled, .btnHome24:disabled, .btnHome32:disabled, .btnHome40:disabled, .btnHome48:disabled, .btnHome56:disabled, .btnHome64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnHome8 {
  width: 8px;
  height: 8px;
}

.btnHome16 {
  width: 16px;
  height: 16px;
}

.btnHome24 {
  width: 24px;
  height: 24px;
}

.btnHome32 {
  width: 32px;
  height: 32px;
}

.btnHome40 {
  width: 40px;
  height: 40px;
}

.btnHome48 {
  width: 48px;
  height: 48px;
}

.btnHome56 {
  width: 56px;
  height: 56px;
}

.btnHome64 {
  width: 64px;
  height: 64px;
}

.btnPlay, .btnPlay8, .btnPlay16, .btnPlay24, .btnPlay32, .btnPlay40, .btnPlay48, .btnPlay56, .btnPlay64 {
  background-image: url("../files/images/icons/Play.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnPlay:disabled, .btnPlay8:disabled, .btnPlay16:disabled, .btnPlay24:disabled, .btnPlay32:disabled, .btnPlay40:disabled, .btnPlay48:disabled, .btnPlay56:disabled, .btnPlay64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnPlay8 {
  width: 8px;
  height: 8px;
}

.btnPlay16 {
  width: 16px;
  height: 16px;
}

.btnPlay24 {
  width: 24px;
  height: 24px;
}

.btnPlay32 {
  width: 32px;
  height: 32px;
}

.btnPlay40 {
  width: 40px;
  height: 40px;
}

.btnPlay48 {
  width: 48px;
  height: 48px;
}

.btnPlay56 {
  width: 56px;
  height: 56px;
}

.btnPlay64 {
  width: 64px;
  height: 64px;
}

.btnPause, .btnPause8, .btnPause16, .btnPause24, .btnPause32, .btnPause40, .btnPause48, .btnPause56, .btnPause64 {
  background-image: url("../files/images/icons/Pause.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnPause:disabled, .btnPause8:disabled, .btnPause16:disabled, .btnPause24:disabled, .btnPause32:disabled, .btnPause40:disabled, .btnPause48:disabled, .btnPause56:disabled, .btnPause64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnPause8 {
  width: 8px;
  height: 8px;
}

.btnPause16 {
  width: 16px;
  height: 16px;
}

.btnPause24 {
  width: 24px;
  height: 24px;
}

.btnPause32 {
  width: 32px;
  height: 32px;
}

.btnPause40 {
  width: 40px;
  height: 40px;
}

.btnPause48 {
  width: 48px;
  height: 48px;
}

.btnPause56 {
  width: 56px;
  height: 56px;
}

.btnPause64 {
  width: 64px;
  height: 64px;
}

.btnUp, .btnUp8, .btnUp16, .btnUp24, .btnUp32, .btnUp40, .btnUp48, .btnUp56, .btnUp64 {
  background-image: url("../files/images/icons/Up.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnUp:disabled, .btnUp8:disabled, .btnUp16:disabled, .btnUp24:disabled, .btnUp32:disabled, .btnUp40:disabled, .btnUp48:disabled, .btnUp56:disabled, .btnUp64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnUp8 {
  width: 8px;
  height: 8px;
}

.btnUp16 {
  width: 16px;
  height: 16px;
}

.btnUp24 {
  width: 24px;
  height: 24px;
}

.btnUp32 {
  width: 32px;
  height: 32px;
}

.btnUp40 {
  width: 40px;
  height: 40px;
}

.btnUp48 {
  width: 48px;
  height: 48px;
}

.btnUp56 {
  width: 56px;
  height: 56px;
}

.btnUp64 {
  width: 64px;
  height: 64px;
}

.btnDown, .btnDown8, .btnDown16, .btnDown24, .btnDown32, .btnDown40, .btnDown48, .btnDown56, .btnDown64 {
  background-image: url("../files/images/icons/Down.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnDown:disabled, .btnDown8:disabled, .btnDown16:disabled, .btnDown24:disabled, .btnDown32:disabled, .btnDown40:disabled, .btnDown48:disabled, .btnDown56:disabled, .btnDown64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnDown8 {
  width: 8px;
  height: 8px;
}

.btnDown16 {
  width: 16px;
  height: 16px;
}

.btnDown24 {
  width: 24px;
  height: 24px;
}

.btnDown32 {
  width: 32px;
  height: 32px;
}

.btnDown40 {
  width: 40px;
  height: 40px;
}

.btnDown48 {
  width: 48px;
  height: 48px;
}

.btnDown56 {
  width: 56px;
  height: 56px;
}

.btnDown64 {
  width: 64px;
  height: 64px;
}

.btnRight, .btnRight8, .btnRight16, .btnRight24, .btnRight32, .btnRight40, .btnRight48, .btnRight56, .btnRight64 {
  background-image: url("../files/images/icons/Right.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnRight:disabled, .btnRight8:disabled, .btnRight16:disabled, .btnRight24:disabled, .btnRight32:disabled, .btnRight40:disabled, .btnRight48:disabled, .btnRight56:disabled, .btnRight64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnRight8 {
  width: 8px;
  height: 8px;
}

.btnRight16 {
  width: 16px;
  height: 16px;
}

.btnRight24 {
  width: 24px;
  height: 24px;
}

.btnRight32 {
  width: 32px;
  height: 32px;
}

.btnRight40 {
  width: 40px;
  height: 40px;
}

.btnRight48 {
  width: 48px;
  height: 48px;
}

.btnRight56 {
  width: 56px;
  height: 56px;
}

.btnRight64 {
  width: 64px;
  height: 64px;
}

.btnLeft, .btnLeft8, .btnLeft16, .btnLeft24, .btnLeft32, .btnLeft40, .btnLeft48, .btnLeft56, .btnLeft64 {
  background-image: url("../files/images/icons/Left.png");
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.2em !important;
  /* text-shadow: none !important; */
}

.btnLeft:disabled, .btnLeft8:disabled, .btnLeft16:disabled, .btnLeft24:disabled, .btnLeft32:disabled, .btnLeft40:disabled, .btnLeft48:disabled, .btnLeft56:disabled, .btnLeft64:disabled {
  background-image: url("../files/images/icons/Loading.gif") !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btnLeft8 {
  width: 8px;
  height: 8px;
}

.btnLeft16 {
  width: 16px;
  height: 16px;
}

.btnLeft24 {
  width: 24px;
  height: 24px;
}

.btnLeft32 {
  width: 32px;
  height: 32px;
}

.btnLeft40 {
  width: 40px;
  height: 40px;
}

.btnLeft48 {
  width: 48px;
  height: 48px;
}

.btnLeft56 {
  width: 56px;
  height: 56px;
}

.btnLeft64 {
  width: 64px;
  height: 64px;
}

.fnSize6 {
  font-size: 6px;
}

.fnSize7 {
  font-size: 7px;
}

.fnSize8 {
  font-size: 8px;
}

.fnSize9 {
  font-size: 9px;
}

.fnSize10 {
  font-size: 10px;
}

.fnSize11 {
  font-size: 11px;
}

.fnSize12 {
  font-size: 12px;
}

.fnSize13 {
  font-size: 13px;
}

.fnSize14 {
  font-size: 14px;
}

.fnSize15 {
  font-size: 15px;
}

.fnSize16 {
  font-size: 16px;
}

.fnSize17 {
  font-size: 17px;
}

.fnSize18 {
  font-size: 18px;
}

.fnSize19 {
  font-size: 19px;
}

.fnSize20, body {
  font-size: 20px;
}

.fnSize21 {
  font-size: 21px;
}

.fnSize22 {
  font-size: 22px;
}

.fnSize23 {
  font-size: 23px;
}

.fnSize24 {
  font-size: 24px;
}

.fnSize25 {
  font-size: 25px;
}

.fnSize26 {
  font-size: 26px;
}

.fnSize27 {
  font-size: 27px;
}

.fnSize28 {
  font-size: 28px;
}

.fnSize29 {
  font-size: 29px;
}

.fnSize30, h1 {
  font-size: 30px;
}

.fnSize31 {
  font-size: 31px;
}

.fnSize32 {
  font-size: 32px;
}

.fnSize33 {
  font-size: 33px;
}

.fnSize34 {
  font-size: 34px;
}

.fnSize35 {
  font-size: 35px;
}

.fnSize36 {
  font-size: 36px;
}

.fnSize37 {
  font-size: 37px;
}

.fnSize38 {
  font-size: 38px;
}

.fnSize39 {
  font-size: 39px;
}

.fnSize40 {
  font-size: 40px;
}

.index10 {
  z-index: 10;
}

.index20 {
  z-index: 20;
}

.index30 {
  z-index: 30;
}

.index40 {
  z-index: 40;
}

.index50 {
  z-index: 50;
}

.index60 {
  z-index: 60;
}

.index70 {
  z-index: 70;
}

.index80 {
  z-index: 80;
}

.index90 {
  z-index: 90;
}

.index100 {
  z-index: 100;
}

.wd5P {
  width: 5%;
}

.wd5, .wdhg5 {
  width: 5px;
}

.hg5, .wdhg5 {
  height: 5px;
}

table.hg5 td, table.wdhg5 td {
  height: 5px !important;
}

.wd10P {
  width: 10%;
}

.wd10, .wdhg10 {
  width: 10px;
}

.hg10, .wdhg10 {
  height: 10px;
}

table.hg10 td, table.wdhg10 td {
  height: 10px !important;
}

.wd15P {
  width: 15%;
}

.wd15, .wdhg15 {
  width: 15px;
}

.hg15, .wdhg15 {
  height: 15px;
}

table.hg15 td, table.wdhg15 td {
  height: 15px !important;
}

.wd20P {
  width: 20%;
}

.wd20, .wdhg20, .bolas {
  width: 20px;
}

.hg20, .wdhg20, .bolas {
  height: 20px;
}

table.hg20 td, table.wdhg20 td, table.bolas td {
  height: 20px !important;
}

.wd25P {
  width: 25%;
}

.wd25, .wdhg25 {
  width: 25px;
}

.hg25, .wdhg25 {
  height: 25px;
}

table.hg25 td, table.wdhg25 td {
  height: 25px !important;
}

.wd30P {
  width: 30%;
}

.wd30, .wdhg30 {
  width: 30px;
}

.hg30, .wdhg30 {
  height: 30px;
}

table.hg30 td, table.wdhg30 td {
  height: 30px !important;
}

.wd35P {
  width: 35%;
}

.wd35, .wdhg35 {
  width: 35px;
}

.hg35, .wdhg35 {
  height: 35px;
}

table.hg35 td, table.wdhg35 td {
  height: 35px !important;
}

.wd40P {
  width: 40%;
}

.wd40, .wdhg40 {
  width: 40px;
}

.hg40, .wdhg40 {
  height: 40px;
}

table.hg40 td, table.wdhg40 td {
  height: 40px !important;
}

.wd45P {
  width: 45%;
}

.wd45, .wdhg45 {
  width: 45px;
}

.hg45, .wdhg45 {
  height: 45px;
}

table.hg45 td, table.wdhg45 td {
  height: 45px !important;
}

.wd50P {
  width: 50%;
}

.wd50, .wdhg50 {
  width: 50px;
}

.hg50, .wdhg50 {
  height: 50px;
}

table.hg50 td, table.wdhg50 td {
  height: 50px !important;
}

.wd55P {
  width: 55%;
}

.wd55, .wdhg55 {
  width: 55px;
}

.hg55, .wdhg55 {
  height: 55px;
}

table.hg55 td, table.wdhg55 td {
  height: 55px !important;
}

.wd60P {
  width: 60%;
}

.wd60, .wdhg60 {
  width: 60px;
}

.hg60, .wdhg60 {
  height: 60px;
}

table.hg60 td, table.wdhg60 td {
  height: 60px !important;
}

.wd65P {
  width: 65%;
}

.wd65, .wdhg65 {
  width: 65px;
}

.hg65, .wdhg65 {
  height: 65px;
}

table.hg65 td, table.wdhg65 td {
  height: 65px !important;
}

.wd70P {
  width: 70%;
}

.wd70, .wdhg70 {
  width: 70px;
}

.hg70, .wdhg70 {
  height: 70px;
}

table.hg70 td, table.wdhg70 td {
  height: 70px !important;
}

.wd75P {
  width: 75%;
}

.wd75, .wdhg75 {
  width: 75px;
}

.hg75, .wdhg75 {
  height: 75px;
}

table.hg75 td, table.wdhg75 td {
  height: 75px !important;
}

.wd80P {
  width: 80%;
}

.wd80, .wdhg80 {
  width: 80px;
}

.hg80, .wdhg80 {
  height: 80px;
}

table.hg80 td, table.wdhg80 td {
  height: 80px !important;
}

.wd85P {
  width: 85%;
}

.wd85, .wdhg85 {
  width: 85px;
}

.hg85, .wdhg85 {
  height: 85px;
}

table.hg85 td, table.wdhg85 td {
  height: 85px !important;
}

.wd90P {
  width: 90%;
}

.wd90, .wdhg90 {
  width: 90px;
}

.hg90, .wdhg90 {
  height: 90px;
}

table.hg90 td, table.wdhg90 td {
  height: 90px !important;
}

.wd95P {
  width: 95%;
}

.wd95, .wdhg95 {
  width: 95px;
}

.hg95, .wdhg95 {
  height: 95px;
}

table.hg95 td, table.wdhg95 td {
  height: 95px !important;
}

.wd100P, .popupImage {
  width: 100%;
}

.wd100, .wdhg100 {
  width: 100px;
}

.hg100, .wdhg100 {
  height: 100px;
}

table.hg100 td, table.wdhg100 td {
  height: 100px !important;
}

.btnToogle input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
}

.btnToogle label {
  display: inline-block;
  cursor: pointer;
  padding: 0.4em 0.8em;
  border: 2px solid;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.btnToogle input:not(:checked) + label {
  background-color: white !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  /* box-shadow: none !important; */
  /* text-shadow: none !important; */
}

.hg100P, .popupImage {
  height: 100%;
}

.wdMax100P {
  max-width: 100%;
}

.noResize {
  resize: none;
}

.thSticky {
  background-color: indianred;
  z-index: 45 !important;
}

.tdSticky {
  z-index: 15 !important;
}

.posSticky, .tdSticky, .posSticky th, video {
  position: -webkit-sticky;
  position: sticky;
}

.posSticky th, .tdSticky th, video th {
  z-index: 30;
  top: 0;
}

.posAbsolute, .bannerDiv .bannerTexto, .popupClose, .videoPopUp {
  position: absolute;
}

.posRelative, body, .bannerDiv {
  position: relative;
}

.posFixed, .cortina, .radInvisible, .popupImage {
  position: fixed;
}

.mrgAuto, .bannerDiv, video {
  margin: auto;
}

.slide {
  overflow: hidden;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

/* las animaciones solo trabajan con display o con span pero sin inline*/
.radInvisible {
  opacity: 0;
  width: 0;
}

.radInvisible + label {
  padding: 0px 10px;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border: 1px solid black;
  border-radius: 4px;
}

.select2 {
  text-align: left;
}

.tdNone td {
  background-color: transparent !important;
}

.prevac {
  text-shadow: -1px -1px 0 red, -1px 0px 0 red, -1px 1px 0 red, 0px -1px 0 red, 0px 0px 0 red, 0px 1px 0 red, 1px -1px 0 red, 1px 0px 0 red, 1px 1px 0 red;
  color: white;
  background-color: white;
  border-style: dashed;
  border-width: 10px;
  -o-border-image: linear-gradient(135deg, red -2.5%, red 2.5%, white 2.5%, white 7.5%, red 7.5%, red 12.5%, white 12.5%, white 17.5%, red 17.5%, red 22.5%, white 22.5%, white 27.5%, red 27.5%, red 32.5%, white 32.5%, white 37.5%, red 37.5%, red 42.5%, white 42.5%, white 47.5%, red 47.5%, red 52.5%, white 52.5%, white 57.5%, red 57.5%, red 62.5%, white 62.5%, white 67.5%, red 67.5%, red 72.5%, white 72.5%, white 77.5%, red 77.5%, red 82.5%, white 82.5%, white 87.5%, red 87.5%, red 92.5%, white 92.5%, white 97.5%, red 97.5%, red 102.5%) 1;
     border-image: linear-gradient(135deg, red -2.5%, red 2.5%, white 2.5%, white 7.5%, red 7.5%, red 12.5%, white 12.5%, white 17.5%, red 17.5%, red 22.5%, white 22.5%, white 27.5%, red 27.5%, red 32.5%, white 32.5%, white 37.5%, red 37.5%, red 42.5%, white 42.5%, white 47.5%, red 47.5%, red 52.5%, white 52.5%, white 57.5%, red 57.5%, red 62.5%, white 62.5%, white 67.5%, red 67.5%, red 72.5%, white 72.5%, white 77.5%, red 77.5%, red 82.5%, white 82.5%, white 87.5%, red 87.5%, red 92.5%, white 92.5%, white 97.5%, red 97.5%, red 102.5%) 1;
}

.curPointer, button, .bolas {
  cursor: pointer;
}

.flexNone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.centerVertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.centerVertical * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* border: 1px solid red; */
}

.unselectable, button, .bannerDiv .bannerTexto {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ofXScroll {
  overflow-x: scroll;
}

.ofYScroll {
  overflow-y: scroll;
}

.ofAuto, .popupImage {
  overflow: auto;
}

.fnBold, button {
  font-weight: bold;
}

.wsNoWrap {
  white-space: nowrap;
}

.wsNormal {
  white-space: normal;
}

.txtUpCase, .bannerDiv .bannerTexto {
  text-transform: uppercase;
}

.txtLwCases {
  text-transform: lowercase;
}

.txtUnderline, h1 {
  text-decoration: underline;
}

.txtOverLine {
  text-decoration: line-through;
}

.txtRight {
  text-align: right;
}

.txtLeft {
  text-align: left;
}

.txtCenter, h1 {
  text-align: center;
}

.colBlack10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.colBlack20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

.colBlack30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.colBlack40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.colBlack50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.colBlack60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.colBlack70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.colBlack80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.colBlack90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

.colBlack {
  color: black !important;
}

.bgBlack10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

button.bgBlack10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

button.bgBlack20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

button.bgBlack30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

button.bgBlack40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

button.bgBlack50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

button.bgBlack60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

button.bgBlack70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

button.bgBlack80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

button.bgBlack90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlack {
  background-color: black !important;
}

button.bgBlack {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdBlack10 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.1);
}

.txtSdBlack20, table th, .btnToogle label {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.2);
}

.txtSdBlack30 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.3);
}

.txtSdBlack40 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.4);
}

.txtSdBlack50, button {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.5);
}

.txtSdBlack60 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.6);
}

.txtSdBlack70 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.7);
}

.txtSdBlack80 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.8);
}

.txtSdBlack90 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.9);
}

.txtSdBlack {
  text-shadow: 1px 1px 0.25em black;
}

.colSlateGray10 {
  color: rgba(112, 128, 144, 0.1) !important;
}

.colSlateGray20 {
  color: rgba(112, 128, 144, 0.2) !important;
}

.colSlateGray30 {
  color: rgba(112, 128, 144, 0.3) !important;
}

.colSlateGray40 {
  color: rgba(112, 128, 144, 0.4) !important;
}

.colSlateGray50 {
  color: rgba(112, 128, 144, 0.5) !important;
}

.colSlateGray60 {
  color: rgba(112, 128, 144, 0.6) !important;
}

.colSlateGray70 {
  color: rgba(112, 128, 144, 0.7) !important;
}

.colSlateGray80 {
  color: rgba(112, 128, 144, 0.8) !important;
}

.colSlateGray90 {
  color: rgba(112, 128, 144, 0.9) !important;
}

.colSlateGray {
  color: slategray !important;
}

.bgSlateGray10 {
  background-color: rgba(112, 128, 144, 0.1) !important;
}

button.bgSlateGray10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray20 {
  background-color: rgba(112, 128, 144, 0.2) !important;
}

button.bgSlateGray20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray30 {
  background-color: rgba(112, 128, 144, 0.3) !important;
}

button.bgSlateGray30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray40 {
  background-color: rgba(112, 128, 144, 0.4) !important;
}

button.bgSlateGray40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray50 {
  background-color: rgba(112, 128, 144, 0.5) !important;
}

button.bgSlateGray50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray60 {
  background-color: rgba(112, 128, 144, 0.6) !important;
}

button.bgSlateGray60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray70 {
  background-color: rgba(112, 128, 144, 0.7) !important;
}

button.bgSlateGray70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray80 {
  background-color: rgba(112, 128, 144, 0.8) !important;
}

button.bgSlateGray80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray90 {
  background-color: rgba(112, 128, 144, 0.9) !important;
}

button.bgSlateGray90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSlateGray {
  background-color: slategray !important;
}

button.bgSlateGray {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdSlateGray10 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.1);
}

.txtSdSlateGray20 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.2);
}

.txtSdSlateGray30 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.3);
}

.txtSdSlateGray40 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.4);
}

.txtSdSlateGray50 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.5);
}

.txtSdSlateGray60 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.6);
}

.txtSdSlateGray70 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.7);
}

.txtSdSlateGray80 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.8);
}

.txtSdSlateGray90 {
  text-shadow: 1px 1px 0.25em rgba(112, 128, 144, 0.9);
}

.txtSdSlateGray {
  text-shadow: 1px 1px 0.25em slategray;
}

.colDimGray10 {
  color: rgba(105, 105, 105, 0.1) !important;
}

.colDimGray20 {
  color: rgba(105, 105, 105, 0.2) !important;
}

.colDimGray30 {
  color: rgba(105, 105, 105, 0.3) !important;
}

.colDimGray40 {
  color: rgba(105, 105, 105, 0.4) !important;
}

.colDimGray50 {
  color: rgba(105, 105, 105, 0.5) !important;
}

.colDimGray60 {
  color: rgba(105, 105, 105, 0.6) !important;
}

.colDimGray70 {
  color: rgba(105, 105, 105, 0.7) !important;
}

.colDimGray80 {
  color: rgba(105, 105, 105, 0.8) !important;
}

.colDimGray90 {
  color: rgba(105, 105, 105, 0.9) !important;
}

.colDimGray {
  color: dimgray !important;
}

.bgDimGray10 {
  background-color: rgba(105, 105, 105, 0.1) !important;
}

button.bgDimGray10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray20 {
  background-color: rgba(105, 105, 105, 0.2) !important;
}

button.bgDimGray20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray30 {
  background-color: rgba(105, 105, 105, 0.3) !important;
}

button.bgDimGray30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray40 {
  background-color: rgba(105, 105, 105, 0.4) !important;
}

button.bgDimGray40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray50 {
  background-color: rgba(105, 105, 105, 0.5) !important;
}

button.bgDimGray50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray60 {
  background-color: rgba(105, 105, 105, 0.6) !important;
}

button.bgDimGray60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray70 {
  background-color: rgba(105, 105, 105, 0.7) !important;
}

button.bgDimGray70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray80 {
  background-color: rgba(105, 105, 105, 0.8) !important;
}

button.bgDimGray80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray90 {
  background-color: rgba(105, 105, 105, 0.9) !important;
}

button.bgDimGray90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDimGray {
  background-color: dimgray !important;
}

button.bgDimGray {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDimGray10 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.1);
}

.txtSdDimGray20 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.2);
}

.txtSdDimGray30 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.3);
}

.txtSdDimGray40 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.4);
}

.txtSdDimGray50 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.5);
}

.txtSdDimGray60 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.6);
}

.txtSdDimGray70 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.7);
}

.txtSdDimGray80 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.8);
}

.txtSdDimGray90 {
  text-shadow: 1px 1px 0.25em rgba(105, 105, 105, 0.9);
}

.txtSdDimGray {
  text-shadow: 1px 1px 0.25em dimgray;
}

.colGray10 {
  color: rgba(128, 128, 128, 0.1) !important;
}

.colGray20 {
  color: rgba(128, 128, 128, 0.2) !important;
}

.colGray30 {
  color: rgba(128, 128, 128, 0.3) !important;
}

.colGray40 {
  color: rgba(128, 128, 128, 0.4) !important;
}

.colGray50 {
  color: rgba(128, 128, 128, 0.5) !important;
}

.colGray60 {
  color: rgba(128, 128, 128, 0.6) !important;
}

.colGray70 {
  color: rgba(128, 128, 128, 0.7) !important;
}

.colGray80 {
  color: rgba(128, 128, 128, 0.8) !important;
}

.colGray90 {
  color: rgba(128, 128, 128, 0.9) !important;
}

.colGray {
  color: gray !important;
}

.bgGray10 {
  background-color: rgba(128, 128, 128, 0.1) !important;
}

button.bgGray10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray20 {
  background-color: rgba(128, 128, 128, 0.2) !important;
}

button.bgGray20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray30 {
  background-color: rgba(128, 128, 128, 0.3) !important;
}

button.bgGray30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray40 {
  background-color: rgba(128, 128, 128, 0.4) !important;
}

button.bgGray40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray50 {
  background-color: rgba(128, 128, 128, 0.5) !important;
}

button.bgGray50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray60 {
  background-color: rgba(128, 128, 128, 0.6) !important;
}

button.bgGray60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray70 {
  background-color: rgba(128, 128, 128, 0.7) !important;
}

button.bgGray70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray80 {
  background-color: rgba(128, 128, 128, 0.8) !important;
}

button.bgGray80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray90 {
  background-color: rgba(128, 128, 128, 0.9) !important;
}

button.bgGray90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGray {
  background-color: gray !important;
}

button.bgGray {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdGray10 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.1);
}

.txtSdGray20 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.2);
}

.txtSdGray30 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.3);
}

.txtSdGray40 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.4);
}

.txtSdGray50 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.5);
}

.txtSdGray60 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.6);
}

.txtSdGray70 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.7);
}

.txtSdGray80 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.8);
}

.txtSdGray90 {
  text-shadow: 1px 1px 0.25em rgba(128, 128, 128, 0.9);
}

.txtSdGray {
  text-shadow: 1px 1px 0.25em gray;
}

.colSilver10 {
  color: rgba(192, 192, 192, 0.1) !important;
}

.colSilver20 {
  color: rgba(192, 192, 192, 0.2) !important;
}

.colSilver30 {
  color: rgba(192, 192, 192, 0.3) !important;
}

.colSilver40 {
  color: rgba(192, 192, 192, 0.4) !important;
}

.colSilver50 {
  color: rgba(192, 192, 192, 0.5) !important;
}

.colSilver60 {
  color: rgba(192, 192, 192, 0.6) !important;
}

.colSilver70 {
  color: rgba(192, 192, 192, 0.7) !important;
}

.colSilver80 {
  color: rgba(192, 192, 192, 0.8) !important;
}

.colSilver90 {
  color: rgba(192, 192, 192, 0.9) !important;
}

.colSilver {
  color: silver !important;
}

.bgSilver10 {
  background-color: rgba(192, 192, 192, 0.1) !important;
}

button.bgSilver10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver20 {
  background-color: rgba(192, 192, 192, 0.2) !important;
}

button.bgSilver20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver30 {
  background-color: rgba(192, 192, 192, 0.3) !important;
}

button.bgSilver30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver40 {
  background-color: rgba(192, 192, 192, 0.4) !important;
}

button.bgSilver40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver50 {
  background-color: rgba(192, 192, 192, 0.5) !important;
}

button.bgSilver50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver60 {
  background-color: rgba(192, 192, 192, 0.6) !important;
}

button.bgSilver60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver70 {
  background-color: rgba(192, 192, 192, 0.7) !important;
}

button.bgSilver70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver80 {
  background-color: rgba(192, 192, 192, 0.8) !important;
}

button.bgSilver80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver90 {
  background-color: rgba(192, 192, 192, 0.9) !important;
}

button.bgSilver90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSilver {
  background-color: silver !important;
}

button.bgSilver {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdSilver10 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.1);
}

.txtSdSilver20 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.2);
}

.txtSdSilver30 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.3);
}

.txtSdSilver40 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.4);
}

.txtSdSilver50 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.5);
}

.txtSdSilver60 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.6);
}

.txtSdSilver70 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.7);
}

.txtSdSilver80 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.8);
}

.txtSdSilver90 {
  text-shadow: 1px 1px 0.25em rgba(192, 192, 192, 0.9);
}

.txtSdSilver {
  text-shadow: 1px 1px 0.25em silver;
}

.colDarkRed10 {
  color: rgba(139, 0, 0, 0.1) !important;
}

.colDarkRed20 {
  color: rgba(139, 0, 0, 0.2) !important;
}

.colDarkRed30 {
  color: rgba(139, 0, 0, 0.3) !important;
}

.colDarkRed40 {
  color: rgba(139, 0, 0, 0.4) !important;
}

.colDarkRed50 {
  color: rgba(139, 0, 0, 0.5) !important;
}

.colDarkRed60 {
  color: rgba(139, 0, 0, 0.6) !important;
}

.colDarkRed70 {
  color: rgba(139, 0, 0, 0.7) !important;
}

.colDarkRed80 {
  color: rgba(139, 0, 0, 0.8) !important;
}

.colDarkRed90 {
  color: rgba(139, 0, 0, 0.9) !important;
}

.colDarkRed {
  color: darkred !important;
}

.bgDarkRed10 {
  background-color: rgba(139, 0, 0, 0.1) !important;
}

button.bgDarkRed10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed20 {
  background-color: rgba(139, 0, 0, 0.2) !important;
}

button.bgDarkRed20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed30 {
  background-color: rgba(139, 0, 0, 0.3) !important;
}

button.bgDarkRed30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed40 {
  background-color: rgba(139, 0, 0, 0.4) !important;
}

button.bgDarkRed40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed50 {
  background-color: rgba(139, 0, 0, 0.5) !important;
}

button.bgDarkRed50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed60 {
  background-color: rgba(139, 0, 0, 0.6) !important;
}

button.bgDarkRed60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed70 {
  background-color: rgba(139, 0, 0, 0.7) !important;
}

button.bgDarkRed70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed80 {
  background-color: rgba(139, 0, 0, 0.8) !important;
}

button.bgDarkRed80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed90 {
  background-color: rgba(139, 0, 0, 0.9) !important;
}

button.bgDarkRed90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkRed {
  background-color: darkred !important;
}

button.bgDarkRed {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDarkRed10 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.1);
}

.txtSdDarkRed20 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.2);
}

.txtSdDarkRed30 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.3);
}

.txtSdDarkRed40 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.4);
}

.txtSdDarkRed50 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.5);
}

.txtSdDarkRed60 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.6);
}

.txtSdDarkRed70 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.7);
}

.txtSdDarkRed80 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.8);
}

.txtSdDarkRed90 {
  text-shadow: 1px 1px 0.25em rgba(139, 0, 0, 0.9);
}

.txtSdDarkRed {
  text-shadow: 1px 1px 0.25em darkred;
}

.colRed10 {
  color: rgba(255, 0, 0, 0.1) !important;
}

.colRed20 {
  color: rgba(255, 0, 0, 0.2) !important;
}

.colRed30 {
  color: rgba(255, 0, 0, 0.3) !important;
}

.colRed40 {
  color: rgba(255, 0, 0, 0.4) !important;
}

.colRed50 {
  color: rgba(255, 0, 0, 0.5) !important;
}

.colRed60 {
  color: rgba(255, 0, 0, 0.6) !important;
}

.colRed70 {
  color: rgba(255, 0, 0, 0.7) !important;
}

.colRed80 {
  color: rgba(255, 0, 0, 0.8) !important;
}

.colRed90 {
  color: rgba(255, 0, 0, 0.9) !important;
}

.colRed {
  color: red !important;
}

.bgRed10 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

button.bgRed10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed20 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

button.bgRed20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed30 {
  background-color: rgba(255, 0, 0, 0.3) !important;
}

button.bgRed30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed40 {
  background-color: rgba(255, 0, 0, 0.4) !important;
}

button.bgRed40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed50 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

button.bgRed50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed60 {
  background-color: rgba(255, 0, 0, 0.6) !important;
}

button.bgRed60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed70 {
  background-color: rgba(255, 0, 0, 0.7) !important;
}

button.bgRed70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed80 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

button.bgRed80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed90 {
  background-color: rgba(255, 0, 0, 0.9) !important;
}

button.bgRed90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgRed {
  background-color: red !important;
}

button.bgRed {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdRed10 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.1);
}

.txtSdRed20 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.2);
}

.txtSdRed30 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.3);
}

.txtSdRed40 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.4);
}

.txtSdRed50 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.5);
}

.txtSdRed60 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.6);
}

.txtSdRed70 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.7);
}

.txtSdRed80 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.8);
}

.txtSdRed90 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 0, 0.9);
}

.txtSdRed {
  text-shadow: 1px 1px 0.25em red;
}

.colCrimson10 {
  color: rgba(220, 20, 60, 0.1) !important;
}

.colCrimson20 {
  color: rgba(220, 20, 60, 0.2) !important;
}

.colCrimson30 {
  color: rgba(220, 20, 60, 0.3) !important;
}

.colCrimson40 {
  color: rgba(220, 20, 60, 0.4) !important;
}

.colCrimson50 {
  color: rgba(220, 20, 60, 0.5) !important;
}

.colCrimson60 {
  color: rgba(220, 20, 60, 0.6) !important;
}

.colCrimson70 {
  color: rgba(220, 20, 60, 0.7) !important;
}

.colCrimson80 {
  color: rgba(220, 20, 60, 0.8) !important;
}

.colCrimson90 {
  color: rgba(220, 20, 60, 0.9) !important;
}

.colCrimson {
  color: crimson !important;
}

.bgCrimson10 {
  background-color: rgba(220, 20, 60, 0.1) !important;
}

button.bgCrimson10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson20 {
  background-color: rgba(220, 20, 60, 0.2) !important;
}

button.bgCrimson20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson30 {
  background-color: rgba(220, 20, 60, 0.3) !important;
}

button.bgCrimson30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson40 {
  background-color: rgba(220, 20, 60, 0.4) !important;
}

button.bgCrimson40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson50 {
  background-color: rgba(220, 20, 60, 0.5) !important;
}

button.bgCrimson50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson60 {
  background-color: rgba(220, 20, 60, 0.6) !important;
}

button.bgCrimson60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson70 {
  background-color: rgba(220, 20, 60, 0.7) !important;
}

button.bgCrimson70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson80 {
  background-color: rgba(220, 20, 60, 0.8) !important;
}

button.bgCrimson80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson90 {
  background-color: rgba(220, 20, 60, 0.9) !important;
}

button.bgCrimson90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCrimson {
  background-color: crimson !important;
}

button.bgCrimson {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdCrimson10 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.1);
}

.txtSdCrimson20 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.2);
}

.txtSdCrimson30 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.3);
}

.txtSdCrimson40 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.4);
}

.txtSdCrimson50 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.5);
}

.txtSdCrimson60 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.6);
}

.txtSdCrimson70 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.7);
}

.txtSdCrimson80 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.8);
}

.txtSdCrimson90 {
  text-shadow: 1px 1px 0.25em rgba(220, 20, 60, 0.9);
}

.txtSdCrimson {
  text-shadow: 1px 1px 0.25em crimson;
}

.colOrangeRed10 {
  color: rgba(255, 69, 0, 0.1) !important;
}

.colOrangeRed20 {
  color: rgba(255, 69, 0, 0.2) !important;
}

.colOrangeRed30 {
  color: rgba(255, 69, 0, 0.3) !important;
}

.colOrangeRed40 {
  color: rgba(255, 69, 0, 0.4) !important;
}

.colOrangeRed50 {
  color: rgba(255, 69, 0, 0.5) !important;
}

.colOrangeRed60 {
  color: rgba(255, 69, 0, 0.6) !important;
}

.colOrangeRed70 {
  color: rgba(255, 69, 0, 0.7) !important;
}

.colOrangeRed80 {
  color: rgba(255, 69, 0, 0.8) !important;
}

.colOrangeRed90 {
  color: rgba(255, 69, 0, 0.9) !important;
}

.colOrangeRed {
  color: orangered !important;
}

.bgOrangeRed10 {
  background-color: rgba(255, 69, 0, 0.1) !important;
}

button.bgOrangeRed10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed20 {
  background-color: rgba(255, 69, 0, 0.2) !important;
}

button.bgOrangeRed20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed30 {
  background-color: rgba(255, 69, 0, 0.3) !important;
}

button.bgOrangeRed30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed40 {
  background-color: rgba(255, 69, 0, 0.4) !important;
}

button.bgOrangeRed40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed50 {
  background-color: rgba(255, 69, 0, 0.5) !important;
}

button.bgOrangeRed50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed60 {
  background-color: rgba(255, 69, 0, 0.6) !important;
}

button.bgOrangeRed60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed70 {
  background-color: rgba(255, 69, 0, 0.7) !important;
}

button.bgOrangeRed70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed80 {
  background-color: rgba(255, 69, 0, 0.8) !important;
}

button.bgOrangeRed80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed90 {
  background-color: rgba(255, 69, 0, 0.9) !important;
}

button.bgOrangeRed90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrangeRed {
  background-color: orangered !important;
}

button.bgOrangeRed {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdOrangeRed10 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.1);
}

.txtSdOrangeRed20 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.2);
}

.txtSdOrangeRed30 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.3);
}

.txtSdOrangeRed40 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.4);
}

.txtSdOrangeRed50 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.5);
}

.txtSdOrangeRed60 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.6);
}

.txtSdOrangeRed70 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.7);
}

.txtSdOrangeRed80 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.8);
}

.txtSdOrangeRed90 {
  text-shadow: 1px 1px 0.25em rgba(255, 69, 0, 0.9);
}

.txtSdOrangeRed {
  text-shadow: 1px 1px 0.25em orangered;
}

.colOrange10 {
  color: rgba(255, 165, 0, 0.1) !important;
}

.colOrange20 {
  color: rgba(255, 165, 0, 0.2) !important;
}

.colOrange30 {
  color: rgba(255, 165, 0, 0.3) !important;
}

.colOrange40 {
  color: rgba(255, 165, 0, 0.4) !important;
}

.colOrange50 {
  color: rgba(255, 165, 0, 0.5) !important;
}

.colOrange60 {
  color: rgba(255, 165, 0, 0.6) !important;
}

.colOrange70 {
  color: rgba(255, 165, 0, 0.7) !important;
}

.colOrange80 {
  color: rgba(255, 165, 0, 0.8) !important;
}

.colOrange90 {
  color: rgba(255, 165, 0, 0.9) !important;
}

.colOrange {
  color: orange !important;
}

.bgOrange10 {
  background-color: rgba(255, 165, 0, 0.1) !important;
}

button.bgOrange10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange20 {
  background-color: rgba(255, 165, 0, 0.2) !important;
}

button.bgOrange20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange30 {
  background-color: rgba(255, 165, 0, 0.3) !important;
}

button.bgOrange30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange40 {
  background-color: rgba(255, 165, 0, 0.4) !important;
}

button.bgOrange40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange50 {
  background-color: rgba(255, 165, 0, 0.5) !important;
}

button.bgOrange50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange60 {
  background-color: rgba(255, 165, 0, 0.6) !important;
}

button.bgOrange60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange70 {
  background-color: rgba(255, 165, 0, 0.7) !important;
}

button.bgOrange70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange80 {
  background-color: rgba(255, 165, 0, 0.8) !important;
}

button.bgOrange80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange90 {
  background-color: rgba(255, 165, 0, 0.9) !important;
}

button.bgOrange90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgOrange {
  background-color: orange !important;
}

button.bgOrange {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdOrange10 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.1);
}

.txtSdOrange20 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.2);
}

.txtSdOrange30 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.3);
}

.txtSdOrange40 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.4);
}

.txtSdOrange50 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.5);
}

.txtSdOrange60 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.6);
}

.txtSdOrange70 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.7);
}

.txtSdOrange80 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.8);
}

.txtSdOrange90 {
  text-shadow: 1px 1px 0.25em rgba(255, 165, 0, 0.9);
}

.txtSdOrange {
  text-shadow: 1px 1px 0.25em orange;
}

.colIndigo10 {
  color: rgba(75, 0, 130, 0.1) !important;
}

.colIndigo20 {
  color: rgba(75, 0, 130, 0.2) !important;
}

.colIndigo30 {
  color: rgba(75, 0, 130, 0.3) !important;
}

.colIndigo40 {
  color: rgba(75, 0, 130, 0.4) !important;
}

.colIndigo50 {
  color: rgba(75, 0, 130, 0.5) !important;
}

.colIndigo60 {
  color: rgba(75, 0, 130, 0.6) !important;
}

.colIndigo70 {
  color: rgba(75, 0, 130, 0.7) !important;
}

.colIndigo80 {
  color: rgba(75, 0, 130, 0.8) !important;
}

.colIndigo90 {
  color: rgba(75, 0, 130, 0.9) !important;
}

.colIndigo {
  color: indigo !important;
}

.bgIndigo10 {
  background-color: rgba(75, 0, 130, 0.1) !important;
}

button.bgIndigo10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo20 {
  background-color: rgba(75, 0, 130, 0.2) !important;
}

button.bgIndigo20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo30 {
  background-color: rgba(75, 0, 130, 0.3) !important;
}

button.bgIndigo30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo40 {
  background-color: rgba(75, 0, 130, 0.4) !important;
}

button.bgIndigo40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo50 {
  background-color: rgba(75, 0, 130, 0.5) !important;
}

button.bgIndigo50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo60 {
  background-color: rgba(75, 0, 130, 0.6) !important;
}

button.bgIndigo60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo70 {
  background-color: rgba(75, 0, 130, 0.7) !important;
}

button.bgIndigo70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo80 {
  background-color: rgba(75, 0, 130, 0.8) !important;
}

button.bgIndigo80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo90 {
  background-color: rgba(75, 0, 130, 0.9) !important;
}

button.bgIndigo90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgIndigo {
  background-color: indigo !important;
}

button.bgIndigo {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdIndigo10 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.1);
}

.txtSdIndigo20 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.2);
}

.txtSdIndigo30 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.3);
}

.txtSdIndigo40 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.4);
}

.txtSdIndigo50 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.5);
}

.txtSdIndigo60 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.6);
}

.txtSdIndigo70 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.7);
}

.txtSdIndigo80 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.8);
}

.txtSdIndigo90 {
  text-shadow: 1px 1px 0.25em rgba(75, 0, 130, 0.9);
}

.txtSdIndigo {
  text-shadow: 1px 1px 0.25em indigo;
}

.colPurple10 {
  color: rgba(128, 0, 128, 0.1) !important;
}

.colPurple20 {
  color: rgba(128, 0, 128, 0.2) !important;
}

.colPurple30 {
  color: rgba(128, 0, 128, 0.3) !important;
}

.colPurple40 {
  color: rgba(128, 0, 128, 0.4) !important;
}

.colPurple50 {
  color: rgba(128, 0, 128, 0.5) !important;
}

.colPurple60 {
  color: rgba(128, 0, 128, 0.6) !important;
}

.colPurple70 {
  color: rgba(128, 0, 128, 0.7) !important;
}

.colPurple80 {
  color: rgba(128, 0, 128, 0.8) !important;
}

.colPurple90 {
  color: rgba(128, 0, 128, 0.9) !important;
}

.colPurple {
  color: purple !important;
}

.bgPurple10 {
  background-color: rgba(128, 0, 128, 0.1) !important;
}

button.bgPurple10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple20 {
  background-color: rgba(128, 0, 128, 0.2) !important;
}

button.bgPurple20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple30 {
  background-color: rgba(128, 0, 128, 0.3) !important;
}

button.bgPurple30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple40 {
  background-color: rgba(128, 0, 128, 0.4) !important;
}

button.bgPurple40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple50 {
  background-color: rgba(128, 0, 128, 0.5) !important;
}

button.bgPurple50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple60 {
  background-color: rgba(128, 0, 128, 0.6) !important;
}

button.bgPurple60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple70 {
  background-color: rgba(128, 0, 128, 0.7) !important;
}

button.bgPurple70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple80 {
  background-color: rgba(128, 0, 128, 0.8) !important;
}

button.bgPurple80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple90 {
  background-color: rgba(128, 0, 128, 0.9) !important;
}

button.bgPurple90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPurple {
  background-color: purple !important;
}

button.bgPurple {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdPurple10 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.1);
}

.txtSdPurple20 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.2);
}

.txtSdPurple30 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.3);
}

.txtSdPurple40 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.4);
}

.txtSdPurple50 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.5);
}

.txtSdPurple60 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.6);
}

.txtSdPurple70 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.7);
}

.txtSdPurple80 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.8);
}

.txtSdPurple90 {
  text-shadow: 1px 1px 0.25em rgba(128, 0, 128, 0.9);
}

.txtSdPurple {
  text-shadow: 1px 1px 0.25em purple;
}

.colDeepPink10 {
  color: rgba(255, 20, 147, 0.1) !important;
}

.colDeepPink20 {
  color: rgba(255, 20, 147, 0.2) !important;
}

.colDeepPink30 {
  color: rgba(255, 20, 147, 0.3) !important;
}

.colDeepPink40 {
  color: rgba(255, 20, 147, 0.4) !important;
}

.colDeepPink50 {
  color: rgba(255, 20, 147, 0.5) !important;
}

.colDeepPink60 {
  color: rgba(255, 20, 147, 0.6) !important;
}

.colDeepPink70 {
  color: rgba(255, 20, 147, 0.7) !important;
}

.colDeepPink80 {
  color: rgba(255, 20, 147, 0.8) !important;
}

.colDeepPink90 {
  color: rgba(255, 20, 147, 0.9) !important;
}

.colDeepPink {
  color: deeppink !important;
}

.bgDeepPink10 {
  background-color: rgba(255, 20, 147, 0.1) !important;
}

button.bgDeepPink10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink20 {
  background-color: rgba(255, 20, 147, 0.2) !important;
}

button.bgDeepPink20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink30 {
  background-color: rgba(255, 20, 147, 0.3) !important;
}

button.bgDeepPink30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink40 {
  background-color: rgba(255, 20, 147, 0.4) !important;
}

button.bgDeepPink40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink50 {
  background-color: rgba(255, 20, 147, 0.5) !important;
}

button.bgDeepPink50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink60 {
  background-color: rgba(255, 20, 147, 0.6) !important;
}

button.bgDeepPink60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink70 {
  background-color: rgba(255, 20, 147, 0.7) !important;
}

button.bgDeepPink70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink80 {
  background-color: rgba(255, 20, 147, 0.8) !important;
}

button.bgDeepPink80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink90 {
  background-color: rgba(255, 20, 147, 0.9) !important;
}

button.bgDeepPink90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepPink {
  background-color: deeppink !important;
}

button.bgDeepPink {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDeepPink10 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.1);
}

.txtSdDeepPink20 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.2);
}

.txtSdDeepPink30 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.3);
}

.txtSdDeepPink40 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.4);
}

.txtSdDeepPink50 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.5);
}

.txtSdDeepPink60 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.6);
}

.txtSdDeepPink70 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.7);
}

.txtSdDeepPink80 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.8);
}

.txtSdDeepPink90 {
  text-shadow: 1px 1px 0.25em rgba(255, 20, 147, 0.9);
}

.txtSdDeepPink {
  text-shadow: 1px 1px 0.25em deeppink;
}

.colMagenta10 {
  color: rgba(255, 0, 255, 0.1) !important;
}

.colMagenta20 {
  color: rgba(255, 0, 255, 0.2) !important;
}

.colMagenta30 {
  color: rgba(255, 0, 255, 0.3) !important;
}

.colMagenta40 {
  color: rgba(255, 0, 255, 0.4) !important;
}

.colMagenta50 {
  color: rgba(255, 0, 255, 0.5) !important;
}

.colMagenta60 {
  color: rgba(255, 0, 255, 0.6) !important;
}

.colMagenta70 {
  color: rgba(255, 0, 255, 0.7) !important;
}

.colMagenta80 {
  color: rgba(255, 0, 255, 0.8) !important;
}

.colMagenta90 {
  color: rgba(255, 0, 255, 0.9) !important;
}

.colMagenta {
  color: magenta !important;
}

.bgMagenta10 {
  background-color: rgba(255, 0, 255, 0.1) !important;
}

button.bgMagenta10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta20 {
  background-color: rgba(255, 0, 255, 0.2) !important;
}

button.bgMagenta20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta30 {
  background-color: rgba(255, 0, 255, 0.3) !important;
}

button.bgMagenta30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta40 {
  background-color: rgba(255, 0, 255, 0.4) !important;
}

button.bgMagenta40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta50 {
  background-color: rgba(255, 0, 255, 0.5) !important;
}

button.bgMagenta50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta60 {
  background-color: rgba(255, 0, 255, 0.6) !important;
}

button.bgMagenta60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta70 {
  background-color: rgba(255, 0, 255, 0.7) !important;
}

button.bgMagenta70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta80 {
  background-color: rgba(255, 0, 255, 0.8) !important;
}

button.bgMagenta80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta90 {
  background-color: rgba(255, 0, 255, 0.9) !important;
}

button.bgMagenta90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgMagenta {
  background-color: magenta !important;
}

button.bgMagenta {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdMagenta10 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.1);
}

.txtSdMagenta20 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.2);
}

.txtSdMagenta30 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.3);
}

.txtSdMagenta40 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.4);
}

.txtSdMagenta50 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.5);
}

.txtSdMagenta60 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.6);
}

.txtSdMagenta70 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.7);
}

.txtSdMagenta80 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.8);
}

.txtSdMagenta90 {
  text-shadow: 1px 1px 0.25em rgba(255, 0, 255, 0.9);
}

.txtSdMagenta {
  text-shadow: 1px 1px 0.25em magenta;
}

.colViolet10 {
  color: rgba(238, 130, 238, 0.1) !important;
}

.colViolet20 {
  color: rgba(238, 130, 238, 0.2) !important;
}

.colViolet30 {
  color: rgba(238, 130, 238, 0.3) !important;
}

.colViolet40 {
  color: rgba(238, 130, 238, 0.4) !important;
}

.colViolet50 {
  color: rgba(238, 130, 238, 0.5) !important;
}

.colViolet60 {
  color: rgba(238, 130, 238, 0.6) !important;
}

.colViolet70 {
  color: rgba(238, 130, 238, 0.7) !important;
}

.colViolet80 {
  color: rgba(238, 130, 238, 0.8) !important;
}

.colViolet90 {
  color: rgba(238, 130, 238, 0.9) !important;
}

.colViolet {
  color: violet !important;
}

.bgViolet10 {
  background-color: rgba(238, 130, 238, 0.1) !important;
}

button.bgViolet10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet20 {
  background-color: rgba(238, 130, 238, 0.2) !important;
}

button.bgViolet20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet30 {
  background-color: rgba(238, 130, 238, 0.3) !important;
}

button.bgViolet30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet40 {
  background-color: rgba(238, 130, 238, 0.4) !important;
}

button.bgViolet40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet50 {
  background-color: rgba(238, 130, 238, 0.5) !important;
}

button.bgViolet50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet60 {
  background-color: rgba(238, 130, 238, 0.6) !important;
}

button.bgViolet60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet70 {
  background-color: rgba(238, 130, 238, 0.7) !important;
}

button.bgViolet70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet80 {
  background-color: rgba(238, 130, 238, 0.8) !important;
}

button.bgViolet80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet90 {
  background-color: rgba(238, 130, 238, 0.9) !important;
}

button.bgViolet90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgViolet {
  background-color: violet !important;
}

button.bgViolet {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdViolet10 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.1);
}

.txtSdViolet20 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.2);
}

.txtSdViolet30 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.3);
}

.txtSdViolet40 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.4);
}

.txtSdViolet50 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.5);
}

.txtSdViolet60 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.6);
}

.txtSdViolet70 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.7);
}

.txtSdViolet80 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.8);
}

.txtSdViolet90 {
  text-shadow: 1px 1px 0.25em rgba(238, 130, 238, 0.9);
}

.txtSdViolet {
  text-shadow: 1px 1px 0.25em violet;
}

.colPink10 {
  color: rgba(255, 192, 203, 0.1) !important;
}

.colPink20 {
  color: rgba(255, 192, 203, 0.2) !important;
}

.colPink30 {
  color: rgba(255, 192, 203, 0.3) !important;
}

.colPink40 {
  color: rgba(255, 192, 203, 0.4) !important;
}

.colPink50 {
  color: rgba(255, 192, 203, 0.5) !important;
}

.colPink60 {
  color: rgba(255, 192, 203, 0.6) !important;
}

.colPink70 {
  color: rgba(255, 192, 203, 0.7) !important;
}

.colPink80 {
  color: rgba(255, 192, 203, 0.8) !important;
}

.colPink90 {
  color: rgba(255, 192, 203, 0.9) !important;
}

.colPink {
  color: pink !important;
}

.bgPink10 {
  background-color: rgba(255, 192, 203, 0.1) !important;
}

button.bgPink10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink20 {
  background-color: rgba(255, 192, 203, 0.2) !important;
}

button.bgPink20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink30 {
  background-color: rgba(255, 192, 203, 0.3) !important;
}

button.bgPink30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink40 {
  background-color: rgba(255, 192, 203, 0.4) !important;
}

button.bgPink40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink50 {
  background-color: rgba(255, 192, 203, 0.5) !important;
}

button.bgPink50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink60 {
  background-color: rgba(255, 192, 203, 0.6) !important;
}

button.bgPink60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink70 {
  background-color: rgba(255, 192, 203, 0.7) !important;
}

button.bgPink70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink80 {
  background-color: rgba(255, 192, 203, 0.8) !important;
}

button.bgPink80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink90 {
  background-color: rgba(255, 192, 203, 0.9) !important;
}

button.bgPink90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgPink {
  background-color: pink !important;
}

button.bgPink {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdPink10 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.1);
}

.txtSdPink20 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.2);
}

.txtSdPink30 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.3);
}

.txtSdPink40 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.4);
}

.txtSdPink50 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.5);
}

.txtSdPink60 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.6);
}

.txtSdPink70 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.7);
}

.txtSdPink80 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.8);
}

.txtSdPink90 {
  text-shadow: 1px 1px 0.25em rgba(255, 192, 203, 0.9);
}

.txtSdPink {
  text-shadow: 1px 1px 0.25em pink;
}

.colDarkOliveGreen10 {
  color: rgba(85, 107, 47, 0.1) !important;
}

.colDarkOliveGreen20 {
  color: rgba(85, 107, 47, 0.2) !important;
}

.colDarkOliveGreen30 {
  color: rgba(85, 107, 47, 0.3) !important;
}

.colDarkOliveGreen40 {
  color: rgba(85, 107, 47, 0.4) !important;
}

.colDarkOliveGreen50 {
  color: rgba(85, 107, 47, 0.5) !important;
}

.colDarkOliveGreen60 {
  color: rgba(85, 107, 47, 0.6) !important;
}

.colDarkOliveGreen70 {
  color: rgba(85, 107, 47, 0.7) !important;
}

.colDarkOliveGreen80 {
  color: rgba(85, 107, 47, 0.8) !important;
}

.colDarkOliveGreen90 {
  color: rgba(85, 107, 47, 0.9) !important;
}

.colDarkOliveGreen {
  color: darkolivegreen !important;
}

.bgDarkOliveGreen10 {
  background-color: rgba(85, 107, 47, 0.1) !important;
}

button.bgDarkOliveGreen10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen20 {
  background-color: rgba(85, 107, 47, 0.2) !important;
}

button.bgDarkOliveGreen20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen30 {
  background-color: rgba(85, 107, 47, 0.3) !important;
}

button.bgDarkOliveGreen30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen40 {
  background-color: rgba(85, 107, 47, 0.4) !important;
}

button.bgDarkOliveGreen40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen50 {
  background-color: rgba(85, 107, 47, 0.5) !important;
}

button.bgDarkOliveGreen50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen60 {
  background-color: rgba(85, 107, 47, 0.6) !important;
}

button.bgDarkOliveGreen60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen70 {
  background-color: rgba(85, 107, 47, 0.7) !important;
}

button.bgDarkOliveGreen70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen80 {
  background-color: rgba(85, 107, 47, 0.8) !important;
}

button.bgDarkOliveGreen80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen90 {
  background-color: rgba(85, 107, 47, 0.9) !important;
}

button.bgDarkOliveGreen90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkOliveGreen {
  background-color: darkolivegreen !important;
}

button.bgDarkOliveGreen {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDarkOliveGreen10 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.1);
}

.txtSdDarkOliveGreen20 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.2);
}

.txtSdDarkOliveGreen30 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.3);
}

.txtSdDarkOliveGreen40 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.4);
}

.txtSdDarkOliveGreen50 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.5);
}

.txtSdDarkOliveGreen60 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.6);
}

.txtSdDarkOliveGreen70 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.7);
}

.txtSdDarkOliveGreen80 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.8);
}

.txtSdDarkOliveGreen90 {
  text-shadow: 1px 1px 0.25em rgba(85, 107, 47, 0.9);
}

.txtSdDarkOliveGreen {
  text-shadow: 1px 1px 0.25em darkolivegreen;
}

.colYellowGreen10 {
  color: rgba(154, 205, 50, 0.1) !important;
}

.colYellowGreen20 {
  color: rgba(154, 205, 50, 0.2) !important;
}

.colYellowGreen30 {
  color: rgba(154, 205, 50, 0.3) !important;
}

.colYellowGreen40 {
  color: rgba(154, 205, 50, 0.4) !important;
}

.colYellowGreen50 {
  color: rgba(154, 205, 50, 0.5) !important;
}

.colYellowGreen60 {
  color: rgba(154, 205, 50, 0.6) !important;
}

.colYellowGreen70 {
  color: rgba(154, 205, 50, 0.7) !important;
}

.colYellowGreen80 {
  color: rgba(154, 205, 50, 0.8) !important;
}

.colYellowGreen90 {
  color: rgba(154, 205, 50, 0.9) !important;
}

.colYellowGreen {
  color: yellowgreen !important;
}

.bgYellowGreen10 {
  background-color: rgba(154, 205, 50, 0.1) !important;
}

button.bgYellowGreen10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen20 {
  background-color: rgba(154, 205, 50, 0.2) !important;
}

button.bgYellowGreen20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen30 {
  background-color: rgba(154, 205, 50, 0.3) !important;
}

button.bgYellowGreen30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen40 {
  background-color: rgba(154, 205, 50, 0.4) !important;
}

button.bgYellowGreen40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen50 {
  background-color: rgba(154, 205, 50, 0.5) !important;
}

button.bgYellowGreen50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen60 {
  background-color: rgba(154, 205, 50, 0.6) !important;
}

button.bgYellowGreen60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen70 {
  background-color: rgba(154, 205, 50, 0.7) !important;
}

button.bgYellowGreen70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen80 {
  background-color: rgba(154, 205, 50, 0.8) !important;
}

button.bgYellowGreen80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen90 {
  background-color: rgba(154, 205, 50, 0.9) !important;
}

button.bgYellowGreen90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellowGreen {
  background-color: yellowgreen !important;
}

button.bgYellowGreen {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdYellowGreen10 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.1);
}

.txtSdYellowGreen20 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.2);
}

.txtSdYellowGreen30 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.3);
}

.txtSdYellowGreen40 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.4);
}

.txtSdYellowGreen50 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.5);
}

.txtSdYellowGreen60 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.6);
}

.txtSdYellowGreen70 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.7);
}

.txtSdYellowGreen80 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.8);
}

.txtSdYellowGreen90 {
  text-shadow: 1px 1px 0.25em rgba(154, 205, 50, 0.9);
}

.txtSdYellowGreen {
  text-shadow: 1px 1px 0.25em yellowgreen;
}

.colDarkGreen10 {
  color: rgba(0, 100, 0, 0.1) !important;
}

.colDarkGreen20 {
  color: rgba(0, 100, 0, 0.2) !important;
}

.colDarkGreen30 {
  color: rgba(0, 100, 0, 0.3) !important;
}

.colDarkGreen40 {
  color: rgba(0, 100, 0, 0.4) !important;
}

.colDarkGreen50 {
  color: rgba(0, 100, 0, 0.5) !important;
}

.colDarkGreen60 {
  color: rgba(0, 100, 0, 0.6) !important;
}

.colDarkGreen70 {
  color: rgba(0, 100, 0, 0.7) !important;
}

.colDarkGreen80 {
  color: rgba(0, 100, 0, 0.8) !important;
}

.colDarkGreen90 {
  color: rgba(0, 100, 0, 0.9) !important;
}

.colDarkGreen {
  color: darkgreen !important;
}

.bgDarkGreen10 {
  background-color: rgba(0, 100, 0, 0.1) !important;
}

button.bgDarkGreen10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen20 {
  background-color: rgba(0, 100, 0, 0.2) !important;
}

button.bgDarkGreen20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen30 {
  background-color: rgba(0, 100, 0, 0.3) !important;
}

button.bgDarkGreen30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen40 {
  background-color: rgba(0, 100, 0, 0.4) !important;
}

button.bgDarkGreen40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen50 {
  background-color: rgba(0, 100, 0, 0.5) !important;
}

button.bgDarkGreen50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen60 {
  background-color: rgba(0, 100, 0, 0.6) !important;
}

button.bgDarkGreen60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen70 {
  background-color: rgba(0, 100, 0, 0.7) !important;
}

button.bgDarkGreen70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen80 {
  background-color: rgba(0, 100, 0, 0.8) !important;
}

button.bgDarkGreen80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen90 {
  background-color: rgba(0, 100, 0, 0.9) !important;
}

button.bgDarkGreen90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkGreen {
  background-color: darkgreen !important;
}

button.bgDarkGreen {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDarkGreen10 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.1);
}

.txtSdDarkGreen20 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.2);
}

.txtSdDarkGreen30 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.3);
}

.txtSdDarkGreen40 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.4);
}

.txtSdDarkGreen50 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.5);
}

.txtSdDarkGreen60 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.6);
}

.txtSdDarkGreen70 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.7);
}

.txtSdDarkGreen80 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.8);
}

.txtSdDarkGreen90 {
  text-shadow: 1px 1px 0.25em rgba(0, 100, 0, 0.9);
}

.txtSdDarkGreen {
  text-shadow: 1px 1px 0.25em darkgreen;
}

.colGreen10 {
  color: rgba(0, 128, 0, 0.1) !important;
}

.colGreen20 {
  color: rgba(0, 128, 0, 0.2) !important;
}

.colGreen30 {
  color: rgba(0, 128, 0, 0.3) !important;
}

.colGreen40 {
  color: rgba(0, 128, 0, 0.4) !important;
}

.colGreen50 {
  color: rgba(0, 128, 0, 0.5) !important;
}

.colGreen60 {
  color: rgba(0, 128, 0, 0.6) !important;
}

.colGreen70 {
  color: rgba(0, 128, 0, 0.7) !important;
}

.colGreen80 {
  color: rgba(0, 128, 0, 0.8) !important;
}

.colGreen90 {
  color: rgba(0, 128, 0, 0.9) !important;
}

.colGreen {
  color: green !important;
}

.bgGreen10 {
  background-color: rgba(0, 128, 0, 0.1) !important;
}

button.bgGreen10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen20 {
  background-color: rgba(0, 128, 0, 0.2) !important;
}

button.bgGreen20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen30 {
  background-color: rgba(0, 128, 0, 0.3) !important;
}

button.bgGreen30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen40 {
  background-color: rgba(0, 128, 0, 0.4) !important;
}

button.bgGreen40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen50 {
  background-color: rgba(0, 128, 0, 0.5) !important;
}

button.bgGreen50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen60 {
  background-color: rgba(0, 128, 0, 0.6) !important;
}

button.bgGreen60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen70 {
  background-color: rgba(0, 128, 0, 0.7) !important;
}

button.bgGreen70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen80 {
  background-color: rgba(0, 128, 0, 0.8) !important;
}

button.bgGreen80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen90 {
  background-color: rgba(0, 128, 0, 0.9) !important;
}

button.bgGreen90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreen {
  background-color: green !important;
}

button.bgGreen {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdGreen10 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.1);
}

.txtSdGreen20 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.2);
}

.txtSdGreen30 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.3);
}

.txtSdGreen40 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.4);
}

.txtSdGreen50 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.5);
}

.txtSdGreen60 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.6);
}

.txtSdGreen70 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.7);
}

.txtSdGreen80 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.8);
}

.txtSdGreen90 {
  text-shadow: 1px 1px 0.25em rgba(0, 128, 0, 0.9);
}

.txtSdGreen {
  text-shadow: 1px 1px 0.25em green;
}

.colLimeGreen10 {
  color: rgba(50, 205, 50, 0.1) !important;
}

.colLimeGreen20 {
  color: rgba(50, 205, 50, 0.2) !important;
}

.colLimeGreen30 {
  color: rgba(50, 205, 50, 0.3) !important;
}

.colLimeGreen40 {
  color: rgba(50, 205, 50, 0.4) !important;
}

.colLimeGreen50 {
  color: rgba(50, 205, 50, 0.5) !important;
}

.colLimeGreen60 {
  color: rgba(50, 205, 50, 0.6) !important;
}

.colLimeGreen70 {
  color: rgba(50, 205, 50, 0.7) !important;
}

.colLimeGreen80 {
  color: rgba(50, 205, 50, 0.8) !important;
}

.colLimeGreen90 {
  color: rgba(50, 205, 50, 0.9) !important;
}

.colLimeGreen {
  color: limegreen !important;
}

.bgLimeGreen10 {
  background-color: rgba(50, 205, 50, 0.1) !important;
}

button.bgLimeGreen10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen20 {
  background-color: rgba(50, 205, 50, 0.2) !important;
}

button.bgLimeGreen20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen30 {
  background-color: rgba(50, 205, 50, 0.3) !important;
}

button.bgLimeGreen30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen40 {
  background-color: rgba(50, 205, 50, 0.4) !important;
}

button.bgLimeGreen40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen50 {
  background-color: rgba(50, 205, 50, 0.5) !important;
}

button.bgLimeGreen50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen60 {
  background-color: rgba(50, 205, 50, 0.6) !important;
}

button.bgLimeGreen60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen70 {
  background-color: rgba(50, 205, 50, 0.7) !important;
}

button.bgLimeGreen70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen80 {
  background-color: rgba(50, 205, 50, 0.8) !important;
}

button.bgLimeGreen80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen90 {
  background-color: rgba(50, 205, 50, 0.9) !important;
}

button.bgLimeGreen90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLimeGreen {
  background-color: limegreen !important;
}

button.bgLimeGreen {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdLimeGreen10 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.1);
}

.txtSdLimeGreen20 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.2);
}

.txtSdLimeGreen30 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.3);
}

.txtSdLimeGreen40 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.4);
}

.txtSdLimeGreen50 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.5);
}

.txtSdLimeGreen60 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.6);
}

.txtSdLimeGreen70 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.7);
}

.txtSdLimeGreen80 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.8);
}

.txtSdLimeGreen90 {
  text-shadow: 1px 1px 0.25em rgba(50, 205, 50, 0.9);
}

.txtSdLimeGreen {
  text-shadow: 1px 1px 0.25em limegreen;
}

.colGreenYellow10 {
  color: rgba(173, 255, 47, 0.1) !important;
}

.colGreenYellow20 {
  color: rgba(173, 255, 47, 0.2) !important;
}

.colGreenYellow30 {
  color: rgba(173, 255, 47, 0.3) !important;
}

.colGreenYellow40 {
  color: rgba(173, 255, 47, 0.4) !important;
}

.colGreenYellow50 {
  color: rgba(173, 255, 47, 0.5) !important;
}

.colGreenYellow60 {
  color: rgba(173, 255, 47, 0.6) !important;
}

.colGreenYellow70 {
  color: rgba(173, 255, 47, 0.7) !important;
}

.colGreenYellow80 {
  color: rgba(173, 255, 47, 0.8) !important;
}

.colGreenYellow90 {
  color: rgba(173, 255, 47, 0.9) !important;
}

.colGreenYellow {
  color: greenyellow !important;
}

.bgGreenYellow10 {
  background-color: rgba(173, 255, 47, 0.1) !important;
}

button.bgGreenYellow10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow20 {
  background-color: rgba(173, 255, 47, 0.2) !important;
}

button.bgGreenYellow20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow30 {
  background-color: rgba(173, 255, 47, 0.3) !important;
}

button.bgGreenYellow30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow40 {
  background-color: rgba(173, 255, 47, 0.4) !important;
}

button.bgGreenYellow40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow50 {
  background-color: rgba(173, 255, 47, 0.5) !important;
}

button.bgGreenYellow50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow60 {
  background-color: rgba(173, 255, 47, 0.6) !important;
}

button.bgGreenYellow60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow70 {
  background-color: rgba(173, 255, 47, 0.7) !important;
}

button.bgGreenYellow70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow80 {
  background-color: rgba(173, 255, 47, 0.8) !important;
}

button.bgGreenYellow80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow90 {
  background-color: rgba(173, 255, 47, 0.9) !important;
}

button.bgGreenYellow90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGreenYellow {
  background-color: greenyellow !important;
}

button.bgGreenYellow {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdGreenYellow10 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.1);
}

.txtSdGreenYellow20 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.2);
}

.txtSdGreenYellow30 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.3);
}

.txtSdGreenYellow40 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.4);
}

.txtSdGreenYellow50 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.5);
}

.txtSdGreenYellow60 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.6);
}

.txtSdGreenYellow70 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.7);
}

.txtSdGreenYellow80 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.8);
}

.txtSdGreenYellow90 {
  text-shadow: 1px 1px 0.25em rgba(173, 255, 47, 0.9);
}

.txtSdGreenYellow {
  text-shadow: 1px 1px 0.25em greenyellow;
}

.colYellow10 {
  color: rgba(255, 255, 0, 0.1) !important;
}

.colYellow20 {
  color: rgba(255, 255, 0, 0.2) !important;
}

.colYellow30 {
  color: rgba(255, 255, 0, 0.3) !important;
}

.colYellow40 {
  color: rgba(255, 255, 0, 0.4) !important;
}

.colYellow50 {
  color: rgba(255, 255, 0, 0.5) !important;
}

.colYellow60 {
  color: rgba(255, 255, 0, 0.6) !important;
}

.colYellow70 {
  color: rgba(255, 255, 0, 0.7) !important;
}

.colYellow80 {
  color: rgba(255, 255, 0, 0.8) !important;
}

.colYellow90 {
  color: rgba(255, 255, 0, 0.9) !important;
}

.colYellow {
  color: yellow !important;
}

.bgYellow10 {
  background-color: rgba(255, 255, 0, 0.1) !important;
}

button.bgYellow10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow20 {
  background-color: rgba(255, 255, 0, 0.2) !important;
}

button.bgYellow20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow30 {
  background-color: rgba(255, 255, 0, 0.3) !important;
}

button.bgYellow30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow40 {
  background-color: rgba(255, 255, 0, 0.4) !important;
}

button.bgYellow40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow50 {
  background-color: rgba(255, 255, 0, 0.5) !important;
}

button.bgYellow50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow60 {
  background-color: rgba(255, 255, 0, 0.6) !important;
}

button.bgYellow60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow70 {
  background-color: rgba(255, 255, 0, 0.7) !important;
}

button.bgYellow70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow80 {
  background-color: rgba(255, 255, 0, 0.8) !important;
}

button.bgYellow80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow90 {
  background-color: rgba(255, 255, 0, 0.9) !important;
}

button.bgYellow90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgYellow {
  background-color: yellow !important;
}

button.bgYellow {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdYellow10 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.1);
}

.txtSdYellow20 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.2);
}

.txtSdYellow30 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.3);
}

.txtSdYellow40 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.4);
}

.txtSdYellow50 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.5);
}

.txtSdYellow60 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.6);
}

.txtSdYellow70 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.7);
}

.txtSdYellow80 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.8);
}

.txtSdYellow90 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 0, 0.9);
}

.txtSdYellow {
  text-shadow: 1px 1px 0.25em yellow;
}

.colGold10 {
  color: rgba(255, 215, 0, 0.1) !important;
}

.colGold20 {
  color: rgba(255, 215, 0, 0.2) !important;
}

.colGold30 {
  color: rgba(255, 215, 0, 0.3) !important;
}

.colGold40 {
  color: rgba(255, 215, 0, 0.4) !important;
}

.colGold50 {
  color: rgba(255, 215, 0, 0.5) !important;
}

.colGold60 {
  color: rgba(255, 215, 0, 0.6) !important;
}

.colGold70 {
  color: rgba(255, 215, 0, 0.7) !important;
}

.colGold80 {
  color: rgba(255, 215, 0, 0.8) !important;
}

.colGold90 {
  color: rgba(255, 215, 0, 0.9) !important;
}

.colGold {
  color: gold !important;
}

.bgGold10 {
  background-color: rgba(255, 215, 0, 0.1) !important;
}

button.bgGold10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold20 {
  background-color: rgba(255, 215, 0, 0.2) !important;
}

button.bgGold20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold30 {
  background-color: rgba(255, 215, 0, 0.3) !important;
}

button.bgGold30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold40 {
  background-color: rgba(255, 215, 0, 0.4) !important;
}

button.bgGold40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold50 {
  background-color: rgba(255, 215, 0, 0.5) !important;
}

button.bgGold50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold60 {
  background-color: rgba(255, 215, 0, 0.6) !important;
}

button.bgGold60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold70 {
  background-color: rgba(255, 215, 0, 0.7) !important;
}

button.bgGold70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold80 {
  background-color: rgba(255, 215, 0, 0.8) !important;
}

button.bgGold80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold90 {
  background-color: rgba(255, 215, 0, 0.9) !important;
}

button.bgGold90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgGold {
  background-color: gold !important;
}

button.bgGold {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdGold10 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.1);
}

.txtSdGold20 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.2);
}

.txtSdGold30 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.3);
}

.txtSdGold40 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.4);
}

.txtSdGold50 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.5);
}

.txtSdGold60 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.6);
}

.txtSdGold70 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.7);
}

.txtSdGold80 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.8);
}

.txtSdGold90 {
  text-shadow: 1px 1px 0.25em rgba(255, 215, 0, 0.9);
}

.txtSdGold {
  text-shadow: 1px 1px 0.25em gold;
}

.colDarkBlue10 {
  color: rgba(0, 0, 139, 0.1) !important;
}

.colDarkBlue20 {
  color: rgba(0, 0, 139, 0.2) !important;
}

.colDarkBlue30 {
  color: rgba(0, 0, 139, 0.3) !important;
}

.colDarkBlue40 {
  color: rgba(0, 0, 139, 0.4) !important;
}

.colDarkBlue50 {
  color: rgba(0, 0, 139, 0.5) !important;
}

.colDarkBlue60 {
  color: rgba(0, 0, 139, 0.6) !important;
}

.colDarkBlue70 {
  color: rgba(0, 0, 139, 0.7) !important;
}

.colDarkBlue80 {
  color: rgba(0, 0, 139, 0.8) !important;
}

.colDarkBlue90 {
  color: rgba(0, 0, 139, 0.9) !important;
}

.colDarkBlue {
  color: darkblue !important;
}

.bgDarkBlue10 {
  background-color: rgba(0, 0, 139, 0.1) !important;
}

button.bgDarkBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue20 {
  background-color: rgba(0, 0, 139, 0.2) !important;
}

button.bgDarkBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue30 {
  background-color: rgba(0, 0, 139, 0.3) !important;
}

button.bgDarkBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue40 {
  background-color: rgba(0, 0, 139, 0.4) !important;
}

button.bgDarkBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue50 {
  background-color: rgba(0, 0, 139, 0.5) !important;
}

button.bgDarkBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue60 {
  background-color: rgba(0, 0, 139, 0.6) !important;
}

button.bgDarkBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue70 {
  background-color: rgba(0, 0, 139, 0.7) !important;
}

button.bgDarkBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue80 {
  background-color: rgba(0, 0, 139, 0.8) !important;
}

button.bgDarkBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue90 {
  background-color: rgba(0, 0, 139, 0.9) !important;
}

button.bgDarkBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDarkBlue {
  background-color: darkblue !important;
}

button.bgDarkBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDarkBlue10 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.1);
}

.txtSdDarkBlue20 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.2);
}

.txtSdDarkBlue30 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.3);
}

.txtSdDarkBlue40 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.4);
}

.txtSdDarkBlue50 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.5);
}

.txtSdDarkBlue60 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.6);
}

.txtSdDarkBlue70 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.7);
}

.txtSdDarkBlue80 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.8);
}

.txtSdDarkBlue90 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 139, 0.9);
}

.txtSdDarkBlue {
  text-shadow: 1px 1px 0.25em darkblue;
}

.colBlue10 {
  color: rgba(0, 0, 255, 0.1) !important;
}

.colBlue20 {
  color: rgba(0, 0, 255, 0.2) !important;
}

.colBlue30 {
  color: rgba(0, 0, 255, 0.3) !important;
}

.colBlue40 {
  color: rgba(0, 0, 255, 0.4) !important;
}

.colBlue50 {
  color: rgba(0, 0, 255, 0.5) !important;
}

.colBlue60 {
  color: rgba(0, 0, 255, 0.6) !important;
}

.colBlue70 {
  color: rgba(0, 0, 255, 0.7) !important;
}

.colBlue80 {
  color: rgba(0, 0, 255, 0.8) !important;
}

.colBlue90 {
  color: rgba(0, 0, 255, 0.9) !important;
}

.colBlue, .content-head, h1 {
  color: blue !important;
}

.bgBlue10 {
  background-color: rgba(0, 0, 255, 0.1) !important;
}

button.bgBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue20 {
  background-color: rgba(0, 0, 255, 0.2) !important;
}

button.bgBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue30 {
  background-color: rgba(0, 0, 255, 0.3) !important;
}

button.bgBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue40 {
  background-color: rgba(0, 0, 255, 0.4) !important;
}

button.bgBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue50 {
  background-color: rgba(0, 0, 255, 0.5) !important;
}

button.bgBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue60 {
  background-color: rgba(0, 0, 255, 0.6) !important;
}

button.bgBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue70 {
  background-color: rgba(0, 0, 255, 0.7) !important;
}

button.bgBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue80 {
  background-color: rgba(0, 0, 255, 0.8) !important;
}

button.bgBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue90 {
  background-color: rgba(0, 0, 255, 0.9) !important;
}

button.bgBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgBlue {
  background-color: blue !important;
}

button.bgBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdBlue10 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.1);
}

.txtSdBlue20, h1 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.2);
}

.txtSdBlue30 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.3);
}

.txtSdBlue40, .content-head {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.4);
}

.txtSdBlue50 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.5);
}

.txtSdBlue60 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.6);
}

.txtSdBlue70 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.7);
}

.txtSdBlue80 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.8);
}

.txtSdBlue90 {
  text-shadow: 1px 1px 0.25em rgba(0, 0, 255, 0.9);
}

.txtSdBlue {
  text-shadow: 1px 1px 0.25em blue;
}

.colDodgerBlue10 {
  color: rgba(30, 144, 255, 0.1) !important;
}

.colDodgerBlue20 {
  color: rgba(30, 144, 255, 0.2) !important;
}

.colDodgerBlue30 {
  color: rgba(30, 144, 255, 0.3) !important;
}

.colDodgerBlue40 {
  color: rgba(30, 144, 255, 0.4) !important;
}

.colDodgerBlue50 {
  color: rgba(30, 144, 255, 0.5) !important;
}

.colDodgerBlue60 {
  color: rgba(30, 144, 255, 0.6) !important;
}

.colDodgerBlue70 {
  color: rgba(30, 144, 255, 0.7) !important;
}

.colDodgerBlue80 {
  color: rgba(30, 144, 255, 0.8) !important;
}

.colDodgerBlue90 {
  color: rgba(30, 144, 255, 0.9) !important;
}

.colDodgerBlue {
  color: dodgerblue !important;
}

.bgDodgerBlue10 {
  background-color: rgba(30, 144, 255, 0.1) !important;
}

button.bgDodgerBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue20 {
  background-color: rgba(30, 144, 255, 0.2) !important;
}

button.bgDodgerBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue30 {
  background-color: rgba(30, 144, 255, 0.3) !important;
}

button.bgDodgerBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue40 {
  background-color: rgba(30, 144, 255, 0.4) !important;
}

button.bgDodgerBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue50 {
  background-color: rgba(30, 144, 255, 0.5) !important;
}

button.bgDodgerBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue60 {
  background-color: rgba(30, 144, 255, 0.6) !important;
}

button.bgDodgerBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue70 {
  background-color: rgba(30, 144, 255, 0.7) !important;
}

button.bgDodgerBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue80 {
  background-color: rgba(30, 144, 255, 0.8) !important;
}

button.bgDodgerBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue90 {
  background-color: rgba(30, 144, 255, 0.9) !important;
}

button.bgDodgerBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDodgerBlue {
  background-color: dodgerblue !important;
}

button.bgDodgerBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDodgerBlue10 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.1);
}

.txtSdDodgerBlue20 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.2);
}

.txtSdDodgerBlue30 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.3);
}

.txtSdDodgerBlue40 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.4);
}

.txtSdDodgerBlue50 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.5);
}

.txtSdDodgerBlue60 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.6);
}

.txtSdDodgerBlue70 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.7);
}

.txtSdDodgerBlue80 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.8);
}

.txtSdDodgerBlue90 {
  text-shadow: 1px 1px 0.25em rgba(30, 144, 255, 0.9);
}

.txtSdDodgerBlue {
  text-shadow: 1px 1px 0.25em dodgerblue;
}

.colDeepSkyBlue10 {
  color: rgba(0, 191, 255, 0.1) !important;
}

.colDeepSkyBlue20 {
  color: rgba(0, 191, 255, 0.2) !important;
}

.colDeepSkyBlue30 {
  color: rgba(0, 191, 255, 0.3) !important;
}

.colDeepSkyBlue40 {
  color: rgba(0, 191, 255, 0.4) !important;
}

.colDeepSkyBlue50 {
  color: rgba(0, 191, 255, 0.5) !important;
}

.colDeepSkyBlue60 {
  color: rgba(0, 191, 255, 0.6) !important;
}

.colDeepSkyBlue70 {
  color: rgba(0, 191, 255, 0.7) !important;
}

.colDeepSkyBlue80 {
  color: rgba(0, 191, 255, 0.8) !important;
}

.colDeepSkyBlue90 {
  color: rgba(0, 191, 255, 0.9) !important;
}

.colDeepSkyBlue {
  color: deepskyblue !important;
}

.bgDeepSkyBlue10 {
  background-color: rgba(0, 191, 255, 0.1) !important;
}

button.bgDeepSkyBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue20 {
  background-color: rgba(0, 191, 255, 0.2) !important;
}

button.bgDeepSkyBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue30 {
  background-color: rgba(0, 191, 255, 0.3) !important;
}

button.bgDeepSkyBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue40 {
  background-color: rgba(0, 191, 255, 0.4) !important;
}

button.bgDeepSkyBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue50 {
  background-color: rgba(0, 191, 255, 0.5) !important;
}

button.bgDeepSkyBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue60 {
  background-color: rgba(0, 191, 255, 0.6) !important;
}

button.bgDeepSkyBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue70 {
  background-color: rgba(0, 191, 255, 0.7) !important;
}

button.bgDeepSkyBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue80 {
  background-color: rgba(0, 191, 255, 0.8) !important;
}

button.bgDeepSkyBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue90 {
  background-color: rgba(0, 191, 255, 0.9) !important;
}

button.bgDeepSkyBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgDeepSkyBlue {
  background-color: deepskyblue !important;
}

button.bgDeepSkyBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdDeepSkyBlue10 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.1);
}

.txtSdDeepSkyBlue20 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.2);
}

.txtSdDeepSkyBlue30 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.3);
}

.txtSdDeepSkyBlue40 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.4);
}

.txtSdDeepSkyBlue50 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.5);
}

.txtSdDeepSkyBlue60 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.6);
}

.txtSdDeepSkyBlue70 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.7);
}

.txtSdDeepSkyBlue80 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.8);
}

.txtSdDeepSkyBlue90 {
  text-shadow: 1px 1px 0.25em rgba(0, 191, 255, 0.9);
}

.txtSdDeepSkyBlue {
  text-shadow: 1px 1px 0.25em deepskyblue;
}

.colLightSkyBlue10 {
  color: rgba(135, 206, 250, 0.1) !important;
}

.colLightSkyBlue20 {
  color: rgba(135, 206, 250, 0.2) !important;
}

.colLightSkyBlue30 {
  color: rgba(135, 206, 250, 0.3) !important;
}

.colLightSkyBlue40 {
  color: rgba(135, 206, 250, 0.4) !important;
}

.colLightSkyBlue50 {
  color: rgba(135, 206, 250, 0.5) !important;
}

.colLightSkyBlue60 {
  color: rgba(135, 206, 250, 0.6) !important;
}

.colLightSkyBlue70 {
  color: rgba(135, 206, 250, 0.7) !important;
}

.colLightSkyBlue80 {
  color: rgba(135, 206, 250, 0.8) !important;
}

.colLightSkyBlue90 {
  color: rgba(135, 206, 250, 0.9) !important;
}

.colLightSkyBlue {
  color: lightskyblue !important;
}

.bgLightSkyBlue10 {
  background-color: rgba(135, 206, 250, 0.1) !important;
}

button.bgLightSkyBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue20 {
  background-color: rgba(135, 206, 250, 0.2) !important;
}

button.bgLightSkyBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue30 {
  background-color: rgba(135, 206, 250, 0.3) !important;
}

button.bgLightSkyBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue40 {
  background-color: rgba(135, 206, 250, 0.4) !important;
}

button.bgLightSkyBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue50 {
  background-color: rgba(135, 206, 250, 0.5) !important;
}

button.bgLightSkyBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue60 {
  background-color: rgba(135, 206, 250, 0.6) !important;
}

button.bgLightSkyBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue70 {
  background-color: rgba(135, 206, 250, 0.7) !important;
}

button.bgLightSkyBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue80 {
  background-color: rgba(135, 206, 250, 0.8) !important;
}

button.bgLightSkyBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue90 {
  background-color: rgba(135, 206, 250, 0.9) !important;
}

button.bgLightSkyBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgLightSkyBlue {
  background-color: lightskyblue !important;
}

button.bgLightSkyBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdLightSkyBlue10 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.1);
}

.txtSdLightSkyBlue20 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.2);
}

.txtSdLightSkyBlue30 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.3);
}

.txtSdLightSkyBlue40 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.4);
}

.txtSdLightSkyBlue50 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.5);
}

.txtSdLightSkyBlue60 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.6);
}

.txtSdLightSkyBlue70 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.7);
}

.txtSdLightSkyBlue80 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.8);
}

.txtSdLightSkyBlue90 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 250, 0.9);
}

.txtSdLightSkyBlue {
  text-shadow: 1px 1px 0.25em lightskyblue;
}

.colSkyBlue10 {
  color: rgba(135, 206, 235, 0.1) !important;
}

.colSkyBlue20 {
  color: rgba(135, 206, 235, 0.2) !important;
}

.colSkyBlue30 {
  color: rgba(135, 206, 235, 0.3) !important;
}

.colSkyBlue40 {
  color: rgba(135, 206, 235, 0.4) !important;
}

.colSkyBlue50 {
  color: rgba(135, 206, 235, 0.5) !important;
}

.colSkyBlue60 {
  color: rgba(135, 206, 235, 0.6) !important;
}

.colSkyBlue70 {
  color: rgba(135, 206, 235, 0.7) !important;
}

.colSkyBlue80 {
  color: rgba(135, 206, 235, 0.8) !important;
}

.colSkyBlue90 {
  color: rgba(135, 206, 235, 0.9) !important;
}

.colSkyBlue {
  color: skyblue !important;
}

.bgSkyBlue10 {
  background-color: rgba(135, 206, 235, 0.1) !important;
}

button.bgSkyBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue20 {
  background-color: rgba(135, 206, 235, 0.2) !important;
}

button.bgSkyBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue30 {
  background-color: rgba(135, 206, 235, 0.3) !important;
}

button.bgSkyBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue40 {
  background-color: rgba(135, 206, 235, 0.4) !important;
}

button.bgSkyBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue50 {
  background-color: rgba(135, 206, 235, 0.5) !important;
}

button.bgSkyBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue60 {
  background-color: rgba(135, 206, 235, 0.6) !important;
}

button.bgSkyBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue70 {
  background-color: rgba(135, 206, 235, 0.7) !important;
}

button.bgSkyBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue80 {
  background-color: rgba(135, 206, 235, 0.8) !important;
}

button.bgSkyBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue90 {
  background-color: rgba(135, 206, 235, 0.9) !important;
}

button.bgSkyBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSkyBlue {
  background-color: skyblue !important;
}

button.bgSkyBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdSkyBlue10 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.1);
}

.txtSdSkyBlue20 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.2);
}

.txtSdSkyBlue30 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.3);
}

.txtSdSkyBlue40 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.4);
}

.txtSdSkyBlue50 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.5);
}

.txtSdSkyBlue60 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.6);
}

.txtSdSkyBlue70 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.7);
}

.txtSdSkyBlue80 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.8);
}

.txtSdSkyBlue90 {
  text-shadow: 1px 1px 0.25em rgba(135, 206, 235, 0.9);
}

.txtSdSkyBlue {
  text-shadow: 1px 1px 0.25em skyblue;
}

.colSteelBlue10 {
  color: rgba(70, 130, 180, 0.1) !important;
}

.colSteelBlue20 {
  color: rgba(70, 130, 180, 0.2) !important;
}

.colSteelBlue30 {
  color: rgba(70, 130, 180, 0.3) !important;
}

.colSteelBlue40 {
  color: rgba(70, 130, 180, 0.4) !important;
}

.colSteelBlue50 {
  color: rgba(70, 130, 180, 0.5) !important;
}

.colSteelBlue60 {
  color: rgba(70, 130, 180, 0.6) !important;
}

.colSteelBlue70 {
  color: rgba(70, 130, 180, 0.7) !important;
}

.colSteelBlue80 {
  color: rgba(70, 130, 180, 0.8) !important;
}

.colSteelBlue90 {
  color: rgba(70, 130, 180, 0.9) !important;
}

.colSteelBlue {
  color: steelblue !important;
}

.bgSteelBlue10 {
  background-color: rgba(70, 130, 180, 0.1) !important;
}

button.bgSteelBlue10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue20 {
  background-color: rgba(70, 130, 180, 0.2) !important;
}

button.bgSteelBlue20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue30 {
  background-color: rgba(70, 130, 180, 0.3) !important;
}

button.bgSteelBlue30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue40 {
  background-color: rgba(70, 130, 180, 0.4) !important;
}

button.bgSteelBlue40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue50 {
  background-color: rgba(70, 130, 180, 0.5) !important;
}

button.bgSteelBlue50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue60 {
  background-color: rgba(70, 130, 180, 0.6) !important;
}

button.bgSteelBlue60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue70 {
  background-color: rgba(70, 130, 180, 0.7) !important;
}

button.bgSteelBlue70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue80 {
  background-color: rgba(70, 130, 180, 0.8) !important;
}

button.bgSteelBlue80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue90 {
  background-color: rgba(70, 130, 180, 0.9) !important;
}

button.bgSteelBlue90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSteelBlue {
  background-color: steelblue !important;
}

button.bgSteelBlue {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdSteelBlue10 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.1);
}

.txtSdSteelBlue20 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.2);
}

.txtSdSteelBlue30 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.3);
}

.txtSdSteelBlue40 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.4);
}

.txtSdSteelBlue50 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.5);
}

.txtSdSteelBlue60 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.6);
}

.txtSdSteelBlue70 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.7);
}

.txtSdSteelBlue80 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.8);
}

.txtSdSteelBlue90 {
  text-shadow: 1px 1px 0.25em rgba(70, 130, 180, 0.9);
}

.txtSdSteelBlue {
  text-shadow: 1px 1px 0.25em steelblue;
}

.colCyan10 {
  color: rgba(0, 255, 255, 0.1) !important;
}

.colCyan20 {
  color: rgba(0, 255, 255, 0.2) !important;
}

.colCyan30 {
  color: rgba(0, 255, 255, 0.3) !important;
}

.colCyan40 {
  color: rgba(0, 255, 255, 0.4) !important;
}

.colCyan50 {
  color: rgba(0, 255, 255, 0.5) !important;
}

.colCyan60 {
  color: rgba(0, 255, 255, 0.6) !important;
}

.colCyan70 {
  color: rgba(0, 255, 255, 0.7) !important;
}

.colCyan80 {
  color: rgba(0, 255, 255, 0.8) !important;
}

.colCyan90 {
  color: rgba(0, 255, 255, 0.9) !important;
}

.colCyan {
  color: cyan !important;
}

.bgCyan10 {
  background-color: rgba(0, 255, 255, 0.1) !important;
}

button.bgCyan10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan20 {
  background-color: rgba(0, 255, 255, 0.2) !important;
}

button.bgCyan20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan30 {
  background-color: rgba(0, 255, 255, 0.3) !important;
}

button.bgCyan30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan40 {
  background-color: rgba(0, 255, 255, 0.4) !important;
}

button.bgCyan40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan50 {
  background-color: rgba(0, 255, 255, 0.5) !important;
}

button.bgCyan50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan60 {
  background-color: rgba(0, 255, 255, 0.6) !important;
}

button.bgCyan60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan70 {
  background-color: rgba(0, 255, 255, 0.7) !important;
}

button.bgCyan70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan80 {
  background-color: rgba(0, 255, 255, 0.8) !important;
}

button.bgCyan80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan90 {
  background-color: rgba(0, 255, 255, 0.9) !important;
}

button.bgCyan90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgCyan {
  background-color: cyan !important;
}

button.bgCyan {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdCyan10 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.1);
}

.txtSdCyan20 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.2);
}

.txtSdCyan30 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.3);
}

.txtSdCyan40 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.4);
}

.txtSdCyan50 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.5);
}

.txtSdCyan60 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.6);
}

.txtSdCyan70 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.7);
}

.txtSdCyan80 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.8);
}

.txtSdCyan90 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.9);
}

.txtSdCyan {
  text-shadow: 1px 1px 0.25em cyan;
}

.colAqua10 {
  color: rgba(0, 255, 255, 0.1) !important;
}

.colAqua20 {
  color: rgba(0, 255, 255, 0.2) !important;
}

.colAqua30 {
  color: rgba(0, 255, 255, 0.3) !important;
}

.colAqua40 {
  color: rgba(0, 255, 255, 0.4) !important;
}

.colAqua50 {
  color: rgba(0, 255, 255, 0.5) !important;
}

.colAqua60 {
  color: rgba(0, 255, 255, 0.6) !important;
}

.colAqua70 {
  color: rgba(0, 255, 255, 0.7) !important;
}

.colAqua80 {
  color: rgba(0, 255, 255, 0.8) !important;
}

.colAqua90 {
  color: rgba(0, 255, 255, 0.9) !important;
}

.colAqua {
  color: cyan !important;
}

.bgAqua10 {
  background-color: rgba(0, 255, 255, 0.1) !important;
}

button.bgAqua10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua20 {
  background-color: rgba(0, 255, 255, 0.2) !important;
}

button.bgAqua20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua30 {
  background-color: rgba(0, 255, 255, 0.3) !important;
}

button.bgAqua30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua40 {
  background-color: rgba(0, 255, 255, 0.4) !important;
}

button.bgAqua40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua50 {
  background-color: rgba(0, 255, 255, 0.5) !important;
}

button.bgAqua50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua60 {
  background-color: rgba(0, 255, 255, 0.6) !important;
}

button.bgAqua60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua70 {
  background-color: rgba(0, 255, 255, 0.7) !important;
}

button.bgAqua70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua80 {
  background-color: rgba(0, 255, 255, 0.8) !important;
}

button.bgAqua80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua90 {
  background-color: rgba(0, 255, 255, 0.9) !important;
}

button.bgAqua90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgAqua {
  background-color: cyan !important;
}

button.bgAqua {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdAqua10 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.1);
}

.txtSdAqua20 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.2);
}

.txtSdAqua30 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.3);
}

.txtSdAqua40 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.4);
}

.txtSdAqua50 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.5);
}

.txtSdAqua60 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.6);
}

.txtSdAqua70 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.7);
}

.txtSdAqua80 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.8);
}

.txtSdAqua90 {
  text-shadow: 1px 1px 0.25em rgba(0, 255, 255, 0.9);
}

.txtSdAqua {
  text-shadow: 1px 1px 0.25em cyan;
}

.colWhiteSmoke10 {
  color: rgba(245, 245, 245, 0.1) !important;
}

.colWhiteSmoke20 {
  color: rgba(245, 245, 245, 0.2) !important;
}

.colWhiteSmoke30 {
  color: rgba(245, 245, 245, 0.3) !important;
}

.colWhiteSmoke40 {
  color: rgba(245, 245, 245, 0.4) !important;
}

.colWhiteSmoke50 {
  color: rgba(245, 245, 245, 0.5) !important;
}

.colWhiteSmoke60 {
  color: rgba(245, 245, 245, 0.6) !important;
}

.colWhiteSmoke70 {
  color: rgba(245, 245, 245, 0.7) !important;
}

.colWhiteSmoke80 {
  color: rgba(245, 245, 245, 0.8) !important;
}

.colWhiteSmoke90 {
  color: rgba(245, 245, 245, 0.9) !important;
}

.colWhiteSmoke {
  color: whitesmoke !important;
}

.bgWhiteSmoke10 {
  background-color: rgba(245, 245, 245, 0.1) !important;
}

button.bgWhiteSmoke10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke20 {
  background-color: rgba(245, 245, 245, 0.2) !important;
}

button.bgWhiteSmoke20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke30 {
  background-color: rgba(245, 245, 245, 0.3) !important;
}

button.bgWhiteSmoke30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke40 {
  background-color: rgba(245, 245, 245, 0.4) !important;
}

button.bgWhiteSmoke40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke50 {
  background-color: rgba(245, 245, 245, 0.5) !important;
}

button.bgWhiteSmoke50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke60 {
  background-color: rgba(245, 245, 245, 0.6) !important;
}

button.bgWhiteSmoke60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke70 {
  background-color: rgba(245, 245, 245, 0.7) !important;
}

button.bgWhiteSmoke70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke80 {
  background-color: rgba(245, 245, 245, 0.8) !important;
}

button.bgWhiteSmoke80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke90 {
  background-color: rgba(245, 245, 245, 0.9) !important;
}

button.bgWhiteSmoke90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhiteSmoke {
  background-color: whitesmoke !important;
}

button.bgWhiteSmoke {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdWhiteSmoke10 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.1);
}

.txtSdWhiteSmoke20 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.2);
}

.txtSdWhiteSmoke30 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.3);
}

.txtSdWhiteSmoke40 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.4);
}

.txtSdWhiteSmoke50 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.5);
}

.txtSdWhiteSmoke60 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.6);
}

.txtSdWhiteSmoke70 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.7);
}

.txtSdWhiteSmoke80 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.8);
}

.txtSdWhiteSmoke90 {
  text-shadow: 1px 1px 0.25em rgba(245, 245, 245, 0.9);
}

.txtSdWhiteSmoke {
  text-shadow: 1px 1px 0.25em whitesmoke;
}

.colSnow10 {
  color: rgba(255, 250, 250, 0.1) !important;
}

.colSnow20 {
  color: rgba(255, 250, 250, 0.2) !important;
}

.colSnow30 {
  color: rgba(255, 250, 250, 0.3) !important;
}

.colSnow40 {
  color: rgba(255, 250, 250, 0.4) !important;
}

.colSnow50 {
  color: rgba(255, 250, 250, 0.5) !important;
}

.colSnow60 {
  color: rgba(255, 250, 250, 0.6) !important;
}

.colSnow70 {
  color: rgba(255, 250, 250, 0.7) !important;
}

.colSnow80 {
  color: rgba(255, 250, 250, 0.8) !important;
}

.colSnow90 {
  color: rgba(255, 250, 250, 0.9) !important;
}

.colSnow {
  color: snow !important;
}

.bgSnow10 {
  background-color: rgba(255, 250, 250, 0.1) !important;
}

button.bgSnow10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow20 {
  background-color: rgba(255, 250, 250, 0.2) !important;
}

button.bgSnow20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow30 {
  background-color: rgba(255, 250, 250, 0.3) !important;
}

button.bgSnow30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow40 {
  background-color: rgba(255, 250, 250, 0.4) !important;
}

button.bgSnow40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow50 {
  background-color: rgba(255, 250, 250, 0.5) !important;
}

button.bgSnow50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow60 {
  background-color: rgba(255, 250, 250, 0.6) !important;
}

button.bgSnow60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow70 {
  background-color: rgba(255, 250, 250, 0.7) !important;
}

button.bgSnow70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow80 {
  background-color: rgba(255, 250, 250, 0.8) !important;
}

button.bgSnow80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow90 {
  background-color: rgba(255, 250, 250, 0.9) !important;
}

button.bgSnow90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgSnow {
  background-color: snow !important;
}

button.bgSnow {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdSnow10 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.1);
}

.txtSdSnow20 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.2);
}

.txtSdSnow30 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.3);
}

.txtSdSnow40 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.4);
}

.txtSdSnow50 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.5);
}

.txtSdSnow60 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.6);
}

.txtSdSnow70 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.7);
}

.txtSdSnow80 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.8);
}

.txtSdSnow90 {
  text-shadow: 1px 1px 0.25em rgba(255, 250, 250, 0.9);
}

.txtSdSnow {
  text-shadow: 1px 1px 0.25em snow;
}

.colWhite10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.colWhite20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.colWhite30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.colWhite40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.colWhite50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.colWhite60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.colWhite70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.colWhite80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.colWhite90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.colWhite, button {
  color: white !important;
}

.bgWhite10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

button.bgWhite10 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

button.bgWhite20 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

button.bgWhite30 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

button.bgWhite40 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

button.bgWhite50 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

button.bgWhite60 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

button.bgWhite70 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

button.bgWhite80 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

button.bgWhite90 {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.bgWhite {
  background-color: white !important;
}

button.bgWhite {
  -webkit-box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.4) !important;
}

.txtSdWhite10 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.1);
}

.txtSdWhite20 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.2);
}

.txtSdWhite30 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.3);
}

.txtSdWhite40 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.4);
}

.txtSdWhite50 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.5);
}

.txtSdWhite60 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.6);
}

.txtSdWhite70 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.7);
}

.txtSdWhite80 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.8);
}

.txtSdWhite90 {
  text-shadow: 1px 1px 0.25em rgba(255, 255, 255, 0.9);
}

.txtSdWhite {
  text-shadow: 1px 1px 0.25em white;
}

/* del banner */
/* absolute se parece a fixed, pero respeta el scroll */
.sidebar {
  /*  perfecto para que el body se adapte con el display:flex del html */
  float: left;
  /* si pongo position absolute el body se queda con un franja de otro color en la parte inferior */
  /* position:absolute */
  width: 200px;
}

.disFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar {
  background-color: rgba(135, 206, 250, 0.2);
  overflow-x: hidden;
  padding: 10px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: solid LightSkyBlue 2px;
  border-radius: 25px;
}

.lnVertical {
  border-left: solid LightSkyBlue 2px;
  height: auto;
}

.bannerDiv {
  max-width: 90%;
  height: 400px;
}

.bannerDiv .bannerNoticia {
  height: 400px;
  display: none;
  border: solid rgba(0, 0, 0, 0.4) 10px;
  border-radius: 25px;
  background-color: white;
}

.bannerDiv .bannerTexto {
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  top: 50%;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
}

.bannerDiv .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* bolitas de abajo*/
.bolas {
  margin: 10px 10px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid dodgerblue;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.bolas:hover {
  background-color: dodgerblue;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* ZOOM IMAGEN */
.popupImage {
  z-index: 100;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.popupClose {
  color: white;
  font-size: 30px;
  font-weight: bold;
  top: 10px;
  right: 10px;
}

.popupContent {
  margin-top: 3%;
  margin-bottom: 3%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  display: block;
}

video {
  display: block;
}

.videoPopUp {
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
/*# sourceMappingURL=style.css.map */