/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    min-width: 500px;
    font-family: Merriweather,Verdana, Geneva, Tahoma, sans-serif;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;  
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}


/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a {
    color: #fff;
    background-color: #428bca;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }

.branchWarning {
    color:red;
}
.branchSuccess {
    color: #0d8908;
    font-weight: 500;
}

.branchWarningB {
    background: red;
    opacity: 0.4;
}
.branchSuccessB {
    background: blue;
    opacity: 0.1;
}
#map_canvas {
    position: relative;
}

#map_canvas.mode-create {
    cursor: crosshair !important;
}

#map_canvas svg.tracer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    pointer-events: none;
}

#stats_table td, #stats_table th {
    padding: 2px;
    text-align: right;
    /*color: blue;*/
    font-size: 0.8em;
    font-weight: 100;
}

.geoContainer {
    width:100%;
    overflow:visible;
}

.printspacer {
    display:none;
}

.geoBanks {
    overflow: auto;
    height: 300px;
}



.rightTable {
  overflow-y: auto;    
  /*min-height: 70px;*/
  
  height:auto !important;
  max-height: 300px;
}

.rightTable500 {
  overflow-y: auto;    
  /*min-height: 70px;*/
  
  height:auto !important;
  max-height: 550px;
}

.geoBranchesDisplay {
    width:100%;
    display:inline;
}

.geoBranchesPrint {
    display:none;
    
}

/*.indiRed {
    background: #dc0000;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 10px;
     
}

.indiGreen {
    background: #07ac00;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 10px;
     
   
}

.indiYellow {
    background: #ffd800;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 10px;
     
}

.indi {
   
    padding-left: 0px; padding-right:15px;
    height: 75px;
  
}*/

.caret, .caret:hover {
    display: inline-block;
    color: #000000;
    background-color: #9DDDDD;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret-right, .caret-right:hover {
    display: inline-block;
    color: #000000;
    background-color: #9DDDDD;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.sub-title {
    color:#808080;
     font-weight: 500; 
     font-size:1em;   
     border-width: thin; 
     padding-top:10px;     
     line-height: 2em; 


}
.sub-title-sub {
     color:#808080;
     font-weight: 500; 
     font-size:1em;    
     border-width: thin; 
     padding-top:10px; 
     line-height: 2em; 


}

.table_h {
     background: #428BCA; 
    color: white;    
    /*font-size: medium;*/
    text-align:left; 
    padding-left: 10px;
    font-weight: 600;
}
.table_h_1 {
    background: #428BCA; 
    color: white; 
    font-size: small;
    text-align:left; 
    padding-left: 10px;
    font-weight: 900;
    text-align: center;
    line-height:20px;
    vertical-align:  central;
}



