/*!
Theme Name: Xyz code theme
Theme URI:
Author: Xyz Code - Matteo Riccardizi
Author URI:
Description: Xyz Code official theme
Version: 1.0.0
Tested up to: 6.0.2
Requires PHP: 7.4
License:
License URI:
Text Domain: xyz-code-theme
Tags:
*/
/*********************************************************************
TODO: GLOBAL DEFINITION
**********************************************************************/
/*********************************************************************
TODO: MIXINS
**********************************************************************/
/*********************************************************************
TODO: GENERAL
**********************************************************************/
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 400;
  color: #44525f;
}
/*
******** TODO: START LOGIN PAGE ********
*/
.xyz-panel-left {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.xyz-panel-left #login-content {
  width: 100%;
}
.xyz-panel-left .xyz-login {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.xyz-panel-left .xyz-login .xyz-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.xyz-panel-left .xyz-login .xyz-panel .xyz-heading .alert {
  display: none;
}
.xyz-panel-left .xyz-login .xyz-panel .wrap-input {
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.xyz-panel-left .xyz-login .xyz-panel .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 2;
}
.xyz-panel-left .xyz-login .xyz-panel .pwd-toggle:hover {
  cursor: pointer;
  color: #4f77ff;
}
.xyz-panel-left .xyz-login .xyz-panel .pwd-toggle:focus {
  cursor: pointer;
  color: #4f77ff;
}
.xyz-panel-left .xyz-login .auth-title {
  margin-top: 0px;
}
.xyz-panel-left .xyz-login .xyz-panel.active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.xyz-panel-left .xyz-login .panel-login .form-control {
  color: #333;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated {
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated input[type=checkbox] {
  display: none;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated label {
  cursor: pointer;
  padding-left: 28px;
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated label .box {
  border: 2px solid #d9d9d9;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated label .check {
  top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  border: 2px solid #BADA55;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline {
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline input[type=checkbox] {
  display: none;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline label {
  cursor: pointer;
  padding-left: 28px;
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline label .box {
  border: 2px solid #d9d9d9;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline label .check {
  top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  border: 2px solid #BADA55;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline.checkbox-animated-inline {
  display: inline-block;
}
.xyz-panel-left .xyz-login .panel-login .checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
  margin-left: 10px;
}
.xyz-panel-left .xyz-login .panel-login .form-control:focus + .focus-input:before {
  width: 100%;
}
.xyz-panel-right {
  background-color: #2d385e;
  color: #fff;
}
.xyz-panel-right .hero-heading {
  display: table;
  width: 100%;
  text-align: center;
}
.xyz-panel-right .hero-heading .headline {
  display: table-cell;
  vertical-align: middle;
}
.xyz-panel-right .hero-heading .headline h1,
.xyz-panel-right .hero-heading .headline h2,
.xyz-panel-right .hero-heading .headline h3 {
  color: #fff;
  font-weight: 600;
}
.xyz-panel-right .hero-heading .headline p {
  font-weight: 300;
}
.home footer {
  padding: 0;
}
/*
******** TODO: END LOGIN PAGE ********
*/
/*
  ******** TODO: START HEADER & FOOTER ********
*/
header {
  width: 100%;
  background-color: #2d385e;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  border-left: 4px solid #999;
}
header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container-fluid #logo a {
  display: block;
}
header .container-fluid #command {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container-fluid #command .icon {
  color: #6385FF;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
header .container-fluid #command .icon i {
  transition: all 0.2s ease-in-out;
}
header .container-fluid #command .icon i:hover {
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
header .container-fluid #command .icon span {
  position: absolute;
  z-index: 5;
  background-color: #e91e63;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
header .container-fluid #command .icon #img-account {
  background-color: #878787;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  overflow: hidden;
}
header .container-fluid #command .icon #img-account:hover {
  color: #FFF;
}
header .container-fluid #command .icon #img-account img {
  border-radius: 50%;
}
header .container-fluid #command .icon ul#notify-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 6666;
  background-color: #FFF;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  display: none;
}
header .container-fluid #command .icon ul#notify-menu li {
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
header .container-fluid #command .icon ul#notify-menu li:last-child {
  border: none;
}
header .container-fluid #command .icon ul#notify-menu li #notify-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container-fluid #command .icon ul#notify-menu li #notify-header span {
  position: static;
  width: unset;
  height: unset;
  top: unset;
  right: unset;
  border-radius: unset;
  display: block;
  justify-content: unset;
  background-color: unset;
  color: #2d385e;
}
header .container-fluid #command .icon ul#notify-menu li #notify-header a {
  text-decoration: none;
  color: #ff2a00;
  text-transform: uppercase;
}
header .container-fluid #command .icon ul#notify-menu .notify {
  padding: 0;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-loop {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  transition: all 0.2s ease-in-out;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-loop:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgba(33, 33, 33, 0.05);
}
header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar {
  background-color: #878787;
}
header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar-thumb {
  background-color: #878787;
  border: 2px solid #878787;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-icon {
  background-color: #FEC107;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i {
  color: #FFF;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i:hover {
  color: #FFF;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body {
  width: 100%;
  color: #878787;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header h4 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header span {
  position: static;
  width: unset;
  height: unset;
  top: unset;
  right: unset;
  border-radius: unset;
  display: block;
  justify-content: unset;
  background-color: unset;
  color: #2d385e;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body.not-read {
  font-weight: 700;
}
header .container-fluid #command .icon ul#notify-menu .notify .notify-body.strong {
  font-weight: 700;
}
header .container-fluid #command .icon ul#account-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 6666;
  background-color: #FFF;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  display: none;
}
header .container-fluid #command .icon ul#account-menu li a {
  display: flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  color: #2d385e;
  transition: all 0.2s ease-in-out;
}
header .container-fluid #command .icon ul#account-menu li a:hover {
  transition: all 0.2s ease-in-out;
  background-color: #F4F4F4;
}
header .container-fluid #command .icon ul#account-menu li a i {
  color: #878787;
}
footer {
  background-color: #F7F7F7;
  color: #878787;
}
.xyzcode_alert_msg {
  position: fixed;
  display: none;
}
#openSettings .wrap-input {
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
#openSettings .wrap-input .focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#openSettings .wrap-input .focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#openSettings .form-control {
  color: #333;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#openSettings .form-control:focus + .focus-input:before {
  width: 100%;
}
#openSettings #user_psw {
  align-items: baseline;
  padding: 0px 12px;
}
#openSettings #alertUser {
  display: none;
  text-align: center;
}
#openSettings #alertUser button {
  margin: 10px 0px 0px 0px;
}
/*
  ******** TODO: END HEADER & FOOTER ********
*/
/*
******** TODO: START GENERIC PAGE STRUCTURE ********
*/
.xyz-col-sx {
  padding: 0;
  box-shadow: 1px 0 #c6d2d9;
}
.xyz-col-sx nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xyz-col-sx nav ul li {
  transition: width .2s ease;
  position: relative;
  border-left: 4px solid;
}
.xyz-col-sx nav ul li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}
.xyz-col-sx nav ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  background: #E4EAEE;
  transition: width .2s ease;
  z-index: 0;
}
.xyz-col-sx nav ul li:hover:before {
  width: 100% !important;
}
.xyz-col-sx nav ul li.active {
  background: #E4EAEE;
}
.xyz-col-dx #back a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  position: relative;
  transition: width 0.2s linear;
}
.xyz-col-dx #back a:after {
  content: '';
  width: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: width 0.2s linear;
}
.xyz-col-dx #back a:before {
  content: '';
  width: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: width 0.2s linear;
}
.xyz-col-dx #back a:hover:after {
  transition: width 0.2s linear;
}
.xyz-col-dx #back a:hover:before {
  transition: width 0.2s linear;
}
.xyz-col-dx2 .wrap-input {
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.xyz-col-dx2 .wrap-input .focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.xyz-col-dx2 .wrap-input .focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.xyz-col-dx2 .form-control {
  color: #333;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu_dashboard {
  border-color: #8bc34a !important;
  position: relative;
}
.menu_dashboard a {
  display: flex;
  align-items: center;
}
.menu_dashboard a:before {
  content: "\F056E";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu_redirect {
  border-color: #8bc34a !important;
  position: relative;
}
.menu_redirect a {
  display: flex;
  align-items: center;
}
.menu_redirect a:before {
  content: "\F03CC";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu_timetracker {
  border-color: #ff9800 !important;
  position: relative;
}
.menu_timetracker a {
  display: flex;
  align-items: center;
}
.menu_timetracker a:before {
  content: "\F13AB";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu_progetti {
  border-color: #3f51b5 !important;
  position: relative;
}
.menu_progetti a {
  display: flex;
  align-items: center;
}
.menu_progetti a:before {
  content: "\F0AB7";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu_clienti {
  border-color: #fbc02d !important;
  position: relative;
}
.menu_clienti a {
  display: flex;
  align-items: center;
}
.menu_clienti a:before {
  content: "\F0CE3";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu_reports {
  border-color: #673ab7 !important;
  position: relative;
}
.menu_reports a {
  display: flex;
  align-items: center;
}
.menu_reports a:before {
  content: "\F0128";
  z-index: 5;
  margin-right: 20px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
  ******** TODO: END GENERIC PAGE STRUCTURE ********
*/
/*
  ******** TODO: START GENERIC RECORDS PAGE ********
*/
.records .xyz-records table .xyz-title {
  vertical-align: middle;
}
.records .xyz-records .xyz-actions button:focus,
.records .xyz-records .xyz-actions button:active {
  box-shadow: unset !important;
}
.records .xyz-records .xyz-actions a.xyz-action-edit {
  text-decoration: none;
  color: #d39e00;
}
.records .xyz-records .xyz-actions a.xyz-action-edit:active {
  background-color: #e9ecef;
}
.records .xyz-records .xyz-actions a.xyz-action-delete {
  text-decoration: none;
  color: #dc3545;
}
.records .xyz-records .xyz-actions a.xyz-action-delete:active {
  background-color: #e9ecef;
}
.records .xyz-records .xyz-actions a.xyz-action-close {
  text-decoration: none;
  color: #343a40;
}
.records .xyz-records .xyz-actions a.xyz-action-close:active {
  background-color: #343a40;
}
.records .xyz-records .xyz-actions a.xyz-action-open {
  text-decoration: none;
  color: #007bff;
}
.records .xyz-records .xyz-actions a.xyz-action-open:active {
  background-color: #007bff;
}
.records .xyz-records #xyz-filter-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.records .xyz-records #xyz-filter-search .facetwp-facet {
  margin-bottom: 0;
}
.records .xyz-records #xyz-filter-search #xyz-search {
  display: flex;
  justify-content: flex-end;
}
.records .xyz-records #xyz-filter-search #xyz-search input[type="text"] {
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.records .xyz-records #xyz-filter-search #xyz-search input[type="text"]:focus-visible {
  outline: none;
}
.records .xyz-records #xyz-filter-search #xyz-search input[type="button"] {
  position: relative;
}
.records .xyz-records #xyz-filter-search #xyz-filter-actions {
  display: flex;
  justify-content: flex-start;
}
.records .xyz-records #xyz-filter-search #xyz-filter-actions div {
  display: flex;
  align-items: center;
}
.records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter {
  position: relative;
  z-index: 0;
}
.records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter span {
  background-color: #e91e63;
  color: #FFF;
  border-radius: 50%;
  justify-content: center;
  display: none;
}
.records .xyz-records #alert-records {
  display: none;
}
/*
  ******** TODO: END GENERIC RECORDS PAGE ********
*/
/*
  ******** TODO: START GENERIC RECORD PAGE ********
*/
.records .xyz-records.xyzcode-redirect-records .wrap-input {
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.records .xyz-records.xyzcode-redirect-records .form-control {
  color: #333;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.records .xyz-records.xyzcode-redirect-records .xyzcode_divider {
  flex: 0 0 auto;
}
.records .xyz-records.xyzcode-redirect-records .form-control:focus + .focus-input:before {
  width: 100%;
}
.records .xyz-records.xyzcode-redirect-records #redirect_file {
  padding-left: 0;
  padding-right: 0;
}
.records .xyz-records.xyzcode-redirect-records #redirect_file label {
  text-decoration: none;
  color: #fff;
  background-color: #4f77ff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.records .xyz-records.xyzcode-redirect-records #redirect_file input[type="file"] {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.records .xyz-records.xyzcode-redirect-records img#show_banner {
  max-width: 100%;
}
.records .xyz-records.xyzcode-redirect-records video#show_banner {
  width: 100%;
}
/*
  ******** TODO: END GENERIC RECORD PAGE ********
*/
/*
  ******** TODO: START REDIRECT RECORD PAGE ********
*/
#redirect_btn_save {
  display: block;
  margin: auto;
}
#banner_include {
  resize: none;
}
#redirect_form .form-group {
  margin-bottom: 0;
}
#filter_date {
  margin-left: auto;
  text-align: center;
}
#hits_chart {
  width: 100%;
}
/*
  ******** TODO: END REDIRECT RECORD PAGE ********
*/
/*
  ******** TODO: START 404 PAGE ********
*/
.error-404 {
  background: #f2f3f7;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 #message-404 p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.error-404 #message-404 p:first-child {
  font-weight: 300;
}
/*
  ******** TODO: END 404 PAGE ********
*/
.facetwp-hidden{
  /*display: block !important;
  margin: auto;*/
}
/*********************************************************************
TODO: DESKTOP
**********************************************************************/
@media (min-width: 1200px) {
  /*
    ******** TODO: START MIXINS ********
    */
  /*
    ******** TODO: END MIXINS ********
    */
  /*
    ******** TODO: START LOGIN PAGE ********
    */
  .home .brand-logo {
    margin: 35px auto;
  }
  .home .brand-logo img {
    width: 200px;
  }
  .xyz-panel-left {
    height: 100vh;
  }
  .xyz-panel-left .xyz-login {
    min-height: 510px;
  }
  .xyz-panel-left .xyz-login .xyz-panel {
    padding: 0px 40px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .xyz-heading {
    margin-bottom: 30px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .xyz-panel-left .xyz-login .xyz-panel .pwd-toggle {
    bottom: 0;
    right: 15px;
  }
  .xyz-panel-left .xyz-login .auth-title {
    font-size: 24px;
  }
  .xyz-panel-left .xyz-login .panel-login .form-control {
    font-size: 16px;
  }
  .xyz-panel-left .xyz-login .panel-login .wrap-input {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .xyz-panel-left .xyz-login btn {
    font-size: 18px;
  }
  .xyz-panel-right {
    height: 100vh;
  }
  .xyz-panel-right .hero-heading {
    height: 100vh;
  }
  .xyz-panel-right .hero-heading .headline h1,
  .xyz-panel-right .hero-heading .headline h2,
  .xyz-panel-right .hero-heading .headline h3 {
    font-size: 48px;
  }
  /*
    ******** TODO: END LOGIN PAGE ********
    */
  /*
    ******** TODO: START HEADER & FOOTER ********
  */
  header {
    padding: 8px 0px;
  }
  header .container-fluid #logo a img {
    width: 100px;
  }
  header .container-fluid #command .icon {
    margin: 0px 5px;
  }
  header .container-fluid #command .icon i {
    font-size: 24px;
  }
  header .container-fluid #command .icon span {
    width: 16px;
    height: 16px;
    top: 0;
    right: -6px;
    font-size: 10px;
  }
  header .container-fluid #command .icon #img-account {
    width: 43px;
    height: 43px;
  }
  header .container-fluid #command .icon ul#notify-menu {
    width: 400px;
    top: 48px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#notify-menu li {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header span {
    font-size: 16px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header a {
    font-size: 11px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-loop {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll {
    max-height: 235px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar {
    width: 4px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i {
    font-size: 20px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body {
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header h4 {
    font-size: 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header span {
    font-size: 12px;
  }
  header .container-fluid #command .icon ul#account-menu {
    min-width: 120px;
    top: 52px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#account-menu li a {
    padding: 3px 20px;
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#account-menu li a i {
    font-size: 20px;
    margin-right: 5px;
  }
  footer {
    padding: 10px 0px;
    font-size: 12px;
  }
  .xyzcode_alert_msg {
    bottom: 0px;
    right: 15px;
  }
  #openSettings .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  #openSettings .form-control {
    font-size: 16px;
  }
  #openSettings .form-control:focus + .focus-input:before {
    width: 100%;
  }
  #openSettings #user_psw {
    padding-left: 12px;
  }
  #openSettings .modal-header .modal-title span {
    margin-left: 10px;
  }
  /*
    ******** TODO: END HEADER & FOOTER ********
    */
  /*
    ******** TODO: START GENERIC PAGE STRUCTURE ********
    */
  #xyz-page {
    padding-top: 59px;
  }
  .xyz-col-sx {
    min-height: calc(100vh - 97px);
  }
  .xyz-col-sx nav ul li {
    padding: 0px 0px 0px 20px;
    height: 50px;
  }
  .xyz-col-sx nav ul li a {
    font-size: 16px;
    height: 50px;
  }
  .xyz-col-sx nav ul li a i {
    margin-right: 20px;
    font-size: 20px;
  }
  .xyz-col-sx nav ul li:before {
    height: 50px;
  }
  .xyz-col-dx {
    padding: 30px 20px;
  }
  .xyz-col-dx #back a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .xyz-col-dx #back a:after {
    height: 2px;
    top: -2px;
  }
  .xyz-col-dx #back a:before {
    height: 2px;
    bottom: -2px;
  }
  .xyz-col-dx #back a:hover:after {
    width: 105%;
  }
  .xyz-col-dx #back a:hover:before {
    width: 105%;
  }
  .xyz-col-dx2 {
    box-shadow: -7px 1px 9px -3px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
  }
  /*
    ******** TODO: END GENERIC PAGE STRUCTURE ********
    */
  /*
    ******** TODO: START GENERIC RECORDS PAGE ********
    */
  .records .xyz-records table thead th {
    font-size: 13px;
  }
  .records .xyz-records table .xyz-title {
    font-size: 14px;
  }
  .records .xyz-records .col-type {
    max-width: 130px;
  }
  .records .xyz-records #xyz-filter-search {
    margin-bottom: 40px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="text"] {
    height: 32px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"] {
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #007bff;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    top: -2px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"]:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset {
    margin-left: 10px;
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset:hover {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control {
    font-size: 16px;
  }
  .records .xyz-records.xyzcode-redirect-records .xyzcode_divider {
    flex: 0 0 auto;
    width: 1%;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control:focus + .focus-input:before {
    width: 100%;
  }
  .records .table-responsive{
    padding-bottom: 40px;
  }
  /*
    ******** TODO: END GENERIC RECORDS PAGE ********
    */
  /*
    ******** TODO: START GENERIC RECORD PAGE ********
    */
  .records .xyz-records.xyzcode-redirect-records #redirect_file {
    margin-top: 2rem;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file label {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file input[type="file"] {
    font-size: 20px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file span#file_chosen {
    margin-left: 10px;
  }
  .records #show_banner {
    margin-top: 5px;
  }
  /*
    ******** TODO: END GENERIC RECORD PAGE ********
    */
  /*
      ******** TODO: START REDIRECT RECORD PAGE ********
    */
  #redirect_btn_save {
    width: 50%;
    margin-top: 2rem;
  }
  #redirect_form .form-group {
    margin-bottom: 0;
  }
  #filter_date {
    width: 20%;
  }
  #hits_chart {
    max-width: 80%;
  }
  /*
      ******** TODO: END REDIRECT RECORD PAGE ********
    */
  /*
      ******** TODO: START 404 PAGE ********
    */
  .error-404 {
    border: 30px solid #FFF;
  }
  .error-404 #message-404 {
    max-width: 600px;
  }
  .error-404 #message-404 p {
    margin: 10px 0;
    font-size: 18px;
  }
  .error-404 #message-404 p:first-child {
    font-size: 95px;
    line-height: 90px;
  }
  /*
      ******** TODO: END 404 PAGE ********
    */
}
/*********************************************************************
TODO: TABLET HORIZZONTAL
**********************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  /*
    ******** TODO: START MIXINS ********
    */
  /*
    ******** TODO: END MIXINS ********
    /*
    ******** TODO: START LOGIN PAGE ********
    */
  .home .brand-logo {
    margin: 35px auto;
  }
  .home .brand-logo img {
    width: 200px;
  }
  .xyz-panel-left {
    height: 100vh;
  }
  .xyz-panel-left .xyz-login {
    min-height: 510px;
  }
  .xyz-panel-left .xyz-login .xyz-panel {
    padding: 0px 40px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .xyz-heading {
    margin-bottom: 30px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .xyz-panel-left .xyz-login .xyz-panel .pwd-toggle {
    bottom: 5px;
    right: 15px;
  }
  .xyz-panel-left .xyz-login .auth-title {
    font-size: 24px;
  }
  .xyz-panel-left .xyz-login .panel-login .form-control {
    font-size: 16px;
  }
  .xyz-panel-left .xyz-login .panel-login .wrap-input {
    margin-bottom: 20px;
  }
  .xyz-panel-left .xyz-login btn {
    font-size: 18px;
  }
  .xyz-panel-right {
    height: 100vh;
  }
  .xyz-panel-right .hero-heading {
    height: 100vh;
  }
  .xyz-panel-right .hero-heading .headline h1,
  .xyz-panel-right .hero-heading .headline h2,
  .xyz-panel-right .hero-heading .headline h3 {
    font-size: 38px;
  }
  /*
    ******** TODO: END LOGIN PAGE ********
    */
  /*
    ******** TODO: START HEADER & FOOTER ********
    */
  header {
    padding: 8px 0px;
  }
  header .container-fluid #logo a img {
    width: 100px;
  }
  header .container-fluid #command .icon {
    margin: 0px 5px;
  }
  header .container-fluid #command .icon i {
    font-size: 24px;
  }
  header .container-fluid #command .icon span {
    width: 16px;
    height: 16px;
    top: 0;
    right: -6px;
    font-size: 10px;
  }
  header .container-fluid #command .icon #img-account {
    width: 43px;
    height: 43px;
  }
  header .container-fluid #command .icon ul#notify-menu {
    width: 400px;
    top: 48px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#notify-menu li {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header span {
    font-size: 16px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header a {
    font-size: 11px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-loop {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll {
    max-height: 235px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar {
    width: 4px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i {
    font-size: 20px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body {
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header h4 {
    font-size: 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header span {
    font-size: 12px;
  }
  header .container-fluid #command .icon ul#account-menu {
    min-width: 120px;
    top: 52px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#account-menu li a {
    padding: 3px 20px;
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#account-menu li a i {
    font-size: 20px;
    margin-right: 5px;
  }
  footer {
    padding: 10px 0px;
    font-size: 12px;
  }
  .xyzcode_alert_msg {
    bottom: 0px;
    right: 15px;
  }
  #openSettings label {
    font-size: 14px;
  }
  #openSettings .modal-header .modal-title span {
    margin-left: 10px;
  }
  /*
    ******** TODO: END HEADER & FOOTER ********
    */
  /*
    ******** TODO: START GENERIC PAGE STRUCTURE ********
    */
  #xyz-page {
    padding: 90px 0px 31px 0px;
  }
  .xyz-col-sx nav ul li a span {
    display: none;
  }
  .xyz-col-dx {
    min-height: calc(100vh - 159px);
    padding: 0px 20px;
  }
  .xyz-col-dx #back a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .xyz-col-dx #back a:after {
    height: 2px;
    top: -2px;
  }
  .xyz-col-dx #back a:before {
    height: 2px;
    bottom: -2px;
  }
  .xyz-col-dx #back a:hover:after {
    width: 105%;
  }
  .xyz-col-dx #back a:hover:before {
    width: 105%;
  }
  .xyz-col-dx2 {
    box-shadow: -7px 1px 9px -3px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
  }
  /*
    ******** TODO: END GENERIC PAGE STRUCTURE ********
    */
  /*
    ******** TODO: START GENERIC RECORDS PAGE ********
    */
  .records .xyz-records table thead th {
    font-size: 13px;
  }
  .records .xyz-records table .xyz-title {
    font-size: 14px;
  }
  .records .xyz-records .col-type {
    max-width: 150px;
  }
  .records .xyz-records #xyz-filter-search {
    margin-bottom: 40px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="text"] {
    height: 32px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"] {
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #007bff;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    top: -2px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"]:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset {
    margin-left: 10px;
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset:hover {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input {
    box-sizing: border-box;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control {
    font-size: 16px;
  }
  .records .xyz-records.xyzcode-redirect-records .xyzcode_divider {
    flex: 0 0 auto;
    width: 1%;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control:focus + .focus-input:before {
    width: 100%;
  }
  .records .table-responsive{
    padding-bottom: 40px;
  }
  /*
    ******** TODO: END GENERIC RECORDS PAGE ********
    */
  /*
    ******** TODO: START GENERIC RECORD PAGE ********
    */
  .records .xyz-records.xyzcode-redirect-records #redirect_file {
    margin-top: 2rem;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file label {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file input[type="file"] {
    font-size: 20px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file span#file_chosen {
    margin-left: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records #show_banner {
    margin-top: 5px;
  }
  /*
    ******** TODO: END GENERIC RECORD PAGE ********
    */
  /*
    ******** TODO: START REDIRECT RECORD PAGE ********
    */
  #redirect_btn_save {
    width: 50%;
    margin-top: 2rem;
  }
  #redirect_form .form-group {
    margin-bottom: 0;
  }
  #filter_date {
    width: 40%;
  }
  #hits_chart {
    max-width: 100%;
  }
  /*
    ******** TODO: END REDIRECT RECORD PAGE ********
    */
  /*
    ******** TODO: START 404 PAGE ********
    */
  .error-404 {
    border: 30px solid #FFF;
  }
  .error-404 #message-404 {
    max-width: 600px;
  }
  .error-404 #message-404 p {
    margin: 10px 0;
    font-size: 18px;
  }
  .error-404 #message-404 p:first-child {
    font-size: 95px;
    line-height: 90px;
  }
  /*
    ******** TODO: END 404 PAGE ********
    */
}
/*********************************************************************
TODO: TABLET VERTICAL
**********************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  /*
    ******** TODO: START MIXINS ********
    */
  /*
    ******** TODO: END MIXINS ********
    /*
    ******** TODO: START LOGIN PAGE ********
    */
  .home .brand-logo {
    margin: 35px auto;
  }
  .home .brand-logo img {
    width: 200px;
  }
  .xyz-panel-left {
    height: 100vh;
  }
  .xyz-panel-left .xyz-login {
    min-height: 510px;
  }
  .xyz-panel-left .xyz-login .xyz-panel {
    padding: 0px 40px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .xyz-heading {
    margin-bottom: 30px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input {
    margin-bottom: 20px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .xyz-panel-left .xyz-login .xyz-panel .pwd-toggle {
    bottom: 5px;
    right: 15px;
  }
  .xyz-panel-left .xyz-login .auth-title {
    font-size: 24px;
  }
  .xyz-panel-left .xyz-login .panel-login .form-control {
    font-size: 16px;
  }
  .xyz-panel-left .xyz-login btn {
    font-size: 18px;
  }
  .xyz-panel-right {
    display: none;
  }
  /*
    ******** TODO: END LOGIN PAGE ********
    */
  /*
    ******** TODO: START HEADER & FOOTER ********
    */
  header {
    padding: 8px 0px;
  }
  header .container-fluid #logo a img {
    width: 100px;
  }
  header .container-fluid #command .icon {
    margin: 0px 5px;
  }
  header .container-fluid #command .icon i {
    font-size: 24px;
  }
  header .container-fluid #command .icon span {
    width: 16px;
    height: 16px;
    top: 0;
    right: -6px;
    font-size: 10px;
  }
  header .container-fluid #command .icon #img-account {
    width: 43px;
    height: 43px;
  }
  header .container-fluid #command .icon ul#notify-menu {
    width: 400px;
    top: 48px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#notify-menu li {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header span {
    font-size: 16px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header a {
    font-size: 11px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-loop {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll {
    max-height: 235px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar {
    width: 4px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i {
    font-size: 20px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body {
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header h4 {
    font-size: 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header span {
    font-size: 12px;
  }
  header .container-fluid #command .icon ul#account-menu {
    min-width: 120px;
    top: 52px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#account-menu li a {
    padding: 3px 20px;
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#account-menu li a i {
    font-size: 20px;
    margin-right: 5px;
  }
  footer {
    padding: 10px 0px;
    font-size: 12px;
  }
  .xyzcode_alert_msg {
    bottom: 30px;
    right: 0px;
    width: 100%;
  }
  #openSettings label {
    font-size: 14px;
  }
  #openSettings .modal-header .modal-title span {
    margin-left: 10px;
  }
  /*
    ******** TODO: END HEADER & FOOTER ********
    */
  /*
    ******** TODO: START GENERIC PAGE STRUCTURE ********
    */
  #xyz-page {
    padding: 90px 0px 31px 0px;
  }
  .xyz-col-sx nav ul li a span {
    display: none;
  }
  .xyz-col-dx {
    min-height: calc(100vh - 159px);
    padding: 0px 20px;
  }
  .xyz-col-dx #back a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .xyz-col-dx #back a:after {
    height: 2px;
    top: -2px;
  }
  .xyz-col-dx #back a:before {
    height: 2px;
    bottom: -2px;
  }
  .xyz-col-dx #back a:hover:after {
    width: 105%;
  }
  .xyz-col-dx #back a:hover:before {
    width: 105%;
  }
  .xyz-col-dx-mobile {
    min-height: 56vh !important;
  }
  .xyz-col-dx2 {
    box-shadow: -7px 1px 9px -3px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
  }
  /*
    ******** TODO: END GENERIC PAGE STRUCTURE ********
    */
  /*
    ******** TODO: START GENERIC RECORDS PAGE ********
    */
  .records .xyz-records table thead th {
    font-size: 13px;
  }
  .records .xyz-records table .xyz-title {
    font-size: 14px;
  }
  .records .xyz-records .col-type {
    max-width: 150px;
  }
  .records .xyz-records #xyz-filter-search {
    margin-bottom: 40px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="text"] {
    height: 32px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"] {
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #007bff;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    top: -2px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"]:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset {
    margin-left: 10px;
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset:hover {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input {
    box-sizing: border-box;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control {
    font-size: 16px;
  }
  .records .xyz-records.xyzcode-redirect-records .xyzcode_divider {
    flex: 0 0 auto;
    width: 1%;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control:focus + .focus-input:before {
    width: 100%;
  }
  /*
    ******** TODO: END GENERIC RECORDS PAGE ********
    */
  /*
    ******** TODO: START GENERIC RECORD PAGE ********
    */
  .records .xyz-records.xyzcode-redirect-records #redirect_file {
    margin-top: 2rem;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file label {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file input[type="file"] {
    font-size: 20px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file span#file_chosen {
    margin-left: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records #show_banner {
    margin-top: 5px;
  }
  /*
    ******** TODO: END GENERIC RECORD PAGE ********
    */
  /*
    ******** TODO: START REDIRECT RECORD PAGE ********
    */
  #redirect_btn_save {
    width: 50%;
    margin-top: 2rem;
  }
  #redirect_form .form-group {
    margin-bottom: 0;
  }
  #filter_date {
    width: 40%;
  }
  #hits_chart {
    max-width: 100%;
  }
  /*
    ******** TODO: END REDIRECT RECORD PAGE ********
    */
  /*
    ******** TODO: START 404 PAGE ********
    */
  .error-404 {
    border: 30px solid #FFF;
  }
  .error-404 #message-404 {
    max-width: 600px;
  }
  .error-404 #message-404 p {
    margin: 10px 0;
    font-size: 18px;
  }
  .error-404 #message-404 p:first-child {
    font-size: 95px;
    line-height: 90px;
  }
  /*
    ******** TODO: END 404 PAGE ********
    */
}
/*********************************************************************
TODO: SMARTPHONE VERTICAL
**********************************************************************/
@media (max-width: 767px) and (orientation: portrait) {
  /*
    ******** TODO: START MIXINS ********
    */
  /*
    ******** TODO: END MIXINS ********
    /*
    ******** TODO: START LOGIN PAGE ********
    */
  .home .brand-logo {
    margin: 35px auto;
  }
  .home .brand-logo img {
    width: 150px;
  }
  .xyz-panel-left {
    height: 100vh;
  }
  .xyz-panel-left .xyz-login .xyz-panel {
    position: static;
    top: unset;
    left: unset;
    padding: 0px 20px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .xyz-heading {
    margin-bottom: 30px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input {
    margin-bottom: 20px;
  }
  .xyz-panel-left .xyz-login .xyz-panel .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .xyz-panel-left .xyz-login .xyz-panel .pwd-toggle {
    bottom: 5px;
    right: 15px;
  }
  .xyz-panel-left .xyz-login .auth-title {
    font-size: 24px;
  }
  .xyz-panel-left .xyz-login .panel-login .form-control {
    font-size: 16px;
  }
  .xyz-panel-left .xyz-login btn {
    font-size: 18px;
  }
  .xyz-panel-right {
    display: none;
  }
  /*
    ******** TODO: END LOGIN PAGE ********
    */
  /*
    ******** TODO: START HEADER & FOOTER ********
    */
  header {
    padding: 8px 0px;
  }
  header .container-fluid #logo a img {
    width: 100px;
  }
  header .container-fluid #command .icon {
    margin: 0px 5px;
  }
  header .container-fluid #command .icon i {
    font-size: 24px;
  }
  header .container-fluid #command .icon span {
    width: 16px;
    height: 16px;
    top: 0;
    right: -6px;
    font-size: 10px;
  }
  header .container-fluid #command .icon #img-account {
    width: 43px;
    height: 43px;
  }
  header .container-fluid #command .icon ul#notify-menu {
    width: 300px;
    top: 48px;
    right: -37.5px;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#notify-menu li {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header span {
    font-size: 16px;
  }
  header .container-fluid #command .icon ul#notify-menu li #notify-header a {
    font-size: 11px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-loop {
    padding: 7px 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll {
    max-height: 235px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify #notify-scroll::-webkit-scrollbar {
    width: 4px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-icon i {
    font-size: 20px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body {
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header h4 {
    font-size: 15px;
  }
  header .container-fluid #command .icon ul#notify-menu .notify .notify-body .notify-body-header span {
    font-size: 12px;
  }
  header .container-fluid #command .icon ul#account-menu {
    min-width: 120px;
    top: 52px;
    right: 0;
    padding: 5px 0px;
  }
  header .container-fluid #command .icon ul#account-menu li a {
    padding: 3px 20px;
    font-size: 13px;
  }
  header .container-fluid #command .icon ul#account-menu li a i {
    font-size: 20px;
    margin-right: 5px;
  }
  footer {
    padding: 10px 0px;
    font-size: 12px;
  }
  .xyzcode_alert_msg {
    bottom: 30px;
    right: 0;
    width: 100%;
  }
  #psw-button {
    width: 100%;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  /*
    ******** TODO: END HEADER & FOOTER ********
    */
  /*
    ******** TODO: START GENERIC PAGE STRUCTURE ********
    */
  #xyz-page {
    padding: 90px 0px 31px 0px;
  }
  .xyz-col-sx nav ul li a span {
    display: none;
  }
  .xyz-col-dx {
    padding: 0px 20px;
  }
  .xyz-col-dx #back a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .xyz-col-dx #back a:after {
    height: 2px;
    top: -2px;
  }
  .xyz-col-dx #back a:before {
    height: 2px;
    bottom: -2px;
  }
  .xyz-col-dx #back a:hover:after {
    width: 105%;
  }
  .xyz-col-dx #back a:hover:before {
    width: 105%;
  }
  /*
    ******** TODO: END GENERIC PAGE STRUCTURE ********
    */
  /*
      ******** TODO: START GENERIC RECORDS PAGE ********
    */
  .records .xyz-records table thead th {
    font-size: 13px;
  }
  .records .xyz-records table .xyz-title {
    font-size: 14px;
  }
  .records .xyz-records .col-type {
    max-width: 150px;
  }
  .records .xyz-records #xyz-filter-search {
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: unset;
    align-items: start;
  }
  .records .xyz-records #xyz-filter-search #xyz-search {
    display: block;
  }
  .records .xyz-records #xyz-filter-search #xyz-search div {
    margin-bottom: 5px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search div input {
    width: 100%;
    margin-bottom: 5px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="text"] {
    height: 32px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"] {
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #007bff;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    top: -2px;
  }
  .records .xyz-records #xyz-filter-search #xyz-search input[type="button"]:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset {
    margin-left: 0;
    width: 100%;
    height: 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-search #facet-reset:hover {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions .btn-group {
    display: block;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions button {
    width: 100%;
  }
  .records .xyz-records #xyz-filter-search #xyz-filter-actions #btn-filter span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input {
    box-sizing: border-box;
  }
  .records .xyz-records.xyzcode-redirect-records .wrap-input .focus-input:before {
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control {
    font-size: 16px;
  }
  .records .xyz-records.xyzcode-redirect-records .xyzcode_divider {
    flex: 0 0 auto;
    width: 1%;
  }
  .records .xyz-records.xyzcode-redirect-records .form-control:focus + .focus-input:before {
    width: 100%;
  }
  /*
      ******** TODO: END GENERIC RECORDS PAGE ********
    */
  /*
    ******** TODO: START GENERIC RECORD PAGE ********
    */
  .records .xyz-records.xyzcode-redirect-records #redirect_file {
    margin-top: 2rem;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file label {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file input[type="file"] {
    font-size: 20px;
  }
  .records .xyz-records.xyzcode-redirect-records #redirect_file span#file_chosen {
    margin-left: 10px;
  }
  .records .xyz-records.xyzcode-redirect-records #show_banner {
    margin-top: 5px;
  }
  /*
    ******** TODO: END GENERIC RECORD PAGE ********
    */
  /*
    ******** TODO: START REDIRECT RECORD PAGE ********
    */
  #redirect_btn_save {
    width: 50%;
    margin-top: 2rem;
  }
  #redirect_form .form-group {
    margin-bottom: 0;
  }
  .chart #filter_date {
    width: 100%;
    margin-bottom: 10px;
  }
  .chart h4#hit {
    float: left;
    font-size: 20px;
  }
  .chart h4#hit_true {
    float: right;
    font-size: 20px;
  }
  .chart #hits_chart {
    max-width: 100%;
  }
  /*
    ******** TODO: END REDIRECT RECORD PAGE ********
    */
}
/*********************************************************************
TODO: SMARTPHONE HORIZONTAL
**********************************************************************/
@media (max-width: 767px) and (orientation: landscape) {
  #lock_screen {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  #lock_screen {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
  }
}
