
/* =============================================================== */
/* Import Section
================================================================ */
@import url("base_2.css");				/* Default Reset, Typography, Forms, etc. */
@import url("skeleton_1.1.1.css");	    /* 960 Grid + Media Query Layouts */
@import url("shortcodes_1.1.1.css");			/* Shortcode Styles */



/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
}

.headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;
}

h5.headline {
	padding: 0 0 8px 0;
	margin: 0px 0 12px 0;
}


/* Page Title
==========================*/
#page-title {
	border: 1px solid #d1d1d1;
	border-right: none;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-left: 4px;
    background-color: #f5f5f5;
    height: 45px;
}

#page-title h2 {
	font-weight: normal;
	font-size: 22px;
	padding: 10px 0;
	/*margin-left:180px;*/
	text-align:center;
    line-height: 23px;
    color: #555;
}

/*#page-title span {color:#a0a0a0;}*/




/* Client Logo List
==========================*/
.client-logo ul {}

.client-logo li {
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
}


/* =============================================================== */
/* Header
================================================================ */
.header {
    min-height: 60px;
    width: 98%;
}

#logo {
    float: left;
    margin-left: 30px;
    width: 120px;
    height:60px;
    text-align: center;
    vertical-align: middle;
    display: block;
}
#logo img {
    max-width: 120px;
    max-height: 60px;
    margin-top: 5px;
}

#pageTile{
    float: left;font-size: 22px;
    color: #3a3a3a;
}

#actionbar li{
    padding: 9px 30px 10px 10px;
}

/*
/* Main Navigation
==========================*/
.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {float: left;padding-left: 90px;}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative;}

#navigation ul li a {
    color: #555;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin: -2px 3px;
    padding: 31px 5px 28px;
    text-decoration: none;
}

#navigation ul li a:hover{
    border-bottom: 3px solid #888;
    font-weight: bold;
    color: #009EE1;
    background-color: #f7f7f7;
}


#navigation ul ul {
    opacity: 0;
    margin: -2px 0 0 5px;
    position: absolute;
    top:-99999px;
    left: 0;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 3px solid #555;
    z-index: 999;

    display: block;
}

#navigation ul ul li a:hover {
    border-bottom: 1px solid #ddd;
}

#navigation ul ul li a {
    padding: 8px 0;
    display: block;
    width: 225px;
    margin: 0 16px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent;
}

#navigation ul ul ul {

    opacity: 0;
    margin: -3px 0 0 0;
    position: absolute;
    top:-99999px;
    left:100%;
    background: #fff;
    border: 1px solid #dddddd !important;
    border-top: 3px solid #555;
    z-index: 999;
}

#navigation ul ul ul li a {
    border-bottom: 1px solid #dddddd !important;
    border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff; border: 0; }
#navigation ul li:hover > a {color: #444;}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #444;}
#current {font-weight: bold !important; color: #444 !important; border-bottom: 3px solid #555 !important;}

/* IE Dropdown Fix
==========================*/
.ie-dropdown-fix {position: relative; z-index: 5;}


/* =============================================================== */
/* Features
================================================================ */
.features {margin: 35px 0 0 0; float: left;}
.feature {margin: 0 0 10px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.feature-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin-top: 10px;
}

.feature-circle i {margin-top: 4px;}

.feature-circle.blue {background: #2da0ce;}
.feature-circle.gray {background: #555;}


/* =============================================================== */
/* Portfolio
================================================================ */


/* Homepage Thumbnails
==========================*/
.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h5 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555;}


/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
	margin: 20px 0 5px 0;
}

.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {float: left;}


/* =============================================================== */
/* Portfolio Styles
================================================================ */
#filters {
	float: left;
	margin-top: 2px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	line-height: 24px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
}

#filters ul li:last-child {background: none;}

.submenu a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.submenu a:hover {
	color: #fff;
	background: #aaa;
}

