@charset "utf-8";

html, body {
	height:100%; /* keep footer at the bottom */
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	color:#333333;
	background: #ffffff;
	margin:0;
	padding:0;
}
#all { /* keep footer at the bottom */
	min-height:100%;
	position:relative;
}
.page {
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}	
.inner {
	position:relative;
	padding: 15px;
}
a {
	color: #29abe2;
	text-decoration: none;
}
a:hover {
	color: #0071bc;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1, h2, h3, h4 {
	font-family: "robotocondensedbold", sans-serif;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	color: #999999;
	font-size: 20px;
}
h4 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
}

span.ico {
	font-family: "ionicons", sans-serif;
	font-size: 26px;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
}
span.ico.active {
	color:#0071bc;
}
span.ico.inactive {
	color:#cccccc;
}
a span.ico {
	color:#0071bc;
}
span.ico.action {
	display: inline-block;
	height: 56px;
	width: 56px;
	background: #000000;

	background-image: -webkit-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:    -moz-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:     -ms-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:      -o-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:         linear-gradient(top, #eff6fb, #96c5e3);

	color:#00558d;
	line-height: 56px;
	text-align: center;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	-khtml-border-radius: 28px;
	border-radius: 28px;
	padding-bottom: 0;
}
span.ico.action.audio {
	font-size: 36px;
}
span.ico.action.snapshot {
	font-size: 36px;
}
span.after {
	color:#999999;
	margin-left: 10px;
	font-size: 13px;
	display: inline-block;
}
p.clear,
div.clear{
	float:none; clear:both;
	display:block;
	height:1px;	
}
#goTop{
	font-family: "ionicons", sans-serif;
	font-size:24px;
	position:fixed;
	bottom:-200px;
	right:30px;
	color:#c243ff;
	background:#e6e6e6;
	border:1px solid #ccc;
	cursor:pointer;
	display:block;
	z-index:2000;
	padding:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#goTop:hover{
	text-decoration:none;
	color:#c243ff;
	background:#f2f2f2;
}
pre{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
	margin: 0;
}
/* Cor de fundo do autocomplete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}

/* Cor do texto do autocomplete */
input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
}

::-moz-selection { /* Code for Firefox */
	color: white;
	background: #ed3024;
}
  
::selection {
	color: white;
	background:#ed3024;
}

/**************************************************************************** MENU HEADER */

/**************************************************************************** HEADER */
header{
	height: 56px;
	color:#000000;
	background:#ffffff;
}
header .inner {
	position:relative;
	z-index: 100;
}
header #logo{
	display: block;
	position: absolute;
	top:0;
	left:0;
}
header #menuico {
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
	color: #0071bc;
}

header #headermenu {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:7000;
}
header #headermenu #headermenubg{
	position: absolute;
	top:0;
	left:0;
	background: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
header #headermenu #content{
	background: #ffffff;
	width: 265px;
	height:auto;
	padding-bottom: 25px;
	position: absolute;
	top:0;
	right:0;
	color:#333333;
}
header #headermenu #headermenuheader{
	height:56px;
	color:#000000;
	background: #ffffff;
}
header #headermenu #headermenuheader #title{
	color:#29abe2;
	font-family: "robotocondensedbold", sans-serif;
	text-transform: uppercase;
}
header #headermenu #headermenuico{
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
	z-index: 7100;
	color: #0071bc;
}
header #headermenu .headermenuitem{
	position: relative;
	border-bottom:1px solid #aaaaaa;
	z-index: 7100;
	font-size:16px;
	line-height: 16px;
}
header #headermenu #firstitem.headermenuitem{
	background: url(/img/headershadow.png) repeat-x top center;
	padding-top: 5px;
}
header #headermenu .headermenuitem p{
	position: relative;
	left:9px;
	padding: 0;
	margin: 0;
}
header #headermenu .headermenuitem .ico{
	position: relative;
	left:-9px;
	/* padding-right: 5px; */
	display: inline-block;
	width: 20px;
	text-align: center;
	color:#0071bc;
}


