﻿/* Common tags                 */
/*-----------------------------*/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}		

body {
	font: 11px Verdana, Helvetica, sans-serif;
    color:#333;
    background:#FFFFFF url("Images/bgBody.png") repeat left top;
    margin: 0px;
    padding: 0px;
	text-align: left;
	/*min-width: 630px;   */
	height: 100%;   
	vertical-align: top;
 }

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
body, html {padding:0; margin:0; vertical-align: top;}
 
form {
	margin: 0px;
	padding: 0px;
	height: 100%;
	vertical-align: top;
}

fieldset {
	border: 0px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

iframe {
	border: 1px solid #E8EAEC;
}
	 
body.loginPage {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CCCCCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CCCCCC 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#CCCCCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */	
    height: 100%;
    margin: 0;
    padding: 0;
}  

body.bodyPrint {
	background: #FFFFFF;padding: 5px;
}	

a{ color: #333;}
a.NoLink{ text-decoration:none;}
.LinkWhite{ color: #FFFFFF;}
a.Menu:link, a.Menu:visited, a.Menu:active { color: #333; cursor:hand; text-decoration: none; }
a.Menu:hover 	{ color: #333;  cursor:hand; text-decoration: underline;  }		

.MenuTdParent {
	background: #EBEAEA url(images/bgMenuParent.png) repeat-y right top;
	width: 92px !important;
	padding: 0px;
	height:100%;	
	vertical-align: top;	
}

.LeftImage {
	background: #6699CC url(images/leftImage.png) repeat-y right top;
	width: 92px;
	height: 38px;
}

.LeftImageAdmin {
	background: #6699CC url(images/leftImageAdmin.png) repeat-y right top;
	width: 159px;
	height: 38px;
}

/* INPUTS NOVOS */

input {    
	padding: 3px 5px;	
	/*border-radius:3px;*/
	outline: none;	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font: 11px Verdana, Helvetica, sans-serif !important;    
}

input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: thin dotted \9; /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);	
	
}

select {
	padding: 2px 3px 2px 5px;	
	/*border-radius:3px;*/
	outline: none;	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;		
	font: 11px Verdana, Helvetica, sans-serif !important;	
}

select:focus {
	  border-color: rgba(82, 168, 236, 0.8);
	  outline: thin dotted \9; /* IE6-9 */
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);	
	
}

textarea {
	padding: 3px 5px;	
	/*border-radius:3px;*/
	outline: none;	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;	
	font:  11px Verdana, Helvetica, sans-serif !important;		
}

textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: thin dotted \9; /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);	

}

input[type="checkbox"], input[type="radio"]{
	border: none;
	/*border-radius:3px;*/
	outline: none;	
	font: 11px Verdana, Helvetica, sans-serif !important;	
}

input[type="image"],input[type="image"]:focus {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(82, 168, 236, 0.6);	
}

/* INPUTS BORDERGRID */

.BorderGrid input {    
	padding: 0px 5px;	
	/*border-radius:3px;*/
	margin: 0px;
	outline: none;	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font: 11px Verdana, Helvetica, sans-serif !important;    
}

.BorderGrid select {
	padding: 0px 3px 0px 5px;	
	/*border-radius:3px;*/
	margin: 0px;
	outline: none;	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;		
	font: 11px Verdana, Helvetica, sans-serif !important;	
}

.BorderGrid input[type="checkbox"], .BorderGrid input[type="radio"] {
	border: none;
	/*border-radius:3px;*/
	outline: none;	
	font: 11px Verdana, Helvetica, sans-serif !important;	
}

.BorderGrid input[type="image"],.BorderGrid input[type="image"]:focus
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(82, 168, 236, 0.6);	
}


/* INPUTS NOVOS FIM */

input.FileUpload{font-size:10px;}

.title {
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #A0410D;
 }

legend{font-weight:normal;padding-bottom: 5px;}

hr {
	border: 0;
	border-top: 2px solid #2B4954;
	height: 2px;
}

img {
	border-width: 0;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	color: #333;
	font-family: verdana;
}

.menutextindent {
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
/*
h1 {
	font-size: large;
	color: #C36C2D
}

h2 {
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #C36C2D;
	margin-bottom: -15;
}
	
h3 {
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #C36C2D;
	padding-left: 15;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Verdana;
}
*/
/* Tables                      */
/*-----------------------------*/	

table {
	font-size: 1em;
	border-collapse: inherit;
}

table.header {
	  background-color:#FDE38F;
}

td.logo {
	text-align: left;
	width: 184px;
}

td.title {
	text-align: center;
	font-family: verdana;
	font-size: x-large;
	font-weight: bolder;
	color: #A0410D;
}

td.headerbar {
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu {
	background-color:#A0410D;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer {
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #A0410D;
	text-align: right;
}

.Button {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #A2A2A2;
	border-radius: 4px;
	padding: 4px 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
    background-repeat: repeat-x;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
}

.Button:hover {
	background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

.Label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.LabelBold {
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
}

.Textbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.TextboxRightAlign {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.TextboxCurrency {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.Checkbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px !important;
	margin: 0px !important;
}

.Checkbox input[type=checkbox] {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px !important;
	margin: 0px 4px 0px 4px !important;
	border: 1px solid #cccccc;
	vertical-align: middle;
}

.DropDownList {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.Listbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
}
.File {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Mandatory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Red;
}
.Erro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Red;
}

.Box {
	/*border: 1px solid #E8EAEC;*/
	background: #FFFFFF;	
}

.boxSpacing {
	padding: 0px 5px;
}

.boxSpacing > span > .Box{
	margin-top: 5px;
	border-spacing: 0px;
}

fieldset.Box {
	border: 1px solid #E8EAEC;
	background: #FFFFFF;
	padding: 5px;
	/*margin: 0px 5px;	*/
	margin: 0px 0px;	
}

.Box2 {
	/*border: 1px solid #CDCDCD; background: #F9F9F9;*/	
	background: #6699CC;
	padding: 5px;
}

.Box > tbody > tr > td > table
{
	padding: 10px;
}

.Box > tbody > tr > td > div > div
{
	padding: 10px;
}

.Box > tbody > tr> .BoxTitle > table 
{
	padding: 0px;	
}


.BoxTitle {
	font-weight: bold;
    /* font: bold 11px Verdana, Helvetica, sans-serif; */
    background: #FFF;
    color: #6699CC;
    border-bottom: 1px solid #E8EAEC;
    padding: 10px 10px;
}

#divDocumento .Box {
	border: 0px solid #E8EAEC;
	background: #FFFFFF;
}

#divDocumento .BoxTitle {
	background: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;    
    color: #333;
    font-weight: bold;
    padding: 4px;	
}

.BoxTitle2 {
	background-image: url(Images/GrayBG.png);
	height:20px;
}

.BoxTitle3 {
	border: 1px solid #E8EAEC !important;
	/*background: url(Images/bgMenuHeader.png) repeat-x left top !important;	*/
	background:#f9f9f9;
	overflow: hidden;
	/*border-radius: 3px;	*/
	padding: 0px 5px;
	margin: 1px 0px;
}

.BoxTitle4 {
	border: 1px solid #B2CCE5 !important;
	background: #E0EBF5 !important;	
	overflow: hidden;
	/*border-radius: 3px;	*/
	padding: 0px 5px;
	margin: 1px 0px 0px 2px;
}

.BoxTitle5 {
	background: url("Images/bgMenuHeader.png") repeat-x scroll left top #FFFFFF;
	border: 1px solid #E8EAEC;    
    color: #333;
    font-weight: normal;
    padding: 4px;	
}

.BoxTitle6 {
	background: #6699CC;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px !important;	
}

.BoxTitle7 {
	background: #6699CC;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px !important;	
}

.BorderLeft {
	padding: 0px 0px 0px 5px; 
	border-left: 1px solid #E8EAEC;
	overflow: hidden;
}

.WaitBox {}

.WaitLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:White;
}

.MenuBar {
	background-color: #305465;
	color:White;
}

.MenuBar div { z-index: 1;	}

.GridViewTitle {
	/*background-color:#6699CC;*/
	/*color:White;*/
	height:38px;
	font-size:18px;
	font-weight:normal;
	/*padding: 0px 0px 0px 10px;	*/
	padding: 0px;	
}

.GridViewTitle img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0px;
}

.GridViewTitle .btn img 
{
	margin: 0px 10px 0px 0px;
}


.GridViewTitle span {
	margin: 0px;
	padding: 0px;
}

.Link, .Link:link, .Link:visited, .Link:active, .Link:hover {
	color: #FFFFFF; 
	text-decoration:none; 
	font-size:11px;
	font-weight:normal;
	/*border-left: 1px solid #88B5E1;
	border-top: 0px solid #88B5E1;
	border-right: 0px solid #88B5E1;
	border-bottom: 0px solid #88B5E1;*/
	padding: 8px 10px 8px;	
	margin: 0px;
	vertical-align: middle;	
	cursor: pointer;
	display: inline-block;
}

.Link img 
{
	vertical-align: middle;
}

.LinkImgBtnSaveNoUnderline {
	color: #FFFFFF; 
	background:url(Images/Gravar.png) no-repeat 0px 0px ;
	background-position:center left;
	padding-left:26px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	border:0px;
}

