﻿body {
    transition: all .5s ease;
    font-size: 12px;
    color: #3e3f43;
}

select {
    padding: 4px;
}

.BlinkClass {
    background-color: greenyellow;
}

::placeholder {
    color: #d6d6d6; /* Change the color to your desired color */
}

.aButton {
    text-decoration: none;
    border-radius: 4px;
    border: solid 2px Gray;
    color: gray;
    padding: 3px 10px 3px 10px;
    background-color: #eefbff;
    display: inline-block;
    width: auto;
    height: 28px;
    transition: all .5s ease;
    margin: 1px;
}

    .aButton:hover {
        -webkit-text-stroke-width: .02em;
        -webkit-text-stroke-color: #460bee;
        background-color: #daf0f7;
        transition: all .5s ease;
    }

    .aButton:focus {
        background-color: #e4ffe8;
    }

.thisMainContainer {
    padding: 100px 15px 0px 60px !important;
    font-size: 14px;
}

.theme {
    transition: all 0.3s ease;
}

.darkTheme {
    background-color: black;
    color: white;
}


input[type=text], input[type=password], input[type=number], textarea, select {
    border: solid 1px #D3D3D3;
    border-radius: 3px;
    padding: 3px 5px 3px 5px;
    background-color: white;
    height: 28px;
    transition: all .3s;
    filter: brightness(95%);
}

textarea {
    height: auto;
}

    input[type=text]:hover, input[type=password]:hover, input[type=number]:hover, textarea:hover, select:hover {
        filter: brightness(99%);
        transition: all .3s;
    }

    input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, textarea:focus, select:focus {
        filter: brightness(100%);
        background-color: #e4ffe8;
        transition: all .3s;
    }

    input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, textarea:disabled, select:disabled {
        filter: brightness(100%);
        background-color: #ffdcdc;
        transition: all .3s;
    }


.qukest {
    background-color: #e1e2e8;
    color: #460bee;
    padding: 0 2px 0 2px;
    border-radius: 3px;
    font-weight: bold;
    /*font-size: 20px;*/
    text-decoration: none;
    border-top: solid 5px #aca5a5;
    border-right: solid 5px #d3cdcd;
    border-bottom: solid 5px #fff;
    border-left: solid 5px #ebecf4;
    transition: all 5s ease;
    height: 30px;
}

    .qukest:hover {
        transition: all .25s ease;
        color: #460bee;
        border-top: solid 5px #fff;
        border-right: solid 5px #ebecf4;
        border-bottom: solid 5px #aca5a5;
        border-left: solid 5px #d3cdcd;
        -webkit-text-stroke-width: .02em;
        -webkit-text-stroke-color: #460bee;
    }

.logo {
    text-decoration: none;
    vertical-align: middle;
}

    .logo img {
        border-radius: 5px;
    }

.thisnavbar {
    z-index: 2147483601;
    box-shadow: 0px 10px 30px #333;
    height: 35px;
}

.thisdropdown {
    box-shadow: 0px 10px 30px #333;
    z-index: 2147483604;
    filter: brightness(110%);
}

.menutheme {
    background-color: #868798;
    color: white;
}

    .menutheme:hover {
        color: black;
    }

.ui-autocomplete {
    z-index: 2147483605;
}