.selected {background: #2da0ce; color: #fff !important;}
.selected:hover {background: #2da0ce!important;}


/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/* =============================================================== */
/* Blog
================================================================ */


/* Posts
==========================*/
.post {margin: 30px 0 0 0;}
.post p {margin: 0 0 20px 0;}

.post-img, .embed {margin: 0 0 15px 0;}

.post-content {margin: 0 0 0 20px !important;}

.post-title h2 a {
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	display: block;
	padding-left: 180px;
}

.post-title h2 a:hover {color: #606060;}

.post-date {
	color: #888;
	border-top: 1px solid #e7e7e7;
	display: block;
	text-align: right;
	padding: 15px 0;
}

.post-desc {
	padding: 15px 0 0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}


/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}

.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}

ol.commentlist{
	float:left;
	width:100%;
	margin: 0;
}

ol.commentlist li {
	float:left;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
}

ol.commentlist li:first-child{
	border:none;
	padding: 25px 0 0px 0;
}

ol.commentlist li{list-style: none;}

ol li ol.childlist{
	float:right;
	width:89%;
	margin:0px;
}

ol.commentlist li ol.childlist li:first-child{
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e7e7e7;
	margin:25px 0 15px 0;
	font-size: 12px;
}

.comments{
	float:left;
	width:100%;
}

ol li ol.childlist .comment-des {
	float:right;
	width:88%;
}

.avatar {float:left}

.comment-des{
	float:right;
	width:89%;
}

.comment-des strong {
	float:left;
	color:#444;
	padding-right:5px;
	font-size:14px;
}
.comment-des span{
	float:left;
	color:#888;
}

.comment-by{
	float:left;
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.comment-by span.reply{
	color:#777;
	float:right;
}

.comment-by span.reply a{
	font-weight:bold;
	float:right;
	height:17px;
	margin-left:5px;
	font-weight: normal;
}

.comment-by span.date{
	color:#888;
	padding-right:7px;
	float:right;
}


/* Leave a Comment
==========================*/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.form_comment label span {color:#ea1c1c;}

.form_comment input, .form_comment textarea {
	width: 240px;
}

.form_comment textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}


/* Pagination
==========================*/
.prev, .next {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	display: block;
}

.prev {
	background-color: #606060;
	float: left;
}

.next {
	background-color: #606060;
	float: right;
}

.prev:hover, .next:hover {background-color: #2da0ce;}

.prev.off, .next.off {
	background-color: #ccc;
}

.pagination .prev,
.pagination .prev.off, 
.pagination .next, 
.pagination .prev.off {
	margin-top: -3px;
}


.pagination {
    border-top: 1px solid #E7E7E7;
    display: block;
    margin: 15px 0 20px;
    float: right;
    padding-top: 5px;
}

.currentStep{
    border-right: 1px solid #d3d3d3;
    float: left;
    font-weight: bold;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: underline;
}


/* =============================================================== */
/* Footer
================================================================ */
#footer {
	background: #383838;
	color:#a4a4a4;
	padding: 0 0 10px 0;
	margin: 30px 0 0 0;
}

#footer h5 {
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}



/* =============================================================== */
/* Media Queries
================================================================ */


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) {
	.flexslider {height: 345px;}
	#portfolio-wrapper {min-height: 350px;}
	.project .flexslider {min-height: 1px; margin-bottom: 20px;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider_description {margin-top: 90px;}
	.slider_description h2 {margin-bottom: 15px; font-size: 20px;}
	.slider_description p {display: none;}
	.slider_description h2 b {display: none;}
	.client-logo img {width: 148px; height: auto;}
	.post-title h2 a {padding-left: 145px;}
	.latest-post-blog, .latest-post {height: 65px;}
	.flickr-widget-blog a {width: 57px; height: 57px;}
	.avatar {height: 40px; width: 40px;}
	.testimonials_author {display: none;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.slider_description {display: none;}
	#navigation{float: none;}
	.js #nav { display: none; }
	.js .selectnav { display: block;}
	#backtotop a {display: none;}
	.social-links {margin: -5px 0 20px 0; float: left;}
	.info-box a {margin: 15px 0 0 0;}
	.info-box p {margin: 10px 0 0 0;}
	.post-content {margin: 0 !important;}
	.post-title h2 a {padding:0;}
	.post-date {text-align: left;}
	.blog-sidebar {display: none;}
	.project .flexslider {margin-bottom: 20px;}
	.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.client-logo img {width: 139px; height: auto;}
	.custom-slide {height: 270px;}
	.avatar {height: 35px; width: 35px;}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.client-logo img {width: 149px; height: auto;}
	.custom-slide {height: 193px;}
	.avatar {height: 25px; width: 25px;}
}

.carregando2
{
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    margin-top: 23px;
    vertical-align: middle;
    height: 32px;
}

.carregando2 img {
	vertical-align: middle;
}

.updProgressFrente
{
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 80px;
    margin-top: -40px;
    margin-left: -130px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    position: fixed;
    text-align: center;
    cursor: wait;
}

.updProgressFundo
{
    z-index: 0;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.25;
    position: fixed;
    cursor: wait;
}

.optionBox{
    margin-top: 6px;
    padding-right: 2px;
    text-align: right;
}
.boxWelcome{
    padding: 5px;
}
.boxMyAccount{
    padding: 5px;
    font-weight: bold;
}
.boxExit{
   font-weight: bold;
}

.litle{
    width: 35px;
}
.litle2{
    width: 45px;
}
.litle3{
	width: 55px;
}
.verysmall{
    width: 75px;
}
.small{
    width: 100px;
}

.small2{
    width: 125px;
}
.medium{
    width: 150px;
}
.medium1{
    width: 200px;
}
.medium2{
    width: 250px;
}
.medium3{
    width: 300px;
}

.big{
    width: 450px;
}
.big2{
    width: 520px;
}


.link{
    color: #006dba;
}
.link-ico-edit, .link-ico-delete{
    vertical-align:middle;
    text-align:center;
    cursor: pointer;
}
.link-ico-add{
    float:right;
    margin-right: 5px;margin-top: 2px;
}
.column-ico-edit{
    width: 25px;
    text-align: center;
}

#home-shortcuts {
    border-top: 1px dotted #D3D3D3;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 72%;
}

.auditTable{
    font-size: 9px;
    padding: 2px;
    color: #808080;
}

.auditTableTh {
    font-size: 10px;
    padding: 2px;
    color: #808080;
    line-height: 15px;
}

.content-right2{
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E4E4E4;
    border-radius: 3px 3px 3px 3px;
    padding: 20px;
    min-height: 400px;
    width: 74%;
    float: left;
}

.content-left{
    width: 182px;
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E4E4E4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 32px 20px 10px;
    float: left;
    margin-right: 20px;
    min-height: 400px;
}

.sidebar {
    width:99%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.sidebar:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.actionbar{
    width: 100%;
    float: left;
}
.find-fieldset{
   background-color: white;
   border: 1px solid #d3d3d3;
   margin-bottom: 10px;
   padding: 10px 4px;
}

.center{
    text-align: center;
}
.midle{
    vertical-align: middle;
}

.right{
    text-align: right;
}


.form-content-left{
    float: left;width: 46%;
}

.form-content-right{
    float: left;width: 45%;
}

.form-content-left3{
    float: left;width: 34%;
}
.form-content-medium3{
    float: left;width: 33%;
}

.form-content-right3{
    float: left;width: 33%;
}



.info-text{
    text-decoration-color: #B4B4B4;
    font-style: italic;
    font-size: 11px;
    margin-left: 15px;
}

.nopermission{
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    color: #eb5236;
}

.ui-datepicker-trigger{
    margin-left: 2px;
}

.required-indicator{
    color: red;
    font-size: 20px;
    vertical-align: middle;
}

/*  Tree View*/

#treeview{
    border: 1px solid #d3d3d3;
    margin-left:10px;
    margin-top:30px;
    padding:10px;
    width: 96%;
}

#treeview .areamenu{
    width: 100%;
    padding:5px;
    font-size:15px;
    font-weight:bold;
    display:inline-block;
}