/**************************************************************************** MAIN */
.main {
	background: url(/img/headershadow.png) repeat-x top center;
	padding-bottom:115px;   /* Height of the footer element + algum padding se desejar */
}
.main .inner{
	z-index: 10;
}
.main h2.title{
	text-transform: uppercase;
	color: #29abe2;
}
.main h2.title .ico{
	cursor: default;
	color: #0071bc;
	/* color: #bf00bf; */
}
.main p.subtitle{
	padding: 0 0 0 15px;
}
.main p.subtitle .ico{
	font-size: 16px;
}
.main div.actions{
	margin: 15px 0 15px 0;
	text-align: right;
}
/**************************************************************************** FOOTER */
footer {
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top: 1px solid #999999;
}

footer .inner {
	text-align:center;
	padding-bottom:30px;
}
footer #legalize{
	position: absolute;
	bottom:0;
	left: 50%;
	width: 270px;
	height: 70px;
	margin: 0 0 0 -135px;
	font-size: 13px;
	text-align: center;
}
footer #legalize span{
	display: inline-block;
	margin: 0 15px;
}

/**************************************************************************** TABLES */
table {
	width:100%;	
}

.main table {
	border-bottom:1px solid #666;
}
.main  table th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	vertical-align: bottom;
}
.main table tr th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	padding:15px;
}
.main table th a {
	color:#999;
}
.main table th a:hover {
	color:#999;
}
.main table tr td {
	border-bottom:1px solid #ccc;
	padding:15px;
}
.main table tr td.active {
	text-align:center;	
}
.main table tr td.actions {
	text-align:right;
	font-family:"ionicons", sans-serif;
	font-size: 24px;
}
.main table tr td.actions a:hover {
	text-decoration:none;
}

/**************************************************************************** FORMS */

/* input {

} */
label { 
	width:140px; 
	display:inline-block;
	font-family: "robotoregular", sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 15px 10px 15px 0;
	font-size:13px;
	color:#666;
}
label span{
	text-transform:none;
}
label span.required{
	font-family: "robotobold", sans-serif;
	color:#ed0099;
	font-size:16px;
	line-height: 13px;
}
label span.ico{
	line-height: 13px;
	color: #29abe2;
}
.input {
	clear: both;
/*	margin-bottom: .5em;*/
	padding: 0 0 15px 0;
	vertical-align: middle;	
}
.input input, .input select, .input textarea {
	width:300px;
	padding:15px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 16px;
	background: #ffffff;
}
.input select{
	width:330px;
	padding: 14px 5px;
}
.input textarea {
	height: 3.9em;
}
/* .file input {
	width:auto;	
} */
.observations {
	display: block;
	font-size:13px;
	color:#999999;
	width: 300px;
	padding: 5px 15px 0 15px;
	margin: 0 0 0 150px;
}
.radio input {
	width:auto;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
/* .radio label {
	font-family: "robotoregular", sans-serif;
	text-align: right;
	width:auto;
	cursor: pointer;
} */

/* .radiocontainer label {
	display: block;
	position: relative;
	text-align: left;
	padding: 15px 10px 15px 35px;
	margin-left: 150px;
} */
.radio label {
	display: block;
	position: relative;
	font-family: "robotoregular", sans-serif;
	text-align: left;
	padding: 15px 10px 15px 35px;
	margin-left: 150px;
	width:auto;
	max-width: 330px;
	cursor: pointer;
}
.radiocontainer {
	display: block;
	position: relative;
	/* padding-left: 35px; */
	margin-bottom: 12px;
	/* cursor: pointer; */
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* .radiocontainer:hover,
.radiocontainer:focus {
  color: #ff0000;
} */
.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.radiocontainer a{
	color: #ff0000;
}
.radiocontainer a:hover{
	color: #ff0000;
}
.radiomark {
	/* position: relative; */
	position: absolute;
	top: 15px;
	left: 10px;
	height: 12px;
	width: 12px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #999999;
}
.radiocontainer input:checked ~ .radiomark {
	/* background-color: #2196F3; */
	background-color: #ffffff;
	border: 1px solid #0071bc;
}
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}
.radiocontainer input:checked ~ .radiomark:after {
	display: block;
}
.radiocontainer .radiomark:after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0071bc;
}

