@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.progress-centered {
    position: fixed;
    top: 50%;
    left: 50%;
}
.progress-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#.blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

 #   .blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.redballbutton {
    display: inline-block;
    border: none;
    width: 32px;
    height: 32px;
    background-image: url('images/buttons/red32.png');
    background-color: transparent;
    /*transform: scale(0.75);*/
    transform-origin: left;
    padding: 10px;
}

.greenballbutton {
    display: inline-block;
    border: none;
    width: 32px;
    height: 31px;
    background-image: url('images/buttons/green32.png');
    background-color: transparent;
    /*transform: scale(0.75);*/
    transform-origin: left;
    padding: 10px;
}

.acebutton {
    display: inline-block;
    border: none;
    width: 32px;
    height: 32px;
    background-image: url('images/buttons/ace32.png');
    background-color: transparent;
    /*transform: scale(0.75);*/
    transform-origin: left;
    padding: 10px;
}

.lightbluetableheader {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: #2988BC;
    color: white;
    font-size:11px;
}

.darkbluetableheader {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: #2F496E;
    color: white;
    font-size: 11px;
}

.lightballtablecell {
    text-align:center;
    padding: 10px;
    background-color: #2988BC;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    padding-left: 2px;
    padding-right: 2px;
}

.colwidespace {
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    padding-left: 20px;
    padding-right: 20px;
}

.servecolblue {
    color: white;
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    background-color: #0056B8;
    height: 20%;
    width: 20%;
}

.colwhite {
    color: black;
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    /*    padding-left: 2px;
    padding-right: 2px;*/
    background-color: white;
    height: 100%;
}

.colwhitedisabled {
    color: grey;
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    /*    padding-left: 2px;
    padding-right: 2px;*/
    background-color: white;
    height: 100%;
}

.colblue {
    color:white;
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
/*    padding-left: 2px;
    padding-right: 2px;*/
    background-color: #0056B8;
    height:100%;
}

.colbluedisabled {
    color: grey;
    display: block;
    float: left;
    margin: 0% 0% 0% 0%;
    /*    padding-left: 2px;
    padding-right: 2px;*/
    background-color: #0056B8;
    height: 100%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

.span_1_of_5 {
    width: 20%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/*
                                    @@media only screen and (max-width: 480px) {
                                        .col {
                                            margin: 1% 0 1% 0%;
                                        }
                                    }*/

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 33%;
}

.span_1_of_4 {
    width: 25%;
}

.span_1_of_4 {
    width: 20%;
}

.tagger{
    width:500px;
}


.headertext {
    font-size:12px;
}

.disabledheadertext {
    font-size: 12px;
    color:darkgray;
}

/*@@media screen and (min-width: 601px) {
    .headertext {
        font-size: 12px;
        font-weight: Bold;
    }
}

@@media screen and (max-width: 600px) {
    .headertext {
        font-size: 10px;
        font-weight: Bold;
    }
}*/

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .span_1_of_2_wide, .span_1_of_5 {
        width: 100%;
    }
    .blank_avatar {
        display:none !important;
    }
    .blank_avatar_small {
        display: block !important;
    }
    .summary_chart {
        width: 250px !important;
        height: 120px !important;
    }
    .largeavatar {
        /* make a square container */
        width: 60px !important;
        height: 60px !important;
        /* fill the container, preserving aspect ratio, and cropping to fit */
        background-size: cover;
        /* center the image vertically and horizontally */
        background-position: top center;
        /* round the edges to a circle with border radius 1/2 container size */
        border-radius: 50%;
    }

}

.span_1_of_2_wide {
    width: 49.2%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
/*@@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }
    .tagger
        {
        width:100%;
    }
}*/

@media only screen and (min-width: 852px) and (orientation: portrait)
{
    .tagger {
        width: 100%;
    }
}
/*  GRID OF SIX  */
.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.33%;
}

.span_4_of_6 {
    width: 66.66%;
}

.span_3_of_6 {
    width: 50%;
}

.span_2_of_6 {
    width: 33.33%;
}

.span_1_of_6 {
    width: 16.66%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
        width: 100%;
    }

    .largeavatar {
        /* make a square container */
        width: 20px;
        height: 20px;
        /* fill the container, preserving aspect ratio, and cropping to fit */
        background-size: cover;
        /* center the image vertically and horizontally */
        background-position: top center;
        /* round the edges to a circle with border radius 1/2 container size */
        border-radius: 50%;
    }

    .largepiechart {
        width: 50px;
        height: 50px;
    }

    .h1
    {
        font-size:1em;
    }
}

.summary_chart {
    width: 300px;
    height: 120px;
}
.blank_avatar {
    display: block;
}

.blank_avatar_small {
    display: none;
}

.largeavatar {
    /* make a square container */
    width: 100px;
    height: 100px;
    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 50%;

}

.largepiechart {
    width: 250px;
    height: 250px;
}

.blankavatar {
    fill: darkgray;
    opacity: 0.5;
}

.e-list-item-header {
    font-family: HelveticaNeue-Bold, 'Segoe UI' !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.ballbutton {
    background-color: #0056B8;
    border: none;
}

.ballbuttondisabled {
    background-color: #0056B8;
    border: none;
    opacity: 0.5;
}

@media only screen and (max-width: 480px) {
    .ballbutton {
        width: 30px;
        background-color: #0056B8;
        border: none;
    }

    .ballbuttondisabled {
        width: 30px;
        background-color: #0056B8;
        border: none;
        opacity: 0.5;
    }

    .contentdiv {
        margin: 10px;
        max-width: none !important;
        z-index: 50;
    }
}