﻿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;
}*/

.ConfirmMsg {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

p.pConfirmMsg {
    color: #FFF;
    font-size: 20px;
}

.MsgContainer {
    display: inline-block;
    padding: 40px 50px 10px 50px;
    background-color: #060d15;
    -webkit-border-radius: 5px;
}

.btnConfirmMsg {
    margin: 20px 10px;
    float: right;
}

    .btnConfirmMsg:first-child {
        margin-right: 0;
    }

.appearMsg {
    display: block;
}

.btnUpload {
    width: 200px;
}

div.span8 {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

div.loadingM h1 {
    margin-bottom: 40px;
    font-size: 15px;
}
