html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, text, span,  textarea, select, button {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Philosopher-Medium';
  font-size: 12px;
}

.custom-button {
  font-size: 15px;
  border-radius: 10px;
  background-color: powderblue;
  font-weight: bold;
}

.font-upper {
  text-transform: uppercase !important;
}

.font-camel {
  text-transform: capitalize !important;
}

.font-lower {
  text-transform: lowercase !important;
}

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

.font-strong {
  font-weight: 700 !important;
}

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

.text-shadow {
  text-shadow: 0 1px 0 #fff;
}
.text-shadow-new {
  text-shadow: 0 0.3px 0 #fff;
}

.box-shadow {
  box-shadow: 5px 5px 12px #888888;
}

*:focus {
  outline: none !important;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1 !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-padding-margin {
  padding: 0;
  margin: 0;
}

.cursor-pointer {
  cursor: pointer !important;;
}

.btn-action {
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

.no-click-allowed {
  cursor: not-allowed;
  pointer-events: none;
}

.btn-disabled, .btn-disabled[disabled], fieldset[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
  /*pointer-events: none;*/
}

.btn-disabl, .btn-disabl[disabl], fieldset[disabl] {
  /*cursor: not-allowed;*/
  opacity: 0.25 !important;
  /*pointer-events: none;*/
}

.no-click-allowed {
  cursor: not-allowed;
  pointer-events: none;
}

.btn-disable, .btn-disable[disable], fieldset[disable] {
  /*cursor: not-allowed;*/
  /*pointer-events: none;*/
}

.h100 {
  height: 100%;
}

.h50 {
  height:50%;
}

.h35 {
  height:35%;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}
.w75 {
  width: 75%;
}


.w25 {
  width: 25%;
}

.w12px {
  width: 12px;
}

.width100 {
  width: 104px;
}

.width80px {
  width: 80px;
}

.width118px {
  width: 118px;
}

.width150px {
  width: 150px;
}

.height35px {
  height: 35px !important;
}

.width-inherit {
  width: inherit;
}

.h42p {
  height: 42px;
}

.h44p {
  height: 44px;
}

.w44p {
  width: 44px;
}

.break-word {
  word-break: break-all;
}

select:required:invalid {
  color: #999;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10004;
  content: url("../images/spinner.gif");
}

.loadingMessage {
 position: absolute;
 top: 50%;
 left: 50%;
 translate: -50% -50%;
}

.popup-freeze {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 10004;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-freeze-transparent {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.display-inline-block {
  display: inline-block;
}

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

.center-content {
  justify-content: center;
}

.justify-center {
  justify-content: center;
}

.center {
  align-items: center;
  justify-content: center;
}

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

.f1 {
  flex: 1;
}

.f2 {
  flex: 2;
}

.f3 {
  flex: 3;
}

.f4 {
  flex: 4;
}

.m-t-5 {
  margin-top: 5px;
}

.m-lr-5 {
  margin: 0 5px;
}

.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-2-per {
  margin-bottom: 2%;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-8 {
  margin-right: 8px;
}
.margin-right-10 {
  margin-right: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-top-0 {
  padding-top: 0px;
}
.margin-left-7 {
  margin-left: 7px;
}


.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.p-lr-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.center-max {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.icon-40x40 {
  height: 40px;
  width: 40px;
}

.icon-30x30 {
  height: 30px;
  width: 30px;
}

.border-width-0 {
  border-width: 0px;
}

.border-2-white {
  border: 1px solid white !important;
}

.border-2-lr-white {
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}

.border-rad-30 {
  border-radius: 30px;
}

.delimiter {
  margin: 0 9px;
}

.roboto-300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.roboto-400 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.roboto-500 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.verlag-400 {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Philosopher-Medium';
  font-weight: 400;
}

.verlag-700 {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Philosopher-Medium';
  font-weight: 700;
}

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

.tag-style-label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.34);
  line-height: 19px;
  padding: 15px 0px 12px 0px
}

.tag-style-label-optional-field {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.34);
  line-height: 19px;
  padding: 15px 0px 12px 20px
}

.dropdown-disappear {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.scroll-slim {
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-slim:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-slim:hover {
  margin-right: 0px;
}

.scroll-slim::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: transparent;
}

.scroll-slim::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.scroll-slim::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: transparent;
}

.scroll-slim:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  background-color: #dddddd;
}

.scroll-slim:hover::-webkit-scrollbar {
  width: 4px;
  background-color: #dddddd;
}

.scroll-slim:hover::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #666666;
}

.hoverableBtn:hover {
  /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
  /* -webkit-box-shadow: 0 0 5px 1px #a8a8a8;
  -moz-box-shadow: 0 0 5px 1px #a8a8a8;
  box-shadow: 0 0 5px 1px #a8a8a8; */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.hoverableMenu:hover {
  color: #222222;
}

.hoverableProductMenu:hover {
  color: #ff7700 !important;
}

.hoverAccount:hover {
  background: rgba(0, 0, 0, 0.10) !important;
}

.hoverAccount:active {
  background: rgba(0, 0, 0, 0.15) !important;
}

.hover-bg-grey:hover {
  background-color: white;
}

.hover-text-blue:hover {
  color: #016db2 !important;
}

.grow:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.animate-opacity {
  animation: opac 0.3s
}

.button{
  width:10%;
  margin-left:444px;
  background-color: #0060db;
}

.animate-opacity-slow {
  animation: opac 0.5s
}

.animate-opacity-reverse-slow {
  /*animation: opac-1 0.5s*/
}

@keyframes opac {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.animate-opacity-fade-out {
  animation: opac-1 2.5s;
}

@keyframes opac-1 {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.dropdown-animation{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dropdown-image-dimension {
  width: 18px;
  height: 16px;
  margin-right: 20px;
}

.required-field {
  color: #337ab7;
  padding-top: 5px;
  padding-left: 12px;
  font-size: 20px;
}

.internet-modal {
  /* position: relative!important;
  top: 25%;
  background-color: #f7f1eb !important; */
}
.newModalClass{
  left: 50%;
  top: 20%;
  translate: -50% -20%;
  position: relative;
  margin: 1rem !important;
}

.popup-height{
  margin-top:-200px;
}

.escalation-matrix-modal {
  max-width: 1240px !important;
  position: relative!important;
  top: 10%!important;
  background-color: #f7f1eb !important;
  width: 100%!important;
  height:auto!important;
  /* margin: 0px!important; */
}

.charges-modal {
  width: 300px !important;
  height: 300px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -150px !important;
  margin-top:-150px !important;
}

.escalate-modal {
  width: 300px !important;
  height: 300px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -150px !important;
  margin-top:-150px !important;
}

@media all and (min-width: 350px){
  .charges-modal {
    width: 350px !important;
    height: 350px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -175px !important;
    margin-top:-175px !important;
  }
}

@media all and (min-width: 525px) {
  .charges-modal {
    width: 500px !important;
    height: 500px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -250px !important;
    margin-top:-250px !important;
  }
}
@media screen and (max-width:900px) {
  .newModalClass{
    left: unset !important;
    top: 20%;
    translate: unset !important; 
    position: relative;
    margin: 1rem !important;
  }
}

/*@media all and (min-width: 768px) {*/
  /*.charges-modal {*/
    /*width: 500px !important;*/
    /*height: 500px !important;*/
    /*position: absolute !important;*/
    /*top: 50% !important;*/
    /*left: 50% !important;*/
    /*margin-left: -250px !important;*/
    /*margin-top:-250px !important;*/
  /*}*/
/*}*/
