﻿body {
/*	background: #f3f3f3 url("/saude/img/main-bg.jpg") repeat-x; */
	/* background: white url("/saude/img/main-bg.jpg") repeat-x; */
	background-color: #FFF;
	font: normal 12px "Segoe UI", Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

#blue-bar {
	position: absolute;
	width: 100%;
	height: 400px;
        top:175px;
	background: #346abb;
	z-index: -9999;
}

.outline {
	border: 3px solid #527fc4;
}

.submenu-product img {
    -moz-box-shadow: 0 0 0 1px #ddd;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
}

#home-button-icon{  
    display: block;
    margin: -6px 0 0 0;
}

.product-list h2, .search-content h2 {
    font-size: 13px;
}

table {
	border: 0;
	border-collapse:collapse;
}

table td {
	padding: 10px 5px;
	margin: 0;
}

.exception {
	margin-top: 25px;
	width: 100%;
}

.tablecenter {
	text-align: center;
}

.exception thead tr {
	background: #346abb;
	color: #FFF;
}

pre {
	font: inherit !important;	
	margin: 0;
	padding: 0;
}

h1 {
	color: #346abb;
	margin: 0;
	line-height: 40px;
	border-top: 1px solid #e0e0e0;
}

h1 a, h2 a, h3 a {
	color: #346abb;
	text-decoration: none;
}

p {
	line-height: 20px;
	color: #222;
}

img {
	border: 0;
}

#main-content a {
	color: #346abb;
	font-weight: bold;
}

textarea {
	font-family: arial;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

.message {
	border: 1px solid #FFEBA5;
	background: #FFFCD6;
	text-align: center;
	padding: 10px 0;
	color: #767676;
	margin: 10px 0 20px 0;
}

.title-error {
	color: #346abb;
	margin: 0;
	line-height: 40px;
	border-top: 1px solid #dfdfdf;
}

.error-name {
	font-size: 80px;
	font-weight: bold;
	color: #ddd;
	display: block;
	margin: 30px 0 60px 0;
}

/* PAGINATION */

#pagination {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#pagination a {
	display: inline-block;
	padding: 6px 10px 7px 10px;
	color: #346abb;
	text-decoration: none;
	background: #efefef;
}

/*#pagination a:hover, */#pagination .current {
	background-color: #346abb !important;
	color: #FFF !important;
	padding: 6px 10px 7px 10px;
}

#pagination span {
	margin: 0 1px 0 0;
}

#pagination span a:hover {
	background-color: #ccc;
}

.inactive {
	background: #efefef !important;
	color: #aaa !important;
}

/* PAGINATION ENDS */

#global-container {
	width: 940px;
	min-height: 100px;
	margin: 0 auto;
}

/* HEADER */

#header {
	width: 100%;
	height: 120px;
	padding-top: 35px;
}

#logo {
	display: block;
	width: 305px;
	height: 76px;
	background: url("../img/sprite.png") 305px 0;
	float: left;
}

#menu, #footer-menu {
	float: right;
	text-align: right;
	padding: 0;
}

#menu li, #menu > li, #footer-menu li, #footer-menu > li {
	list-style-type: none;
	/*background-color: #FFF;*/
}

#menu > li, #footer-menu > li {
	float: left;
	margin: 10px 0 10px 5px;
	position: relative;
}

#menu ul {
	margin: 9px 0 0 0;
	padding: 0;
	display: none;
	position: absolute;
}

#menu li a {
	color: #346abb;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 3px solid #527fc4;
}

#footer-menu li a {
	color: #346ABB;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #DDD;
}

#footer-menu li a:hover {
	color: #346ABB;
	border: 1px solid #EEE;
	box-shadow: 		0 0 7px #F6F6F6;
	-webkit-box-shadow: 0 0 7px #F6F6F6;
	-moz-box-shadow: 	0 0 7px #f6f6f6;
}

