@font-face {
  font-family: 'sofiapro-light';
  src: url('sofiapro-light-webfont.woff2') format('woff2'), url('sofiapro-light-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'sofiaprobold';
  src: url('sofiaprobold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'sofiaproregular';
  src: url('sofiaproregular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'sofiaprolight';
  src: url('sofiaprolight.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.dark-mode {
  background-color: #0E1319;
  color: #fff;
}

body {
  font-family: 'sofiapro-light', Arial, sans-serif;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-size: 18px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  /*-webkit-user-select: none;*/
  /* Safari */
  /*-khtml-user-select: none;*/
  /* Konqueror HTML */
  /*-moz-user-select: none;*/
  /* Firefox */
  /*-ms-user-select: none;*/
  /* Internet Explorer/Edge */
  /*user-select: none;*/
  line-height: 1.5;
}

img, video {
  max-width: 100%;
}

.body-wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.greylarge {
  color: #ccc;
  font-size: 50px;
}

.contentText {
  display: block;
  width: 100%;
}

.latest-added .contentText {
  width: auto;
}

/* Page titles */

.page-title {
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "sofiaproregular"
}

.dark-mode .page-title{
  color: #fff;
}

/*** HOME PAGE ****/

/*homepage panels*/
.pointcursor{
  cursor: pointer;
}

.meditech {
  font-family: "sofiaprobold", sans-serif;
}

.matic-dashboard-container {
  width: 100%;
  height: 100%;
  padding: 50px 75px;
}

.matic-dashboard-row {
  margin-bottom: 40px;
}

.dark-mode .matic-panel{
  background-color: #222932;
}

.matic-panel {
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}

.dark-mode .matic-panel-title{
  color: white;
}

.matic-panel-title {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 40px;
}

.matic-panel-content {
  font-size: 14px;
  padding: 15px;
}

.matic-panel-btn-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.dark-mode .matic-panel-btn {
  border: 1px solid #373A42;
}

.dark-mode .matic-panel-btn:hover{
  background-color: #3F87F5;
}

.matic-panel-btn {
  display: inline-block;
  width: 70%;
  margin: 0 15%;
  background-color: transparent;
  border-radius: 4px;
}

.matic-panel-btn:hover{
  background-color: #40D4B1;
}


.matic-panel-btn-text {
  color: #ccc;
  text-transform: lowercase;
  text-align: center;
  width: 100%;
}

.matic-panel-btn:hover .matic-panel-btn-text{
  color: white;
}

.matic-panel-btn-icon {
  color: #000;
  top: 4px;
  right: 7px;
  position: absolute;
  width: auto;
}
.matic-panel-btn-icon svg{
  width: 20px;
  height: 20px;
}

.dark-mode .matic-panel-btn-icon{
  color: #ccc;
}

.dark-mode .matic-panel-btn:hover .matic-panel-btn-icon{
  color: white;
}

.typewriter, .product-title {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.typewriter{
  font-size: 30px;
}

.product-title{
  font-size: 120px;
}

.welcome-container{
  padding: 25vh 20vw;
}

/*homepage news*/

.dark-mode .matic-newsfeed-title{
  color: white;
}

.matic-newsfeed-title {
  font-size: 20px;
}

.news-container{
  border-left: solid 2px #B3B5BA;
  margin: 40px 0 0 50px;
}

.news-item {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}

.news-item::before {
  content: " ";
  display: inline-block;
  background-color: #f5f5f5;
  border: solid 2px var(--accent-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -11px;
}

.dark-mode .news-item::before{
  background-color: var(--bg-color--dm);
  border-color: var(--accent-color--dm);
}


.news-date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #b3b5ba;
}

.dark-mode .news-content{
  color: white;
}

.news-content {
  font-size: 18px;
  width: 90%;
}

.news-icon{
width: 10%;
height: 100px;
background-color:red;

position: relative;
float: left;





}

/* FILE MANAGER */

.mainclientwebsite {
  color: #666;
  font-size: 35px;
  display: inline-block;
  position: absolute;
  z-index: 50;
}

.website-top-left {
  top: 1px;
  left: 10px;
}

.website-top-right {
  top: 1px;
  right: 10px;
}

.website-bottom-left {
  bottom: 1px;
  left: 10px;
}

.website-bottom-right {
  bottom: 1px;
  right: 10px;
}

#showWebsiteLocation {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.imageSelection {
  cursor: pointer;
}

.fileManagerContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.file-manager-modal-index {
  text-align: left;
  display: inline-block;
  background-color: #fff;
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  border: solid 1px #f1f1f1;
  border-radius: 4px;
}

/* TEMPLATES */

.page-creation{
  margin: 40px;
}

.components-menu .component.ui-draggable-dragging{
  background-color: #40D4B1;
  color: #fff;
  z-index: 300;
}

.contextualMenu {
  position: absolute;
  z-index: 100;
  border: solid 2px #ccc;
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  top: 0;
  left: 0;
  display: none;
  padding: 10px;
}

.contextualMenu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.contextualMenu ul li {
  cursor: pointer;
  padding: 2px;
}

.contextualMenu ul li:hover {
  font-weight: bold;
}

.biggerPictureModal img {
  max-height: 100vh;
}

/* ck editor */

.form-control.cke_editable_inline {
  height: 68px;
  overflow: auto;
}

/* COMPONENT DATA */

#grid .component:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.component-modal-wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.component-modal {
  text-align: left;
  display: inline-block;
  background-color: #fff;
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  border: solid 1px #f1f1f1;
  border-radius: 4px;
  max-height: 90vh;
  overflow: auto;
}

.modal-inputs {
  padding: 30px;
}

.gridscreenwrapper{
  padding: 40px;
  border-radius: 40px;
  border: solid 1px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

#grid {
  position: relative;
  background-color: #fff;
  background-size: cover;
}

.component-wrapper {
  text-align: center;
  width: 100%;
}

.components-menu .component {
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 8px;
  cursor: move;
  cursor: grab;
  min-height: 90px;
  margin-bottom: 15px;
  width: 100%;
}

.create-page-left {
  width: 400px;
  float: left;
  padding-right: 15px;
  padding-top: 5px;
}

.create-page-right {
  padding-top: 40px;
  display: inline-block;
  position: relative;
  top: -40px;
}

.advancedGrid .component:hover {
  cursor: move;
  cursor: grab;
  background-color: rgba(0, 0, 0, 0.1);
}

.portraitPreview {
  background-position: center;
  background-size: cover;
}

.initialHide {
  display: none;
}

.inline, input[type="file"].inline {
  display: inline-block;
}

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

.right-align {
  text-align: right;
}

.top-wrapper {
  padding: 0 15px;
 
}



.header-wrapper {
  flex: 0 1 auto;
  padding: 15px 0;
  color: #B3B5BA;
  background-color: #fff;
  display: flex;
  min-height: 80px;
}

.dark-mode .header-wrapper{
  background-color: #000;
}

.header-wrapper a {
  color: #000;
  font-weight: bold;
}

.dark-mode .header-wrapper a{
  color: #fff;
}

.header-wrapper .btn-link {
  color: #000;
  text-decoration: none;
  padding: 0;
  margin-left: 20px;
  border: none;
  position: relative;
  top: -1px;
}

.dark-mode .header-wrapper .btn-link{
  color: #fff;
}

#meditech-logo {
  width: 25px;
  height: 30px;
  margin-left: 15px;
  margin-top: -7px;
  margin-right: 25px;
}

/* *** Header navbar reset *** */

.header-wrapper .navbar-nav {
  margin: 0;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
}

.header-wrapper .navbar-nav>li>a {
  padding: 0;
  display: inline-block;
}

.header-wrapper .navbar-nav>li>a:hover {
  background-color: transparent;
}

.app-title {
  font-size: 20px;
  font-family: "sofiaprobold", sans-serif;
}

.logo {
  margin-top: 8px;
  float: left;
  width: 250px;

}

.lochting-warning{
  padding:8px;
  background-color: red;
}


.top-small {
  font-style: italic;
  color: #f5f5f5;
}

.top-wrapper a:hover {
  text-decoration: underline;
}

.profile-link {
  padding-right: 15px;
}

.app-wrapper {
  flex: 1 1 auto;
}

.content-wrapper {
  min-height: calc(100vh - 100px);
}

.content-table {
  width: 100%;
}

/*.content-cell{*/

/*display: table-cell;*/

/*}*/

.menu-cell {
  width: 250px;
  /*position: fixed;*/
}

.pageNamePop {
  display: none;
  margin: 5px 0;
  font-size: 18px;
  color: #111;
}

.pageSelection:hover {
  background-color: #f1f1f1;
}

.actionDiv {
  /* display: none; */
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 145, 117, 0.8);
}

.actionList {
  color: #eee;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.actionList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.actionList ul li {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  display: inline-flex;
  background-color: #fff;
  color: #666;
  border-radius: 50%;
  border: solid 1px #fff;
  align-items: center;
  justify-content: center;
}

.actionList ul li:hover {
  color: #000;
  cursor: pointer;
}

.component {
  position: relative;
  z-index: 10;
}

.footer {
  padding-top: 15px;
  color: #aaa;
}

/* *** responsive *** */



@media (max-width: 1200px) {
  .matic-panel-title{
    font-size: 24px;
  }
  .matic-panel-btn-text{
    display: none;
  }
  .matic-panel-btn-icon{
    position: relative;
    top: 5px; right: 0;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 967px) {
  .matic-panel-title{
    font-size: 12px;
  }
  .matic-panel-btn{
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .header-wrapper, .header-wrapper .right-align {
    text-align: center;
  }
  .header-wrapper .right-align {
    padding-top: 15px;
  }
  .matic-panel-title{
    font-size: 26px;
  }
}

.rc-handle-container {
  position: relative;
  width: 100% !important;
}

.dropdown-header {
  font-size: inherit !important;
  box-shadow: 0px 2px 10px -2px #cedae0;
}

.triangle {
  position: absolute;
  top: -8px;
  right: 15px;
  height: 15px;
  width: 15px;
  border-radius: 6px 0px 0px 0px;
  transform: rotate(45deg);
  background: #FFF;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc
}

/* notification badge */

#notification-bell {
  position: relative;
}

#notification-bell[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: .7em;
  background: #40D4B1;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

.dark-mode #notification-bell[data-badge]:after{
  background-color: #3F87F5;
}

#notification-bell.noafter:after {
  display: none;
}

