﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

 /*Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile + label * {
	pointer-events: none;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: black;
}

.preset-group-1 {
    min-width: 500px;
}

.cls-1 {
    fill: none;
}

.cls-2 {
    clip-path: url(#clip-path);
}

.cls-3 {
    fill: #922246;
}

.detailBT-parents {
    color: #CC5967;
    font-family: Neon-medium;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 2px;
    margin-left: 30px;
    overflow-y: scroll;
    overflow-x:hidden;
}

.arrowCustom {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    right: 5px;
}

.buttonLink{
    color:#ffffff;

}
.buttonLink:visited{
    color:#ffffff;
}
.buttonLink:active{
    color:#ffffff;
}
.buttonLink:hover{
    color:#000000;
}

.data-button-v2 {
    width: 240px;
}

.preset-group-v2 {
    width: 50%;
    display: block;
}


.form-buttons {
    font-weight: bold;
    line-height: 1.5;
    margin-top: .75em;
    margin-bottom: 0;
    margin-left: 20px;
    background-color: #2d2d2d;
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s all;
    min-width: 240px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.data-row-v2 {
    width: calc(100% - 40px);
    background-color: white;
    margin-left: 20px;
    font-family: neon-light;
    font-size: 15px;
    box-shadow: -1px 1px 1px #B9B9B9;
    cursor: pointer;
    transition: ease-out 0.4s background-color;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.external:link {
    color: blue;
    text-decoration: underline;
}