#treeview .areamenu-header{
    background-color:lightgoldenrodyellow;
    padding: 4px 2px 0px 10px;
    cursor:pointer;
}
#treeview .areamenu-conteudo{
    border-left: 1px dotted #d3d3d3;
    margin-left: 7px;
    margin-top: 3px;
    display:none;
}

#treeview .menu{
    margin-left:10px;
    padding:2px;
    font-size:13px;
    font-weight:normal;
    width:240px;
    float:left;
    cursor:default;

}
#treeview .menu-header{
    font-weight:bold;
}
#treeview .menu-conteudo{
    border-left: 1px dotted #d3d3d3;
    margin-left: 7px;
    margin-top: 3px;
}

#treeview .item{
    margin-left:13px;
    padding:3px;
}
#treeview .item-header{
    cursor:pointer
}
#treeview .item-conteudo{
    border-left: 1px dotted #d3d3d3;
    margin-left: 7px;
    margin-top: 3px;
}

#treeview .subitem{
    margin-left:15px;
}
#treeview .subitem-header{
    padding-left:10px;
    margin-top: 3px;

}

.treeview-header {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
}

.table-address td{
    font-size: 11px;
    line-height: 11px;
    padding: 1px 5px 1px 1px;
}
.table-address th{
    font-size: 12px;
    line-height: 13px;
    padding: 1px 5px 1px 1px;
}
.address-label {
    border-radius: 3px 3px 3px 3px;
    color: blue;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 2px 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.important-info {
    border-radius: 3px 3px 3px 3px;
    color: blue;
    font-size: 13px;
    font-weight: bold;
    background-color:#FFEBB7;
}

.labelPreferences{
    width: 100%;
}

.box-sidebar{
    vertical-align: middle;
    border: 1px dotted #d3d3d3;
    border-radius: 3px 3px 3px 3px;
    background: #ffffff;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 187px;
    padding: 7px;
    height: 75px;
    cursor: pointer;
}

.box-label-sidebar{
    vertical-align: top;

}
.span-sidebar{
 cursor: pointer;
}

#languages {
    float: right;
    margin: 15px 10px 0px 0px;
    text-align: right;
    top: 0px;

}

