body {
  background: #F3F3F3;
  font-family: 'FontAwesome', Kodchasan;
} 
/* NAV-BAR */
.navbar-ticketheader {
  pointer-events: none;
  margin-bottom: 0px !important;
}
.navbar-ticket {
  font-size: 18px;
  z-index: 4;
  cursor: default;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  margin-bottom: 0px !important;
}
.navbar-header {
  pointer-events: none;
}
.navbar-right a, .navbar-left a {
  transition: 0.5s;
}
.navbar-right a:hover, .navbar-left a:hover {
  cursor: pointer !important;
  transition: 0.5s;
}
.navbar-right a:focus {
  background-color: #222222 !important;
}
/* SIDE NAV */
.sidenav {
  height: 350px;
  width: 46px;
  line-height: 50px;
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 0;
  background-color: #221C44;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  padding-top: 120px;
  opacity: 0.95;
  pointer-events: none;
  border-bottom-right-radius: 5px; 
}
.sidenav a {
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  font-size: 12px;
  color: #4285F4;
  display: block;
  transition: 0.3s;
  width: 270px; 
}
.sidenav ul {
  line-height: 30px;
}
.sidenav i {
  margin-right: 20px;
}
.sidenav a:hover {
  cursor: initial;
}
.side-page-active {
  border-top: 1px solid #78909C !important;
  border-left: 1px solid #78909C !important;
  color: white !important;
  cursor: pointer !important;
  /*background-color: #1abc9c;*/
  box-shadow: 0 5px 11px 0 #1f4c64,0 4px 15px 0 #1f4c64 !important;
  /*margin-top: 15px;*/
}
.fa-active {
  padding: 8px 8px 8px 8px;
  background-color: darkslateblue;
  border-radius: 3px;
  margin-left: -8px;
}
.sidenav-submenu {
  font-size: 12px !important;
  cursor: pointer !important;
  transition: 0.5s;
}
.sidenav-submenu:hover {
  color: white;
  transition: 0.5s;
}
/* PANEL */
.panel-title {
  font-size: 18px;
}
.panel {
  height: 100%;
  width: 93%;
  margin-left: 4%;
  border-radius:0; 
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  background: #FFFFFF;
}
.panel-title-ticket a {
  position: inherit;
  left: 130px;
  top: 25px;
  font-size: 25px;
  color: whitesmoke;
  pointer-events: none;
}
.panel-title-ticket {
  border: none;
  -webkit-border-radius: .125rem !important;
  border-radius: .125rem !important;
  overflow: hidden;
  color: whitesmoke;
  font-weight: 200;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.panel-title-ticket i {
  position: inherit;
  padding: 0px 50px 20px 15px;
  font-size: 55px;
  line-height: 24px;
  -webkit-transform: rotate(-20deg) scale(1.3);
  transform: rotate(-20deg) scale(1.3);
}
/* COLORS TITLE PANEL */
.panel-title-ticket-primary {
  background-color: #4285F4;
}
.panel-title-ticket-info {
  background-color: #33b5e5;
}
.panel-title-ticket-success {
  background-color: #00C851;
}
.panel-title-ticket-danger {
  background-color: #e72144;
}
.panel-title-ticket-warning {
  background-color: #ffbb33;
}
.panel-title-ticket-dafault {
  background-color: #2BBBAD;
}
.panel-title-ticket-secondary {
  background-color: #aa66cc;
}
.panel-title-ticket-elegant {
  background-color: #2E2E2E;
}
.panel-title-ticket-dark {
  background-color: #4B515D;
}
.panel-title-ticket-unique {
  background-color: #3F729B;
}
/* BUTTON PAGE NAVBAR */
.btn-page-nav {
  margin-top: 4px;
  margin-left: -13px;
  margin-right: 4px;
  background-color: transparent;
  color: darkgray;
  font-size: 18px;
  transition: 0.5s;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.btn-page-nav:hover {
  border: 1px solid #78909C;
  color: white;
  transition: 0.5s;
}
.btn-page-nav:focus {
  color: white;
  transition: 0.5s;
}
/* BUTTON CHANGE PAGE SIDENAV */
.btn-page-sidenav {
  background-color: transparent;
  color: #7DA5E6;
  font-size: 14px;
  /*margin-left: -6px;*/
  transition: 0.5s;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.btn-page-sidenav:hover {
  border: 1px solid #78909C;
  color: white;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 11px 0 #1f4c64,0 4px 15px 0 #1f4c64 !important;
  box-shadow: 0 5px 11px 0 #1f4c64,0 4px 15px 0 #1f4c64 !important;
}
/* BUTTON HEADER FILTER */
.btn-header {
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  margin-left: -6px;
}
/* BUTTON FLAT */
.btn-flat-ticket {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  transition-duration: 0.3s;
  overflow: hidden;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.btn-flat-ticket i {
  background-color: transparent;
  margin-right: 2px !important;
  transition-duration: 0.5s;
}
.btn-flat-ticket:hover i {
  -webkit-transform: rotate(0deg) scale(1.8);
  transform: rotate(0deg) scale(1.8);
  transition-duration: 0.5s;
}
.btn-flat-ticket:active {
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.btn-calendar-flat-ticket {
  transition-duration: 0.3s;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-calendar-flat-ticket i {
  transition-duration: 0.5s;
}
.btn-calendar-flat-ticket:hover i {
  -webkit-transform: rotate(0deg) scale(1.8);
  transform: rotate(0deg) scale(1.8);
  transition-duration: 0.5s;
}
.btn-calendar-flat-ticket:active {
  transition-duration: 0.3s;
}
/* color */
.btn-flat-primary, .btn-flat-primary:active, .btn-flat-primary:focus {
  background-color: #4285F4;
  color: white;
}
.btn-flat-primary:hover {
  background-color: #0d47a1;
  color: white;
}
.btn-flat-elegant, .btn-flat-elegant:active, .btn-flat-elegant:focus {
  background-color: #2E2E2E;
  color: white;
}
.btn-flat-elegant:hover {
  background-color: #212121;
  color: white;
}
.btn-flat-dark, .btn-flat-dark:active, .btn-flat-dark:focus {
  background-color: #4B515D;
  color: white;
}
.btn-flat-dark:hover {
  background-color: #3E4551;
  color: white;
}
.btn-flat-success, .btn-flat-success:active, .btn-flat-success:focus {
  /* background-color: #388E3C; */
  background-color: #00C851;
  color: white;
}
.btn-flat-success:hover {
  /* background-color: #066F61; */
  background-color: #007E33;
  color: white;
}
.btn-flat-danger, .btn-flat-danger:active, .btn-flat-danger:focus {
  background-color: #e72144 ;
  color: white;
}
.btn-flat-danger:hover {
  background-color: #AC203F;
  color: white;
}
.btn-flat-warning, .btn-flat-warning:active, .btn-flat-warning:focus {
  background-color: #ffbb33;
  color: white;
}
.btn-flat-warning:hover {
  background-color: #FF8800;
  color: white;
}
.btn-flat-info, .btn-flat-info:active, .btn-flat-info:focus {
  background-color: #33b5e5;
  color: white;
}
.btn-flat-info:hover {
  background-color: #0099CC;
  color: white;
}
.btn-flat-default, .btn-flat-default:active, .btn-flat-default:focus {
  background-color: #2BBBAD;
  color: white;
}
.btn-flat-default:hover {
  background-color: #00695c;
  color: white;
}
.btn-flat-secondary, .btn-flat-secondary:active, .btn-flat-secondary:focus {
  background-color: #aa66cc;
  color: white;
}
.btn-flat-secondary:hover {
  background-color: #9933CC;
  color: white;
}
.btn-flat-unique, .btn-flat-unique:active, .btn-flat-unique:focus {
  background-color: #3F729B;
  color: white;
}
.btn-flat-unique:hover {
  background-color: #1C2331;
  color: white;
}
.btn-flat-excel, .btn-flat-excelv:active, .btn-flat-excel:focus {
  background-color: #217346;
  color: white;
}
.btn-flat-excel:hover {
  background-color: #00695c;
  color: white;
}
.btn-calendar-flat-danger, .btn-calendar-flat-danger:active, .btn-flat-calendar-danger:focus {
  background-color: transparent ;
  color: white;
}
.btn-calendar-flat-danger:hover {
  background-color: transparent ;
  color: #AC203F;
}
.btn-icon-lg i {
  font-size: 35px;
  margin-right: 0px !important;
}
.btn-icon-md i {
  font-size: 25px;
  margin-right: 0px !important;
}
.btn-icon-sm i {
  font-size: 20px;
  margin-right: 0px !important;
}
.btn-icon-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-icon-xs i {
  margin-right: 0px !important;
}
.btn_filt:active {
    -webkit-box-shadow: none;
    box-shadow: none;
} 
/* MODAL */
.modal-content {
  -webkit-border-radius: .125rem !important;
  border-radius: .125rem !important;
}
.modal-header {
  border-bottom: none !important; 
  padding: 4px;
}
.modal-body {
  position: inherit !important;
}
.modal-footer {
  border-top: none !important;  
}
.modal-title-ticket a {
  position: absolute;
  left: 130px;
  top: 25px;
  font-size: 25px;
  color: whitesmoke;
  pointer-events: none;
}
.modal-title-ticket {
  border: none;
  -webkit-border-radius: .125rem !important;
  border-radius: .125rem !important;
  overflow: hidden;
  color: whitesmoke;
  font-weight: 200;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.modal-title-ticket i {
  position: inherit;
  padding: 0px 65px 20px 12px;
  font-size: 55px;
  line-height: 36px;
  -webkit-transform: rotate(-20deg) scale(1.3);
  transform: rotate(-20deg) scale(1.3);
}
.modal_col_2{
  border-right: 1px solid lightgrey !important;
}
/* COLORS MODAL */
.modal-title-ticket-primary {
  /* background-color: #3F51B5; */
  background-color: #4285F4
}
.modal-title-ticket-success {
  /* background-color: #066F61; */
  background-color: #00C851;
}
.modal-title-ticket-danger {
  /* background-color: #8a1a32; */
  background-color: #e72144;
}
.modal-title-ticket-warning {
  background-color: #ffbb33;
}
.modal-title-ticket-dark {
  background-color: #4B515D;
}
.modal-title-ticket-secondary {
  background-color: #aa66cc;
}
.modal-title-ticket-info {
  background-color: #33b5e5;
}
.modal-title-ticket-elegant {
  background-color: #2E2E2E;
}
.modal-title-ticket-default {
  background-color: #2BBBAD;
}
.modal-title-ticket-unique {
  background-color: #3F729B;
}
.modal-title-ticket-excel {
  background-color: #217346;
  color: white;
}
/* FORM INPUT SPAN */
input[type="date"].form-control, 
input[type="time"].form-control {
  padding: 0px 10px;
  background-color: transparent
}
input[type="text"]:disabled,
input[type="int"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled {
  background: transparent;
  pointer-events: none;
}
.span-ticket {
  border: none;
  background-color: transparent;
}
.input-ticket {
  border-radius: 0px !important;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  background-color: transparent;
}
.input-ticket:focus {
  border-radius: 0px;
  transition-duration: 0.4s; 
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.input-ticket-primary:focus { 
  border-bottom: 1px solid #0d47a1;
  color: #4285F4;
}
.input-ticket-success:focus { 
  border-bottom: 1px solid #007E33;
  color: #00C851;
}
.input-ticket-danger:focus { 
  border-bottom: 1px solid #AC203F;
  color: #e72144;
}
.input-ticket-warning:focus { 
  border-bottom: 1px solid #FF8800;
  color: #ffbb33;
}
.input-ticket-secondary:focus { 
  border-bottom: 1px solid #9933CC;
  color: #aa66cc;
}
.input-ticket-elegant:focus { 
  border-bottom: 1px solid #212121;
  color: #2E2E2E;
}
.input-ticket-dark:focus { 
  border-bottom: 1px solid #3E4551;
  color: #4B515D;
}
.input-ticket-unique:focus { 
  /* border-bottom: 1px solid #1C2331; */
  border-bottom: 1px solid #3F729B;
  color: #3F729B;
}
.input-ticket-default:focus { 
  border-bottom: 1px solid #00695c;
  color: #2BBBAD;
}
.input-ticket-info:focus { 
  border-bottom: 1px solid #0099CC;
  color: #33b5e5;
}
/* TOGGLE COLOR */
.toggle-on:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.toggle-off:hover {
  /* color: whitesmoke !important; */
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* TABLES */
.table-condensed > tbody > tr > td, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > td, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > thead > tr > th {
  padding: 2px;
}
.table-responsive {
  height: 330px;
  /* padding: 2px !important; */
  /* text-align: center;    */
  overflow-y: auto;
}
.table-responsive-second-row {
  height: 295px !important;
  overflow-y: auto;
  /* text-align: center;    */
}
.table-responsive-1-row {
  height: 770px !important;
  overflow-y: auto;
}
/* @media screen and (min-width: 800px) {
  .table-responsive {
    height: 150px;
  }
  .table-responsive-second-row {
    height: 180px !important;
  }
  .table-responsive-1-row {
    height: 455px !important;
  }
}
@media screen and (min-width: 1200px) {
  .table-responsive {
    height: 330px;
  }  
  .table-responsive-second-row {
    height: 295px !important;
  }
  .table-responsive-1-row {
    height: 770px !important;
  }
} */
 @media (max-width: 767px) {
  .navbar-nav {
    margin: 4.5px -1px;
  }
  .navbar-header {
    margin-left: 22px !important;
    margin-top: -48px !important;
  }
  .navbar-brand-screen-size {
    display: none;
  }
  .sidenav {
    height: 350px;
    top: 10%;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #222222;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 20px;
  }
  .index-brand {
    padding: 5px 0px;
  }
  .index-container {
    width: 280px !important;
  }
  .divider {
    display: none;
  }
  .panel {
    margin-left: 9%;
  }
  .table-responsive {
    height: 138px;
  }
  .table-responsive-second-row {
    height: 140px !important;
  }
  .table-responsive-1-row {
    height: 430px !important;
  }
  .input-group {
    display: block;
  }
  .media-object {
    display: none;
  }
  .nav > li > a {
    display: ruby;
    padding: 0px;
  }
  .modal-title-ticket a {
    font-size: 13px;
    margin-left: -50px;
  }
  .panel-title {
    font-size: 14px;
  }
  #language {
    position: inherit;
  }
  .span-ticket i{
    display: none;
  }
  .set-logo-group {
    display: none;
  }
}

.table-responsive-fixed th {
  position: sticky;
  top: 0px;
  z-index: 2;
  max-width: 100%;
  background-color: white;
  color: black;
  line-height: 10px;
  /* text-align: center; */
}
th:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid black;
}
tr.success td{
  border-bottom: 1px solid #00C851;
}
tr.danger td{
  /* background-color: transparent !important; */
  border-bottom: 1px solid #e72144;
}
tr.warning td{
  border-bottom: 1px solid #FFBB33;
  /* background-color: transparent !important; */
}
tr.info td{
  border-bottom: 1px solid #018a9c;
}
.btn-dropdown-info {
  color: darkgrey !important;
  background-color: transparent;
  padding: 4px 19px;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px;
  border-radius: 0%;  
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-dropdown-info:hover {
  background-color: #59698D !important;
  color: white !important;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  margin-left: 1%;
  /* margin-right: 3%; */
  padding: 4px 17px;
  width: 98%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-dropdown-info:hover > span {
  margin-left: -43px !important; 
}
.btn-dropdown-info-wrong {
  color: darkgrey !important;
  background-color: transparent;
  padding: 4px 19px;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px;
  border-radius: 0%;  
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-dropdown-info-wrong:hover {
  background-color: #59698D !important;
  color: white !important;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  margin-left: 1%;
  /* margin-right: 3%; */
  padding: 4px 17px;
  width: 98%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-dropdown-info-wrong:hover > span {
  margin-left: -66px !important; 
}
.dropdown-info, .dropdown-info:focus {
  border-radius: 3px;
  background-color: #222222;
  margin-right: 8px;
}
.dropdown-info a {
  color: darkgrey !important;
}
.dropdown-info a:hover{
  background-color: #59698D !important;
  color: white !important;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  margin-left: 1%;
  margin-right: 1%;
}

.dropdown-info-sub {
  position: inherit;
  border-radius: 3px;
  background-color: #222222;
  margin-right: 8px;
}
.dropdown-info-sub a {
  color: darkgrey !important;
}
.dropdown-info-sub a:hover{
  background-color: #59698D !important;
  color: white !important;
}
.divider {
  background-color: black !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-menu {
  min-width: 250px !important;
  max-width: 250px !important;
}
.dropdown-filter {
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  overflow-y: scroll;
  max-height: 230px;
  text-align: left;
  padding: 10px;
  margin-top: 6px;
  background-color: #59698D;
  color: white;
}
.dropdown-filter li {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.dropdown-filter li:hover {
  background-color: #222222;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#list_type_ticket {
  font-family: 'FontAwesome', Kodchasan;  
  overflow-y: scroll;
  max-height: 230px;
  text-align: left;
  padding: 10px;
  margin-top: 6px;
  background-color: #59698D;
  color: white;
}
#list_type_ticket select:hover {
  background-color: #222222;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.checkbox label {
  padding-left: 24px;
}
.search_filter {
  height: 22px;
  color: white !important;
  font-size: 14px !important;
  font-weight: initial !important;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.search_filter::placeholder {
  color: white !important;
  opacity: 1;
  font-size: 14px !important;
  font-weight: initial !important;
}
.label-notific {
  padding: 0.2em 0.3em 0.2em;
  font-size: 59%;
  line-height: 1;
  border-radius: 1.25em;
  vertical-align: text-top;
  margin-left: -20px;
}
.label-drp-notific {
  padding: 5px 6px 3px 6px;
}
.label-danger {
  color: white;
  background-color: #e72144;
}
.label-primary { 
  color: white;
  background-color: #4285F4;
}
.label-success { 
  color: white;
  background-color: #00C851;
}
.label-warning { 
  color: white;
  background-color: #ffbb33;
}
.label-secondary { 
  color: white;
  background-color: #aa66cc;
}
.label-info { 
  color: white;
  background-color: #33b5e5;
}
.label-dark { 
  color: white;
  background-color: #4B515D;
}
.label-elegant { 
  color: white;
  background-color: #2E2E2E;
}
.label-unique { 
  color: white;
  background-color: #3F729B;
}
.label-default { 
  color: white;
  background-color: #2BBBAD;
}

.panel-top {
  z-index: 0;
  opacity: 1;
}
.panel-over {
  z-index: -1;
  position: fixed;
  opacity: 0;
}
textarea {
  resize: none;
}
input:-webkit-autofill {
  background-color: #AC203F !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}
.modal-divider{
  margin-bottom: 15px;
  height: 1px;
  width: 100%;
  border-top:1px solid lightgray;
}
img {
  margin-top: -6px;
}
a, a:hover {
  color: black;
  cursor: default;
  text-decoration: none;
}
div.tooltip-inner {
  max-width: 250px;
  text-align:left;
  opacity: 0.8;
}
.span-warning {
  margin-top: 0px;
  padding: 2px 100px 2px 0px;
  background-color: transparent;
  border: none;
}
.media_user_img {
  width: 60px;
  margin-top: 0px;
  border: 1px solid lightgray;
}
.media_user_img_form {
  width: 30px;
  margin-top: 0px;
}
.media_image_user_ticket_sel {
  width: 60px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.load_media_user_img {
  width: 22px;
  margin-top: 0px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
}
.img_user {
  font-size: 63px;
  margin-top: 0px;
  margin-bottom: 10px;
  /* border: 1px solid lightgray; */
  color: grey;
  line-height: 53px;
  width: 59px;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
}
.img_user_form {
  /* font-size: 63px; */
  margin-left: 94%;
  color: grey;
  width: 0px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15);
}
.div-img-user-sidenav {
  /*background-color: #222222;
  margin-bottom: 15px;
  padding: 0px 0px 30px 0px;
  transition: 0.5s;*/
  cursor: cell;
}
.img-user-sidenav {
  margin-top: 15px;
  border: 3px solid #4285F4;
  width: 60px;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  border-radius: 50%;
  margin-left: 90px;
}
.sidenav-info-user {
  color: white !important;
  line-height: 18px;
}
.ico-user-sidenav {
  margin-top: 2px;
  margin-left: 2px;
  font-size: 38px;
  width: 51px;
  border: 3px solid #4285F4;
  
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  border-radius: 50%;
  
  
  padding: 0px 9px;
  color: darkgray;
}


/* calendario */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  font-weight: bold;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
  margin-left: 3px;
}

.days {
  padding: 10px 0;
  background: #f8f8f8;
  margin: 0;
  margin-top: 20px;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.days li {
  list-style-type: none;
  display: inline-flex;
  width: 13.6%;
  height: 120px;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
  border-style: groove;
  border-color: #ddd;
  border-width: thin;
  margin-left: 6px;
  overflow-y: auto;
}

.days li .active {  
  background: #1abc9c;
  color: white !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  /*border-radius: 20px;*/
  width: 20px;
}

.hours_calendar_label {
  border-radius: 15px !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  margin-left: 3px;
  margin-bottom: 3px;
  text-align: center;
  color: white;
  width: 110%;
}


.navbar-user {
  background-color: #2C2551;
  border-radius: 0px !important;
  box-shadow: 0 5px 11px 0 #1f4c64,0 4px 15px 0 #1f4c64 !important;
}
.div-img-user-nav {
  cursor: cell;
}
.img-user-nav {
  margin-top: 0px;
  border: 3px solid #4285F4;
  width: 60px;
  -webkit-box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 11px 0 #282f3f,0 4px 15px 0 #282f3f;
  border-radius: 50%;
  margin-left: 0px;
}
.nav-info-user {
  color: white !important;
  line-height: 14px !important;
  padding: 1px 9px !important;
  color: darkgray !important;
}
.ico-user-nav {
  margin-top: 2px;
  margin-left: 2px;
  font-size: 38px;
  width: 51px;
  border: 3px solid #4285F4;
  
  -webkit-box-shadow: 0 7px 0px 0 #282f3f,0 4px 15px 0 #282f3f;
  box-shadow: 0 5px 0px 0 #282f3f,0 4px 15px 0 #282f3f;
  border-radius: 50%;

  padding: 0px 9px;
  color: darkgray;
}
.navbar-operations {
  /*background-color: #221C44;*/
  background-color: #1f4c64;
  border-radius: 0px !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  margin-top: -10px !important;
  min-height: 0px;
  height: 30px;
}
.navbar-nav > li > a {
  line-height: 0px;
}
.navbar-inverse {
  border-color: transparent !important;
}

/*TABELLA SETTIMANALE*/

#panel_table_hours .numeric_value {
  text-align: center;
}

#panel_table_hours .row_total {
  background-color:#dff0d8; 
  font-weight: bold;
}

#panel_table_hours .column_total {
  font-weight: bold;
}

#panel_table_hours .value_ok {
  background-color:lightgreen; 
}
#panel_table_hours .value_overtime {
  background-color:orange; 
}
#panel_table_hours .value_wrong {
  background-color:red; 
}

.festivity {
  background-color:#ff111180 !important; 
}
.non_working_day {
  background-color:lightgray !important; 
}


.tooltip .tooltip-inner{
  max-width: 500px !important;
  width: 400px !important;
}

.report_total {
  background-color:lightgray; 
  font-weight:bold;
}

@keyframes tilt_animation {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


#panel_calendar_sw .smartwork {
  background-color: lightblue;
}

#panel_calendar_sw .office {
  background-color: white;
  border-color: #ddd;
}

#panel_calendar_sw dt span {
  color: black;
}

#panel_calendar_sw ul.days li,#panel_reservation_calendar ul.days li {
  height: 140px;
}



#panel_reservation_calendar .pastDay {
  opacity: 0.4
}