.checkbox input{
	width:auto;
	padding:0.2em 0.5em;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox label{
	text-transform: none;
	width: auto;
	cursor: pointer;
}
.date select{
	width:auto;
}
.button button, .submit input {
	width:330px;
	background:#CCCCCC;

	background-image: -webkit-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:    -moz-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:     -ms-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:      -o-linear-gradient(top, #eff6fb, #96c5e3); 
	background-image:         linear-gradient(top, #eff6fb, #96c5e3);

	/* background: #29abe2; */
	color:#00558d;
	font-family: "robotobold", sans-serif;
	padding:10px 15px;
	margin:20px 0 10px 150px;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
.button span.ico, .submit span.ico {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: "ionicons", sans-serif;
	color: #FFCC00;
}
.disabled{
	/* opacity: 0.4; */
	background: #CCCCCC;
}

/* Customize the label (the container) */
.checkbox.container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 0 160px;
}

/* Hide the browser's default checkbox */
/* .checkbox.container input#excluido { */
.checkbox.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
  
/* Create a custom checkbox */
.checkbox.container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	width: 11px;
	/* background-color: #eee; */
	border:1px #999999 solid;
	border-radius: 3px;
	margin: 15px 10px 15px 0;
	/* border: 1px #CCCCCC solid;
	padding:0.2em 0.5em;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer; */
}
  
/* On mouse-over, add a grey background color */
.checkbox.container:hover input ~ .checkmark {
	background-color: #f2f2f2;
}
  
/* When the checkbox is checked, add a blue background */
.checkbox.container input:checked ~ .checkmark {
	background-color: #0071bc;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox.container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
/* Show the checkmark when checked */
.checkbox.container input:checked ~ .checkmark:after {
	display: block;
}
  
/* Style the checkmark/indicator */
.checkbox.container .checkmark:after {
	left: 3px;
	top: 0;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/**************************************************************************** MESSAGES */
.message {
	background: #fefcd3;
	color: #ed1c24;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.error-message {
	background: none; 
	color: #ed1c24;
	font-family: "robotoregular", sans-serif;
	padding:5px 15px 15px 15px;
	margin:0 0 0 150px;
	width:auto;
}
.checkbox .error-message {
	font-size: 16px;
	margin: 0 0 0 -35px;
}

/**************************************************************************** SEARCH */
#clearFiltersIndex{
	display:block;
	padding-top: 5px;
	font-size: 13px;
}
#clearFiltersSearch{
	display:block;
	padding:15px;
	margin:0 0 0 150px; 
}
#msgresults{
	display: block;
	padding: 15px;
	font-size: 13px;
}

/**************************************************************************** PAGINATION */
.main table th.pagination, .pagination {
	text-align:right;
	padding:0.4em;
	font-size:13px;
	text-transform:lowercase;
	color:#999999;
	font-weight:normal;
}
.pagination .disabled{
	background: none;
}
.main table th.pagination .ico, .pagination .ico{
	display: inline-block;
	margin: 10px 0;
	color: #c243ff;
	font-size: 24px;
	
}
.main table th.pagination .disabled, .pagination .disabled .ico {
	opacity: 1;
	color: #ffffff;
	cursor: default;
	background: #E6E6E6;
}
.main .pagination span.showing{
	display: block;
	padding-right: 10px;
}

/**************************************************************************** AUTOCOMPLETE */
.ui-widget{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
}
.ui-menu {
    border: 1px solid #aaaaaa;
}
.ui-menu .ui-menu-item {
    background:#fff;
}
.ui-menu .ui-menu-item.ui-state-focus {
    background:#ffdd33;
    color: #666666;
    font-weight: normal;
}
 .ui-autocomplete-loading {
background: white url("../img/loading.gif") right center no-repeat;
}

/**************************************************************************** LOADING */
#loading{
	/* position: absolute;
	top:90px;
	left:50%; */
	display: none;
	z-index: 2000;
	width: 50px;
	height: 50px;
	background: url(/img/loadingbg.png) no-repeat center center;
}
#loading img{
	/* display: none; */
	margin:12px 12px 12px 12px;
}

