html,
body {
    font-size: 16px;
    height: 100%;
}

.pagination{
    /*display: inline !important;
    padding-bottom: 20px !important;*/
}

#myPageSize2 {
    color: #337ab7;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
}

#myPageSize {
    color: #337ab7;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
    /*display: inline-block;
    position: relative;
    clear: both;
    top: -32px;
    margin-left: 5px;

    padding: 6px 12px;*/
}

#ui-datepicker-div {
    z-index: 1001 !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.dot-green {
  height: 12px;
  width: 12px;
  background-color: #28A745;
  border-radius: 50%;
  display: inline-block;
}

.dot-yellow {
  height: 12px;
  width: 12px;
  background-color: #ff8533;
  border-radius: 50%;
  display: inline-block;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav-bar-custom{
    position: fixed;
    z-index: 1039;
    width: 100%;
    height: 56px;
    background-color: #343A40;
}

.nav-bar-custom-title{
    color: white;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-right: 36px !important;
}

.nav-bar-custom-container{
    position: relative;
    padding: 16px 15px 16px 15px;
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.menu-link-mobile{
    display: none !important;
}

.nav-bar-custom-menu-list-mobile{
    display: block !important;
    padding-bottom: 10px;
}

@media(max-width:1200px) {
    .nav-bar-custom-container{
         width: auto;
    } 
}

@media(min-width:971px) {
    .nav-bar-custom-right-items-mobile{
        display: none;
    }
}

@media(max-width:970px) {

    .first-link-style-mobile{
        padding-top: 25px !important;
    }

    .nav-bar-custom-container{
        padding: 10px 15px 16px 15px;
    }

    .nav-bar-custom-right-items-mobile{
        width: 54px;
        height: 38px;
        display: block !important;
        position: relative;
        top: -0px;
        /*right: 100px;*/
        float: right;
        text-align: center;
        padding-top: 4px;

        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .nav-bar-custom-right-items{
        display: none;
        width: 100%;
        float: left !important;
        position: relative;
    }

    .nav-bar-custom-right-items .select2-container--krajee{
        width: 160px !important;
    }

    .first-link-style-mobile{
        padding-top: 15px;
    }

    .table-th-action-padding-left{
        margin-left: 10px;
    }

    .table-td-3-icons-width{
        width: auto !important;
    }

    .table-td-small-width{
        width: auto !important;
    }

    .table-td-smallest-width{
        width: auto !important;
    }

    .table-td-smaller-width{
        width: auto !important;
    }

    .hide-table-content-mobile{
        display: none !important;
    }

    .hide-table-header-mobile{
        display: none !important;
    }
}

/*@media(max-width:992px) {
    .nav-bar-custom-container{
        width: 970px;
    }
}*/



.nav-bar-custom-right-items{
    position: relative;
    top: -5px;
    float: right;
}

.nav-bar-custom-right-items .btn-outline-primary{
    position: relative;
    height: 36px;
}

.nav-bar-custom-right-items input{
    border-radius: 4px;
    position: relative;
    height: 36px;
    width: 200px;
}

.nav-bar-custom-left-items{
    position: relative;
    float: left;
    list-style-type: none;
    padding-left: 0px;

}
.nav-bar-custom-menu-list{
    display:inline;
    padding-right: 32px;
}

.menu-link{
    color: #007BFF;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.menu-link a{
    color: #007BFF;
    text-decoration: none;
}

.menu-link a:hover{
    color: #007BFF;
    text-decoration: none;
}

.menu-link-active{
    color: white !important;
}


.btn-outline-primary{
    color: #17A2B8;
    background-color: transparent;
    background-image: none;
    border-color: #17A2B8 !important;
}

/*.btn-outline-primary:hover{
    color: white !important;
}*/

.btn-outline-primary:link, .btn-outline-primary:visited, .btn-outline-primary:hover, .btn-outline-primary:active {  color: white !important; border-color: #17A2B8 !important; }

.btn-primary{
    font-weight: 400;
    /*color: #007bff;*/
    background-color: #007BFF;
    background-image: none;
    border-color: #007BFF;
}

.btn-good-employee{
    font-weight: 600 !important;
    /*color: #007bff;*/
    background-color: #98FB98;
    background-image: none;
    border-color: #98FB98;
}

.btn-good-employee:hover {border-color: black}
.btn-good-employee-focus {border-color: black !important; border-width: 2px !important;}

.btn-absent-employee{
    font-weight: 600 !important;
    /*color: #007bff;*/
    background-color: #ff9999;
    background-image: none;
    border-color: #ff9999;
}
.btn-absent-employee:hover {border-color: black}
.btn-absent-employee-focus {border-color: black !important; border-width: 2px !important;}

.btn-sus-employee{
    font-weight: 600 !important;
    /*color: #007bff;*/
    background-color: #ffecbc;
    background-image: none;
    border-color: #ffecbc;
}
.btn-sus-employee:hover {border-color: black}
.btn-sus-employee-focus {border-color: black !important; border-width: 2px !important;}
.btn-link{
    background: none !important;
    text-decoration: underline;
}

.xcel-alternative-font-awesome{
  display: inline-block;
  position: relative;
  top: 2px;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  /*filter: invert(17%) sepia(13%) saturate(3272%) hue-rotate(178deg) brightness(91%) contrast(93%);*/
  /*filter: invert(38%) sepia(91%) saturate(423%) hue-rotate(166deg) brightness(94%) contrast(87%);*/
  filter: invert(37%) sepia(11%) saturate(2310%) hue-rotate(94deg) brightness(90%) contrast(94%);
  background: url(/images/svg/file-excel-solid.svg);
  background-size: 20px 16px;
}

.pdf-alternative-font-awesome{
  display: inline-block;
  position: relative;
  top: 2px;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  filter: invert(16%) sepia(69%) saturate(7472%) hue-rotate(9deg) brightness(96%) contrast(111%);
  background: url(/images/svg/file-pdf-solid.svg);
  background-size: 20px 16px;
}

.breadcrumb {
    background-color: #E9ECEF !important;
}

.breadcrumb > li + li:before {
    color: #6C757D !important;
}

.table-data-blue-td{
    color: #007BFF;
}

.table-data-align-right{
    text-align: right;
}

.table-data-align-center{
    text-align: center;
}

.table-td-medium-width{
    width: 300px;
}

.table-td-small-width{
    width: 150px;
}

.table-td-smallest-width{
    width: 40px;
}

.table-td-smaller-width{
    width: 110px;
}

.table-td-3-icons-width{
    width: 150px;
}

.table-data-align-center{
    /*text-align: center;*/
}

/*table{
   
    border-spacing:0;
}*/

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0.5px solid #DEE2E6;
}

.table-gray-background{
    background-color: #F8F9FA;
}

.table-warning-background{
    background-color: #ffecbc;
}

.table-good-employee-background{
    background-color: #98FB98;
}

.table-absent-employee-background{
    background-color: #ff9999;
}

.table-th-action{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.table-th-action-padding-left{
    padding-right: 10px !important;
}

/*Global*/
    
     h1{
        font-family: Open Sans;
    }

    .btn-danger{
        background-color: #DC3545 !important;
        border-color: #DC3545 !important;
    }

    .btn-light{
        background-color: #E9ECEF;
    }

    .label-inactive-timekeeper{
        font-family: Open Sans;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        color: #6C757D;
    }

    .label-normal-timekeeper{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #212529;
    }

    .form-input-timekeeper-inactive{
        border: 1px solid #CED4DA;
        background: #E9ECEF;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 30px;
        height: 36px;
    }

    .form-input-timekeeper{
        border: 1px solid #CED4DA;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 30px;
        height: 36px;
    }

     .form-input-checkbox-timekeeper{
        position: relative;
        top: 1px;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        margin-bottom: 30px;
        height: 13px;
    }

    .form-select{
        border: 1px solid #CED4DA;
        border-radius: 4px;
        width: 80px;
        height: 36px;
    }

    select{
        margin: 0;   
        padding: 4px 10px 4px 10px;   
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    select.select-custom-arrow {
       background-image: url("/images/css/triangle-fill.svg");
       background-repeat: no-repeat;
       background-position: calc(100% - 10px) center;
       background-size: 10px;
    }

    .form-checkbox{

    }

    .form-group {
        margin-bottom: 0px; 
    }

    .help-block {  
        display: none;
    }

    .modal-default{
        margin-top: 100px;
    }

    .modal-body{
        padding: 0px !important;
    }

    .modal-dialog{
        width: 500px;

    }

    .btn-outline-danger{
        color: #DC3545;
        background-color: transparent;
        background-image: none;
        border-color: #DC3545 !important;
    }

    .btn-outline-danger:hover{
        color: inherit;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #007BFF;
      opacity: 1; /* Firefox */
    }

    ::input-placeholder {  
      color: #007BFF;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #007BFF;;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      color: #007BFF;
    }
       
    input.datepicker-custom-timekeeper{
        background-image:url("/images/css/calendar.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 100px) center;
        background-size: 20px;

        border: 1px solid #CED4DA;
        border-radius: 4px;
        width: 130px;
        margin-bottom: 30px;
        height: 36px;
        padding-left:35px;
        color: #007BFF;
    }

    /*input.daily-reports{
        padding-left:35px;
    }*/

    /*input, select, textarea {
        
    }*/

    .trash-action-button-icon{
        width: 24px;
        content:url("/images/css/trash.png");
    }

    .view-action-button-icon{
        width: 34px;
        content:url("/images/css/eye.png");
    }

    .edit-action-button-icon{
        width: 34px;
        content:url("/images/css/pencil.png");
    }

    table td {
        font-family: Open Sans;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }


    /* custom tooltip */
        .tool-tip-main-class {
        position: relative;
        display: inline-block;
        }

        .tool-tip-main-class .tool-tip-message {
            visibility: hidden;
            width: auto;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            top: 130%;
            left: 50%;
            margin-left: 100%/2;
        }

        .tool-tip-main-class .tool-tip-message::after {
            content: "";
            position: absolute;
            top: -14px;
            left: 50%;
            margin-left: -5px;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

        .tool-tip-main-class:hover .tool-tip-message {
          visibility: visible;
        }
    /* custom tooltip */

/*Global*/

/*Employee page*/

    .daily-report-page-buttons
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: space-between;
        gap: 20px 30px;
        padding: 20px 0px 20px 0px;
    }

    .daily-report-page-buttons h1
    {
        margin-top: 4px;
    }

    .daily-report-page-buttons .datepicker-custom-timekeeper
    {
        margin: 0px;
    }

    .create-employee-table-of-inputs
    {
        width: 100% !important;
    }

    .employee-view-report-export-section
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .employee-view-report-export-section hr{
        position: relative;
        left: -1px;
        width: 100%;
        border: 1px solid #DEE2E6;
        padding: 0px;
        margin: 0px;
        background-color: #DEE2E6;
        border-radius: 5px;
    }

    .employee-view-report-export-section h2{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px;
        padding-top: 20px;
    }

    .employee-view-report-export-section .btn-primary{
        position: relative;
        float: right;
        margin: 16px 16px 16px 0px;
        /*color: #6C757D;
        background-color: #E9ECEF;*/
    }

    .employee-view-report-export-section .result-green{
        color: #28A745;
    }

    .employee-view-report-export-section .result-yellow{
        color: #ff8533;
    }

    .employee-view-report-export-section .report-goal{
        padding: 16px;
    }


    .report-edit-inputs{
        margin-left: 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .report-edit-input-record{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .report-edit-input-record hr{
        position: relative;
        width: 100%;
        border: 1px solid #DEE2E6;
        padding: 0px;
        margin: 20px 0px 30px 0px;
        background-color: #DEE2E6;
        border-radius: 5px;
    }

    .report-edit-input-record h2{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .employee-display-form{
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        /*align-content: space-between;*/
    }

    .employee-display-form h2{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .employee-display-form hr{
        position: relative;
        width: 100%;
        border: 1px solid #DEE2E6;
        padding: 0px;
        margin: 20px 0px 30px 0px;
        background-color: #DEE2E6;
        border-radius: 5px;
    }

    .employee-form-left-side{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-start;
    }

    .employee-form-details{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .employee-form-delete{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
        margin-right: 40px;

    }

    .employee-form-right-side{
        display: flex;
        flex-direction: column;
        flex-grow: 2;
        justify-content: flex-start;
    }

    .employee-form-schedule
    {
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .employee-form-schedule-check-ins
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*padding: 20px;
        margin-bottom: 20px;*/
    }

    .employee-form-break-time-row
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin-top: 20px;
        /*padding: 20px;*/
    }

    .employee-form-break-time-delete
    {
        margin-right: 10px;
    }

    .employee-form-break-time-total-time-message
    {
        display: none;
    }

    @media(max-width:970px) {
        .employee-form-break-time-row
        {
            /*text-align: center;*/
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 30px;
            margin-top: 20px;
            /*padding: 20px;*/
        }

        .employee-form-break-time-start
        {
            margin-bottom: 25px;
        }

        .employee-form-break-time-apply
        {
            margin-left: 30px;
        }

        .employee-form-break-time-update
        {
            margin-left: 30px;
        }

        .employee-form-break-time-total-time-message
        {
            display: inline;
        }

        .employee-form-break-time-bottom-buttons
        {
            margin-top: 5px;
        }
    }

    .employee-break-time-hour-label-input{
        position: absolute;
        top: -22px;
    }

    .employee-form-input{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
    }

    .employee-reports-export-report-for-selection{
        display: inline-block;
        float: right;
    }

    .employee-reports-export-report-target-hours-for-selection{
        padding-right: 5px;
        display: inline-block;
    }

    .employee-reports-export-target-report1-for-selection-csv{
        padding-right: 5px;
        display: inline-block;
    }

    .employee-reports-export-report1-for-selection{
        display: inline-block;
    }

    .employee-reports-export-report1-for-selection-csv{
        padding-right: 5px;
        display: inline-block;
    }

    @media(max-width:500px) {

        .employee-reports-export-report-for-selection{
            float: left;
            margin-bottom: 10px;
        }

        .employee-reports-export-target-report1-for-selection-csv{
            display: block;
        }
    }

/*Employee page*/

/*Employee page mobile*/
    @media(max-width:970px) {

        .daily-report-page-buttons{
            align-items: flex-start;
            flex-direction: column;
        }

        .dot-green{
            display: none;
        }

        .dot-yellow{
            display: none;
        }

        .mobile-lateness-green{
            font-weight: 800 !important;
            color: #006400;/*#28A745;*/
        }

        .mobile-lateness-yellow{
            font-weight: 800 !important;
            color: #ff8533;
        }

        .modal-dialog{
            width: auto;
        }

        .employee-form-details{
            margin-right: 0px;
            margin-bottom: 30px;
        }
        .employee-form-delete{
            margin-right: 0px;
            margin-bottom: 30px;
        }

        .employee-form-right-side{
            flex-grow: 1;
        }

        .employee-form-schedule
        {
            margin-bottom: 20px;
        }
    }

/*Employee page mobile*/

/*Asign Inputs To Employee Modal*/
    .assign-inputs{
        padding: 0px;
    }

    .assign-inputs .close-button{
        float: right;
        content:url("/images/css/close-modal.png");
    }

    .assign-inputs .top-header{
        float: left;
    }

    .assign-inputs .assign-inputs-top-component{
        padding: 20px;
        text-align: center;
    }

    .assign-inputs .assign-inputs-bottom-component{
        padding: 0px 20px 50px 20px;
    }

    .assign-inputs .assign-inputs-bottom-component .btn-outline-danger{
       float: left;
    }

    .assign-inputs .assign-inputs-bottom-component .btn-success{
        float: right;
    }

    /*.assign-inputs table{
        margin-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }*/

    .employee-assign-inputs-section{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px 0px 20px 0px;
    }

    .employee-break-section{
        display: flex;
        flex-direction: column;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .employee-form-inputs-table > thead > tr > th,
    .employee-form-inputs-table > tbody > tr > th,
    .employee-form-inputs-table > tfoot > tr > th,
    .employee-form-inputs-table > thead > tr > td,
    .employee-form-inputs-table > tbody > tr > td,
    .employee-form-inputs-table > tfoot > tr > td
    {
        border: 1px solid #DEE2E6;
    }

    .employee-form-inputs-table > thead > tr > th,
    .employee-form-inputs-table > tbody > tr > th,
    .employee-form-inputs-table > tfoot > tr > th,
    .employee-form-inputs-table > thead > tr > td:first-child,
    .employee-form-inputs-table > tbody > tr > td:first-child,
    .employee-form-inputs-table > tfoot > tr > td:first-child
    {
        border-left: 0px solid #DEE2E6 !important;
    }

    .employee-form-inputs-table > thead > tr > th,
    .employee-form-inputs-table > tbody > tr > th,
    .employee-form-inputs-table > tfoot > tr > th,
    .employee-form-inputs-table > thead > tr > td:last-child,
    .employee-form-inputs-table > tbody > tr > td:last-child,
    .employee-form-inputs-table > tfoot > tr > td:last-child
    {
        border-right: 0px solid #DEE2E6 !important;
    }

   /* .employee-form-inputs-table > thead > tr > th,
    .employee-form-inputs-table > tbody > tr > th,
    .employee-form-inputs-table > tfoot > tr > th,
    
    
    {
        border-top: 0.5px solid #DEE2E6;
        border-bottom: 0.5px solid #DEE2E6;
    }*/

    .employee-form-inputs-table{
        width: 100% !important;
        /*border-left-style: none !important;
        border-left: 0px solid !important;
        border-right: 0px solid !important;*/
        margin-top: 21px;
        margin-bottom: 16px;
    }

    /*.employee-form-inputs-table{
        text-align: center;
    }*/

    .employee-form-inputs-table td{
        padding: 10px 20px 10px 20px;
    }

    .employee-form-inputs-table .trash-action-button-icon{
        position: relative;
        top: 4px;
    }

    
/*Asign Inputs To Employee Modal*/

/* Select 2 custom */

    .select2-selection {
        height: 34px !important;
        border-color: #ced4da !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 32px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 32px !important;
    }

    .select2-container--krajee {
        display: inline-block !important;
        width: 200px !important;
    }

/* Select 2 custom */

/*Zone dashboard*/
    /*body > .zone-dashboard{
        font-family: Arial;

    }

    .zone-dashboard{
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
        text-align: center;

        
    }*/

    /*.zone-dashboard-table{
        padding: 70px 100px 20px 100px;
        position: relative;
        text-align: center;
    }

    .zone-dashboard-table > table{
        position: relative; 
        text-align: center; 
        width: 100%; 
        max-width: 100%;

        border-collapse: collapse;
        border-spacing: 0;

        border: 1px solid #ddd;
    }

    .zone-dashboard-table > table tr {
        height: 52px;
        max-height: 52px;
    }

    .zone-dashboard-table > table td {
        font-family: Arial;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }*/

    .zone-dashboard-filter-buttons{
        display: inline-block;
        padding-bottom: 30px;
    }

    .zone-dashboard-filter-buttons > .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
        outline-offset: 0px;
    }

    .zone-dashboard-filter-buttons > .btn-good-employee-focus, .btn-absent-employee-focus, .btn-sus-employee-focus{
        border-color: black !important; border-width: 2.5px !important;
    }

    /*.zone-dashboard-filter-buttons > .btn{
         display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/

/*Zone dashboard*/