﻿.gridview-pager td
{
    font-size:18px;
    padding-right: 8px;
    background-color: #ffffd0;
}

.errormessage
{
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.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;
    }
}

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;
}

.left20
{
    margin-left: 20px;
}

.top4
{
    margin-top: 4px;
}

.panelSelection
{
    padding: 10px;
}

.padding2
{
    padding: 2px;
}

.largeMessage
{
    font-size: 20px;
    color: darkgreen;
    font-weight: bold;
}

.draftMessage {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    background-color: #ffc107;
    padding: 6px;
}

.smallMessage
{
    font-size: 10px;
}

.activeMenu
{
    font-size: 18px;
    font-weight: bold;
    background-color: #e7f0f8 !important;
}
.draftMenu {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000 !important;
}
.draftActiveMenu {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000 !important;
    background-color: #e7f0f8 !important;
}

.draft {
    background-color: #ffd010;
}

.notset {
    background-color: #ffaec9;
}

.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: #ffff00;
}

.scrollingControlContainer
{
    overflow-x: auto;
    overflow-y: scroll;
}

.modalToast {
    margin: 5px;
    padding: 20px;
    background-color: #f8e0e0;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%, -50%);
}

.modalPanel
{
    margin: 0px;
    padding: 0px;
    background-color: rgba(128,128,128,0.5);
    width: 100%;
    height: 2000px;
    top: 52px;
    left: 0px;
    z-index: 2;
    position:absolute;
}

.modalPanelSub
{
    margin: 5px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modalPanel2 {
    margin: auto;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 1000px;
    top: 0px;
    /*left: 50%;
    transform: translateX(-50%);*/
    z-index: 20;
    position: absolute;
}

.modalPanelSub2 {
    /*margin: 0px;*/
    margin: auto;
    padding: 20px;
    margin-bottom: 100px;
    background-color: #e8e8e8;
    border-radius: 10px;
    /*position: absolute;*/
    z-index: 21;
    top: 0px;
    /*left: 50%;
    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;
}
.darkorange {
    color: #d05000;
    font-weight: bold;
}

.largeBlack
{
    font-size: 22px;
    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;
}

.backlightgold {
    background-color: #fff4b9;
}

/*svcicons*/
.svg-info-circle:after {
    content: url(/svgicons/info-circle.svg);
    margin-top: 4px;
    margin-left:12px;
}
.svg-pencil-fill:after {
    content: url(/svgicons/pencil-fill.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-blackbox-arrow-up-right:after {
    content: url(/svgicons/blackbox-arrow-up-right.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-arrow-left:after {
    content: url(/svgicons/arrow-left.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-arrow-up:after {
    content: url(/svgicons/arrow-up.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-arrow-down:after {
    content: url(/svgicons/arrow-down.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-x-lg-red:after {
    content: url(/svgicons/x-lg-red.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-files:after {
    content: url(/svgicons/files.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.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;
}

.channelHeader
{
    margin-left: 24px;
    color: #4040e0;
    font-size: 20px;
    font-weight: 700;
}

.lightborder
{
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.lightborderround {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 6px;
}

.popover {
    max-width:400px;
}
.popover-body {
    background-color:#f0f0f0;
}

input[type=file]::file-selector-button {
    border: 1px solid transparent;
    padding: .25rem .5rem;
    border-radius: .2rem;
    background-color: #337ab7;
    border-color: #337ab7;
    transition: .15s;
    color: #ffffff;
}
input[type=file]::file-selector-button:hover {
    background-color: #236aa7;
}

.imgthumbnail {
    max-height: 200px;
    height: auto;
    width: auto;
}