#menu li a:hover {
	box-shadow: 0 0 7px #527fc4;
	-webkit-box-shadow: 0 0 7px #527fc4;
	-moz-box-shadow: 0 0 7px #527fc4;
}

.lang-flag {
	padding: 5px 10px 5px 30px !important
}

.pt {
	background: url('../img/pt.png') no-repeat 8px 6px;
}

.en {
	background: url('../img/en.png') no-repeat 8px 6px;
}

#menu li:hover .submenu {
	display: block;
}

#lang-arrow {
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url("../img/sprite.png") -99px -118px;
	margin: 0 0 2px 10px;
}

/* HEADER ENDS */

/* BANNER */
#banner-container {
	width: 100%;
	height: 430px;
	position: relative;
	border-bottom: 2px solid #346abb;
}

.background-slides, #active-image-menu {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow: hidden;
	z-index: -9;
	top: 0;
	left: 0;
}

#active-image-menu {
	z-index: 6 !important;
}

.banner-submenu {
	position: relative;
	width: 940px;
	height: 220px;
	/*overflow: hidden;*/
	z-index: 0;
	text-align: center;
	display: none;
}

#submenu-container {
	width: 100%;
	height: 219px;
	text-align: right;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	display: none;
	position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#submenu-container .ca-wrapper {
	width: 75% !important;
	/*width: 83% !important;*/
	height: 150px !important;
}

#submenu-container .line-separator {
	display: none !important;
}

#submenu-container .ca-nav {
	position: static !important;
}

#submenu-container .ca-nav-prev, #submenu-container .ca-nav-next {
	display: block;
	width: 22px !important;
	height: 74px !important;
	top: 60px !important;
	padding: 0 !important;
	position: absolute;
	background-position: 0 0 !important;
}

#submenu-container .ca-nav-prev {
    /*display: none;*/
	left: 0;
	background: url('../img/back.png');
}

#submenu-container .ca-nav-next {
	right: 0;
	background: url('../img/forward.png');
}

#submenu-container .line-separator {
	display: none;
}

.submenu-items {
	position: relative;
	height: 160px;
	display: inline-block !important;
	margin: 10px auto 0 auto;
	padding: 20px 0px 40px 0px;
}

.submenu-items > div {
	float: left;
}

.submenu-items img {
	display: block;
}

.submenu-product {
	display: block;
    /*overflow: hidden; */
	/*width: 165px;*/
	height: 160px;
	float: left;
	margin-right: 45px;
/*	color: #999; */
    color: #346abb; 
	font-size: 14px;
	text-decoration: none;
}

.submenu-product:hover {
   font-weight: bold;
/* 	color: #346abb; */
}

.submenu-product-last {
	margin-right: 0 !important;
}

.submenu-product span {
	display: inline-block;
	margin-top: 10px;
}

.close-submenu {
	display: inline-block;
	color: #666;
	text-decoration: none;
	background-color: #ccc;
	margin-top: 2px;
}

.close-submenu:hover {
	background-color: #346abb;
	color: #FFF;
}

.close-submenu span {
	padding-right: 6px;
}

.close-submenu span:first-child {
	padding: 0px 6px 0px 5px !important;
	border-right: 1px solid #FFF;
	margin-right: 2px;
}

#banner-menu-container {
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 20;
	bottom: 0;
	background: #346abb;
}

#banner-menu-container ul {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;

}

#banner-menu-container ul li {
	float: left;
	list-style-type: none;
	height: 100%;
}

#banner-menu-container ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 81%;
	padding: 10px 10px 0 10px;
	/*font-weight: bold;*/
}

#banner-menu-container ul li a:hover {
	background-color: #ebebeb;
	color: #346abb;
}

#search {
	width: 250px;
	height: 40px;
	float: right;
	background: #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	position: relative;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF;
}

#search input[type="text"] {
	background: none;
	border: 0;
	width: 190px;
	height: 38px;
	float: left;
	padding-left: 10px;
	color: #333;
}

