/* common styles */
body{
	font-size:11px !important;
}
.u-text-center{
	text-align:center;
}
.u-text-right{
	text-align:right;
}
.template-title{
	font-size:12px;
	font-weight: strong;
	text-align: center;
	margin-bottom:0;
}
.tt-orange{
	color: #ff3300;
	border: 1px solid #ff3300;	
	border-bottom: none;
}
.tt-blue{
	color: #0000e6;
	border: 1px solid #0000e6;	
	border-bottom: none;
}
.tt-green{
	color: #008000;
	border: 1px solid #008000;	
	border-bottom: none;
}

/* message boxes */
/* The alert message box */
.alert {
    padding: 20px;
    color: #000;
    margin-bottom: 15px;
}

.error {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}
.success{
	background-color:#ddffdd;
	border-left:6px solid #4CAF50
}

/* ---------------------------------------- */

/* login page */
.login-logo{
	text-align:center;
	font-size:42px;
	color:#ff6600;
}
.login-logo span{
	font-size:18px;
	position:relative;
	top:-18px;
}



.logo{
	font-size:26px;
	color:#ff6600;
}
.logo span{
	font-size:18px;
	position:relative;
	top:-10px;
}
.menu-bar{
	margin:0;
	box-shadow: 0px 5px 5px #888888;
	position: static;
}
.container{
	background-color:#fff;
}

/* other classes */
.main-content-wrapper{
	margin-top:50px;
}
.tab-1{
	margin-left:20px;
}
.button-mb{
  display: inline-block;
  height: 38px;
  padding: 0 10px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
