@charset "UTF-8";
:root {
  --header-bg: #0e344f;
  --header-title-color: #ffffff;
  --nav-bar-bg: #ee7d32;
  --nav-bar-link: #ffffff;
  --mobile-menu-bg: #264860;
  --mobile-link-color: #ffffff;
  --stickybar: #333d3f; }

#ostadm {
  width: 50% !important;
  height: 100%;
  display: inline-block;
  float: right; }
  #ostadm svg {
    max-height: 40px;
    height: 40px; }

#popup button#do_search,
#popup input[type="submit"],
#popup input[type="reset"],
#popup input[type="button"], #print-form button#do_search,
#print-form input[type="submit"],
#print-form input[type="reset"],
#print-form input[type="button"] {
  padding: 6px 16px !important; }

@media (max-width: 760px) {
  h2 {
    font-size: 24px; } }
form[action="condos.php"] .attached.input,
form[action="pools.php"] .attached.input {
  position: relative;
  float: right;
  top: -32px;
  right: -20px;
  border: none !important;
  height: 24px;
  margin: 0 0 0 -300px;
  outline: none;
  /*-webkit-appearance: textfield;*/
  /*messses up seach boxes in mobile*/
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.rtl form[action="condos.php"] .attached.input,
.rtl form[action="pools.php"] .attached.input {
  left: 20px;
  right: initial; }

form[action="condos.php"] .input.attached input,
form[action="pools.php"] .input.attached input {
  margin: 0 !important;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-right: 0;
  height: 24px;
  padding: 0 0 0 9px;
  width: 140px !important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.rtl form[action="condos.php"] .input.attached input,
.rtl form[action="pools.php"] .input.attached input {
  background-position: left 4px center;
  padding: 0 9px 0 0; }

form[action="condos.php"] .input.attached input:focus,
form[action="pools.php"] .input.attached input:focus {
  min-width: 230px;
  background-color: #fff;
  border-color: #66CC75;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

form[action="condos.php"] .input.attached input:focus + .button.attached,
form[action="pools.php"] .input.attached input:focus + .button.attached {
  background-color: #fff;
  border: initial !important;
  height: 24px; }

form[action="condos.php"] .button.attached i.icon-search,
form[action="pools.php"] .button.attached i.icon-search {
  background-image: initial; }

form[action="condos.php"] .button.attached,
form[action="pools.php"] .button.attached {
  opacity: .8 !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23128DBE' d='M9.5%2C3A6.5%2C6.5 0 0%2C1 16%2C9.5C16%2C11.11 15.41%2C12.59 14.44%2C13.73L14.71%2C14H15.5L20.5%2C19L19%2C20.5L14%2C15.5V14.71L13.73%2C14.44C12.59%2C15.41 11.11%2C16 9.5%2C16A6.5%2C6.5 0 0%2C1 3%2C9.5A6.5%2C6.5 0 0%2C1 9.5%2C3M9.5%2C5C7%2C5 5%2C7 5%2C9.5C5%2C12 7%2C14 9.5%2C14C12%2C14 14%2C12 14%2C9.5C14%2C7 12%2C5 9.5%2C5Z' /%3E%3C/svg%3E");
  background-position: right 1px center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  border: initial !important;
  margin: 0;
  width: 24px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

form[action="condos.php"] i.icon-search,
form[action="pools.php"] i.icon-search {
  top: 0;
  opacity: .7; }

form[action='condos.php'] input.basic-search:placeholder-shown,
form[action='pools.php'] input.basic-search:placeholder-shown {
  /*color: var(--mobile-link-color) !important;*/
  /*hides text cursor*/
  opacity: .8 !important;
  font-size: 13px !important;
  font-style: italic !important; }

form[action="condos.php"] input.basic-search::placeholder,
form[action="pools.php"] input.basic-search::placeholder {
  color: var(--header-bg) !important;
  opacity: .8 !important;
  font-size: 13px !important;
  font-style: italic !important; }

form[action='condos.php'] input.basic-search::-moz-placeholder,
form[action='pools.php'] input.basic-search::-moz-placeholder {
  color: var(--header-bg) !important;
  opacity: .8 !important;
  font-size: 13px !important;
  font-style: italic !important; }

form[action='condos.php'] input.basic-search::-ms-input-placeholder,
form[action='pools.php'] input.basic-search::-ms-input-placeholder {
  color: var(--header-bg) !important;
  opacity: .8 !important;
  font-size: 13px !important;
  font-style: italic !important; }

form[action="condos.php"] .button.attached,
form[action="pools.php"] .button.attached {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px !important;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%235f6369' d='M9.5%2C3A6.5%2C6.5 0 0%2C1 16%2C9.5C16%2C11.11 15.41%2C12.59 14.44%2C13.73L14.71%2C14H15.5L20.5%2C19L19%2C20.5L14%2C15.5V14.71L13.73%2C14.44C12.59%2C15.41 11.11%2C16 9.5%2C16A6.5%2C6.5 0 0%2C1 3%2C9.5A6.5%2C6.5 0 0%2C1 9.5%2C3M9.5%2C5C7%2C5 5%2C7 5%2C9.5C5%2C12 7%2C14 9.5%2C14C12%2C14 14%2C12 14%2C9.5C14%2C7 12%2C5 9.5%2C5Z' /%3E %3C/svg%3E") !important; }

@media only screen and (max-width: 760px) {
  form[action="condos.php"] .attached.input,
  form[action="pools.php"] .attached.input {
    position: absolute;
    height: 24px !important;
    top: 60px;
    left: 1%;
    margin: 0;
    border: none !important;
    outline: none;
    /*-webkit-appearance: textfield;*/
    /*messses up seach boxes in mobile*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

  form[action="condos.php"] .input.attached input:focus,
  form[action="pools.php"] .input.attached input:focus {
    width: calc(100% - 156px) !important; }

  form[action="condos.php"] .attached.input,
  form[action="pools.php"] .attached.input {
    width: calc(98% + 2px) !important; }

  form[action="condos.php"] .input.attached input,
  form[action="pools.php"] .input.attached input {
    height: 24px;
    width: calc(100% - 156px) !important; }

  form[action="condos.php"] .button.attached,
  form[action="pools.php"] .button.attached {
    height: 24px !important; }

  form[action="condos.php"] .button.attached,
  form[action="pools.php"] .button.attached {
    background-color: initial;
    opacity: .8 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%232C2C2C' d='M9.5%2C3A6.5%2C6.5 0 0%2C1 16%2C9.5C16%2C11.11 15.41%2C12.59 14.44%2C13.73L14.71%2C14H15.5L20.5%2C19L19%2C20.5L14%2C15.5V14.71L13.73%2C14.44C12.59%2C15.41 11.11%2C16 9.5%2C16A6.5%2C6.5 0 0%2C1 3%2C9.5A6.5%2C6.5 0 0%2C1 9.5%2C3M9.5%2C5C7%2C5 5%2C7 5%2C9.5C5%2C12 7%2C14 9.5%2C14C12%2C14 14%2C12 14%2C9.5C14%2C7 12%2C5 9.5%2C5Z' /%3E%3C/svg%3E");
    background-position: right 2px center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
    border: initial !important;
    margin: 0;
    width: 24px; } }
#content,
#sub_nav,
.sticky.bar .content,
div#header-constrain {
  max-width: 1400px !important; }

#header-constrain {
  display: flex;
  flex-flow: row-reverse; }
  #header-constrain #nav {
    margin-left: auto; }
    #header-constrain #nav a {
      font-family: 'Open Sans', sans-serif; }
  #header-constrain #header-logo {
    flex: 1 1 auto; }
    #header-constrain #header-logo #left-logo {
      width: 120px;
      max-width: 120px !important;
      height: 50px !important;
      margin: 5px 10px !important; }
      #header-constrain #header-logo #left-logo #header-default {
        transform: translate(-18.75%, -18.75%) scale(0.625); }
        #header-constrain #header-logo #left-logo #header-default svg {
          height: 100% !important; }
      #header-constrain #header-logo #left-logo * {
        animation: none !important; }

#loginBody {
  background: #f9f9f9 !important; }
  #loginBody * {
    font-family: sans-serif !important; }
  #loginBody #loginBox #blur {
    background: #0e344f !important;
    border-radius: 10px; }
  #loginBody #loginBox input:focus {
    box-shadow: none; }
  #loginBody #loginBox input::placeholder {
    opacity: 0.7;
    color: inherit; }
  #loginBody #loginBox form {
    min-width: 270px;
    width: 100%;
    margin: 40px auto 0; }
    #loginBody #loginBox form fieldset {
      margin: 0 auto; }
      #loginBody #loginBox form fieldset a {
        text-decoration: underline; }
    #loginBody #loginBox form button {
      margin-top: 30px !important; }
    #loginBody #loginBox form > * {
      width: 75%; }
  #loginBody #loginBox button, #loginBody #loginBox input.submit {
    border-radius: 20px;
    background: linear-gradient(135deg, #ee7d32, #ee6432);
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #fff !important;
    font-size: 1.1rem; }
  #loginBody #company {
    font-size: .85rem !important;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 12px;
    color: var(--header-title-color);
    opacity: .7; }
    #loginBody #company .content {
      display: block;
      border-radius: 0 !important;
      background-color: initial !important;
      box-shadow: none !important;
      text-shadow: none !important;
      padding: 0 !important; }

#complianceouter {
  display: none; }

.resize-buttons {
  background: transparent; }

.customQ-dropdown .add-queue a:hover, .customQ-dropdown ul li:not(.personalQ):hover {
  color: var(--header-title-color);
  background-color: #f29b61; }

table.list {
  border: initial;
  border-radius: 0;
  background-color: initial;
  border-spacing: 0 .8em; }
  table.list thead th a, table.list tbody tr > *:not(.osta_subject):not(.checkbox-cell) {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px; }
  table.list thead th {
    border-radius: 0 !important;
    border-bottom: 1px solid #d1d1d1 !important;
    background-color: transparent;
    background-image: none !important; }
    table.list thead th > a {
      width: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      letter-spacing: 1px;
      color: #4e4e4e;
      text-shadow: none;
      font-size: 1.1em;
      font-weight: 600; }
      table.list thead th > a.asc, table.list thead th > a.desc {
        background-color: transparent;
        color: #2e2e2e; }
      table.list thead th > a:hover {
        background-color: #e5e5e5 !important; }
    table.list thead th > a#selectToggle {
      display: block;
      background-image: url(../../osta/icons/checkmark.svg);
      background-repeat: no-repeat;
      background-position: 12px center;
      background-size: 16px;
      content: "";
      width: 30px !important; }
  table.list tbody:before, table.list tbody:after {
    content: "@";
    display: block;
    line-height: 0em;
    text-indent: -99999px;
    font-size: 0px; }
  table.list tfoot tr, table.list tfoot td {
    border-radius: 0 !important;
    border-top: 1px solid #d1d1d1 !important;
    background-color: transparent; }

#content table.list tbody tr td {
  color: #4e4e4e;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important; }
  #content table.list tbody tr td:first-child {
    border-left: 2px solid #fff !important;
    border-radius: 6px 0 0 6px; }
  #content table.list tbody tr td:last-child {
    border-right: 2px solid #fff !important;
    border-radius: 0 6px 6px 0; }
  #content table.list tbody tr td:not([class^='osta_priority']) {
    background-color: #fff !important; }
  #content table.list tbody tr td.osta_priority {
    border-color: transparent !important; }
@media (max-width: 760px) {
  #content table.list tbody tr {
    background-color: #fff !important; } }
@media (min-width: 761px) {
  #content table.list tbody tr:hover td:not([class^='osta_priority']) {
    background-color: #fff !important; }
  #content table.list tbody tr:hover td {
    background-color: #000;
    border-top: 2px solid #e0e0e0 !important;
    border-bottom: 2px solid #e0e0e0 !important; }
    #content table.list tbody tr:hover td:first-child {
      border-left: 2px solid #e0e0e0 !important; }
    #content table.list tbody tr:hover td:last-child {
      border-right: 2px solid #e0e0e0 !important; }
  #content table.list tbody tr.highlight td {
    border-top: 2px solid #a5cb59 !important;
    border-bottom: 2px solid #a5cb59 !important;
    filter: none !important; }
    #content table.list tbody tr.highlight td:first-child {
      border-left: 2px solid #a5cb59 !important; }
    #content table.list tbody tr.highlight td:last-child {
      border-right: 2px solid #a5cb59 !important; } }

#content.tickets table.list tbody tr,
#content.index table.list tbody tr {
  cursor: pointer; }

.truncate {
  display: inline-block;
  white-space: nowrap; }

@media (max-width: 760px) {
  #content.tickets .action-button {
    display: none; } }

.osta_department .sec-source,
.osta_subject .sec-source,
.pool_subject .sec-source {
  display: block !important;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold; }
  .osta_department .sec-source span:empty:before,
  .osta_subject .sec-source span:empty:before,
  .pool_subject .sec-source span:empty:before {
    content: "Sem cliente associado";
    font-weight: bolder;
    background: linear-gradient(104deg, rgba(255, 140, 44, 0) 0.9%, #ff8c2c 2.4%, rgba(255, 140, 44, 0.5) 5.8%, rgba(255, 140, 44, 0.1) 93%, rgba(255, 140, 44, 0.7) 96%, rgba(255, 140, 44, 0) 98%), linear-gradient(183deg, rgba(255, 140, 44, 0) 0%, rgba(255, 140, 44, 0.3) 7.9%, rgba(255, 140, 44, 0) 15%);
    padding: 0.6em 13.7px;
    -webkit-box-decoration-break: clone;
    margin: 0;
    border-radius: 7.5px;
    text-shadow: -12px 12px 9.8px rgba(255, 140, 44, 0.7), 21px -18.1px 7.3px white, -18.1px -27.3px 30px white; }

span.highlight {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(130, 255, 173, 0) 0.9%, #82ffad 2.4%, rgba(130, 255, 173, 0.5) 5.8%, rgba(130, 255, 173, 0.1) 93%, rgba(130, 255, 173, 0.7) 96%, rgba(130, 255, 255, 0) 98%), linear-gradient(183deg, rgba(130, 255, 173, 0) 0%, rgba(130, 255, 173, 0.3) 7.9%, rgba(130, 255, 173, 0) 15%);
  padding: 0.6em 13.7px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(130, 255, 173, 0.7), 21px -18.1px 7.3px white, -18.1px -27.3px 30px white; }

form[action="canned.php"] table.list th:first-child, form[action="categories.php"] table.list th:first-child, form[action="orgs.php"] table.list th:first-child {
  width: 56px !important; }
form[action="canned.php"] table.list th:nth-child(2), form[action="categories.php"] table.list th:nth-child(2), form[action="orgs.php"] table.list th:nth-child(2) {
  width: 560px !important; }
form[action="canned.php"] table.list th:nth-child(3), form[action="canned.php"] table.list th:nth-child(4), form[action="canned.php"] table.list th:nth-child(5), form[action="categories.php"] table.list th:nth-child(3), form[action="categories.php"] table.list th:nth-child(4), form[action="categories.php"] table.list th:nth-child(5), form[action="orgs.php"] table.list th:nth-child(3), form[action="orgs.php"] table.list th:nth-child(4), form[action="orgs.php"] table.list th:nth-child(5) {
  width: 168px !important; }

#content.canned tr td:nth-child(2), #content.categories tr td:nth-child(2), #content.users tr td:nth-child(2) {
  height: 50px; }

#content .ticket_info td {
  height: 0px !important; }

#content.index table.list tbody td, #content.tickets table.list tbody td, #content.condos table.list tbody td, #content.pools table.list tbody td, #content.canned table.list tbody td, #content.categories table.list tbody td, #content.helptopics table.list tbody td, #content.filters table.list tbody td, #content.slas table.list tbody td, #content.schedules table.list tbody td, #content.apikeys table.list tbody td, #content.pages table.list tbody td, #content.forms table.list tbody td, #content.lists table.list tbody td, #content.plugins table.list tbody td, #content.staff table.list tbody td, #content.teams table.list tbody td, #content.roles table.list tbody td, #content.departments table.list tbody td, #content.emails table.list tbody td, #content.banlist table.list tbody td, #content.templates table.list tbody td {
  font-size: 16px; }
  @media (min-width: 761px) {
    #content.index table.list tbody td:nth-child(2), #content.tickets table.list tbody td:nth-child(2), #content.condos table.list tbody td:nth-child(2), #content.pools table.list tbody td:nth-child(2), #content.canned table.list tbody td:nth-child(2), #content.categories table.list tbody td:nth-child(2), #content.helptopics table.list tbody td:nth-child(2), #content.filters table.list tbody td:nth-child(2), #content.slas table.list tbody td:nth-child(2), #content.schedules table.list tbody td:nth-child(2), #content.apikeys table.list tbody td:nth-child(2), #content.pages table.list tbody td:nth-child(2), #content.forms table.list tbody td:nth-child(2), #content.lists table.list tbody td:nth-child(2), #content.plugins table.list tbody td:nth-child(2), #content.staff table.list tbody td:nth-child(2), #content.teams table.list tbody td:nth-child(2), #content.roles table.list tbody td:nth-child(2), #content.departments table.list tbody td:nth-child(2), #content.emails table.list tbody td:nth-child(2), #content.banlist table.list tbody td:nth-child(2), #content.templates table.list tbody td:nth-child(2) {
      height: 50px; } }

@media (max-width: 760px) {
  #content.users .action-button {
    display: none; } }
#content.users .tab_content {
  background: transparent;
  border: 1px solid #d1d1d1; }
#content.users .list tbody tr {
  cursor: pointer; }
#content.users .list #ticket-count {
  top: 5px !important; }
#content.users .list td {
  padding: initial;
  font-size: 16px !important; }
  #content.users .list td.checkbox-cell {
    padding: 18px 0px; }
#content.users .list th:not(.osta_priority) a {
  font-size: 15.4px !important; }
#content.users .list th:first-child {
  width: 44.8px !important; }
#content.users .list th:nth-child(2) {
  width: 70px !important; }
#content.users .list th:nth-child(3) {
  width: 134.4px !important; }
#content.users .list th:nth-child(4) {
  width: 476px !important; }
#content.users .list th:nth-child(5) {
  width: 112px !important; }
#content.users .list th:nth-child(6) {
  width: 134.4px !important; }
#content.users .list th:nth-child(7) {
  width: 5.6px !important; }
#content.users .list td:nth-child(4) {
  overflow: auto; }
  #content.users .list td:nth-child(4) .pull-left {
    padding: 0; }
@media (max-width: 760px) {
  #content.users .list td:nth-child(2):before {
    content: "Nome"; }
  #content.users .list td:nth-child(3):before {
    content: "Estado"; }
  #content.users .list td:nth-child(4):before {
    content: "Criado"; }
  #content.users .list td:nth-child(5):before {
    content: "Atualizado"; }
  #content.users .list td:empty::after {
    content: '(vazio)';
    color: #aaa;
    text-transform: lowercase; }
  #content.users .list td:before {
    width: 100px !important; } }

#content.directory .list th:first-child {
  width: 224px !important; }
#content.directory .list th:nth-child(2), #content.directory .list th:nth-child(4), #content.directory .list th:nth-child(5), #content.directory .list th:nth-child(6) {
  width: 168px !important; }
#content.directory .list th:nth-child(3) {
  width: 224px !important; }
#content.directory .list tbody td {
  font-size: 16px !important; }
  #content.directory .list tbody td:first-child {
    font-weight: 600; }
@media (max-width: 760px) {
  #content.directory .list td:nth-child(1):before {
    content: "Nome"; }
  #content.directory .list td:nth-child(2):before {
    content: "Dept."; }
  #content.directory .list td:nth-child(3):before {
    content: "Email"; }
  #content.directory .list td:nth-child(4):before {
    content: "Telefone"; }
  #content.directory .list td:nth-child(5):before {
    content: "Extensão"; }
  #content.directory .list td:nth-child(6):before {
    content: "Telemóvel"; }
  #content.directory .list td:empty::after {
    content: '(vazio)';
    color: #aaa;
    text-transform: lowercase; }
  #content.directory .list td:before {
    width: 100px !important; } }

#content.tasks .list th:first-child {
  width: 44.8px !important; }
#content.tasks .list th:nth-child(2) {
  width: 89.6px !important; }
#content.tasks .list th:nth-child(3), #content.tasks .list th:nth-child(6), #content.tasks .list th:nth-child(7) {
  width: 179.2px !important; }
#content.tasks .list th:nth-child(4) {
  width: 224px !important; }
#content.tasks .list th:nth-child(5) {
  width: 425.6px !important; }

#content.condos td.category:not(.all).none span {
  border: .5px solid #999;
  font-weight: 800;
  background-color: #fff;
  color: #999; }
#content.condos td.category:not(.all) span {
  position: absolute;
  font-size: 12px !important;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-top: 18px;
  margin-left: -2px;
  line-height: 17px;
  background-color: #e74c3c;
  border-radius: 100%;
  color: #fff;
  z-index: 1; }
#content.condos td.category:not(.all) i {
  background-size: 28px !important;
  width: 28px !important;
  height: 28px !important; }
#content.condos td.category:not(.all).law i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M1 21h12v2H1zM5.245 8.07l2.83-2.827 14.14 14.142-2.828 2.828zM12.317 1l5.657 5.656-2.83 2.83-5.654-5.66zM3.825 9.485l5.657 5.657-2.828 2.828-5.657-5.657z' /%3E%3C/svg%3E"); }
#content.condos td.category:not(.all).maintenance i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z' /%3E%3C/svg%3E"); }
#content.condos td.category:not(.all).support i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='28' height='28' fill='%23999999' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='9' r='4'/%3E%3Cpath fill='%23999999' d='M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z' /%3E%3C/svg%3E"); }
#content.condos td.category:not(.all).finance i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4V8h-2V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1zm9-13H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z' /%3E%3C/svg%3E"); }

@media (max-width: 760px) {
  #content.condos h2 {
    font-size: 22px; }
  #content.condos .action-button {
    display: none; } }
#content.condos .list tbody tr {
  cursor: pointer; }
@media (max-width: 760px) {
  #content.condos .list.condos tr {
    padding-bottom: 0 !important; }
    #content.condos .list.condos tr td {
      display: none;
      position: relative;
      padding: 8px !important; }
    #content.condos .list.condos tr td:nth-child(2) {
      display: block; } }
#content.condos .list.condos th:first-child {
  width: 44.8px !important; }
#content.condos .list.condos th:nth-child(2) {
  width: 336px !important; }
#content.condos .list.condos th:nth-child(3), #content.condos .list.condos th:nth-child(4), #content.condos .list.condos th:nth-child(5), #content.condos .list.condos th:nth-child(6) {
  width: 134.4px !important; }
#content.condos .list.condos th:nth-child(7) {
  width: 67.2px !important; }
#content.condos .list.condos td:nth-child(2) {
  font-weight: 600; }

#content.condos .list.tickets th:first-child {
  width: 44.8px !important; }
#content.condos .list.tickets th:nth-child(2) {
  width: 70px !important; }
#content.condos .list.tickets th:nth-child(3) {
  width: 100.8px !important; }
#content.condos .list.tickets th:nth-child(4) {
  width: 476px !important; }
#content.condos .list.tickets th:nth-child(5), #content.condos .list.tickets th:nth-child(7) {
  width: 89.6px !important; }
#content.condos .list.tickets th:nth-child(6) {
  width: 112px !important; }
#content.condos .list.tickets th:nth-child(8) {
  width: 5.6px !important; }
#content.condos .list.tickets .osta_username {
  max-width: 160px; }
#content.condos .list.tickets .osta_lastupdated {
  max-width: 100px; }
#content.condos .list.tickets .osta_dept__name, #content.condos .list.tickets .osta_status, #content.condos .list.tickets .osta_assignee {
  max-width: 80px; }

#content.pools h2:first-child {
  margin-bottom: 10px; }
@media (max-width: 760px) {
  #content.pools h2 {
    font-size: 22px; }
  #content.pools .action-button {
    display: none; } }
#content.pools .list tbody tr {
  cursor: pointer; }
@media (max-width: 760px) {
  #content.pools .list.pools tr {
    padding-bottom: 0 !important; }
    #content.pools .list.pools tr td {
      display: none;
      position: relative;
      padding: 8px !important; }
    #content.pools .list.pools tr td:nth-child(2) {
      display: block; } }
#content.pools .list.pools th:first-child {
  width: 44.8px !important; }
#content.pools .list.pools th:nth-child(2) {
  width: 571.2px !important; }
#content.pools .list.pools th:nth-child(3), #content.pools .list.pools th:nth-child(4), #content.pools .list.pools th:nth-child(6) {
  width: 117.6px !important; }
#content.pools .list.pools th:nth-child(5) {
  width: 145.6px !important; }

form > div:first-of-type::after {
  content: "";
  clear: both;
  display: table; }

#content.condos .pull-left, #content.condos .pull-right {
  height: 36px; }

.page-secheader {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .page-secheader > div {
    display: flex;
    justify-content: space-evenly !important;
    font-family: 'Roboto:300', sans-serif;
    font-weight: 600 !important;
    overflow: hidden; }
  .page-secheader .secheader-label {
    float: left;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 0px 0px;
    width: 16px;
    position: relative;
    top: 4px; }
    .page-secheader .secheader-label.search {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='2 2 34 24'%3E %3Cpath fill='%23ffffff' fill-opacity='0' d='M0 0h24v24H0z' /%3E%3Cpath fill='%2341A4CB' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E"); }
  .page-secheader .left-actions .action-button {
    outline: 0;
    background-color: #888;
    height: 24px !important;
    font-weight: 600 !important;
    padding: 0px 20px 2px 2px !important;
    margin-left: 4px;
    min-width: initial !important;
    color: #fff;
    font-size: inherit;
    max-width: 180px;
    top: 0px !important;
    border: initial !important;
    border-radius: 3px;
    letter-spacing: 0.15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: unset;
    box-sizing: border-box; }
    .page-secheader .left-actions .action-button.action-select {
      background: url(../../osta/svg/chevron-down-thin-alt.svg) no-repeat;
      background-position: right;
      background-color: #888; }
    .page-secheader .left-actions .action-button.active {
      background-color: #128dbe;
      color: #fff;
      border: 1.5px solid #004d73 !important;
      box-shadow: 0 0 6px rgba(0, 123, 255, 0.5); }

#popup-loading .alogo {
  margin-left: 50%;
  margin-top: 10%; }
  #popup-loading .alogo .log-sq {
    animation-duration: 1.5s; }

#loading.alogo {
  transform: translateX(-41.4213562%) rotate(45deg) !important;
  width: 64px !important;
  height: 64px !important;
  left: calc(50% - 32px) !important; }
  #loading.alogo.asmall {
    width: 48px !important;
    height: 48px !important; }
  #loading.alogo.no-animation .logo-sq {
    animation: none; }
  #loading.alogo .log-blue {
    background: #b9cdc9; }
  #loading.alogo .log-orange {
    background: #d67c3b; }
  #loading.alogo .log-blue-gradient {
    background-image: radial-gradient(farthest-corner at 10% 10%, rgba(66, 74, 75, 0.7), #b9cdc9); }
  #loading.alogo .log-orange-gradient {
    background-image: radial-gradient(farthest-corner at 10% 10%, rgba(66, 74, 75, 0.7), #d67c3b); }
  #loading.alogo .log-sq {
    background: #d67c3b;
    position: absolute;
    animation-duration: 3s;
    width: 50%;
    height: 50%;
    overflow: hidden;
    animation-iteration-count: infinite; }
    #loading.alogo .log-sq .left {
      position: absolute;
      width: 50%;
      height: 100%;
      z-index: 1; }
    #loading.alogo .log-sq .upper {
      width: calc(100% * 1.414213562);
      height: calc(100% * 1.414213562);
      transform: translate(-50%, -50%) rotate(45deg); }
    #loading.alogo .log-sq .lower {
      width: calc(100% * 1.414213562);
      height: calc(100% * 1.414213562);
      transform: translate(20%, -80%) rotate(45deg); }

.log-sq:nth-child(1) {
  transform-origin: 0 100%;
  animation-name: rot1; }

.log-sq:nth-child(2) {
  transform-origin: 0 0;
  animation-name: rot2;
  left: 50%;
  transform: rotate(45deg); }

.log-sq:nth-child(3) {
  transform-origin: 100% 0;
  animation-name: rot3;
  left: 50%;
  top: 50%; }
  .log-sq:nth-child(3) .lower {
    transform: translate(20%, -152%) rotate(45deg) !important; }

/* .logo-sq:nth-child(4) {
  transform-origin: 100% 100%;
  animation-name: rot4;
  top:50%;
} */
@keyframes rot1 {
  0% {
    opacity: 1;
    transform: rotatex(0deg); }
  37.5% {
    opacity: 1;
    transform: rotatex(0deg); }
  50% {
    opacity: 0;
    transform: rotatex(180deg); }
  87.5% {
    opacity: 0;
    transform: rotatex(180deg); }
  100% {
    opacity: 1;
    transform: rotatex(0deg); } }
@keyframes rot2 {
  0% {
    opacity: 0;
    transform: rotatey(180deg); }
  12.5% {
    opacity: 1;
    transform: rotatey(0); }
  50% {
    opacity: 1;
    transform: rotatey(0); }
  62.5% {
    opacity: 0;
    transform: rotatey(180deg); }
  100% {
    opacity: 0;
    transform: rotatey(180deg); } }
@keyframes rot3 {
  0% {
    opacity: 0;
    transform: rotatex(180deg); }
  12.5% {
    opacity: 0;
    transform: rotatex(180deg); }
  25% {
    opacity: 1;
    transform: rotatex(0deg); }
  62.5% {
    opacity: 1;
    transform: rotatex(0deg); }
  75% {
    opacity: 0;
    transform: rotatex(180deg); }
  100% {
    opacity: 0;
    transform: rotatex(180deg); } }
/* ==========================================================================
 SCROLL TO TOP
========================================================================== */
.shortcut {
  position: fixed;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  background: var(--header-bg);
  color: var(--header-title-color);
  fill: currentColor;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, box-shadow 0.2s ease; }
  .shortcut:hover:not(.disabled) {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
  .shortcut:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 6px 14px rgba(0, 0, 0, 0.25); }
  .shortcut svg {
    width: 22px;
    height: 22px;
    fill: currentColor; }
  .shortcut span {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .shortcut.disabled {
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none; }

#open-condo,
#open-user,
#open-queue {
  right: 0;
  opacity: 0.5;
  transform: translateX(50%);
  border-radius: 6px 0 0 6px;
  pointer-events: none;
  cursor: not-allowed;
  filter: blur(0.6px); }
  #open-condo.ready:not(.disabled),
  #open-user.ready:not(.disabled),
  #open-queue.ready:not(.disabled) {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    cursor: pointer;
    filter: none; }

#open-queue {
  bottom: calc(50vh - 29px); }

#open-condo {
  bottom: calc(50vh - 87px); }

#open-user {
  bottom: calc(50vh + 29px); }

@keyframes fadeIn {
  to {
    opacity: 0.7; } }
.btn-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out !important;
  position: fixed;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--header-bg);
  cursor: pointer;
  padding: 13px;
  border-radius: 4px;
  width: 32px;
  height: 32px; }
  .btn-nav svg {
    fill: var(--header-title-color); }
  .btn-nav:hover {
    opacity: 1 !important; }

#nav-back {
  left: 20px;
  right: unset;
  bottom: calc(5vh - 28px);
  border-radius: 32px;
  transform: rotate(-90deg);
  animation: fadeIn 0.5s ease-in-out forwards; }

