/* MAIN */


/* CUSTOM SCROLL */

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #373537;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a1998f;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a1998f;
  cursor: pointer;
}

::-webkit-scrollbar-corner {
  background: #373537;
}

/* CUSTOM SCROLL */


@font-face {
  font-family: "ManropeBold";
  src: url('fonts/Manrope-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ManropeLight";
  src: url('fonts/Manrope-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

body, html {
  height: 100%;
  margin: 0;
  font: 14px "ManropeLight";
  color: #3c3a3c;
}

a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  font: 14px;
}
a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  font: 14px "ManropeBold";
}
a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  font: 14px "ManropeBold";
}
a:hover {
  color: #2FB4B4;
  background-color: transparent;
  font: 14px "ManropeBold";
}
a:active {
  color: #2FB4B4;
  background-color: transparent;
  text-decoration: underline;
  font: 14px "ManropeBold";
}

h2 {
  font: 55px "ManropeLight";
  color: #ffffff;
}

h3 {
  font: 38px "ManropeLight";
  color: #ffffff;
}

h4 {
    color: #000000;
    font: 42px "Modak";
}

h5 {
  font: 14px "ManropeBold";
  color: #000000;
}

p {
  font: 14px "ManropeLight";
  color: #fcf2e4;
}

input, select {
  text-align: center;
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 14px "ManropeLight";
  margin-bottom: 10px;
  width: 90%;
  height: 30px;
  border: none;
  border-bottom: 2px solid #fcf2e4;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.input-template {
  width: auto;
  max-width: 90%;
  min-width: 90%;
  max-height: 300px;
  min-height: 200px;
  height: 200px;
  text-align: left;
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 14px "ManropeLight";
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #fcf2e4;
  border-top: 2px solid #a1998f;
  border-left: 2px solid #a1998f;
  border-right: 2px solid #a1998f;
}

/* MAIN */


/* HEADER AND FOOTER */

.header {
  background-color: #3c3a3c;
  padding: 10px 0px 5px 0px;
  width: 100%;
  text-align: left;
}

