/* You can add global styles to this file, and also import other style files */
button:disabled,
button[disabled]{
  opacity:0.7;
}


table tbody{font-size:13px;}
.grey-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;

  &.open {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 102px 0;
    &.height {
      padding: 24px 0;
    }
  }

  @media screen and (max-width: 768px) {
    &.open {
      padding: 0;
    }
  }
}
.content-modal .scroll{max-height:500px; overflow-y:auto}
.modal-container {
  display: block;
  width: 100%; max-width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden; background-color:#FFF;

  &.w-400 {
    width:400px !important;

    @media screen and (max-width: 900px) {
      width: 100%;
      max-width: 90vw;
    }
  }

  &.w-860 {
    width: 860px !important;

    @media screen and (max-width: 900px) {
      width: 100%;
      max-width: 90vw;
    }
  }

  &.w-935 {
    width: 935px;

    @media screen and (max-width: 900px) {
      width: 100%;
      max-width: 90vw;
    }
  }

  &.h-430 {
    height: 430px !important;
  }

  &.f-14 {
    font-size: 14px !important;
  }

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.modal-title {
  position: relative;

.ic-close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: auto !important;
  height: auto;
  font-size: 24px;
  color: #000;
  line-height: 0;
  background-color: transparent;
  text-align: right;
  padding: 0 10px 0 0;


    &:hover {
      opacity: 0.6;
    }
  }
}


app-root .clear-fix:before,
app-root .clear-fix:after {
  content: "";
  display: table;
}
app-root .clear-fix:after {
  clear: both;
}
app-root .clear-fix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

app-root img{
  max-width:95%;
}

app-root .strike{
  text-decoration: #444444 line-through;
}

app-root{
  background:#EBEBEB;
  max-width: 1152px;
  min-width: 240px;
  margin:auto;
  font-family: Helvetica, Arial, sans-serif;
}
app-root .blue{
  color: #36567a;
}
app-root .orange{
  color: #EF9302;
}
app-root .red {
  color: #c44;
}
app-root .yellow {
  color: gold;
}
app-root .grey{
  color: #999 !important;
}
app-root button{
  color: white;
  font-weight: bold;
  background-color: #EF9302;
  text-align: center;
  padding: 8px 16px;
  margin: 3px 0px 3px 0px;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}

app-root .width-100{
  width:100%;
}

/**
  Log images CSS
  START
**/
app-root .topHidden {
  width: 100%;
  text-align: center;
  margin-top:10px;
}

app-root .mt10{
  margin-top:10px;
}

.topHidden img{height:40px !important}
app-root .topHidden>.left, .topHidden>.right {
  width: 50%;
  height: 100%;
  display:inline-block;
  text-align: right;
  vertical-align:middle;
}
/**
  Log images CSS
  END
**/

app-root .promobox{
  display: inline-flex;
}
app-root .promocode{
  padding: 4px;
}

app-root .promobtn{
  vertical-align:bottom;
}
app-root .width-33{
  width:calc(33% - 3px);
}
app-root .width-66{
  width:calc(66% - 2px);
}
app-root .promomsg{
  margin-top:6px;
  margin-bottom:6px;
  line-height: 26px;
}
app-root .promoActive{
  border:solid #36567a 1px;
}
app-root .margin-top-4{
  margin-top:4px;
}
app-root .mr-6{
  margin-right:6px;
}
app-root .fa-check:not(.ovrd){
  position: absolute;
  z-index: 1001;
  font-size: 1.5em;
  padding: 3px 0px 0px 2px;
}
app-root .fa-circle{
  position: absolute;
  z-index: 100;
}
app-root .fa-layers{
  margin-left:4px;
}
app-root .promoOk{
  vertical-align: middle;
}

app-root .green{
  color: #41ad49 !important;
}

app-root .white{
  color: #fff !important;
}
