/*
NOTES:
padding:top right bottom left;

*/

html,body,.container
{
    height:100%;
}
.container
{
    display:table;
    width: 100%; /* Optional: Makes full use of the screen*/
    margin-top: -50px;
    padding: 50px 0 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row_main
{
    height: 100%;
    display: table-row;
}
.left_nav
{
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow: auto;
     width: 15%;
}
.left_nav>ul>li>a 
{
    padding: 5px 10px;
}
.nav-pills>li>a 
{
    border-radius: 0px;
}
.dropdown-menu
{
    border-radius: 0px;
}
.content_box
{
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.2); 
    height:100%;
    margin-bottom: 15px;
}
.context
{
    /*padding-top:5px; 
    padding-bottom: 10px;*/
    background: rgba(0, 0, 0, 0.1);
}
.drop_down_overflow
{
    max-height: 400px;
    overflow: auto;
}
.tile
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    padding: 1px 20px 20px 20px; /*0px top breaks it :| */
    margin-top: 15px;
    /*height: 280px;*/
}
.col-md-12 .tile /* Cater for full width not needing to be sized */
{ 
    height: auto;
    /*min-height: 280px;*/
}
.tile_header
{
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}
.ui-tooltip {
    max-width: 450px;
    padding: 9px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.ui-tooltip h2 
{
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}
.jqstooltip 
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.nav-tabs>li>a{
    border-radius: 0px;
}

/* MAP STYLING */

div.circleUnknown {
    background-color: #999999;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
div.circle10 {
    background-color: #FF0000;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
div.circle20 {
    background-color: #FF9900;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
div.circle40 {
    background-color: #FFFF00;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
div.circle40Plus {
    background-color: #00FF00;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
div.exchange {
    background-color: #00AAFF;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    width:8px;
    height:8px;
}
div.sdc {
    background-color: #FF00FF;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    width:7px;
    height:7px;
}
div.remote {
    background-color: #888888;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    width:6px;
    height:6px;
}
div.umc {
    background-color: #FF9999;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    width:6px;
    height:6px;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.leaflet-map-pane{
    z-index: 100;
}