﻿html
{
    background-color: #f2f2f2;
}

.CandidateDetailsTable th, .LogEventsTable th
{
    background-color: #FF3200;
    color: White;
    padding: 5px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.CandidateDetailsTable th a, .LogEventsTable th a
{
    color: White;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
}

.countryHeader, .countryHeader a
{
    font-size: 10px;
    margin: 0px !important;
    padding: 0px !important;
}

.speedChart
{
    padding: 0 6px 0 6px;
}

/*.CandidateDetailsTable td, .CandidateDetailsTable th, .CandidateDetailsTable th a
{
    padding: 0px;
    margin : 0px;    
}*/

#ajax-circle
{
    position: absolute;
    left: 33px;
    top: 33px; /**/
    display: none;
    z-index: 4;
}

#ajax-circle-screen
{
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
    /*cursor: wait;*/
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=20);
    opacity: 20;
    -moz-opacity: 20;
    display: none;
}

.verHeader
{
    font-size: 12px;
    font-weight: bold;
}

.versionItem
{
    font-size: 11px;
    font-weight: normal;
}


#LoginTable
{
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

.full_screen_map
{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

/* Version History Styling - BEGIN */
div.ui-dialog.ui-widget
{
    position: absolute;
    top: 0;
    bottom: 0;
}

div.ui-dialog.ui-widget > .ui-dialog-buttonpane
{
    display: none;
}
/* Version History Styling - END */

.loginTableTd
{
    width: 120px;
    text-align: center;
    border-width: 1px;
    border-style: outset;
    border-color: #E5E5E5;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #fff;
}

#map3d
{
    font-size: 10px;
    width: 500px;
    height: 250px;
    z-index: 1000;
    margin-left: 25px;
}

#map3dCaption
{
    width: 150px;
    height: 250px;
    z-index: 1;
    margin-left: 0px;
}

.UserLogged
{
    font-size: 12px;
    text-decoration: none;
    color: yellow;
}

a.logout
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.examLastHours
{
    position: absolute;
    margin-left: 5px;
    margin-top: 8px;
    font-size: 12px;
}

.addSubTime
{
    margin: 0px;
    padding: 0px;
}

.PartsPanel
{
    height: 150px;
}

.clear-both
{
    clear: both;
}
