﻿@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";
/*$body-font-family: 'Roboto Slab', serif;*/
/*Blue*/
/*Orange*/
/*grey*/
/*white*/
@font-face {
  font-family: 'Brown Bold';
  src: url("../fonts/Brown-Bold.eot");
  src: url("../fonts/Brown-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Brown-Bold.woff") format("woff"), url("../fonts/Brown-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Arial, Helvetica, sans-serif;
  min-width: 315px;
  font-size: 14px;
  color: #444;
  padding-top: 100px;
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.page-heading {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-right: 30px; }

.page-heading-left {
  float: left; }

.line {
  border-bottom: solid 3px #f08219;
  width: 100%;
  float: left; }

.page-heading-right {
  float: right; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Brown Bold", Verdana, sans-serif !important;
  color: #005e85; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Brown Bold", Verdana, sans-serif !important;
  color: #005e85; }

.ui-tabs .ui-tabs-nav {
  padding: 0px !important; }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0px !important;
    background: #F4F4F4 !important; }
  .ui-tabs .ui-tabs-nav li {
    margin: 0px !important;
    border: none !important; }

.section-title {
  display: flex;
  font-weight: 700;
  font-size: large;
  margin-bottom: 1em; }
  .section-title > div:nth-child(2) {
    margin-left: auto;
    float: right; }

#detailpanel {
  display: none;
  background-color: #f4f4f4;
  height: 100%;
  width: 600px;
  position: absolute;
  top: 94px;
  right: 0;
  padding: 30px;
  box-shadow: inherit; }
  #detailpanel #tabs {
    border-radius: 0px !important;
    margin-top: 30px !important;
    padding: 0; }
  #detailpanel td {
    padding: 5px 0px; }
  #detailpanel input {
    margin-bottom: 10px; }
  #detailpanel button {
    background: transparent;
    color: #005e85;
    padding: 0px;
    margin: 0px; }
    #detailpanel button:hover {
      border-bottom: solid 1px #005e85; }
  #detailpanel tr {
    background-color: transparent; }
    #detailpanel tr:nth-child(even) {
      background-color: transparent; }
  #detailpanel tbody tr:hover {
    background-color: transparent; }

.logo-flat {
  max-width: 100%;
  max-height: 50px; }

.ui-state-active a {
  color: #005e85 !important; }
  .ui-state-active a:link {
    color: #005e85 !important; }
  .ui-state-active a:visited {
    color: #005e85 !important; }

.ui-widget-header {
  background-color: #fff !important;
  border: none !important; }

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em; }

#btnClosePop {
  width: 51px;
  height: 51px; }

#btnInviteExistingUser {
  position: relative;
  top: -1px; }

