* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="xcol-"] {
    float: left;
    padding: 15px;
}
[class*="col-"] {
    float: left;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media screen {
    [class*="col-"] {
        float: left;
    }
    body {
        text-align:justify;
        color: #036c9b;
        font-size:14px;
        line-height:20px;
        margin: 0;
        padding: 0;
        word-wrap:break-word !important;
        font-family: 'Open Sans', sans-serif;
    }
}
@media print {
    [class*="col-"] {
        float: left;
        padding: 1px;
    }
    body {
        background: #80B0FF;
        text-align: justify;
        color: #ffffff;
        font-size:10px;
        line-height: 12px;
        margin: 0;
        padding: 0;
        word-wrap:break-word !important;
        font-family: 'Open Sans', sans-serif;
    }

table{border:1px solid white; color:#E0E0E0; margin:1px; background:#000080; border-collapse:collapse;font-size:12pt; }
th{border:1px solid white; padding-top:2px; padding-right:10px; padding-bottom:2px; padding-left:10px; background:#0000B0}
td{border:1px dotted white; padding-top:2px; padding-right:10px; padding-bottom:2px; padding-left:10px;font-size:12pt; }
.fixed_table { table-layout: fixed; }
a:link{text-decoration:none; color:#FFFFFF;}
a:visited{text-decoration:none; color:#FFFFFF;}
a:hover{text-decoration:underline; color:#DFDFDF;}
a:active{text-decoration:none; color:#FFFFDF;}
.Circuit{background-color:#80B0FF; }
	
}
@media print {
    /* For desktop: */
    .col-0 {
        width: 0;
        padding:0;
    }
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-0 {
        width: 0;
        padding:0;
    }
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}
html {
    font-family: "Lucida Sans", sans-serif;
}
img {
    border: 0;
}
.col-3 img{
    /*display:none;
    */
}
.header {
    /*display:none;
    */
}
.menu {
    font-size:14pt;
    line-height:22pt;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    color: #036c9b;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #3375C5;
    text-decoration: underline;
}
.menu a:link{
    color: #036c9b;
    text-decoration: none;
}
.menu a:visited{
    color: #F0F0F0;
}
.menu a:active{
    color: #036c9b;
    text-decoration: underline;
}
.menu li.Selected{
    text-decoration: none;
    background-color: #3375C5;
}
h2{
    font-size:26px;
    line-height:34px;
}
select {
    font-size:10pt;
    color:#0000A0 
}
input{
    font-size:10pt;
    color:#0000A0 
}
input[type=submit]:disabled,input[type=button]:disabled {
    color:#808080;
}
.Rounded10 {
    font-size:12px;
    text-align:center;
    padding-top:5px;
    border-radius: 10px;
    background: #D8E0EF;
    border-color: #104090;
    color: #101020;
    box-shadow: 3px 3px 3px #104090;
}
.Left {
    text-align:left;
}
.Center {
    text-align:center;
}
.Right {
    text-align:right;
}
.Justify {
    text-align:justify;
}
.DarkBlue {
    color:#036c9b;
}
.Blue {
    color:#036c9b;
}
.LightBlue {
    color:#000080;
}
.Red {
    color:#FFFFFF;
    background:#C00000
}
.white {
    color:#000000;
    background:#ffffff;
}
.white a:link {
    color:#3375C5;
    text-decoration: underline;
}
.white a:active {
    color:#3375C5;
    text-decoration: underline;
}
.white a:visited {
    color:#3375C5;
    text-decoration: underline;
}
.Odd {
    color:#000080;
}
.Even {
    color:#000080;
}
.PaddingSmall {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    font-size:12pt;
    line-height:24pt;
}
.Padding15 {
    padding:15px
}
.Boxed {
    font-size:7pt;
    border: 1px solid #000080;
    border-bottom-color: #FFFFFF;
    border-right-color: #000080;
}
.Boxed2 {
    border: 1px solid #000080;
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-right-color: #000080;
}
.Label {
    font-size:10pt;
    color:#036c9b;
    display:inline-block;
    line-height:32px;
}
.InLabel {
    font-size:10pt;
    display:inline-block;
    line-height:24px;
    color:#404080;
}
.Text {
    font-size:10pt;
    color:#000080;
    display:inline-block;
    line-height:32px;
}
.Login {
    text-align:center;
    padding-top:10px;
    height:50px;
    border-radius:15px;
    background:#3060D0;
    border-color:#104090;
    color:#101020;
    box-shadow:3px 3px 3px #104090;
}
.Circuit {
    text-align:center;
    margin-bottom:10px;
    padding-top:10px;
    /*height:35px;*/
    border-radius:15px;
    background:#D8E0EF;
    border-color:#104090;
    color:#101020;
    box-shadow: 3px 3px 3px #104090;
}
.ItemTitle {
    font-weight: bold;
    color:#000080;
}
.Medium {
    font-size:9pt;
}
.Small {
    font-size:7pt;
}
.Button {
    font-size:10pt;
    display:inline-block;
    line-height:24px;
    border-radius:5px;
    box-shadow: 2px 2px 2px #104090;
}
.Hidden {
    visibility: hidden;
}
.FullWidth {
    width: 100%;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