#search input[type="text"]:focus {
	/*outline: 1px solid #2689bd;*/
	outline-offset: 0;
	box-shadow: 0 0 1px 1px #346abb, 0 0 20px #96B2D1;
	-webkit-box-shadow: 0 0 1px 1px #346abb, 0 0 20px #96B2D1;
	-moz-box-shadow: 0 0 1px 1px #346abb, 0 0 20px #96B2D1;
	-ms-box-shadow: 0 0 1px 1px #346abb, 0 0 20px #96B2D1;
	outline: 0;
}

#search input[type="submit"] {
	width: 24px;
	height: 24px;
	border: 0;
	background: url("../img/sprite.png") 0px -103px;
	margin: 8px 10px 0 13px;
	display: block;
	float: left;
	cursor: pointer;
}

#search input[type="submit"]:hover {
	background-position: -25px -103px;
}

/* BANNER ENDS */

#left-column, #right-column {
	margin-bottom: 75px;
}

.ca-container {
	position: relative;
}

.ca-wrapper{
	width:100%;
	height:370px;
	position:relative;
}
.ca-item{
	position:relative;
	float:left !important;
	width:250px !important;
	height:360px !important;
	text-align:center !important;
}

.latest {
	width: 230px;
	min-height: 100px;
	float: left;
	margin-right: 0px;
	text-align: center;
}

.latest-container {
	position: absolute;
	width: 210px;
	height: 100%;
	top: 0;
	left: 3px;
	right: 3px;
}


.latest-container a {
    display: block;
}

.latest img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.main-name {
    height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #346abb;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.latest p {
	text-align: justify;
}

.more-details {
	color: #346abb;
	font-size: 11px;
	text-decoration: none;
    display: none !important;
}

.more-details:hover {
	text-decoration: underline;
}

#main-content .latest-container .img-container {
    height: 170px;
}

.ca-nav {
	padding-right: 15px;
	/*background: #FFF;*/
	position: relative;
	margin-top: 20px;
}

.line-separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: -14px;
	z-index: -9;
}

.ca-nav-prev, .ca-nav-next {
	display: inline-block;
	width: 40px;
	height: 28px;
	background: url('../img/sprite.png');
	cursor: pointer;
	z-index: 9;
}

.ca-nav-prev {
	background-position: -133px -101px;
	padding-right: 1px;
}

.ca-nav-next {
	background-position: -174px -101px;
	/*background-color: #FFF;*/
	padding-right: 6px;
}

/* LEFT COLUMN */

#left-column {
	width: 715px;
	min-height: 100px;
	float: left;
	margin: 50px 0 85px 0;
}

.breadcrumbs, .search-info {
	width: 100%;
	height: 15px;
	color: #999;
	padding-bottom: 10px;
}

.breadcrumbs a {
	color: #999;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #346abb;
}

.breadcrumbs span, .breadcrumbs span a {
	color: #346abb !important;
	font-weight: bold;
}

#main-content {
	width: 100%;
	min-height: 100px;
	padding-top: 30px;
	position: relative;
}

#product-image, #submenu-sidebar, .bo-submenu-sidebar {
	float: left;
	width: 210px;
	min-height: 10px;
	text-align: center;
}

.backoffice {
	width: 600px !important;
}

#product-image img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 2px 6px #999;
	-webkit-box-shadow: 0 2px 6px #999;
	-moz-box-shadow: 0 2px 6px #999;
}

#product-image a {
	text-decoration: none;
	font-size: 11px;
	color: #346abb;
	display: inline-block;
}

#submenu-sidebar {
	text-align: left;
}

#submenu-sidebar a {
	font-weight: normal !important;
}

#submenu-sidebar li {
	position: relative;
}

.edit, .trash {
	display: inline-block !important;
	width: 16px !important;
	height: 16px !important;
	position: absolute;
	right: 0;
	top: 2px;
	background-color: transparent !important;
	padding: 0 !important;
}