.header-image {
  background-color: #3c3a3c;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav-right {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.topnav-right .topnav-avatar {
  background-color: #2FB4B4;
  border: none;
  color: #fcf2e4;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font: 16px 'ManropeBold';
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.topnav-right a:hover {
  background-color: #fcf2e4;
}

.avatar {
  margin-top: 20%;
  color: #fcf2e4;
  cursor: pointer;
  font: 16px 'ManropeBold';
}

.topnav-right a:hover .avatar {
  color: #3c3a3c;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  right: 0;
  top: 75;
  z-index: 2;
  transition: display 2s;
}

.dropdown-content a {
  float: none;
  color: #3c3a3c;
  padding: 12px 16px;
  text-decoration: none;
  font: 14px "ManropeLight";
  display: block;
  text-align: right;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
  color: #2FB4B4;
}

.show {
  display: block;
}

.footer {
  position: fixed;
  background-color: #3c3a3c;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* HEADER AND FOOTER */


/* TEXT AND BUTTON FORMAT */

.logotext {
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: -10px;
  font: 18px 'ManropeLight';
  color: #fcf2e4;
}

.pageheadertext {
  font: 48px 'ManropeBold';
  color: #fcf2e4;
}

.pagetext {
  font: 18px 'ManropeLight';
  color: #fcf2e4;
  margin-top: -40px;
}

.pagesubheadertext {
  font: 18px 'ManropeBold';
}

.maintext {
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px;
  background-color: #333;
}

.loginbutton {
  padding: 3px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: center;
  width: 90%;
  height: 45px;
  border-radius: 8px;
}

.loginbutton:hover {
  opacity: 0.8;
}

.iconbutton {
  padding: 3px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 45px;
  border-radius: 8px;
}

.iconbutton:hover {
  background: #a1998f;
  color: #3c3a3c;
}

.template-div {
  max-height: 70vh;
}

.templatesbutton {
  padding-left: 20px;
  background: transparent;
  color: #fcf2e4;
  font: 14px "ManropeLight";
  border: none;
  border-bottom: solid 1px #333233;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 70px;
}

.templatesbutton:hover {
  background: transparent;
  padding-left: 15px;
  border-left: 5px solid #2FB4B4;
}

.newtemplatesbutton{
  padding-left: 10px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 45px;
  border-radius: 8px;
}

.newtemplatesbutton:hover {
  background: #a1998f;
  color: #3c3a3c;
}

.buttonbar {
  display: none;
  font: 14 "ManropeLight";
  background-color: transparent;
  color: #a1998f;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 30px;
  width: 30px;
  height: 30px;
  z-index: 99;
}

.buttonbar:hover {
  color: #2FB4B4;
}

.scroll-templates {
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
}

.clickable-text {
  cursor: pointer;
}

.clickable-text:hover {
  cursor: pointer;
  color: #2FB4B4;
}

.emoji-picker-custom {
  display: flex;
}

/* TEXT AND BUTTON FORMAT */


/* INPUT BTN */

.input-btn {
  border: none;
  color: #000000;
  background-color: #00000000;
  text-align: center;
  font: 20px "ManropeLight";
  padding: 5px 15px;
}

.input-btn-hidden {
  border: none;
  color: #000000;
  background-color: #00000000;
  text-align: center;
  font: 20px "ManropeLight";
  padding: 5px 15px;
}

.ace-btn {
  border: none;
  background-color: #00000000;
  text-align: center;
}

.chart-btn {
  border: none;
  color: #000000;
  text-align: center;
  font: 20px "ManropeLight";
  padding: 5px 15px;
  width: 90%;
}

.container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-right {
  position: absolute;
  bottom: 1px;
  right: 7px;
}

.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 7px;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

/* INPUT BTN */


/* INPUT FORMAT */

input[type=text] {
  color: #fcf2e4;
	font: 18px "ManropeLight";
  padding:5px;
  width: 200px;
  height: 45px;
  background-color: #ffffff;
  outline-width: 0;
}

input[type=number] {
  color: #fcf2e4;
	font: 18px "ManropeLight";
  padding:5px;
  width: 200px;
  height: 45px;
  background-color: #ffffff;
  outline-width: 0;
}

input[type=submit] {
	font: 18px "ManropeLight";
  padding: 5px 15px;
  background: #8f153e;
	color: #ffffff;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=password] {
  color: #fcf2e4;
	font: 18px "ManropeLight";
  padding: 5px;
  outline-width: 0;
}

input[type=username] {
  color: #fcf2e4;
	font: 18px "ManropeLight";
  padding: 5px;
  outline-width: 0;
}

::placeholder {
  color: #a1998f;
  opacity: 1; /* Firefox */
}

/* INPUT FORMAT */


/* TABLE */

.table-condensed {
  table-layout: fixed;
  width: 100%;
  font: 14px "ManropeLight";
  color: #fcf2e4;
  text-align: left;
  overflow-y: auto;
  overflow-x: auto;
}

.table-content {
  font: 14px "ManropeLight";
  color: #fcf2e4;
  text-align: left;
  overflow-y: auto;
  overflow-x: auto;
}

.sticky-table-th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #333;
  border: solid 1px #333;
}

.table-size {
  padding: 0px 25px 0px 25px;
}

th {
  color: #333;
  font: 10px "ManropeLight";
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border: solid 1px #414141;
  cursor: pointer;
  min-width: 60px;
  max-width: 60px;
}

td {
  font: 10px "ManropeLight";
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #a1998f;
  background-color: #333;
  color: #fcf2e4;
  text-align: left;
  padding: 10px 10px 10px 10px;
  border: solid 1px #414141;
  min-width: 60px;
  max-width: 60px;
}

.table-condensed td {
  font: 10px "ManropeLight";
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #a1998f;
  background-color: #fcf2e4;
  color: #2e2e2e;
  text-align: left;
  padding: 10px 10px 10px 10px;
  border: solid 1px #414141;
  min-width: 60px;
  max-width: 60px;
}

.dt-orderable-asc.dt-orderable-desc {
  color: #fcf2e4;
  background-color: #2e2e2e;
  font: 10px "ManropeLight";
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border: solid 1px #333;
  cursor: pointer;
  min-width: 60px;
  max-width: 60px;
}

div.dt-container .dt-search input {
  text-align: center;
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 14px "ManropeLight";
  width: 100%;
  max-width: 180px;
  height: 30px;
  border: none;
  border-bottom: 2px solid #fcf2e4;
  margin-right: 6px;
  border-radius: 0px;
}

/*
.dt-button.buttons-copy.buttons-html5,
.dt-button.buttons-excel.buttons-html5,
.dt-button.buttons-pdf.buttons-html5,
.dt-button.buttons-csv.buttons-html5 {
  padding: 3px;
  background-color: #fcf2e4;
  color: #3c3a3c;
  font: 10px "ManropeLight";
  border: 1px solid grey;
  border-radius: 8px;
  height: 30px;
  width: 50px;
}
*/

.dt-button:hover {
  background-color: #a1998f;
}

.dt-paging-button {
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 10px "ManropeLight";
  border: 1px solid #3c3a3c;
  border-radius: 8px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  background-color: #333;
  background: #333;
  color: #3c3a3c;
  font: 10px "ManropeLight";
  border: 1px solid #333;
  border-radius: 8px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #a1998f;
  background: #a1998f;
  color: #3c3a3c;
  font: 10px "ManropeLight";
  border: 1px solid grey;
  border-radius: 8px;
}

div.dt-buttons>.dt-button,div.dt-buttons>div.dt-button-split .dt-button {
  padding: 3px;
  background-color: #fcf2e4;
  color: #3c3a3c;
  font: 10px "ManropeLight";
  border: 1px solid grey;
  border-radius: 8px;
  height: 30px;
  width: 50px;
}

div.dt-buttons>.dt-button:hover:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled) {
  background-color: #a1998f;
  background: #a1998f;
  color: #3c3a3c;
  font: 10px "ManropeLight";
}