.notifications-dropdown.pulse:after {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #40D4B1;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(64, 212, 177, 0.4);
  animation: pulse 2s infinite;
  
}

.dark-mode .notifications-dropdown.pulse:after{
  background-color: #3F87F5;
  box-shadow: 0 0 0 rgba(63, 135, 245, 0.4);
  animation: pulse-dark 2s infinite;
}

.notifications-dropdown.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 212, 177, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(64, 212, 177, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 212, 177, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(64, 212, 177, 0.4);
    box-shadow: 0 0 0 0 rgba(64, 212, 177, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(64, 212, 177, 0);
    box-shadow: 0 0 0 10px rgba(64, 212, 177, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(64, 212, 177, 0);
    box-shadow: 0 0 0 0 rgba(64, 212, 177, 0);
  }
}


@-webkit-keyframes pulse-dark {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 135, 245, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(63, 135, 245, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 135, 245, 0);
  }
}

@keyframes pulse-dark {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(63, 135, 245, 0.4);
    box-shadow: 0 0 0 0 rgba(63, 135, 245, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(63, 135, 245, 0);
    box-shadow: 0 0 0 10px rgba(63, 135, 245, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(63, 135, 245, 0);
    box-shadow: 0 0 0 0 rgba(63, 135, 245, 0);
  }
}

/* logout button */

.logout svg {
  color: #B3B5BA;
  border: solid 1px #B3B5BA;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  height: auto;
  width: auto;
}

#username {
  font-size: 11px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.logout:hover svg {
  color: #40D4B1;
  border-color: #40D4B1;
}

.dark-mode .logout:hover svg {
  color: #3F87F5;
  border-color: #3F87F5;
}

::-webkit-scrollbar {
  /*width: 4px;*/
  /* for vertical scrollbars */
  /*height: 12px;*/
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}

.dirty-content-fix {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 250px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
}

.panel-success {
  border-color: white;
}

.panel-success>.panel-heading {
  border-color: white;
}

/*** Pages ***/


/*panels with pages*/



.panel-default {
  margin-top: 0;
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
}

.action-div ul{
  width: 100%;
  background-color: var(--grey);;
  padding: 0;
}

.action-div ul li{
  display:inline-block;
  padding: 10px 5px;
}


/* users */

.grid-action-icon {
  color: #ccc;
  transition: var(--trans);;
}

#username{
  position: absolute;
  top: 20px;
  right: 150px;
  height: 20px;
  width: 200px;
}

.paginationHidden{
  display: none;
}

.page-filter-show div{
  margin-right: 10px;
}

.orientation-select-container div{
  margin-right: 0;
}

.user-myprofile{
  margin-left: 80px;
  margin-right: 80px;
}

.products-update{
  margin: 0 80px 25px 80px;
  
}