* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "open Sans", sans-serif;
	font-size: 12px;
	color: #303048;
	background-color: #F4F4F6;
	text-align: center;
}
.clear {
	clear: both;
}
.button a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.button a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}
.input {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
}
.header_box {
	background-color: #FFF;
	height: 100px;
	width: 100%;
}
.header_box .logo {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	min-width: 254px;
	text-align: left;
	margin-right: 30px;
}
.header_box .search_box {
	float: left;
	padding-top: 30px;
	width: 27%;
}

.header_box .search_box .search {
	background-color: #CBCBD1;
	height: 40px;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width: 200px;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-left: 42px;
	color: #303047;
	border-radius: 5px;
}
.header_box .user_box {
	float: right;
	background-color: #F4F4F6;
	height: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBCBD1;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.header_box .user_box .user {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9797A4;
	margin-right: 15px;
	padding-right: 15px;
	height: 40px;
}
.header_box .user_box .user .photo {
	float: left;
}
.header_box .user_box .user .photo img {
	border-radius: 50%;
}
.header_box .user_box .user .name {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 210px;
	height: 60px;
	overflow: hidden;
}
.header_box .user_box .user .name p strong {
	color: #303047;
}
.header_box .user_box .user .name p {
	color: #00A6D6;
}

.header_box .user_box .profile {
	background-image: url("../img/ico_profile.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9797A4;
	height: 40px;
	position: relative;
}
.header_box .user_box .profile a {
	color: #303047;
	text-decoration: none;
	display: block;
}
.header_box .user_box .profile a.myprofile {
	background-image: url("../img/mini_arrow-down.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 23px;
}
.header_box .user_box .exit {
	float: left;
	text-align: left;
	height: 40px;
	min-width: 55px;
}
.header_box .user_box .exit a {
	color: #303047;
	text-decoration: none;
	display: block;
}

.header_box .user_box .profile_menu {
	background-image: url("../img/arrow_profile.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 15px 20px 20px;
	position: absolute;
	right: -90px;
	text-align: left;
	top: 30px;
}
.header_box .user_box .profile_menu ul {
	list-style-type: none;
}
.header_box .user_box .profile_menu ul li {
}
.header_box .user_box .profile_menu ul li a {
	line-height: 26px;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCBD1;
	color: #303049;
}
.header_box .user_box .profile_menu ul li a:hover {
	border-bottom-color: #00a6d6;
	color: #00a6d6;
}

.header_box .user_box .profile_menu .profile_options {
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 4px 6px 5px #333;
	padding: 10px 20px 20px;
	text-align: left;
	width: 200px;
}

.menu {
	background-color: #303049;
	width: 100%;
}
.menu > ul {
	list-style-type: none;
}
.menu > ul > li {
	display: inline-block;
}
.menu > ul > li > a {
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #303049;
	display: block;
}
.menu > ul > li > a.hover {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00A6D6;
	background-image: url(../img/arrow_menu_dropdown.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu > ul > li > .active {
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00A6D6;
	display: block;
	background-image: url(../img/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu > ul > li > ul > li > .active {
	color: #646477;
}
.menu > ul > li ul {
	display: none;
	position: absolute;
	text-align: center;
	box-shadow: 0px 5px 5px #666;
	background-color: #EAEAED;
	margin-right: auto;
	margin-left: auto;
	width: 290px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	list-style-type: none;
	z-index: 200;
}
.menu > ul > li ul li {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303049;
	text-align: left;
	margin-bottom: 10px;
}
.menu > ul > li ul li a {
	color: #303049;
	text-decoration: none;
	display: block;
}
.menu > ul > li ul li a:hover {
	color: #00A6D6;
}
.breadcrumbs_box {
	background-color: #CBCBD1;
	height: 30px;
	width: 100%;
}
.breadcrumbs_box .breadcrumbs {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	text-align: left;
}
.breadcrumbs_box .breadcrumbs a {
	font-size: 12px;
	line-height: 30px;
	color: #303047;
	text-decoration: none;
	display: inline-block;
}
.breadcrumbs_box .breadcrumbs strong, 
.breadcrumbs_box .breadcrumbs span {
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
}
.breadcrumbs_box .breadcrumbs a:hover {
	color: #00A6D6;
}

.breadcrumbs_box .breadcrumbs .home {
	font-size: 0px;
	background-image: url(../img/ico_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 25px;
}

.breadcrumbs_box .breadcrumbs .home:hover {
	background-position: left bottom;
}

.main_box {
}
.main_box .main_cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	background-image: url(../img/bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 40px;
	text-align: center;
}
.main_box .main_cont.list {
	max-width: 1280px;
	width: auto;
}
.main_box .main_cont .tabs_box {
	margin-left: 40px;
}
.main_box .main_cont .tabs_box .tab {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}
.main_box .main_cont .tabs_box .tab a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}
.main_box .main_cont .tabs_box .tab .active {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main_box .main_cont .tabs_box .tab a:hover {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main_box .main_cont .content {
	background-color: #FFF;
	width: 948px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #CCC;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.main_box .main_cont.list .content {
	width: 100%;
}
.main_box .main_cont .content .back_box {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.main_box .main_cont .content .back_box .button {
	float: left;
}
.main_box .main_cont .content .back_box .button a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	background-color: #CBCBD1;
	background-image: url(../img/arrows_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-right: 10px;
	padding-left: 50px;
	border-radius: 3px;
	text-decoration: none;
	display: block;
}
.main_box .main_cont .content .back_box .button a:hover {
	background-position: left bottom;
	box-shadow: 2px 2px 4px #CCC;
}
.main_box .main_cont .content .back_box .title {
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin-left: 20px;
}
.main_box .main_cont .content .back_box .instal-name {
	font-size: 16px;
	line-height: 50px;
	float: left;
	margin-left: 20px;
}
.main_box .main_cont .content .data_box {
	text-align: left;
	padding: 20px;
}
.main_box .main_cont .content .data_box p {
	font-size: 14px;
}
.main_box .main_cont .content .prod_table {
	font-size:12px;
}
.main_box .main_cont .content .prod_table table tr {
	font-size:12px;
}
.main_box .main_cont .content .prod_table table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.main_box .main_cont .content .prod_table table tr th {
	font-weight: bold;
	color: #646477;
}
.main_box .main_cont .content .prod_table table tr .first {
	border-left-style: none;
}
.main_box .main_cont .content .prod_table table tr th.last {
	padding-right: 20px;
}
.main_box .main_cont .content .prod_table table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
.main_box .main_cont .content .prod_table table tr th a.ordered {
	background-repeat: no-repeat;
	background-position: right center;
}
.main_box .main_cont .content .prod_table table tr th a.ordered.down {
	background-image: url(../img/mini_arrow-down.png);
}
.main_box .main_cont .content .prod_table table tr th a.ordered.up {
	background-image: url(../img/mini_arrow-up.png);
}
.main_box .main_cont .content .prod_table table tr th span {
	color: #646477;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.main_box .main_cont .content .prod_table table .row1 {
	color: #646477;
	background-color: #FFF;
	text-align: left;
}
.main_box .main_cont .content .prod_table table .row1:hover {
	color: #646477;
	background-color: #EAEAED;
}
.main_box .main_cont .content .prod_table table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.main_box .main_cont .content .gas .prod_table table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.main_box .main_cont .content .prod_table table .first {
	border-left-style: none;
}
.main_box .main_cont .content .prod_table table td .center {
	text-align: center;
}
.main_box .main_cont .content .prod_table table .orange {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.main_box .main_cont .content .prod_table table .red {
	font-size: 14px;
	color: #C00;
	text-align: center;
}
.main_box .main_cont .content .prod_table table td .ico img {
	float: left;
}
.main_box .main_cont .content .prod_table table td .name {
	float: left;
	margin-left: 5px;
	padding-top: 5px;
}
.main_box .main_cont .content .prod_table table .row2 {
	color: #646477;
	background-color: #F4F4F6;
	text-align: left;
}
.main_box .main_cont .content .prod_table table .row2:hover {
	color: #646477;
	background-color: #EAEAED;
}
.content .prod_table table a {
	display: block;
}

.upload_box .filed {
	text-align: left;
	margin-bottom: 20px;
}
.upload_box .filed p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
.upload_box .filed .input {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 300px;
}
.upload_box .filed .textarea {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.upload_box .filed .button {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	cursor: pointer;
}
.upload_box .filed .button:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.b_miniedit {
	text-align: center;
	float: right;
}
.b_miniedit a {
	line-height: 16px;
	color: #F90;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	font-size: 10px;
	border: 1px solid #F90;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.b_miniedit a:hover {
	background-color: #F90;
	color: #FFF;
}
.b_miniedit2 {
	text-align: center;
}
.b_miniedit2 a {
	line-height: 14px;
	color: #F90;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	font-size: 10px;
	border: 1px solid #F90;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.b_miniedit2 a:hover {
	background-color: #F90;
	color: #FFF;
}
.b_edit {
	text-align: center;
	width: 100%;
}
.b_edit a {
	line-height: 20px;
	color: #F90;
	text-decoration: none;
	display: block;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #F90;
	background-color: #FFF;
	text-transform: uppercase;
}
.b_edit a:hover {
	background-color: #F90;
	color: #FFF;
}
.b_delete {
	text-align: center;
	width: 100%;
}
.b_delete a {
	line-height: 20px;
	color: #C00;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #C00;
	background-color: #FFF;
	text-transform: uppercase;
}
.b_delete a:hover {
	background-color: #C00;
	color: #FFF;
}
.b_delete2 {
	text-align: center;
}
.b_delete2 a {
	line-height: 14px;
	color: #C00;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #C00;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.b_delete2 a:hover {
	background-color: #C00;
	color: #FFF;
}
.b_view {
	text-align: center;
	width: 100%;
}
.b_view a {
	line-height: 20px;
	color: #00A6D6;
	text-decoration: none;
	display: block;
	width: 60px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #00A6D6;
	background-color: #FFF;
	text-transform: uppercase;
}
.b_view a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.b_view2 {
	text-align: center;
}
.b_view2 a {
	line-height: 20px;
	color: #00A6D6;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #00A6D6;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.b_view2 a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.main_box .main_cont .content .back_box .just_right .button {
	float: right;
	background-image: none;
	margin-right: 20px;
}
.main_box .main_cont .content .back_box .just_right .button a {
	background-image: url(../img/arrows_upload.png);
}
.main_box .main_cont .content .back_box .just_right .button a.clean {
	background-image: none;
	padding-left: 10px;
}
.upload_bd_maintenance {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	margin-top: 40px;
}
.upload_bd_maintenance .field {
	margin-bottom: 20px;
}
.upload_bd_maintenance .field .select {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	height: 48px;
	width: 240px;
	padding: 10px;
}

.upload_bd_maintenance .field .select option {
	padding: 10px;
}
.upload_bd_maintenance .upload {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	margin-bottom: 20px;
}
.upload_bd_maintenance .upload a {
	font-size: 18px;
	text-transform: uppercase;
	color: #303046;
	background-color: #CBCBD1;
	background-image: url(../img/ico_select_file.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	height: 50px;
	width: 240px;
	padding-top: 180px;
	border-radius: 3px;
	text-decoration: none;
}
.upload_bd_maintenance .upload a:hover {
	background-position: center bottom;
}
.upload_bd_maintenance .file_box table {
	border: 1px solid #cbcbd1;
	border-radius: 3px;
	margin-bottom: 20px;
}

.upload_bd_maintenance .file_box table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.upload_bd_maintenance .file_box table tr .first {
	border-left-style: none;
}
.upload_bd_maintenance .file_box table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	background-image: url(../img/mini_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 20px;
}
.upload_bd_maintenance .file_box table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.upload_bd_maintenance .file_box table .first {
	border-left-style: none;
	text-align: left;
}
.upload_bd_maintenance .file_box table td .center {
	text-align: center;
}
.bar_box {
	background-color: #EAEAED;
	height: 20px;
	width: 150px;
}
.bar_box .bar {
	background-color: #0C0;
	width: 68%;
	height: 20px;
}
.upload_bd_maintenance .button {

}
.upload_bd_maintenance .button a {
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	float: none;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.upload_bd_maintenance .button a:hover {
	color: #FFF;
}
.upload_bd_maintenance .button_next {

}
.upload_bd_maintenance .button_next a {
	background-color: #CBCBD1;
	background-image: url(../img/arrows_fw.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none;
	text-transform: uppercase;
	float: none;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.upload_bd_maintenance .button_next a:hover {
	background-position: right bottom;
}
.upload_bd_maintenance .field .input {
	width: 480px;
	height: 50px;
}
.upload_bd_maintenance .message_ok {
	font-size: 16px;
	background-image: url(../img/ico_ok.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.upload_bd_maintenance .message_ko {
	font-size: 16px;
	background-image: url(../img/ico_ko.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.upload_bd_maintenance .field .bar_box {
	background-color: #EAEAED;
	height: 50px;
	width: 500px;
	border-radius: 3px;
}
.upload_bd_maintenance .field .bar_box .bar {
	background-color: #0C0;
	height: 50px;
	width: 65%;
	border-radius: 3px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
.upload_bd_maintenance .field h5 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 20px;
}
.upload_bd_maintenance .message_ko .errors-list {
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	border-radius: 3px;
	color: #CC0000;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.search_area {
	background-color: #F4F4F6;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.search_area .field {
	float: left;
	margin-right: 10px;
	border-bottom-color: #CBCBD1;
	margin-bottom: 10px;
	position: relative;
}
.search_area .field .select {
	line-height: 30px;
	height: 28px;
	width: 144px;
	border: 1px solid #9797a4;
	border-radius: 3px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "open Sans", sans-serif;
	background-color: #FFF;
	color: #646477;
}
.search_area .field .select option {
	padding: 5px;
	color: #646477;
}
.search_area .field .select-big {
	background-color: #fff;
	border: 1px solid #9797a4;
	border-radius: 3px;
	color: #303048;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
}
.search_area .field .select-big option {
	padding: 5px 10px;
}
.search_area .field .select-big option.yes {
	background-image: url(../img/yes.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.search_area .field .select-big option.no {
	background-image: url(../img/no.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.search_area .field .select-big.yes {
	background-image: url(../img/yes.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.search_area .field .select-big.no {
	background-image: url(../img/no.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.search_area .field .input {
	line-height: 28px;
	height: 28px;
	width: 124px;
	font-size: 12px;
	background-color: #FFF;
	color: #A5A5B8;
}
.search_area .field .input.notDefault {
	color: #646477;
}
.search_area .field .calendar {
	line-height: 28px;
	height: 28px;
	width: 124px;
	font-size: 12px;
	background-color: #FFF;
	/*background-image: url(../img/ico_calendar.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans", sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	color: #a5a5b8;
}
.search_area .field .calendar.notDefault {
	color: #646477;
}
.search_area .button {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.search_area .button a {
	font-size: 12px;
	line-height: 30px;
	float: none;
	width: 146px;
	height: 30px;
	padding: 0px;
	background-image: url(../img/ico_lupa.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.search_area .button a:hover {
	background-position: left bottom;
}
.pagination_box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBD1;
}
.pagination_box .prev {
	display: inline-block;
}
.pagination_box .prev a {
	line-height: 28px;
	color: #FFFFFF;
	background-color: #FFF;
	display: inline-block;
	height: 28px;
	width: 28px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid #CBCBD1;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pagination_box .page {
	display: inline-block;
}
.pagination_box .page-active {
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	color: #303046;
	background-color: #FFF;
	height: 28px;
	width: 28px;
	border: 1px solid #303049;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.pagination_box .page a {
	line-height: 28px;
	color: #303046;
	background-color: #FFF;
	display: block;
	height: 28px;
	width: 28px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid #CBCBD1;
	margin-right: 5px;
	margin-left: 5px;
}
.pagination_box .next {
	display: inline-block;
}
.pagination_box .next a {
	line-height: 28px;
	color: #FFFFFF;
	background-color: #FFF;
	display: inline-block;
	height: 28px;
	width: 28px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid #CBCBD1;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pagination_box a:hover {
	border: 1px solid #303049;
}
.iframe {
	background-color: #FFFFFF;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0 0 20px #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	height: 640px;
	position: absolute;
	top: 210px;
	left: 0%;
	right: 0%;
	z-index: 999999;
}

.iframe .info-prod {
	text-align: left;
	background-color: #EAEAED;
	border-bottom-right-radius: 3px;
	height: 25px;
	width: 925px;
	margin-top: 1px;
	margin-left: 1px;
	padding: 7px;
}
.iframe .info-prod .icon {
	float: left;
	margin-right: 10px;
}
.iframe .info-prod .title {
	float: left;
}
.iframe .info-prod .title h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #9797A4;
}

.iframe .close {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.iframe .close a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #303048;
	text-decoration: none;
	background-color: #CBCBD1;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
}
.iframe .close a:hover {
	color: #FFF;
	background-color: #303049;
}
.shadow {
	background-image: url(../img/transp.png);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.form {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.form .filed {
	text-align: left;
	margin-bottom: 20px;
}
.form .filed p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
.form .filed .input {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 413px;
}
.form .filed .input.bitShort {
	width: 392px;
}
.form .filed .input-long {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 867px;
}
.form .filed .input-long.bitShort {
	width: 846px;
}
.form .filed .input-short {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 262px;
}

/* 
.form .filed .input-short.bitShort {
	width: 240px;
}
 */
 
 .form .filed .input-short.bitShort{
	width: 223px;
}
 
 .form .filed .input-mini {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 140px;
}
.form .filed .input-semi-long {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 640px;
}
.form .filed .select-short {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	height: 40px;
	width: 262px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.form .filed .select-short.bitShort {
	width: 257px;
}
.form .filed .select-short option {
	padding: 5px;
}
.form .filed .select {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	height: 40px;
	width: 414px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.form .field_group .destacado {
	float: left;
}
.form .filed .left {
	margin-left: 3px;
	margin-right: 3px;
	height: 40px;
}
.form .filed .left strong {
	line-height: 40px;
}
.form .filed .left input {
	background-color: #ffffff;
	border: 1px solid #9797a4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: auto;
}

.destacado .name_dest {
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.destacado .photo {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
}
.destacado .photo .image_container {
	margin-right: auto;
	margin-left: auto;
}

.form .destacado h2 {
	text-align: left;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
.form .destacado h3 {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797a4;
}
/* Hecho por imaginae */
h6.error_msg {
	background-image: url(../img/arrow_error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 12px;
	color: #C00;
	font-weight: normal;
}

/*Hecho por imaginae */
h5.error_msg{
	background-image: url(../img/arrow_error.png) !important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	padding-left: 12px!important;
	font-size: 14px!important;
	color: #C00!important;
	font-weight: normal!important;
}

/* Hecho por imaginae */
.error_msn {
	font-size: 14px;
	color: #C00;
	background-color: #FFEAEA;
	text-align: left;
	border: 1px solid #C00;
	border-radius: 3px;
	background-image: url(../img/ico_error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 10px 40px;
}
.ok_msn {
	font-size: 14px;
	color: #009900;
	background-color: #DFFFDF;
	text-align: left;
	border: 1px solid #00CC00;
	border-radius: 3px;
	background-image: url(../img/yes.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 10px 40px;
}


.field_error {
	border-top-color: #C00!important;
	border-right-color: #C00!important;
	border-bottom-color: #C00!important;
	border-left-color: #C00!important;
	background-color: #FFEAEA!important;
}


.form .filed .select option {
	padding: 5px;
}
.form .destacado {
	background-color: #F4F4F6;
	padding-top: 20px;
	padding-left: 20px;
	border: 1px solid #9797a4;
	border-radius: 3px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.form .destacado2 {
	background-color: #F4F4F6;
	padding-top: 20px;
	padding-left: 20px;
	border: 1px solid #9797a4;
	border-radius: 3px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.form .destacado2 h2 {
	text-align: left;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
.form .destacado2 .field_group .filed {
	float: left;
	margin-right: 0px;
	width: 50%;
}
.form .filed .textarea {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form .filed .textarea-long {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	width: 844px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form .filed .button {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	cursor: pointer;
}
.form .filed .button:hover {
	background-color: #00A6D6;
	color: #FFF;
}

.filed h5 {
	background-image: url(../img/thick.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #009900;
	font-size: 14px;
	font-weight: normal;
	padding-left: 12px;
}

.form .field_group .filed {
	float: left;
	margin-right: 40px;
}
.form .filed .input-calendar-short {
	background-color: #FFFFFF;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 240px;
	/*background-image: url(../img/ico_calendar.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	border-left-color: #9797A4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9797A4;
	border-right-color: #9797A4;
	border-bottom-color: #9797A4;
}

.form .filed .input-calendar {
	background-color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	border-color: #9797a4;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 392px;
}

.form .filed .ko {
	border-top-color: #C00!important;
	border-right-color: #C00!important;
	border-bottom-color: #C00!important;
	border-left-color: #C00!important;
	background-color: #FFEAEA!important;
}

.asociacion_box {
	width: 866px;
	margin-bottom: 20px;
}
.asociacion_box .list-box {
	float: left;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.asociacion_box .list-box .list {
	background-color: #FFFFFF;
	width: 386px;
	border: 1px solid #9797A4;
	border-radius: 3px;
	padding: 10px;
	font-weight: normal;
	height: 160px;
	overflow: auto;
}

.asociacion_box .list-box .list .option{
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
	color: #666;
	display: block;
	font-size: 11px; 
	padding-left: 5px;
	font-family: "open Sans",sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 5px;
}
.asociacion_box .list-box .list .option:checked{
	background: linear-gradient(#00a6d6, #00a6d6);
	padding-bottom: 5px;
	padding-top: 5px;
}

.asociacion_box .list-box .list.error {
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	background-color: #FFEAEA;
}
.asociacion_box .list-box .list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.asociacion_box .list-box .list ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.asociacion_box .list-box .list ul li a {
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 5px;
}
.asociacion_box .list-box .list ul li a:hover {
	background-color: #CCC;
	color: #333;
}
.asociacion_box .list-box .list ul li a img {
	float: right;
	margin-top: -23px;
	margin-right: 2px;
}
.asociacion_box .list-box .list ul li a img:hover {
	border: 1px dashed #F60;
	padding: 1px;
	background-color: #CCC;
}
.asociacion_box .list-box .list ul li .selected {
	color: #FFF;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 5px;
	background-color: #00A6D6;
}

.asociacion_box .list-box .arrow {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
table .ico {
	float: left;
}
.user_search {
	background-color: #FFF;
	width: 800px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #666;
	padding-bottom: 40px;
	position: absolute;
	z-index: 999999999;
	left: 0%;
	right: 0%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.user_search.topAuto {
	margin-top: auto;
	padding-bottom: 20px;
}
.user_search .prod_table 
{
}
.user_search .prod_table table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.user_search .prod_table table tr .first {
	border-left-style: none;
}
.user_search .prod_table table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
.user_search .prod_table table tr th a.ordered {
	background-image: url(../img/mini_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.user_search .prod_table table tr th a.ordered.down {
	background-image: url(../img/mini_arrow-down.png);
}
.user_search .prod_table table tr th a.ordered.up {
	background-image: url(../img/mini_arrow-up.png);
}
.user_search .prod_table table .select {
	color: #FFFFFF;
	background-color: #00A6D6;
	text-align: left;
}
.user_search .prod_table table .row1 {
	color: #646477;
	background-color: #FFF;
	text-align: left;
}
.user_search .prod_table table .row1:hover {
	color: #646477;
	background-color: #EAEAED;
}
.user_search .prod_table table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.user_search .prod_table table .first {
	border-left-style: none;
}
.user_search .prod_table table td .center {
	text-align: center;
}
.user_search .prod_table table .orange {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.user_search .prod_table table .red {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
.user_search .prod_table table td .ico img {
	float: left;
}
.user_search .prod_table table td .name {
	float: left;
	margin-left: 5px;
	padding-top: 5px;
}
.user_search .prod_table table .row2 {
	color: #646477;
	background-color: #F4F4F6;
	text-align: left;
}
.user_search .prod_table table .row2:hover {
	color: #646477;
	background-color: #EAEAED;
}
.user_search .prod_table table a {
	display: block;
}
.user_searcht .back_box {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.user_search .back_box .button {
	float: left;
}
.user_search .back_box .button a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	background-color: #CBCBD1;
	background-image: url(../img/arrows_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-right: 10px;
	padding-left: 50px;
	border-radius: 3px;
	text-decoration: none;
	display: block;
}
.user_search .back_box .button a:hover {
	background-position: left bottom;
	box-shadow: 2px 2px 4px #CCC;
}
.user_search .back_box .title {
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin-left: 20px;
}
.user_search .button a {
	float: right;
}
.user_search .button_box .button {
	margin-right: 20px;
	padding-top: 20px;
}
.user_search .close {
	position: absolute;
	margin-top: 10px;
	margin-left: 760px;
}
.user_search .close a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #303048;
	text-decoration: none;
	background-color: #CBCBD1;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
}
.user_search .close a:hover {
	color: #FFF;
	background-color: #303049;
}
.dashboard_prod {
	padding-top: 10px;
	padding-left: 20px;
}

.dashboard_prod .prod_box {
	float: left;
	height: 380px;
	width: 270px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	border: 1px solid #CBCBD1;
	cursor: pointer;
}

.dashboard_prod .prod_box:hover {
	border-top-color: #0095C0;
	border-right-color: #0095C0;
	border-bottom-color: #0095C0;
	border-left-color: #0095C0;
	color: #000;
	box-shadow: 4px 4px 8px #CBCBD1;
	cursor: pointer;
}
.dashboard_prod .prod_box .ico {
	padding-top: 20px;
	padding-bottom: 75px;
}
.dashboard_prod .prod_box .info {
	text-align: left;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBCBD1;
}
.dashboard_prod .prod_box .state {
	position: absolute;
	right: 10px;
	top: 160px;
}
.dashboard_prod .prod_box .gen-state {
	position: absolute;
	right: 40px;
	top: 162px;
}
.dashboard_prod.prod_box .name {
}
.dashboard_prod .prod_box .name span {
	font-size: 20px;
	text-decoration: none;
	width: 268px;
	padding-top: 80px;
	display: block;
	position: absolute;
	color: #303048;
}
.dashboard_prod .prod_box .name span:hover {
	
}

.main_box .main_cont .tabs2_box {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-left: -40px;
}
.main_box .main_cont .tabs2_box .tab2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -1px;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
	box-shadow: 2px -2px 8px #CCC;
}
.main_box .main_cont .tabs2_box .tab2 a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}
.main_box .main_cont .tabs2_box .tab2 .active {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main_box .main_cont .tabs2_box .tab2 a:hover {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.form .code_box	{
	background-color: #FAEA8D;
	border: 2px dashed #F6D518;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.form .code_box p {
	font-size: 14px;
}

.form .code_box h2 {
	font-size: 18px;
	font-weight: bold;
}

.form .send-print .destacado .field_group .button a {
	margin-top: 22px;
	line-height: 40px;
	height: 40px;
	margin-left: -20px;
}

.button-print a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	padding-top: 30px;
	margin-right: 20px;
}

.button-print a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.button-email a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	padding-top: 30px;
	margin-right: 20px;
}

.button-email a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.button-pdf a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	padding-top: 30px;
	margin-right: 20px;
}

.button-pdf a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.button-excel a {
	background-color: #cbcbd1;
	background-image: url("../img/excel_ico.png");
	background-position: center 7px;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-excel a:hover {
	background-color: #00a6d6;
	box-shadow: 2px 2px 4px #ccc;
	color: #fff;
}

.send-print {
	margin-right: 20px;
}

.button .right {
	float: right;
	margin-right: 40px;
}

.form .filed .non-editable {
	color: #646477;
	background-color: #F4F4F6;
	border-top-color: #EAEAED;
	border-right-color: #EAEAED;
	border-bottom-color: #EAEAED;
	border-left-color: #EAEAED;
}

.dashboard_prod .prod_box .new {
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	color: #303048;
	display: block;
	font-size: 20px;
	height: 178px;
	padding-top: 90px;
	position: absolute;
	text-decoration: none;
	width: 268px;
	background-color: #F4F4F6;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

.newSindicationError{
	background-image : none !important;
	padding-top: 5px !important;
}

.dashboard_prod .prod_box .new h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #CBCBD1;
}

.dashboard_prod .prod_box .new a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
}

.dashboard_prod .prod_box .new a:hover {
	color: #FFF;
	background-color: #00A6D6;
}

.dashboard_prod .prod_box .new p {
	font-size: 14px;
}

.dashboard_prod .prod_box .new .key {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 205px;
	margin-bottom: 20px;
	text-align: center;
}

.popup_new_prod .new .dropdown {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 225px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.popup_new_prod .new .terms {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.popup_new_prod .new .terms a {
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	background-color: transparent;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.popup_new_prod .new .terms a:hover {
	color: #00A6D6;
}


/***********************************ESTILS LOGIN*********************/

.login_access {
	padding: 40px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 50px;
	border: 1px solid #CCC;
	margin-top: 50px;
	box-shadow: 4px 4px 16px #CCCCCC;
}
.login_access .intro {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.login_access .intro h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.header-seperator {
	background-color: #CBCBD1;
	height: 1px;
	width: 100%;
}
.login_access .icon {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.login_access .btn-login {
	float: right;
}
.login_access #fields p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.login_access #fields .textfield {
	font-size: 14px;
	color: #00A6D6;
	padding: 10px;
	border: 1px solid #CCC;
	width: 300px;
	background-color: #eee;
}
.login_access .button_save {
	padding-top: 20px;
}

.login_access form .remember_pw {
	padding-top: 5px;
	color: #646477;
}

.button_save {
	float: right;
}
.button_save a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	border-radius:3px;
	background-color: #303049;
	text-transform: uppercase;
}
.button_save a:hover {
	background-color: #00A6D6;
}


.imaginae-overlay, .imaginae-overlay > div {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.imaginae-overlay > div {
	background-color: #AAAAAA;
}

/* Para que el overlay se situe correctamente */
#searchResult {
	position: relative;
}
/* .error {
	background-image: url("../img/bkg_error.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-right: 5px;
	padding: 9px 3px 3px;
	position: relative;
} */
/* ESTILOS para la pantalla de OK */
.form .msg_ok {
	background-image: url("../img/ico_ok.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-top: 150px;
}

.form .msg_ok p {
	font-size: 16px;
	margin-bottom: 10px;
}

.form .msg_ok .button a {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 200px;
}

/* ESTILOS POPUP DE PRODUCTOS */
.popup_new_prod {
	background-color: #FFFFFF;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0 0 20px #666666;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	width: 340px;
	z-index: 999999999;
}

.popup_new_prod .close {
	margin-left: 300px;
	margin-top: 10px;
	position: absolute;
}

.popup_new_prod .close a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303048;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
}

.popup_new_prod .close a:hover {
	color: #FFF;
	background-color: #303049;
}

.popup_new_prod .new {
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	color: #303048;
	display: block;
	font-size: 20px;
	padding-top: 90px;
	text-decoration: none;
	width: 268px;
	background-color: #F4F4F6;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.popup_new_prod .new .tipe {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 40px;
	width: 225px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.popup_new_prod .new h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #CBCBD1;
}

.popup_new_prod .new a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/* .popup_new_prod .new a:hover {
	color: #FFF;
	background-color: #00A6D6;
} */

.popup_new_prod .new p {
	font-size: 14px;
}

.popup_new_prod .new .key {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 205px;
	margin-bottom: 20px;
	text-align: center;
}
.popup_new_prod .new .serial_box3 {
	margin-left: 18px;
}
.popup_new_prod .new .serial_box3 .left {
	margin-right: 3px;
	margin-left: 3px;
}
.popup_new_prod .new .serial_box3 .left strong {
	line-height: 40px;
}
.popup_new_prod .new .serial_box3 .input {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.main_box .main_cont .content .back_box .just_right .button .add {
	background-image: url(../img/button_add.png);
}

.dashboard_prod .list-grid {
	margin-right: 30px;
	margin-bottom: 10px;
}

.dashboard_prod .list-grid .text {
	float: right;
	font-size: 16px;
	color: #9797A4;
	margin-right: 10px;
}

.dashboard_prod .list-grid .icon-list-grid {
	float: right;
	margin-right: 10px;
}

.popup_new_prod .new .prod_box .info p {
	font-size: 12px;
}

.popup_new_prod .new .prod_box .name {
	margin-bottom: 5px;
}

.popup_new_prod .new .prod_box .ico {
	margin-bottom: 10px;
}

.popup_new_prod .new .prod_box .info {
	margin-bottom: 10px;
}

.popup_new_prod .new .error {
	background-color: #FFEAEA;
	background-image: url("../img/ico_error.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #CC0000;
	border-radius: 3px;
	color: #CC0000;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 20px;
}

.popup_new_prod .new .ok {
	background-color: #DFFFDF;
	background-image: url(../img/yes.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #00CC00;
	border-radius: 3px;
	color: #009900;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 20px;
}

/* NUEVOS LITERALES DE LA PANTALLA DE LOGIN*/
.login_access .register {
	padding-top: 10px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAED;
}
.login_access .register h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.login_access .register h2 a {
	display: inline-block;
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #646477;
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.login_access .register h2 a:hover {
	background-color: #00A6D6;
	color: #FFF;
}

/*ESTILO DEL MENSAJE DE MAIL ENVIADO*/
.button-email-send {
	background-color: #EAEAED;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/email_ok.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	padding-top: 30px;
	margin-right: 20px;
	border: 2px dashed #CBCBD1;
}
.error {
	background-color: #FFEAEA;
	background-image: url("../img/ico_error.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #CC0000 !important;
	border-radius: 3px;
	color: #CC0000;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 20px;
}

.loading {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.form .survey_box {
	background-color: #EAEAED;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	margin-right: 40px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.form .survey_box .title_survey {
	margin-bottom: 10px;
	background-color: #CBCBD1;
	padding: 10px;
	border-radius: 3px;
	margin-top: 20px;
}
.form .survey_box .title_survey h3 {
	font-size: 14px;
	font-weight: normal;
}
.form .survey_box .title_survey h2 {
	font-size: 16px;
	font-weight: bold;
}
.form .filed .radiobutton {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 20px;
}
.form .filed .radiobutton .filed p {
	font-style: italic;
	font-weight: normal;
}
.form .filed .radiobutton .filed {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
	padding-left: 20px;
	border-bottom-width: 0px;
}
.form .survey_box .filed .radiobutton .filed {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
.content .form .survey_box .filed {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin-bottom: 10px;
}
.form .filed h4 {
	font-weight: normal;
	background-color: #F4F4F6;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
	border: 2px dashed #CBCBD1;
	color: #646477;
}
.form .filed h4.erros_msg.serialKO {
	max-width: 210px;
}
.form .filed p em {
	font-style: italic;
	font-weight: normal;
}

.left {
	text-align: left;
}
.instaler_box {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EAEAED;
	background-image: url(../img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
}

.user_install_box {
	width: 268px;
	margin-right: auto;
	margin-left: auto;
}
.user_install_box .prod_box {
	border: 1px solid #cbcbd1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #f2f2f2;
	color: #303048;
	font-size: 20px;
	text-decoration: none;
	width: 268px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 20px;
	background-color: #F4F4F6;
}
.user_install_box .prod_box .icon {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.user_install_box .prod_box .name {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcbd1;
	padding-right: 20px;
	padding-left: 20px;
}
.user_install_box .prod_box .info {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.user_install_box .prod_box .info p {
	font-size: 14px;
}
.content .user_install_box .button .right {
	margin-right: 0px;
}
.prod_table table td ul {
	list-style-image: url(../img/mico_arrow.png);
}
.translation {
	margin-left: 10px;
}
.translation .language {
	font-size: 11px;
	line-height: 20px;
	color: #646477;
	text-decoration: none;
	background-color: #F4F4F6;
	display: block;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	margin-right: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
.translation .language:hover {
	color: #FFF;
	background-color: #00A6D6;
}
.translation .language_active {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9797a4;
	display: block;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9797a4;
	border-right-color: #9797a4;
	border-left-color: #9797a4;
	margin-right: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
.recaptchatable {
	border: 1px solid #dfdfdf !important;
	line-height: 1em;
	padding: 10px;
	border-radius: 3px;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	border: 0 none !important;
	border-collapse: collapse !important;
	margin: 0 !important;
	vertical-align: middle !important;
	padding: 0px;
	border-radius: 3px;
}
.recaptchatable * {
	bottom: auto;
	color: black;
	left: auto;
	margin: 0;
	position: static;
	right: auto;
	top: auto;
	background-color: #f4f4f6;
	border-radius: 3px;
}
.recaptchatable .recaptcha_image_cell center {
	height: 57px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.recaptchatable #recaptcha_image {
	border: 1px solid #dfdfdf !important;
	margin: auto;
	position: relative;
}
.recaptchatable a, .recaptchatable a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 none !important;
	color: blue;
	cursor: pointer;
	font-weight: normal;
	outline: medium none;
	padding: 0px !important;
	text-decoration: none;
	margin: 0px;
}
.recaptchatable a img {
	border: 0 none;
}
.recaptcha_is_showing_audio .recaptcha_only_if_image, .recaptcha_isnot_showing_audio .recaptcha_only_if_audio, .recaptcha_had_incorrect_sol .recaptcha_only_if_no_incorrect_sol, .recaptcha_nothad_incorrect_sol .recaptcha_only_if_incorrect_sol {
	display: none !important;
}
.recaptchatable td img {
	display: block;
	margin: 0px;
	padding: 0px;
}
.recaptcha_input_area {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	position: relative !important;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.recaptchatable #recaptcha_response_field {
	font-size: 11pt;
	font-family: "open Sans", sans-serif;
	background-color: #FFF;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.recaptcha_only_if_privacy {
	float: right;
	margin-right: 7px;
	text-align: right;
}
.b_disactivate a {
	background-color: #fff;
	border: 1px solid #c00;
	border-radius: 3px;
	color: #c00;
	display: block;
	font-size: 11px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	width: 70px;
}
.b_disactivate a:hover {
	background-color: #C00;
	color: #FFF;
}
.statistics {
	position: relative;
}
.button .right_statics {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.main_box .main_cont .content .prod_table table .row_add {
	background-color: #00CC00;
	color: #FFFFFF;
	text-align: left;
}
.back_box .subtitle {
	text-align: left;
	margin-left: 20px;
}
.dashboard_prod .prod_box_statics {
	float: left;
	height: 242px;
	margin-bottom: 17px;
	margin-left: 14px;
	margin-right: 14px;
	position: relative;
	text-align: center;
	width: 148px;
}
.dashboard_prod .prod_box_statics .ico {
	padding-top: 20px;
	padding-bottom: 45px;
}
.dashboard_prod .prod_box_statics .info {
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBCBD1;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.dashboard_prod .prod_box_statics .state {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.dashboard_prod .prod_box_statics .name {
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	color: #303048;
	display: block;
	font-size: 14px;
	height: 200px;
	padding-top: 50px;
	position: absolute;
	text-decoration: none;
	width: 146px;
}
.dashboard_prod .prod_box_statics .map_lines_box {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cbcbd1;
	padding-top: 5px;
}
.dashboard_prod .prod_box_statics .map_lines_box .line {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.dashboard_prod .prod_box_statics .map_lines_box .line .ico_line {
	float: left;
	padding-top: 7px;
	margin-right: 5px;
}
.dashboard_prod .prod_box_statics .map_lines_box .line .text_line {
	float: left;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	width: 112px;
}


.b_select {
	text-align: center;
	width: 100%;
}
.b_select a {
	line-height: 20px;
	color: #00A6D6;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #00A6D6;
	background-color: #FFF;
	text-transform: uppercase;
}
.b_select a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.b_selected {
	text-align: center;
	width: 100%;
}
.b_selected a {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #00CC00;
	background-color: #0C0;
	text-transform: uppercase;
}
.b_selected a.hover {
	background-color: #CC0000;
	color: #FFF;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.b_unselected {
	text-align: center;
	width: 100%;
}
.b_unselected a {
	line-height: 20px;
	color: #C00;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	border: 1px solid #C00;
	background-color: #FFF;
}
.b_unselected a.hover {
	background-color: #00A6D6;
	color: #FFF;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
}

.google_map {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 450px;
}
#formInstallation #dataInstallation #result p .mark {
	font-size: 12px;
	line-height: 15px;
	background-image: url(../img/map_point.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #303049;
	text-decoration: none;
	display: block;
}
#formInstallation #dataInstallation #result {
	margin-bottom: 40px;
	margin-left: 20px;
	float: left;
	width: 400px;
	margin-top: 20px;
}

.photo {
	background-color: #eaeaed;
	border-radius: 3px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	width: 228px;
}

.b_photo {
	padding-top: 5px;
}

.b_photo a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.b_photo a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.cookies_box {
	background-image: url(../img/bkg_transp_cookies.png);
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 5px #000;
}
.cookies_box .cookies_text {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.cookies_box .cookies_text a {
	font-weight: bold;
	color: #FFF;
}

.cookies_box .button {
	float: none;
	margin-top: 10px;
	margin-left: auto;
	text-align: center;
}
.cookies_box .button a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.cookies_box .button a:hover {
	background-color: #00a6d6;
	box-shadow: 0px 0px 0px 0px;
	color: #FFF;
}

.dashboard_prod .prod_box .b_instal {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.dashboard_prod .prod_box .b_instal a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.dashboard_prod .prod_box .b_instal a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.prod_table .b_instal {
	left: 10px;
	bottom: 10px;
}
.prod_table .b_instal a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.prod_table .b_instal a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}

.search_area .button_download a {
	background-image: url("../img/ico_download.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 165px;
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	text-decoration: none;
	text-transform: uppercase
}
.search_area .button_download a:hover {
	background-position: left bottom;
}

.views_box {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.views_box .view {
	float: right;
	position: relative;
}
.views_box .view .button_left {
	float: left;
}
.views_box .view .button_left a {
	background-color: #cbcbd1;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.views_box .view .button_left a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.views_box .view .button_left .active {
	background-color: #303049;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.views_box .view .button_right {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.views_box .view .button_right a {
	background-color: #cbcbd1;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.views_box .view .button_right a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.views_box .view .button_right .active {
	background-color: #303049;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.globus {
	font-size:11px;
	width: auto;
}
.globus table tr {
	font-size:11px;
}
.globus table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding : 10px 10px 10px 10px;
}
.globus table tr .first {
	border-left-style: none;
}
.globus table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
.globus table tr th a.ordered {
	background-repeat: no-repeat;
	background-position: right center;
}
.globus table tr th a.ordered.down {
	background-image: url(../img/mini_arrow-down.png);
}
.globus table tr th a.ordered.up {
	background-image: url(../img/mini_arrow-up.png);
}
.globus table .row1 {
	color: #646477;
	background-color: #FFF;
	text-align: left;
}
.globus table .row1:hover {
	color: #646477;
	background-color: #EAEAED;
}
.globus table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding : 10px 10px 10px 10px;
}
.globus table .first {
	border-left-style: none;
}
.globus table td .center {
	text-align: center;
}
.globus table .orange {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.globus table .red {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
.globus table td .ico img {
	float: left;
}
.globus table td .name {
	float: left;
	margin-left: 5px;
	padding-top: 5px;
}
.globus table .row2 {
	color: #646477;
	background-color: #F4F4F6;
	text-align: left;
}
.globus table .row2:hover {
	color: #646477;
	background-color: #EAEAED;
}
.globus table a {
	display: block;
}
.globus table td .icon {
	text-align: center;
}
.calendar .ui-widget-header {
	border: 1px solid #EAEAED;
	color: #303049;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #EAEAED;
	background-image: none;
}
.calendar .ui-state-default {
	border: 1px solid #F4F4F6;
	color: #00A6D6;
	font-weight: normal;
	background-color: #F4F4F6;
	background-image: none;
}
.calendar .ui-state-default:hover {
	border: 1px solid #00A6D6;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #00A6D6;
	background-image: none;
}
.calendar .ui-widget-content {
	color: #303049;
}

.main_box .main_cont .content .prod_table .semafor td {
	border-left-style: none;
	padding: 2px;
	width: 70px;
}

.search_area .field .delete {
	position: absolute;
	top: 8px;
	right: 5px;
}

#conditionLinks .condition {
	padding: 5px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-right: 20px;
	background-color: #FFF;
}

#conditionLinks .condition a, 
a.link {
	color: #00A6D6;
	text-decoration: none;
	margin-left: 5px;
}

#conditionLinks .condition a:hover, 
a.link:hover {
	text-decoration: underline;
}

.notChangeStatus a {
	cursor: default;
}

strong.asterisk_obligatorio {
	color: #C00;
}
.campo_obligatorio {
	font-weight: normal;
	color: #646477;
	text-align: left;
	padding-bottom: 10px;
	font-style: italic;
}
.campo_obligatorio strong {
	font-style: normal;
	font-weight: bold;
	color: #F00;
}

.b_download_l a {
	background-color: #fff;
	border: 1px solid #303049;
	border-radius: 3px;
	color: #303049;
	display: block;
	font-size: 10px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	width: 70px;
	background-image: url(../img/ico_download_l.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 22px;
	text-transform: uppercase;
}

.b_download_l a:hover {
	background-color: #303049;
	border-radius: 3px;
	color: #FFFFFF;
	background-position: 5px bottom;
}
.problem_msg_box {
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF;
	background-image: url(../img/ico_ko.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	text-align: center;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 300px;
	border: 1px dashed #F4EA26;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-radius: 5px;
}
.alert_msg {
	background-color: #FFF0B7;
	text-align: left;
	padding: 10px;
	border: 1px solid #FC0;
	border-radius: 3px;
	margin-top: 20px;
	margin-right: 40px;
}
.main_box .main_cont .content .dashboard .prod_table table tr th {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.main_box .main_cont .content .dashboard .prod_table table td {
	padding: 5px;
}
.prod_table .b_unsubscribe {

}
.prod_table .b_unsubscribe a {
	border-radius: 3px;
	color: #CC0000;
	display: block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #C00;
}
.prod_table .b_unsubscribe a:hover {
	color: #FFF;
	background-color: #CC0000;
	box-shadow: 2px 2px 4px #CCC;
}
.margin-top {
    padding-top: 5px;
}
.prod_table .b_draft {
	text-align: center;
	width: 100%;
}
.prod_table .b_draft a {
	color: #F90;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	border: 1px solid #F90;
	background-color: #FFF;
	text-transform: uppercase;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.prod_table .b_draft a:hover {
	background-color: #F90;
	color: #FFF;
}

.dashboard_prod .prod_box .b_unsubscribe {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.dashboard_prod .prod_box .b_unsubscribe a {
	border-radius: 3px;
	color: #CC0000;
	display: block;
	font-size: 10px;
	height: 28px;
	line-height: 28px;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #C00;
}
.dashboard_prod .prod_box .b_unsubscribe a:hover {
	color: #FFF;
	background-color: #CC0000;
	box-shadow: 2px 2px 4px #CCC;
}
.dashboard_prod .prod_box .info h3 {
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	color: #646477;
	line-height: 18px;
}
.prod_table .name_unic {
	padding-left: 30px;
	line-height: 14px;
	white-space: normal;
}
.prod_box .name_unic {
	font-size: 20px;
	line-height: 22px;
	height: 60px;
}
.dashboard_prod .delete_prod_cont {
	padding-top: 20px;
}
.dashboard_prod .delete_prod_cont .prod_box {
	float: left;
	height: 300px;
	width: 270px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
}
.dashboard_prod .delete_prod_cont .prod_box .name {
	font-size: 14px;
	color: #646477;
	text-decoration: none;
	height: 218px;
	width: 268px;
	padding-top: 80px;
	border: 1px solid #CBCBD1;
	display: block;
	position: absolute;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
}
.dashboard_prod .prod_box .connectbox_icon {
	text-align: left;
	margin-top: 80px;
}

.delete_prod_cont .text_delete_prod {
	float: left;
	text-align: left;
	width: 560px;
	margin-left: 20px;
	padding-top: 40px;
}
.delete_prod_cont .text_delete_prod h2 {
	font-size: 24px;
	font-weight: normal;
}

.text_delete_prod .buttons_box {
	padding-top: 20px;
}

.right{
	float: right;
}
.left{
	float: left;
}
.notifiactions {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 20px;
}
.notifiactions tr td {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9797a4;
	padding-top: 10px;
}
.notifiactions tr td .select {
	background-color: #fff;
	border: 1px solid #9797a4;
	border-radius: 3px;
	font-family: "open Sans", sans-serif;
	font-size: 11px;
	padding: 2px;
}
.notifiactions tr td .active {
	background-image: url(../img/yes.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.notifiactions tr td .no-active {
	background-image: url(../img/no.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.destacado .button .add {
	background-image: url(../img/button_add.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-bottom: 20px;
}
.destacado .button .add:hover {
	background-color: #CBCBD1;
	background-position: left bottom;
	color: #303049;
}
.form .destacado .email_check {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

.main_box .main_cont .content .dashboard .prod_table .connectbox {
}

.main_box .main_cont .content .dashboard .prod_table .connectbox tr td {
	border-left-style: none;
	padding: 2px;
}
.left_col {
	float: left;
	margin-bottom: 17px;
	margin-left: 10px;
	margin-right: 17px;
	width: 217px;
}
.right_col {
	float: left;
	width: 978px;
}
.button_view a {
	background-color: #cbcbd1;
	background-image: url(../img/arrows_fw.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none;
	text-transform: uppercase;
}
.button_view a:hover {
	box-shadow: 2px 2px 4px #CCC;
	background-position: right bottom;
}
.back_box .button_view {
	margin-right: 10px;
}
.mykpi_popup {
	background-color: #fff;
	border: 1px solid #cbcbd1;
	border-radius: 3px;
	box-shadow: 0 0 20px #666;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	width: 800px;
	z-index: 999999999;
}
.mykpi_popup .close {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-left: 760px;
}
.mykpi_popup .close a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303048;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
}
.mykpi_popup .close a:hover {
	color: #FFF;
	background-color: #303049;
}
.mykpi_popup .intro {
	text-align: left;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.mykpi_popup .intro p {
	color: #646477;
	margin-bottom: 10px;
}
.mykpi_popup .intro ul {
	color: #646477;
	margin-left: 50px;
	margin-bottom: 10px;
}
.mykpi_popup .back_box {
	border-bottom: 1px solid #cbcbd1;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.mykpi_popup .back_box .title {
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin-left: 20px;
}
.mykpi_popup .prod_table {
}
.mykpi_popup .search_area .button a {
	float: right;
	margin-right: 0px;
}
.mykpi_popup .prod_table table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.mykpi_popup .prod_table table tr .first {
	border-left-style: none;
}
.mykpi_popup .prod_table table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
.mykpi_popup .prod_table table tr th a.ordered {
	background-image: url(../img/mini_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mykpi_popup .prod_table table tr th a.ordered.down {
	background-image: url(../img/mini_arrow-down.png);
}
.mykpi_popup .prod_table table tr th a.ordered.up {
	background-image: url(../img/mini_arrow-up.png);
}
.mykpi_popup .prod_table table .select {
	color: #FFFFFF;
	background-color: #00A6D6;
	text-align: left;
}
.mykpi_popup .prod_table table .row1 {
	color: #646477;
	background-color: #FFF;
	text-align: left;
}
.mykpi_popup .prod_table table .row1:hover {
	color: #646477;
	background-color: #EAEAED;
}
.mykpi_popup .prod_table table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.mykpi_popup .prod_table table .first {
	border-left-style: none;
}
.mykpi_popup .prod_table table td .center {
	text-align: center;
}
.mykpi_popup .prod_table table .row2 {
	color: #646477;
	background-color: #F4F4F6;
	text-align: left;
}
.mykpi_popup .prod_table table .row2:hover {
	color: #646477;
	background-color: #EAEAED;
}
.mykpi_popup .prod_table table a {
	display: block;
}
.mykpi_popup .button a {
	float: right;
	margin-right: 40px;
}
.mykpi_popup .back_box .just_right .button .add {
	background-image: url("../img/button_add.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-right: 10px;
}
.mykpi_popup .back_box .just_right .button .add:hover {
	color: #303048;
	background-color: #cbcbd1;
	background-position: left bottom;
}
.mykpi_popup .form .filed .input {
	width: 690px;
}
.mykpi_popup .back_box .button_back a {
	background-color: #cbcbd1;
	background-image: url("../img/arrows_back.png");
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.mykpi_popup .back_box .button_back a:hover {
	background-position: left bottom;
	box-shadow: 2px 2px 4px #CCC;
}
.mykpi_popup .destacado h3 {
	color: #646477;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	line-height: 16px;
}

.alert_msg_gen {
	background-image: url(../img/bkg_alert_msg.png);
	text-align: center;
	padding: 40px;
	height: 110px;
	width: 420px;
	border-radius: 3px;
	position:fixed;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	right: 0;
	z-index: 999999999;
}

.alert_msg_gen p {
	font-size: 14px;
}
.alert_msg_gen .button {
	margin-top: 20px;
} 
.alert_msg_gen .button a {
	background-color: #303047;
	color: #FFFFFF;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.alert_msg_gen .button a:hover {
	background-color: #00A6D6;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px;
}
.alert_msg_sandwich {
	background-image: url(../img/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 20px;
}
.alert_msg_sandwich .cont {
	background-color: #F6D518;
	text-align: left;
	padding: 20px;
	width: 140px;
	position: relative;
	border-radius: 3px;
}
.alert_msg_sandwich .cont .close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.alert_msg_sandwich .cont .close a {
	font-size: 11px;
	color: #303047;
	text-decoration: none;
	line-height: 11px;
	height: 11px;
	width: 11px;
}
.alert_msg_sandwich .cont .close a:hover {
	color: #00A6D6;
}
.error_msg_box {
	background-image: url(../img/error.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 220px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.error_msg_box h2 {
	font-size: 24px;
}
.error_msg_box p {
	font-size: 14px;
}
.dashboard_prod_alarm {
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: -20px;
	background-color: #f4f4f6;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcbd1;
}
.dashboard_prod_alarm .prod_box_statics {
	float: left;
	height: 165px;
	margin-bottom: 12px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	width: 118px;
	background-color: #FFF;
}
.dashboard_prod_alarm .prod_box_statics .name {
	border: 1px solid #cbcbd1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #f2f2f2;
	color: #303048;
	display: block;
	font-size: 12px;
	height: 115px;
	padding-top: 50px;
	position: absolute;
	text-decoration: none;
	width: 116px;
}
.dashboard_prod_alarm .prod_box_statics .ico {
	padding-bottom: 40px;
	padding-top: 20px;
}
.dashboard_prod_alarm .prod_box_statics .info {
	border-top: 1px dotted #cbcbd1;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.dashboard_prod_alarm .prod_box_statics .info p {
	font-size: 10px;
}.form-subtitle {
	text-align: left;
	margin-bottom: 10px;
}
.form-subtitle h2 {
	font-weight: normal;
}
.seperarrow {
	background-image: url(../img/seperarrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.center_col {
	text-align: center;
	padding-right: 20px;
}
.main_cont .tabs3_box {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin-bottom: 20px;
	padding-left: 20px;
}

.main_cont .tabs3_box .tab3 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -1px;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
	box-shadow: 2px -2px 8px #CCC;
}

.main_cont .tabs3_box .tab3 a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}

.main_cont .tabs3_box .tab3 .active {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main_cont .tabs3_box .tab3 a:hover {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.date_reports {
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	color: #646477;
}

/* Estilos del footer */
.footer_box {
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBD1;
	margin-top: 20px;
	background-color: #9797A4;
}
.footer_box .footer {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	max-width: 1280px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_box .footer a {
	color: #9797A4;
}
.footer_box .footer a:hover {
	color: #303049;
}
.footer_box .footer .button_contact a {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #A6A6B2;
	background-image: url(../img/ico_contact.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
.footer_box .footer .button_contact a:hover {
	background-color: #B6B6BF;
	color: #FFF;
}
.footer_box .footer .contact_box {
	background-color: #a6a6b2;
	height: 340px;
	width: 320px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: absolute;
	top: -400px;
	right: 0px;
	text-align: left;
	z-index: 10;
}
.footer_box .footer .contact_box .close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.footer_box .footer .contact_box .close a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer_box .footer .contact_box .close a:hover {
	color: #A6A6B2;
	background-color: #FFF;
}
.footer_box .footer .contact_box h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footer_box .footer .contact_box textarea {
	background-color: #FFF;
	height: 200px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	font-family: "open Sans", sans-serif;
	color: #9797A4;
}
.footer_box .footer .contact_box .button_send {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.footer_box .footer .contact_box .button_send a {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #303049;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
}
.footer_box .footer .contact_box .button_send a:hover {
	color: #FFF;
	background-color: #00A6D6;
}
.menu2 {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}
.menu2 ul {
	list-style-type: none;
}
.menu2 ul li {
	display: inline-block;
}
.menu2 ul li a {
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #303046;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.menu2 ul li .active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A6D6;
}

.menu2 ul li a:hover {
	color: #00A6D6;
}

.certification {
	background-color: #eaeaed;
}
.certification .title {
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.certification .title h2 {
	font-size: 22px;
	text-transform: uppercase;
}
.certification .prod_box {
	border: 1px solid #cbcbd1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #f2f2f2;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	width: 270px;
	padding: 10px;
	background-color: #FFF;
	height: 410px;
}
.certification .prod_box:hover {
	border-top-color: #0095C0;
	border-right-color: #0095C0;
	border-bottom-color: #0095C0;
	border-left-color: #0095C0;
	box-shadow: 4px 4px 8px #CBCBD1;
}
.certification .prod_box .name {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.certification .prod_box .name h2 {
	font-size: 16px;
}
.certification .prod_box .description {
	text-align: left;
	margin-bottom: 15px;
}
.certification .prod_box .button_access a {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.certification .prod_box .button_access a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.certification .prod_box .nnThing {
	position: absolute;
	right: 10px;
	top: 10px;
}
.certification .left-col {
	float: left;
	width: 25%;
	background-color: #EAEAED;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: left;
	box-sizing: border-box
}
.certification .left-col .menu-lat {
}
.certification .left-col .menu-lat ul {
	list-style-type: none;
}
.certification .left-col .menu-lat ul li a {
	font-size: 14px;
	color: #303047;
	text-decoration: none;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EAEAED;
}
.certification .left-col .menu-lat ul li span {
	font-size: 10px;
	font-weight: normal;
	color: #646477;
	line-height: 28px;
	background-color: #CBCBD1;
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 14px;
	text-align: center;
}
.certification .left-col .menu-lat ul li.active a {
	font-size: 14px;
	color: #00a6d6;
	text-decoration: none;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00a6d6;
	font-weight: bold;
	text-transform: uppercase;
}
.certification .left-col .menu-lat ul li.active a:hover {
	border-left-color: #00a6d6;
}
.certification .left-col .menu-lat ul li.active span {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00A6D6;
}
.certification .left-col .menu-lat ul li a:hover {
	border-left-color: #CBCBD1;
	font-weight: bold;
}
.certification .right-col {
	float: left;
	width: 75%;
	background-color: #FFF;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 10px;
}
.main_box .main_cont .content .back_box .title.big-title {
	font-size: 22px;
}
.prod_box .new {
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	background-color: #00A6D6;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 25px;
	display: block;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
}
.prod_box .sale {
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	background-color: #FF4000;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 25px;
	display: block;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
}
.prod_box .offer {
	font-size: 12px;
	line-height: 50px;
	color: #FFF;
	background-color: #FFBF00;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 25px;
	display: block;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
}
.certification .blue {
	color: #00A6D6;
}
.certification .orange {
	color: #FF4000;
}
.certification .yellow {
	color: #FFBF00;
}
.button_delete a {
	background-color: #CC0000;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}
.button_delete a:hover {
	background-color: #FF0000;
}
.form .filed .button-image {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	color: #303047;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.form .destacado_02 {
	border: 1px solid #f90;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.destacado_02 .name_dest {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.destacado_02 p {
	margin-bottom: 10px;
}
.destacado_02 .button a {
	float: none;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.slide-valores {
	width: 47%;
	margin-right: 1.5%;
	margin-bottom: 40px;
	margin-left: 1.5%;
	padding: 20px;
	margin-top: 20px;
	border-radius: 3px;
	box-shadow: 1px 1px 10px #ddd;
	float: left;
	box-sizing: border-box;
	background-color: #FFF;
}
.slide-valores h2 {
	font-weight: normal !important;
	font-size: 16px !important;
	text-align: center !important;
	margin: 0px !important;
}
.slide-valores h2 strong {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #646477;
}
.slide-valores .check {
	margin-top: 20px;
	text-align: center;
}
.slide-valores .check .demo {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.slide-valores .valor {
	font-size: 26px;
	color: #CCCCCC;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.slide-valores.active .valor {
	color: #00A6D6;
}
.slide-valores .ui-widget {
	font-size: 2em;
}
.slide-valores .ui-widget-content {
	border: 1px solid #EAEAED;
	color: #333333;
	background-attachment: scroll;
	background-color: #EAEAED;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.slide-valores .ui-widget-header {
	border: 1px solid #ccc;
	color: #ccc;
	font-weight: bold;
	background-attachment: scroll;
	background-color: #ccc;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.slide-valores.active .ui-widget-header {
	border: 1px solid #00A6D6;
	background-color: #00A6D6;
}
.slide-valores .ui-state-default,
.slide-valores .ui-widget-content .ui-state-default,
.slide-valores .ui-widget-header .ui-state-default {
	border: 1px solid #999;
	color: #999;
	font-weight: normal;
	background-attachment: scroll;
	background-color: #999;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.slide-valores.active .ui-state-default,
.slide-valores.active .ui-widget-content .ui-state-default,
.slide-valores.active .ui-widget-header .ui-state-default {
	border: 1px solid #303049;
	color: #303049;
	background-color: #303049;
}

.intro {
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.intro h2 {
}
.intro p {
	color: #646477;
	margin-bottom: 10px;
}
.intro ul {
	color: #646477;
	margin-left: 50px;
	margin-bottom: 10px;
}
.slide-valores-general {
	width: 97%;
	margin-right: 1.5%;
	margin-bottom: 40px;
	margin-left: 1.5%;
	padding: 20px;
	margin-top: 20px;
	border-radius: 3px;
	box-shadow: 1px 1px 10px #ddd;
	box-sizing: border-box;
	background-color: #FFF;
}
.slide-valores-general h2 {
	font-weight: normal !important;
	font-size: 24px !important;
	text-align: center !important;
	margin: 0px !important;
}
.slide-valores-general h2 strong {
	color: #646477;
	font-size: 18px;
	font-weight: normal !important;
}
.slide-valores-general p {
	font-size: 14px;
}
.slide-valores-general .valor {
	font-size: 26px;
	color: #FF6600;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
}
.slide-valores-general .ui-widget {
	font-size: 2em;
}
.slide-valores-general .ui-widget-content {
	color: #333333;
	background-attachment: scroll;
	background-color: #FF6600;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaeaed;
	border-right-color: #eaeaed;
	border-bottom-color: #eaeaed;
	border-left-color: #eaeaed;
}
.slide-valores-general .ui-widget-header {
	border: 1px solid #eaeaed;
	color: #333333;
	font-weight: bold;
	background-attachment: scroll;
	background-color: #eaeaed;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.slide-valore-generals .ui-state-default,
.slide-valores-general .ui-widget-content .ui-state-default,
.slide-valores-general .ui-widget-header .ui-state-default {
	border: 1px solid #303049;
	color: #303049;
	font-weight: normal;
	background-attachment: scroll;
	background-color: #303049;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.button-center a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.button-center a:hover {
	color: #FFF;
	background-color: #00A6D6;
	box-shadow: 2px 2px 4px #CCC;
}
.switch-button-label {
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.switch-button-label.off {
	color: #ddd;
}

.switch-button-label.on {
	color: #00a6d6;
}

.switch-button-background {
	float: left;
	position: relative;
	border: 1px solid #ddd;
	margin: 1px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #eaeaed;
}

.switch-button-button {
	position: absolute;
	left: -1px;
	top : -1px;
	border: 1px solid #303049;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #303049;
}

/*******************Estils missatge ok*************/ 
.ok_message {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 4px 4px 16px #cccccc;
	margin: 50px auto 10px;
	padding: 40px;
	text-align: left;
	width:80%;
	max-width: 400px;
	box-sizing: border-box;
}

.ok_message .logo {
	text-align: center;
}

.ok_message .icon {
	text-align: center;
	margin-bottom: 20px;
}

.ok_message .icon img {
	width: 35%;
}

.ok_message .intro {
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}

.ok_message .intro h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ok_message p {
	font-size: 14px;
}

.main_box .main_cont .content .prod_table table .green {
	color: #090;
	font-size: 14px;
	font-weight: bold;
}
.button-csv a {
	background-color: #cbcbd1;
	background-image: url("../img/csv_ico.png");
	background-position: center 7px;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303047;
	display: block;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-csv a:hover {
	background-color: #00a6d6;
	box-shadow: 2px 2px 4px #ccc;
	color: #fff;
}
.notDisplayed {
	display: none;
}
.disabledElement {
	color: #CCC !important;
}

/* nous estils backup */

.button-table {
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: inline-block !important;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 2px 2px 2px #bbb;
}
.button-table:hover {
	color: #FFF;
	background-color: #00A6D6;
}
.button-table span {
	vertical-align: middle;
	padding-top: 8px;
}
.popup_new_connect {
	background-color: #FFFFFF;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0 0 20px #666666;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	width: 340px;
	z-index: 999999999;
}

.popup_new_connect .close {
	margin-left: 300px;
	margin-top: 10px;
	position: absolute;
}

.popup_new_connect .close a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303048;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
}

.popup_new_connect .close a:hover {
	color: #FFF;
	background-color: #303049;
}

.popup_new_connect .new {
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	color: #303048;
	display: block;
	font-size: 20px;
	text-decoration: none;
	width: 268px;
	background-color: #F4F4F6;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.popup_new_connect .new h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #303049;
	margin-top: 20px;
}

.popup_new_connect .new a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.popup_new_connect .new a:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.popup_new_connect .new p {
	font-size: 14px;
	margin-bottom: 10px;
}

.popup_new_connect .new .key {
	background-color: #FFFFFF;
	border: 1px solid #9797A4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 205px;
	margin-bottom: 20px;
	text-align: center;
}
#blueBoxContainer {
 width: 240px;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
}
.popup_new_connect #blueBoxContainer {
	width: 212px;
}
.dashboard .prod_table tr {
	position: relative;
}
.prod_table tr .thinking {
	text-align: center;
}
.prod_table tr .thinking h4 {
	font-size: 14px;
	line-height: 38px;
	color: #00A6D6;
	font-weight: normal;
}
.prod_table tr .thinking h4 img {
	vertical-align: middle;
}
.dashboard .prod_table tr .thinking h5 {
	font-size: 14px;
	line-height: 38px;
	color: #CC0000;
	font-weight: normal;
}
.dashboard .prod_table tr .thinking h5 img {
	vertical-align: middle;
}
.button-table.dishabled {
	background-color: #EAEAED;
	color: #9797A4;
	box-shadow: 0px 0px 0px #bbb;
}
.prod_table tr .CBdown {
	text-align: center;
}
.prod_table tr .CBdown h5, 
.prod_table tr .CBdown .resetViewedStatus {
	color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
	display: inline;
}
.prod_table tr .CBdown h5 img {
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
.main_box .main_cont .content .prod_table table .row1.disabled,
.main_box .main_cont .content .prod_table table .row2.disabled {
	color: #CCC;
}

/**************************************************
*****************switch button**********************
***************************************************/
.tableswitch {
	margin-right: auto;
	margin-left: auto;
	width: 38px;
}

.tableswitch .onoffswitch {
	position: relative;
	width: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.tableswitch .onoffswitch-checkbox {
	display: none;
}

.tableswitch .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}

.tableswitch .onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.tableswitch .onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	font-size: 11px;
	color: white;
	font-family: "open Sans", sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tableswitch .onoffswitch-inner:before {
	content: "";
	padding-left: 15px;
	background-color: #009900;
	color: #FFFFFF;
}

.tableswitch .onoffswitch-inner:after {
	content: "";
	padding-right: 15px;
	background-color: #CBCBD1;
	color: #9797A4;
	text-align: right;
}

.tableswitch .onoffswitch-switch {
	display: block;
	width: 16px;
	margin: 2px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.tableswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner
	{
	margin-left: 0;
}

.tableswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch
	{
	right: 0px;
}
.strong {
	font-weight: bold;
}

.dashboard_prod .prods_group {
	float: left;
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.dashboard_prod .prods_group .title {
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-left: 10px;
	background-color: #FFF;
	margin-top: -25px;
	width: 160px;
	color: #646477;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 2px;
}
.main_box .main_cont .content .prod_table .noborder td {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: none;
}

/**
 * Estilos de informes de Web cam
 */
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.grid {
	width: 96%;
	display: inline-block;
}
.grid.webcam p {
	height: auto;
	width: 100%;
	text-align: left;
}
.grid.webcam .photowebcam {
	margin-bottom: 20px;
	visibility: hidden;
	overflow: hidden;
}
.grid.webcam .loading-background {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.grid.webcam .col-md-12 .photowebcam {
	height: 495px;
}
.grid.webcam .col-md-6 .photowebcam {
	height: 239px;
}
.grid.webcam .col-md-4 .photowebcam {
	height: 153px;
}
.grid.webcam .col-md-3 .photowebcam {
	height: 111px;
}
.webcam-selector a {
	color: #303047;
	background-color: #CBCBD1;
	background-image: url(../img/icon_webcam.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 40px;
	width: 100px;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #CBCBD1;
	border-radius: 3px;
	text-decoration: none;
}
.webcam-selector a:hover {
	border: 2px solid #00A6D6;
}
.webcam-selector a.active {
	color: #fff;
	background-color: #00A6D6;
	background-position: center bottom;
	border: 2px solid #00A6D6;
}
.form .destacado-webcam {
	background-color: #f4f4f6;
	border: 1px solid #9797a4;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
}

/* Estilos nuevos para la pantalla de aceptación de la petición de sindicación */
.cross {
	background-color: #fff;
	background-image: url(../img/ico_ko.png);
	background-position: center 50px;
	background-repeat: no-repeat;
	border-radius: 5px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	width: 500px;
	color: #C00;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dotted #C00;
}
.cross p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #303048;
}
.cross p a {
	color: #303048;
	font-weight: bold;
}
.install_name .filed {
	margin-bottom: 20px;
	text-align: left;
}
.install_name .filed p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.install_name .filed .input-short {
	background-color: #fff;
	border: 1px solid #9797a4;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 248px;
}
.alert_msg_center {
	background-color: #FFF0B7;
	text-align: center;
	padding: 10px;
	border: 1px solid #FC0;
	border-radius: 3px;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 14px;
	color: #630;
}

.destacado .asociacion_box {
	width: 826px;
}
.destacado .asociacion_box .list-box .list {
	width: 366px;
	height: 170px;
}
.destacado .asociacion_box .list-box {
	font-size: 12px;
}
.destacado .description {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.destacado .asociacion_box .list-box .list.non-editable {
	color: #646477;
	background-color: #F4F4F6;
	border-top-color: #EAEAED;
	border-right-color: #EAEAED;
	border-bottom-color: #EAEAED;
	border-left-color: #EAEAED;
}
.asociacion_box .list-box .list.non-editable ul li a {
	color: #646477;
}
.asociacion_box .list-box .list.non-editable ul li a:hover {
	background-color: #F4F4F6;
	color: #646477;
}

/* estils nous FC portal 310 */

.dashboard_prod .prod_box.borrador {
	color: #FF6600;
	background-color: #FFE6CC;
}
.dashboard_prod .prod_box.borrador .borradorTag {
	color: #FFE6CC;
	background-color: #FF6600;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	top: 0px;
	font-size: 10px;
	text-transform: uppercase;
}
.dashboard_prod .prod_box.borrador .name span {
	color: #FF6600;
}
.dashboard_prod .prod_box.borrador .info h3 {
	color: #FF6600;
}
.dashboard_prod .prod_box.noInstall {
	background-color: #ddd;
}
.dashboard_prod .prod_box.noInstall .noInstallTag {
	background-color: #CCC;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.main_box .main_cont .content .prod_table table .row1.borrador,
.main_box .main_cont .content .prod_table table .row2.borrador {
	color: #FF6600;
	background-color: #FFE6CC;
}
.main_box .main_cont .content .prod_table table .row1.borrador:hover,
.main_box .main_cont .content .prod_table table .row2.borrador:hover {
	background-color: #FFDFBF;
}
.main_box .main_cont .content .prod_table table .row1.borrador .borradorText,
.main_box .main_cont .content .prod_table table .row2.borrador .borradorText {
	color: #FF6600;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.main_box .main_cont .content .prod_table table .row1.noInstall,
.main_box .main_cont .content .prod_table table .row2.noInstall {
	background-color: #ddd;
}
.main_box .main_cont .content .prod_table table .row1.noInstall:hover,
.main_box .main_cont .content .prod_table table .row2.noInstall:hover {
	background-color: #D8D8D8;
}


.main_box .main_cont .content .prod_table table .endUser {
	color: #646477;
	background-color: #FBF4CF;
	text-align: left;
}
.main_box .main_cont .content .prod_table table .proUser {
	color: #646477;
	background-color: #EFF8FB;
	text-align: left;
}
.main_box .main_cont .content .prod_table table .endUser .first {
	font-size: 10px;
	text-transform: uppercase;
	color: #DFBF09;
	text-align: center;
}
.main_box .main_cont .content .prod_table table .proUser .first {
	font-size: 10px;
	text-transform: uppercase;
	color: #00A6D6;
	text-align: center;
}


.main_box .main_cont .content .prod_table table .row1.borrador.disabled,
.main_box .main_cont .content .prod_table table .row2.borrador.disabled {
	color: #FFC59D;
	background-color: #FFF0E1;
}
.main_box .main_cont .content .prod_table table .row1.borrador.disabled .borradorText,
.main_box .main_cont .content .prod_table table .row2.borrador.disabled .borradorText {
	color: #FFC59D;
}
.main_box .main_cont .content .prod_table table .row1.borrador.disabled:hover,
.main_box .main_cont .content .prod_table table .row2.borrador.disabled:hover {
	background-color: #FFDFBF;
}
.noDataFound {
	font-size: 1.4em;
	text-align: center !important;
	padding: 40px !important;
}


.multiselect {
	width: 200px;
}
.selectBox {
	position: relative;
	text-align: left;
}
.selectBox select {
	width: 100%;
}
.overSelect {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
#tagsCheckboxes {
	display: none;
	background-color: #FFF;
	border: 1px solid #000000;
	text-align: left;
	width: 400px;
}
#tagsCheckboxes label {
	display: inline-block;
	padding: 5px;
}
#tagsCheckboxes label:hover {
	background-color: #00A6D6;
	color: #FFF;
}
.search_area .button_excel a {
	background-image: url("../img/ico_mini_excel.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 170px;
	background-color: #cbcbd1;
	border-radius: 3px;
	color: #303047;
	display: block;
	text-decoration: none;
	text-transform: uppercase
}
.search_area .button_excel a:hover {
	background-position: left bottom;
	color: #FFF;
	background-color: #00A6D6;
}
.globus .name_unic {
	padding-left: 30px;
	line-height: 14px;
	white-space: normal;
}
.back_box .campo_obligatorio {
	margin-left: 20px;
}
/**
 * Estilos de la tabla de plantillas de Backup disponibles.
 */
.popup_template {
	background-color: #FFFFFF;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0 0 20px #666666;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	width: 800px;
	z-index: 999999999;
}
.popup_template .closebox {
	position: relative;
	width: 100%;
}
.popup_template .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.popup_template .close a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303048;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
}
.popup_template .title {
	font-size: 16px;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
.popup_template .close a:hover {
	color: #FFF;
	background-color: #303049;
}
.table {
	font-size:12px;
}
.table table tr {
	font-size:12px;
}
.table table tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.table table tr .first {
	border-left-style: none;
}
.table table tr th.last {
	padding-right: 20px;
}
.table table tr th a {
	font-weight: bold;
	color: #646477;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
.table table tr th a.ordered {
	background-repeat: no-repeat;
	background-position: right center;
}
.table table tr th a.ordered.down {
	background-image: url(../img/mini_arrow-down.png);
}
.table table tr th a.ordered.up {
	background-image: url(../img/mini_arrow-up.png);
}
.table table tr th span {
	color: #646477;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.table table .row1 {
	color: #646477;
	background-color: #FFF;
	text-align: left;
}
.table table .row1:hover {
	color: #646477;
	background-color: #EAEAED;
}
.table table .row2 {
	color: #646477;
	background-color: #F4F4F6;
	text-align: left;
}
.table table .row2:hover {
	color: #646477;
	background-color: #EAEAED;
}
.table table td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CBCBD1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.table table .first {
	border-left-style: none;
}
.table table td .center {
	text-align: center;
}
.table table tr ul {
	list-style-type: none;
}
.table table tr ul li {
	margin-left: 20px;
}
.table.overflow {
	overflow: auto;
	max-height: 600px;
}
.table .backupTemplate tr th {
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	padding: 5px;
}
.table .backupTemplate td {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CBCBD1;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}

/**
 * Estilos del inyector de código de la connectBox
 */
.back_box .ico {
	float: left;
}
.form .destacado .filed .select {
	width: 390px;
}
.form .destacado .filed .input {
	width: 370px;
}
.form .field_group .filed.last {
	margin-right: 0px;
}
.form .filed .input[readonly] {
	background-color: #F4F4F6;
}
.form .filed textarea[readonly] {
	background-color: #F4F4F6;
}
.form .destacado .filed .textarea-long {;
	width: 806px;
}
.form .destacado .close a {
	float: right;
	font-size: 18px;
	font-weight: normal;
	color: #303048;
	text-decoration: none;
	margin-top: -16px;
	margin-right: 4px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: 1px solid #303048;
	border-radius: 3px;
}
.form .destacado .close a:hover {
	color: #FFF;
	background-color: #00A6D6;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
}
.button-table.icon {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 92px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.popup_template .tabs_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	padding-top: 10px;
	margin-bottom: 10px;
}
.popup_template .tabs_box .tab {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}
.popup_template .tabs_box .tab a {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #646477;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #CBCBD1;
}
.popup_template .tabs_box .tab .active {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.popup_template .tabs_box .tab a:hover {
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	height: 45px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-left-color: #CBCBD1;
	display: block;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
	background-image: url(../img/blue_line_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fullwidth-field {
	width: 92% !important;
}
.error_msg_center {
	background-color: #FFEAEA;
	text-align: center;
	padding: 10px;
	border: 1px solid #C00;
	border-radius: 3px;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 14px;
	color: #900;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-top-10 {
	margin-top: 10px;
}
.mini-popup .input {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	border: 1px solid #9797A4;
	background-color: #FFF;
	border-radius: 3px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	width: 360px;
}
.popup_filename {
	background-color: #FFFFFF;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 0 0 20px #666666;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	width: 500px;
	z-index: 999999999;
}
.popup_filename .close {
	margin-left: 460px;
	margin-top: 10px;
	position: absolute;
}
.popup_filename .close a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303048;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
}
.popup_filename .conent-popup_filename {
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
	color: #303048;
	display: block;
	font-size: 20px;
	text-decoration: none;
	width: 400px;
	background-color: #F4F4F6;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.popup_filename .conent-popup_filename h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #303049;
	margin-top: 20px;
}
.popup_filename .conent-popup_filename p {
	font-size: 14px;
	margin-bottom: 10px;
}
.popup_filename .conent-popup_filename a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.popup_filename .conent-popup_filename a:hover {
	background-color: #00A6D6;
	color: #FFF;
}

.popup_alert {
    background-color: #FFFFFF;
    border: 1px solid #CBCBD1;
    border-radius: 3px;
    box-shadow: 0 0 20px #666666;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 40px;
    position: absolute;
    right: 0;
    width: 500px;
    z-index: 999999999;
}
.popup_alert .close {
    margin-left: 460px;
    margin-top: 10px;
    position: absolute;
}
.popup_alert .close a {
    background-color: #CBCBD1;
    border-radius: 3px;
    color: #303048;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 30px;
}
.popup_alert .close a:hover {
	color: #FFF;
	background-color: #303049;
}
.popup_alert .content_popup {
    border: 1px solid #CBCBD1;
    border-radius: 3px;
    box-shadow: 4px 4px 8px #F2F2F2;
    color: #303048;
    display: block;
    font-size: 20px;
    text-decoration: none;
    width: 380px;
    background-color: #F4F4F6;
    background-repeat: no-repeat;
    background-position: center 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.popup_alert .content_popup h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #303049;
    margin-top: 20px;
}
.popup_alert .content_popup p {
    font-size: 14px;
    margin-bottom: 10px;
}
.popup_alert .content_popup a {
	background-color: #CBCBD1;
	border-radius: 3px;
	color: #303047;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.popup_alert .content_popup a:hover {
	background-color: #00A6D6;
	color: #FFF;
}



