#docs {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}

#red {
    color: red;
}

.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-dialog{position:relative;width:auto;margin:10px}

.modal-title{
    margin: 0;
    line-height: 1.428571;
    padding: 12px;
    font-size: 18px;
    color: #585d62 !important;
}

.modal-body{
    position:relative;
    padding:15px;
    color: #585d62;
    font-size: 15px;
    height: 70px;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 32%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.modal-header {
    height: 44px;
    background: lightgrey;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

.modal-footer {
    height: 44px;
    background: lightgrey;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.success-button {
    background: #67b069 !important;
    padding: 7px 16px;
    border: none;
    border-radius: 2px;
    text-align: center;
    color: white !important;
    font-size: 12px;
    float: right;
    margin-right: 4px;
}

.cancel-button {
    padding: 7px 16px;
    border: none;
    border-radius: 2px;
    float: right;
    color: #008000;
    font-size: 12px;
    margin-right: 4px;
}

.close {
    color: #403d3d;
    float: right;
    font-size: 19px;
    background: transparent;
    font-weight: bold;
    border: none !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.img-valign {
    vertical-align: middle;
    margin-bottom: 0.75em;
}

.text {
    font-size: 14px;
    text-align: justify-all;
}