.svg-icon {
  width: 1em;
  height: 1em; }
  .svg-icon path {
    fill: #fff; }
  .svg-icon polygon {
    fill: #fff; }
  .svg-icon rect {
    fill: #fff; }
  .svg-icon circle {
    stroke: #fff;
    stroke-width: 2; }

.sidebar-header .btn {
  color: #fff; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; }
  a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; }

select {
  padding: 15px 8px;
  font-weight: 300;
  color: #009FDF;
  border: 1px solid #009FDF; }

input {
  padding: 15px 8px;
  font-weight: 300;
  color: #009FDF;
  border: 1px solid #009FDF; }

.sorterHeader {
  cursor: pointer; }

.sortingDesc {
  background-color: #e9ecef; }

.sortingAsc {
  background-color: #e9ecef; }

table {
  width: 100%;
  margin-top: 30px; }

th {
  padding: 15px;
  font-weight: 400; }

td {
  text-align: left;
  padding: 15px;
  vertical-align: middle !important; }

.userDetails {
  position: relative;
  padding-left: 100px; }

.initials {
  display: inline-block;
  background: #005e85;
  color: #fff;
  border-radius: 100%;
  border: none !important;
  padding: 10px;
  font-size: 2rem;
  position: absolute;
  left: 0px;
  top: 10px; }

#userdetail th {
  padding: 0px 0px 10px 0px !important;
  font-weight: 600; }

tr:nth-child(even) {
  background-color: #e9ecef; }

tbody tr:hover {
  background-color: #e9ecef; }

.tablemanager th.sorterHeader:after {
  content: " \f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 600; }

.uk-close {
  background-color: #222;
  border-radius: 100%;
  padding: 10px; }

#invitenewusererror {
  color: #8a1f11;
  margin-bottom: 15px; }

input[type=checkbox] {
  padding: 10px;
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
  border: solid 2px #005e85 !important; }

input[type=radio] {
  padding: 10px;
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
  border: solid 2px #005e85 !important; }

#navbarSupportedContent .nav-item {
  margin-left: 20px; }

.pagecontroller {
  background-color: #ededed;
  color: #444;
  margin-right: 10px; }

/* ---------------------------------------------------
    BUTTON STYLES
----------------------------------------------------- */
.btn {
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  margin: .5rem;
  border: transparent 1px solid; }

.btn.btn-primary {
  background-color: #f0eff4;
  color: #005e85 !important;
  border-bottom: #f08219 3px solid; }
  .btn.btn-primary:hover {
    background-color: #005e85;
    color: #f0eff4 !important; }

.btn.btn-secondary {
  background-color: #005e85;
  color: #f0eff4 !important; }
  .btn.btn-secondary:hover {
    background-color: #fff;
    color: #005e85 !important;
    border: #005e85 solid 1px; }

.btn.btn-white {
  background-color: #fff; }

.btn.close-modal {
  margin: 0;
  border: none; }
  .btn.close-modal span {
    font-size: 30px;
    line-height: 10px; }

.btn-dark {
  background: #005e85;
  color: #fff;
  border-radius: 100%;
  border: none !important; }
  .btn-dark:hover {
    background-color: #005e85; }
  .btn-dark:focus {
    color: #f0eff4;
    background-color: #f08219; }

.remove-btn-outline:focus,
.remove-btn-outline:active {
  outline: none !important;
  box-shadow: none !important; }

/* ---------------------------------------------------
    BUTTON STYLES - END
----------------------------------------------------- */
.d-none-not-important {
  display: none; }

/* ---------------------------------------------------
    DASHBOARD STYLES
----------------------------------------------------- */
.dashboard-boxes {
  border-radius: 10px;
  background-color: #f0eff4;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem; }
  .dashboard-boxes.outline-red {
    border: 1px solid red; }
  .dashboard-boxes.outline-blue {
    border: 1px solid blue; }
  .dashboard-boxes.outline-green {
    border: 1px solid green; }
  .dashboard-boxes .value {
    font-size: 40px;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: .5rem; }
  .dashboard-boxes .title {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.7rem; }

.site-details-link:hover {
  text-decoration: underline; }

/* ---------------------------------------------------
    DROPZONE
----------------------------------------------------- */
.dropzone {
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.dropzoneCompanyLogo {
  width: 200px;
  margin: 0 auto; }
  .dropzoneCompanyLogo .dropzone {
    border-radius: 1rem; }

/* ---------------------------------------------------
    ADD RESOURCE - OFFCANVAS BOOTSTRAP OVERRIDES
----------------------------------------------------- */
.offcanvas-header {
  height: 80px; }

.offcanvas-body {
  height: calc(100vh - 80px); }

.offcanvas-end {
  width: 50vw;
  min-width: 500px; }

.save-item,
.save-faq {
  width: 100px; }

@media (max-width: 500px) {
  .offcanvas-end {
    min-width: 100vw; } }

.policy-doc.offcanvas-end {
  width: 75vw;
  min-width: 900px; }

@media (max-width: 900px) {
  .policy-doc.offcanvas-end {
    min-width: 100vw; } }

.pagesControllers {
  margin-top: 30px; }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: inherit;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%; }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.decrease {
  border: solid 2px #F44C59; }

.increase {
  border: solid 2px #1FC16A; }

.nochange {
  border: solid 2px #FDC200; }

.requests {
  border: solid 2px #0026ff; }

.spanLA {
  text-align: center;
  display: block;
  width: 100%; }

.panel {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 15px 0px 15px; }
  .panel ul {
    padding-left: 0;
    list-style: none; }
  .panel li a {
    display: block;
    margin-bottom: 10px; }
  .panel h4 {
    font-size: .8em; }
  .panel p.big {
    font-size: 1.4em !important;
    text-align: center;
    font-weight: 900;
    color: #000;
    margin-bottom: 5px;
    position: relative; }
  .panel p {
    text-align: center;
    font-size: .8em;
    color: #000; }
  .panel .big-panel h4 {
    font-size: .9em;
    margin-bottom: 10px;
    height: 30px; }
  .panel .big-panel p.big {
    font-size: 1.6em;
    font-weight: 900;
    color: #000;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center; }
  .panel .big-panel p {
    text-align: center;
    color: #000; }
  .panel .big-panel img {
    width: 40px; }

.stick-to-bottom {
  text-align: center;
  left: 15px;
  border-top: solid 1px #fff;
  padding: 10px 0 15px;
  line-height: 1rem;
  margin-bottom: 0;
  hyphens: auto;
  margin-top: 15px; }
  .stick-to-bottom button {
    padding: 0;
    background: none;
    border: none; }

.stick-to-bottom-only {
  text-align: center;
  left: 15px;
  border-top: solid 1px #fff;
  padding: 10px 0 15px 0px;
  line-height: 1rem;
  margin-bottom: 0;
  hyphens: auto;
  margin-top: 15px; }

.stick-to-bottom-no-line {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  text-align: center;
  left: 15px;
  padding-top: 10px; }

.panelBig {
  font-size: 3rem;
  font-weight: 900;
  color: #005e85; }

.panelBottom {
  padding: 10px 0px;
  border-top: solid 1px #999;
  display: block;
  text-align: center; }

.nav-item .btn {
  padding-top: 0px;
  padding-bottom: 0px; }

.loaded .btn {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

user agent stylesheet a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline; }

.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tabs .button {
  display: inline !important;
  padding: 0px !important; }

/* ---------------------------------------------------
    Icons Menu
----------------------------------------------------- */
.iconsMenu {
  padding-top: 6px; }
  .iconsMenu a {
    display: block;
    text-align: center;
    padding: 15px; }
    .iconsMenu a:hover {
      background-color: #fff;
      color: #005e85; }

.bottomIcons {
  position: absolute;
  bottom: 100px;
  padding-top: 0px;
  width: 100%; }

#mCSB_1_container {
  position: initial !important; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%; }

.slimSide #sidebar {
  width: 100px;
  position: fixed;
  top: 90px;
  left: 0;
  height: 100vh;
  z-index: 999;
  background-color: #005e85;
  color: #fff;
  transition: all 0.3s; }

.slimSide #sidebar.active {
  margin-left: -100px; }

#inviteexistinguser select {
  margin: 0px; }

#sidebar {
  width: 250px;
  position: fixed;
  top: 90px;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #005e85;
  color: #fff;
  transition: all 0.3s;
  border-right: solid 1px #ccc; }
  #sidebar .sidebar-header {
    position: relative; }
  #sidebar .btn {
    padding: 0.575rem 1.1rem;
    width: 100%; }
  #sidebar .accordion-button {
    color: inherit;
    background-color: inherit; }
    #sidebar .accordion-button::after {
      background-image: url("../img/accordion-arrow.svg"); }
  #sidebar ul.components {
    padding: 0px 0; }
  #sidebar ul p {
    color: #fff;
    padding: 10px; }
  #sidebar ul li a {
    padding: 15px;
    font-size: 1rem;
    display: block; }
    #sidebar ul li a:hover {
      background: #f0eff4; }
      #sidebar ul li a:hover #dashboard-active {
        fill: #005e85; }
  #sidebar ul li ul li a:hover {
    background: #f0eff4; }
  #sidebar ul li.active > a {
    color: #005e85;
    background: #f08219; }
    #sidebar ul li.active > a:hover {
      background: #f0eff4; }

#sidebar.active {
  margin-left: -250px; }
  #sidebar.active .btn {
    padding: 0.575rem 1.1rem;
    width: auto;
    display: block;
    color: #000; }
    #sidebar.active .btn span {
      display: none; }
  #sidebar.active .sidebar-header button {
    position: absolute;
    right: -100px;
    z-index: 999;
    border-radius: 0px; }

.components span {
  width: 30px;
  text-align: center;
  display: inline-block; }

#sidebar .sidebar-header button {
  position: absolute;
  right: 0px;
  z-index: 999;
  border-radius: 0px; }

/* ---------------------------------------------------
    SIDEBAR STYLE - END
----------------------------------------------------- */
/* ---------------------------------------------------
    TABBED TABLES
----------------------------------------------------- */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #b5b5b5; }

.nav-tabs .nav-link {
  font-size: 12px;
  background-color: #e9ebef;
  border: none;
  border-radius: 9px 9px 0 0 !important;
  color: #000; }

thead > tr > td {
  font-weight: 600; }

.dataTables_wrapper {
  /*    .data-table {
        width: auto !important;
    }*/ }
  .dataTables_wrapper .dataTables_length select {
    color: #000; }

/* ---------------------------------------------------
    TABBED TABLES - END
----------------------------------------------------- */
.mCustomScrollBox {
  overflow: unset !important; }

.mCSB_container {
  overflow: unset !important; }

i .fa {
  font-size: .8rem; }

.fas {
  font-size: .8rem; }

#tab-account .btn {
  width: 250px !important;
  text-align: center !important; }

#tab-account input {
  width: 100%; }

.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #005e85 !important;
  border-left: 3px solid #005e85;
  padding-left: calc(1rem - 3px);
  border-radius: 0px !important; }

.nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #005e85 !important;
  border-left: 1px solid #009fdf;
  margin-bottom: 10px;
  border-radius: 0px !important; }

.nav-link {
  color: #005e85;
  border-left: 3px solid #005e85;
  border-radius: 0px !important;
  border-top: 0;
  border-bottom: 0; }

a[aria-expanded="true"] {
  color: #fff;
  background: #0082b8; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 44px !important;
  background: #fff;
  color: #444; }
  ul ul a:hover {
    color: #000; }

ul.CTAs {
  padding: 20px; }
  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #005e85; }

a.article {
  background: #6d7fcc !important;
  color: #fff !important; }
  a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important; }

/* ---------------------------------------------------
    SORTABLE STYLE
----------------------------------------------------- */
#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#sortable li {
  margin: 0 3px 3px 3px;
  padding: 25px 18px 20px 48px;
  border-radius: 1rem;
  background-color: #e2e2e2; }

#sortable li span i {
  position: absolute;
  margin-left: -1.3em; }

.highlight {
  height: 80px;
  border: none;
  font-weight: bold;
  font-size: 45px;
  background-color: #333333; }

.default {
  background: #cedc98;
  border: 1px solid #DDDDDD;
  color: #333333; }

/* ---------------------------------------------------
    SORTABLE STYLE - END
----------------------------------------------------- */
.question.fa-grip-vertical {
  top: 45%; }

.fa-grip-vertical:hover {
  cursor: grab; }

.fa-grip-vertical:active {
  cursor: grabbing; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 92px);
  padding: 140px 75px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.container {
  margin: 50px; }

@media (min-width: 768px) {
  .panel-heading {
    display: none; }
  .panel {
    border: none;
    box-shadow: none; }
  .panel-collapse {
    height: auto; }
    .panel-collapse.collapse {
      display: block; } }

@media (max-width: 767px) {
  .tab-content .tab-pane {
    display: block; }
  .nav-tabs {
    display: none; }
  .panel-title a {
    display: block; }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px; }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0; }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px; } }

.SETTINGS #content {
  width: calc(100% - 250px); }

#content.active {
  width: 100%; }

@media (max-width: 1200px) {
  #content {
    padding: 140px 50px; } }

@media (max-width: 768px) {
  .SETTINGS #content {
    width: calc(100% - 15px); }
  .for_filter_by label {
    display: block;
    font-weight: 600; }
  .for_filter_by select {
    width: 100%;
    margin: 10px 0px; }
  #filter_input {
    width: 100%;
    margin: 10px 0px; }
  .for_numrows {
    width: 100%; }
  .hideMobile {
    display: none !important; }
  tr {
    margin-top: 15px; }
  .courseTitle {
    background-color: #005e85; }
  #sidebar {
    margin-left: -250px;
    border-right: solid 1px #ededed !important; }
  #sidebar.active {
    margin-left: 0; }
  #sidebarCollapse span {
    display: none; }
  .slimSide #sidebar {
    margin-left: 0px; }
  .slimSide #content.active {
    width: calc(100% - 15px); }
  #content {
    padding: 140px 30px; } }