.LinkImgBtnSave {
	display: inline-block;
    padding: 7px 12px 7px 33px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
    background: #5bc0de url(Images/Gravar.png) no-repeat 10px center;
    border-color: #46b8da;
	margin-bottom: 5px;
    margin-right: 5px;
}
	/*
	color: #FFFFFF; 
	background:url(Images/Gravar.png) no-repeat 0px 0px ;
	border-left: 1px solid #88B5E1;
	background-position:center left;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:underline; 
	font-size:11px;
	font-weight:normal;
*/

.LinkImgBtnSave:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.LinkImgBtnRefresh {
	font-size:11px;
	background:url(Images/refresh.png) no-repeat 10px center;
	padding-left:38px;
	padding-top:10px;	
	padding-bottom:11px;
	margin-right:10px;
	font-weight:normal;
	text-decoration: none;
	border-left: 1px solid #E8EAEC;
}

.LinkButton {
	color: #333; 
	text-decoration:none; 
	font-size:11px;
}
.LinkButtonUnderline {
	color: #333; 
	text-decoration:underline;
	font-size:11px;
}
.LinkNoUnderline {

	text-decoration:none; 
	font-size:11px;
}

.BoxRight .LinkNoUnderline {
	text-decoration:none; 
	font-size:11px;
	border-left: 1px solid #E8EAEC !important;
    padding: 5px 10px 5px 10px;
    display: inline-block;
}

.recordPageLink, .recordPageLink:link, .recordPageLink:visited, .recordPageLink:active, .recordPageLink:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
.recordPageHeaderTitle {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #467689;
}
.recordPageHeaderItems
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #AE7B85;
}
.GridTextTitle, .GridDropTitle {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.GridTextTitle 
{
	margin-right: 5px; 
	margin-left: 5px; 
}

.SearchCriteriaPanelHeader 
{
	font-weight: bold;
	/*font: bold 11px Verdana, Helvetica, sans-serif;*/
	background: #FFF;
	color:#6699CC;
	border-bottom: 1px solid #E8EAEC;
	padding: 10px 10px;
}

.SearchCriteriaPanel {
	background: #FFF;
	/*color: #333333;*/
	border-collapse: collapse;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
	box-sizing: border-box;	
	border: 1px solid #E8EAEC;
}
	
.drop_down_panel {
	position: absolute;
	margin-top: 2px;
	z-index: 100;
	/*border: 1px solid #CDCDCD !important;*/
	padding: 0px;	
	background: #FFFFFF;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	  
    box-sizing: border-box; 
    font: 11px Verdana, Arial, Helvetica, sans-serif !important;
    
}

.drop_down_calendar {
	border-collapse: separate;
	margin:0px;
	background-color: white;
	width: 100%;
	border-spacing: 0px !important;
}

.drop_down_calendar td {
	padding: 0px 5px !important;
	vertical-align: middle !important;
	height: 20px !important;
	line-height: 20px !important;
}

.drop_down_calendar .days_of_week td {
	/*border: 1px solid #6699CC;	*/
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.drop_down_calendar a {
	text-decoration: none !important;
}

.calendar_header {
	width:220px;
    background: #6699CC !important;
    border-bottom: 5px solid #3F7DBC !important;
    color: #FFF !important;
    height: auto !important;
	border-spacing: 0px !important;
}

.calendar_header, .drop_down_calendar 
{
	border-spacing: 0 !important;
}

.calendar_header td a
{
	line-height: 30px;
}	

.calendar_header td 
{
	text-align:center !important;
}

.prev_month_link,.next_month_link, .prev_month_link:hover,.next_month_link:hover {
	cursor: pointer;
	color: #FFF !important;
	text-decoration: none !important; 
}


.month_label {
	font-weight: bold;	
	color: #FFFFFF;
	text-align:center;
}

.period_days {
	width:220px;	
	box-sizing: border-box;
	top:25px;
	clear: left;
	overflow: hidden;
	display: block;
}

.period_days td 
{
    padding: 0px 5px 0px !important;
}

.loading_icon {
	text-align: center;
	width: 220px;
	background: url(Images/spinner.gif) no-repeat center center;
	padding: 10px 0px;
}

.calendar_close_button {
	cursor: pointer;
	top: -10px;
	right: -8px;
	padding: 0px;
	position: absolute;
}

.calendarButtonBg span img
{
	margin-top: -3px;
}

.regular_date {
	text-align:center !important;
	width:30px !important;
	border: 1px solid #FFFFFF !important;	
	box-sizing: border-box;
}

.todays_date {
    background-color: #EDF9FF;
	/*border-radius:3px;*/
	color: #0066CC !important;
	border: 1px solid #0066CC !important;	
	text-decoration: none !important;
}

.todays_date:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.clickable_date {
	cursor: pointer;
	cursor: hand;
	padding: 2px 0px 0px;
	line-height: 20px !important;
	vertical-align: bottom !important;
	display: block;
	text-align: center;
}

.days_of_week {
	background-color: #EEEEEE;
	text-align: center;
	/*color: #FFFFFF;*/
	padding: 0px !important;
	width: 20px !important;
	margin: 0px !important;	
	overflow: hidden;	
}

.holiday_date {
	background: #faa732;	
	border-radius:3px;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;	
	text-decoration: none !important;
}	


.logoBKG {
	background-image: url(../App_Images/Logo2_BKG.gif);
}
.LOVSelect {
	background:url(Images/LOVSelect.png) no-repeat 0px 2px;

	font-size:14px;
	margin-right: 0px; 
	width:16px;
	display: inline-block;
	cursor: pointer;
}

.LOVClean {
	background:url(Images/LOVClean.png) no-repeat 0px 2px;
	font-size:14px;
	margin-right: 0px; 
	width:16px;
	display: inline-block;
	cursor: pointer;
}
.MoveableWindow {
	background-color: #ffffff;	
}
.MoveableWindowTitle {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #6699CC;*/
	padding: 0 0 10px 0px !important;
	/*color: #FFFFFF;*/
	cursor: move;
    border-bottom: 1px solid #e5e5e5 !important;
}
.MoveableWindowTitle span.Label 
{
	font: 18px Verdana, Arial, Helvetica, sans-serif;	
}

.CloseImg {
	background: url(Images/close.png) no-repeat center center;	
	width: 17px;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
    filter: brightness(0);
    opacity: 0.4;	
}

.CloseImg:hover {
    filter: brightness(1);
    opacity: 1;	
}

.CloseImgSmall {
	background: url(Images/close.png) no-repeat center center;	
	width: 10px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
    filter: brightness(0);
    opacity: 0.4;	
}

.CloseImgSmall:hover {
    filter: brightness(1);
    opacity: 1;	
}
.Check {
	background:url(Images/ok.png) no-repeat 0px 0px;
	font-size:14px;
	margin-right: 0px; 
	width:19px;
	display: inline-block;
}
.Check a {
	text-decoration:none;
}
.Validator {
	color:Red;
}

#wrapper {
	margin:0px;
	padding: 0px;
}

/* CABECALHO */

#cabecalho {
	height:75px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background:url('Images/bgHeader.png') repeat-x bottom;
}
#cabecalho .clear
{
	float:left;
}
#cabecalho .logo {
	float:left;
	width:278px;
	height:74px;
	*position: absolute;
	*left: 0px;
	*top: 0px;
		
}
#cabecalho .logo h1 {
	width:278px;
	height:74px;
	text-indent:-9999px;
}
#cabecalho .logo h1 a {
	display:block;
	width:278px;
	height:74px;
	background:url('Images/logo.png') no-repeat;
}

#cabecalho .logoRight {
	height: 52px;
	float: right;
	padding-top: 2px;
	padding-left: 50px;
	font: smaller Verdana, Arial;
	margin-top: 7px;
	margin-right: 11px;	
	background: url(images/bgUserData.png) no-repeat left 9px;
}

tr.gvPager {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	height:24px;
	font-weight:bold;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	background:url('Images/cabecalho_base.png') repeat-x bottom;	
}
.gvAltRow {	
	background:url('Images/cabecalho_base.png') repeat-x bottom;
}
.gvSelectedRow {
	background:none;
	background-color:#E0EBF5 !important;
	
}
.GridViewFooter{
	padding:3px;
}

.GridOrderAsc {
	background:url('Images/order.png') no-repeat 0px 0px;
	width:10px;
	height:8px;
	float:right;
	display:inline !important; 
}
.GridOrderDesc {
	background:url('Images/order.png') no-repeat 0px -8px;
	width:10px;
	height:8px;
	float:right;
	display:block;
}
.ActiveTabStyle {
	background-color:#305465;
	background-image:none;
}
.ContentStyle {
	background-image:url(Images/TabContent.png);
	background-repeat:repeat-x;
	background-color:none;
}

.BtnGravar {
	background:url(Images/Gravar.png) no-repeat 0px 0px ;
	background-position:bottom left;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;	
}
.BtnInserir {
	background:url(Images/inserir.png) no-repeat 0px 0px ;
	background-position:bottom left;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;
}

