﻿/*@import url(/Content/googleFont.css);*/
#menu {
  display: none;
}

body {
  background-color: #e8e7e7;
}

#iconContainer .popover {
  width: 100px;
}

input {
  background-color: transparent;
}

#notificationDropdownInside li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  list-style: none;
  overflow: hidden;
}
#notificationDropdownInside li div {
  margin-top: 10px;
  margin-bottom: 10px;
}

#profileLinkID .focus-input100::after {
  top: 17px;
  height: 6px;
  width: 15px;
}

#logoutLinkID .focus-input100::after {
  top: 62px;
  height: 6px;
  width: 15px;
}

.dropdown-menu {
  display: block;
  margin: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.dropdown-menu.show {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

nav {
  height: auto !important;
  background-color: transparent;
  line-height: 1.4;
}

.select-wrapper input.select-dropdown {
  margin-top: 7px;
}

.selectMaterilize label {
  font-size: 13px !important;
}

.selectMaterilize {
  margin-top: 10px !important;
  padding-top: 2px;
}

.selectMaterilize input {
  width: 100%;
  max-width: 100%;
}

.modal {
  width: 100%;
  max-height: 100%;
  background-color: transparent;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

#WidgetListBtnGroup {
  margin: 0 !important;
}

.popover #controlSection {
  margin-bottom: 0px !important;
}

#AddWidgetButton {
  margin-bottom: 20px !important;
}

#manageProfileMenu #profileLinkID span {
  font-size: 1.1rem !important;
}

#manageProfileMenu #profileLinkID span:nth-child(2) {
  margin-left: 31px !important;
}

#manageProfileMenu #logoutLinkID span {
  font-size: 1.1rem !important;
}

#manageProfileMenu #logoutLinkID span:nth-child(2) {
  margin-left: 31px !important;
}

#profileLinkID .focus-input100::after {
  top: 16px !important;
}

#logoutLinkID .focus-input100::after {
  top: 51px !important;
}

#manageProfileMenu {
  min-width: 6% !important;
  background-color: #3c3536 !important;
  box-shadow: 1px 1px 1px 1px rgba(244, 244, 244, 0.38) !important;
  padding: 0;
}
#manageProfileMenu a {
  color: white;
}

.bordi {
  z-index: 2;
}

.myDropdown a {
  max-width: unset !important;
}

.myDropdown button {
  color: #495057;
}

.myDropdown button:after {
  float: right;
  margin-top: 8px;
}

.myDropdown .dropdown-menu.show {
  will-change: top !important;
}

.myDropdown .dropdown-menu.dropdown-menu-left, .dropdown-menu[x-placement=bottom-start] {
  transform-origin: 50% 0;
}

.modal-footer button {
  color: white !important;
}

.modal-footer #btnAdd {
  background-color: #4285f4 !important;
  margin-left: 10px !important;
}

.popover #AddLinkWidgetBtn {
  background-color: transparent !important;
  border: 1px solid lightgray;
  border-radius: 6px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:invalid {
  background-color: transparent !important;
}

.form-control {
  background-size: auto 100%, 100% 100%;
  line-height: 1.5;
}

