body {
    background-color: #ddd;
}
.container {
    background-color: #fff;    
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.word-break {
    word-break: break-word;
}
footer .container {
    background: #505859;
    padding: 40px 15px;
    color: #fff;
}
footer a {
    color: #6EC6D8 !important
}
.contractTitle {
    margin-top: 0;
}
.sectionTitle {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px #ddd solid;
}
.inpsForm label {
    color: #444;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.usersDocumentArchive {
    margin-left: 0px;
    padding-left: 20px;    
}
.usersDocumentArchive li {
    padding-bottom: 8px;
}
.title_li{
    list-style: none;
    font-style: italic;
    color: #ccc;
    padding-bottom: 0px !important;
}
.alert-success a {
    color: #fff;
    text-decoration: underline;
}
.ui-dialog-titlebar-close {
    display: none;
}
.ui-widget-header {
    background: #217dbb !important;
    color: #fff !important;
}
.ui-dialog-buttonset button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    
}
.ui-dialog-buttonset button:first-of-type {
    background: #f39c12 !important;
    color: #fff !important;
}
.ui-dialog-buttonset button:last-of-type {
    background: #2c3e50 !important;
    color: #fff !important;
}
.bigdrop{
    width: 40vw!important;
}
#newLocation{
    width: 400px;
}
.dz-success-mark, .dz-error-mark{
    display: none!important;
}