/*****************************************/
/*  Navbar */
/*****************************************/
.navbar {
  z-index: 1 !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

a#navbarDropdown.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: -5px;
    top: 28px;
}


/*****************************************/
/*  Backgrounds */
/*****************************************/
.login-bg {
  background-image: url('../img/auth/login-bg.jpg');
  background-size: cover;
}

.intranet-bg {
  background-image: url('../img/intranet/bg-intranet.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.intranet-banner-bg {
  background-image: url('../img/intranet/banner.png');
  background-size: cover;
  padding: 90px 25px;
}

.bg-blue {
  background-color: #3b82f6 !important;
}

.bg-dark-blue {
   background-color: #1e3a8a !important;
}

.bg-sky-blue {
  background-color: #00b0f0 !important;
}

.bg-purple {
  background-color: #7030a0 !important;
}

.bg-light-purple {
  background-color: #c4b5fd !important;
}

.bg-dark-pink {
  background-color: #db2777 !important;
}

.bg-pink {
  background-color: #f9a8d4 !important;
}

.bg-orange {
  background-color: #fb923c !important;
}

.bg-light-gray {
  background-color: #bfbfbf !important;
}

/*****************************************/
/*  Text */
/*****************************************/
.gold-text {
  color: #fec224 !important;
}

/* Fonts */
.p-12 {
  font-size: 12px !important;
}

.h1-65,
.h2-65 {
  font-size: 65px !important;
}

.h1-55,
.h2-55 {
  font-size: 55px !important;
}

.h2-40 {
  font-size: 40px !important;
}

h3.timetext {
    color: #9a9a9a;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    position: relative;
}

h3.green {
    color: #5fb92a;
}

h5.titletext {
    color: #252d33;
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

.text-decoration-none {
  text-decoration: none !important;
}

.flex-text-one-line {
  width: inherit;
}


/*****************************************/
/*  HR's */
/*****************************************/
.hr-gold {
  background-color: #fac02b !important;
  height: 3px;
  border: none !important;
  overflow: hidden;
  width: 100%;
}


/*****************************************/
/* Borders */
/*****************************************/
.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-top-10 {
  border-radius: 10px 10px 0 0 !important;
}


/*****************************************/
/*  Cards */
/*****************************************/
.card-body h3 em {
    font-size: 13px;
    font-style: normal;
    line-height: 21px;
}
.card-body h3 {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    position: relative;
}


/*****************************************/
/*  Forms */
/*****************************************/
#form-editTask hr, #form-addtime hr, #form-subtime hr{
  border-top: 3px solid rgb(255, 197, 14);
}


/*****************************************/
/*  Tables */
/*****************************************/
.bg-thead {
  background-color: #fee7ae !important;
}

.tableFixHead {
  overflow: auto !important;
  height: 500px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
}

.table .thead-dark th,.table-small .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

#template-attendance-report td,
#template-attendance-report-coach td,
#template-times-admin td {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
}

#attendance-statuses td {
    min-width: 150px;
}


/*****************************************/
/*  Spacing */
/*****************************************/
.no-padding {
  padding: 0;
}
.padding-top-20 {
  padding-top: 20px;
}
.duration {
  background-color: #fff;
  color: #777;
  float: right;
  font-size: 13px;
  line-height: 24px;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}


/*****************************************/
/*  Buttons */
/*****************************************/
.click {
  cursor:pointer;
}
.bg-warning {
  background-color: #fdc223 !important;
}
.btn-warning {
  color: #fff;
  background-color: #fdc223;
  border-color: #fdc223;
}
.btn-warning:hover {
    color: #fff;
    background-color: #dea40a;
    border-color: #dea40a;
}


/*****************************************/
/*  Floating Button */
/*****************************************/
.fab {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 48px;
  right: 48px;
  font-size: 2.6667em;
  display: inline-block;
  cursor: pointer;
}
.fab span {
  vertical-align: middle;
  line-height: 0px;
  font-weight: bold;
  font-size: 61px;
}
.fab.child {
  right: 58.66666667px;
  width: 42.66666667px;
  height: 42.66666667px;
  display: none;
  opacity: 0;
  font-size: 2em;
}
.fab-action {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
}
.fab.child span {
    vertical-align: middle;
    line-height: 0px;
    font-size: 33px;
}
span.is-invalid {
  font-weight: bold;
  color: red;
}


