﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
/*
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
/*
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */ /*
}*/

/*Custom css*/
.red-asterisk::after {
    content: "*";
    position: absolute;
    color: #ef5350 !important;
    /*display: block !important;*/
}

.text > input {
    border: none;
    color: #8e8e8e;
    padding: 0;
    width: 100%;
}

.text.input {
    display: flex !important;
}

.edit-icon {
    background-color: #FFF;
    width: unset;
    padding: 0 7px;
}

.table.salary td, .table th {
    vertical-align: middle;
}

.column {
    display: flex;
    flex-direction: column;
}

.filter .form-control {
    height: 31px;
}

.filter .cal-icon:after {
    top: 4px;
}

.btn-kendo {
    border-radius: unset;
    background-color: #fafafa;
    color: #808080;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}

    .btn-kendo:hover {
        background-color: #f5f5f5;
    }

    .btn-kendo:focus {
        box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    }

.btn-report {
    color: #b6b6b6;
    background-color: #fafafa;
    border: 1px solid #dedede;
    min-width: 50px;
    cursor: pointer;
    float: right;
    margin: 2px;
    min-height: 30px;
}

td.details-control {
    background: url(/img/details_open.png) no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url(/img/details_close.png) no-repeat center center;
}

.view-image {
    font-size: 2em;
    padding: 8px 10px;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    border-radius: 4px;
    color: #555;
}

    .view-image:hover {
        background-color: #ccc;
    }

.activity-image {
    width: 280px;
    height: 250px;
    object-fit: cover;
}

.modal-dialog {
    max-width: fit-content;
}

.duration {
    background-color: rgba(128, 128, 128, 0.1);
    height: 44px;
    border-radius: .25rem;
    align-items: center;
    color: #555;
}

.btn {
    border-radius: unset !important;
    cursor: pointer;
}

.btn-primary {
    border-radius: unset;
    background-color: #ff9b44;
    box-shadow: 0 2px 6px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.05);
    min-width: 100px;
    color: #fff;
}

    .btn-primary:focus,
    .btn-primary:hover {
        box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03);
        color: #fff;
    }

.btn-secondary {
    border-radius: unset;
    background-color: #fafafa;
    color: #808080;
    min-width: 100px;
    border-color: #e8e8e8;
    box-shadow: 0 2px 6px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.05);
}

    .btn-secondary:focus,
    .btn-secondary:hover {
        color: #808080;
        border-color: #ebebeb;
        background-color: #ebebeb;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
        box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03);
    }

    .btn-secondary:active {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
        box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03);
    }


.btn.btn-secondary:active {
    color: #000 !important;
    background-color: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03) !important;
}

.form-control, .k-widget, .k-window, .k-dialog {
    border-radius: unset !important;
}

.k-dropdown-wrap {
    border-radius: unset !important;
    height: 41px;
    color: #808080 !important;
}

    .k-dropdown-wrap .k-input {
        line-height: 2.3em !important;
        color: #808080 !important;
    }

.k-dropdown .k-state-default {
    background-color: #ffffff !important;
}

.k-dropdown.form-control {
    width: 100%;
}

.k-dropdown-wrap .k-readonly, .k-multiselect-wrap .k-readonl {
    opacity: unset !important;
}

select, .select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
    border-radius: unset !important;
    border-color: #e6e6e6 !important;
}

    select:hover, select:focus, .select2-container--default .select2-selection--single:hover,
    .select2-container:hover .select2-selection--single:hover,
    .select2-container--default .select2-selection--single:focus,
    .select2-container:hover .select2-selection--single:focus {
        box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03) !important;
    }

.k-state-hover, .k-state-focused {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.03) !important;
}

span.select2-selection.select2-selection--single {
    outline: none !important;
}

.form-footer {
    display: block;
    padding: 1rem 0 1rem;
    border-top: 1px solid #e1e1e1;
    background-color: #efefef;
    border-radius: 0;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -20px;
    margin-top: 10px;
    text-align: right !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.pagination {
    border-radius: 0 !important;
}