﻿* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
}

body {
    background: #FFFFFF;
}

.clear {
    clear: both;
    height: 1px;
    display: block;
    float: none !important;
}

body, td {
    font-family: arial, trebuchet MS, tahoma, verdana;
    font-size: 12px;
    color: #3C3C3C;
}

img {
    border: 0px;
}

li {
    list-style: none;
}

input[type='checkbox'] {
    vertical-align: middle;
}

* .tcontent tr.theader td {
    background-color: White;
    border-bottom: solid 4px #58A2CD;
}

.col-1 {
    width: 8.33335%;
}

.col-2 {
    width: 16.6667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3334%;
}

.col-5 {
    width: 41.6665%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33345%;
}

.col-8 {
    width: 66.6668%;
}

.col-9 {
    width: 75.00015%;
}

.col-10 {
    width: 83.3335%;
}

.col-11 {
    width: 91.66685%;
}

.col-12 {
    width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 .col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

ul.mmenu {
    margin: 5px 38px 0px 0px;
}

    ul.mmenu li {
        padding-left: 0px;
        margin-left: 0px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        float: left;
        background-color: #99CCFF;
    }

    ul.mmenu a {
        color: #2267A2;
        text-decoration: none;
        display: block;
        min-width: 60px;
        border: solid 1px #985D04;
        padding-left: 2px;
    }

    ul.mmenu image {
        border: 0;
        padding-left: 10px;
    }

    ul.mmenu a:hover, ul.mmenu a.active {
        color: #6FBF25;
    }

    ul.mmenu .lvl2 {
        position: absolute;
        display: none;
        z-index: 5;
        width: 146px;
    }

        ul.mmenu .lvl2 .top {
            margin-right: 1px;
            display: block;
            height: 1px;
            border-bottom: 1px solid #6A86B5;
        }

            ul.mmenu .lvl2 .top span {
                display: block;
                height: 1px;
            }

        ul.mmenu .lvl2 .btm {
            margin-left: 1px;
            height: 1px;
            background: #083255;
        }

        ul.mmenu .lvl2 ul {
            padding: 2px;
            border-right: 1px solid #083255;
            background: #6A86B5;
        }

        * html ul.mmenu .lvl2 ul {
            height: 1%;
        }

        ul.mmenu .lvl2 li {
            display: inline;
            padding: 0px;
            margin: 0px;
            font-size: 11px;
            color: #FFF;
            float: none;
            font-weight: normal;
            background: none;
        }

        ul.mmenu .lvl2 a {
            margin-bottom: 1px;
            padding: 0px 0px 0px 8px;
            color: #FFF;
            display: block;
            line-height: 20px;
            border: 1px solid #6A86B5;
        }

            ul.mmenu .lvl2 a:hover, ul.mmenu .lvl2 a.active {
                color: #FFF;
                border-color: #97ABCB;
                text-decoration: none;
            }

ul.lmenu {
    position: relative;
    background-color: white;
    min-height: 460px;
    min-width: 200px;
    width: 200px;
}

    ul.lmenu li {
        background: url(./images/lmenu_bkgnd.gif) repeat-y 0px 0px;
        line-height: 25px;
    }

        ul.lmenu li.active {
            background: url(./images/lmenu_rev_bkgnd.gif) repeat-y 0px 0px;
        }

        ul.lmenu li.top_level {
            font-family: Tahoma;
            margin-left: 0px;
            display: block;
            font-size: 11px;
            font-weight: bold;
            background-color: white;
            border: solid 1px #EFF6FA;
            cursor: pointer;
        }

    ul.lmenu a {
        color: #136969;
        font-weight: bolder;
        padding-left: 10px;
    }

    ul.lmenu image {
        border: 0;
        padding-left: 120px;
    }

    ul.lmenu a:hover, ul.lmenu a.active {
        color: #04436b;
    }

    ul.lmenu .lvl2 {
        position: relative;
        display: none;
    }

        ul.lmenu .lvl2 ul {
            background: #F0F7FB;
            text-align: right;
            border-top: solid 1px black;
            border-left: solid 1px black;
            border-right: solid 1px #EFF6FA;
            border-bottom: solid 1px #EFF6FA;
            padding: 0;
        }

        * html ul.lmenu .lvl2 ul {
        }

        ul.lmenu .lvl2 li {
            padding-right: 10px;
            margin: 0px;
            font-size: 9px;
            float: none;
            font-weight: normal;
            background: none;
        }

        ul.lmenu .lvl2 a {
            margin-bottom: 1px;
            color: #04436b;
            display: block;
            line-height: 20px;
        }

            ul.lmenu .lvl2 a:hover, ul.mmenu .lvl2 a.active {
                color: #04436b;
                text-decoration: none;
            }

.accordionHeader {
    border: 1px solid black;
    color: black;
    background: url(./images/header_bkgnd.gif) repeat-x 0px 0px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: black;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: white;
    border: 1px dashed black;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.year {
    width: 56px;
}

.month {
    width: 96px;
}

* .files_table {
    font-size: 8pt;
    font-family: Verdana;
}

    * .files_table tr.header_top_folder {
        background: #DDD9C3;
        height: 27.85pt;
    }

    * .files_table td {
        font-family: Tahoma;
        font-size: 8pt;
        border-bottom: solid 1pt #EEEBDC;
    }

        * .files_table td.nopad {
            font-family: Tahoma;
            font-size: 8pt;
            border-bottom: solid 1pt #EEEBDC;
        }

* table.table_list_classic {
    background-color: white;
}

    * table.table_list_classic tr td a {
        color: black;
        text-decoration: none;
    }

        * table.table_list_classic tr td a:hover {
            color: black;
            text-decoration: underline;
        }

    * table.table_list_classic td {
        font-family: Tahoma;
        font-size: 8pt;
        border-bottom: solid 1pt #EEEBDC;
        padding-left: 10px;
    }

        * table.table_list_classic td.nopad {
            font-family: Tahoma;
            font-size: 8pt;
            border-bottom: solid 1pt #EEEBDC;
            padding-left: 0px;
        }

    * table.table_list_classic tr.head {
        background: url(./images/header_bkgnd.gif) repeat-x 0px 0px;
    }

        * table.table_list_classic tr.head td {
            font-weight: bold;
        }

            * table.table_list_classic tr.head td a {
                color: black;
                text-decoration: underline;
            }

                * table.table_list_classic tr.head td a:hover {
                    color: Gray;
                }

* .table_list_classic tr.header_top_folder {
    background: #DDD9C3;
    height: 27.85pt;
}

* table.table_list_classic tr.foot {
    background-color: #F2F2F2;
}

    * table.table_list_classic tr.foot td {
        font-weight: bold;
    }

        * table.table_list_classic tr.foot td a {
            color: black;
            text-decoration: underline;
        }

            * table.table_list_classic tr.foot td a:hover {
                color: Gray;
            }

* table.letters {
    background-color: #F2F2F2;
}

    * table.letters tr td a {
        color: Gray;
        text-decoration: none;
        font-weight: bold;
    }

        * table.letters tr td a:hover {
            color: Black;
            text-decoration: underline;
        }

        * table.letters tr td a.active {
            background-color: #EEEBDC;
        }

* .page_btn {
    font-family: Tahoma;
    font-size: 8pt;
    width: 50px;
    height: 20px;
    background-color: #EEEBDC;
    margin: 5px 0px 0px 0px;
    float: left;
    border: solid 1px black;
}

    * .page_btn a {
        color: Black;
        text-decoration: none;
        font-weight: bold;
    }

        * .page_btn a:hover {
            color: Gray;
            text-decoration: underline;
        }

* table.login td {
    font-family: Tahoma;
    font-size: 8pt;
    border-bottom: solid 1pt #EEEBDC;
}

* table.login tr td a {
    color: Gray;
    text-decoration: none;
    font-weight: normal;
}

    * table.login tr td a:hover {
        color: Black;
        text-decoration: underline;
    }

img_button {
    background-color: #d2ebfc;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
    text-align: center;
    cursor: pointer;
}

tr.report_header_row td {
    background-color: Blue;
    color: White;
    font-weight: bold;
}

tr.report_theme_row td {
    background-color: #CC6600;
    color: #FFFFFF;
}

tr.report_proj_row td {
    background-color: #999999;
    color: White;
}

tr.report_task_row td {
    font-weight: bold;
}

tr.report_task_green td {
    background-color: #D4FFBF;
}

tr.report_proj_green td {
    background-color: #D4FFBF;
    font-weight: bold;
}

tr.report_underline_row td {
    color: blue;
    text-decoration: underline;
}

tr.report_bluefont_row td {
    color: blue;
}

tr.report_res_task td {
    color: teal;
    background-color: lavender;
}

tr.report_res_nottask td {
    color: blue;
    background-color: lavender;
}

tr.report_res td {
    font-weight: bold;
    text-decoration: underline;
}

tr.report_res_line td#nw {
    background-color: lightgreen;
}

tr.report_res_noline td#nw {
    background-color: aqua;
}

