﻿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;*/
}

btn_class {
    margin-top: 2px;
    padding: 2px;
    position: relative;
}

.btn_table {
    text-align: center;
    padding: 2px;
    margin: 2px;
}

.error_container {
    display: block;
}

.error_item {
    color: red;
}

.lbl_error {
    color: red;
    float: left;
    clear: both;
}

.form-group label {
    float: left;
    clear: both;
}

.form-group input {
    float: left;
    clear: both;
    width: 50%;
}

.form-group select {
    float: left;
    clear: both;
    width: 50%;
    height: auto;
}

.form-group span {
    float: left;
    clear: both;
}

.form-group input[type="submit"] {
    float: left;
    clear: both;
    margin-top: 5px;
    width: 50%;
}

.form-group a {
    float: left;
    clear: both;
    margin-top: 5px;
    width: 50%;
}

.alert {
    margin-bottom: 5px;
    padding: 5px;
}

.div_btn {
    position: relative;
    display: block;
}

    .div_btn a {
        position: relative;
        display: block;
    }

#lblversion {
    color: limegreen;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    float: right;
}

#btn_create_mission {
    margin-top: 5px;
}
