/*@import url("/UX/Css/Header/Reset.css?n=152");

@import url('/UX/Css/jquery-ui.css?n=1');
@import url('/UX/OH/bootstrap/css/bootstrap.css?n=1');*/

@import url('/SB_Assets/css/latofamily.css?n=1');
/*@import url('/SB_Assets/css/ADAStyle.css?n=1');
@import url("/src/app/shared/ckeditor/ckeditor.component.css?n=1");*/ /*For CK Editor 5*/
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");*/ /*To use fontAwesome icons*/

body, html {
  font-family: Lato;
  font-size: 14px;
  color: #000000;
}

div, * {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.btnTrans {
  background: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  color: #000;
}

.font16 {
  font-size: 16px !important;
}

.font14 {
  font-size: 14px !important;
}

.darkGrey {
  color: #555;
}

.dv-mid-sec {
    min-height: calc(100vh - 221px);
    width: 100%;
    float: left;
    padding: 0 40px;
}

.ML5 {
  margin-left: 5px;
}

.btn {
  padding: 2px 6px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Lato;
}

.btn-default {
  color: #555555 !important;
  background-color: #f2f2f2 !important;
  border-color: #cccccc !important;
  padding: 2px 5px;
  background-image:none !important;
}

  .btn-default:hover {
    color: #555555 !important;
    background-color: #f9f9f9 !important;
  }

button:focus {
  border: none;
  box-shadow: none;
}

.lineHtNormal, .lineHtNormal * {
  line-height: normal;
}

.btn-default:hover {
  color: #505759 !important;
  background-color: #f9f9f9;
}

.disabled{
  pointer-events: none;
  opacity: 0.3 !important;
}

input:disabled, button:disabled, a:disabled {
    pointer-events: none;
}

.pp-header button, .pp-footer button {
  line-height: normal;
}

.hide {
  display: none;
}

.dv-greyed-out {
  z-index: 9000000 !important;
}

.header-wrapper .dv-lf-wrap {
    z-index: 9000009 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.vertical-align-top {
    vertical-align: top;
}

.d-seprator {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  vertical-align: middle;
}

.app-datepicker-overlay-host {
    z-index: 9999999 !important;
}

.disclaimerButton {
  border: none !important;
  padding: 0px !important;
  cursor: pointer;
  color: #000000;
}

@media screen and (max-width:1024px) {
  .dv-mid-sec {
      padding: 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  .dv-mid-sec {
    padding: 0px 5px;
  }
}
