﻿.gridview-pager td
{
    font-size:18px;
    padding-right: 8px;
    background-color: #ffffd0;
}

.errormessage
{
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.linktext {
    color: #4040ff;
    text-decoration: none;
}

.lower5
{
    position:relative;
    top: 5px;
}

.alignleft
{
    text-align:left;
}

.alignCenter
{
    text-align: center;
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 2px;
}
@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF input[type="radio"],
    .checkbox.checkboxlistFF input[type="checkbox"] {
        margin-left: 10px;
    }
}

.radiobuttonlist label
{
    margin-left: 8px;
    margin-right: 24px;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label
{
	margin-bottom: 4px;
	margin-left: 4px;
    margin-right: 20px;
}
@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF label,
    .checkbox.checkboxlistFF label {
        margin-bottom: 4px;
        margin-left: 10px;
        margin-right: 20px;
    }
}
.checkbox label {
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 20px;
}

fieldset legend
{
	border: 0;
	font-size: inherit;
	font-weight: 400;
	margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox
{
	margin-top: 4px;
}

.accHeader
{
    background-color: lightblue;
    color: black;
    height: 23px;
}
.accHeader:hover
{
    cursor: pointer;
    height: 23px;
}

.accHeaderSelected
{
    background-color: darkblue;
    color: white;
    height: 23px;
}

.accContents
{
    margin-left: 5px;
}

.up10
{
    position:relative;
    top:-10px;
}

.left10 {
    margin-left: 10px;
}

.left20
{
    margin-left: 20px;
}

.top4
{
    margin-top: 4px;
}

.panelSelection
{
    padding: 10px;
}

.padding2
{
    padding: 2px;
}

.largeMessage
{
    font-size: 20px;
    color: darkgreen;
    font-weight: bold;
}

.smallMessage
{
    font-size: 10px;
}

.activeMenu
{
    font-size: 18px;
    font-weight: bold;
    background-color: #e7f0f8 !important;
}

.panelQuestion
{
    padding: 10px;
}

.infoPanel
{
    margin: 5px;
    padding: 10px;
    background-color: darkgreen;
    color: white;
    font-size: 24px;
    font-weight: 700;
    width: 800px;
    height: 280px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: block;
    position: fixed;
    border-radius: 10px;
}

.vacuumPanel
{
    margin: 5px;
    padding: 10px;
    background-color: gold;
    color: darkblue;
    font-size: 20px;
    font-weight: 700;
    width: 350px;
    height: 50px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.updatePanel
{
    margin: 5px;
    padding: 10px;
    background-color: #c0c0c0;
    color: black;
    width: 800px;
    height: 280px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: block;
    position: fixed;
    border-radius: 10px;
}

.sectionHeader
{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 20px;
}

.paddingLeft10
{
    padding-left: 10px;
}

.padding10
{
    padding: 10px;
}

.paddingLeft40
{
    padding-left: 40px;
}

.filterFloat
{
    background-color: blue;
    z-index: 101;
    position: fixed;
}

.DataListItemStyle
{
    padding-right: 20px;
}

.btn-color-turquoise
{
    background-color: #00a2d8;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #286090;
        border-color: #286090;
    }

.btn-light {
    background-color: #e8e9ea;
    border-color: #e8e9ea;
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open .dropdown-toggle.btn-light {
        color: #ffffff;
        background-color: #008040;
        border-color: #008040;
    }

.popupPanel
{
    margin: 5px;
    padding: 10px;
    background-color: darkgreen;
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 800px;
    height: 800px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: flex;
    position: fixed;
    border-radius: 10px;
    justify-content:center;
}

.tablepadding10 td
{
    padding: 10px;
}

.FilterContaining
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.harmonica {
    background-color: #29ae9f;
    color: #ffffff;
    font-weight:700;
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 4px;
}

.harmonica:hover {
    background-color: #209088;
    color: #ffffff;
}

.clickdiv:hover {
    background-color: #f0f0ff;
}

.scrollingControlContainer
{
    overflow-x: auto;
    overflow-y: scroll;
}

.modalPanel
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 99%;
    top: 52px;
    left: 0px;
    z-index: 2;
    position:absolute;
}

.modalPanelSub {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translateX(-50%);
}

.modalPanel2 {
    margin: 0px;
    padding: 0px;
    background-color: #ff0000;
    width: 100%;
    height: 99%;
    top: 0px;
    left: 0px;
    z-index: 20;
    position: absolute;
}

.modalPanelSub2 {
    margin: 5px;
    padding: 20px;
    background-color: #00ff00;
    border-radius: 10px;
    position: relative;
    z-index: 23;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translateX(-50%);
}

.modalPanelFinal
{
    margin: 5px;
    padding: 10px;
    background-color: #fff0f0;
    width: 100%;
    height: 90%;
    top: 0px;
    left: 20px;
    z-index: 998;
    position: fixed;
    border-radius: 10px;
}

.modalPanelFinalSub
{
    margin: 5px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.showRight
{
    float: right;
}

.dropdownmenubutton
{
    margin-top:4px;
    margin-left:10px;
}

.alerttext
{
    background-color: orange;
    color: darkblue;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
}

.darkgreen
{
    color: darkgreen;
    font-weight: bold;
}

.largeBlack
{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.largerBlack {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.cardPanel {
    border-radius: 5px;
    border: 1px solid #202020;
    width: 250px;
}

.cardTitle {
    border-radius: 5px;
    background-color: #0000ff;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 4px;
    position: relative;
    top: -2px;
    left: -1px;
    width: 250px;
}

.cardContents {
    padding: 4px;
    background-color: #ffffff;
    position: relative;
    top: -4px;
    width: 248px;
}

.menuText {
    font-size: 18px;
}

.bottom8 {
    margin-bottom: 8px;
}
.bottom24 {
    margin-bottom: 24px;
}

.backlightgrey {
    background-color: #f0f0f0;
}

/*svcicons*/
.svg-x:after {
    content: url(/svgicons/x.svg);
    margin-top: 4px;
    margin-left:12px;
}

.svg-gear-fill:after {
    content: url(/svgicons/gear-fill.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-arrow-left:after {
    content: url(/svgicons/arrow-left.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-link-45deg:after {
    content: url(/svgicons/link-45deg.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-box-arrow-up-right:after {
    content: url(/svgicons/box-arrow-up-right.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-box-arrow-up-right-black:after {
    content: url(/svgicons/box-arrow-up-right-black.svg);
    margin-top: 4px;
    margin-left: 36px;
}

.svg-info-circle-fill:after {
    content: url(/svgicons/info-circle-fill.svg);
    margin-top: 4px;
    margin-left: 36px;
}

.dashboard {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cardHeader {
    background-color: #21507e;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
}

.border-dashboard {
    border-color: #21507e;
}

.text-dashboard {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.dashboardHeaderButton {
    float: right;
    padding: 0px;
}

.modalProgress {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loadingProgress {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.goleftdiv {
    margin-left: -14px;
}

.paddingHorizontal td {
    padding-left: 8px;
    padding-right: 8px;
}

.LargeHeader {
    font-size: 36px;
}
.MediumHeader {
    font-size: 30px;
}

.TextInput100 {
    width: 90%;
    max-width: 100px;
}

.TextInput300 {
    width: 90%;
    max-width: 300px;
}

.TextInput500 {
    width: 90%;
    max-width: 500px;
}

.wideButton {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
}

.centerHorizontal {
    text-align: center;
    display: block;
}

.flyBorder {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

.flyMemberLeft {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px 0px 0px 4px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

.flyMemberRight {
    padding: 10px;
    background-color: #337ab7;
    border-radius: 0px 4px 4px 0px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

.flyHeader {
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

.flyFooter {
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}