.ContextMenu {
    background-color: #eef6fc;
    border: solid 2px #6bbdfb;
    box-shadow: 5px 1px 10px rgba(0,0,0,0.1);
    padding: 3px;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.ContextMenuItem {
    padding: 3px;
    background-color: #e8eef4;
    cursor: pointer;
}

    .ContextMenuItem:hover {
        filter: brightness(120%);
    }

.MessageBanner {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    z-index: 2147483601;
}

    .MessageBanner div {
        position: relative;
        top: 80px;
        padding: 25px;
        text-align: center;
        border: solid 5px;
        border-radius: 10px;
        box-shadow: 10px 10px 20px #5c5f7a;
        background-color: white;
    }



.navBtn {
    margin: 0px 10px 0px 10px;
    padding: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 14px;
}

.navPageNum {
    font-weight: bold;
    font-size: 14px;
    border: solid 1px black;
    border-radius: 2px;
    background-color: azure;
    padding: 3px 20px 3px 20px;
    margin: 0px 10px 0px 10px;
}

.WorkOrderRow {
    cursor: pointer;
}

    .WorkOrderRow td.lower {
        border-bottom-width: 3px;
    }

.wrkOrdProc {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    border: solid 1px #4b4b4b;
    border-radius: 5px;
    background-color: #f7ffac;
    color: red;
}

.wrkOrdProcCompleted {
    background-color: #bdffb7;
    color: #0b7801;
}

.wrkOrdProcSts {
    display: block;
    height: 8px;
    font-size: 5px;
    margin-top: 3px;
}

.wrkOrdProc .Iss {
    background-color: #e69bff;
    border: solid .01em #50006b;
}

.wrkOrdProc .Rec {
    background-color: #00e3ff;
    border: solid .01em #006d7b;
}

.wrkOrdProc .Pass {
    background-color: #3cff00;
    border: solid .01em #278200;
}

.CmntUsrName {
    color: #808080;
    font-style: italic;
}

.Cmnt {
    font-size: 16px;
    color: #181868;
}

.OwnCmnt {
    font-size: 16px;
    color: #870a0a;
}










.autocomplete_notselected {
    background-color: #842c2c;
    color: #ffe2e2;
}

    .autocomplete_notselected:focus {
        background-color: #ac3737 !important;
        color: #ffe2e2 !important;
    }

    .autocomplete_notselected::placeholder {
        color: #ffe8e8;
        font-style: italic;
    }


.autocomplete_selected {
    background-color: #adf7e8;
    color: #023027;
}

    .autocomplete_selected:focus {
        background-color: #cdfbf2 !important;
        color: #023027 !important;
    }






.AjaxAutoTextBox_table {
    width: 100%;
    border: 0px;
}

    .AjaxAutoTextBox_table:hover {
    }

    .AjaxAutoTextBox_table tr td {
        border: 0px !important;
        padding: 0px !important;
    }

        .AjaxAutoTextBox_table tr td.aatbtdri {
            border: 0px !important;
            padding: 2px !important;
        }

    .AjaxAutoTextBox_table td input[type='text'] {
    }

    .AjaxAutoTextBox_table td img.remimg {
        cursor: pointer !important;
        opacity: 20% !important;
        position: relative !important;
        transition: all .5s ease;
    }

        .AjaxAutoTextBox_table td img.remimg:hover {
            opacity: 100% !important;
            transition: all .5s ease;
        }


.Icon {
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    margin: 3px;
    background-color: #d5d7eb;
    filter: brightness(95%);
    transition: all .5s ease;
}

    .Icon:hover {
        filter: brightness(105%);
    }










.ListTable {
    border: solid 2px #9194b9;
    border-right: solid 2px #9194b9;
    border-spacing: 0px;
}

    .ListTable th {
        background-color: #9194b9;
        color: white;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
        border: solid 1px white;
        border-left: solid 1px #9194b9;
        border-radius: 4px;
        text-align: left;
    }

    .ListTable tbody td {
        padding: 2px;
        border: solid 1px #9194b9;
        padding: 2px 4px 2px 4px;
        border-radius: 4px;
        text-align: left;
    }


    .ListTable td.deci {
        text-align: right;
    }

    .ListTable td.centr {
        text-align: center;
    }






.LockedFinYear {
    color: Red;
    background-color: Yellow;
    padding-left: 3px;
    padding-right: 3px;
}






.ReportTable {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    .ReportTable thead th, .ReportTable tr th {
        border-bottom: solid 1px #e8eef4;
        border-right: solid 1px #e8eef4;
        font-weight: bold;
    }

    .ReportTable tbody td {
        border-right: solid 1px #e8eef4;
        text-align: left;
    }

    .ReportTable tfoot td {
        border-top: solid 1px #e8eef4;
        border-right: solid 1px #e8eef4;
        font-weight: bold;
    }

    .ReportTable .Hdr {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 3px;
    }

.DecCell {
    text-align: right;
}

.DecCellBot {
    text-align: right;
    vertical-align: bottom;
}

.Bld {
    font-weight: bold;
}


.TPLTable {
    border: solid 1px #e8eef4;
}

    .TPLTable thead th {
        font-weight: bold;
        border-bottom: solid 2px #e8eef4;
    }

    .TPLTable .cntr {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-bottom: none;
    }

    .TPLTable .cntrBot {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-top: none;
    }

    .TPLTable .cntrBotTot {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-top: none;
    }

    .TPLTable .Hdr {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 3px;
    }

.BLSTable {
    border: solid 1px #e8eef4;
}

    .BLSTable thead th {
        font-weight: bold;
        border-bottom: solid 2px #e8eef4;
    }

    .BLSTable .cntr {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-bottom: none;
    }

    .BLSTable .cntrBot {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-top: none;
    }

    .BLSTable .cntrBotTot {
        width: 50%;
        vertical-align: top;
        border: solid 1px #e8eef4;
        border-top: none;
    }

    .BLSTable .Hdr {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 3px;
    }

.sidepanelmodify {
    padding-top: 05px;
}



.ReportTable {
    width: 100%;
}

    .ReportTable th {
        padding: 0px 5px 0px 5px;
        border-right: solid 1px White;
        border-top: solid 1px #e8eef4;
        border-left: solid 1px #e8eef4;
    }

    .ReportTable td {
        padding: 0px 5px 0px 5px;
        border: none;
    }

    .ReportTable .ReportBody {
        width: 100%;
    }

    .ReportTable .LeftMost {
        border-left: solid 1px #e8eef4;
    }

    .ReportTable .AcGroupHdr {
        border-top: solid 1px #e8eef4;
        border-bottom: solid 1px Black;
        border-left: solid 1px #e8eef4;
        padding-top: 20px;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
    }

    .ReportTable .AcHeadHdr {
        border-top: solid 1px #e8eef4;
        border-bottom: solid 1px #e8eef4;
        border-left: solid 1px #e8eef4;
        padding-top: 10px;
        padding-left: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
    }

    .ReportTable .Amount {
        text-align: right;
    }

    .ReportTable .TotalAmount {
        border-top: solid 1px Black;
        text-align: right;
    }

    .ReportTable .TotalDifference {
        font-weight: bold;
        text-align: right;
    }

    .ReportTable .TotalBalanced {
        text-align: right;
        border-top: solid 1px Black;
        border-bottom: solid 2px Black;
    }




.FreeDiv {
    float: left;
    margin: 5px;
    border: solid 1px #808080;
    border-radius: 5px;
    padding: 5px;
}

    .FreeDiv .Hdr {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        background-color: #ecd7f5;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 5px;
    }




/*=================Colour Picker*/

.ColourSelector {
    display: inline-block;
    height: 20px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #808080;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.ColourSelectorDropDown {
    display: none;
    position: absolute;
    width: 230px;
    border: solid 2px #5c5f7a;
    height: 300px;
    padding: 2px;
    background-color: #dadcf7;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #dadcf7;
}

    .ColourSelectorDropDown .Header {
        width: 218px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 5px;
        border-radius: 5px;
        margin: 2px;
        vertical-align: central;
        height: 23px;
    }

        .ColourSelectorDropDown .Header .Close {
            position: absolute;
            display: block;
            left: 200px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 5px;
            cursor: pointer;
        }

        .ColourSelectorDropDown .Header .Name {
            position: absolute;
            display: block;
            left: 5px;
            top: 5px;
            width: 200px;
            height: 20px;
            border-radius: 5px;
        }

    .ColourSelectorDropDown .FamilyCtr {
        height: 50px;
        border-bottom: solid 2px #5c5f7a;
    }

    .ColourSelectorDropDown .Members {
        height: 215px;
        overflow-y: scroll;
        background-color: #ffffff;
    }

        .ColourSelectorDropDown .Members .Body {
            width: 202px;
        }

            .ColourSelectorDropDown .Members .Body .Colour {
                float: left;
                display: inline-block;
                border: solid 1px #5c5f7a;
                border-radius: 10px;
                height: 20px;
                width: 28px;
                margin: 2px;
                cursor: pointer;
            }

    .ColourSelectorDropDown .FamilyCtr .Family {
        float: left;
        display: inline-block;
        border: solid 1px #5c5f7a;
        border-radius: 10px;
        height: 20px;
        width: 32px;
        margin: 2px;
        cursor: pointer;
    }
/*=================Colour Picker*/





/*=================Image Drop Down*/



.ImageDropdown {
    border: solid 1px #99c0dc;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    width: 250px;
    padding: 0px 2px 0px 5px;
    cursor: pointer;
    overflow: hidden;
    background-color: white;
}

    .ImageDropdown .Text {
        display: inline-block;
        width: 170px;
    }

    .ImageDropdown .ImageCtr {
        display: inline-block;
        width: 40px;
    }

        .ImageDropdown .ImageCtr .Image {
            max-width: 40px;
            max-height: 40px;
        }

    .ImageDropdown .IkonCtr {
        display: inline-block;
        width: 22px;
    }

        .ImageDropdown .IkonCtr .Ikon {
        }

.ImageDropdownList {
    position: absolute;
    display: none;
    width: 250px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 1px #99c0dc;
    border-radius: 5px;
    box-shadow: 10px 10px 20px #c0d1dd;
    background-color: white;
}

    .ImageDropdownList .Body {
        position: relative;
        display: block;
        width: 240px;
        padding-left: 5px;
    }

        .ImageDropdownList .Body .Item {
            background-color: #e2edf6;
            cursor: pointer;
            transition-duration: .2s;
            margin-top: 3px;
            width: 100%;
            display: inline-block;
            border-radius: 5px;
            min-height: 40px;
        }

            .ImageDropdownList .Body .Item:hover {
                background-color: #a6d3f8;
            }

            .ImageDropdownList .Body .Item .Text {
                display: inline;
                position: absolute;
                width: 200px;
                height: 40px;
                padding-left: 5px;
            }

            .ImageDropdownList .Body .Item .Image {
                position: relative;
                left: 185px;
                max-width: 40px;
                max-height: 40px;
                top: -2px;
            }

/*=================Image Drop Down*/



.DetailTable {
    margin: 10px 2px 10px 2px;
    float: left;
    width: 49%;
}

    .DetailTable tbody tr td {
        word-wrap: break-word;
    }

.PropSizeTable {
    width: 100%;
    overflow-x: scroll;
}

.ImagePreview {
    cursor: pointer;
    width: 40px;
}

.ImagePreviewImg {
    border: solid 1px #808080;
    box-shadow: 5px 5px 20px #333;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    background-color: white;
}





.TimeSelector_Clock_Main {
    position: absolute;
    z-index: 21400000;
    display: none;
    width: 200px;
    height: 200px;
    background-color: #bac2eb;
    border-radius: 100px;
    -moz-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
}

.Clock_MinuteColour {
    background-color: #dce0bd;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.TimeSelector_Minute, .TimeSelector_Hour {
    display: none;
}

.TimeSelector_Clock_Main div.Child {
    position: relative;
    border: solid 1px thin;
    border-radius: 10px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

    .TimeSelector_Clock_Main div.Child:hover {
        background-color: #121e5a;
        color: #cbd3ff;
    }

div.Clock_HH0 {
    left: 89px;
    top: 60px;
}


div.Clock_HH1 {
    left: 115px;
    top: 40px;
}

div.Clock_HH2 {
    left: 135px;
    top: 30px;
}

div.Clock_HH3 {
    left: 135px;
    top: 35px;
}

div.Clock_HH4 {
    left: 125px;
    top: 38px;
}

div.Clock_HH5 {
    left: 112px;
    top: 36px;
}

div.Clock_HH6 {
    left: 90px;
    top: 25px;
}

div.Clock_HH7 {
    left: 65px;
    top: 0px;
}

div.Clock_HH8 {
    left: 50px;
    top: -40px;
}

div.Clock_HH9 {
    left: 40px;
    top: -85px;
}

div.Clock_HH10 {
    left: 48px;
    top: -135px;
}

div.Clock_HH11 {
    left: 68px;
    top: -180px;
}

div.Clock_HH12 {
    left: 93px;
    top: -210px;
}

div.Clock_HH13 {
    left: 130px;
    top: -225px;
}

div.Clock_HH14 {
    left: 155px;
    top: -220px;
}

div.Clock_HH15 {
    left: 160px;
    top: -205px;
}

div.Clock_HH16 {
    left: 145px;
    top: -195px;
}

div.Clock_HH17 {
    left: 123px;
    top: -188px;
}

div.Clock_HH18 {
    left: 90px;
    top: -195px;
}

div.Clock_HH19 {
    left: 55px;
    top: -225px;
}

div.Clock_HH20 {
    left: 30px;
    top: -270px;
}

div.Clock_HH21 {
    left: 18px;
    top: -324px;
}

div.Clock_HH22 {
    left: 25px;
    top: -384px;
}

div.Clock_HH23 {
    left: 48px;
    top: -430px;
}



div.Clock_MM00 {
    left: 85px;
    top: 15px;
}

div.Clock_MM05 {
    left: 125px;
    top: 10px;
}

div.Clock_MM10 {
    left: 150px;
    top: 15px;
}

div.Clock_MM15 {
    left: 160px;
    top: 30px;
}

div.Clock_MM20 {
    left: 150px;
    top: 40px;
}

div.Clock_MM25 {
    left: 125px;
    top: 50px;
}

div.Clock_MM30 {
    left: 85px;
    top: 45px;
}

div.Clock_MM35 {
    left: 50px;
    top: 10px;
}

div.Clock_MM40 {
    left: 25px;
    top: -35px;
}

div.Clock_MM45 {
    left: 15px;
    top: -90px;
}

div.Clock_MM50 {
    left: 25px;
    top: -145px;
}

div.Clock_MM55 {
    left: 50px;
    top: -190px;
}



.DetailsPage {
    padding: 0px 30px 20px 30px;
}


    .DetailsPage .cntr .head {
        padding: 50px;
        font-size: 26px;
        font-weight: bold;
        background-color: lightcyan;
        border-radius: 20px;
        border: solid 1px cyan;
    }

    .DetailsPage .cntr {
        padding: 5px 20px 5px 20px;
    }

        .DetailsPage .cntr .panl {
            border: solid 1px DarkCyan;
            border-radius: 20px;
        }

            .DetailsPage .cntr .panl .panlhead {
                padding: 20px;
                font-size: 26px;
                font-weight: bold;
                background-color: lightcyan;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border: solid 1px cyan;
            }

            .DetailsPage .cntr .panl .panlbody {
                padding: 20px;
            }

                .DetailsPage .cntr .panl .panlbody .editrow {
                    padding: 5px;
                }

                .DetailsPage .cntr .panl .panlbody .label {
                    font-weight: 500;
                    text-align: right;
                    font-weight: bold;
                    padding-top: 3px;
                }

                .DetailsPage .cntr .panl .panlbody .edtr {
                    text-align: left;
                }

            .DetailsPage .cntr .panl .panlfoot {
                padding: 20px;
                background-color: lightcyan;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                border: solid 1px cyan;
            }

    .DetailsPage .foot {
        padding: 50px;
        font-weight: bold;
        background-color: lightcyan;
        border-radius: 20px;
        border: solid 1px cyan;
    }

.cmnt {
    font-size: 12px;
    font-style: italic;
}

.mand {
    color: red;
    font-weight: bold;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.mandrow {
    background-image: linear-gradient(transparent,#ff9ba7);
    border-radius: 10px;
}








@media(max-width:992px) {
    .DetailsPage .cntr .panl .panlbody {
        padding-right: 0px;
        padding-left: 0px;
    }

        .DetailsPage .cntr .panl .panlbody .label {
            text-align: center;
        }

        .DetailsPage .cntr .panl .panlbody .edtr {
            text-align: center;
        }
}



@media(max-width: 576px) {
}





.DivTable1 {
    background-color: #e5e5f1;
    border: solid 1px #3d3f5b;
    color: #1f2256;
    border-radius: 10px;
    padding: 10px 10px 40px 10px;
    font-size: 14px;
}

    .DivTable1 .DivTitle {
        font-size: 20px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .DivTable1 .DivHeader {
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #585885;
        color: #e5e5f1;
    }

    .DivTable1 .DivRow {
        padding-top: 8px;
        padding-bottom: 5px;
        border-bottom: solid 1px Black;
    }

        .DivTable1 .DivRow:hover {
            background-color: #cccced;
            transition: all .5s ease;
        }

    .DivTable1 input {
        display: inline-block;
        height: 28px;
        text-decoration: solid;
        border: solid 1px #585885;
        border-radius: 5px;
        padding: 0px 5px 0 5px;
        cursor: pointer;
        color: #585885;
        font-size: 14px;
    }


        .DivTable1 input[type=submit],
        .DivTable1 input[type=button],
        .DivTable1 button,
        .DivTable1 a.Button {
            display: inline-block;
            height: 28px;
            text-decoration: solid;
            border: solid 1px #585885;
            border-radius: 5px;
            padding: 0px 5px 0 5px;
            cursor: pointer;
            background-color: #43439c;
            color: #ededf6;
            font-size: 14px;
        }

    .DivTable1 a.Button {
        padding: 1px 5px 0 5px;
    }

    .DivTable1 button {
        background-color: #b8b8f5;
    }

    .DivTable1 input[type=submit]:hover,
    .DivTable1 input[type=button]:hover,
    .DivTable1 a.Button:hover {
        background-color: #20208e;
        box-shadow: rgba(0, 0, 0, 0.16) 2px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        transition: all .5s ease;
    }

    .DivTable1 button:hover {
        background-color: #d7d7f7;
        transition: all .5s ease;
    }

    .DivTable1 input[type=checkbox],
    .DivTable1 input[type=radio] {
        cursor: pointer;
        height: 16px;
        width: 16px;
        color: yellow;
    }