div.dt-buttons>.dt-button:focus:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid #2FB4B4
}

div.dt-buttons>.dt-button embed,div.dt-buttons>div.dt-button-split .dt-button embed {
  outline: none
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #3c3a3c;
  font: 10px "ManropeLight";
  border-radius: 8px;
}

.dt-layout-row {
  color: #fcf2e4;
  font: 10px "ManropeLight";
}

div.dt-container .dt-paging .dt-paging-button {
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 10px "ManropeLight";
  border: 1px solid #3c3a3c;
  border-radius: 8px;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-image: url("images/x.png");
  background-size: 15px 15px;
  cursor: pointer;
}

label {
  display: none;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fcf2e4;
  color: #3c3a3c;
  border-radius: .75em;
  box-shadow: none;
  text-align: center;
  z-index: 2003;
  overflow: hidden
}

div.dt-button-info h2 {
  color: #3c3a3c;
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal
}

div.dt-button-info>div {
  padding: 1em 2em 2em 2em
}

.scroll-table {
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}

.csv-table {
  max-height: 57vh;
  border: solid 1px #333;
}

/* TABLE */


/* DATE RANGE PICKER */

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  width: auto;
}

.daterangepicker {
  background-color: #fcf2e4;
  background: #fcf2e4;
}

.daterangepicker:after {
  border-bottom: 6px solid #fcf2e4;
}

.daterangepicker .calendar-table table {
  background-color: #fcf2e4;
  background: #fcf2e4;
  color: #333;
  border: none;
}

.daterangepicker .calendar-table {
  background-color: #fcf2e4;
  background: #fcf2e4;
  color: #333;
  border: none;
}

td.in-range.available {
  background-color: #eee4d7;
  background: #eee4d7;
  color: #333;
  border: none;
}

.daterangepicker .ranges li:hover {
  background-color: #eee4d7;
}

.available {
  color: #333;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #d3cabd;
  background: #d3cabd;
  color: #333;
}

.active.start-date.available {
  background-color: #333;
  background: #333;
  color: #eee4d7;
}

.active.end-date.in-range.available {
  background-color: #333;
  background: #333;
  color: #eee4d7;
}

.daterangepicker .ranges li.active {
  background-color: #333;
  background: #333;
  color: #eee4d7;
}

