@charset "UTF-8";
/*
	Theme Name:  Easydash
	Author: 	 Wurld, Justin, Toon
	Author URI:  https://wurld.nl/
	Description: Wordpress theme made for the easydash application.
	Version: 	 0.0.2
	Tags: 		 Bootstrap
	Text Domain: easydash
*/
/*--------------------------------------------------------------
0.0 GLOBAL CSS
--------------------------------------------------------------*/
/* setup font - font-display = auto for pagespeed */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
.lazyloaded {
  opacity: 1;
  transition: 0s !important;
}

body {
  overflow-x: hidden !important;
  font-display: auto;
}

body .top-row span,
#content-wrapper .card-body,
#content-wrapper .card-body * {
  font-size: 14px;
}

h3,
label {
  font-weight: 700;
}

a:hover {
  text-decoration: none !important;
}

#wrapper #content-wrapper {
  background-color: white !important;
}

.custom-control-label {
  font-weight: 500;
}

.alert p {
  margin-bottom: 0 !important;
}

.error-popup {
  border-radius: 0;
  margin: -1px;
  display: none;
  opacity: 0;
}

.disabled {
  background-color: #eaecf4 !important;
  color: #6e707e !important;
}

.top-row .col h4 {
  padding-top: 7px;
}

.detail-layout {
  padding: 0;
}

#user-emblem {
  background-color: #292f4c !important;
  border: solid 0px white !important;
  font-size: 23px;
  width: 3rem;
  height: 3rem;
  margin-left: 10px;
}

::selection {
  color: white;
  background: #292f4c;
}

.rpt_style_basic .rpt_plan .rpt_features {
  background: white !important;
}

#rpt_pricr .rpt_plan a:last-child {
  border: solid #ffe500;
}

.detail-layout .card-body {
  padding: 0 10px;
}

.modal-body p {
  margin: 0;
}

.modal-body {
  padding: 1.5rem;
}

/*--------------------------------------------------------------
0.0 SIDEBAR
--------------------------------------------------------------*/
#accordionSidebar {
  /* padding-top: 15px !important; */
  position: relative;
}

.sidebar-toggle {
  padding-top: 15px;
}

/*
via inline #accordionSidebar.bg-gradient-primary {
    background-color: #292f4c !important;
}*/
.sidebar.toggled .nav-link span {
  display: none !important;
}

.sidebar.toggled .nav-link i {
  font-size: 20px;
}

.sidebar.toggled,
.sidebar.toggled .nav-item .nav-link {
  width: 5rem !important;
}

.sidebar-tooltip {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}

.sidebar.toggled .sidebar-tooltip {
  display: block;
}

.tooltip.show {
  transition: 0s;
  opacity: 0.9;
  top: -32px !important;
}

#sidebarToggleTop .fa-bars:before {
  content: "\f0c9";
  font-size: 25px;
  left: -3px;
  top: 1px;
  position: relative;
}

.tooltip > .tooltip-inner {
  background-color: black;
  border-radius: 1px 5px 5px 5px !important;
}

.login-control .powered-by,
#accordionSidebar .powered-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: absolute;
  bottom: 0px;
}

#accordionSidebar .powered-by {
  width: 100%;
}

.login-control .powered-by img,
#accordionSidebar .powered-by img {
  max-height: 17px;
}

#accordionSidebar .powered-by img.powered-by-icon {
  display: none;
}

.login-control .powered-by,
#accordionSidebar .powered-by span.powered-by-text {
  font-weight: 600;
  font-size: 13.6px;
}

#accordionSidebar .powered-by span.powered-by-text {
  color: white;
}

.login-control .powered-by,
#accordionSidebar .powered-by span.powered-by-text,
#accordionSidebar .powered-by img.powered-by-logo {
  display: flex;
}

#accordionSidebar #sidebar_organisation_logo_url {
  max-width: 100%;
  /* max-height: 25px; */
  /* width: 130px; */
}

#accordionSidebar #sidebar_organisation_icoon_url {
  max-width: 100%;
  width: 25px;
  max-height: 50px;
}

.sidebar-dark .sidebar-brand {
  height: unset;
}

.sidebar-dark .sidebar-brand-text,
.sidebar-dark .sidebar-brand-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sidebar-dark .sidebar-brand-text {
  width: 190px;
  height: 70px;
}

.sidebar-dark .sidebar-brand .sidebar-brand-icon {
  display: none;
  width: 25px;
  height: 25px;
}

/* Toggled */
#accordionSidebar.toggled .powered-by {
  padding: 0.75rem 1rem;
  justify-content: center;
}

.sidebar-dark.toggled .sidebar-brand {
  justify-content: center;
}

.sidebar-dark.toggled .sidebar-brand .sidebar-brand-icon {
  display: block;
}

#accordionSidebar.toggled .powered-by img.powered-by-icon {
  display: flex;
}

#accordionSidebar.toggled .powered-by span.powered-by-text,
#accordionSidebar.toggled .powered-by img.powered-by-logo {
  display: none;
}

#accordionSidebar.toggled .powered-by img {
  max-height: 35px;
}

@media only screen and (max-width: 766px) {
  #accordionSidebar .powered-by {
    justify-content: center;
  }
  #accordionSidebar .powered-by span.powered-by-text,
  #accordionSidebar .powered-by img.powered-by-logo {
    display: none;
  }
  #accordionSidebar .powered-by img.powered-by-icon {
    display: flex;
    max-height: 35px;
  }
  .login-control .powered-by span.powered-by-text {
    display: none;
  }
}
/* FORM SETTINGS */
#organisation-layout-form .custom-border {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#organisation-layout-form .form-group .progress {
  margin-top: 15px;
  background-color: transparent;
}

