﻿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;
}

.menutoright {
    padding-left: 85%;
    padding-top: 2%;
}

.newSaleMod {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 4px;
}

.headsale, .headclient {
    font-size: large;
    background-color: #989898;
    color: white;
    text-align:center;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 4px;
}

.newBtn {
    margin-left:98%;
}
.newBtnLabel {
    margin-left: 75%;
}

#commentBtn {
    margin-left: %;
}

.btncomment {
    color: #14af2f;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btncomment:hover {
    color: #ffffff;
    background-color: #14af2f;
    border-color: #14af2f;
}


.display-success{
    display: none;
    background: #9ed8aa;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 5px;
}


.display-error{
    display: none;
    background: #ecb4b4;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 5px;
}

.SearchDiv {
    cursor:pointer;
}

#SearchDiv {
    padding: 10px;
}

#searchSubmit,
#eraseFilterBtn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.encart {
    border: solid;
    border-radius: 15px;
    border-color: #808080;
    background-color: #e4e4e4;
}

.statusBtn {
    cursor: default;
}

.homeMenu {
    margin-top: 100px;;
}

.homeMenu img {
    width: 200px;
    height: 200px;
}

#confirmCancelSaleDiv{
    text-align: center;
    margin: 5%;
    border: 1px solid #C9302C;
    border-radius: 5px;
    padding: 2%;
}