/**************************************************************************** CATEGORIES INDEX */
.categories.index table tr td {
	cursor:pointer;
}

.categories.index table {
	width: 100%;;
}
.categories.index table tr th.tdc .ico {
    color: #cccccc;
    font-size: 16px;
    padding-bottom: 0;
}
.categories.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.categories.index table tr td.tda {
	width: 70%;
}
.categories.index table tr td.tdb {
	width: 15%;
}
.categories.index table tr td.tdc {
	width: 15%;
}
.categories.index table tr td.tdc .ico {
    font-size: 20px;
}

.categories.index  span.ico.credit{
	line-height: 13px;
	color: #29abe2;
}
.categories.index  span.ico.debit{
	line-height: 13px;
	color: #ed1c24;
}
/**************************************************************************** CATEGORIES ADD */
.categories.add  span.ico.credit{
	line-height: 13px;
	color: #29abe2;
}
.categories.add  span.ico.debit{
	line-height: 13px;
	color: #ed1c24;
}
/**************************************************************************** CATEGORIES EDIT */
.categories.edit  span.ico.credit{
	line-height: 13px;
	color: #29abe2;
}
.categories.edit  span.ico.debit{
	line-height: 13px;
	color: #ed1c24;
}

/**************************************************************************** TRANSACTIONS ADD */
.transactions.add #amountitem span#creditdebit {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 5px;
}
.transactions.add #amountitem span#creditdebit .credit{
	display: block;
	position: absolute;
	top:-3px;
	left:0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	/* color: #29abe2; */
	color: #cccccc; 
}
.transactions.add #amountitem span#creditdebit .credit:hover{
	color: #29abe2;
}
.transactions.add #amountitem span#creditdebit .credit.selected{
	color: #29abe2;
}
.transactions.add #amountitem span#creditdebit .debit{
	display: block;
	position: absolute;
	top:27px;
	left:0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	/* color: #ed1c24;  */
	color: #cccccc; 
}
.transactions.add #amountitem span#creditdebit .debit:hover{
	color: #ed1c24;
}
.transactions.add #amountitem span#creditdebit .debit.selected{
	color: #ed1c24;
}
.transactions.add #amountitem #amounttxt {
	width: 205px;
}
.transactions.add #amountitem span.ico.audio {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #0071bc;
	
	color:#ffffff;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 0;
	margin: 0 0 0 5px;
}
.transactions.add #amountitem .observations{
	padding: 5px 15px 0 50px;
	width: 200px;
}
.transactions.add #datetxt {
	width: 245px;
}
/* calendardatepicker */
.transactions.add #dateitem span.ico.calendar {
	display: inline-block;
	height: 40px;
	width: 40px;
	/* background: #0071bc; */
	color:#0071bc;
	font-size:39px;
	line-height: 39px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 0;
	margin: 0 0 0 5px;
}
.transactions.add .observations {
	position: relative;
	width: 245px;
}
.transactions.add .observations .ico {
	font-size: 13px;
}
.transactions.add .observations .today {
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transactions.add #timetxt {
	width: 245px;
}
/* clocktimepicker */
.transactions.add #timeitem {
	/* position: fixed; */
}
.transactions.add #timeitem span.ico.clock {
	display: inline-block;
	height: 40px;
	width: 40px;
	/* background: #0071bc; */
	color:#0071bc;
	font-size:48px;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 0;
	margin: 0 0 0 5px;
}

/**************************************************************************** TRANSACTIONS AUDIODRAFT */