#languages img {
    cursor: pointer;
}
.info-status{
    font-size: 14px;
    padding: 2px;
    margin-right: 10px;
}

.ui-sidebar-info{
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    float: left;

}

.ui-sidebar-info2{
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    float: left;

}
.ui-sidebar-title{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;;
}
.ui-sidebar-featured{
    background: white;
    padding: 2px 7px;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
}
.ui-sidebar-link{
    margin-bottom: 10px;
    padding: 7px;
    font-weight: bold;
    font-size: 14px;
    color: #00008b;
    vertical-align: middle;
}

#ui-table-info{
    padding: 10px;
    border: 1px solid #d3d3d3;
    background: white;
    margin-top: 15px;
    max-width: 80%;

}
#ui-table-info tr {

}
#ui-table-info td {
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid #d3d3d3;
    color: #737373;
}



.ui-table-report-info{
    padding: 5px;
    border: 1px solid #d3d3d3;
    background: white;
}
.ui-table-report-info tr {

}
.ui-table-report-info td {
    font-size: 10px;
    padding: 2px;
    border-top: none;
    border-bottom: 1px solid #d3d3d3;
    color: #737373;
}


.report-subtable{
    width: 97%;
    font-size: 10px;
    margin-bottom: 8px;
    line-height: 10px;
}
.report-subtable tr{
    border: none;
}

.report-subtable th{
    font-size: 10px;
    line-height: 10px;
    background: none repeat scroll 0 0 #f8f8e6;
}
.report-subtable tr td{
    font-size: 10px;
    line-height: 10px;
}

#legend-table{
    width: 350px;border: none;margin-bottom: 5px;float: right;
}
#legend-table td{
    border: none;
    text-align: left;
    font-size: 10px;
}

