﻿body {
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #FAF9F6;
}

    body.cursorWait, body.cursorWait * {
        cursor: wait !important;
    }

    body.cursorProgress, body.cursorProgress * {
        cursor: progress !important;
    }


    /* Body Scrollbar customisations */
    body::-webkit-scrollbar {
        width: 20px; /* width of the entire scrollbar */
    }

    body::-webkit-scrollbar-track {
        background: #8194a1; /* color of the tracking area */
    }

    body::-webkit-scrollbar-thumb {
        background-color: #c0bc00; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
        border: 3px solid #8194a1; /* creates padding around scroll thumb */
    }
/* End of Body Scrollbar customisations */


/* Main container for wite width */
.siteContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 50px;
}

@media (min-width: 576px) {
    .siteContainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .siteContainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .siteContainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .siteContainer {
        max-width: 1140px;
    }
}




label {
    font-weight: 500;
}


.gravatarProfileImg {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.faviconProfileImg {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Bootstrap Overwrite */

a {
    text-decoration: none !important;
}

.table > :not(:last-child) > :last-child > * {
    font-weight: 500 !important;
    border-bottom-color: #adb5bd !important;
    border-top-width: inherit;
    border-bottom-width: inherit;
}

.table {
    background-color: #FFFFFF;
    /*border-collapse: collapse;*/
    /*width: 95%;*/
}






/*Fix the table header in place when scrolling. */
/** {
    box-sizing: border-box;
}

.wrapper2 {
    height: 30vw;
    overflow-y: scroll;
}*/

.tablealign {
    /*float: right;*/
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding-bottom: 0px;
}

.tbodyGeneral {
    overflow-y: scroll;
    overflow-x: auto;
    height: 700px;
    display: block;
}

.tbodyTechnicians {
    overflow-y: scroll;
    overflow-x: auto;
    height: 350px;
    display: block;
}

thead {
    display: table;
    width: calc(100% - 17px);
    /*table-layout: fixed;*/
    table-layout: fixed;
    word-wrap: normal;
}

tbody tr {
    table-layout: fixed;
    display: table;
    width: 100%;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    /*margin: 0% auto;*/
    position: relative;
    /*padding: 34px;*/
    color: #444;
    cursor: pointer;
    overflow-x: auto;
    width: 1500px;
}

.cardReports {
    background-color: #fff;
    border-radius: 10px;
    /*margin: 0% auto;*/
    position: relative;
    /*padding: 34px;*/
    color: #444;
    cursor: pointer;
    overflow-x: auto;
    width: 1400px;
}

.cardGeneral {
    /*background-color: #fff;*/
    border-radius: 10px;
    margin: 0% auto;
    /*position: relative;*/
    /*padding: 34px;*/
    color: #444;
    cursor: pointer;
    /*overflow-x: auto;*/
    width: 800px;
}

.cardFlush {
    /*background-color: #fff;*/
    border-radius: 10px;
    margin: 0% auto;
    /*position: relative;*/
    /*padding: 34px;*/
    color: #444;
    cursor: pointer;
    /*overflow-x: auto;*/
    width: 1200px;
}

.card:before {
    display: block;
    position: absolute;
    background-color: #ccc;
    z-index: -1;
    box-shadow: 0 0 40px #999999;
    transition: box-shadow .2s ease-in-out;
}

.card.level-3:hover:before {
    box-shadow: 0 0 80px #999999;
}
/* End of table header fixing when scrolling */

/* Table Scrollbar customisations */
tbody::-webkit-scrollbar {
    width: 18px; /* width of the entire scrollbar */
}

tbody::-webkit-scrollbar-track {
    background: #8194a1; /* color of the tracking area */
}

tbody::-webkit-scrollbar-thumb {
    background-color: #c0bc00; /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 3px solid #8194a1; /* creates padding around scroll thumb */
}
/* End of Table Scrollbar customisations */


.form-check-label {
    font-weight: 400;
}

.tooltip-inner {
    max-width: 500px !important;
    text-align: left !important;
}

/*    a:hover {
        text-decoration: none !important;
    }*/


/* Bootstrap Additions */

.table-md > :not(caption) > * > * {
    padding: 0.25rem 0.5rem;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    border-radius: 0.15rem;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

.rounded-5 {
    border-radius: 1rem !important;
}
