.sidenav .navbar-brand {
    padding: 0;
    margin-right: 0;
}
.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
    max-width: 100%;
    max-height: 100%;
}
input[type="tel"].day, input[type="tel"].month, input[type="tel"].year{
    width: calc(30% - 13px) !important;
    margin-right: 3%;
    display: inline-block;
}
label.datetimepicker-cal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #344767;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
     display: flex;
    align-items: center;
    justify-content: center;
}
label.datetimepicker-cal span {
    font-size: 28px !important;
}
label.datetimepicker-cal:hover {
    color: #cb0c9f;
}
label.datetimepicker-cal:after {
    content: '' !important;
}
.datetimepicker-wrapper input:not(.day):not(.month):not(.year) {
    /* Don't use display:none, otherwise focus() won't work and calendar won't open */
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 100%; /* Height full to vertically align somewhat */
    top: 0;
    right: 15px; /* Position it near the icon on the right */
    z-index: -1;
    border: none;
    padding: 0;
    margin: 0;
    pointer-events: none; 
}
.datetimepicker-wrapper input.has-error {
    -webkit-box-shadow: inset 0px 0px 0px -7px rgba(208,1,27,1);
    -moz-box-shadow: inset 0px 0px 0px -7px rgba(208,1,27,1);
    box-shadow: inset 0px 0px 0px -7px rgba(208,1,27,1);
}
.datetimepicker-wrapper {
    position: relative;
    overflow: hidden; 
}
.form-check {
    padding-left: 0;
}
.form-check input.form-check-input {
    margin-right: 6px;
}
.form-check label, .form-check input.form-check-input{
    margin-right: 6px;
    cursor: pointer;
}
.form-check:not(.form-switch) .form-check-input[type="radio"]::after {
    width: 70%;
    height: 70%;
    top: 2px;
    bottom: unset;
    right: 2px;
    left: unset;
}
.plusminus-wrapper input{
    width: 60% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    text-align: center;
    padding-left: 0px;
    display: inline-block;
}
.plusminus-wrapper button{
    width: 20% !important;
    height: 40.2px !important;
    background-color: #00c5ff;
    top: 1px;
    position: relative;
}
button#button-minus{
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    -webkit-border-radius: .375rem 0px 0px .375rem;
    -moz-border-radius: .375rem 0px 0px .375rem;
    border-radius: .375rem 0px 0px .375rem;
    border-right: none;
}
button#button-plus{
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    -webkit-border-radius: 0px .375rem .375rem 0px;
    -moz-border-radius: 0px .375rem .375rem 0px;
    border-radius: 0px .375rem .375rem 0px;
    border-left: none;
}
.flmsg {
    background: #fff;
    z-index: 999999999;
    font-size: 16px;
    color: #333;
    padding: 16px 40px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*top: 40px;*/
    width: 80%;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
    margin-top: 20px;
}
.flmsg.warning {
    box-shadow: 0 13px 27px -5px rgba(242,38,19,0.45), 0 8px 16px -8px rgba(242,38,19,0.6), 0 -6px 16px -6px rgba(242,38,19,0.35);
}
.flmsg-content {
    display: inline;
    padding: 0 15px;
}  
#flmsg-right {
    display: flex;
    align-items: center;
}  
.flmsg-close-bar {
    font-size: 26px;
    opacity: 0.5;
    cursor: pointer;
}  
.flmsg-close-bar:hover {
    opacity: 1;
}
select{
    appearance: auto !important;
}
.timeonly {
    width: calc(50% - 13px) !important;
    display: inline-block;
}
.fa-fa::before {
    color: black; /*pokud zmenis barvu, zmen ji i u .color-dpc a .bg-dpc*/
    content: "\f56c";
}
.fa-dpc::before {
    color: #85a4cd; /*pokud zmenis barvu, zmen ji i u .color-dpc a .bg-dpc*/
    content: "\f56c";
}
.fa-dpp::before {
    color: #008000;
    content: "\f56c";
}
.fa-hpp::before {
    color: #ad1457;
    content: "\f56c";
}
.fa-dpp-dpc::before, .fa-dp::before {
    color: #b7d3d1;
    content: "\f56c";
}
.fa-all-types::before {
    color: #344767;
    content: "\f56c";
}
.color-fa::before {
    color: black; /*pokud zmenis barvu, zmen ji i u .fa-fa a .bg-fa*/
}
.color-dpc::before {
    color: #85a4cd; /*pokud zmenis barvu, zmen ji i u .fa-dpc a .bg-dpc*/
}
.color-dpp::before {
    color: #008000;
}
.color-hpp::before {
    color: #ad1457;
}
.color-dpp-dpc::before, .color-dp::before {
    color: #b7d3d1;
}
.color-all-types::before {
    color: #344767;
}
.bg-fa {
     background-color: black; /*pokud zmenis barvu, zmen ji i u .color-fa a .fa-fa*/
}
.bg-dpc {
     background-color: #85a4cd; /*pokud zmenis barvu, zmen ji i u .fa-dpc a .color-dpc*/
}
.bg-dpp {
     background-color: #008000;
}
.bg-hpp {
    background-color: #ad1457;
}
.bg-dpp-dpc, .bg-dp  {
    background-color: #b7d3d1;
}
.bg-all-types, .bg- {
    background-color: #344767;
}
.workflow .fa-times::before {
    color: red;
}
.incarnation:before, .incarnation:after {
    content: "";
    position: fixed;
    background: #b00;
    left: 0;
    right: 0;
    height: 5px;
}
.incarnation:before {
    top: 0;
}
.incarnation:after {
    bottom: 0;
}
.incarnation {
    border-left: 5px solid #b00;
    border-right: 5px solid #b00;
}
.incarnation-back:before{
    content: "\f6e2";
    font-size: 80vh;
    font-family: FontAwesome;
    left: calc(50vw - 30vh);
    position:fixed;
    top: -13vh;
    color: #b00;
    z-index: -1000;
    opacity: 0.1;
}
.registration .form-control {
    min-width: 303px;
}
.copy-to-description {
    cursor: pointer;
    margin-right: 20px
}
.copy-to-description:hover {
    color: rgb(76, 175, 80);    
}
.activity {

}
.vacationBudgetSumOfSpend, .vacationBudgetRest {
    padding: 20px 0 0 10px;
    font-weight: bold;
}
.vacationBudgetRest {
    padding: 10px 0 20px 0;
    font-weight: bold;
}
.vacationBudgetDates {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}
.activity  {
    color: #666;
    margin-top: 6px;
}
.activity .date {
    border-right-width: 2px;
    border-right-style: solid;
    text-align: center;
    padding-right: 2px;
    align-self: center;
}
.needConfirm {
    font-weight: 600;
    color: #285786;
}
.needConfirm.rejected {
    color: #e91e63;
}
.needConfirm.approved{
    color: #4caf50;
    font-weight: 300;
}
.activity .status:first-letter {
    text-transform: uppercase;
}
.activity .status {
    font-weight: 600;
}
.activity hr {
    margin: 5px;
}
.activity .activityGroup {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 0 8px;
    display: inline-block;
    margin-left: 5px;
}
.activity .edit {
    align-self: center;
    font-size: 120%;
    padding: 5px;
}
.activity .text {
    align-self: center; 
}

