﻿
body {
    /*font: normal 12px/1.8em Arial, Helvetica, sans-serif;
    /*color: #5f5f5f;*/
}

h1, h2, h3, h4, h5, h6, p, div, a, td {
    /*font: normal 12px/1.8em Arial, Helvetica, sans-serif;
    /*color: #5f5f5f;*/
}

.primeholder {
    margin-bottom: 80px;
}

::selection {
    background-color: #666; /* Replace with your desired highlight color */
    color: #FFF; /* Replace with the text color you prefer for highlighted text */
}

.boxxer {
    /*display: inline-block;*/
    display: table;
    margin: 2% auto;
    max-width: 1300px;
    min-width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}

.boxxer_noborder {
    /*display: inline-block;*/
    display: table;
    max-width: 900px;
    min-width: 400px;
    width: 100%;
}

/* ========================================= */

br {
    user-select: none;
}

.headall {
    font-size: medium;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
}

.rytTAB {
    text-align: right;
    float: right;
}

.txtline {
    background-color: transparent;
    border: solid 1px transparent;
    border-bottom-color: #666;
}

.txtlineWhite {
    background-color: transparent;
    border: solid 1px transparent;
    border-bottom-color: #fff;
}

.bordermeInput {
    padding: 2px;
    color: #666666;
    border: solid 1px #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
}

.bordeless {
    background-color: transparent;
    border: none;
    color: #666666;
    width: 99%;
    max-width: 99%;
    padding: 4px;
}

.hideme {
    display: none !important;
}

/* ALIGNMENT */

.cnter {
    text-align: center;
}

.ryt {
    text-align: right;
}

.lefty {
    text-align: left;
}

.vtop {
    vertical-align: top;
}

.breakme {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
}

.widthSubmit {
    width: 800px;
    min-width: 800px;
}

.widthRecord {
    min-width: 500px;
}

/* GRIDVIEW */

