/*-----------------------------------------------
SOE Company Styles
-----------------------------------------------*/
body, .blur-login, .light-login {
    background-image:    url(images/bg.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
	background-attachment: fixed;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
}

h1, h2, h3, h4, h5, h6, p, input, texarea, button, span, label, th, td, .navbar-header {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
}

.error {
	color: #D9534F;
	font-size: 12px;
	text-align: left;
}

.navbar {
	background-color: #CE1B1B;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	margin-top: 70px;
}

.ace-nav>li.blue>a{
	background-color:#2C64B4!important;
}

.ace-nav>li.blue>a:hover,.ace-nav>li.blue>a:focus,.ace-nav>li.open.blue>a{
	background-color:#2c5976!important;
}

.modal-header  {
	color: #FFFFFF;
}

.modal-header  {
	color: #FFFFFF;
}

.modal-green  {
	background-color: #629B58;
}

.modal-orange  {
	background-color: #E59729;
}

.modal-red  {
	background-color: #CC1013;
}

.modal-blue  {
	background-color: #2C64B4;
}

.modal-purple  {
	background-color: #892e65;
}

.modal-pink  {
	background-color: #b73766;
}

.modal-dark  {
	background-color: #555;
}

.center {
	text-align: center;
}

.left {
	text-align: left!important;
}

.right {
	text-align: right;
}

.profile-info-name {
	width: 170px;
}

.tab-content {
	min-height: 300px;
}

.no-resize {
	resize: none;
}

.login-box .toolbar {
    padding: 9px 18px;
	font-size: 14px;
	font-weight: bold;
}

.logo {
    margin: -13px 0px -10px 0px;
    max-width: 30px;
}
/*-----------------------------------------------*/