﻿body {
}

.table th {
    background: #fff;
    border-bottom: 1px solid #9e9e9e;
}

.tablefooter th {
    border-top: 1px solid #9e9e9e !important;
}

.message {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid #CCCCCC;
    background: #e1f2fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EBEBEB));
    background: -moz-linear-gradient(top, #ffffff, #EBEBEB);
    color: #333333;
    text-shadow: 0 1px 0 #fff;
    width: 98%;
}

.wide-modal-dialog {
    width: 300px;
}

@media (min-width: 576px) {
    .wide-modal-dialog {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .wide-modal-dialog {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .wide-modal-dialog {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .wide-modal-dialog {
        width: 1000px;
    }
}
/* START - override bootstrap css */
.form-control {
    display: inline-block;
}

.text-success {
    color: #00a65a !important;
}

.text-warning {
    color: #f39c12 !important;
}

.text-danger {
    color: #dd4b39 !important;
}

.text-muted {
    color: #999 !important;
}
/* END - override bootstrap css */
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 200px !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 200px;
}
/* START - element animations */
.navbar .navbar-nav > li > .dropdown-menu {
    margin-top: -20px;
}

.navbar .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0;
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        transition: all 0.3s ease;
        margin-top: -20px;
        opacity: 0;
        visibility: hidden;
        display: block;
    }

    .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 1px;
    }
}

.table tr {
    transition: background-color 0.3s ease;
}

.colorpicker {
    animation-name: fade-show;
    animation-duration: 0.3s;
}

.bootstrap-datetimepicker-widget {
    animation-name: fade-show;
    animation-duration: 0.3s;
}

@keyframes fade-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.blink {
    animation: 1.1s blinker ease infinite;
}

@keyframes blinker {
    10% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    90% {
        opacity: 1.0;
    }
}
/* End - element animations */
/* START - bootstrap-notify patch */
.notify {
    z-index: 99999 !important;
}

    .notify .close {
        top: auto !important;
        right: 15px !important;
        margin-top: -2px;
    }

    .notify .notify-icon {
        float: left;
    }

    .notify .notify-title {
        margin-top: -2px;
        font-weight: bold;
    }

    .notify .notify-message {
        margin-left: 25px;
        padding-right: 25px;
    }
/* END - bootstrap-notify patch */
.thumb {
    height: 80px;
    width: 80px;
}

.thumb-xs {
    height: 40px;
    width: 40px;
}

.img_resize_fit {
    overflow: hidden;
    object-fit: contain;
}

