:root {
	--bs-info: #00aeef;
	--bs-info-rgb: 0, 174, 239;

	--bs-primary: #00539f;
	--bs-primary-rgb: 0, 83, 159;
}
*
{
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}
.btn-primary {
	--bs-btn-bg: #00539f;
	--bs-btn-border-color: #00539f;
	--bs-btn-hover-bg: #00539f;
	--bs-btn-hover-border-color: #002854;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-bg: #00539f;
	--bs-btn-active-border-color: #00539f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: #004087;
	--bs-btn-disabled-border-color: #004087;
}

html,
body
{
    height: 100%;
    margin: 0;
    overscroll-behaviour-x: none;
    -webkit-touch-callout:none;
    -webkit-user-Select:none;
    -moz-user-Select:none;
    -ms-user-Select:none;
    user-Select:none;
    touch-action:none;
}

#OuterFluidContainer 
{
    background-image: url('https://www.receptie-virtuala.web-med.ro/images/bkg-left.png'), url('https://www.receptie-virtuala.web-med.ro/images/bkg-right.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

#UserContentFooter
{
    background-color: #FFFFFF;
    z-index: 99999;
}

.letter-spacing-1
{
    letter-spacing: 1px;
}

.text-medlife
{
    color: #00539f!important;
}

.text-length-readable
{
    max-width: 40em;
}

.shake {
    animation-name: shake;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

/*PRELOADER*/

#PreLoaderContainer 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

#preloader {
    position: relative;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: auto;
    background: #fff;
    z-index: 9999;
}

.preloadertext {
    text-align: center;
    color: #004d9e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.load {
  position: relative;
  margin: 80px auto;
  width: 100px;
  height: 80px;
}

.gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  animation: spin 5s infinite;
}

.two {
  left: 40px;
  width: 80px;
  height: 80px;
  animation: spin-reverse 5s infinite;
}

.three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}

.lil-circle {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
  width: 100px;
  height: 100px;
  opacity: .65;
}

.blur-circle {
  position: absolute;
  top: -19px;
  left: -19px;
}

.text {
  color: lightgray;
  font: {
    size: 18px;
  }
  text-align: center;
}

#UserContentBody 
{
    margin-bottom: 7rem!important;
}

.mh-1200
{
    max-height: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mh-1000
{
    max-height: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
 background-color:transparent
}
::-webkit-scrollbar-thumb {
  background: #00539f;
  border-radius: 0px;
}