.report-footer {
    border-top: 2px dashed silver;
}
.calendar-cloning-day {
    background-color: #7cacdb !important;
    color: black;
    border-radius: 10px;
}
#tableCloneActivity th {
    background-color: #f1f1f1;
}
.btn_looks_like_link {
    background: none!important;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    color: #344767 !important;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    text-transform: none;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0;
    font-size: 1rem;
}
.btn_looks_like_link:active, .btn_looks_like_link:focus, .btn_looks_like_link:hover  {
    border-width: 0px !important;
    box-shadow: none !important;
    border: none !important;
}
.btn_looks_like_link:hover  {
    color: #e91e63 !important;
}
.reportBtns {
    display: none;
    margin: 5px 0 0 0;
}
#reportBtnsMore {
    font-size: 90%;
    color: silver;
    display: block;
    margin-top: 0px;
}

.table thead th {
  text-transform: none;
}
.nav-item.active a {
  text-decoration: underline;
}

@media (max-width: 576px) {
    .activity .date {
        border-right-width: 0px;
        text-align: center;
        padding-right: 0;
    }
    .activity .text, .activity .status, .activity .desc, .activity .edit {
        text-align: center;
    }   
    .activity .status span {
        border-right-width: 2px;
        border-right-style: solid;
        border-left-width: 2px;
        border-left-style: solid;        
        padding: 0 5px;
    }    
}
@media (min-width: 576px) {
    .activity .date-mobile {
        display: none;
    }
}
.watermark-calcellation{
    position: relative;
}
.watermark-calcellation:before{
    content: 'Stornováno';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    color: #b00;
    font-size: 5vh;
    font-weight: 600;
    display: grid;
    justify-content: center;
    align-content: center;
    opacity: 0.25;
    transform: rotate(-35deg);
}
.custom-tabs {
    margin-top: 30px;
    border-bottom: 2px solid rgba(76, 171, 215, 0.2);
    display: flex;
    width: 100%;
}
.custom-tabs .nav-item {
    flex: 1;
}
.custom-tabs .nav-link {
    color: #666;
    border: none;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}
.custom-tabs .nav-link:hover {
    color: #4cabd7;
    background-color: rgba(76, 171, 215, 0.05);
}
.custom-tabs .nav-link.active {
    color: #4cabd7;
    background-color: rgba(76, 171, 215, 0.1);
}
.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4cabd7;
}
.custom-tab-content {
    padding: 20px;
}
@media (min-width: 1000px) {
    .sidenav:hover {
      max-width: 15.625rem; }
    .sidenav .sidenav-toggler {
      padding: 1.5rem; }
    .sidenav.fixed-start + .main-content {
      margin-left: 17.125rem; }
    .sidenav.fixed-end + .main-content {
      margin-right: 17.125rem; } }