tr.ereport_header_row td {
    background-color: #99CCFF;
    color: #000000;
    font-weight: bold;
}

tr.ereport_proj_row td {
    background-color: #C5C2C2;
    color: #000000;
}


table.wte_month {
    font-family: verdana;
    font-size: 10pt;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    table.wte_month tr {
        height: 25px;
        empty-cells: hide;
    }

        table.wte_month tr td {
            border-top: #0089e1 2px solid;
            border-left: #0089e1 2px solid;
            background: #e7f3ff;
            margin-left: 5px;
            margin-right: 5px;
            cursor: default;
            text-align: center;
        }

        table.wte_month tr.month_hdr td, .hdr th, .wtprops tr.hdr td {
            background-color: #60bff3;
            text-align: center;
            white-space: nowrap;
            border-top: #0089e1 2px solid;
            border-left: #0089e1 2px solid;
            border-right: #0089e1 2px solid;
            cursor: default;
            font-weight: bold;
        }

.wtprops tr.light td {
    background-color: #DDDDDD;
    text-align: left;
}

.wtprops2 tr.hdr2 td {
    background-color: #60bff3;
    white-space: nowrap;
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    cursor: default;
    font-weight: bold;
}

.wtprops2 tr td {
    border: #0089e1 2px solid;
    background: #e7f3ff;
    margin-left: 5px;
    margin-right: 5px;
    cursor: default;
    height: 20px;
}

table.wte_day {
    border-collapse: collapse;
    width: 100%;
}

table.inout {
    border: solid 2px #0089e1;
    border-collapse: collapse;
}

table.wte_day tr td {
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    background: #e7f3ff;
    margin-left: 5px;
    margin-right: 5px;
    cursor: default;
    text-align: center;
}

td.lastinrow {
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    border-right: #0089e1 2px solid;
}



tr.out_tasks td {
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    background: #e7f3ff;
    cursor: default;
    text-align: center;
}

tr.line_through_text {
    text-decoration: line-through;
}

table.graystyle {
    border-collapse: collapse;
}

    table.graystyle tr td {
        border: #3C3C3C 1px solid;
        background: #CCCCCC;
        margin-left: 5px;
        margin-right: 5px;
        cursor: default;
        text-align: center;
        font-weight: inherit;
        font-size: inherit;
    }

    table.graystyle tr.hdr td {
        background-color: #CCCCCC;
        text-align: center;
        white-space: nowrap;
        border: #000000 1px solid;
        cursor: default;
        font-weight: bold;
    }


table.whitetyle {
    border-collapse: collapse;
}

    table.whitetyle tr td {
        border: #3C3C3C 1px solid;
        background: white;
        margin-left: 5px;
        margin-right: 5px;
        cursor: default;
        text-align: left;
        font-weight: inherit;
        font-size: inherit;
        padding-left: 3px;
        padding-right: 3px;
    }



    table.whitetyle tr.hdr td {
        background-color: #d3d3d3;
        text-align: center;
        white-space: nowrap;
        border: #000000 1px solid;
        cursor: default;
        font-weight: bold;
        padding-left: 0px;
        padding-right: 0px;
    }

table.wte_month tr td.btI, td.btI {
    background-color: #abdc7d;
    text-align: center;
    border-bottom: 2px solid #0089e1;
    border-left: 2px solid #0089e1;
}

table.wte_month tr td.lbtI, td.lbtI {
    background-color: #aadaf9;
    text-align: center;
    border-bottom: 2px solid #0089e1;
    border-left: 2px solid #0089e1;
}

table.wte_month tr td.incTT, td.incTT {
    background-color: #fa9d99;
    text-align: center;
    border-bottom: 2px solid #0089e1;
    border-left: 2px solid #0089e1;
}


table.tasks tr td {
    border-bottom: #0089e1 2px solid;
}

    table.tasks tr td.empty, td.empty {
        border-bottom: none;
        border-right: none;
        border-top: none;
        background-color: Transparent;
    }

input {
    background-color: #e7f3ff;
    height: 20px;
    border-style: none;
    text-align: center;
}

textarea {
    background-color: #e7f3ff;
    height: 100%;
    border-style: none;
    text-align: center;
}

.input_with_border {
    background-color: #e7f3ff;
    text-align: left;
    border: solid 2px #0089e1;
    font-size: small;
    font-family: arial,trebuchet MS,tahoma,verdana;
}

.input_with_border_ro {
    border-style: solid;
    border-width: 1px;
    border-color: #083833;
    background-color: white;
    text-align: left;
    font-size: small;
    font-family: arial,trebuchet MS,tahoma,verdana;
}

select {
    background: #e7f3ff;
    border: solid 2px #0089e1;
}

.select_without_border {
    background: #e7f3ff;
    border-style: none;
}

option {
    background-color: lightgrey;
}

.option_deleted {
    background-color: Red;
}

.option_hasautofiling {
    background-color: Green;
}

.report_checkbox input {
    background-color: #e7f3ff;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
    vertical-align: bottom;
}

.report_filter {
    text-align: left;
    background-color: #C9DBFA;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
}

.details {
    background-color: #e7f3ff;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
}

.btdetails {
    background-color: yellow;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
}

.appStatus {
    background-color: #f5e885;
}

.detailslnch {
    background-color: #e7f3ff;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
    display: none;
}

.btdetailslnch {
    background-color: yellow;
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
}

.but {
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
    background-color: #99ccff;
    cursor: pointer;
}

.but_in_table {
    border-style: none;
    border-width: 0px;
    cursor: pointer;
    background-color: #99ccff;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=10);
    opacity: 0.7;
}

.collapsePanel {
    background-color: white;
    overflow: visible;
    text-align: center;
}

.ajax__calendar_container {
    z-index: 100000;
}

.Calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #4682B4;
    color: red;
}

