/****************
 * REDEFINED TAG
 ****************/
html, body{
	height: 100%;
}
body{
	background-color: #2E75B6;
	/*
	background-image: -webkit-linear-gradient(top, #FFF, #5697D0 90%);
	background-image: -moz-linear-gradient(top, #FFF, #5697D0 90%);
	background-image: -ms-linear-gradient(top, #FFF, #5697D0 90%);
	background-image: -o-linear-gradient(top, #FFF, #5697D0 90%);
	*/
}

hr{
}
ul li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('images/bullet01.png');
}
input[readonly]{
	background: #CCC;
}
input.blur{
	color: #999;
}
a, button{
	outline: none !important;
}

.no-margin{
	margin: 0px !important;
}
.no-padding{
	padding: 0px !important;
}
.no-border{
	border: 0px !important;
}
.no-border-top{
	border-top: 0px !important;
}
.no-border-bottom{
	border-bottom: 0px !important;
}
.no-border-right{
	border-right: 0px !important;
}
.no-border-left{
	border-left: 0px !important;
}
.no-border-radius{
	border-radius: 0px;
}

.viewAsTable{
	display: table;
	width: 100%;
}
.viewAsTable > .col{
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}
.viewAsTable > .colNormal{
	width: auto;
	white-space: normal;
}

.viewAsFloatLeft{
	clear: both;
}
.viewAsFloatLeft > .col{
	float: left;
}


div.wrap1{
	display: table; 
	height: 100%; 
	#position: relative; 
	overflow: hidden;
	width: 100%;
}
div.wrap2{
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width: 100%;
	
}
div.wrap3{
	#position: relative; 
	#top: -50%;	
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
}

.smallLoading{
	background: url('images/loading01.gif') no-repeat;
	background-position: right;
	line-height: 16px;
	padding-right: 20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #AAA !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #AAA !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #AAA !important;
   font-size: 0.9em;
   font-weight: bold;
   font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #AAA !important;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #AAA !important;
}

/* <Login> */
.page-login{
	margin: 0px auto;
	width: 550px;
}
.page-login .form-wrapper{
	/* background: #A9D4F1; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 30px 45px;
	padding-top: 50px;
}
.page-login .form-wrapper .logo-login{
	font-size: 5em;
}
.page-login .between-field{
	margin-bottom: 20px;
}
.page-login .form-control{
	border-color: #428BCA;
	border: 0px;
	color: #000;
}
.page-login .input-group-addon{
	border-color: #6FA7DB;
	border: 0px;
	color: #FFF;
	background: #6FA7DB;
}
.page-login .onCaps{
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
@keyframes example {
    from {
		background: #FFF;
		color: #000;	
	}
    to {
		background: #F15A2E;
		color: #FFF;
	}
}
.page-login .caps-warning{
	padding: 0px;
	padding-right: 5px;
	animation-name: example;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.page-login .caps-warning .col{
	vertical-align: middle;
	padding: 0px 5px !important;
}
.page-login .caps-warning .caps-label{
	font-size: 12px; 
	line-height: 16px !important;
}

.btn{
	outline: none !important;
}
.btn-primary{
	background-color: #6FA7DB !important;
	border-color: #6FA7DB;
}
.btn-primary:hover{
	background-color: #5B9BD6 !important;
	border-color: #5B9BD6;
}

.font-size-1{
	font-size: 1.15em !important;
}
.font-size-2{
	font-size: 1.25em !important;
}
.font-size-3{
	font-size: 1.5em !important;
}
.font-size-4{
	font-size: 1.5em !important;
}
.font-size-5{
	font-size: 2em !important;
}
.page-login .logo-company{
	background: url('images/applogo/BMS_TEXT.png') no-repeat ;
	background-size: 300px;
	background-position: center;	
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: -130px;
	margin-bottom: 20px;
}
/*
.page-login .logo-company{
	background: url('images/applogo/BMS.png') no-repeat ;
	background-size: 150px;
	background-position: center;	
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: -130px;
}
*/
.page-login .page-title{
	font-weight: bold;
	font-size: 2em;
	padding: 1em 0px;
	padding-top: 0px;
	text-shadow: 2px 2px 2px #333;
	color: #FFF;
	display: none;
}
.page-login .auth-code img{
	border: 1px solid #FFF;
	width: 200px;
	border-radius: 5px;
	margin-left: -10px;
}
.page-login .auth-code .refresh .fa{
	color: #97C0E5;
}
.smallLoading{
	background: url('images/loading01.gif') no-repeat;
	background-position: right;
	line-height: 16px;
	padding-right: 20px;
}
.smallLoadingBar{
	background: url('images/loading04.gif') no-repeat;
	background-position: right;
	line-height: 16px;
	padding-right: 20px;
}
.icon{
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.iconRefresh{
	background: url('images/arrow_refresh.png') no-repeat;	
}
.backTo{
	text-align: center;
}
/* </Login> */


.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}

@media (max-width: 640px) {
	.modal-dialog-center {
		width: 90%;
	}
	.page-login{
		margin: 0px auto;
		width: 90%;
	}
	.page-login .logo-company{
		height: 150px;
		width: 100%;
		position: relative;
		margin-top: 0px;
	}
	.page-login .form-wrapper{
		padding: 20px;
		padding-top: 10px;
	}
	.page-login .auth-code img{
		margin-top: 20px;
		margin-bottom: 10px;
		width: 100%;
		margin-left: 0px;
	}
}