/* 
    Created on : Jun 29, 2014, 5:20:43 PM
    Author     : Aleksandar Jovicic <aleksandar at jovicic.name>
*/

body
{
    font-family: sans-serif;
    background-color: graytext;
    font-size: medium;
    width: 100%;
    margin-left: 0px;
}

table
{
    border-collapse: collapse;
    background-color: white;
    font-size: smaller;
}

table, th, td
{
    border: 1px solid black;
    padding: 1px;
}

th
{
    background-color: lightgray;
}

td
{
    text-align: center;
}

.ok
{
    background-color: greenyellow;
}

.nok
{
    background-color: red;
}

.warn
{
    background-color: yellow;
}

.alert
{
    background-color: orange;
}

.nac
{
    background-color: lightgray;
}

.nacto
{
    background-color: lightgray;
    text-decoration: line-through;
}

.to
{
    background-color: red;
    text-decoration: line-through;
}

.qc
{
    font-size: xx-small;
}

#statusDiv
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
}

#ts
{
    position: fixed;
    left: 1px;
    bottom: 1px;
}

#user
{
    position: fixed;
    right: 1px;
    bottom: 1px;
}

.descr
{
    overflow: auto;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    word-break: break-all;
    text-align: left;
}

#measurementsDiv
{
    overflow-y: scroll;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
}

#logDiv
{
    overflow-y: scroll;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
}

#currentDiv
{
    overflow-y: scroll;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
}

#reportsDiv
{
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-align: center;
}

h1
{
    font-size: medium;
}

#menuDiv
{
    font-size: smaller;
}

#menu
{
    position: relative;
    left: 0px;
    top: -5px;
}

#auth
{
    position: absolute;
    right: 0px;
    top: 0px;
}

.ts
{
    font-size: smaller;
}

.imei
{
    margin-bottom: 0px;
    width: 99.9%;
}

.imeibody
{
    width: 99.9%;
}

.sidcontainer
{
    position: relative;
    font-weight: bold;
}

.sid
{
    color: gray;
    font-size: smaller;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: normal;
}

.sidbody
{
    float: left;
    margin: 1px;
}

.parm
{
    font-size: smaller;
    text-align: left;
}

.chart
{
    width: 295px;
    height: 100px;
}

.icon
{
    width: 20px;
    cursor:crosshair;
    visibility: hidden;
}

#zoomDiv
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

#loadingDiv
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    z-index: 10;
}

#loadingIcon
{
    position: fixed;
    border: 1px solid black;
    width: 70px;
    height: 70px;
    padding-top: 7px;
    padding-left: 12px;
    background: white;
    text-align: left;
    z-index: 11;
}

#bigChart
{
    position: fixed;
    width: 80%;
    height: 80%;
    background: white;
    z-index: 5;
    border: 1px solid black;
}

#closeIcon
{
    position: fixed;
    cursor: pointer;
    text-align: center;
    z-index: 6;
}

.fullwidth
{
    width: 90%;
}
.halfwidth
{
    width: 44.7%;
}

.smallpadding
{
    padding: 2px;
}

.cntred
{
    text-align: center;
}

input.rounded
{
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 20px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    margin-bottom: 5px;
}

input.rounded:focus
{
    border-color: #339933;
}

input.roundedsmall
{
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 10px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    margin-bottom: 5px;
}

select.rounded
{
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 20px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    text-align: center;
}

select.rounded:focus
{
    border-color: #339933;
}