﻿/*  ===== Variables =====  */
body {
  background-color: #f6f7f8;
  font-size: 14px;
  margin-bottom: 60px; }

/*  ===== Variables =====  */
#publicMenu {
  background-color: white !important;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #e6e6e6; }
  #publicMenu .navbar-brand {
    color: #e45000; }
  #publicMenu li, #publicMenu a, #publicMenu .dropdown-item, #publicMenu #mainSideNavIcon {
    color: #333333; }
    #publicMenu li:hover, #publicMenu a:hover, #publicMenu .dropdown-item:hover, #publicMenu #mainSideNavIcon:hover {
      color: #e45000;
      background-color: #e6e6e6;
      border-radius: 0; }
  #publicMenu #navbarDropdownAvatar {
    padding-top: 3px !important;
    padding-bottom: 2px !important;
    padding-left: 6px;
    padding-right: 6px; }

.register-links {
  margin: 0;
  padding: 0 10px; }
  .register-links li {
    position: relative;
    display: block; }

/*======== Default Slidein Menu ========*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: lightgray;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 42px; }

.sidenav li {
  list-style: none; }

.sidenav a {
  padding: 6px 8px 6px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #e45000; }

.sidenavclose {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

/**/
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute; }

/*  ===== Variables =====  */
.btn.btn-mm {
  color: #0094e4;
  background-color: white;
  border-color: #0094e4; }
  .btn.btn-mm:hover {
    background-color: #e6e6e6; }

.btn.btn-mm.disabled {
  color: #808080 !important;
  background-color: white;
  border-color: #808080; }

.btn.btn-cta {
  color: white;
  background-color: #0094e4;
  border-color: 9900; }
  .btn.btn-cta:hover {
    background-color: black;
    background-color: #008000; }
  .btn.btn-cta:disabled {
    color: #808080;
    background-color: white;
    border-color: #808080; }

.btn-upload {
  margin-bottom: 0; }

.btn-link-grey {
  color: #808080; }
  .btn-link-grey:hover {
    color: #333333; }

/*======Slider=====**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/*  ===== Variables =====  */
h1 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #e45000;
  font-size: 1.6em; }

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  h1 {
    font-size: 1.35em; } }

@media only screen and (min-width: 575px) and (max-width: 992px) {
  h1 {
    font-size: 1em; } }

@media only screen and (max-width: 574px) {
  h1 {
    font-size: 1.2em; } }

h2 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #e45000;
  font-size: 1.4em; }

h3 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #666666;
  font-weight: bold;
  font-size: 1.2em; }

h4 {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #666666;
  font-size: 1em; }

h5 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: .9em; }

h6 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: .85em; }

.div-white {
  min-height: calc(100vh - 180px);
  padding: 15px;
  margin: 15px;
  border: 1px solid #dee2e6 !important;
  background-color: white; }

.full-width {
  width: 100%; }

.modal-wide {
  max-width: 80% !important; }

.mh-200 {
  min-height: 200px;
  height: auto; }

.mh-300 {
  min-height: 300px;
  height: auto; }

.mh-400 {
  min-height: 400px;
  height: auto; }

.mh-500 {
  min-height: 500px;
  height: auto; }

.mh-600 {
  min-height: 600px;
  height: auto; }

.mw-200 {
  min-width: 200px; }

.mw-300 {
  min-width: 300px; }

.mw-400 {
  min-width: 400px; }

.form-group .control-label.required:after {
  content: " *";
  color: red; }

/*.giveMeEllipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}

.giveMeEllipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}

.giveMeEllipsis5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; 
}*/
/*  ===== Variables =====  */
/*===== Member Menu =====*/
#SeniorDanMenu {
  margin-bottom: 10px; }
  #SeniorDanMenu li > a {
    color: #333333;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px; }
    #SeniorDanMenu li > a:hover {
      color: #e45000;
      background-color: #e6e6e6; }
  #SeniorDanMenu li {
    list-style: none; }
    #SeniorDanMenu li.active {
      color: #e45000;
      background-color: #e6e6e6;
      border-radius: 4px; }

/*======== Member Slidein Menu ========*/
.membersidenav {
  color: #e45000; }

/*  ===== Variables =====  */
/*==========Group menu==========*/
#gradingMenu {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 10px; }
  #gradingMenu dropdown-menu {
    padding: 0; }
  #gradingMenu li > a {
    color: #333333;
    padding-left: 15px; }
    #gradingMenu li > a:hover {
      color: #e45000;
      background-color: #e6e6e6; }
  #gradingMenu li:active {
    color: #e45000;
    background-color: #e6e6e6; }
  #gradingMenu li.active {
    color: #e45000;
    background-color: #e6e6e6; }

/*@import '_events';*/
/*  ===== Variables =====  */
/*==========EmailAdmin menu==========*/
#EmailAdminMenu {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 10px; }
  #EmailAdminMenu li > a {
    color: #333333;
    padding-left: 15px; }
    #EmailAdminMenu li > a:hover {
      color: #e45000;
      background-color: #e6e6e6; }
  #EmailAdminMenu li:active {
    color: #e45000;
    background-color: #e6e6e6; }
  #EmailAdminMenu li.active {
    color: #e45000;
    background-color: #e6e6e6; }

/*  ===== Variables =====  */
/*==========Group menu==========*/
/*#tblResults {

    td {
        width: 12%;
    }


}*/
.borderless td, .borderless th {
  border: none; }

.table-plain thead tr,
.table-plain thead tr:hover,
.table-plain thead td,
.table-plain tbody tr,
.table-plain tbody tr:hover,
.table-plain tbody td {
  background-color: transparent;
  border: none; }
