﻿tr.row_selected td {
    background-color: lightsteelblue !important;
}

.no-js #loader {
    display: none;
}
.danger {
    background-color: #f44336;
}
/* Red */

.top {
    z-index: 999999999;
}

.box {
    width: 100%;
    height: 100%;
    background: #d9dbda;
    margin: 20px 50px;
}

.alertmessage {
    z-index: 999999999;
}
.inner-border {
    border: 20px solid #d9dbda;
    box-shadow: inset 0px 0px 0px 10px #969696;
    box-sizing: border-box;
}
 
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;

    opacity: 0.75;


}


.se-pre-con1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 500px;
    background: url(/images/loading2.gif) center no-repeat #fff;
    opacity: 0.75;
}

body {
    font-family: Arial;
    font-size: 10pt;
}

td {
    cursor: pointer;
}

.selected_row {
    background-color: #A1DCF2;
}



.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-contentmedium {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 800px;
    height: 900px;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;

}

.modal-contentmedium3 {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    pointer-events: all;
    left: -20%;
}


.modal-contentlarge {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 1300px;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* To center horizontally */
}



.modal-contentmedium2 {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 100%;
    height: 90vh;
    z-index: 9999999;
    /* To center horizontally */
}


.modal-contentlarge-body {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}



.just-line-break {
    white-space: pre-line;
}

.modal-contentsmall {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 800px;
    height: 400px;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    min-height: 400px;
}
.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 5%;
    width: 90%;
    z-index: 999999999;
}

.modal{
    overflow:auto !important;
}




div.hideSkiplink {
    background-color: #3a4f63;
    background-color: #3a4f63;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

div.menu {
    padding: 4px 0px 4px 8px;
    text-align: right;
    float: right !important;
    z-index: 999;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        text-align: left;
        z-index: 999;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            z-index: 999;
            /*white-space: nowrap;*/
        }

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
           z-index: 999;
}

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
                z-index: 999;
                /*float: right;*/
            }


.errorpopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .errorpopup .errorpopuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: fixed;
        /*z-index: 1*/
        top: 65%;
        left: 25%;
        /*height:18em;*/
        margin-top: -15em;
        /**margin-left:-400em*/
        /*margin-left: 50%;*/
        width: 800px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

        /* Popup arrow */
        .errorpopup .errorpopuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .errorpopup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        /*animation: fadeIn 1s*/
    }


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        height: 30%;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: fixed;
        /*z-index: 1;*/
        top: 65%;
        left: 25%;
        /*height:18em;*/
        margin-top: -15em;
        /**margin-left:-400em*/
        /*margin-left: 50%;*/
        width: 50%;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        /*animation: fadeIn 1s*/
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}


body {
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
    font-size: medium;
    color: #484a4f;
    background: white;
}



.LoginDiv {
    height: 100%;
}

.box {
    height: 100%;
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 350px;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.resetbox {
    height: 100%;
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 30%;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.button {
    border-width: thin;
    border-color: white;
    width: 150px;
    height: 25px;
    margin: auto;
    vertical-align: middle;
  
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
    color: white;
}


.textbox {
    border-width: thin;
    width: 100%;
    margin: auto;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}


.inputtextbox {
    border-width: thin;
    width: 300px;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}

.MultiLineTextBox {
    border-width: thin;
    padding: 4px;
    width: 100%;
    height: 110px;
    margin: auto;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}

.Grid {
    border: solid 0px black;
    width: 1000px;
}


.TimeSheetGrid {
    width: 100%;
    table-layout: fixed;
}

.GridHeader {
    background-color: "Red";
}


.labelValidation {
    color: red;
}



.HomeBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}

.HomeNoticesBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 20%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.ReportBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 100px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.TimeSheetTimeEntryBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 250px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff

}

.DocumentTable {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 70%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}

.HelpEntryBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 80%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}




.TimesheetDropdown {
    border-width: thin;
    width: 80px;
    height: 23px;
}

.UserDropdown {
    border-width: thin;
    width: 300px;
    height: 23px;
}

td.Noborder {
    border: 0;
    background: #aad1f7;
}

.GridNoBorder {
    border: 0;
}

.GridHeaderWithNoBorder {
    border-top: none;
    border-right: none;
    border-bottom: none;
}


.GridHeaderWithNoBorderLeft {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-left: none;
    border-left: none;
}

.GridHeaderWithBorder {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;
}



.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #428bca;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}



.SearchBox {
    background: firebrick;
    height: 100px;
    width: 20%;
    display: inline-block;
}


.btn-space {
    margin-right: 5px;
}


#loading {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    opacity: 0.8;
}


#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;
}



.greendot {
    height: 25px;
    width: 25px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.reddot {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.amberdot {
    height: 25px;
    width: 25px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}



.icon-colour {
    color: Highlight;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.ImportantLabel {
    background-color: lightcoral;
    font-weight: bold;
    color: black;
    font-size: 1.5em;
}

.draggable {
    width: 250px;
    height: 20px;
    background-color: #e6eaff;
    border: 2px solid #3399cc;
    margin-bottom: 1em;
    padding: 4px;
    cursor: default;
}


#droppable {
    font-size: 14pt;
    width: 400px;
}

#droppableHolder {
    margin-top: 5em;
}

.list-pointer:hover {
    cursor: pointer;
}