.gridhead {
    background: #4980C1; /* Old browsers */
    background: -moz-linear-gradient(top, #4980C1 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4980C1 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4980C1 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .gridhead th {
        border: solid 1px #FFF !important;
        background: linear-gradient(to bottom, #4bcdfe 0%, #4980C1 100%);
        padding: 10px 10px 8px 10px;
        font-size: 14px;
        text-align: center !important;
        color: #FFF !important;
        font-weight: 500 !important;
    }

    .gridhead :hover {
        background: #666666;
    }

    .gridhead a, .gridcontrol {
        text-decoration: none;
        cursor: pointer !important;
        padding: 0 5px 0 5px;
        color: #FFF !important;
        font-size: 14px;
    }

/* ================================================ */

.gridheadTEST {
    border: none !important;
    color: White !important;
    background: #4980C1; /* Old browsers */
    background: -moz-linear-gradient(top, #4980C1 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4980C1 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4980C1 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .gridheadTEST :hover {
        background: #666666;
    }

    .gridheadTEST a {
        color: White !important;
        text-decoration: none;
        cursor: pointer !important;
    }



/* ================================================ */

.break-wordTEST td {
    color: #5f5f5f;
    vertical-align: top;
    white-space: nowrap;
    max-width: 150px;
    /*max-width: 25em;*/
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    background-color: #ffffff;
    /* Grid Design */
    border: solid 1px red;
    border-radius: 10px;
}

.break-word td {
    color: #5f5f5f;
    vertical-align: top !important;
    max-width: 120px !important;
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    */
    /* Grid Design 
    border: solid 1px #c0c0c0 !important;
    border-radius: 7px;
    background-color: #ededed;
    */
    border-top: solid 3px #FFF !important;
    border-bottom: solid 1px #FFF !important;
    border-left: solid 1px #FFF !important;
    border-right: solid 1px #FFF !important;
    background-color: #efefef;
    padding: 10px 10px 9px 10px;
    max-width: 25em;
    word-wrap: break-word;
    font-size: small;
}

.normRow td {
    color: #5f5f5f;
    vertical-align: top;
    text-align: start;
    background-color: #ffffff;
    /* Grid Design */
    border: solid 1px #c0c0c0;
    padding: 8px 8px 7px 8px;
    border-radius: 7px;
}

/* POPUP PANEL */

.rounded-panel-popup {
    display: block;
    margin: 4% auto;
    min-width: 400px;
    max-width: 800px;
    border-radius: 4px;
    padding: 15px;
    border: solid 1px #c0c0c0;
    /*background: rgba(255,250,250, 1);*/
    background: #ffffff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-bottom: 50px;
    position: relative;
}

.blk {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(102, 102, 102, 0.9);
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.closeX {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
}

/*Tab Panel*/

.TabButtonBox {
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #c0c0c0;
}

.TabButton {
    background-color: transparent;
    border: solid darkgray;
    border-width: 1px 1px 0px 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: calc(4.75em + 2px);
    letter-spacing: 0.25em;
    line-height: 4.75em;
    outline: 0;
    padding: 0 3.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}


.rd-panel-top {
    margin: 0 auto;
    border-top: solid 2px darkgray;

}

/* TABLES */

td {
    max-width: 25em !important;
    word-wrap: break-word !important;
}

/* Default Table */
.DefTable {
    width: 95%;
    margin: 0 auto;
    display: table;
}

.DefTableBox {
    width: 95%;
    margin: 0 auto;
    border: solid 1px #666666;
    padding: 6px;
}

    .DefTable, .DefTable td, .DefTableBox td {
        vertical-align: top;
    }

/* Formatted Table border-radius: 4px; */

.tblFormat {
    width: 100%;
}

    .tblFormat td {
        vertical-align: top;
        border: 1px solid #c0c0c0;
        padding: 6px;
        border-radius: 4px;
    }

    .tblFormat tr {
        vertical-align: top;
    }

.hrdate {
    width: 25%;
}

.noTable td {
    border: none !important;
    padding: 0 !important;
}

/* Center Div */

.CnterDiv {
    width: 98%;
    margin: 0 auto;
}

/* Search */

.srcBox {
    background: #d0d0d0;
    padding: 4px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    /*-o-border-radius: 5px 0 0 5px;*/
    border: 0 none;
    width: 220px;
}

.srcButton {
    background: #0099ff;
    color: white;
    padding: 4px 20px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    /*-o-border-radius: 0 5px 5px 0;*/
    border: 0 none;
}

/* Bullet */
.bullet {
    text-align: left;
    margin: 0 auto;
}

.bulletnodesign {
    width: 90%;
}

    .bulletnodesign li {
        font-size: small;
        margin-bottom: 10px;
        margin-right: 2px;
    }

    .bulletnodesign a {
        text-decoration: none;
        color: #5f5f5f;
        font-weight: bold;
    }

        .bulletnodesign a:hover {
            text-decoration: underline;
        }

/* Box */

.roundBox {
    display: table;
    border-radius: 4px;
    border: solid 1px #c0c0c0;
    padding: 7px;
}

/* Notif */

.cornernotif {
    color: gray;
    margin-left: 4px;
    font-size: 9px;
    vertical-align: 25%;
}

/* Search */


.srchTest {
    background-color: transparent;
    width: 400px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px 40px 10px 10px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.srch {
    width: 400px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 12px;
    background-color: #FFF;
    background-image: url('../ImageUpload/searchicon.png');
    background-position: 8px 5px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% 
    .srch:focus {
        width: 99%;
    }
*/

.srchInner {
    width: 99%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    background-color: white;
    background-image: url('../Image/Rand/searchicon.png');
    background-position: 8px 5px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
}

/* Wrap */

.nowrap td {
    white-space: nowrap;
    border: solid 1px #c0c0c0;
}


.txtformat input[type="text"] {
    padding: 4px;
    border: 1px solid red;
}


/* V2 */


.companylogo {
    background-image: url('../ImageUpload/TW-companylogo100White.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 256px;
    margin: 35px 10px 0 auto;
}

.hrtoollogo {
    background-image: url('../ImageUpload/TW-white-154x40.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 154px;
    height: 40px;
}

.bubble {
    position: fixed;
    display: block;
    bottom: 2%;
    left: 1%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
    width: 50px;
    height: 50px;
}


hr {
    background-image: -moz-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: -webkit-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: -ms-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: linear-gradient(to right, #5e42a6, #b74e91);
    -moz-transition: max-width 0.2s ease;
    -webkit-transition: max-width 0.2s ease;
    -ms-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    bottom: 0;
    content: '';
    border: none;
    /*
    height: 3px;
    border-radius: 70%;
    */
    height: 2px;
}

.hrnoclass {
    border: solid 1px #CCC !important;
    background-image: none !important;
    border-radius: 0 !important;
    height: 0 !important;
}