.edit {
	background: url('../img/edit.png') center center !important;
	right: 28px !important;
}

.trash {
	background: url('../img/delete.png') center center !important;
	right: 5px;
	top: 3px !important;
}

#submenu-sidebar ul {
	margin: 0;
	padding: 0;
}

#submenu-sidebar > ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#submenu-sidebar ul li {
	list-style-type: none;
	width: 100%;
	margin-top: 1px;
}

#submenu-sidebar ul li a {
	color: #346abb;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 4px 6px;
	background: #f0f0f0 !important;
}

#submenu-sidebar ul li a:hover {
	background-color: #346abb;
	color: #2854A3 !important;
}

#submenu-sidebar ul li ul li a {
	margin-left: 15px;
	background-color: #f8f8f8 !important;
}

#submenu-sidebar ul li ul li ul li a {
	background: #FFF !important;
}

#submenu-sidebar .current {
	font-weight: bold !important;
	color: #346abb !important;
}

.zoom-image {
	margin-top: 10px;
}

#details {
	width: 480px;
	min-height: 10px;
	float: right;
}

#details > img {
}

.img-container {
  text-align: center;
}

#product-cod {
	/*width: 390px;*/
	padding: 8px 20px;
	background-color: #346abb;
	color: #FFF;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
}

#product-cod-label {
	display: block;
	float: left;
}

#product-cod-des {
	display: block;
	float: right;
	font-weight: bold;
}

#description-label {
	width: 100%;
	min-height: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 20px;
	color: #999;
	font-weight: bold;
}

#download-pdf {
	display: block;
	width: 190px;
	height: 30px;
	padding: 7px 10px 8px 10px;
	background-color: #e0e0e0;
	color: #222 !important;
	text-decoration: none;
	font-weight: 100 !important;
}

.download-pdf-icon {
	display: inline-block;
	width: 27px;
	height: 31px;
	background: url('../img/sprite.png') -124px -67px;
	float: left;
}

.download-pdf-desc {
	display: inline-block;
	margin-left: 12px;
}

.download-pdf-desc b {
	display: block;
}

.download-pdf-button {
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	background: url('../img/sprite.png') -154px -66px;
	margin-top: 3px;
}

#download-pdf:hover {
	/*outline: 1px solid #346abb;*/
	box-shadow: 0 0 0px 1px #346abb, 0 2px 15px #aaa;
	-webkit-box-shadow: 0 0 0px 1px #346abb, 0 2px 15px #aaa;
	-moz-box-shadow: 0 0 0px 1px #346abb, 0 2px 15px #aaa;
}

#download-pdf:hover .download-pdf-button {
	background-position: -179px -66px;
}

/* LEFT COLUMN ENDS */

/* RIGHT COLUMN */

#right-column {
	width: 190px;
	min-height: 370px;
	float: right;
	background-color: #f8f8f8;
	margin-top: 75px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.right-column-title {
	width: auto;
	padding: 12px 20px 0px 20px;
	margin: 0;
	color: #346abb;
	font-size: 28px;
	/*background-color: #346abb;*/
}

.right-column-title a {
	color: #346abb !important;
	font-size: 22px;
}

#right-column-content {
	width: auto;
	min-height: 10px;
	padding: 23px 23px 10px 23px;
	position: relative;
}

#right-column-content p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #a5a5a5;
}

#right-column-content a {
	color: #346abb;
	text-decoration: none;
	font-weight: bold;
}

#right-column-content > a {
	color: #346abb;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
}

#right-column-content a:hover {
	text-decoration: underline;
}

#right-column-content h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: normal;
	padding: 0;
}

.separator {
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	margin: 10px 0 20px 0;
}

/* RIGHT COLUMN ENDS */

/* FOOTER */

#footer {
	width: 100%;
	min-height: 10px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #e0e0e0;
}

#footer-logo-container {
	width: 122px;
	height: 36px;
	margin-top: -21px;
	padding-top: 20px;
	border-top: 1px solid #346abb;
	float: left;
}