.Calendar .ajax__calendar_other .ajax__calendar_day,
.Calendar .ajax__calendar_other .ajax__calendar_year {
    border: none;
    font-family: Tahoma, Verdana, sans-serif;
    color: black;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day,
.Calendar .ajax__calendar_hover .ajax__calendar_month,
.Calendar .ajax__calendar_hover .ajax__calendar_year {
    border: none;
    font-family: Tahoma, Verdana, sans-serif;
    color: black;
}

.Calendar .ajax__calendar_active .ajax__calendar_day,
.Calendar .ajax__calendar_active .ajax__calendar_month,
.Calendar .ajax__calendar_active .ajax__calendar_year {
    border: none;
    font-family: Tahoma, Verdana, sans-serif;
    color: black;
    font-weight: bold;
}


.wtprops {
    border-collapse: collapse;
    empty-cells: hide;
}

    .wtprops tr td {
        border: #0089e1 2px solid;
        background: #e7f3ff;
        margin-left: 5px;
        margin-right: 5px;
        cursor: default;
        text-align: center;
        height: 20px;
    }

    .wtprops tr.grayrow td {
        background: #C5C2C2;
    }

    .wtprops tr.greenrow td {
        background: #abdc7d;
    }

    .wtprops tr.blue-1 td {
        background: #C1DFFE;
    }

    .wtprops tr.blue-2 td {
        background: #E7F3FF;
    }

    .wtprops tr.blue-3 td {
        background: #FDFEFF;
    }

    .wtprops .link {
        cursor: pointer;
        color: rgb(0, 90, 165);
    }

    .wtprops a {
        cursor: pointer;
        text-decoration: underline;
        color: #000dff;
    }

    .wtprops tr td.empty {
        border-bottom: none;
        border-right: none;
        border-top: none;
        background-color: Transparent;
    }

td.corBT {
    background-color: #abdc7d;
}

td.incBT {
    background-color: #fa9d99;
}

.menu_div25 {
    height: 25px;
    text-align: center;
    vertical-align: middle;
    vertical-align: text-bottom;
    font-size: 15px;
}

table.selected tr td {
    background-color: #00BB00;
    text-align: center;
    white-space: nowrap;
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    cursor: default;
    font-weight: bold;
}

table.unselected tr td {
    background-color: #60bff3;
    text-align: center;
    white-space: nowrap;
    border-top: #0089e1 2px solid;
    border-left: #0089e1 2px solid;
    cursor: default;
    font-weight: bold;
}

.img_button {
    vertical-align: middle;
}

.page-form-title {
    color: #0089e1;
    padding: 10px;
}

.center {
    text-align: center;
}

.form-horizontal {
    margin: 0px 0px 20px 0px;
}

.form-group {
    display: block;
    margin: 0px 10px 10px 0px;
    box-sizing: border-box;
}

.form-inline .form-group {
    display: inline-block;
}

    .form-horizontal .form-group::after, .form-horizontal .form-group::before,
    .form-inline .form-group::after, .form-inline .form-group::before {
        content: " ";
        display: table;
        box-sizing: border-box;
    }

.control-label {
    margin-bottom: 0;
    /*padding-top: 7px;*/
    text-align: right;
    box-sizing: border-box;
    font-weight: bold;
}



.form-group::after {
    clear: both;
    box-sizing: border-box;
}

.form-group input::after {
    content: " ";
    box-sizing: border-box;
}

.col-offset-1 {
    margin-left: 8.33335%;
    box-sizing: border-box;
}
.col-offset-2 {
    margin-left: 16.6667%;
    box-sizing: border-box;
}
div.update-progress-mask {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    background: Gray url(../../App_Themes/classic/images/load.gif) no-repeat center center;
}

    div.update-progress-mask .update-progress-text {
        left: 52%;
        top: 50%;
        font-family: Arial;
        font-size: large;
        font-weight: bold;
        color: Black;
        position: relative;
    }

.PanelForUserAvatar img {
    width: 10px;
    height: 10px;
}

.HidenPanelForUserAvatar img {
    width: 100%;
    height: 100%;
}

.PanelForUserAvatar {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 2.5px;
    margin-right: -7.5px;
    margin-left: 10px;
}

.HidenPanelForUserAvatar {
    padding: 3px;
    background: #0089e1;
    display: none;
    height: 120px;
    width: 120px;
}

.PanelForUserAvatar:hover ~ .HidenPanelForUserAvatar {
    /*display:inline-block;
    position:absolute;*/
}

.fileUploader {
    height: 20px;
    width: 350px;
    text-align: left;
    border: #0089e1 2px solid;
}


.modal-mask {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

#alertControl .modal-container {
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
    text-align: left;
    width: max-content;
    height: max-content;
}

    #alertControl .modal-container * {
        text-align: left;
    }

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
    max-height: 500px;
    overflow-y: auto;
}

    .modal-body label {
        display: inline-block;
        width: 100px;
        font-weight: bold;
        text-align: left;
    }

    .modal-body .row {
        margin: 2px;
    }

