body {
    min-width:1200px;
}
.container-fluid,
.container {
    min-width:1200px;
}
label {
    font-size: 0.9rem;
    font-weight: bold;
    color: #FCD93B;
}
.field {
    background-color:#282828;
    border:1px solid #FCD93B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:15px;
    padding:5px;
    height: 93px;
}
label.checkbox-label {
    margin-bottom: 0;
}
.priuni {
    margin-top:33px;
}
.pop-submit {
    margin-top:27px;
    padding-left:0 !important;
    padding-right:30px !important;
}
.pop-add-remove {
    margin-top:27px;
}
.pop-info {
    font-size:15px;
    margin-top:50px;
}
.pop-info p {
    line-height:20px;
}
#validFail {
    color: #181818;
    font-weight:normal;
}
.modal-content .modal-header {
    background-color:#D2322D;
    color: #ffffff;
}
.query-container {
    background-color: #282828;
    border: 1px solid #FCD93B;
    border-radius: 5px;
    padding: 10px;
}