﻿.ErrorMsgBox
{  border-style:Solid;
  border-width:1px;
   background-color:#FFE1E1;
   color:Red;
    border-color:Red;
 vertical-align:middle;
 text-align:center;
  padding:15px;
 font-size:12px; 
 font-family:Verdana;
 display:none; 
    }
div#page {
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
		
		/*scroll bottom btn*/

.scroll_bottom_btn { width:auto; position:fixed; bottom:12%; right:3%; z-index:700; width:37px;display:none; }
.scroll_bottom_btn > a > img { margin:0 auto; clear:both; }
.scroll_bottom_btn > span { font-size:9px; color:#544c4c; margin:0 0 5px 0; float:left; text-transform:uppercase; text-align:center; }

/*scroll top btn*/
.back-to-bottom { width:auto; position:fixed; bottom:6%; right:3%; z-index:700; width:37px;display:none; }
.back-to-bottom > a > img { margin:0 auto; clear:both; }
.back-to-bottom > span { font-size:9px; color:#544c4c; margin:0 0 5px 0; float:left; text-transform:uppercase; text-align:center; }

/*scroll top btn*/
.back-to-top { width:auto; position:fixed; bottom:18%; right:3%; z-index:700; width:37px;display:none; }
.back-to-top > a > img { margin:0 auto; clear:both; }
.back-to-top > span { font-size:9px; color:#544c4c; margin:0 0 5px 0; float:left; text-transform:uppercase; text-align:center; }

/*.back-to-top:hover {	
			background-color:#d6d7db;
		}*/
		
	/*mobile start*/	
@media (min-width: 500px) and (max-width:767px) {
body{ background:#fff; margin-bottom:0; }
.back-to-top { display:none; }
.scroll_bottom_btn { display:none; }
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.bg-red {
    background-color: #ff404b;
}
.bg-green {
    background-color: #008000;
}
.bg-white {
    background-color: #fff;
}
.bg-yellow {
    background-color: #fdfa2f;
}
.bg-blue {
    background-color: #3d009e;
}
.bg-liteblue {
    background-color: #0444fe;
}