.daterangepicker td.active:hover {
  background-color: #333;
  background: #333;
  color: #eee4d7;
}

.off.ends.available {
  background-color: #fcf2e4;
  background: #fcf2e4;
  color: #d3cabd;
}

.off.ends.in-range.available {
  background-color: #fcf2e4;
  background: #fcf2e4;
  color: #d3cabd;
}

.off.ends.active.start-date.available {
  background-color: #fcf2e4;
  background: #fcf2e4;
  color: #d3cabd;
}

.cancelBtn.btn.btn-sm.btn-default {
  padding-left: 10px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 45px;
  border-radius: 8px;
  text-align: center;
  width: 100px;
}

.cancelBtn.btn.btn-sm.btn-default:hover {
  background: #a1998f;
}

.applyBtn.btn.btn-sm.btn-primary {
  padding-left: 10px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 45px;
  border-radius: 8px;
  text-align: center;
  width: 100px;
}

.applyBtn.btn.btn-sm.btn-primary:hover {
  background: #a1998f;
}

/* DATE RANGE PICKER */


/* CHARTS */



/* CHARTS */


/* INLINE INPUT */

.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline input {
  text-align: center;
  background-color: #3c3a3c;
  color: #fcf2e4;
  font: 14px "ManropeLight";
  width: 100%;
  max-width: 80px;
  height: 30px;
  border: none;
  border-bottom: 2px solid #fcf2e4;
  margin-right: 6px;
}

.download-button {
  padding: 3px;
  background: #fcf2e4;
  color: #3c3a3c;
  font: 14px "ManropeLight";
  border: 1px solid grey;
  cursor: pointer;
  text-align: center;
  width: 100%;
  max-width: 40px;
  height: 30px;
  border-radius: 8px;
  float: right;
}

/* INLINE INPUT */


/* POPUP MESSAGE */

.notooltip {
  position: relative;
  margin-bottom: -40px;
}

.tooltip {
  position: relative;
  margin-bottom: -40px;
}

.tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2;
  top: 90%;
  left: 34%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font: 12px 'ManropeLight';
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* POPUP MESSAGE */


/* FILE UPLOADER */

.file-upload {
  width: 100%;

}

.browse-text {
  padding: 10% 0% 10% 0%;
}

.file-upload-btn {
  font: 20px "ManropeLight";
  padding: 5px 15px;
  background: #a1998f;
  color: #fcf2e4;
  border: 0 none;
  cursor: pointer;
  width: 100%;
}

.file-upload-btn:hover {
  background: #a1998f;
  color: #fcf2e4;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 4px dashed #a1998f;
  position: relative;
  cursor: pointer;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #3c3a3c;
  border: 4px dashed #fcf2e4;
  cursor: pointer;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #3c3a3c;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  color: #a1998f;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 50px;
  max-width: 50px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  font: 20px "ManropeLight";
  padding: 5px 15px;
  background: #a1998f;
  opacity: 0.3;
  color: #fcf2e4;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s ease;
  outline: none;
  width: auto;
}

.remove-image:hover {
  background: #a1998f;
  color: #fcf2e4;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.upload-text {
  font: 18px 'ManropeBold';
  padding: 20% 0% 20% 0%;
}

/* FILE UPLOADER */


/* TEMPLATES MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #3c3a3c;
  margin: auto;
  padding: 20px;
  width: 50%;
}

/* The Close Button */
.close {
  color: #fcf2e4;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #a1998f;
  text-decoration: none;
  cursor: pointer;
}

/* TEMPLATES MODAL */


/* RESPONSIVE LAYOUT */

.row {
  display: flex;
  padding-left: 8%;
}

.row100 {
  display: flex;
}

.row100_button {
  display: flex;
  background-color: #3c3a3c;
}

.row100-modal {
  display: flex;
  padding: 0% 10% 0% 10%;
}

.row100_button:hover {
  background-color: #333;
}

.row100_button:hover .templatesbutton {
  background: transparent;
  padding-left: 15px;
  border-left: 5px solid #2FB4B4;
}

.row100_button:hover .buttonbar {
  display: block;
}