.modal-default-button {
    float: right;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

#hardware_list {
    display: inline-block;
}

input:invalid, input.invalid, select:invalid {
    box-shadow: 0 0 3px red;
}

.delete-attach-button {
    cursor: pointer;
    background-image: url(../../images/item_delete.gif);
    padding: 1px 8px;
    margin-right: 3px;
}

.ImageSohw ul {
    list-style: none;
}

ul.ImageSohw > li {
    display: inline-block;
}

    ul.ImageSohw > li > div a > img {
        border: solid 3px #0089e1;
        width: auto;
        height: 120px;
    }

.holder {
    position: relative;
}

.block {
    left: inherit;
    bottom: 0;
    right: 0;
    top: 0;
    display: none;
}

.holder:hover .block {
    z-index: 999999;
    position: absolute;
    display: inline-block;
}


.select2 {
    height: 24px;
    padding-right: 20px;
    width: 166px;
    border: solid 2px #0089e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/combo2.png)no-repeat 144px;
    cursor: pointer;
}

    .select2 option {
        background-color: white;
    }

.bold {
    font-weight: bold;
}

.userDiv > div > img {
    height: 85px;
}

.userDiv {
    display: block;
    background-color: white;
    padding: 6px;
    width: 330px;
    height: 85px;
    text-align: left;
    cursor: pointer;
    border: 2px solid #C8C8C8;
    margin-top: 20px;
}

    .userDiv:hover {
        border: 3px solid #0089E1;
        padding: 5px;
    }

    .userDiv > div {
        display: inline-block;
        vertical-align: top;
        height: 85px;
        position: relative;
        width: 248px;
        padding-left: 1px;
        white-space: normal;
    }

        .userDiv > div > div {
            margin-top: 6px;
        }

