/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 23, 2018, 3:43:10 PM
    Author     : bcarper
*/


/*GENERAL EDITS*/
.cake-error {
    /*+placement: float-left 8px 69px;*/
    float: left;
    position: relative;
    left: 8px;
    top: 69px;
    z-index: 999;
    display: inline-block;
    clear: both;
    min-width: 97%;
    border: 5px dashed #FFEF2A;
    background-color: #FF9F9F;
    color: #2E1B1B;
    /*+box-shadow: 5px 5px 5px #FC6D6D;*/
    -moz-box-shadow: 5px 5px 5px #FC6D6D;
    -webkit-box-shadow: 5px 5px 5px #FC6D6D;
    box-shadow: 5px 5px 5px #FC6D6D;
}

.cake-error a {
    color: #4D0303;
    text-decoration: underline;
}

.cake-debug-output {
    border: 6px dashed #F96969;
    background-color: #EAF565;
    padding: 25px;
    /*+box-shadow: 10px 10px 10px #A24433;*/
    -moz-box-shadow: 10px 10px 10px #A24433;
    -webkit-box-shadow: 10px 10px 10px #A24433;
    box-shadow: 10px 10px 10px #A24433;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cake-debug {
    border: 1px solid #959595;
    font: 0.9em / 1.3 Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #000000;
    /*+box-shadow: 8px 9px 21px rgba(0, 0, 0, 0.915);*/
    -moz-box-shadow: 8px 9px 21px rgba(0, 0, 0, 0.915);
    -webkit-box-shadow: 8px 9px 21px rgba(0, 0, 0, 0.915);
    box-shadow: 8px 9px 21px rgba(0, 0, 0, 0.915);
}

/* DBLAZE EDITS */

#btnEditNode {
    float: right;
    /*+placement: 0px -61px;*/
    position: relative;
    left: 0px;
    top: -61px;
    opacity: 0.39;
}

#tblFindNearBy td {
    /*border: 1px solid #E90000;*/
    padding: 5px;
}

#block_errorFlash {
    border: 2px solid #F18888;
    padding: 3px;
    text-align: center;
    border-radius: 9px;
    font: normal bold 0.85em sans-serif;
    background-color: #F9E1E1;
}

div.well.comment {
    padding-right: 0;
    padding-left: 10px;
    border-left: 3px solid #A5A5A5;
    /*border-bottom: 1px solid #D1D1D1;*/
}

.comment-child {
    margin-bottom: 3px;
    padding-bottom: 7px;
    margin-left: 13px;
    border-top: 1px solid #A5A5A5;
}

@media (min-width: 1200px){
    .container {
        max-width: 100%; 
    }
}
#chart_placeholder {
    text-align: center;
    margin-bottom: 20px;
}

.dependencyWheel {
    font: 14px sans-serif;
}

.allyChkBox {
    width: 30%;
    border: 1px solid;
    background-color: cornsilk;
    margin: 5px;
    float: left;
    font-size: 1.2em;
}

input[type="checkbox"] {
    margin: 15px;
}

label.chkboxLabel {
    clear: right;
    width: 100%;
}