/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px;
	background:#F6F6F6 !important;
	margin:0;
}
.navbar {
    background: #387CC5;
    border-radius: 0;
    border: 0;
	margin:0;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    height: auto;
}
.btn{text-transform:uppercase}
div#loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}
div#loading-page img {
    width: 100px;
}
div#user-welcome {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 7px 25px 7px 17px;
    width: auto;
    font-size: 9pt;
    display: flex;
    line-height: 1.3;
    min-width: 190px;
}
div#user-welcome > i {
    float: left;
    font-size: 28pt;
    margin-right: 10px;
    padding: 6px 0 0;
} 	
div#user-welcome a {
    color: #edff00;
}
.navbar-brand>img {
    display: block;
    height: 40px;
}
.navbar-brand{padding:10px 15px}
.chechk-block label {
    display: flex;
    font-weight: normal;
}
#popup-status {
    display: flex;
}
#popup-status > i {
    font-size: 36pt;
    padding-right: 30px;
    padding-top: 20px;
}
.chechk-block input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}
.modal-title {
    float: left;
    font-weight: bold;
    font-size: 13pt;
}
.modal-header {
    border-radius: 5px 5px 0 0;
	background:#eee;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.modal-dialog {
    top: 50%;
    width: 450px;
	max-width:94%;
    margin: 0px auto;
}
.modal-footer > * {
    width: 48%;
    border-radius: 0;
}