.ListUser li {
    display: inline-block;
}

    .ListUser li:nth-child(even) {
        float: right;
    }

    .ListUser li:nth-child(odd) {
    }

.leadDiv {
    width: inherit;
    margin-right: 0px;
}
.Xbutton:hover {
    color: red;
}
.Xbutton {
    cursor: pointer;
    font-size: 17px;
    float: right;
    position: absolute;
    margin-right: 5px;
    right: 0px;
    z-index: 1;
}

/*.outCard{
    opacity: 0.7;
}*/

.stuff {
}

    .stuff li > div > div {
        margin-top: 0px;
    }



.transform180 {
    transform: rotate(180deg);
}

.transform90 {
    transform: rotate(-90deg);
}

.titleGroup {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top:20px;
}

.linkSpan {
    cursor: pointer;
    color: #0089e1;
}

.input_with_border2 {
    border: 2px solid #0089e1;
    background-color: white;
    text-align: left;
    font-size: small;
    font-family: arial,trebuchet MS,tahoma,verdana;
}

.showHidePanel {
    display: block;
    margin-top: 5px;
    width: 100%;
    margin-left: 0px;
    border: 1px solid black;
}

.listTitlGroup li {
    display: inline-block;
}

.usersPanel {
    vertical-align: top;
    width: 730px;
    display: inline-block;
    margin-left: 30px;
    height: inherit;
}

