﻿a[href]:after {
    content: none
}

.top, .header, .footer, .tag.kind-5, .tag.kind-6, .tag.kind-7, .tag.kind-8, .tag.kind-9 {
    display: none !important;
}

.panel {
    break-inside: avoid;
}

.break-before {
    break-before: always;
}

table {
    border: solid #ddd !important;
    border-width: 2px 0 0 2px !important;
}

th, td {
    border: solid #ddd !important;
    border-width: 0 2px 2px 0 !important;
}

.print {
    display: block;
    text-align: center;
}

/* screen only blocks */
.screen {
    display: none;
}

.chart 
{
    width: 640px !important;
    height: 400px !important;
}

.tag_cloud {
    margin: 10px !important;
    padding: 10px !important;
    background: #454a7d !important;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    border-radius: 15px !important;
    border: solid #ddd !important;
    border-width: 2px 0 0 2px !important;
}


.tag.kind-0 {
    font-size: x-large !important;
}

.tag.kind-1 {
    font-size: large !important;
}

.tag.kind-2 {
    font-size: medium !important;
}

.tag.kind-3 {
    font-size: small !important;
}

.tag.kind-4 {
    font-size: x-small !important;
}

@page {
    margin: 1cm;
}

body {
    -webkit-print-color-adjust: exact !important;
    /*font-family:"Open Sans",Arial,Helvetica,Sans-Serif*/
}

td
{
    font-family:"open sans";
    font-size:small;
}

.gridHeader > th {
    font-family: "open sans";
    font-weight: bold;
    color: #fff;
    /*text-align: center;*/
    background: #95a5a6 !important;
}

.gridHeader > th > a {
    color: #fff;
}

.showLink a {
    color: #3498db;
}

.showLink a:hover, a:focus, a:active {
    color: #e67e22;
    text-decoration: underline;
}


.progress-container {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 120;
}

.progress-body {
    text-align: center;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    z-index: 125;
    background-color: white;
    height: 100px;
    width: 300px;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.progress-container-local {
    display:inline-block;
    position:relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 120;
}

.progress-body-local {
    text-align: center;
    position: relative;
    padding: 2px;
    z-index: 125;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.field 
{
    /*padding-left:15px;
    padding-right:15px;*/
}

.field-label {
    text-align: right;
    font-weight: bold;
    /*padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: table-cell;
    margin-bottom:1px;*/
}

.field-value {
    text-align: left;
    /*padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: table-cell;
    margin-bottom:1px;*/
}

.showLink {
    /*font-size: 14px;
    font-weight: normal;
    line-height: 1;*/
    margin-right: 5px;
}

fieldset.groupbox-border {
    border: 1px solid #cccccc  !important;
    border-radius: 4px;
    padding: 0em 1.4em 1.4em 1.4em !important;
    margin: 0em 1.2em 1.2em 1.2em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #808080;
    box-shadow: 0px 0px 0px 0px #808080;
}

legend.groupbox-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0px 10px 0px 10px;
    border-bottom: none;
}

/* sticky footer start */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 120px;
    background-image: url(/Images/footerbg.png);
}
/* sticky footer end */

.margin-top-10 {
    margin-top: 10px;
}


.margin-top-20 {
    margin-top: 20px;
}

.btn-blue {
    background-color: #3498db;
    border-color: transparent;
    color:#fff;
    /*margin: 0px;
    padding: 0px;*/
}

.vertical-align {
    display: flex;
    align-items: center;
}

.panel-scroll {
    overflow-y: scroll;
    height: 400px;
}

/* asp.net bootstrap style pagination */
/* ref: https://stackoverflow.com/questions/18470073/c-sharp-bootstrap-pagination-in-asp-net-gridview-pager-style */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* end of asp.net bootstrap style pagination */

/* grid sort arrow */
th.sortasc-header A {
    background: url(../Images/sort-asc.png) right center no-repeat;
}

th.sortdesc-header A {
    background: url(../Images/sort-desc.png) right center no-repeat;
}


TH A {
    padding-right: 15px;
}

/* end of tooltip customization */

/* do not show the blocked cursor on disabled/readonly form controls */
.form-control[disabled], .form-control[readonly]
{
    cursor: default;
}