﻿/* 
COLORS:
    
    rgba(221, 211, 193 -> lichtgrijs
    rgba(168, 162, 151 -> grijs
    rgba(142, 137, 128 -> donkergrijs
    rgba(70, 70, 70 -> antraciet
    rgba(32, 32, 32 -> zwartig
    rgba(210, 10, 17 -> magenta
    rgba(210, 10, 17 -> rood



 */

/* FONT */

@font-face {
    font-family: 'clearsansregular';
    src: url('../fonts/ClearSans-Regular-webfont.eot');
    src: url('../fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Regular-webfont.woff') format('woff'), url('../fonts/ClearSans-Regular-webfont.ttf') format('truetype'), url('../fonts/ClearSans-Regular-webfont.svg#clearsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



ul.mainmenu,
button,
header,
input[type="reset"],
input[type="button"],
input[type="submit"],
h1, h2, h3, h4 {
    font-family: clearsansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* BOOTSTRAP OVERRIDES */

.form-group {
    margin: 0.5em 0;
    display: block;
    overflow: hidden;
}

INPUT[type=file] {
    display: inline;
    min-width: 300px;
}

a .glyphicon {
    vertical-align: middle;
}

.row .gridlist {
    width: 100%;
}

.row .gridlist.monitoring {
    width: auto !important;
}

/** {
  -webkit-box-sizing: content-box;
     -moz-box-sizing:content-box;
          box-sizing: content-box;
}*/

p {
    margin: 1em 0;
}

label {
    font-weight: normal;
}


/* HTML TAGS */

html, body {
    font-family: clearsansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    color: rgba(70, 70, 70,1);
    height: 100%;
}

body {
    padding: 1em 1.5em 1em 1em;
    /*background-color: rgba(221, 211, 193,0.33);
    background: -webkit-linear-gradient(rgba(221, 211, 193,0.33), rgba(142,137,128,0.8));*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(rgba(221, 211, 193,0.33), rgba(142,137,128,0.8));*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(rgba(221, 211, 193,0.33), rgba(142,137,128,0.8));*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(rgba(221, 211, 193,0.33), rgba(142,137,128,0.8));*/ /* Standard syntax */
    /* need for gradient sizing 
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-color: #F6F6F6;
}

A, A:link, A:visited {
    cursor: pointer;
    color: rgba(210, 10, 17,1);
    text-decoration: none;
}

    A:hover {
        color: rgba(210, 10, 17,0.8);
        text-decoration: underline;
    }

    a img {
        border-width: 0;
        vertical-align: middle;
    }

TABLE TH {
    text-align: left;
    /*border-bottom: 1px solid rgba(221,211,193,1);*/
}

td, th {
    padding: 0.2em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(142, 137, 128,0.8);
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(142, 137, 128,0.8);
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(142, 137, 128,0.8);
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(142, 137, 128,0.8);
    font-style: italic;
}

[disabled]::-webkit-input-placeholder {
    color: rgba(142, 137, 128,0.2);
}

[disabled]::-moz-placeholder {
    color: rgba(142, 137, 128,0.2);
}

[disabled]:-ms-input-placeholder {
    color: rgba(142, 137, 128,0.2);
}

[disabled]:-moz-placeholder {
    color: rgba(142, 137, 128,0.2);
}




.addPlus, .addMinus {
    position: relative;
}

    .addPlus:after, .addMinus:after {
        content: '+';
        right: -10px;
        top: 4px;
        bottom: 0;
        position: absolute;
        font-weight: bold;
    }

    .addMinus:after {
        content: '-';
    }

table.gridlist, table.gridlist th {
    border-bottom: 2px solid black;
}


ul.horizontal {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

    ul.horizontal li {
        float: left;
        display: block;
        margin-right: 1em;
    }



.centered {
    text-align: center;
}

.padded {
    padding: 2em;
}

.hidden {
    display: none;
}

.error {
    color: #e57c00;
}

.succes, .success {
    color: forestgreen;
}


@media (min-width: 768px) {

    .floatRight {
        float: right;
        display: block;
        overflow: hidden;
    }
}

.floatLeft {
    float: left;
    display: block;
    overflow: hidden;
}

.escapeFloat {
    display: block;
    overflow: hidden;
}

a.more:after {
    content: ' \25b6';
}

/* FORMS */


SELECT {
    background: rgba(230, 230, 230,1);
    height: 24px;
    max-width: 530px;
    padding-left: 4px;
    margin: 5px 0;
}

SELECT, INPUT, TEXTAREA {
    font-size: 0.9em;
    border: 1px solid rgba(168, 162, 151,1);
}

    INPUT[type=checkbox], INPUT[type=radio] {
        border-width: 0px;
        margin-right: 0.5em;
    }

table.gridlist input[type=checkbox][disabled] {
    outline: 1px solid #ccc;
    opacity: 0.3;
}

INPUT[type=email],
INPUT[type=text],
INPUT[type=password],
TEXTAREA {
    width: 200px;
    padding: 4px;
    /*min-width: 155px;*/
    background-color: rgba(230, 230, 230,1);
}

    input[type="text"][disabled], TEXTAREA[disabled] {
        border-width: 1px;
    }

input[type="text"][readonly] {
    background-color: rgba(230, 230, 230,1);
    border-width:1px;
}

    INPUT[type=email].large,
    INPUT[type=text].large,
    INPUT[type=password].large,
    TEXTAREA.large {
        width: 400px;
    }

    INPUT[type=text].small{
        width: 120px;
    }

fieldset {
    border-width: 0px;
    margin: 2em 0 4em 0;
}

legend, .headerLegend {
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(168, 162, 151,1);
}


button:active,
button,
input[type="reset"]:active,
input[type="reset"],
input[type="button"]:active,
input[type="button"],
select > input[type="button"],
select > input[type="button"]:active,
input[type="submit"]:active,
input[type="submit"],
a.buttonlink,
a.buttonlink:link,
a.buttonlink:visited,
.mainmenu > li > a,
.rbLinkButton input,
.RadButton_Default.RadButton.rbLinkButton,
.RadButton_Default.RadButton.rbLinkButton.rbDisabled,
.RadButton_Default.RadButton.rbLinkButton.rbDisabled:hover,
.RadButton_Default.RadButton.rbLinkButton.rbDisabled:active,
.RadButton_Default.RadButton.rbLinkButton.rbDisabled:focus {
    font-weight: bold;
    color: #ffffff;
    min-width: 100px;
    padding: 3px 8px;
    margin: 5px 0;
    cursor: pointer;
    border: 1px solid rgba(210, 10, 17,1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(210, 10, 17,1);
}

    .rbLinkButton input,
    .RadButton_Default.RadButton.rbLinkButton,
    .RadButton_Default.RadButton.rbLinkButton.rbDisabled,
    .RadButton_Default.RadButton.rbLinkButton.rbDisabled:hover,
    .RadButton_Default.RadButton.rbLinkButton.rbDisabled:active,
    .RadButton_Default.RadButton.rbLinkButton.rbDisabled:focus {
        color: #ffffff !important;
        padding: 3px 8px !important;
        border: 1px solid rgba(210, 10, 17,1) !important;
        background-color: rgba(210, 10, 17,1) !important;
    }

    button:active:hover,
    button:hover,
    input[type="reset"]:active:hover,
    input[type="reset"]:hover,
    input[type="button"]:active:hover,
    input[type="button"]:hover,
    select > input[type="button"]:hover,
    select > input[type="button"]:active:hover,
    input[type="submit"]:active:hover,
    input[type="submit"]:hover,
    .mainmenu li a:hover,
    .mainmenu li:hover li a:hover,
    a.buttonlink:active,
    a.buttonlink:hover {
        /* background-image: none;
        background-color: rgba(142, 137, 128,1);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(168, 162, 151,1)), to(rgba(142, 137, 128,1)));
        background-image: -webkit-linear-gradient(rgba(168, 162, 151,1), rgba(142, 137, 128,1));
        background-image: -moz-linear-gradient(top, rgba(168, 162, 151,1), rgba(142, 137, 128,1));
        background-image: linear-gradient(rgba(168, 162, 151,1), rgba(142, 137, 128,1));
        background-repeat: no-repeat;
        border-color: rgba(142, 137, 128,0.5);*/
        background-color: #9f0409;
        border-color: #9f0409;
        text-decoration: none;
    }

    button[disabled]:active,
    button[disabled],
    input[type="reset"][disabled]:active,
    input[type="reset"][disabled],
    input[type="button"][disabled]:active,
    input[type="button"][disabled],
    select[disabled] > input[type="button"],
    select[disabled] > input[type="button"]:active,
    input[type="submit"][disabled]:active,
    input[type="submit"][disabled],
    a.buttonlink[disabled] {
        background-image: none;
        background-color: Gray;
        border-color: Gray;
    }

    a.buttonlink,
    a.buttonlink:link,
    a.buttonlink:visited {
        display: inline-block;
        min-width: 30px;
    }

.smallFigure, .largeFigure, .tinyFigure {
    text-align: right;
}

.tinyFigure {
    width: 30px;
}

.smallFigure {
    width: 60px;
}

.largeFigure {
    width: 120px;
}

/* LAYOUT */


.contentcontainer {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0.5em 1em;
    overflow: hidden;
    min-height: 300px;
}


/* LOGIN */

.contentcontainersmall {
    width: 75%;
    margin: 0 auto;
    background-color: #FEFEFE;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0.5em;
    overflow: hidden;
}

hr {
    height: 1px;
    border: none;
    color: rgba(168, 162, 151,1);
    background-color: rgba(168, 162, 151,1);
}

    hr.coloredbar {
        border-top: 10px solid rgba(221, 211, 193,1);
        border-bottom: 5px solid rgba(210, 10, 17,0.8);
    }
    hr.lessspacing {
        margin:0.6em 0;
    }
#fsLogin label {
    display: block;
    float: left;
    width: 100px;
    text-overflow: ellipsis;
    line-height: 24px;
    padding-right: 10px;
}

#fsLogin input[type=text], #fsLogin input[type=password] {
    height: 24px;
}
/*border-box:24px, content-box: 14px; */

#fsLogin input[type=submit] {
    min-height: 24px;
}

.loginbox {
    margin: auto;
    width: 50%;
}

/* MARQUEE */
.marquee {
    color: #fff;
    min-height: 20px;
    line-height: 20px;
    background-color: rgba(210, 10, 17,0.8);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

@keyframes marquee {
    0% {
        text-indent: 100%;
    }

    100% {
        text-indent: -100%;
    }
}



/* MENU */

.mainmenu, .mainmenu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
}

    .mainmenu li a {
        position: relative;
        display: block;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
        text-align: center;
        padding: 0.5em;
        margin-right: 1em;
        font-weight: bold;
        background-color: rgba(210, 10, 17,1);
        border-color: rgba(210, 10, 17,1);
    }

/* menu dropdown */
ul.mainmenu li:hover li a {
    margin-right: 0;
}

/*ul.mainmenu li:hover li a:hover {
        background-color: rgba(210, 10, 17,0.8);
    }*/

/*ul.mainmenu li:hover li a,
ul.mainmenu li a:hover li a {
    background-color: rgba(168, 162, 151,1);
}*/

/* added styles, when not using asp:menu */

ul.mainmenu li {
    list-style: none; /*for ie7*/
    display: block;
    float: left;
}

    ul.mainmenu li ul li {
        list-style: none; /*for ie7*/
        min-width: 100px;
    }

    ul.mainmenu li ul {
        margin: 0;
        padding: 0;
        display: none;
    }

    ul.mainmenu li.hover ul,
    ul.mainmenu li:hover ul {
        display: block;
        position: absolute;
        list-style: none; /*for ie7*/
        z-index: 9;
    }

    ul.mainmenu li.hover li,
    ul.mainmenu li:hover li {
        float: none;
    }




ul.linkMenu li {
    font-weight: bold;
    margin-top: 1em;
}

    ul.linkMenu li a {
        font-weight: normal;
    }

    ul.linkMenu li ul li {
        margin-top: 0;
    }





/* GRIDS */

TABLE.gridlist {
    /*border: 1px solid rgba(221, 211, 193,1);*/
}

    TABLE.gridlist TD, TABLE.gridlist th {
        padding: 4px;
    }

    TABLE.gridlist TD {
        /*cursor: pointer;*/
        border: 1px solid rgba(221, 211, 193,1);
        border-width: 1px 0px;
        background-color: rgba(221, 211, 193,0.33);
    }

        TABLE.Overzicht tr:hover td,
        TABLE.cleanlist tr:hover td,
        TABLE.gridlist tr:hover td,
        TABLE.gridlist th.hover,
        TABLE.gridlist td.hover {
            background-color: rgba(255,255,255,0.6);
        }



TR.Alt TD {
    background-color: rgba(221, 211, 193,0.15);
}

TR.Highlight TD, TR.AltHighlight TD {
    background-color: rgba(255,255,255,0.6);
}

.highlight {
    color: rgba(255,255,255,0.6);
}



.sortbutton {
    background: url('../images/sort.gif') right center no-repeat;
    padding-right: 2em;
}



/* ARROW TABS*/

ul.arrowtabs {
    margin: 0px;
    padding: 0;
    list-style: none;
    /*margin-left: 10px;*/
    overflow: hidden;
    display: block;
}

    ul.arrowtabs li {
        margin-left: -10px;
        float: left;
        cursor: pointer;
    }

        ul.arrowtabs li a .tabtext,
        ul.arrowtabs li a .tabnumber {
            float: left;
            height: 30px;
            line-height: 30px;
            background-color: rgba(210, 10, 17,0.6);
            padding-left: 10px;
            font-weight: bold;
            color: #fff;
        }

        ul.arrowtabs li a .tabtext {
            min-width: 100px;
        }

        ul.arrowtabs li a .triangle-none {
            display: block;
            float: left;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            margin-left: -10px;
        }

        ul.arrowtabs li a .triangle-right {
            display: block;
            float: left;
            width: 0;
            height: 0;
            border-left: 15px solid rgba(210, 10, 17,0.6);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

        ul.arrowtabs li a .triangle-left {
            display: block;
            float: left;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-top: 15px solid rgba(210, 10, 17,0.6);
            border-bottom: 15px solid rgba(210, 10, 17,0.6);
        }

        ul.arrowtabs li a.active .tabtext,
        ul.arrowtabs li a.active .tabnumber,
        ul.arrowtabs li a:hover .tabtext,
        ul.arrowtabs li a:hover .tabnumber {
            background-color: rgba(210, 10, 17,1);
            /*color: rgba(210, 10, 17,1);*/
            text-decoration: none;
        }

        ul.arrowtabs li a.active .triangle-left,
        ul.arrowtabs li a:hover .triangle-left {
            border-top-color: rgba(210, 10, 17,1);
            border-bottom-color: rgba(210, 10, 17,1);
        }

        ul.arrowtabs li a.active .triangle-right,
        ul.arrowtabs li a:hover .triangle-right {
            border-left-color: rgba(210, 10, 17,1);
        }


        ul.arrowtabs li a.unavailable .tabtext,
        ul.arrowtabs li a.unavailable .tabnumber {
            background-color: rgba(168, 162, 151, 0.4);
            color: rgba(255, 255, 255,0.6);
            text-decoration: none;
        }

        ul.arrowtabs li a.unavailable .triangle-left {
            border-top-color: rgba(168, 162, 151, 0.4);
            border-bottom-color: rgba(168, 162, 151, 0.4);
        }

        ul.arrowtabs li a.unavailable .triangle-right {
            border-left-color: rgba(168, 162, 151, 0.4);
        }


.wizardactions {
    margin-top: 20px;
}

/*.wizardactions li input {
        margin: auto;
    }*/


.validationHeaderOnly ul {
    display: none;
}

table.gridlist td.colAmount,
.colAmount {
    text-align: right;
    padding-left: 2em;
    white-space: nowrap;
}


table.gridlist td.formula,
.formula {    white-space: nowrap;
}

th.colAmount {
    white-space: normal;
}

.col-md-6 table {
    min-width: 50%;
}

tr.rowSpace td {
    background-color: transparent;
    border-width: 0px;
}

tr.rowTotal td, tr.rowSummary td {
    font-weight: bold;
    background-color: transparent;
    border-top-width: 0px;
    /*border-bottom: 1px solid black;*/
}

    tr.rowTotal td p, tr.rowSummary td p {
        font-weight: normal;
    }

    tr .rowStripe td {
   height:0.5em;
   line-height:0.5em;
   border-style:dotted;
   padding:0;
}





/*specifics*/
.horizontalcheckboxlist {
    overflow: hidden;
}

    .horizontalcheckboxlist span {
        display: block;
        float: left;
        margin-right: 2em;
    }

h2.floatRight {
    margin: 0;
}

header .selectedBeschikking {
    font-family: Georgia, Cambria, Cochin, Times, Times New Roman, clearsansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-style: italic;
    color: rgb(32, 32, 32);
    text-decoration: none;
    padding-right: 1em;
}

header select {
    margin: 0;
    height: auto;
}

.hint {
    color: rgba(168, 162, 151,1);
    font-size: 0.8em;
}

td.borders, table.gridlist td.borders,
td.borderRight, table.gridlist td.borderRight {
    border-right: 1px solid rgba(142, 137, 128,1);
}

td.borders, table.gridlist td.borders {
    border-left: 1px solid rgba(142, 137, 128,1);
}

table.gridlist.monitoring td.borders {
    border-right: none !important;
    border-left: 1px solid rgba(142, 137, 128,1);
}

tr.level1 td {
    background-color: transparent;
}
    .level2 td, .gridlist .level2 td {
    padding-left: 2em;
    font-style: italic;
}
    
    .level2 td.colAmount {
        padding-right: 3em;
        font-style: normal;
    }

.level3 td, .gridlist .level3 td {
    padding-left: 3em;
}

    .level3 td.colAmount {
        padding-right: 2em;
    }

.aside td, .gridlist .aside td {
    color: rgba(168, 162, 151,1);
    font-style: italic;
}

    .aside td.colAmount {
        font-style: normal;
    }

.factorTooltip, .factorTooltip2 {
    display: block;
    color: rgba(168, 162, 151,1);
    font-size: 0.9em;
}

.modalRadLoader {
    position: absolute;
    z-index: 3;
    /*top:0;
	left:0;
    bottom:0;
    right:0;
    border:3px solid black;*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

.radChartCol {
    display: block;
    width: 100%;
}

    .radChartHalfWidth {
    display: block;
    float: left;
    width: 600px;
    padding: 1em 2em;
}

.radChartFloatLeft {
    display: block;
    float: left;
    /*width: 600px;*/
    padding: 1em 2em;
}

.chartstack {
    display: inline-block;
    float: left;
}

legend,
.collapsibleInFront tr.expanded,
.collapsibleInFront tr.collapsed,
.collapsible tr.expanded,
.collapsible tr.collapsed {
    cursor: pointer;
}

    legend.expanded:after,
    legend.collapsed:after {
        content: '\25b2';
        float: right;
        margin-right: 0.25em;
    }

    legend.collapsed:after {
        content: '\25bc';
    }
    .collapsibleInFrontToggler{ width:20px; display:table-cell; padding-left:20px; padding-right:4px;}
    .collapsibleInFrontTitle{ display:table-cell; }
    tr.expanded .collapsibleInFrontToggler:before{  content: '\229F';} /* minus */ /*\002D   */  
    tr.collapsed .collapsibleInFrontToggler:before{  content: '\229E';}   /* plus */ /*\002B  \002B */


    .collapsible tr.expanded td,
    .collapsible tr.collapsed td {
        position: relative;
    }

        .collapsible tr.expanded td:before,
        .collapsible tr.collapsed td:before {
            content: '\25b2'; /* up */
            right: 10px;
            top: 4px;
            bottom: 0;
            position: absolute;
        }

        .collapsible tr.collapsed td:before {
            content: '\25bc'; /* down */
        }


TABLE.gridlist TD.secondLevelTD{padding-left:40px;}
TABLE.gridlist TD.thirdLevelTD {
    padding-left: 60px;
}
TABLE.gridlist.collapsibleInFront TD{border-width:0px;}
TABLE.gridlist.collapsibleInFront tr.rowTotalRepeated TD { border-top: 1px dotted #555;}
/*TABLE.gridlist.collapsibleInFront tr.collapsed TD { height:5em;}*/

/* progress bar top window animation */
.progressrunner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
}

    .progressrunner span {
        width: 100%;
        height: 2px;
        margin-bottom: 2px;
        background-color: rgba(210, 10, 17,1);
        position: absolute;
        -webkit-animation: fullexpand 5s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation: fullexpand 5s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: fullexpand 5s ease-out;
        -o-animation-iteration-count: infinite;
        animation: fullexpand 5s ease-out;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}


.reportonly {
    display: none;
}


@media print {

    .noprint {
        display: none;
    }

    a[href]:after {
        content: "";
    }
}


.RadAutoCompleteBox {
    width: 100%;
}

.rblBenchmarkTypen label {
    margin-right: 10px;
}

.monitoring-verschil-groter-dan {
    background-color: #EF9A9A !important;
    color: rgba(70, 70, 70,1);
}

.monitoring-verschil-kleiner-dan {
    background-color: #A5D6A7 !important;
}

.monitoring-afwijking-groter-dan {
    background-color: #EF9A9A !important;
}

.monitoring-afwijking-kleiner-dan {
    background-color: #A5D6A7 !important;
}



/* donut Chart Legend */
.donutChartLegend { list-style: none; float:left; margin:2em 1em 0 0;}
.donutChartLegend li {  margin-right: 10px; }
.donutChartLegend span { border: 1px solid #ccc; display:block; float: left; width: 12px; height: 12px; margin: 2px; margin-right:0.5em; }

.pulse INPUT[type=text] {
    animation: pulse 2s 1;
    box-shadow: none;
}

@keyframes pulse {
    100% {
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
        border-color:black;
    }
}

.versionNumber {
    color: rgb(230, 230, 230);
    text-align: center;
}