@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  padding: 6px 6px 6px 6px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  background: #c8c8c8;
}

.table {
  padding-bottom: 6px;
  width: 99.8%;
  height: 100%;
  border: 1px solid #e4cd9eff;
  overflow-x: auto;
}

.table-header {
  float: left;
  clear: both;
  display: inline-flex;
  color: #e4cd9eff;
  background: #184632ff;
  text-align: center;
  padding-right: 6px;
  overflow-x: hidden;
}

.table-content {
  float: left;
  clear: both;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  max-height: 77vh;
  overflow-y: auto;
  padding-right: 6px;
  overflow-x: hidden;
}

.table-row {
  display: flex;
  padding-bottom: 4px;
}
.table-row:nth-of-type(odd) {
  background: #e4cd9eff;
}
.table-row:nth-of-type(even) {
  background: #c8c8c8;
}

.table-col-s {
  flex: 1 1 0px;
  min-width: 50px;
}

.table-col-m {
  flex: 1 1 0px;
  min-width: 75px;
}

.table-col-l {
  flex: 1 1 0px;
  min-width: 100px;
}

.table-col-xl {
  flex: 1 1 0px;
  min-width: 150px;
}

.table-col-xxl {
  flex: 1 1 0px;
  min-width: 250px;
}

.table-data-left {
  text-align: left;
  padding-right: 6px;
}

.table-data-center {
  text-align: center;
  padding-right: 6px;
}

.table-hidden {
  max-height: 0px;
}

.table-data {
  text-align: right;
  padding-right: 6px;
}

.header__item {
  text-align: center;
  text-transform: uppercase;
  padding-right: 6px;
}

.filter_selectors {
  display: flex;
}

.data_modifiers {
  display: flex;
}

.tabs {
  overflow: hidden;
  border: 1px solid #720e0fff;
  background-color: #720e0fff;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.tab {
  float: left;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab_selected {
  background-color: #184632ff;
}

.button-round {
  background-color: #a0bcac7f;
  opacity: 100%;
  border: none;
  color: #184632ff;
  text-align: center;
  text-decoration-style: double;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

a {
  color: #a0bcacff;
  text-decoration: none;
}

.tab .tab_link {
  color: #e4cd9eff;
}

.tab_selected .tab_link {
  color: #a0bcacff;
}

.userinfo a {
  color: #e4cd9eff;
}

.table-link {
  color: #184632ff;
}

.table-link:hover {
  color: #184632ff;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.header {
  padding: 5px 10px 5px 10px;
  display: grid;
  grid-template-columns: 110px auto 200px;
  grid-template-rows: 50px 50px;
  width: 100%;
  height: 105px;
  background-color: #720e0fff;
}

.logo {
  text-align: left;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}

.userinfo {
  text-align: right;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  justify-content: flex-end;
}

.user {
  flex: 1 1 0px;
  text-align: center;
  padding: 5px;
}

.useravatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.loginout {
  flex: 1 1 0px;
  text-align: center;
  padding: 5px;
}

.main {
  height: 100%;
  min-height: 90vh;
  border-color: #720e0fff;
  border-width: 1px;
  border-style: solid;
}

.content {
  padding-left: 2px;
  padding-right: 2px;
  background: #e4cd9eff;
  color: #184632ff;
  height: 100%;
  min-height: 89vh;
}

.selectors {
  background-color: #e4cd9eff;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.footer {
  height: 24px;
  background-color: #720e0fff;
}

.footerlinks {
  float: right;
}

.portfolio_selector {
  text-align: left;
  padding-top: 10px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.plan_wrapper {
  width: 95%;
  position: relative;
  background-color: #720e0fff;
}

.plan_wrapper::before {
  font-family: fontello;
  content: "";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #a0bcacff;
  pointer-events: none;
}

.selector_wrapper {
  width: 200px;
  position: relative;
  background-color: #720e0fff;
}

.selector_wrapper::before {
  font-family: fontello;
  content: "";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #a0bcacff;
  pointer-events: none;
}

.sort_selector, .order_selector, .filter_selector, .modifier_selector {
  display: flex;
  padding: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 30px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  background: url(fff-0-2.png) repeat;
  color: #e4cd9eff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

select option {
  color: #666;
}

.hp-row {
  display: flex;
}

.hp-price-row {
  display: flex;
}

.hp-box {
  padding-bottom: 50px;
  flex: 1 1 0px;
}

.hp-price-box {
  padding-bottom: 10px;
  flex: 1 1 0px;
}

.hp-features {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hp-prices {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hp-price-cfa-button {
  background-color: #720e0fff;
  border: none;
  color: white;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
}

.hp-intro {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}

.hp-price-promotion {
  color: #720e0fff;
}

.hp-text a {
  color: #720e0fff;
}

.hp-text a:hover {
  color: #720e0fff;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.infogrid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 80px 450px 100%;
}

.info-title {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

.info-visual {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.info-data {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.info-list {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

.info-pic {
  max-height: 400px;
}

.settings_area {
  width: 50%;
}

.sort_order_button {
  background-color: #720e0fff;
  border: none;
  color: #e4cd9eff;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
}

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