#footer-logo {
	display: block;
	width: 122px;
	height: 36px;
	background: url('../img/sprite.png') 0 -66px;
}

#footer-menu {
	margin: 0;
}

/* FOOTER ENDS */

/* CONTACT */

.contacts-form label {
	margin: 0 0 0 30px !important;
	color: #333 !important;
}

#main-column label {
	color: #aaa;
	display: inline-block;
	margin: 10px 40px 10px 20px;
	font-size: 15px;
	font-style: italic;
	width: 140px;
}

.contact-field {
	display: inline-block !important;
	width: 560px !important;
	height: 35px !important;
	float: right !important;
	margin: -10px 0 30px 0 !important;
	border: 1px solid #d6d6d6 !important;
	background: #f3f3f3;
	padding: 0 10px !important;
}

.contacts-form textarea {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 300px;
	border: 1px solid #d6d6d6;
	background: #f3f3f3;
	padding: 20px;
	font-family: 'Segoe UI', segoe, arial, tahoma;
	font-size: 13px;
}

.contact-field:focus, textarea:focus {
	outline: 0 !important;
	border: 1px solid #346abb !important;
	box-shadow: 0 0 15px #96B2D1, inset 0 1px 2px #ccc !important;
	-webkit-box-shadow: 0 0 15px #96B2D1, inset 0 1px 2px #ccc !important;
	-moz-box-shadow: 0 0 15px #96B2D1, inset 0 1px 2px #ccc !important;
	-ms-box-shadow: 0 0 15px #96B2D1, inset 0 1px 2px #ccc !important;
}

.submit input {
	padding: 5px 25px;
	background: #346abb;
	border: 1px solid #007FB7;
	color: #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	text-shadow: -1px -1px 0 #007FB7;
	cursor: pointer;
}

/* CONTACT ENDS */

/* SEARCH */

.search-info span, .search-info i {
	color: #346abb;
	font-style: italic;
	font-weight: bold;
}

.search-result, .product-list {
	width: auto;
	min-height: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.search-result > a, .product-list > a {
	display: block;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 15px;
    text-align: center;
}

.search-content > a, .product-content > a {
	display: inline-block;
	float: right;
	color: #346abb;
	text-decoration: none;
	font-size: 11px;
}

.product-content h2 {
	margin-top: 0;
}
.search-content > a:hover, .product-content > a:hover {
	text-decoration: underline;
}

/* SEARCH ENDS */

.logo-EN {
	background-position: 305px -99px !important;
}

/* Backoffice styles */

#backoffice-menu {
	text-align: center;
	width: auto;
	background: #333;
	padding: 15px 10px;
}

#backoffice-menu ul {
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0;
}

#backoffice-menu ul li {
	display: inline-block;
	list-style-type: none;
}

#backoffice-menu ul li a {
	display: inline-block;
	margin: 0 25px;
	color: #346abb;
	font-weight: bold;
	text-decoration: none;
}

#backoffice-menu ul li a:hover {
	text-decoration: underline;
}

.bo-user {
	text-align: right;
	margin-top: 30px;
	color: #aaa;
	font-style: italic;
}

.bo-user a {
	display: inline-block;
	color: #346abb;
	text-decoration: none;
}

.bo-user a:hover {
	text-decoration: underline;
}

.bo-product {
	width: 98%;
	background: #333;
	padding: 1%;
	margin: 10px 0 30px 0;
}

.bo-product a {
	display: inline-block;
	height: 21px;
	padding: 14px 10px 10px 40px;
	background: url('../img/add.png') no-repeat 3px 7px;
	color: #346abb;
	text-decoration: none;
}

.bo-product a:hover {
	text-decoration: underline;
}

.bo-product form {
	display: inline;
}

.bo-product input[type='text'] {
	width: 70%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #ddd;
}

