﻿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;
}*/


/*Created by khaled aljalab*/
#Loading {
    border-radius: 50%;
    width: 35%;
    height: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000000;
    position: fixed;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.submit-progress-bg {
    background-color: lightgray;
}

.submit-progress-form-bg {
    opacity: 0.4;
}

.max-width-Custome {
    max-width: 50%
}

.navbar-inverse {
    background-color: white !important
}

.control-label {
    color: #0082c8;
}

#btn-submit {
    background-color: lightgray;
    height: 35px;
    width: 180px;
    font-size: 17px;
    font-weight: bold;
}