﻿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;
}


/*Login page*/
.app-logo-login {
    background-image: url('Images/logo/logo1.jpg');
    background-repeat: repeat-y;
    display: block;
    height: 55px;
    width: 264px;
}

.login-backgroung-img {
    padding-top: 50px;
    padding-bottom: 11%;
    background-image: url('Images/Home1.jpg');
    background-repeat: repeat-y;
    min-height: 100%;
    min-width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
}

/*PDF Logos*/
.app-logo-pdf {
    background-image: url('Images/logo/PDF_logo.jpg');
    background-repeat: repeat-y;
    display: block;
    height: 55px;
    width: 264px;
}

.success-message {
    color: #00b300;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    /*width: 40%;*/
    margin: 0 auto 10px auto;
    /*border: 1px solid #999999;*/
}

.error-message {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    /*width: 40%;*/
    margin: 0 auto 10px auto;
    /*border: 1px solid #999999;*/
}

.warn-message {
    color: #9b440c;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    /*width: 40%;*/
    margin: 0 auto 10px auto;
}