.bo-product input[type='text']:focus, .input input[type='text']:focus, .input input[type='password']:focus, fieldset .textarea textarea:focus, .bo-pesquisa:focus {
	outline: 0;
	border: 1px solid #346abb;
	box-shadow: 0 0 15px #a5d9ef, inset 0 1px 2px #ccc;
	-webkit-box-shadow: 0 0 15px #a5d9ef, inset 0 1px 2px #ccc;
	-moz-box-shadow: 0 0 15px #a5d9ef, inset 0 1px 2px #ccc;
	-ms-box-shadow: 0 0 15px #a5d9ef, inset 0 1px 2px #ccc;
}

.bo-product input[type='submit'] {
	width: 23px;
	height: 22px;
	padding: 0;
	border: 0;
	background: url('../img/forward-arrow.png');
	cursor: pointer;
}

.bo-product .add-separator {
	width: 1px;
	height: 35px;
	background: #ccc;
	display: inline-block;
	margin: 0px 10px -12px 10px;
}

#product-table-list, #users-table-list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.product-action,
.user-action {
	width: 50px;
	text-align: center;
}

.product-edit a, .product-delete a,
.user-edit a, .user-delete a {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
}

.product-edit a,
.user-edit a {
	background: url('../img/edit.png') no-repeat;
}

.product-delete a,
.user-delete a {
	background: url('../img/delete.png') no-repeat;
}

.product-edit a:hover, .product-delete a:hover {
	background-position: 0 -16px;
}

#product-table-list tbody tr,
#users-table-list tbody tr {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

#product-table-list tbody tr:hover,
#users-table-list tbody tr:hover {
	background: #346abb;
	color: #FFF;
}

#product-table-list tbody tr:hover .product-delete a,
#product-table-list tbody tr:hover .product-edit a,
#users-table-list tbody tr:hover .user-delete a,
#users-table-list tbody tr:hover .user-edit a {
	background-position: 0 -16px;
}

#product-table-list td,
#users-table-list td {
	padding: 10px;
}

fieldset {
	border: 1px solid #ddd;
}

form > fieldset > legend {
	padding: 0 20px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #346abb;
}

.bo-common {
	width: auto;
	padding: 20px 10px;
	background: #f6f6f6;
}

.input input[type='text'], .input input[type='password'] {
	width: 650px;
	padding: 5px 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	outline: 0;
}

fieldset .textarea label, .tags-label {
	float: left;
}

fieldset .textarea textarea {
	width: 650px;
	padding: 5px 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	outline: 0;
}

fieldset fieldset {
	margin: 15px 0;
}

fieldset fieldset legend {
	color: #999;
	padding: 0 20px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}

.tagsinput {
	width: 650px;
	padding: 5px 10px;
	margin: 10px 0;
	border: 1px solid #DDD;
	outline: 0;
}

.contacts-textarea textarea {
	font-family: arial, tahoma, sans-serif;
}

.bo-submenu-sidebar {
	width: 100% !important;
	background: #444 !important;
}

.bo-submenu-sidebar .edit {
	background: url('../img/bo-edit.png') no-repeat !important;
}

.bo-submenu-sidebar .trash {
	background: url('../img/bo-delete.png') no-repeat !important;
	margin-left: 10px !important;
}

.bo-submenu-sidebar .edit, .bo-submenu-sidebar .trash {
	padding: 0 !important;
	width: 25px !important;
	height: 25px !important;
	margin: 2px 0;
}

.bo-submenu-sidebar li a:hover, .bo-submenu-sidebar a:hover .trash, .bo-submenu-sidebar a:hover .edit {
	background-color: #346abb;
	color: #FFF;
}

.bo-submenu-sidebar ul li ul li {
	margin-top: 0 !important;
	margin-left: 15px;
	width: auto !important;
}

.bo-submenu-sidebar a {
	margin-left: 0 !important;
	padding: 10px 15px !important;
}

.error-message {
	padding: 10px;
	background: #F6CECE;
	border: 1px solid #8E2F2F;
	margin: 20px 0;
}

