﻿body, a, a:hover, td, .TopLink {
    font-size: 14px;
}

body {
    font-size: 14px;
    font-family: Verdana, Tahoma;
    background-color: #ffffff;
}

A {
    font-size: 14px;
    font-family: Verdana, Tahoma;
    color: #3300dc;
    text-decoration: none;
    font-weight: bold;
}

    A:hover {
        font-size: 14px;
        font-family: Verdana, Tahoma;
        color: #cc0000;
        font-weight: bold;
        cursor: pointer;
    }


[id*="LblLoginName"] {
    font-size: 13px;
    font-weight: bold;
    color: yellow !important;
    display:inline-block;
    padding-right:10px;
}
/*
TABLE
{
	border-right: #990000 1px solid;
	padding-right: 2px;
	border-top: #990000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #990000 1px solid;
	padding-top: 2px;
	border-bottom: #990000 1px solid;
}

TBODY
{
	border-right: #ff6600 2px outset;
	border-top: #ff6600 2px outset;
	border-left: #ff6600 2px outset;
	border-bottom: #ff6600 2px outset;
}

TH
{
	border-right: #3300cc 1px solid;
	border-top: #3300cc 1px solid;
	border-left: #3300cc 1px solid;
	border-bottom: #3300cc 1px solid;
	background-color: #990000;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffcc;
}

 */
.TableBorder {
    border-right: #0000cc 1px solid;
    border-top: #0000cc 1px solid;
    border-left: #0000cc 1px solid;
    border-bottom: #0000cc 1px solid; /*filter: progid:dximagetransform.microsoft.shadow(color= '#3399ff' , direction=135, strength=5); 	*/
}

TD {
    font-size: 14px;
    font-family: Verdana, Tahoma;
}

H1 H2 {
    font-weight: bold;
    font-size: 16pt;
    font-family: verdana,thoma;
}

H3 {
    font-weight: bold;
    font-size: 14pt;
    font-family: verdana,thoma;
}

H4 {
    font-weight: bold;
    font-size: 12pt;
    font-family: verdana,thoma;
}

H5 {
    font-weight: bold;
    font-size: 11pt;
    font-family: verdana,thoma;
}



/*DIV
{
	border-right: #3300cc 1px solid;
	border-top: #3300cc 1px solid;
	border-left: #3300cc 1px solid;
	border-bottom: #3300cc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}*/


SELECT {
    border: #000000 1px solid;
    min-height: 25px;
}

INPUT {
    /*border-right: #000000 1px solid; 	border-top: #000000 1px solid; 	border-left: #000000 1px solid; 	border-bottom: #000000 1px solid;*/
}

P {
    color: #0000cc;
}

    P:first-line {
        color: #0000cc;
        font-weight: bold;
    }

    P:first-letter {
        color: #0000cc;
        font-weight: bold;
        font-size: 15pt;
    }

BUTTON {
    color: #cc0000;
    border-right: #00cc00 3px outset;
    border-top: #00cc00 3px outset;
    border-left: #00cc00 3px outset;
    border-bottom: #00cc00 3px outset;
}

.Heading {
    border-right: #faebd7 2px outset;
    border-top: #faebd7 2px outset;
    font-weight: bold;
    font-size: 13pt;
    border-left: #faebd7 2px outset;
    color: #b22222;
    border-bottom: #faebd7 2px outset;
    font-family: verdana,thoma;
    background-color: #faf0e6;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
}

.sHeading {
    border-right: #faebd7 2px outset;
    border-top: #faebd7 2px outset;
    font-weight: bold;
    font-size: 10pt;
    border-left: #faebd7 2px outset;
    color: #b22222;
    border-bottom: #faebd7 2px outset;
    font-family: verdana,thoma;
    background-color: transparent;
    padding-bottom: 1px;
    vertical-align: middle;
    padding-top: 1px;
    text-align: center;
}

.AddRotate {
    border-right: #006600 1px solid;
    padding-right: 1px;
    border-top: #006600 1px solid;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: #006600 1px solid;
    width: 150px;
    padding-top: 1px;
    border-bottom: #006600 1px solid; /*height: 150px;*/
}

.MidHead {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffcc;
    font-family: verdana,thoma;
    background-color: #0066ff;
    padding-bottom: 2px;
    vertical-align: middle;
    padding-top: 2px;
    text-align: center;
     
   
    clear:both;
}

.Caption {
    font-size: 14px;
    font-family: Verdana, Tahoma;
}

.Required {
    color: #cc0000;
}

.TdStyle {
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
    border-collapse: collapse;
}

.TdStyleWithBottom {
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
    border-collapse: collapse;
    border-bottom: #000000 1px solid;
}


.UnderLineStyle {
    border-bottom: #000000 1px solid;
    border-collapse: collapse;
}

.AllDetailPointHead {
    font-weight: bold;
    font-size: 10pt;
    color: #990000;
    font-family: Tahoma, verdana;
    text-decoration: underline;
}

.TopBottomBorder {
    border-top: blue 1px solid;
    border-bottom: blue 1px solid;
}


.DisabledControl {
    color: #ff0000;
    background-color: #535053;
}

.tNoWrap {
    white-space: nowrap;
    padding-right: 5px;
}

.hideData {
    table-layout: fixed;
    clear: both;
    clip: rect(0px,0px,4px,4px);
    content: close-quote;
    float: none;
    max-width: 100px;
    outline-color: Red;
    outline-width: thick;
    overflow: auto;
}


.AutoScrolls {
    overflow: auto;
}


