﻿.adstds-btn-primary {
    background-color: #325D88;
    border-color: #325D88;
}

.adstds-btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.adstds-btn-secondary {
    background-color: #8E8C84;
    border-color: #8E8C84;
}

.adstds-btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    padding: 8px 4px;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #008CCC;
    border-color: #008CCC;
}

.bg-primary {
    background-color: #008CCC !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: "Muli", "Helvetica", Arial, sans-serif*/
    font-size: 12px;
}

.borderless {
    border: none;
}

.card .card-body .big-title {
    text-transform: uppercase;
    text-align: center;
}
/*
.checkbox label {
    margin-left: 0.25rem;
}*/

.cpBody {
    border: 1px gray;
    padding: 5px;
    padding-top: 10px;
}

.cpHeader {
    color: white;
    background-color: #325D88;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 2px;
}

.codecheckbox input[type="checkbox"] {
    margin-right: 5px;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
        font-weight: 400;
}

.form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-inline .form-control {
    width: auto;
}

.form-inline .form-group {
    display: inline-block;
}

.gridview {
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
    overflow: scroll;
}

.hidden {
    display: none;
}

input[type="file"] {
    white-space: normal;
    word-wrap: break-word;
    overflow: auto;
}

.modal {
    overflow-y: auto;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 0.2rem;
    /*margin-left: 0.2rem;*/
    margin-right: 0.2rem;
    padding-right: 0.2rem;
    display: inline-block;
}

.radiobuttonlist label {
    margin-left: 0.25rem;
}


root {
    --blue: #008CCC;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #008CCC;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px;
}

.progressmodal {
    position: absolute !important;
    z-index: 20001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* 100% of viewport width */
    /*height: 100vh;*/ /* 100% of viewport height */
    height: 4000px;
    display: flex;
    transform: translate(-0%,-50%);
    background-color: Black;
    filter: alpha(opacity=1);
    opacity: .5;
    -moz-opacity: 0.5;
}

.progresscontent {
    /*background: url(/Pub/Images/processing.gif) no-repeat 10px 10px;*/
    padding: 3em;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    z-index: 20002;
    top: 10em;
    left: 36em;
    /* IE */
    -moz-opacity: 1.0;
    /* Mozilla */
    opacity: 1.0;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: large;
}
/*.progresscontent {
    position: absolute !important;
    z-index: 20001;
    top: 20%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 500px;
    line-height: 500px;
    text-align: center;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}*/

.progresscontentcenter {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.progresscontent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
}

.progresscontent img {
        width: 125px;
        height: 125px;
}

.collapsiblePanelContainer {
    height: 0;
    overflow: hidden;
}

.checkbox label, .checkbox-inline label {
    text-align: left;
    padding-left: 0.1em;
    margin-bottom: 0px;
}

.checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    /*margin-left: -1.25rem;*/
}

.checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 1.25rem;
}

fieldset legend
{
    font-size: inherit;
}

fieldset .checkbox
{
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.radio-spaced input[type="radio"] {
    margin-right: 3px;
    margin-top: 0px;
}