.transactions.audiodraft #valuetxt {
	width: 250px;
}
.transactions.audiodraft #description {
	width: 250px;
}
.transactions.audiodraft span.ico.audio {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #0071bc;
	
	color:#ffffff;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 0;
	margin: 0 0 0 5px;
}
.transactions.audiodraft #duedatetxt {
	width: 250px;
}
.transactions.audiodraft .observations {
	position: relative;
	width: 250px;
}
.transactions.audiodraft .observations .ico {
	font-size: 13px;
}
.transactions.audiodraft .observations .today {
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transactions.audiodraft .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.transactions.audiodraft .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.transactions.audiodraft .ui-widget{
    border: 1px solid #666666;
}
.transactions.audiodraft .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.transactions.audiodraft .ui-datepicker-prev.ui-corner-all,
.transactions.audiodraft .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transactions.audiodraft .ui-datepicker-prev.ui-corner-all:hover,
.transactions.audiodraft .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.transactions.audiodraft span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.transactions.audiodraft span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.transactions.audiodraft span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.transactions.audiodraft .ui-datepicker th {
    font-weight: normal;
}

.transactions.audiodraft .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transactions.audiodraft .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.transactions.audiodraft .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.transactions.audiodraft .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}

/**************************************************************************** TRANSACTIONS FROMTO */
.transactions.fromto .observations {
	position: relative;
	width: 245px;
}
.transactions.fromto .observations .ico {
	font-size: 13px;
}
.transactions.fromto .observations .today {
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transactions.fromto #datefrom,
.transactions.fromto #dateto {
	width: 245px;
}
.transactions.fromto #datefromitem span.ico.calendar,
.transactions.fromto #datetoitem span.ico.calendar {
	display: inline-block;
	height: 40px;
	width: 40px;
	/* background: #0071bc; */
	color:#0071bc;
	font-size:39px;
	line-height: 39px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 0;
	margin: 0 0 0 5px;
}

/**************************************************************************** TRANSACTIONS INDEX */
.transactions.index #showingPeriod{
	display: block;
	padding: 15px;
	font-size: 13px;
	line-height: 25px;
}
.transactions.index #showingPeriod span#tofrom{
	/* font-family: "robotoblack", sans-serif; */
	/* font-size: 16px;	 */
}
.transactions.index #showingPeriod span#tofromdate{
	font-family: "robotobold", sans-serif;
	font-size: 16px;
}

.transactions.index #changeShowingPeriod{
	display:block;
	padding:5px 15px;
	margin:0 0 0 176px; 
	/* font-size: 16px; */
}
.transactions.index #changeShowingPeriod span.ico{
	padding-bottom:2px;
	/* margin:0 0 0 150px;  */
}

.transactions.index table {
	width: 100%;;
}
.transactions.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.transactions.index table tr td.tda {
	width: 40%;
	position: relative;
}
.transactions.index table tr td.tdb {
	width: 35%;
}
.transactions.index table tr td.tdc {
	width: 15%;
}

.transactions.index table tr td.tda span.inactived{
	display: block;
	position: absolute;
	top: 32px;
	left: 15px;
	color: #999999;
	font-size:13px;
}
/* .transactions.index table tr td.tda span.inactived:hover{
	color: #999999;
} */
.transactions.index table tr td.tdb{
	text-align: right;
}
.transactions.index table tr td.tdc{
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}

.transactions.index table tr td.tdc a,
.transactions.index table tr td.tdc span.ico{
	font-size: 36px;
	line-height: 36px;
	display: block;
	padding: 0;
}
.transactions.index table tr td.tdc a:hover {
	color: #0071bc;
	text-decoration:none;
}