.pDisplay {
    display: inline;
}

.pNDisplay {
    display: none;
}

.orderForm {
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    width: 70%;
}

.orderForm2 {
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    width: 300px;
}

.ReadOnlyCtrl {
    background-color: appworkspace;
    color: #000;
}

.DisabledCtrl {
    background-color: #fafafa;
}

.FieldSet1 {
    Border: solid 1px gray;
    padding: 3px;
    margin-bottom: 2px;
}

.upperc {
    text-transform: uppercase;
}

.tbl {
    display: inline-block;
}

    .tbl td {
        padding: 3px;
    }

    .tbl A {
        display: inline-block;
        border: solid 1px white;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 3px;
        padding-bottom: 3px;
    }


        .tbl A:hover {
            border: solid 1px blue;
            background-color: #f0ffff;
        }

.alcn {
    text-align: center;
}

.alrg {
    text-align: right;
}

.alft, .l {
    text-align: left;
}


.divpg {
    width: 100%;
    page-break-after: always;
}

.hdd11 {
    background-color: #b0c4de;
}

.sw {
    color: #483d8b;
    font-weight: bold;
}

.hdd12 {
    height: 30px;
    background-color: #ffffcc;
}

.cont {
    font-weight: bold;
}

.MainLink {
    width: 95%;
}

    .MainLink TD {
        width: 33%;
        text-align: left;
        padding: 5px;
    }

.ad {
}

    .ad .vw {
        display: inline;
    }

.st {
}

    .st .vw {
        display: none;
    }

.alt1 {
    background-color: #fff;
}

.alt0 {
    background-color: #f7f7de;
}

.pd1 {
    padding-left: 21px;
}

.bt input {
    padding: 2px 0px 2px 0px;
    margin: 2px;
    cursor: pointer;
}

.qa1 {
    border: solid 1px gray;
    padding: 5px;
    margin-top: 5px;
}

    .qa1 span {
        display: block;
        padding: 5px;
    }

    .qa1 .p {
        padding-left: 10px;
    }

.cp {
    font-weight: bold;
    color: Green;
    font-family: Arial Black;
    cursor: pointer;
}

.imm {
    cursor: pointer;
    margin: 10px;
}

.grd {
    border: #0000cc 1px solid;
    width: 100%;
}

    .grd tr:hover {
        background-color: yellow;
        cursor: pointer;
    }

    .grd td {
        padding: 3px;
    }

    .grd th {
        font-weight: bold;
        font-size: 10pt;
        color: #ffffcc;
        font-family: verdana,thoma;
        background-color: #0066ff;
        padding-bottom: 2px;
        vertical-align: middle;
        padding-top: 2px;
        text-align: center;
        border-right: #0066ff 1px inset;
        border-top: #0066ff 1px inset;
        border-left: #0066ff 1px inset;
        border-bottom: #0066ff 1px inset;
    }

.grd1 {
    border: #0000cc 1px solid;
    width: 100%;
}

    .grd1 td:hover {
        background-color: yellow;
        cursor: pointer;
    }

    .grd1 td {
        padding: 3px;
    }


.swList div, .swList span {
    border-top: #cc0033 1px dashed;
    border-right: #cc0033 1px dashed;
    border-bottom: #cc0033 1px dashed;
    color: #990033;
    border-left: #cc0033 1px dashed;
    background-color: #ffffcc;
    display: inline-block;
    padding: 0px 5px;
    float: left;
    margin: 2px;
}

.swList span {
    background-color: #ffffff;
}

.cc2026 {
    background-color: #bdbdbd;
}

.cc2025 {
    background-color: #92d87a;
}

.cc2024 {
    background-color: #71c2ce;
}

.cc2023 {
    background-color: #c4967b;
}

.cc2022 {
    background-color: #a993be;
}

.cc2021 {
    background-color: #645656;
}

.cc2020 {
    background-color: #ffffcc;
}

.cc2019 {
    background-color: #ffccff;
}

#TblLinks td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-left: 1px solid #fff;
}

    #TblLinks td:first-child {
        border-left: 0;
    }

@media screen and (max-width:992px) {

    table.table50 #ctl00_CPH_gvDwnFromUser td {
        width: auto !important;
        float: none !important;
    }

    .leftM-0 input[type="checkbox"] {
        margin-left: 0;
    }

    body, td {
        font-size: 16px;
    }
}



.slick-header-column {
    padding: 0px !important;
}

    .slick-header-column.ui-state-default {
        text-align: center;
        box-sizing: border-box;
        height: 25px !important;
        white-space: normal;
        font-size: 12px !important;
    }

.slick-headerrow-columns {
    height: 30px !important;
}

.rrr {
    color: red;
}

.slick-headerrow.ui-state-default {
    text-align: center;
    box-sizing: border-box;
    height: 30px;
    white-space: normal;
}

.grd {
    width: 100%;
    font-family: Verdana;
    font-size: 11pt !important;
    text-align: left;
}

.slick-row.active .slick-cell {
    background-color: rgba(127, 206, 255, 1);
}

.slick-row.active:hover .slick-cell {
    background-color: rgba(127, 206, 255, 1) !important;
}

.slick-cell:hover, .slick-header-columns:hover {
    cursor: pointer;
}

.slick-row:hover div {
    background-color: #b2e1ff !important;
}

.slick-row:hover div {
    background-color: #b2e1ff !important;
}

.slick-headerrow-column input {
    width: 99%;
    font-size: 12px !important;
}

.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default {
    padding: 0px !important;
}
