/* CSS Document for Bluecube framework */
/***************************************************************/
/*                       MAIN                                  */
/***************************************************************/
/* This file contains css styles sheets to define the look and */
/* feel of a site.                                             */
/* @Author: Alan (Berg) Amorim                                 */
/* @Date: 20070423                                             */
/***************************************************************/

/***************************************************************/
/*                BODY, BORDERS AND LINES                      */
/***************************************************************/
/*
	@ClassName: body
	@Type: tag css
	@Group: none
	@Selector: none
	@Description: Normal field
*/
body {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

/*
	@ClassName: border
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: A normal border.
*/
.border {
	border: 1px #000000 solid;
}
/***************************************************************/
/*                TEXTS MESSAGES AND LABELS                    */
/***************************************************************/
/*
	@ClassName: .label
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: A label for form inputs.
*/
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
/*
	@ClassName: title
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: Title for pages.
*/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
/*
	@ClassName: subtitle
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: Subititle for pages.
*/
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*
	@ClassName: subtitle2
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: Title for pages.
*/
.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	border-width: 2px;

	border-color:#006600;
	border-bottom: solid;
}
/*
	@ClassName: error
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: Error message.
*/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
/*
	@ClassName:
	@Type:
	@Group:
	@Selector:
	@Description:
*/
.text,
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*
	@ClassName:
	@Type:
	@Group:
	@Selector:
	@Description:
*/
.textBold {
	font-weight: bold;
}
/*
	@ClassName:
	@Type:
	@Group:
	@Selector:
	@Description:
*/
a {
	color: #000000;
	text-decoration: none;
}
/*
	@ClassName:
	@Type:
	@Group:
	@Selector:
	@Description:
*/
a:hover {
	color: #FF9900;
}
/***************************************************************/
/*                        COLORS                               */
/***************************************************************/
/*
	@ClassName:
	@Type:
	@Group:
	@Selector:
	@Description:
*/
.blue {
	color: #0000CC;
}
/***************************************************************/
/*                           BUTONS                            */
/***************************************************************/
/*
	@ClassName: button
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: A look and feel of a normal button
*/
.button {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
	background-color: #F0F0F0;
}
.button:hover {
	background-color: #e7e7e7;
	border-color: #6495ED;
}

.buttonverde {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #4CAF50;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
    background-color: white;   
}

.buttonverde:hover {
  background-color: #4CAF50;
  color: white;
}

.buttonvermelho {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #DC3545;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
    background-color: white;   
}

.buttonvermelho:hover {
  background-color: #DC3545;
  color: white;
}

.buttonvermelho {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #DC3545;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
    background-color: white;   
}

.buttonvermelho:hover {
  background-color: #DC3545;
  color: white;
}

.buttonazul {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #007BFF;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
    background-color: white;   
}

.buttonazul:hover {
  background-color: #007BFF;
  color: white;
}

.buttonamarelo {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #FFC107;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px;
	border-radius: 4px;
	width: 100%;
    background-color: white;   
}

.buttonamarelo:hover {
  background-color: #FFC107;
  color: #000000;
}
/*
	@ClassName: button
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: A look and feel of a normal button
*/
.button[disabled] {	
	color: #999999;
	border-color: #999999;
}
/***************************************************************/
/*                     FORM FIELDS                             */
/***************************************************************/
/*
	@ClassName: edit
	@Type: class selector
	@Group: none
	@Selector: none
	@Description: Normal field 
*/
.edit,
.editUpperCase,
.editLowerCase,
.edit100,
.edit100UpperCase,
.edit100LowerCase {
	display: block;
	width: 100%;
	height: 25px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
	
	
}

.editUpperCase:focus {
	border-color: #66afe9;
	outline: 0;
	-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)
}

/*
	@ClassName: editUpperCase
	@Type: class selector
	@Group: .edit
	@Selector: none
	@Description: A field just with upper case.
*/
.editUpperCase,
.edit100UpperCase {
	text-transform: uppercase;
}
/*
	@ClassName: editLowerCase
	@Type: class selector
	@Group: .edit
	@Selector: none
	@Description: A field just with lower case.
*/
.editLowerCase,
.edit100LowerCase {
	text-transform: lowercase;
}
/*
	@ClassName: edit100
	@Type: class selector
	@Group: .edit
	@Selector: none
	@Description: Normal field with width 100%.
*/
.edit100,
.edit100UpperCase,
.edit100LowerCase {
	width: 100%;
}
/*
	@ClassName: edit100UpperCase
	@Type: class selector
	@Group: .edit, .edit100, .editUpperCase, .edit100UpperCase
	@Selector: none
	@Description: Field with width 100% and just upper case.
*/
.edit100UpperCase {
	/* No value build with grouping */
}

/*
	@ClassName: edit100LowerCase
	@Type: class selector
	@Group: .edit, .edit100, .editLowerCase, .edit100LowerCase
	@Selector: none
	@Description: Field with width 100% and just lower case.
*/
.edit100LowerCase {
	/* No value build with grouping */
}
/*
	@ClassName: editDisabled
	@Type: class selector
	@Group:
	@Selector: none
	@Description: A field disabled
*/
.disabled {
	background-color: #eee;
	opacity: 1
}
/*
	@ClassName: readOnly
	@Type: class selector
	@Group: 
	@Selector: none
	@Description: A field with user just can read.
*/
.readOnly {
	background-color: #eee;
	opacity: 1
}
/**
	@ClassName: semaphore green
	@Type: class selector
	@Group: 
	@Selector: none
	@Description: A green style for semaphore
*/
.semaphoreGreen {
	color: #009933;
	font-weight: bold;
}
/**
	@ClassName: semaphore yeallow
	@Type: class selector
	@Group: 
	@Selector: none
	@Description: A green style for semaphore
*/
.semaphoreYeallow {
	color: #DEDE27;
	font-weight: bold;
}
/**
	@ClassName: semaphore red
	@Type: class selector
	@Group: 
	@Selector: none
	@Description: A green style for semaphore
*/
.semaphoreRed {
	color: #FF0000;
	font-weight: bold;
}

/*
remover daqui posteriormente
*/
.tabbedPanel {
	cursor: default;
}

.tabbedPanel
.tabCenter {
	background-image: url(../images/abaC.gif);
}

.tabbedPanel
.tabLeft {
	background-image: url(../images/abaE.gif);
	height: 20px;
	width: 8px;
}

.tabbedPanel
.tabRight {
	background-image: url(../images/abaR.gif);
	height: 20px;
	width: 8px;
}

.tabbedPanel
.tabCenterSelected {
	background-image: url(../images/abaCS.gif);
}

.tabbedPanel
.tabLeftSelected {
	background-image: url(../images/abaES.gif);
}

.tabbedPanel
.tabRightSelected {
	background-image: url(../images/abaRS.gif);
}