.transactions.index table tr td.lastline {
	border-bottom: none;
}
.transactions.index table tr td.tdb.lastline{
	/* border-top: 2px solid #666666; */
	padding: 0 0 0 15px;
}
.transactions.index table tr td.tdb.lastline span{
	display: inline-block;
	border-top: 2px solid #666666;
	height: 51px;
	line-height: 51px;
	padding: 0 15px 0 35px;

}
.transactions.index table tr th#thb{
	font-size: 16px;
	color: #333333;
	text-align: right;

}
.transactions.index .main #list table {
	border-bottom: none;
}

/**************************************************************************** USERS INDEX */
.users.index table tr td {
	cursor:pointer;
}

.users.index table {
	width: 100%;;
}
.users.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.users.index table tr td.tda {
	width: 70%;
}
.users.index table tr td.tdb {
	width: 10%;
}
.users.index table tr td.tdc {
	width: 20%;
}

/**************************************************************************** USERS LOGIN */
.users.login .main{
	background: none;
}
.users.login .page .inner {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
/* .users.login .message {
	background: #ffe6ff;
	color: #2e3192;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	margin: 15px 0 20px 0; 
} */

.users.login #logo{
	display: block;
	margin: 15px 0 15px 0;
}

.users.login #slogan{
	display: block;
	font-family: "robotobold", sans-serif;
	color: #29abe2;
	/* color: #2e3192; */
	font-size: 25px;
	line-height: 24px;
}
.users.login #subslogan{
	display: block;
	font-size: 18px;
	margin: 5px 0 30px 0;
	color: #2e3192;
}

.users.login .input input {
	width:298px;
}

.users.login .button button, .users.login .submit input {
	width:330px;
	margin:20px 0 10px 0;
}

.users.login #resetPassword{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.users.login #resetPassword .ico{
	font-size: 20px;
}


/**************************************************************************** USERS RESETPASSWORD */
.users.resetpassword .main .page .inner{
	width: 330px;
	margin: 0 auto;
}
.users.resetpassword .error-message {
	background: none; 
	color: #ed3024;
	font-family: "robotobold", sans-serif;
	padding:15px;
	margin:0;
	width:auto;
}

.users.resetpassword label { 
	text-align: left;
	padding: 0 10px 5px 15px;
	width: auto;
}

.users.resetpassword #returnlogin{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.users.resetpassword #returnlogin .ico{
	font-size: 20px;
}

.users.resetpassword .button button, 
.users.resetpassword .submit input {
	margin:10px 0;
}

/**************************************************************************** USERS NEWPASSWORD */
.users.newpassword .title {
	margin-bottom: 2.5em;
}



/**************************************************************************** Media Queries */
@media screen and (max-width: 480px) {
	.page {
		margin: 0 auto;
		min-width: 320px;
		width: auto;
	}	
	/******************************************** FORMS */
	label { 
		width:155px; 
		padding: 0 10px 5px 6px;
	}
	.radio input {
		margin: .5em 10px .5em 16px;
	}
	.checkbox input{
		margin: 15px 10px 15px 16px;
	}
	.checkbox label { 
		padding: 15px 10px 15px 0;
		width:100%;
	}
	.button button, .submit input {
		margin:20px 0 10px 0;
	}
	.observations {
		margin-left: 0;
	}

	.radiocontainer label {
		margin-left: 0;
	}
	
	.checkbox.container {
		margin: 0 0 0 5px;
	}
	

	.transactions.add #amountitem label {
		width: 290px;
		padding: 0 10px 5px 46px;
	}
	/* .usuarios.index .main table  {
		table-layout: fixed;
	}
	.usuarios.index .main table tr td {
		overflow: hidden;
	} */


	/******************************************** MESSAGES */
	.error-message {
		margin:0;
	}
	
	/******************************************** SEARCH */
	#clearFiltersSearch{
		margin:0; 
	}
	
	
	
}

@media (min-width: 481px) and (max-width: 767px) {
	.page {
		margin: 0 auto;
		min-width: 481px;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 979px ) {
	.page {
		margin: 0 auto;
		min-width: 768px;
		width: auto;
	}
}

@media (min-width: 980px) and (max-width: 1199px  ) {

}

@media (min-width: 1200px) {

	
}