.imgDelete{
	background:url(Images/eliminar2.png) no-repeat center center ;
	vertical-align:middle;
	font-size:16px;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.imgDetail {
	background:url(Images/Details.png) no-repeat center center ;
	vertical-align:middle;
	font-size:16px;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.imgDetail:hover {
	text-decoration:underline;
	cursor:pointer;
}
.imgDetailBPM {
	background:url(Images/logoLoginBPM.png) no-repeat center center ;
	vertical-align:middle;
	font-size:16px;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.imgDetailBPM:hover {
	text-decoration:underline;
	cursor:pointer;
}
.MarcarTodos {
	background: url(Images/selectAll.png) no-repeat 10px center;
    border-left: 1px solid #E8EAEC !important;
    color: #333 !important;
    padding: 5px 10px 5px 30px;
    display: inline-block;
}

.ReporValoresAnteriores {
	background: url(Images/undoSelect.png) no-repeat 10px center;
    border-left: 1px solid #E8EAEC !important;
    color: #333 !important;
    padding: 5px 10px 5px 33px;
    display: inline-block;
}

.DesMarcarTodos {
	background:url(Images/unselectAll.png) no-repeat 10px center;
    border-left: 1px solid #E8EAEC !important;
    color: #333 !important;
    padding: 5px 10px 5px 30px;
    display: inline-block;
}

.ExportarExcel {
	background:url(Images/exportarExcel.png) no-repeat 0px 0px ;
	background-position:left;
	vertical-align:middle;
	padding-left:36px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right: 10px;	
	font-size:11px;
	font-weight:normal;
	text-decoration: none;	
	*background: url(Images/exportarExcel.png) no-repeat 0px 0px;
	*line-height: 30px;
	*height: 30px;
	*margin-top: 0px !important;
	*padding-top: 0px !important;
	*padding-bottom: 0px !important;	
	*display: inline-block;	
}

.divWait {
	display:none;
	width: 80px;
	height: 80px;
	background: #1F1F2C;
	top: 50%;
	right: 0px;
	bottom: 0px;
	left: 50%;
	position: absolute;
	margin-top: -40px;
	margin-left: -40px;	
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);	
	border: 0px solid #CCCCCC;	
	border-radius: 15px;
	text-align: center !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1), 0 0 4px #000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1), 0 0 4px #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1), 0 0 4px #000;	
    z-index: 100000;		
}

/* LOGIN */
#login_wrapper {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-195px;
}
#login_form {
	width:400px;
	padding:0px;
	border:1px solid #DDDDDD;
	background: #F5F5F5;
	overflow: hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 10px #CCC;
	-webkit-box-shadow:0px 0px 10px #CCC;
	box-shadow:0px 0px 10px #CCC;
}

.loginAll {
	background: url('Images/bgLoginLogo.png') no-repeat right bottom;
    height: 100%;
    width: 100%;
}

#login_form .cabecalho {
	margin-bottom:2px;
	padding: 0px;
	background: url('Images/boxLogoBg.png') repeat-x left bottom;
	overflow: hidden;
}
#login_form .cabecalho .logo {
	/*float:left;*/
	height:34px;
	width:292px;
	margin: 35px auto;
	background:url('Images/logoLogin.png') no-repeat;
}

.boxLine {
    margin: 0 auto;
    padding: 20px 0 10px;
    position: relative;
    width: 300px;
}

.boxLine label:first-letter {
    text-transform: capitalize;
}
.boxLine label {
    font-size: 11px;
    left: 10px;
    position: absolute;
    text-transform: lowercase;
    top: 36px;
}

.StatusBarRed {
    color: #FF0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    display: block;
    text-align: center;
}

.buttonLogin {
    background: #6BB434;
    border: 1px solid #6BB434;
    box-shadow: 1px 1px 1px #E0DEDE;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font: bold 16px Verdana !important;
    margin: 0px 0px 0px !important;
    padding: 15px 10px !important;
    text-transform: uppercase;
    width: 300px;
}

.buttonLogin:hover {
	background: #6BB434;
	border: 1px solid #6BB434;	
}

#login_form input {
	padding: 15px 10px;
	margin: 0px;	
	font-size: 11px;	
}

#login_form input:hover,
#login_form input:focus {
	color:#777777;
	outline:none;
}
#login_form input.username {
	
	background: #FFFFFF url(images/textBoxUser.png) no-repeat 270px center;
	width: 300px;
}
#login_form input.password {
	
	background: #FFFFFF url(images/textBoxPassword.png) no-repeat 270px center;
	width: 300px;
}

.logoLoginFooter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	color: #333333;
}

.logoLoginFooter span {
	display: block;
	text-align: right;
	font: 11px Verdana;
}