.planningListHeader{
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    background-color: #f1f1f1;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


.report-title-table{
    border: 1px dotted #d3d3d3;
    margin-bottom: 30px;
}

.report-title-table tr{
    line-height: 15px;
}

.report-title-table td{
    line-height: 15px;
    border: none;
}
.report-title{
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

.report-title-info{
   padding-top: 10px;
   font-size: 14px;
   font-style: italic;
   text-align: right
}

.table-no-border{
    border: none;
}
.table-no-border td{
    border: none;
}


.tableList{
    font-size: 11px;
}
.pdfButton{
    padding: 2px 10px;
    vertical-align: top;
}

.list-total{
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

.fieldcontainConfig{
    margin: 10px;
}

.iframeFileUpload{
    min-height: 230px;
    margin-left: 1%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.fileUpload{

    padding-top: 20px;
    margin-left: 20px;
}

.sessionArea{
    width: 94%;
    border-bottom: 2px dotted #d3d3d3;
    margin-left: 2%;
    padding-top: 20px;
    font-weight: bold;

}

.labelDiv{
    border: 1px dotted #d3d3d3;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    max-width: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.wait{
    font-size: 15px;
    color: #150f93;
    padding-left: 30px;
    display: none;
}


.home-shortcut-big {
    border: 1px dotted #D3D3D3;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-weight: bold;
    height: 163px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 10px;
    text-align: center;
    width: 195px;
    background-color: #ffffff;
}


.menu-shortcut {
    border: 1px dotted #D3D3D3;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-weight: bold;
    height: 63px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 7px 9px 7px 7px;
    text-align: center;
    width: 73px;
    background-color: #ffffff;
}

.menu-shortcut span{
 font-size: 11px;
}

.tableReceiving-td {
    background: none repeat scroll 0 0 #ffebb7;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 3px 6px;font-weight:bold;
    text-align: center;
}
.tableDispatching-td {
    background: none repeat scroll 0 0 #ffebb7;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 3px 6px;font-weight:bold;
    text-align: center;
}

input:focus {
    background-color: #fcfcd4;
}

.kpiMenuOption{
    width: 100px;
    padding:6px;
    float:left;
    border: 1px dotted #b3b3b3;
    background-color: #f7f7e5;
    margin-left: 10px;
    margin-top: -12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.kpiMenuActive{
    box-shadow: 0 0 3px rgba(0,0,0,.7), 0 2px rgba(0,0,0,.04);
    background-color: #dcf1ff;

}

.kpiMessage{
    background-color: #c0e3ff;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 7px;
}
.kpiWarn{
    background-color: #fcfcd4;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    border: 1px solid lightgray;
    font-size: 16px;
    padding: 15px;
}

.kpiTable{
    border: 1px solid lightgray;
    padding: 15px;
    width: 100%;
}
.kpiTable th{
    padding: 10px;
    font-weight: bold;
}
.kpiTable td{
    padding: 10px;
    font-size: 15px;
}

.kpiBigData{
    font-size: 17px;
    vertical-align: middle;
    color: #0000ae;
}

.kpiSlide {
    width: 100%;
}

.blockedStock{
	background-color: #EE3B3B;
	padding: 4px 4px 4px 4px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.blockedStockMatte{
    background-color: #ff000089;
    padding: 4px 4px 4px 4px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.cardProductOwner{
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
}

.produtcOwnerDiv{
	margin-top: 8px;
}

.productOwnerData{
    background-color: rgba(0, 128, 0, 0.21);
    padding: 5px 5px 5px 5px;
    color: black;
    border-radius: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgba(1, 52, 5, 0.703);
}

.removeProductOwner{
    color: rgba(165, 2, 2, 0.847);
}

.removeProductOwner:hover{
    cursor: pointer; 
}
.container-flex-buttons-align {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.container-flex-img-receiving {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 3em;
}

.img-receiving {
    margin: 10px;
    width: 230px;
    height: 230px;
}

.report-receiving-signature-line spam:last-child {
    float: right;
}

.productOwnerData{
	background-color: rgba(0, 128, 0, 0.21);
	padding: 5px 5px 5px 5px;
	color: black;
	border-radius: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.removeProductOwner{
	color: rgba(105, 4, 4, 0.801);
}

.removeProductOwner:hover{
	cursor: pointer;
}

.blockedStockMatte{
	background-color: #ff000089;
	padding: 4px 4px 4px 4px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.line-asignature-receiving {
    display: inline-block;
    margin-top: 25%;
    width: 70%;
}

.line-asignature-receiving .line-asignature {
    border-bottom: 1px solid black;
}

.line-asignature-receiving spam {
    display: block;
    margin-top: 14px;

}

.remove-padding-l-r {
    padding-left: 0;
    padding-right: 0;
}

.information-selected-items {
    background-color: #efefef;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    margin-bottom:2px;
    padding: 4px;
    border: 1px solid #c9c9c9;
}