/*.md-form input:not(.browser-default):focus:not([readonly]) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: linear-gradient(0deg,#4285f4 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
*/
@-webkit-keyframes opacityCustomAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacityCustomAnimation {
  0% {
    opacity: 2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes opacityCustomAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityCustomAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOutCustom {
  -webkit-animation: opacityCustomAnimation 0.5s;
  -moz-animation: opacityCustomAnimation 0.5s;
  -o-animation: opacityCustomAnimation 0.5s;
  animation: opacityCustomAnimation 0.5s;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.topSidenav {
  padding: 0px;
  text-align: right;
  width: 100%;
  z-index: 0;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0725);
}
.topSidenav #fillingDiv {
  height: 40px;
}
.topSidenav #iconContainer {
  margin-top: 0.2%;
  padding-right: 0px;
}
.topSidenav #iconContainer #notificationSpan {
  background: radial-gradient(5px -9px, circle, white 8%, red 26px);
  background: -moz-radial-gradient(5px -9px, circle, white 8%, red 26px);
  background: -ms-radial-gradient(5px -9px, circle, white 8%, red 26px);
  background: -o-radial-gradient(5px -9px, circle, white 8%, red 26px);
  background: -webkit-radial-gradient(5px -9px, circle, white 8%, red 26px);
  background-color: rgba(0, 0, 0, 0);
  background-color: red;
  border: 0px solid white;
  border-radius: 12px;
  box-shadow: 1.5px 1.5px 1px darkgray;
  color: white;
  font: bold 11px/13px "Varela Round", Verdana, Tahoma;
  height: 16px;
  padding: 2px 2px 12px 2px;
  text-align: center;
  min-width: 14px;
  visibility: hidden;
  float: right;
  right: 150px;
  margin: 6px;
  position: relative;
  top: -6px;
}
.topSidenav #iconContainer #iconaNotifiche {
  width: 27px;
  margin-right: -5px;
  margin-top: 1px;
  width: 27px;
}
.topSidenav #iconContainer #chatIcon {
  width: 34px;
  margin-top: 2px;
  height: 28px;
}

#page {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  padding: 0px;
}

#containerPage {
  margin-left: 5%;
  margin-right: 5%;
}

.freeText p {
  font-size: 20px !important;
}

@-o-keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }
  50% {
    background-color: #f73232;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.backgroundAnimated {
  background-image: none !important;
  -o-animation: fadeIt 1s ease-in-out;
  animation: fadeIt 3s ease-in-out;
}

#previewModal p {
  font-size: 17px !important;
}

#newModuleModal .dropdown-toggle {
  max-width: 100%;
  width: 100%;
}
#newModuleModal .dropdown-menu {
  width: 100%;
}

.elementTable .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  font-size: 20px;
  padding-top: 11px !important;
}

.elementTable .tabulator-cell {
  padding-top: 5px !important;
  font-size: 16px !important;
  color: rgb(73, 80, 87) !important;
}
.elementTable .tabulator-cell input {
  text-align: center;
}

@keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }
  50% {
    background-color: #f73232;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes fadeInOutOne {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeAcpRev {
  animation-name: fadeInOutOne;
  animation-delay: 0s;
  animation-duration: 3s;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fourth-text {
  animation-name: fadeInOut;
  animation-delay: 0s;
  animation-duration: 6s;
}

input:focus {
  border-bottom: 1px solid groove;
}

.filepond--root {
  font-size: medium !important;
  margin-bottom: 0 !important;
}

.swal2-warning {
  display: none !important;
}

.sweet-alert button {
  margin: 0px 5px 9px 5px;
}

.swal2-styled:focus {
  box-shadow: 0 0 0 0 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  font-size: 17px !important;
}

.swal2-title {
  font-size: 25px !important;
}

.swal2-popup {
  width: 46em !important;
  padding: 2.25em !important;
}

img {
  cursor: pointer;
}

#pageAll {
  padding: 20px;
}

.scrolling {
  position: fixed;
  top: 60px;
  width: 86.3%;
  z-index: 100;
}

.breadcrumb {
  background-color: transparent;
}

#moduleSearchTable.tabulator .tabulator-col-title, #templateSearch-table.tabulator .tabulator-col-title {
  background-color: #46464d;
  font-size: 18px;
  padding-top: 9px !important;
  height: 45px;
}

#searchFiltersDiv .dropdown-toggle {
  max-width: 100%;
  width: 100%;
}
#searchFiltersDiv .myDropdown {
  min-width: 100%;
}

#mainContent {
  margin-left: 30px;
}

.ts-wrapper .clear-button {
  right: 10px !important;
}
.ts-wrapper .ts-dropdown {
  margin-top: -10px !important;
}