.row90{
  display: flex;
}

.columns2 {
  width: 45%;
  text-align: center;
}

.columns70 {
  width: 70%;
  text-align: center;
}

.columns80 {
  width: 80%;
  text-align: center;
}

.columns02 {
  width: 2%;
  text-align: center;
}

.columns01 {
  width: 1%;
  text-align: center;
}

.columns40 {
  width: 40%;
  text-align: center;
}

.columns50 {
  width: 50%;
  text-align: center;
}

.columns60 {
  width: 60%;
  text-align: center;
}

.columns48 {
  width: 48%;
  text-align: center;
}

.columns30 {
  width: 30%;
  text-align: center;
}

.columns10 {
  width: 10%;
  text-align: center;
  border-right: solid 1px #333;
}

.columns15 {
  width: 15%;
  text-align: center;
  cursor: pointer;
}

.columns90 {
  width: 90%;
  text-align: center;
}

.columns98 {
  width: 98%;
  text-align: center;
}

.columns5 {
  width: 5%;
  text-align: center;
}

.columns20 {
  width: 20%;
  text-align: center;
}

.columns22-5 {
  width: 23%;
  text-align: center;
}

.columns {
  width: 30%;
  text-align: center;
}

.indexbutton{
  border: none;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  height: 300px;
  outline: none;
  background-color: #3c3a3c;
  font: 22px 'ManropeLight';
  text-align: center;
  cursor: pointer;
  transition: background-color 1s;
}

.indexbutton:hover{
  font: 12px 'ManropeLight';
  background-color: #333;
}

.columnsicon {
  color: #d69d4e;
  font-size: 48px;
}

.columnsicon-rocket {
  color: #d69d4e;
  font-size: 48px;
}

.columnstext {
  font: 14px 'ManropeLight';
  color: #fcf2e4;
}

@media screen and (max-width: 1900px) {
  .columnstext {
      font: 14px 'ManropeLight';
  }
}

@media screen and (max-height: 600px) {
  .pageheadertext {
    font: 24px 'ManropeBold';
    padding-bottom: 10px;
  }
  .pagetext {
    font: 12px 'ManropeLight';
  }
  p {
    font: 12px 'ManropeLight';
  }

}

@media screen and (max-width: 800px) {
  .headertext {
    display: none;
  }

  .headersearch{
    margin-top: 0px;
  }

  .row {
    display: block;
  }

  .row {
    display: block;
  }

  .columns {
    width: 90%;
    margin-top: 5px;
  }

  .columns2 {
    width: 90%;
    margin-top: 5px;
  }

  .columns20 {
    width: 20%;
    margin-top: 5px;
  }

  .columns70 {
    width: 90%;
    margin-top: 5px;
  }

  .columns02 {
    width: 0%;
    margin-top: 5px;
  }

  .columns40 {
    width: 78%;
    margin-top: 5px;
  }

  .columns10 {
    width: 20%;
    margin-top: 5px;
  }

  .columns48 {
    display: none;
    margin-top: 5px;
  }

  .columns22-5 {
    width: 0%;
    text-align: center;
  }

  .indexbutton{
    height: 200px;
  }

  .columnsicon {
    font-size: 32px;
  }

  .columnsicon-rocket {
    font-size: 32px;
  }

  .columnstext {
    font: 12px 'ManropeLight';
  }

  /* Modal Content */
  .modal-content {
    width: 90%;
  }

  .browse-text {
    padding: 15% 0% 15% 0%;
  }

  .row100-modal {
    padding: 0% 5% 0% 5%;
  }
}

@media screen and (max-width: 600px) {
  .headertext {
    display: none;
  }

  .pagetext {
    font: 12px 'ManropeLight';
  }

  p {
    font: 12px 'ManropeLight';
  }

  .templatesbutton {
    font: 10px 'ManropeLight';
  }

  table {
    font: 12px "ManropeLight";
  }

  .tooltiptext {
    left: 27.5%;
  }

  .columnstext {
    font: 12px 'ManropeLight';
  }

  .browse-text {
    padding: 30% 0% 30% 0%;
  }
}

/* RESPONSIVE LAYOUT */