/*****************************************/
/*  Images */
/*****************************************/
.img-container{
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 10px;
  position: relative;
}
.img-container > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}


/*****************************************/
/*  Links */
/*****************************************/
a.active {
  border-left: 4px solid #fdc223;
  font-weight: bold;
}
a.hlink:hover {
  font-size: 24px;
  font-weight: bold;
  transition: font-size 0.3s;
}


/*****************************************/
/*  Selectize plugin */
/*****************************************/
.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input > div {
    padding: 2px 6px;
    margin: 0 3px 3px 0;
    color: #ffffff !important;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
}

.badge-custom {
  color: #ffffff !important;
  font-weight: 100 !important;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}


/*****************************************/
/*  Mood and Check-in */
/*****************************************/
.icons-mood {
  cursor: pointer;
}

.icons-mood:hover {
  color: #fdc223 !important;
  font-size: 55px;
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
}

.selected-emoji {
  color: #389bc1 !important;
}

.btn-check-in {
  width: 150px;
  height: 60px;
  font-size: 1.8rem;
}

.modal-open .modal-mood {
    background-color: #252525de;
}

.btn-mood {
  border: none;
  background-color: transparent;
}

.mood-subcomment-yel{
  background: #fdc223;
  width: 75%;
  margin-left: 5%;
  border: 1px solid #fdc223;
  color: white;
  border-radius: 1.3em;
}

.mood-subcomment-gray{
  background: #f1f0f0;
  width: 75%;
  margin-left: 5%;
  border: 1px solid #f1f0f0;
  color: #7d7d7d;
  border-radius: 1.3em;
}

.mood-box{
  height: auto;
  background-color: #dcdcdc;
  border: solid #cecece 1px;
  border-radius: 4px;
}

/*****************************************/
/*  Loading */
/*****************************************/
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(253, 194, 35, 0.75) 1.5em 0 0 0, rgba(253, 194, 35, 0.75) 1.1em 1.1em 0 0, rgba(253, 194, 35, 0.75) 0 1.5em 0 0, rgba(253, 194, 35, 0.75) -1.1em 1.1em 0 0, rgba(253, 194, 35, 0.75) -1.5em 0 0 0, rgba(253, 194, 35, 0.75) -1.1em -1.1em 0 0, rgba(253, 194, 35, 0.75) 0 -1.5em 0 0, rgba(253, 194, 35, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(253, 194, 35, 0.75) 1.5em 0 0 0, rgba(253, 194, 35, 0.75) 1.1em 1.1em 0 0, rgba(253, 194, 35, 0.75) 0 1.5em 0 0, rgba(253, 194, 35, 0.75) -1.1em 1.1em 0 0, rgba(253, 194, 35, 0.75) -1.5em 0 0 0, rgba(253, 194, 35, 0.75) -1.1em -1.1em 0 0, rgba(253, 194, 35, 0.75) 0 -1.5em 0 0, rgba(253, 194, 35, 0.75) 1.1em -1.1em 0 0;
}

.alert {
  z-index: 999999 !important;
}


/*****************************************/
/*  Animations */
/*****************************************/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.newcontainer{
  max-width: 100%;
  padding: 0px 78px;
}

#notify-icon .dropdown-toggle:after{
  display:none;
}

.noti-count{
  font-size: 10px;
  position: absolute;
  top: 18px;
  left: 14px;
}
.board-noti{
      width: 270px;
      left:unset !important;
      right: 0;
}
.app {
    margin-bottom: 15px;
}
.app .application {
    overflow: hidden;
    padding-left: 36px;
    background: none no-repeat 4px;
    background-size: 16px 16px;
}
.application {
    background-repeat: no-repeat !important;
    background-position: 0 !important;
    padding-left: 24px !important;
}
.application .pull-left {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 70% !important;
}
#tab-applications button {
  min-width: 150px !important;
}
.min-width-125 {
  min-width: 125px !important;
}
.pull-left {
    float: left!important;
}

/* Desktime Views */
.desktime-time{
  line-height:1.7em;
  margin-top: 25px
}

.desktime-icon{
  font-size: 11px;
  margin-left: 3px;
}

.fa-star.checked{
  color: #fdc223 !important;
}


.active-report {
  background-color: #fdc223 !important;
}

.disabled {
  pointer-events: none;
  background-color: #777 !important;
  opacity: 0.4;
}