@media (max-width: 999.98px) {
  .g-sidenav-show.rtl .sidenav {
    transform: translateX(17.125rem); }
  .g-sidenav-show:not(.rtl) .sidenav {
    transform: translateX(-17.125rem); }
  .g-sidenav-show .sidenav.fixed-start + .main-content {
    margin-left: 0 !important; }
  .g-sidenav-show.g-sidenav-pinned .sidenav {
    transform: translateX(0); } }

.report-status .status {
    border-radius: 0.5rem;
    padding: 0.625rem 1.5rem;
    border: 1px solid silver;
    cursor: default;
}
.report-status .dropdown-toggle.status::after {
    display: none; /*skryjeme sipku dolu, která u addColumnStatus normalne je*/
}
.report-status .status-approved {
    background-color: #008000;
    color: white;
}
.report-status .status-concept {
    background-color: yellow;
}
.report-status .status-proposal {
    background-color: #56b4d3;
    color: white;
}
.report-status .status-disapproved {
    background-color: red;
    color: white;
}
.search-input-multiselect {
  background: url('/img/search.png') no-repeat right center;
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: -2px;
}
.notification-message{
    width: calc(100% - 20px);
    margin-right: 20px;
}
.notification-close{
    position: absolute;
    right: 5px;
    top: 10px;
}
.dashboard-message{
    display: block;
    padding: 0.3rem 1rem;
    clear: both;
    font-weight: 400;
    color: #7b809a;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dashboard-message:hover, .dashboard-message:focus {
  color: #344767;
  background-color: #f0f2f5;
}
.hoursInWeekWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f2f5;
    margin: 5px 0;
    position: relative;
    top: -5px;
}
.hoursInWeekWrap {
    position: relative;
    top:4px;
}
#dashboardReports h6 small {
    font-size: 100%;
    font-weight: normal;
}
.week {
    border: 1px solid #7e7e7e;
    margin-bottom: 10px;
}
day {
    border-bottom: 1px solid silver;
    padding: 5px 0 10px 0;
    margin: 0 !important;
}
day:last-of-type {
    border-bottom: 0;
    padding-bottom: 3px;
}
.hoursInWeekWrap>div {
    padding-top: 5px;
}
.hoursInWeekWrap h3 {
    font-size: 100%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.hoursInWeekWrap h3 .weekHours {
    float: right;
}
hr.lastActivityInWeek {
    display: none;
}

/*osklivej fix na spodni scrollbar*/
@media (min-width: 1200px) {
    body {
        overflow-x: hidden;
    }
}
.scrollbar-wrapper{ 
    width: 100%;
    border: none 0 RED;
    overflow-x: scroll; 
    overflow-y:hidden; 
    display: none; 
    height: 20px;
}
.scrollbar-div { 
    height: 20px;
}
.btn small {
    text-transform: none !important;
}
.datagrid-group-action-title {
    display: none;
}
.datagrid .btn {
    margin: 5px;
    padding: 7px 10px;
}
#snippet-appovalList-grid input[name="group_action[2]"] {
    background-color: red;
}
#snippet-appovalList-grid .btn {
    margin-right: 5px;
}
#weekendApprovels .desc {
    text-transform: none !important;
}
#weekendApprovels button {
    max-width: 460px;
    white-space: normal;
}
#weekendApprovels td {
    white-space: normal !important;
}
#weekendApprovels tr {
    border-width: 2px;
}
.ajaxing {
    background-image: url("../img/loading.gif") !important;
    background-position: center;
    background-size: 80%;
}
.minical {
    display: inline-block;
    border: .1px solid #CCCAC5;
    background-color: #FFF;
    width: 65px;
    text-align: center;
    margin-top: 2px;
}
.minical .dayname {
    height: 19px;
    font-size: 0.7rem;
    text-transform: uppercase;
    background-color: #289ff5;
    color: #FFF;
}
.minical .datenum {
    font-size: 1rem;
    color: #585858;
    line-height: 30px;
}
@media (max-width: 1600px) {
    .table thead th {
        padding: 0.8rem 0.2rem;
        text-align: center;
    }
}

/* Custom alert-info styling */
.alert-info {
    background-image: linear-gradient(195deg, #f2f2f2 0%, #E7F2FF 100%);
}

/* Active menu item styling - same as hover effect */
.sidenav .nav-link.active {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}
.sidenav .nav-link.active,
.sidenav .nav-link.active .nav-link-text,
.sidenav .nav-link.active i,
.sidenav .nav-link.active .fa {
    color: #344767 !important;
}
.sidenav .nav-link.active i::before {
    color: #344767 !important;
}