﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 30px;
    padding-right: 30px;
}

/* 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;
}
    */


#container-global-buttons {
    margin-bottom:10px;
}

/* just add some body to the spotlight placeholders */
.placeholder{
    background-color:white;
    border: 2px solid rgb(231, 234, 236);
    /*
        border: 2px solid rgba(128, 128, 128, .8);
    */
    
    box-shadow: 2px 2px rgba(128, 128, 128, .4);
    margin:10px;
    padding:10px;
}

.placeholder:hover{
    cursor:pointer;
    background-color:hsla(180, 11%, 90%, 0.80);

}

#mainSpotlightCustomerInfo:hover{
    cursor:default;
    background-color:white;
}

ul.accomplishments-ul {
    list-style-type: none;
    padding:0; 
    margin:0;
}

.placeholder input {
    max-width:100%;
    margin:3px;
}
#spotlight-title {
    margin:3px;
    margin-top:7px;
    margin-bottom:7px;
    margin-left:5px;
    font-weight:bold;
}
.placeholder .form-group {
    margin-bottom:3px;
}

#profileForm .form-group {
    margin:3px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

html, body { height: 100%; }

