/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-nov-2014, 10:34:27
    Author     : FV4SGR0
*/

* {
	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;
}
.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: 950px;
	text-align: left;
}
.breadcrumbs_box .breadcrumbs a {
	font-size: 12px;
	line-height: 30px;
	color: #303047;
	text-decoration: none;
	display: inline-block;
}
.breadcrumbs_box .breadcrumbs a:hover {
	color: #00A6D6;
}
.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;
	padding-bottom: 40px;
	text-align: center;
}
.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: 20px;
    overflow: auto;
}
.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: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main_box .main_cont .content .prod_table table tr .first {
	border-left-style: none;
}
.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 .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: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.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;
	font-weight: bold;
	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 {
	padding: 40px;
}
.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_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: 11px;
	border: 1px solid #F90;
	background-color: #FFF;
}
.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;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	border: 1px solid #C00;
	background-color: #FFF;
}
.b_delete 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: 50px;
	text-align: center;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	border: 1px solid #00A6D6;
	background-color: #FFF;
}
.b_view 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);
}
.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 .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 .close {
	float: right;
	margin-top: 10px;
	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: 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: 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: 240px;
}
.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: 260px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.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;
}

.destacado .name_dest {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}

.form .destacado h2 {
	text-align: left;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}

/* 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;
	margin-bottom: 10px;
	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-right: 40px;
}
.ok_msn {
	font-size: 14px;
	color: #009900;
	background-color: #DFFFDF;
	text-align: left;
	margin-bottom: 10px;
	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-right: 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 .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 .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 .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;
	background-image: url(../img/mini_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 20px;
}
.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;
	margin-right: 40px;
}
.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: 270px;
	width: 270px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
}
.dashboard_prod .prod_box .ico {
	padding-top: 30px;
	padding-bottom: 60px;
}
.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 {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.dashboard_prod.prod_box .name {
}
.dashboard_prod .prod_box .name a {
	font-size: 20px;
	color: #303048;
	text-decoration: none;
	height: 168px;
	width: 268px;
	padding-top: 100px;
	border: 1px solid #CBCBD1;
	display: block;
	position: absolute;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
}
.dashboard_prod .prod_box .name a: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;
}

.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;
}

.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;
}

.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: 10px;
	border: 1px solid #CCC;
	margin-top: 50px;
	box-shadow: 4px 4px 16px #CCCCCC;
}
.login_access .intro {
	padding-top: 20px;
	padding-bottom: 10px;
}
.login_access .intro h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.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;
}

.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;
    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 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: 202px;
	width: 148px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
}
.dashboard_prod .prod_box_statics .ico {
	padding-top: 20px;
	padding-bottom: 40px;
}
.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 {
	font-size: 14px;
	color: #303048;
	text-decoration: none;
	height: 160px;
	width: 146px;
	padding-top: 50px;
	border: 1px solid #CBCBD1;
	display: block;
	position: absolute;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #F2F2F2;
}
.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-right: 10px;
	margin-left: 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;
}



.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: 11px;
	border: 1px solid #00A6D6;
	background-color: #FFF;
}
.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: 11px;
	border: 1px solid #00CC00;
	background-color: #0C0;
}
.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: 120px;
}

.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;
}
.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: 146px;
    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-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.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-right: 10px;
	padding-left: 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 {
    color: #00A6D6;
    text-decoration: none;
    margin-left: 5px;
}

#conditionLinks .condition a:hover {
  	text-decoration: underline;
}
.notChangeStatus a {
	cursor: default;
}


.uploaderButton {
	position: relative;
	background-image: url(../img/button_add.png);
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303047;
	background-color: #CBCBD1;
	background-image: url(../img/arrows_upload.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;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.inputUpload {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 30%;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.formSt {
	margin-bottom: 20px;
	text-align: left;
}

.formSt label {	
	font-size: 14px;
	line-height: 50px;
	color: #303047;
	text-decoration: none;	
	margin-right: 10px;
}

.selectSt {
	background: #FFF url('../img/down-arrow.png') no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 30%;
	height: 35px;
	line-height: 25px;
}


.logsTable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.logsTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.logsTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.logsTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.logsTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.logsTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.logsTable tr:hover td{
	
}
.logsTable tr:nth-child(odd){ background-color:#cae2f9; }
.logsTable tr:nth-child(even)    { background-color:#ffffff; }.logsTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.logsTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.logsTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.logsTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.logsTable tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.logsTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.logsTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.logsTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

div.ui-tooltip {
    max-width: 400px;
}

.back_box .list_title {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.back_box .list_filter {
	font-weight:bold;
	color:#000000;
	text-align:left;
}