#scroll-top {
  left: unset;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  padding: 13px;
  visibility: hidden;
  opacity: 0; }

#brickwall {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #0a2537 0%, #0e344f 50%, #1a4a68 100%) !important; }

.svg-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .svg-background svg {
    width: 100%;
    height: 100%; }

@keyframes rotate-out-top {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-in-top {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-out-bottom {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-in-bottom {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-center {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.out-top {
  animation: rotate-out-top 50s linear infinite;
  transform-origin: 15px 20px; }

.in-top {
  animation: rotate-in-top 35s linear infinite;
  transform-origin: 15px 20px; }

.out-bottom {
  animation: rotate-out-bottom 60s linear infinite;
  transform-origin: 85px 85px; }

.in-bottom {
  animation: rotate-in-bottom 45s linear infinite;
  transform-origin: 85px 85px; }

.center-blob {
  animation: rotate-center 70s linear infinite;
  transform-origin: 50px 50px; }

#loginBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(14, 52, 79, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  z-index: 10;
  width: unset !important;
  min-width: 400px;
  max-width: 90%;
  margin-left: unset !important; }
  #loginBox #blur {
    display: none; }
  #loginBox #background {
    display: none; }
  #loginBox #login-title {
    margin: 0px; }
  #loginBox h3 {
    color: white;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  #loginBox input[type="text"], #loginBox input[type="password"] {
    width: 100%;
    padding: 16px 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: white;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px; }
  #loginBox .submit.button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #d67c3b 0%, #bd6e34 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(214, 124, 59, 0.3); }
    #loginBox .submit.button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 25px rgba(214, 124, 59, 0.5);
      background: linear-gradient(135deg, #e08645 0%, #d67c3b 100%); }
    #loginBox .submit.button:active {
      transform: translateY(0); }
    #loginBox .submit.button i {
      margin-right: 8px; }
  #loginBox #pw-reset {
    text-align: center;
    margin-top: 20px; }
    #loginBox #pw-reset a {
      color: rgba(214, 124, 59, 0.9);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease; }
      #loginBox #pw-reset a:hover {
        color: #d67c3b; }
  #loginBox #company {
    margin-top: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px; }
  #loginBox .external-auth {
    margin-top: 15px;
    text-align: center; }
  #loginBox .or {
    text-align: center;
    margin: 20px 0;
    position: relative; }
    #loginBox .or hr {
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0; }
  #loginBox .banner {
    margin-bottom: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px; }
  #loginBox #header-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none; }
    #loginBox #header-logo #login-title {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      #loginBox #header-logo #login-title #header-default {
        color: white;
        font-size: 18px;
        font-weight: 500; }
      #loginBox #header-logo #login-title #header-text {
        margin-bottom: 15px; }
        #loginBox #header-logo #login-title #header-text #header-title {
          color: white;
          font-size: 24px;
          font-weight: 600;
          text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      #loginBox #header-logo #login-title #header-image {
        margin-bottom: 15px; }
        #loginBox #header-logo #login-title #header-image img {
          max-height: 60px;
          max-width: 200px; }

@keyframes subtle-shake {
  0%, 100% {
    transform: translate(-50%, -50%) translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-50%, -50%) translateX(-5px); }
  20%, 40%, 60%, 80% {
    transform: translate(-50%, -50%) translateX(5px); } }
.shake-effect {
  animation: subtle-shake 0.5s ease-in-out; }

/*# sourceMappingURL=user-styles.css.map */