.usersPanelDiv {
    padding: 5px 5px 10px 7px;
    border: 1px solid silver;
    height: inherit;
    margin-top: 20px;
}

.treePanel {
    vertical-align: top;
    margin-left: 30px;
    display: inline-block;
}

    .treePanel > div {
        border: 1px solid silver;
        padding: 10px 20px 10px 0px;
        margin-top: 20px;
        display: block;
        height: inherit;
    }

.relative {
    position: relative;
    margin-bottom: 20px;
}



.but2 {
    border-style: solid;
    border-width: 2px;
    border-color: #0089e1;
    background-color: #0089e1;
    cursor: pointer;
    color: white;
    padding: 0px 10px;
}

    .but2:hover {
        border-color: #7eb7e9;
        background-color: #7eb7e9;
        color: white;
    }

    .but2.danger:hover {
        border-color: #ff6ca4;
        background-color: #ff6ca4;
        color: white;
    }

/*data-table styles*/
.data-table {
    background: #fdfdfd;
    border-left: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
}

.border-top {
    border-top: 1px solid #ccc;
}

.data-table td {
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}

.data-table .border-bold td {
    padding: 2px 10px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}

.data-table tr:hover td {
    background: #f3f3f3;
}

.data-table tr.header td.current-day, .data-table tr td.current-day {
    border-left: 1px solid red;
}
.current-day-legend {
    background: linear-gradient(to left, white 20%,#D0E7FF 20% 40%, #99CCFF 40% 60%,#45A2FF 60% 80%,rgb(225, 225, 225) 80% );
    border-left: 5px solid red;
}
.data-table tr.header td.current-day-legend, .data-table tr td.current-day-legend:hover {
    background: linear-gradient(to left, white 20%,#D0E7FF 20% 40%, #99CCFF 40% 60%,#45A2FF 60% 80%,rgb(225, 225, 225) 80% );
    border-left: 5px solid red;
}
.data-table tr.header td.was-in-office, .data-table tr td.was-in-office {
    background-color: #99CCFF;
}

.data-table tr td.holiday {
    background-color: rgb(225, 225, 225);
}

.data-table tr:hover td.holiday:hover {
    background-color: rgb(242, 242, 242);
}
.data-table tr td.office-and-at-home-on-the-same-day {
    background-color: #45A2FF;
}
.data-table tr td.work-in-office {
    background-color: #D0E7FF;
}

.data-table tr:hover td.work-in-office:hover {
    background-color: #E8F3FF;
}

.data-table tr td.not-working {
    background-color: #005AA5;
}

.data-table tr:hover td.not-working:hover {
    background-color: #005AA5;
}

.data-table tr.header td {
    border-color: #f3f3f3;
    background: LightGrey;
    text-align: center;
    font-weight: bold;
    color: #3C3C3C;
}

    .data-table tr.header td:first-child {
        border-left-color: #ccc;
    }

    .data-table tr.header td:last-child {
        border-right-color: #ccc;
    }

.data-table td.grey {
    background-color: #e6e6e6;
}



.data-table tr.header:first-child td {
    border-top-color: #ccc;
}

.data-table tr.lbt:hover td {
    background: #BDDFF5;
}

.data-table tr.bt:hover td {
    background: #CFF1AF;
}

.data-table td.green, .data-table tr.green td {
    background: #E5FFCE;
}
.data-table tr:hover td.green, .data-table tr.green:hover td {
    background: #CFF1AF;
}

.data-table tr.grayrow:hover td, .data-table tr.grayrow:hover td {
    background-color: #DDD;
}

.data-table tr.lightgrayrow:hover td, .data-table tr.lightgrayrow:hover td {
    background-color: #f1f1f1;
}

.data-table tr:hover td.warning {
    background: #e5e3ba;
}

.data-table tr:hover td.danger, .data-table tr.danger:hover td {
    background: rgb(224, 188, 189);
}

.data-table tr:hover td.warning, .data-table tr.warning:hover td {
   background-color: #fffcbb;
}

.data-table tr:hover td.TInProgress {
}

.data-table tr td.center {
    text-align: center;
}

.header.sticky {
    position: sticky;
    top: 0px;
}
.header.sticky-2 {
    position: sticky;
    top: 20px;
}
.bt td {
    background-color: #E5FFCE;
}

.lbt td {
    background-color: #D3E8F6;
}

table.data-table > tbody > tr > td.warning, .warning, .data-table td.warning, td.warning, tr.warning td {
    background-color: #FFFDD1;
}

tr.danger td, td.danger {
    background-color: rgb(243, 210, 211);
}

tr.green td, .green td {
    background-color: #E5FFCE;
}

tr.grayrow td, .grayrow td,td.grayrow {
    background-color: #e9e9e9;
}

tr.lightgrayrow td, .lightgrayrow td {
    background-color: #f8f8f8;
}

td.bad {
    text-align: center;
    color: red;
}

td.out {
    text-align: center;
    color: grey;
}



.data-table button, .data-table .button {
    padding: 3px 3px 4px 3px;
    font-size: 11px;
    color: #000;
    min-width: 60px;
    overflow: hidden;
    display: inline-block;
    border: 0;
    margin: 0;
    cursor: pointer;
    background-color: #f3f8fb;
}

    .data-table button.hover, .data-table .button.hover {
        background-color: #7eb7e9;
        color: white;
    }

.data-table td.controls-container {
    padding: 0;
}

.data-table input[type='button'].danger:hover, .data-table input[type='button'].danger:focus, .data-table button.danger:hover, .data-table button.danger:focus, .data-table input[type='submit'].danger:hover, .data-table input[type='submit'].danger:focus {
    background-color: #fb99be;
    color: white;
}

.data-table button:hover, data-table button:focus, .data-table input[type='submit']:hover, .data-table input[type='button']:focus, .data-table input[type='button']:hover, .data-table input[type='submit']:focus {
    background-color: #7eb7e9;
    color: white;
}



.data-table select {
    border: none;
    background: none;
    float: right;
    height: 20px;
    width: 100%;
}

.data-table td .money, .data-table td.money {
    text-align: right;
}
/*************************************************/
/*nav-tabs*/

.tab {
    height: 23px;
}

    /* Style the buttons inside the tab */
    .tab .tablinks {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 2px 16px;
        height: 23px;
        transition: 0.3s;
        font-size: 14px;
        color: grey;
        border-bottom: 2px solid white;
    }

        /* Change background color of buttons on hover */
        .tab .tablinks:hover {
            color: black;
            border-bottom: 2px solid gray;
        }

        /* Create an active/current tablink class */
        .tab .tablinks.active {
            border-bottom: 2px solid #005AA5;
            color: black;
        }

.panel-dropdown-buttons {
    position: relative;
    display: inline-block;
}

    .panel-dropdown-buttons .hidden-panel:hover, .panel-dropdown-buttons:hover .hidden-panel-tab, .panel-dropdown-buttons .hidden-panel-tab:hover, .panel-dropdown-buttons .button:active .hidden-panel {
        display: block;
    }



.hidden-panel .tablinks, .hidden-panel-tab .tablinks {
    display: block;
    width: 100%;
}

.panel-dropdown-buttons div {
    display: none;
    position: absolute;
    background-color: white;
    top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    z-index: 5;
}

.hidden-panel .button {
    width: 100%;
    padding: 3px 4px 4px 4px;
    background-color: white;
}

.left .button {
    text-align: left;
}

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
}

/*************************************************/
/*report-table*/
.report-table {
    background-color: white;
    border: 1px solid #7b7b7b;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .report-table td {
        padding: 0px 4px;
        border: 1px solid #7b7b7b;
        text-align: left;
    }

    .report-table tr.header td {
        border-color: #7b7b7b;
        background: #99CCFF;
        text-align: left;
        font-weight: bold;
        color: #3C3C3C;
    }

        .report-table tr.header td:first-child {
            border-left-color: #7b7b7b;
        }

        .report-table tr.header td:last-child {
            border-right-color: #7b7b7b;
        }

    .report-table tr.header:first-child td {
        border-top-color: #7b7b7b;
    }

    .report-table tr td.center {
        text-align: center;
    }

    .report-table tr td[align='center'] {
        text-align: center;
    }

    .report-table tr td[align='right'] {
        text-align: right;
    }
/*common styles*/
.link {
    cursor: pointer;
    color: #005AA5;
    font-weight: bold;
    text-decoration: none;
}

    .link:hover {
        color: #0990FF;
    }

table tr td, table {
    border-color: #e3e3e3;
}

.page-title {
    margin: 10px 5px 15px 15px;
}


.hiding-panel {
    background-color: rgb(164, 254, 164);
    color: rgb(20, 150, 0);
    border-radius: 4px;
    width: auto;
    position: absolute;
    padding: 11px 10px 0px 10px;
    max-width: 350px;
}

.hiding-panel-warning {
    background-color: #f2dede;
    color: #a94442;
    border-radius: 4px;
    width: auto;
    position: absolute;
    padding: 11px 10px 0px 10px;
    max-width: 350px;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-input {
    width: 80px;
}

.news-div {
    padding: 10px 20px 20px 20px;
    border: 2px solid #C8C8C8;
    max-width: 800px;
    cursor: pointer;
}

    .news-div:hover {
        border: 3px solid #005AA5;
        padding: 9px 19px 19px 19px;
    }

.subject-div {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.button-delete:hover {
    color: red;
}