.LogoutLink, .LogoutLink:active, .LogoutLink:visited{text-decoration:none; color:#2B4954; font-weight:bold; font-size:10px;}
.LogoutLink a, .LogoutLink:visited a{text-decoration:none;}

.btnAdmin 
{
	margin-top: 4px;
	border: 1px solid #6699CC;
	border-radius: 3px;	
	background: #83b1de; /* Old browsers */
	background: -moz-linear-gradient(top, #83b1de 0%, #6699cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83b1de), color-stop(100%,#6699cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #83b1de 0%,#6699cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b1de', endColorstr='#6699cc',GradientType=0 ); /* IE6-9 */	
	color: #FFFFFF;
	overflow: hidden;
	padding: 3px 5px 4px 5px;	
	display: inline-block;
	text-decoration: none;
	font: bold 11px Verdana;
}

.btnAdmin:hover 
{
	border: 1px solid #83B1DE;
	background: #6397ca; /* Old browsers */
	background: -moz-linear-gradient(top, #6397ca 0%, #3a76b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6397ca), color-stop(100%,#3a76b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6397ca 0%,#3a76b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6397ca', endColorstr='#3a76b1',GradientType=0 ); /* IE6-9 */
}

.btnAdmin img 
{
	vertical-align: middle;
}

.BtnVoltar {
	font-size:11px;
	color:White;	
	background:url(Images/back.png) no-repeat 0px 0px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
}

.BtnEditar {
	font-size:11px;
	color:White;	
	background:url(Images/editar2.gif) no-repeat 0px 0px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
}
.BtnEliminar {
	font-size:11px;
	color:White;	
	background:url(Images/eliminar.gif) no-repeat 0px 0px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
}

.BtnEditar2 {
	font-size:11px;
	color:White;	
	background:url(Images/editar2.png) no-repeat 0px 0px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
}
.BtnEliminar2 {
	font-size:11px;
	color:White;	
	background:url(Images/eliminar2.png) no-repeat 0px 0px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
}

label, input[type="radio"] {
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%; 
  margin-bottom: auto;
  font-weight: normal;  
}

 input[type="radio"] 
 {
	margin-right: 5px;
	margin-left: 5px;
 }

.NoDataLabel {
	font: bold 11px Verdana;
	text-align: center;
	width:100%;
	display: inline-table;
	background: #E0EBF5;
	padding: 5px 0px;
	border: 1px solid #D1E0F0;
	box-sizing: border-box;
	margin-bottom: 5px;	
	color: #6699CC;	
	zoom: 1;
	*display: inline;			
}

.ResumoAccaoTitle {
	font-size:11px;
	text-decoration: underline;
}
.ResumoAccaoContainer {
	padding: 0px !important;
	margin: 0px !important;
}

.ResumoAccaoContainer a, .ResumoAccaoContainer a:hover{
	text-decoration: underline;
}

.ResumoAccaoContainer .LabelBold {


}

.ResumoAccaoContainer > table > tbody > tr > td, .ResumoAccaoContainer > table > tbody > tr > td .Label, .ResumoAccaoContainer > table > tbody > tr > td .LabelBold,.ResumoAccaoContainer > div > div > table > tbody > tr > td .LabelBold {
	background: #F7F7F7;
	padding: 3px 4px;
	color: #6699CC;
	font-weight: normal !important;
}

.ResumoAccaoContainer > table > tbody > tr > td:nth-child(2n), .ResumoAccaoContainer > table > tbody > tr > td:nth-child(2n) .Label, .ResumoAccaoContainer  > table > tbody > tr > td:nth-child(2n) .LabelBold {
	background: #FFF;
	padding: 3px 4px;
	color: #333;
}

.HeaderSaveBTN {
	/*
	font-size:11px;
	color:White;	
	background:url(Images/gravar.png) no-repeat 10px center;
	padding-left:38px;
	padding-top:12px;	
	padding-bottom:12px;
	margin-right:5px;
	font-weight:normal;
	text-decoration: none;
	border-left: 1px solid #88B5E1;
	*/
    display: inline-block;
    padding: 7px 12px 7px 38px;
    margin-bottom: 5px;
	margin-right: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: #5bc0de url(Images/gravar.png) no-repeat 11px center;
    border-color: #46b8da;
}
.HeaderSaveBTN:hover {
    color: #fff;
	background: #31b0d5 url(Images/gravar.png) no-repeat 11px center;
    border-color: #269abc;
}


.HeaderSaveBTNGrid {
	font-size:11px;
	background:url(Images/gravar4.png) no-repeat 10px center;
	padding-left:38px;
	padding-top:10px;	
	padding-bottom:11px;
	margin-right:10px;
	font-weight:normal;
	text-decoration: none;
	border-left: 1px solid #E8EAEC;
}

.HeaderInsertBTNGrid {
	font-size:11px;
	background:url(Images/mais.png) no-repeat 10px center;
	padding-left:38px;
	padding-top:10px;	
	padding-bottom:11px;
	margin-right:10px;
	font-weight:normal;
	text-decoration: none;
	border-left: 1px solid #E8EAEC;
}

.HeaderIGeraBTNGrid {
	font-size:11px;
	background:url(Images/gerar.png) no-repeat 10px center;
	padding-left:38px;
	padding-top:10px;	
	padding-bottom:11px;
	margin-right:10px;
	font-weight:normal;
	text-decoration: none;
	border-left: 1px solid #E8EAEC;
}

.ActionButton {
	min-width:200px;
	background: #fff;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border : 1px solid #aaa;
}	
	
.leftMenu {
	width: 170px;
	border-top: 1px solid #E8EAEC;
	border-left: 1px solid #E8EAEC;
	box-sizing: border-box;
}

.lnkMenu {
background: #feffe8; /* Old browsers */
background: -moz-linear-gradient(top, #feffe8 0%, #E0DCDB 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#E0DCDB)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffe8 0%,#E0DCDB 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffe8 0%,#E0DCDB 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffe8 0%,#E0DCDB 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffe8 0%,#E0DCDB 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#E0DCDB',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #E8EAEC;
border-right: 1px solid #E8EAEC;
box-sizing: border-box;
width: 170px;
display: block;
padding: 10px 5px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none !important;
color: #333333;
-webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.10);
-moz-box-shadow:    inset 0px 0px 3px rgba(50, 50, 50, 0.10);
box-shadow:         inner 0px 0px 3px rgba(50, 50, 50, 0.10);
}

.lnkMenu:hover {
background: #feffe8; /* Old browsers */
background: -moz-linear-gradient(top, #feffe8 0%, #D5CFCE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#D5CFCE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffe8 0%,#D5CFCE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffe8 0%,#D5CFCE 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffe8 0%,#D5CFCE 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffe8 0%,#D5CFCE 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#D5CFCE',GradientType=0 ); /* IE6-9 */
color: #305465;
text-decoration: none !important;
}

.lnkMenu img {
	margin-right: 2px;
}

.ButtonFilter {
border-left: 1px solid #E8EAEC;
padding: 10px;
width: 94px;
}

.ButtonAdvance {
	padding: 10px;
	display: block;
	overflow: hidden;
	text-decoration: none !important;
	font: 11px Verdana;
}

.ButtonAdvance img
{
	background: url(Images/ButtonAvancar.png) no-repeat center center;
	max-height: 40px !important;	
}

input.ButtonAdvance
{
	background-image: url(Images/ButtonAvancar.png);
	background-repeat: no-repeat;
    background-position: center 10px;
    height: 70px;
    padding-top: 40px;
}

.ButtonSearch
{
	padding: 10px;
	display: block;
	overflow: hidden;
	text-decoration: none !important;
	font: 11px Verdana;
}



.ButtonSearch:hover {
	/*background: #E2E0E2 url(Images/bgSearchHover.png) repeat-x left top;*/
}

.ButtonSearch img
{
	
	background: url(Images/pesquisar.png) no-repeat center center;
	max-height: 40px !important;	
	
}

input.ButtonSearch
{
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5bc0de;
    border-color: #46b8da;
	/*
	background: #FFF url(Images/bgSearch.png) repeat-x left bottom;
	padding: 10px !important;
	border: 1px solid #E8EAEC !important;
	border-radius:3px !important;	
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;	
	display: block !important;
	overflow: hidden !important;
	text-decoration: none !important;
	font: bold 10px Verdana !important;
	color: #225169 !important;	
	*/
}

input.ButtonSearch:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
	/*
	background: #E2E0E2 url(Images/bgSearchHover.png) repeat-x left top !important;
	*/
}

.PaddingDiv {
	padding: 5px;
}	

.BorderGrid {
	background: #FFFFFF;
}

.BorderGrid img {
	height: 16px;
}

.BorderGrid td {
	border-left: 1px solid #E8EAEC !important;
	border-bottom: 1px solid #E8EAEC;	
	border-right: 1px solid #E8EAEC !important;	
}

.BorderGrid th {
	text-decoration: none !important;
	border-left: 1px solid #E8EAEC !important;
	border-right: 1px solid #E8EAEC !important;	
}

.BorderGrid td td {
	border-left: 0px solid #E8EAEC !important;
	border-right: 0px solid #E8EAEC !important;	
	border-bottom: 0px solid #E8EAEC !important;		
}

.pager {
	background: #FFFFFF url(Images/bgMenuHeader.png) repeat-x left bottom;	
	border: 1px solid #E8EAEC;	
}
.pager > td {
	padding: 7px 5px;	
	text-decoration: none !important;
}
.pager td 
{
	border-bottom: 0px solid #E8EAEC !important;		
}

.pager a {
	color: #333333 !important;
	padding: 4px 7px;
	text-decoration: none !important;
}
.pager span {
	border: 1px solid #CECECE;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	color: #6699CC;
	padding: 2px 7px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	text-decoration: none !important;
}

.pager a:hover {
    color: #6699CC !important;
}

.GridViewHeader {
	/*background: #E4E2E4 url(Images/bgMenuHeader.png) repeat-x left top;*/
	color: #003366;
	border: 1px solid #E8EAEC;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.GridViewHeader th {
	padding: 5px;
	text-decoration: none;
	border: 1px solid #E8EAEC !important;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color: #333;
}

.GridViewTitleImg {
	vertical-align: middle;
	margin-right: 10px;
}

.searchSpace {
	/*padding: 5px;*/
	padding: 10px;
}

.searchSpace > table > tbody > tr > td {
    padding: 0px 5px 4px !important;
    margin: 0px !important;
    border-collapse: collapse;
   /*border: 0px;*/
}


.TableSpace 
{
	/*margin: 10px;*/
}

.TableSpace tr td {
	padding: 0px 5px 4px !important;
	margin: 0px !important;
	border-collapse: collapse;
	border: 0px;
 }

.brSpace {
	padding: 10px 0px 0px;
	overflow:visible;
}

.brSpaceLeftRight {
	padding: 5px 0px 0px;
	margin-bottom: 5px;
}

.divExplorer {
	border: 0px solid #E8EAEC;
	padding: 0px;
	background: #F2F2F2;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
}

.SearchExploreTd {
	font: 11px Verdana, Helvetica, sans-serif;
	background: #FAFAFA url(Images/bgMenuHeader.png) repeat-x left bottom;
	border-bottom: 1px solid #E8EAEC;
	padding: 5px 10px;
}

.brSpace .GridViewTitle, .brSpaceLeftRight .GridViewTitle {
	background: #FAFAFA;
    border: 1px solid #E8EAEC;
    color: #333 !important;
    /*border-radius: 3px;*/
    height: 34px;
    font: 11px Verdana, Helvetica, sans-serif;
}

.Box .x_contentExpTitle .GridViewTitle {
	background: #FAFAFA !important;
    border: 1px solid #E8EAEC;
    color: #333 !important;
    /*border-radius: 3px;*/
    height: 34px;
    font: 11px Verdana, Helvetica, sans-serif;
	min-width: 380px;
}

.Box .x_contentExpTitle .GridViewTitle .Link, .Box .x_contentExpTitle .GridViewTitle .btn, .brSpace .x_contentExpTitle .GridViewTitle .btn {
    border-left: 1px solid #E8EAEC !important;
	border-right: 0px solid #E8EAEC !important;
	border-top: 0px solid #E8EAEC !important;
	border-bottom: 0px solid #E8EAEC !important;
    color: #333 !important;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	background: none !important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); 
}

.brSpace .x_contentExpTitle .GridViewTitle .btn img[src$="inserir.png"]
{
	content: url("../../App_Images/inserir3.png");
}

.brSpace .x_contentExpTitle .GridViewTitle .btn img[src$="back.png"]
{
	content: url("../../App_Images/backBlue.png");
}

 

.Box .x_contentExpTitle .GridViewTitle .btn {
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.Box .x_contentExpTitle .GridViewTitle .btn img {
	display: none !important;
}

.Link {
	color: #fff;
    background: #5bc0de;
    border-color: #46b8da;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

/* ANALISAR */

.tableContainer .x_contentExpTitle .GridViewTitle {
	background: #FAFAFA;
    border: 1px solid #E8EAEC;
    color: #333 !important;
    /*border-radius: 3px;*/
    height: 34px;
    font: 11px Verdana, Helvetica, sans-serif;
	border-spacing: 0px;
}

.tableContainer .x_contentExpTitle > table {
	border-spacing: 0px !important;
}

.tableContainer .x_contentExpTitle .GridViewTitle > table > tbody > tr > td > img {
	height: 16px;
}

/* FIM ANALISAR */

.divExplorer .GridViewTitle {
	border: 1px solid #E8EAEC;
	background: #FAFAFA;	
	color:#333;
	font-weight: normal;		
}

.GridViewTitle table td:first-child
{
	padding-left: 10px;
}

.divExplorer .GridViewTitle .Link {
	border-left: 1px solid #E8EAEC !important;
	color: #333 !important;
	padding: 7px 10px 7px 10px;	
	display: inline-block;
}

.divExplorer .GridViewTitle .Link span {
	border-left: 0px solid #E8EAEC !important;
	background: none !important;	
}

.brSpace .GridViewTitle .Link, .brSpaceLeftRight .GridViewTitle .Link {
	border-left: 1px solid #E8EAEC !important;
	color: #333 !important;
	padding: 5px 10px 5px 10px;	
	display: inline-block;
	background: none;
}

.brSpace .GridViewTitle .LabelBold {
	color: #333 !important;
}

.GridViewTitle table, .divExplorer .GridViewTitle {
	border-spacing:0;
    border-collapse:collapse;
}
/*
.brSpace .GridViewTitle .Link img, .brSpaceLeftRight .GridViewTitle img, .divExplorer .GridViewTitle img {
	/*height: 20px;*/
	/**height: 12px;*/
	vertical-align: middle;
	/*background: #6699CC;*/
	/*padding: 4px;*/
	/*border-radius: 3px;*/
	margin-right: 5px;
}
*/


.brSpace .Link, .brSpaceLeftRight .Link {
	color: #FFFFFF; 
	text-decoration:none; 
	font-size:11px;
	font-weight:normal;
	border-left: 1px solid #999;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	padding: 8px 10px 9px;	
}

@-moz-document url-prefix() {
    .brSpace .Link, .brSpaceLeftRight .Link {
        	padding: 8px 10px 6px;	
    }
}
/*
.ActionTitle {
	background: #FFF;
    font-weight: bold;
    padding: 10px 10px;
    border: 1px solid #E8EAEC;    
}
*/

.ActionTitle {
	background: #FFFFFF;
    font-weight: bold;
    padding: 5px 0px 5px 10px ;
    font-weight: bold;
    color: #6699CC;
}

.ActionTitle a.btn img 
{
	margin: 0px 10px 0px 0px;
}

.ActionTitle a.btn
{
	display: inline-block !important;
}

.ActionTitle input.btn.btn-success {
	background-image: url(Images/addAction.png) !important;
	background-repeat:  no-repeat;
	background-position:  12px center !important;
	padding: 10px 12px 10px 40px !important;
	margin-bottom: 0 !important;
	/*cursor: pointer;
	text-decoration:none !important; 
	font-size:11px !important;
	font-weight:normal !important;
	border: 2px solid #99CC00;
	padding: 3px 3px 3px 25px;
	box-shadow: none !important;
	white-space: normal;*/
}

.ActionTitle input.btn.btn-success:hover, .ActionTitle input.btn.btn-success:focus {
	background-image: url(Images/addAction.png) !important;
	background-repeat:  no-repeat !important;
	background-position:  12px center !important;
	padding: 10px 12px 10px 40px !important;
	margin-bottom: 0 !important;
}

/*
.ActionTitle input.Link:hover {
	box-shadow: none !important;
} 

@-moz-document url-prefix() { 
  .ActionTitle .Link
 {
     padding:  8px 10px 7px; 
  }
}*/

span.LabelSemAccoes {
	display: inline-block;
	background:  url(Images/ok.png) no-repeat left center; 	
	padding: 6px 6px 6px 25px;
    font-size: 11px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;

}

span.LabelSemAccoesExecutadas 
{
	background:  url(Images/iconObs.png) no-repeat left center; 	
	padding: 6px 6px 6px 25px;
}

/* POPUPS*/
/*  UTILIZAR A PARTIR DE AGORA A CLASSE .centerDiv para centrar as models - O ID já não precisa ser configurado aqui*/
.centerDiv, #divProcessos, .hoverMoveableWindow, #divWorkflow, #divAccao, #divAccaoPossivel, #divATE, #divKeyword, #divMenu, #divMailTemplate,
#divAccaoMail, #divMensagem, #divField, #divCarimbo, #divCarimboLinhas, #divAccaoField, #divPesquisa, #divDarConhecimento, #divPartilhas, #divUtilizadoresPartilhado, #divPesquisarDocumentosPartilhados,
#divFicheiro, #divEditorPasta, #divDocumento, #divPesquisarDocumentos, #divPasta, #divPermissoes, #divPermissoesReciclagem, #divPermissoesDocumento,
#divProduto, #divFornecedor, .PopupWindow, #divInstanciaFicheiro, #divFileUpload, #divMailEnviado, #divPedirParecer,
#divNotasEnc, #divEntradasSaidas, #divContratoFicheiro, #divObservacao, #divInstanciaFicheiro, #divCopiar, .PopupWindow {	-moz-border-radius:3px;
	display: none;
  	margin: auto;
  	position: fixed;
  	top: 0; left: 0; bottom: 0; right: 0;
  	padding: 20px;
  	background:#FFFFFF;
 	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000001;	
}

.centerDiv table.MoveableWindow table, #divProcessos table.MoveableWindow table, .hoverMoveableWindow table.MoveableWindow table, #divWorkflow table.MoveableWindow table, #divAccao table.MoveableWindow table, #divAccaoPossivel table.MoveableWindow table, #divATE table.MoveableWindow table, #divKeyword table.MoveableWindow table, #divMenu table.MoveableWindow table, #divMailTemplate table.MoveableWindow table,
#divAccaoMail table.MoveableWindow table, #divMensagem table.MoveableWindow table, #divField table.MoveableWindow table, #divAccaoField table.MoveableWindow table, #divPesquisa table.MoveableWindow table, #divDarConhecimento table.MoveableWindow table, #divPartilhas table.MoveableWindow table, #divUtilizadoresPartilhado table.MoveableWindow table, #divPesquisarDocumentosPartilhados table.MoveableWindow table,
#divFicheiro table.MoveableWindow table, #divEditorPasta table.MoveableWindow table, #divDocumento table.MoveableWindow table, #divPesquisarDocumentos table.MoveableWindow table, #divPasta table.MoveableWindow table, #divPermissoes table.MoveableWindow table, #divPermissoesReciclagem table.MoveableWindow table, #divPermissoesDocumento table.MoveableWindow table,
#divProduto table.MoveableWindow table, #divFornecedor table.MoveableWindow table, .PopupWindow table.MoveableWindow table, #divInstanciaFicheiro table.MoveableWindow table, #divFileUpload table.MoveableWindow table, #divMailEnviado table.MoveableWindow table, #divPedirParecer table.MoveableWindow table,
#divNotasEnc table.MoveableWindow table, #divEntradasSaidas table.MoveableWindow table, #divContratoFicheiro table.MoveableWindow table, #divObservacao table.MoveableWindow table, #divInstanciaFicheiro table.MoveableWindow table, #divCopiar table.MoveableWindow table, .PopupWindow table.MoveableWindow table 
{
	margin-top: 10px;
	border-spacing: 5px;
}

.centerDiv table, #divProcessos table, .hoverMoveableWindow table, #divWorkflow table, #divAccao table, #divAccaoPossivel table, #divATE table, #divKeyword table, #divMenu table, #divMailTemplate table,
#divAccaoMail table, #divMensagem table, #divField table, #divAccaoField table, #divPesquisa table, #divDarConhecimento table, #divPartilhastable, #divUtilizadoresPartilhado table, #divPesquisarDocumentosPartilhados table,
#divFicheiro table, #divEditorPasta table, #divDocumento table, #divPesquisarDocumentos table, #divPasta table, #divPermissoes table, #divPermissoesReciclagem table, #divPermissoesDocumento table,
#divProduto table, #divFornecedor table, .PopupWindow table, #divInstanciaFicheiro table, #divFileUpload table, #divMailEnviado table, #divPedirParecer table,
#divNotasEnc table, #divEntradasSaidas table, #divContratoFicheiro table, #divObservacao table, #divInstanciaFicheiro table, #divCopiar table, .PopupWindow table 
{
	margin-top: 10px;	
	border-spacing: 5px;	
}

 .centerDiv table.MoveableWindow, #divProcessos table.MoveableWindow, .hoverMoveableWindow table.MoveableWindow, #divWorkflow table.MoveableWindow, #divAccao table.MoveableWindow, #divAccaoPossivel table.MoveableWindow, #divATE table.MoveableWindow, #divKeyword table.MoveableWindow, #divMenu table.MoveableWindow, #divMailTemplate table.MoveableWindow,
#divAccaoMail table.MoveableWindow, #divMensagem table.MoveableWindow, #divField table.MoveableWindow, #divAccaoField table.MoveableWindow, #divPesquisa table.MoveableWindow, #divDarConhecimento table.MoveableWindow, #divPartilhas table.MoveableWindow, #divUtilizadoresPartilhado table.MoveableWindow, #divPesquisarDocumentosPartilhados table.MoveableWindow,
#divFicheiro table.MoveableWindow, #divEditorPasta table.MoveableWindow, #divDocumento table.MoveableWindow, #divPesquisarDocumentos table.MoveableWindow, #divPasta table.MoveableWindow, #divPermissoes table.MoveableWindow, #divPermissoesReciclagem table.MoveableWindow, #divPermissoesDocumento table.MoveableWindow,
#divProduto table.MoveableWindow, #divFornecedor table.MoveableWindow, .PopupWindow table.MoveableWindow, #divInstanciaFicheiro table.MoveableWindow, #divFileUpload table.MoveableWindow, #divMailEnviado table.MoveableWindow, #divPedirParecer table.MoveableWindow,
#divNotasEnc table.MoveableWindow, #divEntradasSaidas table.MoveableWindow, #divContratoFicheiro table.MoveableWindow, #divObservacao table.MoveableWindow, #divInstanciaFicheiro table.MoveableWindow, #divCopiar table.MoveableWindow, .PopupWindow table.MoveableWindow 
{
	margin-top: 0px;	
	border-spacing: 0px;	
}	

.centerDiv .btn {
	color: #FFF;
}

#divConfirmacaoMaster {
    z-index: 1000002;
}
#divMasterErro {
    z-index: 1000003;
}

.hoverMoveableWindowDoc
 {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 1px 1px 15px #999;
	-webkit-box-shadow: 1px 1px 15px #999;
	box-shadow: 1px 1px 15px #999;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 3px;	
	border: 1px solid #E8EAEC;
}

.hoverAuto {
	top: 50% !important; left: 50% !important;
	margin-top: -250px !important;
	margin-left: -300px !important;
	position: absolute;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 1px 1px 15px #999;
	-webkit-box-shadow: 1px 1px 15px #999;
	box-shadow: 1px 1px 15px #999;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #E8EAEC;
	z-index: 100000;	
	width:600px; height:500px; z-index:200;	
	overflow:auto;
	display: none;
}

/* BOTOES */

.btnSave, .btnSearch {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
	/*
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #A2A2A2;
	border-radius: 4px;
	padding: 4px 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
    background-repeat: repeat-x;
    color: #333333;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(images/btnSave2.png) no-repeat 7px center;*/
}
.btnSave:hover, .btnSearch:hover {
	/*
	background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
	*/
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.tableContainer {
	border: 1px solid #E8EAEC;
	background: #FFFFFF;
	padding: 5px;	
}

.borderSpacing 
{
	padding: 10px;
}

.tableContainer table, .Box table, .ActionTitle table
{
	border-spacing: 5px;
	/*padding: 15px;	*/
}
/*
.tableContainer .dxtcControl_PlasticBlue table
{
	border-spacing: 0px;
}
.tableContainer .dxtcControl_PlasticBlue .dxtcPageContent_PlasticBlue table {
	border-spacing: 5px;
}
*/
/* SEPARADORES */

.ActiveTabStyle {
	background: #FFFFFF;
	border-top: 2px solid #3399CC;
	padding: 10px !important;
	border-left: 1px solid #E8EAEC;
	border-right: 1px solid #E8EAEC;
	/*-moz-border-top-left-radius:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;	
	-moz-border-top-right-radius:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;*/
	font: 11px Verdana, Helvetica, sans-serif !important;
}

.dxtc {
    color: #0C384C !important;
    font-family: Verdana;
    font-size: 11px !important;
    white-space: nowrap;
}

.dxtcPageContent_PlasticBlue,
.dxtcPageContentWithTabPositionBottom_PlasticBlue,
.dxtcPageContentWithTabPositionLeft_PlasticBlue,
.dxtcPageContentWithTabPositionRight_PlasticBlue,
.dxtcPageContentWithoutTabs_PlasticBlue 
{
	font-size: 11px;
	color: #333;
}

 .dxtcPageContent_PlasticBlue a {
	font-size: 11px;
 }

.dxtcTab_PlasticBlue {
	/*-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;	
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;*/
	background: #FFFFFF	;
	border-top: 2px solid #E8EAEC;
	border-left: 1px solid #E8EAEC;	
	border-right: 1px solid #E8EAEC;		
	border-bottom: 1px solid #E8EAEC !important;	
	padding: 10px;
	background: #FAFAFA /*url(images/bgMenuHeader.png) repeat-x left 5px*/;
}

.dxtcActiveRow_PlasticBlue td:not(.dxtc) {
    border-bottom: 1px solid #E8EAEC !important;
}

.dxtcScrollButtonIndent_PlasticBlue {
	border-bottom: 1px solid #E8EAEC !important;		
}

.dxtcScrollButtonCell_PlasticBlue {
	border-bottom: 1px solid #E8EAEC !important;		
}

.ContentStyle {
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;	
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;	
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;	
	background: #FFFFFF !important;
	border-left: 1px solid #E8EAEC !important;	
	border-right: 1px solid #E8EAEC !important;		
	border-bottom: 1px solid #E8EAEC !important;			
}

.ContentStyle > div > table {
	width: 100%
}

.Line {
	border-top: 1px dotted #E8EAEC;		
}

.dxtcLeftIndentCell_PlasticBlue, .dxtcRightIndentCell_PlasticBlue {
	border-bottom: 1px solid #E8EAEC !important;	
	width: 0px !important;
	max-width: 0px;
}

/* WORKFLOW */

.btnWorkFlow {
	width: 90px;
	padding: 15px 0px;
	/*background: #666666;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #EBEAEA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EBEAEA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#EBEAEA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#EBEAEA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#EBEAEA 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#EBEAEA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EBEAEA',GradientType=0 ); /* IE6-9 */		
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #E8EAEC;
	margin: 0px 10px 5px 0px;
	font: 10px Verdana !important;
}

.btnWorkFlow:hover {
	/*background: #6699CC;*/
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #D1D1D1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#D1D1D1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#D1D1D1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#D1D1D1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#D1D1D1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#D1D1D1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1D1D1',GradientType=0 ); /* IE6-9 */	
}

.btnWorkFlow img {
	display: block;
	margin: 0px auto 12px;
	margin
}

.btnWorkFlow .blueBadge {
	background: #6699CC;
	color: #FFFFFF;
	border-radius: 2px;
	padding: 3px 6px;
	position: absolute;
	margin-top: -22px;
	margin-left: 50px;
	text-align: right;
	display: block;
	float: right;
}

.btnWorkFlow:hover .blueBadge {
	background: #6699CC;
	color: #FFFFFF;
	border-radius: 2px;
	padding: 3px 6px;
	position: absolute;
	margin-top: -22px;
	margin-left: 50px;
	display: block;
}

.divContainerTasks {
	overflow: hidden;
	width: 100%;
	/*background: url(Images/bgTasksWorkflow.png) repeat-y left top;*/
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 3px;
}

.borderclass .divContainerTasks {
	background: url(Images/bgTasksWorkflowRight.png) repeat-y right top !important;
}

.divClock {
	width: 90px;
	float: left;
	overflow: hidden;
	display: block;	
	text-align: center;
	padding: 5px 0px 5px;
}

.divClock img {
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.divTasks {
	padding: 5px 0px;	
	float: left;
	width: 100%;
	*width: auto;
	margin-right: -90px;
	display: block;
}

.tableTasks {	
	display: block;	
}

.lineTasks {
	border-bottom: 2px solid #F7F7F7;
	padding: 10px;
}
.iconsTasks {
	border-right: 2px solid #F7F7F7;
 	padding: 15px 10px 10px;
	 vertical-align: top;
 }

.rightTasks {
 	padding: 10px 20px;
	vertical-align: top;
 }
/* WORKFLOW TIMELINE MASONRY */



/* WORKFLOW TIMELINE MASONRY PRINT */

.imprimirRequisicao {
	padding: 0px;
	margin: 10px;
	overflow: hidden;
}

.imprimirRequisicao .divTasks 
{
	margin-right: 0px !important;
	float: left;
	width: 90%;
	display: inline-table;
}

.imprimirRequisicao .item {
  width: 100%;
  margin: 0px 0px 10px 0px;
  background-color:#ffffff;
  border:solid 1px #E8EAEC;
  word-wrap:break-word; 
  padding: 0px !important;
  border-radius: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;   
}

/* Label */

.labelBlue {
	color: #6699CC;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	overflow: hidden;
}

.labelWhite14 {
	color: #FFFFFF;
	font-size: 14px;
}

.labelWhite16 {
	color: #FFFFFF;
	font-size: 16px;
}

/* legend automático */

.legendTitle fieldset {
	width: 99%;
	margin: 0px auto;	
	padding: 0px;   
}	

.legendTitle legend {
	background: url("Images/bgMenuHeader.png") repeat-x scroll left top #E4E2E4;
	border: 1px solid #E8EAEC;    
    color: #333;
    font-weight: bold;
    padding: 4px;	
    display: block;
    width: 100%;
}

.legendTitle Table {
	background: #FFFFFF;
	border-bottom: 1px solid #E8EAEC; 
	border-left: 1px solid #E8EAEC; 
	border-right: 1px solid #E8EAEC;
}

/* MENU LEFT STANDARD */

.menuIcons {
	width: 90px;
	overflow: hidden;
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menuIcons li {
	display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 90px;
    overflow: hidden;
    background: #333;
}

.menuIcons li a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeded 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeded)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeded 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded',GradientType=0 ); /* IE6-9 */	
	width: 80px;
	display: block;
	float: left;
	padding: 8px 5px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
	font: 11px Verdana, Helvetica, sans-serif;
	font: 11px Arial;
	color: #666666;
	text-decoration: none;
	-moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; 
	box-sizing: content-box !important;
}

.menuIcons li a:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 1%, #e6e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#e6e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 1%,#e6e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 1%,#e6e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 1%,#e6e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 1%,#e6e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e5e5',GradientType=0 ); /* IE6-9 */
}

.menuIcons li a img {
	display: block;
	margin: 0px auto 5px;
	height: 20px;
}

/* FieldSet Document Painel */

.documentFieldSet {
	/*border: 1px solid #E8EAEC; */
	width: 99%;
	padding: 0px;
	background: #FFFFFF;
	overflow: hidden;
}

.documentFieldSet fieldset {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.documentFieldSet>div>div>fieldset>legend {
	width: 100% !important;	
	display: block !important;
	background: #FFF;
    color: #6699CC;
    border-bottom: 1px solid #E8EAEC !important;
    font-weight: bold;
    padding: 10px 10px;
}

.documentFieldSet>div>div>fieldset>div 
{
	padding: 5px;
}

.documentFieldSet>div>div>fieldset>table {
	margin: 5px;
	padding: 0px;
	width: 98% !important;	
}
.documentFieldSet>div>div>fieldset>div>div>table {
	border-spacing: 5px;
}

#extensionPanel table {
	width: 100%;
}

/* MENU ADMIN */
/********************/

.MenuTdAccordion {
	background: #EBEAEA url(Images/bgMenuParent.png) repeat-y right top;
	width: 159px;
	padding: 0px;
	height:100%;	
	vertical-align: top;	
}

.Menu {	
	background-color: #F9F9F9;
	padding:0px;
	margin: 0px;
	width: 157px;	
}

.MenuPane {
	margin: 0px auto;
	padding: 5px 10px;
	background: #F9F9F9 !important;
	border-bottom: 1px solid #E6E6E6;
}

.MenuPane img {
	vertical-align: middle !important;
	margin-right: 5px;
	height: 16px;
	float: left;
}

.MenuPane a {
	padding: 0px;
	margin: 0px;
	width: 140px;
	text-decoration: none;
}

.MenuPane a:hover {
	color: #6699CC;
}

.MenuHeader {
	background: #FBFAFB url(Images/bgMenuHeader.png) repeat-x left bottom;
	border-bottom: 1px solid #C5C5C5;	
	font: 11px Verdana;
	color: #0C384C;
	text-align: left;
	padding: 6px 4px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
	line-height: 11px;
	vertical-align: middle;
}

.MenuHeaderSelected {
	background: #F7F4F7 url(Images/bgMenuHeaderHover.png) repeat-x left bottom;
	border-bottom: 1px solid #C5C5C5;
	font: 11px Verdana;
	color: #0C384C;
	text-align: left;
	padding: 6px 4px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;	
	vertical-align: middle;	
}

.MenuHeader img, .MenuHeaderSelected img {
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	float: left;
}

.MenuHeader div, .MenuHeaderSelected div {
	overflow: hidden;
	vertical-align: middle;
	line-height: 16px;	
}

.MenuItem {
	color: #999999;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px;
	overflow: hidden;	
}

.MenuItem a, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:active, .MenuItem a:hover {
	color: #CCCCCC;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px;
	overflow: hidden;
	cursor: default;	
}

.MenuItem a[href]:link, .MenuItem a[href]:visited, .MenuItem a[href]:active {
	color: #333;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px;
	overflow: hidden;
	cursor: pointer;
}

.MenuItem a[href]:hover
{
	color: #6699CC;
	cursor: hand;
	text-decoration: "underline";
}

.MenuImage {
	float: left;
	vertical-align: middle !important;
	margin-right: 5px;	
}
.MenuItemLabel {
	font: 11px Verdana;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 110px;
}

/* DocDestaque */

.docDestaque 
{
	background: #6699CC;
	color: #FFFFFF; 	
	border-bottom: 2px solid #FFF;

}

.docDestaque2 
{
	background: #D1E0F0;
	padding: 5px 8px;
	border-bottom: 2px solid #FFF;
}

/* Imagens Link Buttons */

.lnkbtnPasta {
	background: url(Images/folderdatabase2.png) no-repeat center center;
	width: 18px;
	height: 19px;
	display: inline-block;
	*margin-right: 5px !important;	
	margin-bottom: -5px;}

.lnkbtnErase {
	background: url(Images/folderdelete2.png) no-repeat center center;
	width: 18px;
	height: 19px;
	display: inline-block;	
	*margin-right: 5px !important;	
	margin-bottom: -5px
}

.tdNoBorder 
{
	padding: 10px 10px 0px 10px;
}

.tdNoBorder .recordPage 
{
	border-spacing: 0px;
}

.tdNoBorder .GridViewTitle:first-child
{ 
	border-right: 0px solid #E8EAEC !important;
}

.tdNoBorder .GridViewTitle:first-child img
{ 
	display: none;
}


.tdNoBorder .GridViewTitle:last-child
{ 
	border-left: 0px solid #E8EAEC !important;
}

/* BOTOES HEADER */

.infoAdmin
{
	border: solid 0px Black;
	color: Black;
	background: url(images/bgTooltip.png) no-repeat left top;	
	width: 132px;
	*width: 124px;	
	margin-top: 0px;
	*margin-top: 30px;
	margin-left: -54px;
	*margin-left: -80px;	
	height: 62px;
	padding: 21px 5px 5px; 
	display: none;	
    position: relative;
    z-index: 10000; 
    text-align:center;
    font-size: 11px;
    font-weight: bold;
}

.InfoStats
{
	border: solid 0px Black;
	color: Black;
	background: url(images/bgTooltip.png) no-repeat left top;
	width: 132px;
	*width: 124px;
	margin-top: 0px;
	*margin-top: 30px;	
	margin-left: -24px;
	*margin-left: -80px;		
	height: 62px;
	padding: 21px 5px 5px; 
	display: none;	
    position: relative;
    z-index: 10000; 
    text-align:center;
    font-size: 11px;
    font-weight: bold;
}  

.BoxLeft {
	background: #FAFAFA;
	border-left: 1px solid #E8EAEC;    
	border-top: 1px solid #E8EAEC;    
	border-bottom: 1px solid #E8EAEC;
	font-weight: normal !important;
    padding: 4px 4px 4px 8px;
}

.BoxRight {
	background: #FAFAFA;
	border-right: 1px solid #E8EAEC;    
	border-top: 1px solid #E8EAEC;    
	border-bottom: 1px solid #E8EAEC;    

    font-weight: normal;
    padding: 4px;	
}

.btnFilter 
{
	margin-top: -25px;
	*margin-top: -30px;
	margin-right: 10px;
	float: right;
	border: 1px solid #6699CC;
	border-radius: 3px;	
	background: #83b1de; /* Old browsers */
	background: -moz-linear-gradient(top, #83b1de 0%, #6699cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83b1de), color-stop(100%,#6699cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #83b1de 0%,#6699cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #83b1de 0%,#6699cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b1de', endColorstr='#6699cc',GradientType=0 ); /* IE6-9 */	
	color: #FFFFFF;
	overflow: hidden;
	padding: 3px 5px 4px 5px;	
	/*display: inline-block;*/
	text-decoration: none;
	font: bold 11px Verdana;	
}

@-moz-document url-prefix() { 
  .btnFilter {
     margin-top: -30px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    .btnFilter {
     margin-top: -30px;
    }
}

.btnFilter:hover 
{
	border: 1px solid #83B1DE;
	background: #6397ca; /* Old browsers */
	background: -moz-linear-gradient(top, #6397ca 0%, #3a76b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6397ca), color-stop(100%,#3a76b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6397ca 0%,#3a76b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6397ca 0%,#3a76b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6397ca', endColorstr='#3a76b1',GradientType=0 ); /* IE6-9 */
}

.organigramaTD td div
{
	height: 20px !important;
}

.organigramaTD table
{
	border-spacing: 0 !important;
}

.organigramaTD table span.BoxTitle3:empty
{
	display: none !important;
}

.RBL label
{
    display: inherit;
    padding: 2px;
	padding-left:10px;	
}
.fixed{
    position:fixed;
    top:0px;
    z-index: 100000;
}

/* NOVAS CLASSES ----------------------------------------- */

input[disabled=disabled], select[disabled=disabled]
{
	opacity: 0.7;
}

a.btnSave[disabled=disabled]
{
	opacity: 0.3;
	cursor: default;
	pointer-events: none; 
}

.hoverCenter .hoverMoveableWindow 
{
	position: absolute !important;
	top: 15px !important;	
	left: -183px !important;
}

.calendarInput 
{
	width: 110px !important;
}

.calendarInput input 
{
	width: 80px;
}

.calendarInput .drop_down_panel 
{
	margin-left: -220px;
}


.calendarInputSize .drop_down_panel 
{
	margin-left: -220px;
}

.calendarInputSize input 
{
	width: 120px;
}

.calendarInputTop .drop_down_panel
{
	margin-left: -220px;
	margin-top: -220px;	
}

.calendarInputTop input 
{
	width: 75px;
	
}
	

.hoverGrid .BorderGrid td
{
	border: 1px solid #E8EAEC !important;
}

.editorIframe iframe {
	border: 1px solid #E8EAEC !important;
}

.divContainerTasks .BorderGrid 
{
	table-layout:fixed;
}

.divContainerTasks .BorderGrid td
{
	word-wrap: break-word;
}

.pageHeaderBorders .GridViewTitle
{
	border-right: 0px solid #E8EAEC;
	border-left: 1px solid #E8EAEC;	
}

.pageHeaderBorders .GridViewTitle +  .GridViewTitle
{
	border-right: 1px solid #E8EAEC;		
	border-left: 0px solid #E8EAEC;
}

.GridViewTitle img[src=""] {
   display: none !important;
   width: 0px !important;
   height: 0px !important;
}

.btnGravar 
{
	background: url("Images/gravar2.png") no-repeat left top;
	width: 16px;
	height: 16px;	
	display: inline-block;
	content: url("../../App_Images/blank.png");	
}

.btnEliminar 
{
	background: url("Images/eliminar2.png") no-repeat left top;
	width: 16px;
	height: 16px;	
	display: inline-block;	
	content: url("../../App_Images/blank.png");
}

.btnEditar 
{
	background: url("Images/editar2.png") no-repeat left top;
	width: 16px;
	height: 16px;	
	display: inline-block;	
	content: url("../../App_Images/blank.png");
}

.btnCancelar 
{
	background: url("Images/Cancel2.png") no-repeat left top;
	width: 16px;
	height: 16px;		
	display: inline-block;
	content: url("../../App_Images/blank.png");	
}


 .menuSubLink 
 {
	padding: 12px;
	text-align: right;
	background: #666666;
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #E4E2E4 url("Images/bgMenuHeader.png") repeat-x scroll left top;
    border: 1px solid #E8EAEC;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}
 
 .SubLink 
 {
	background: #99CC00 url(Images/addWhite.png) no-repeat 5px center !important;	
	cursor: pointer;
	color: #FFFFFF;
	text-decoration:none !important; 
	font-size:11px !important;
	font-weight:normal !important;
	border: 2px solid #99CC00;
	padding: 3px 3px 3px 25px;
	box-shadow: none !important;
	white-space: normal;
	border-radius: 3px;
 }
 
.SubLink:hover
 {
	background: #2DA12D url(Images/addWhite.png) no-repeat 5px center !important;
	border: 2px solid #2DA12D;
}
 
 .titleItem 
 {
	color: #6699CC;
	font: bold 12px Verdana, Helvetica, sans-serif;
	padding: 5px 5px 2px;	
 }
 


.totalTable 
{
	margin-bottom: 10px;
	margin-right: 3px;
}

.totalTable td 
{
	padding: 7px;
	text-align: right;
}
 
.topValueTd 
{
	border-top: 1px solid #E8EAEC;
	border-left: 1px solid #E8EAEC;	
	border-right: 1px solid #E8EAEC;	
	background: #FFFFFF;
}
 
.middleValueTd 
{
	border-left: 1px solid #E8EAEC;	
	border-right: 1px solid #E8EAEC;	
	background: #FFFFFF;	
}
 
.totalValueTd 
{	
	border: 1px solid #E8EAEC;	
	background: #F3F3F5;		
	font-weight:  bold;
}
.HeaderStyle
{
	font: 11px Verdana, Helvetica, sans-serif;
	/*color: #6699CC;*/
	background:  #FAFAFA;
    border-bottom: 1px solid #E8EAEC;
	height: 34px;
	/*padding: 7px 10px 6px;*/
	padding: 2px 10px 2px;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('Images/BlueSpinnerLoader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.spacediv{color:Red;}

.canvas-container
{
	margin: 0 auto;
}

.dxtcRightAlignCell_PlasticBlue 
{
	border-bottom-color: #E8EAEC !important;
}

.cursorDefault
{
	cursor: default !important;
}

.noUnderLineImg 
{
    text-decoration:none !important;
    border-width: 0px !important;
}

.bs-example
{
	font-weight: bold;
	font-size: small
}

.marginAuto 
{
	margin: 0 auto;
	padding: 10px;
}

.floatingbar.fixed
{
	background-color: #f5f5f5;
}

/* PRINT */
@media print {
	
	*{ 
		
		text-shadow: none !important;
		/*
		background: transparent !important;
		*/
		box-shadow: none !important;
		
		/*
		-webkit-print-color-adjust: exact; 
		print-color-adjust: exact;
		*/
	}
	
	a, a:visited { text-decoration: underline; }
	/*
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	a[href^="javascript:"]:after,
	a[href^="#"]:after { content: ""; }
	*/
	img { 
	  page-break-inside: avoid; 
	  max-width: 100% !important; 
	}
	h2, h3 { page-break-after: avoid; }
	p, h2, h3 {
	  orphans: 3;
	  widows: 3;
	}
	table { border-collapse: collapse !important; }
	thead { display: table-header-group; }
	tr { page-break-inside: avoid; }
	td, th { background: #fff !important; }
	.borderBox2 {
	    border-bottom: 1px solid #E8EAEC;
	}  
	.ActionTitle.hideActionTitle .btn { display: none !important; }
	
	.timelinePrint .timeline {
		padding: 0px 0 0px;
	}

	.timelinePrint .timeline:before, .timelinePrint ul.timeline > li > .timeline-badge, .timelinePrint ul.timeline > li > .timeline-panel:before, .timelinePrint ul.timeline > li > .timeline-panel:after 
	{
		display: none !important;
	}  
	.timelinePrint ul.timeline > li > .timeline-panel 
	{
		width: 100% !important;
	}

	.nav_menu, .left_col {
		display:none;
	}
	.right_col {
		margin-left: 0 !important;
	}
}
/*
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}*/

/* REVER */
/*
textarea.Textbox {
	width: 100% !important;
}
*/
.main {
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.bMargin {
	vertical-align: middle;
	margin-right: 5px;
}

img[src="/RI/App_Images//uncollapse.gif"], img[src="/RI/App_Images//collapse.gif"] {
	cursor: pointer;
}

.pagesWorkflow {
	padding: 10px;
}

.pagesWorkflow .GridViewTitle {
	background: #F7F7F7;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagesWorkflow > table .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pagesWorkflow .x_content {
	padding: 0 0px 6px;
}

.iconsApps {
	margin-bottom:5px;
	display: block;
}

.iconsApps.disabled {
	filter: brightness(0);
    opacity: 0.3;
}

.apps {
	bottom: 40px; left: 0px; position: fixed
}

.dxtcControl_PlasticBlue, .tableContainer .dxtcControl_PlasticBlue > tbody > tr > td > table, .dxtcActiveRow_PlasticBlue, .dxtcPageContent_PlasticBlue ContentStyle {
	border-spacing: 0 !important;
}

#tbDesign {
	border-spacing: 0px;
}

#tdToolbarNav, #tdToolbarDesign, #tdToolbarCarimbosBPM {
	background: #80878c;
}

#tdToolbarNav > table, #tdToolbarDesign > table, #tdToolbarCarimbosBPM > table {
	border-spacing: 0px !important;
}

#tdToolbarNav {
	border-bottom: 1px dotted rgba(255,255,255,0.3) !important;
}

#tdToolbarDesign {
	border-right: 1px dotted rgba(255,255,255,0.3) !important;
}

#tdToolbarCarimbosBPM {
	border-right: 1px dotted rgba(255,255,255,0.3) !important;
}

.tdScrollCarimbo {
	background: rgba(255,255,255,0.2);
}

.imgMenuCanvasR, .imgMenuCanvasR_Hover {
	border-right: 1px dotted rgba(255,255,255,0.3) !important;
}

.imgMenuCanvasLR, .imgMenuCanvasLR_Hover {
	border-left: 1px dotted rgba(255,255,255,0.3) !important;
	border-right: 1px dotted rgba(255,255,255,0.3) !important;
}

.imgMenuCanvasR_Hover, .imgMenuCanvasLR_Hover {
	background: rgba(0,0,0,0.15);
}

.imgMenuCanvasB, .imgMenuCanvasB_Hover {
	border-bottom: 1px dotted rgba(255,255,255,0.5) !important;
}

.imgMenuCanvasBM, .imgMenuCanvasBM_Hover {
	border-bottom: 1px dotted rgba(255,255,255,0.5) !important;
	margin-bottom: 5px;
}
.imgMenuCanvasB_Hover, .imgMenuCanvasBM_Hover {
	background: rgba(0,0,0,0.15);
}

/* maxWidth Workflow*/
@media only screen and (min-width: 1367px)  {
	.maxWidth {
		margin: 0 auto;
		width: 1000px;
	}
}

.right_col > div > .recordPage .Link {
	color: #fff;
    background: #5bc0de;
    border-color: #46b8da;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.right_col > div > .recordPage .Link:hover {
	color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.right_col > div > .recordPage .Link img {
    margin: 0px 10px 0px 0px;
}

.calendarOverflow .table-responsive {
        overflow: visible !important;
}

.BoxTitleNonBox {
	font-weight: bold;
    font: bold 15px Verdana, Helvetica, sans-serif; 
    background: #FFF;
    color: #6699CC;
}

.boldBlue span
{
	color: #6699CC;
	font-weight: bold;
}
.Min150 {
    min-width:150px;
}