.bg_resize_fit {
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img_resize_cropped {
    overflow: hidden;
    object-fit: cover;
}

.bg_resize_cropped {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* START - file upload */
.fileinput-label {
    width: 84%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 5px;
}

.fileinput-clear-button {
    margin-top: 5px;
}

.file-preview {
    width: 200px;
    height: 150px;
}

.file-defaultpreview-img {
    width: 190px;
    height: 140px;
}

.file-preview-image {
    overflow: hidden;
    object-fit: contain;
}

.filepreview-frame {
    width: 190px !important;
    height: 140px !important;
}

.file-preview-status {
    display: none;
}

.input-group-btn .fileinput-remove-button {
    padding: 9px 12px;
}
/* END - file upload */
/* START - timelog */
.calLable {
    display: inline-table;
    text-align: center;
    font-size: large;
    height: 40px;
    width: 120px;
}

.mr {
    margin-right: 15px;
}

.calender {
    table-layout: fixed;
    width: 99.90%;
    min-width: 800px;
    margin: auto;
}

    .calender td:before {
        content: attr(data-day);
    }

    .calender td[data-day=''] {
        visibility: hidden;
        border: none;
    }

    .calender td {
        height: 80px;
        border: 1px solid rgb(226, 226, 226);
        vertical-align: top !important;
        transition: background-color 0.3s ease;
    }

        .calender td:hover {
            background-color: rgb(245, 245, 245);
        }

    .calender .hour {
        display: block;
        text-align: center;
        font-size: x-large;
        height: 35px;
        text-transform: uppercase;
    }

    .calender .penalty {
        display: block;
        text-align: right;
        color: #C00;
    }

.avgTime {
    margin-top: -88px;
    text-align: right;
    padding-right: 30px;
    font-size: x-large;
}

.totTime {
    margin-top: -88px;
    text-align: right;
    padding-right: 250px;
    font-size: x-large;
}
/* END - timelog */
.info-box-icon {
    padding-top: 20px;
}

.info-box-number input {
    border: none;
    background-color: transparent;
}

@media (max-width: 1400px) {
    .info-box-number {
        font-size: small;
    }
}

.padding5 {
    padding-top: 5px;
}

.aspNetDisabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.checkboxlist {
    width: 100%;
}

    .checkboxlist label {
        padding-left: 7px;
        font-weight: normal;
    }
/* START - Buttons */
.btn-secondary {
    color: #fff;
    background-color: #ab47bc;
    border-color: #9c27b0;
    text-decoration: none !important;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ab47bc;
        border-color: #9c27b0;
    }

    .btn-secondary .badge {
        color: #9c27b0;
        background-color: #fff;
    }

.btn-square {
    border-radius: 0px !important;
}

.btn-rounded {
    border-radius: 24px !important;
}

.btn-simple {
    border: 0px;
    background-color: transparent;
    transition: all 0.3s ease;
    background-image: none;
}

.btn-default.btn-simple {
    color: #444;
}

.btn-primary.btn-simple {
    color: #367fa9;
}

    .btn-primary.btn-simple .badge {
        color: #fff;
        background-color: #367fa9;
        transition: all 0.3s ease;
    }

    .btn-primary.btn-simple:hover .badge {
        color: #367fa9;
        background-color: #fff;
    }

.btn-secondary.btn-simple {
    color: #9c27b0;
}

    .btn-secondary.btn-simple .badge {
        color: #fff;
        background-color: #ab47bc;
        transition: all 0.3s ease;
    }

    .btn-secondary.btn-simple:hover .badge {
        color: #9c27b0;
        background-color: #fff;
    }

.btn-info.btn-simple {
    color: #00acd6;
}

    .btn-info.btn-simple .badge {
        color: #fff;
        background-color: #00acd6;
        transition: all 0.3s ease;
    }

    .btn-info.btn-simple:hover .badge {
        color: #00acd6;
        background-color: #fff;
    }

.btn-success.btn-simple {
    color: #008d4c;
}

    .btn-success.btn-simple .badge {
        color: #fff;
        background-color: #008d4c;
        transition: all 0.3s ease;
    }

    .btn-success.btn-simple:hover .badge {
        color: #008d4c;
        background-color: #fff;
    }

.btn-warning.btn-simple {
    color: #e08e0b;
}

    .btn-warning.btn-simple .badge {
        color: #fff;
        background-color: #e08e0b;
        transition: all 0.3s ease;
    }

    .btn-warning.btn-simple:hover .badge {
        color: #e08e0b;
        background-color: #fff;
    }

.btn-danger.btn-simple {
    color: #d73925;
}

    .btn-danger.btn-simple .badge {
        color: #fff;
        background-color: #d73925;
        transition: all 0.3s ease;
    }

    .btn-danger.btn-simple:hover .badge {
        color: #d73925;
        background-color: #fff;
    }

.btn-simple:hover {
    color: #fff;
}

.btn-default.btn-simple:hover {
    color: #444;
}

.btn-outline {
    border: 1px solid;
    background-color: transparent;
    transition: all 0.3s ease;
    background-image: none;
}

.btn-default.btn-outline {
    color: #444;
    border-color: #424242;
}

.btn-primary.btn-outline {
    color: #367fa9;
    border-color: #367fa9;
}

    .btn-primary.btn-outline .badge {
        color: #fff;
        background-color: #367fa9;
        transition: all 0.3s ease;
    }

    .btn-primary.btn-outline:hover .badge {
        color: #367fa9;
        background-color: #fff;
    }

.btn-secondary.btn-outline {
    color: #9c27b0;
    border-color: #9c27b0;
}

    .btn-secondary.btn-outline .badge {
        color: #fff;
        background-color: #ab47bc;
        transition: all 0.3s ease;
    }

    .btn-secondary.btn-outline:hover .badge {
        color: #9c27b0;
        background-color: #fff;
    }

.btn-info.btn-outline {
    color: #00acd6;
    border-color: #00acd6;
}

    .btn-info.btn-outline .badge {
        color: #fff;
        background-color: #00acd6;
        transition: all 0.3s ease;
    }

    .btn-info.btn-outline:hover .badge {
        color: #00acd6;
        background-color: #fff;
    }

.btn-success.btn-outline {
    color: #008d4c;
    border-color: #008d4c;
}

    .btn-success.btn-outline .badge {
        color: #fff;
        background-color: #008d4c;
        transition: all 0.3s ease;
    }

    .btn-success.btn-outline:hover .badge {
        color: #008d4c;
        background-color: #fff;
    }

.btn-warning.btn-outline {
    color: #e08e0b;
    border-color: #e08e0b;
}

    .btn-warning.btn-outline .badge {
        color: #fff;
        background-color: #e08e0b;
        transition: all 0.3s ease;
    }

    .btn-warning.btn-outline:hover .badge {
        color: #e08e0b;
        background-color: #fff;
    }

.btn-danger.btn-outline {
    color: #d73925;
    border-color: #d73925;
}

    .btn-danger.btn-outline .badge {
        color: #fff;
        background-color: #d73925;
        transition: all 0.3s ease;
    }

    .btn-danger.btn-outline:hover .badge {
        color: #d73925;
        background-color: #fff;
    }

.btn-outline:hover {
    color: #fff;
}

.btn-default.btn-outline:hover {
    color: #444;
}
/* END - Buttons */
/* START - Labels */
.label-outline {
    border: 1px solid;
    display: inline-block;
}

.label-secondary {
    background-color: #ab47bc;
}

.label-default.label-outline {
    border-color: #444;
    background-color: transparent !important;
    color: #444 !important;
}

.label-primary.label-outline {
    border-color: #367fa9;
    background-color: transparent !important;
    color: #367fa9 !important;
}

.label-secondary.label-outline {
    border-color: #9c27b0;
    background-color: transparent !important;
    color: #9c27b0 !important;
}

.label-info.label-outline {
    border-color: #00acd6;
    background-color: transparent !important;
    color: #00acd6 !important;
}

.label-success.label-outline {
    border-color: #008d4c;
    background-color: transparent !important;
    color: #008d4c !important;
}

.label-warning.label-outline {
    border-color: #e08e0b;
    background-color: transparent !important;
    color: #e08e0b !important;
}

.label-danger.label-outline {
    border-color: #d73925;
    background-color: transparent !important;
    color: #d73925 !important;
}
/* END - Labels */
.progress {
    background-color: #e0e0e0;
}

.pagination {
    margin: 0px 0px 20px 0px;
}

.slider-selection {
    background: #00a65a;
}

.strikethrough {
    text-decoration: line-through;
}

.dropdown-toggle i {
    padding-top: 6px;
}

.media-heading {
    margin-top: 5px;
}

.checkbox-text label {
    font-weight: normal !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    top: -19px !important;
}

@media (max-width: 1400px) {
    .task-title {
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }
}

.singleline {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.padding {
    padding: 25px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

a.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    background-color: #6e787f;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s linear;
    text-decoration: none;
    padding-top: 12px;
    color: white;
}

    a.scrollToTop:hover {
        text-decoration: none;
        background-color: #158cba;
        color: white;
    }

blockquote.colored {
    border-color: #158cba;
    margin-left: 5px;
}

.main-desc p {
    font-size: large;
    padding: 5px;
}