#organisation-layout-form .form-group .progress .progress-bar {
  color: #1cc88a;
}

#organisation-layout-form .form-group .files .asset {
  margin: 0;
}

#organisation-layout-form .form-group .files .asset .fa-trash {
  cursor: pointer;
}

#organisation-layout-form .color-picker-group .color-picker-preview {
  height: 35px;
  width: 40px;
  display: block;
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 5px 0 0px 5px;
  border: 1px solid #d1d3e2;
}

#organisation-layout-form .color-picker-group input.color-picker {
  padding-left: 50px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  position: relative;
  max-width: 150px;
}

#organisation-layout-form .color-picker-group .iris-picker {
  margin-top: 10px;
}

/* END FORM SETTINGS */
/*--------------------------------------------------------------
0.0 POP-UP MODAL
--------------------------------------------------------------*/
/*.modal-body {background-color: #ffea13;}*/
/* .modal-body h4,
.modal-body p {color:#fff;} */
.modal-footer a {
  background-color: #4e73df;
  color: white;
  border-radius: 7px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-footer a:hover {
  background-color: #2f5ad7;
}

.fa-thumbs-up {
  color: #fff;
  font-size: 100px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
0.0 LOGIN & FORGOT PASSWORD FORM
--------------------------------------------------------------*/
#wp-submit,
#wppb-recover-password input[type=submit],
#loginform input[type=submit],
#resetpassform input[type=submit] {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  border: none;
  height: 45px;
}

#wp-submit:hover,
#wppb-recover-password input[type=submit]:hover,
#loginform input[type=submit]:hover,
#resetpassform input[type=submit]:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

#wp-submit,
#loginform-easydash input,
#lostpasswordform input,
#lostpasswordform input,
#resetpassform input {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.75rem 1rem;
}

#loginform-easydash input[type=checkbox],
#lostpasswordform input[type=checkbox],
#resetpassform input [type=checkbox] {
  width: auto;
  float: left;
  margin-right: 5px;
}

#lostpasswordform input[type=submit] {
  background-color: #007bff;
}

#lostpasswordform #user_login {
  height: 45px;
}

#rightside p:nth-of-type(3) input {
  top: 3px;
  position: relative;
}

#password-reset-form h3:first-child {
  display: none;
}

#rightside .login-remember {
  margin-bottom: 2px;
}

#rightside #logged_in {
  padding: 0px 0 150px;
}

/*--------------------------------------------------------------
0.0 STANDARD FORM
--------------------------------------------------------------*/
form .form-group:last-of-type {
  margin-bottom: 0;
}

.card-body form input[type=submit],
.modal-footer .btn-primary input[type=submit] {
  background-color: transparent;
  border: none;
  color: white;
}

.card-body .bootstrap-select {
  width: 100% !important;
}

.card-body .bootstrap-select .btn {
  background-color: white;
  border: 1px solid #d1d3e2;
  height: 35px;
}

.card-body .group-report .reports {
  padding-left: 22px;
}

.delete-form .custom-checkbox .custom-control-label::before,
.delete-form .custom-checkbox .custom-control-label::after {
  top: 2px;
}

p.asset {
  margin-top: 6px;
}

/*--------------------------------------------------------------
0.0 MEDIA QUERIES
--------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #rightside #logged_in {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 766px) {
  .sidebar .nav-link i {
    font-size: 20px;
  }
  .sidebar.toggled,
  .sidebar.toggled .nav-item .nav-link {
    width: 0 !important;
  }
  #content .container {
    max-width: none;
  }
  .sidebar.toggled .nav-link span {
    display: block !important;
  }
  .navbar h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .form-group input[type=submit],
  .form-group .btn {
    width: 100%;
  }
  .form-group .btn .icon {
    display: none;
  }
  form .form-group .btn-primary,
  form .form-group .btn-danger {
    margin-top: 15px;
  }
}
/*
@media only screen and (max-width: 490px)  {

	#rightside img {
		width: 100%;
	}

}*/
@media only screen and (max-width: 600px) {
  .top-row .btn-success .text,
  .top-row .btn-danger .text {
    display: none;
  }
  .top-row .btn-success .icon,
  .top-row .btn-danger .icon {
    color: white !important;
  }
}
.office_365_wrapper {
  margin-top: 2rem;
}

.nan_365_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.row.myreports {
  --nan-color: #efefef;
  --icon:"";
  --icon-weight:400;
  margin-bottom: 1.5rem;
}
.row.myreports.color-Administration {
  --icon:"";
  --nan-color: #f4b5b4;
}
.row.myreports.color-Design {
  --icon:"";
  --nan-color: #fcedb9;
  --icon-weight:900;
}
.row.myreports.color-Planning {
  --icon:"";
  --nan-color: #bee8ed;
  --icon-weight:900;
}
.row.myreports.color-General {
  --icon:"";
  --nan-color: #d1c1df;
  --icon-weight:900;
}
.row.myreports .card {
  border-left: 5px solid var(--nan-color);
  min-height: 120px;
  padding: 1.25rem;
  display: grid;
}
.row.myreports .card .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row.myreports .card .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px;
  /* or 138% */
  color: #484644;
}
.row.myreports .card .sub_text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 14px;
  /* identical to box height */
  color: #aeaeae;
}
.row.myreports .card .row {
  height: 100%;
  align-items: stretch;
}
.row.myreports .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.row.myreports .report-header {
  background-color: var(--nan-color);
  border-radius: 6px;
  height: 44px;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1.5rem;
}
.row.myreports .report-header::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.75rem;
  content: var(--icon);
  font-weight: var(--icon-weight);
  color: #484644;
}
.row.myreports .report-header .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #484644;
}