/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle; border:none;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#header-topo{
	margin:-4px 0 -2px 0;
	padding:0;
	background:#fff;
}
#header{
    background:#60AFED;
    height:100px;
}
#header .width4{
    padding-top: 10px;
}
#footer{
	background:#CCCCCC;
	font-size:12px;
	padding-top:10px;
}
#body{
	min-height:500px;
	background:#fff;
	font-size:14px;
	/*border-radius:5px;
	border: solid 1px #F7F7F7;*/
}
.area-reservada a{
	color:#fff;
}
.classname {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:0px 1px 17px #ffffff;
	margin-left:10px;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button {
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	background-color: #0b70be;
	background-image: linear-gradient(center, #0b70be 0%, #0b70be 100%);
	background-image: -moz-linear-gradient(center, #0b70be 0%, #0b70be 100%);
	background-image: -o-linear-gradient(center, #0b70be 0%, #0b70be 100%);
	background-image: -webkit-linear-gradient(center, #0b70be 0%, #0b70be 100%);
	background-image: -ms-linear-gradient(center, #0b70be 0%, #0b70be 100%);
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #0b5fa2;
}.button:hover {
	background-color:#0d5ba9;
}
.button1{
	border-radius: 5px;
	font-size:18px;
	min-height:30px;
	padding:5px;
	background-color:#0D5CA9;
	color:#fff;
	cursor:pointer;
	border: 1px solid #0D5CA9;
}
.but_login{
	border-radius: 5px;
	height:28px;
	padding-bottom:1px;
	background-color:#0D5CA9;
	color:#fff;
	cursor:pointer;
	border:1px #D5EAFF groove;
}
.menu-lateral {float: left; clear: both; width: 200px; font-size:14px}
.menu-lateral img {float: left; clear: both;}
.menu-lateral ul {float: left; clear: both; display: block; margin: 0; padding: 0 6px 0 0px;}
.menu-lateral ul li {float: left; clear: both; display: block; list-style: none; margin: 0 0 2px 0;}
.menu-lateral ul li a {float: left; clear: both; display: block; color: #fff; width: 201px; padding: 8px 10px; background: #009BB4; font-weight: bold; font-size: 1em; text-transform: uppercase; text-decoration: none;}
.menu-lateral ul li a:hover {background: #68BC10 no-repeat left bottom;}
.menu-lateral ul li a.Activo {background: #68BC10 no-repeat left bottom;}

.planta-local {	margin: 30px 0 0 0; }
.planta-local a {
	color:#fff; 
}
.check{
	padding: 6px 5px;
}
#tb-historico thead{
	background-color:#009BB4;
	color:#fff;
}
#tb-historico thead th{ 
	padding: 6px 5px;
}
#tb-historico tr{
	border-bottom:2px solid #fff;
}
#tb-historico td, #tb-historico th{
	border-right:2px solid #fff;
}


#tb-divida thead{
	background-color:#009BB4;
	color:#fff;
}
#tb-divida thead th{ 
	padding: 6px 5px;
}
#tb-divida tbody{
	background-color:#EDECEB;
	color:#000;
}
#tb-divida tr{
	border-bottom:2px solid #fff;
}
#tb-divida td, #tb-divida th{
	border-right:2px solid #fff;
	padding-left:5px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #009BB4;
	color:#fff;
}
table.tablesorter thead tr .header {
    background-image:url(../img/bg.gif);
    background-repeat:no-repeat;
    background-position:center right;
    cursor: pointer;
}
table.tablesorter tbody tr.odd td {
    background-color:#EDECEB;
}
table.tablesorter thead tr .headerSortUp {
    background-image:url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image:url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}
div.error { float: none; color: red; padding-left: .5em; vertical-align: top; margin-top:-15px; }

.barra_estado{
	font-size:100%;
	text-align:center; 
	width:550px;
	background:#f7f7f7;
	border: 1px solid #cccccc; 
	height:20px; 
	padding-top:5px; 
	border-radius:5px;
	margin:0px 0px 15px 0;;
	text-align:center;
}
.barra_activo{
	color:#0083B3;
	text-decoration:underline;
	font-weight:bold;
	padding-left:20px;
}
.barra_normal{
	color:#999999;
	font-weight:bold;
	padding-left:20px;
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.alert-success {
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88);
}
.alert-info {
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88);
}
.alert-warning {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
}
.alert-danger, .alert-error {
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}
.alert-dark, .btn-dark {
  color: #E9EDEF;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88);
}
.btn-dark:hover {
  color: #F7F7F7;
}