﻿.mydatagrid
{
width: 80%;
border: solid 2px black;
min-width: 80%;
}
.header
{
background-color: #E8E8E8;
font-family: Arial;
color: White;
height: 25px;
text-align: center;
font-size: 16px;
}

.rows
{
background-color: #fff;
font-family: Arial;
font-size: 14px;
color: #000;
min-height: 25px;
text-align: left;
}
.rows:hover
{
background-color: #5badff;
color: #fff;
}

.mydatagrid a /** FOR THE PAGING ICONS **/
{
background-color: Transparent;
padding: 5px 5px 5px 5px;
color: #fff;
text-decoration: none;
font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/
{
background-color: #000;
color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
background-color: #fff;
color: #000;
padding: 5px 5px 5px 5px;
}
.pager
{
background-color: #5badff;
font-family: Arial;
color: White;
height: 30px;
text-align: left;
}

.mydatagrid td
{
padding: 5px;
}
.mydatagrid th
{
padding: 5px;
}
.form
{
    width:auto;
}
.buttons {
    background: #d89c1f; /* company gold */
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Segoe UI, Calibri, Arial;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    transition: all .25s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}


    /* hover */

    .buttons:hover {
        background: #b57f12;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }


    /* click */

    .buttons:active {
        transform: scale(0.97);
    }


    /* disabled */

    .buttons:disabled {
        background: #cccccc;
        cursor: not-allowed;
    }

/*.buttons {*/
    /* background-color: #0095ff;*/
    /*background-color:crimson;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 5px .5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}
.buttons:hover
{
    background: #2e739e;
    background-image: -webkit-linear-gradient(top, #2e739e, #1f5c50);
    background-image: -moz-linear-gradient(top, #2e739e, #1f5c50);
    background-image: -ms-linear-gradient(top, #2e739e, #1f5c50);
    background-image: -o-linear-gradient(top, #2e739e, #1f5c50);
    background-image: linear-gradient(to bottom, #2e739e, #1f5c50);   
}
.buttons:disabled
{
    cursor: not-allowed;
}*/  

@import url('https://fonts.googleapis.com/css?family=Damion|Muli:400,600');

:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{font: 12px/12px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

/*.effect-4,
.effect-5,
.effect-6{border: 0px; padding: 5px 0 7px; border: 1px solid transparent; border-bottom-color:brown;font-family:Calibri;font-size:16px;color:black; transition: 0.4s;}

.effect-4a,
.effect-5a,
.effect-6a {
    border: 0;
    padding: 0px;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
    transition: 0.4s;
    font-family: Calibri;
    font-size: 16px;
    color: black;
}


.effect-4:focus,
.effect-5:focus,
.effect-6:focus{padding: 5px 14px 7px; transition: 0.4s;}

.effect-4 ~ .focus-border{position: absolute; height: 0; bottom: 0; left: 0; width: 100%; transition: 0.4s; z-index: -1;}
.effect-4:focus ~ .focus-border{transition: 0.4s; height: 20px; border: 2px solid #4caf50; z-index: 1;}

.effect-5 ~ .focus-border{position: absolute; height: 36px; bottom: 0; left: 0; width: 0; transition: 0.4s;}
.effect-5:focus ~ .focus-border{width: 100%; transition: 0.4s; border: 2px solid #4caf50;}

.effect-6 ~ .focus-border{position: absolute; height: 36px; bottom: 0; right: 0; width: 0; transition: 0.4s;}
.effect-6:focus ~ .focus-border{width: 100%; transition: 0.4s; border: 2px solid #4caf50;}
*/
/* TEXTBOX */

.effect-4,
.effect-5,
.effect-6 {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 8px 10px;
    font-family: Segoe UI, Calibri;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    transition: all .25s ease;
}


/* SMALL TEXTBOX */

.effect-4a,
.effect-5a,
.effect-6a {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 6px 8px;
    font-family: Segoe UI, Calibri;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    transition: all .25s ease;
}


    /* HOVER */

    .effect-4:hover,
    .effect-5:hover,
    .effect-6:hover,
    .effect-4a:hover,
    .effect-5a:hover,
    .effect-6a:hover {
        border-color: #bfc7d1;
    }


    /* FOCUS */

    .effect-4:focus,
    .effect-5:focus,
    .effect-6:focus,
    .effect-4a:focus,
    .effect-5a:focus,
    .effect-6a:focus {
        outline: none;
        border-color: #2b7cff;
        box-shadow: 0 0 0 2px rgba(43,124,255,0.15);
    }


/* PLACEHOLDER */

::placeholder {
    color: #9aa3ad;
}
.modalPopup
{
    border-color: #000000;
    border-right-width: 4px;
    margin: 10px;
    border-radius: 20px;
    background-color:#E9E9E9;
    border-style:solid;
    border-width:1px;
    height:auto;
    width:auto;
    display:block;
    border-bottom-width:4px;          
}
/*.gridview {
 background-color:#FFFFFF;
 font-size:12px;
}
.gridview td { color: #000000;font-family: Calibri;font-size: 12px;padding: 2px 2px 2px;}
.gridview th { color: #000000;font-family: Calibri;font-size: 12px;font-style:normal;padding: 2px 2px 2px;}*/

/* GRID CONTAINER */

.gridview {
    width: 100%;
    border-collapse: collapse;
    font-family: Segoe UI, Calibri, Arial;
    font-size: 12px; /* DATA FONT SIZE BIGGER */
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


    /* HEADER */

    .gridview th {
        background: #2f343a;
        color: #ffffff;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 12px;
        text-align: left;
        border-right: 1px solid #444;
        position: sticky;
        top: 0;
    }


    /* DATA ROW */

    .gridview td {
        padding: 9px 12px;
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #f3f3f3;
        color: #000000; /* DARK BLACK TEXT */
        font-size: 15px;
    }


    /* ALTERNATE ROW */

    .gridview tr:nth-child(even) {
        background: #f7f9fc;
    }


    /* HOVER EFFECT */

    .gridview tr:hover {
        background: #eaf2ff;
    }


    /* FIRST COLUMN STYLE (OPEN / STATUS etc) */

    .gridview td:first-child {
        font-weight: 600;
        color: #c40000;
    }

/*.accordion {
    width: 95%;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: Segoe UI, Arial, sans-serif;
}*/

/* Header */
/*.accordionHeader {
    background: linear-gradient(135deg, #4facfe, #00c6ff);
    color: #ffffff;
    padding: 12px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e6e6e6;
}*/

/* Hover Effect */
/*.accordionHeader:hover {
    background: linear-gradient(135deg, #43a1f5, #00b0e6);
}*/

/* Selected Header */
/*.accordionHeaderSelected {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 15px;
}*/

/* Content */
/*.accordionContent {
    background: #f9fafc;
    padding: 15px;
    border-top: 1px solid #eeeeee;
    color: #333;
    line-height: 1.6;
}*/

.accordion {
    width: 98%;
    margin: auto;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #ffffff;
    font-family: Segoe UI, Arial;
}

/* HEADER */

.accordionHeader {
    background: #f6f7f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    cursor: pointer;
    position: relative;
    transition: all 0.25s;
}

    /* arrow icon */

    .accordionHeader:before {
        content: "▶";
        font-size: 11px;
        margin-right: 8px;
    }

    /* hover */

    .accordionHeader:hover {
        background: #eceff3;
    }

/* selected */

.accordionHeaderSelected {
    background: #ffffff;
    border-left: 4px solid #0078D4;
    font-weight: 700;
    color: #000000;
}

    /* arrow rotate */

    .accordionHeaderSelected:before {
        content: "▼";
    }

/* content */

.accordionContent {
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}


.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

