﻿/* Formulários e campos */
.form-inline .control-group {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
.form-label-align-left .control-label {
    text-align:left;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color:#303030;
}

#wrapper {
    padding:0;    
}
/* Menu */
#sidebar-header {
    /*background:#2e892d;*/
    background:rgba(71,192,69,.7);
    height:120px;
    text-align:center;
}
#sidebar-header h2 {
    color:#fff;
    font-size:.9em;
    line-height:.9em;
    margin:0;
}
#sidebar {   
    float:left;
    width:300px;
    min-height:200px;   
}
#content {
    overflow:hidden;
    background-color:#fff;
}

a:hover, a:focus {
    color:#3d9a3b;
}
a {
    color:#48af46;
}
/* Menu */
.nav-sidebar, .nav-sidebar ul {
    margin-left:0;
}
.nav-sidebar .caret {
    vertical-align:middle;
    margin-left:10px;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav-sidebar .caret {
    transition:all linear .2s;
    -webkit-transition:all linear .2s;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.nav-sidebar .menu-active .caret {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.nav-sidebar a {
    display:block;
    padding:7px;
    text-decoration:none;
    text-transform:uppercase;
    color:#d3d3d3;
    text-shadow:1px 1px 0 #000;
    font-size:.8em;        
}
.nav-sidebar li i {
    padding-right:10px;        
    font-size:1.3em;        
}
.nav-sidebar ul li:last-child {
    border-bottom:none;
}
.nav-sidebar li {
    display:block; 
    border-bottom:solid 1px #1e1e1e;
    border-top:solid 1px #484848;
    position:relative;
}                  
.nav-sidebar li a:hover, .nav-sidebar li a:focus {
    background-color:#48af46;
    border-color:#48af46;   
}
.nav-sidebar .menu-arrow-selected {
    position:absolute;
    right:0;
    top:10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
            
}
.nav-sidebar li.active {
    background-color:#444;
    color:#fff;
}

.nav-sidebar li a:hover, .nav-sidebar li a:focus {
    color:#fff;
    text-shadow:1px 1px 0 #134713;
}
.nav-sidebar li.open .arrow {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #d3d3d3  transparent;
}
.nav-sidebar li li:first-child {
    border-top:solid 1px #1e1e1e;
}
.nav-sidebar li li {
    background-color:#535353;
    border-top:none;
    border-bottom:none;
}
.nav-sidebar li .arrow {
    top:14px;
    right:12px;
    position:absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #d3d3d3 transparent transparent transparent;

}
/* Nav list*/
.nav.nav-list {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
}
.nav.nav-list li {
    border-color:#3d9a3b;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color:#3d9a3b;
}

/* Recolhido */
.nav-collapsed {
    width:45px !important;   
}
.nav-collapsed li span {
    display:none;
}
.nav-collapsed li .caret {
    display:none;
}
.nav-collapsed li i {
    font-size:2.1em;
}
.nav-collapsed #logo {
    visibility:hidden;
}
.nav-collapsed li.active {
    background:#fff;        
}
.nav-collapsed li.active a {
    color:#333;
    text-shadow:none;
}
.nav-collapsed li ul {
    display:block !important;
}
#logo {
    
    padding:5px;
    background-color:#fff;
    display:inline-block;
    border:solid 3px #134713;    
    margin:6px auto;    
}
#logo img {
    max-height:70px;        
}
#content-body {
    padding:15px 15px 15px 15px;
    min-height:600px;
    background-color:#f4f4f4;    
}
#content-body h1:first-child {
    margin-top:0;
    background-color:#fff;
    margin:-15px;
    padding:15px;
    margin-bottom:15px;
    border-bottom:solid 1px #ddd;
}
/* Barra de navegação topo */
#content-header {
    background-color:#ebebeb;
}
.navbar .btn-navbar, .navbar .btn-navbar:hover {
    display:block;
    background:none;
    border:none;
    box-shadow:none;
}    
#content-header .navbar {
  margin-bottom:10px;
}
.navbar-primary.navbar .navbar-inner {
    border-radius:0;
    border-width:0 0 1px 0;
    background:#48af46;
    padding-left:0;
}
.navbar-primary.navbar .nav > li > a {
    color:#fff !important;
    text-shadow:1px 1px 0 #48af46;
}
.navbar-primary.navbar .divider-vertical {
    opacity:.3;
    border-right: 1px solid #fff;
    border-left: 1px solid #484848;
}

.navbar-primary.navbar .nav > .active > a
{     
    background-color:#3d9a3b;
}
.navbar-primary.navbar .nav > li > a:focus,
.navbar-primary.navbar .nav > li > a:hover {
    background-color:rgba(71,192,69,.7);
}
.navbar-primary.navbar .nav > li.active > a:focus,
.navbar-primary.navbar .nav > li.active > a:hover {
    background:#3d9a3b;
}

.navbar-primary.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar-primary.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar-primary.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color:#3d9a3b;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar-primary.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#content-header .nav-tabs {
    padding-left:10px;
    border-bottom:solid 1px #ccc;
    margin-bottom:0px;
}
#content-header .nav-tabs > .active > a,
#content-header .nav-tabs > .active > a:hover,
#content-header .nav-tabs > .active > a:focus {
    background-color:#48af46;
    color:#fff;
    border:none;
    border-top:solid 2px #48af46;
    text-shadow:1px 1px 0 #3d9a3b;
}
#content-header .nav-tabs > li > a {
    background-color:#c3c3c3;
    border:none;
    border-top:solid 2px #c3c3c3;
    color:#fff;
    border-bottom:solid 1px #ccc;
}
#content-header .nav-tabs > li > a:hover,
#content-header .nav-tabs > li > a:focus {
    background-color:#b3b3b3;
    border-top:solid 2px #b3b3b3;
}
   
/* Abas */
.nav-tabs > li > a {
    background-color:#eeeeee;
    border-bottom:solid 1px #ddd;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color:#e0e0e0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color:#48af46;
    color:#fff;    
}
.nav-tabs li a {
    border-radius:0;    
}
.nav .dropdown-toggle .caret {
    border-top-color: #48af46;
    border-bottom-color: #48af46;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #48af46;
    border-bottom-color: #48af46;
}
/* Customizações dropdown */
.dropdown-menu {
    border-radius:0;
    border-top:solid 2px #48af46;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background:#48af46;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#48af46;
}
/* Tipografia */
.page-header {
    background-color:#ebebeb;
    padding:10px;
    border-bottom:solid 2px rgba(0, 0, 0, 0.125);
}

#page-content > .page-header:first-child {
    margin-top:0;
}
p, li {
    color:#484848;   
}
h1, h2, h3, h4, h5, h6 {
    color:#6e6e6e;
    font-weight:200;
    font-size:2em;
    line-height:1em;
}
h2 {
    font-size:1.7em;
}
h2 .btn {
    box-shadow:none;
    border:none;
    float:right;
    margin:-10px -10px 0 0;
    background:none;
    color:#6e6e6e;
    padding:5px;
    font-size:1.5em;
}
h2 .btn:hover, h2 .btn:active, h2 .btn:focus {
    background:none;
    color:#6e6e6e;
}
h3 {
    font-size:1.5em;
}
h3 small {
}
h4 {
    font-size:1.3em;
}
h4 small {
}
h5 {
    font-size:1.1em;
}
h5 small {
}
h6 {
    font-size:.8em;
}
h6 small {
}

h1 small {
    font-size:.5em;
}
/* Com uniform */
.radio, .checkbox {
    padding-left:0;
}
/* Elementos de formulários */
.form {
    margin-bottom:0;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color:#f4f4f4 !important;
}

fieldset, .panel, .panel-content {
    display:block;
    border:solid 2px #999;
    padding:10px;
    margin-bottom:10px;
    background-color:#fff;
}
.panel.primary, fieldset.primary {
    background-color:#fff;
    border:solid 4px #48af46;
}
.panel.primary h2, fieldset.primary h2 {
    background-color:#48af46;
    color:#fff;
}

fieldset > h2:first-child, .panel > h2:first-child {
    margin:-10px -10px 10px -10px;
    font-size:1em;
    text-transform:uppercase;
    font-weight:400;
    background-color:#999;
    color:#fff;
    padding:15px;
}
fieldset > h2 small, .panel > h2 small {
    margin-left:5px;
    font-size:.8em;
    text-transform:none;
    color:#fff;
}
fieldset > h3, .panel > h3, .panel .inner > h3   {
    font-weight:400;
    color: #919191;
    border-bottom:solid 1px #919191;
    text-transform:uppercase;
    font-size:.9em;
    line-height:1.8em;
    margin-bottom:15px;
}
.form-inline .control-group {
    margin-right:10px;
}
.form-inline label {
    display:block;
}
.control-group label {
    font-size:.8em;
    text-transform:uppercase;
}
.form-actions {
    margin:15px 0 0 0;
    padding:15px;
    background-color:#fff;
    padding-bottom:5px;
}
/* Botoes */
.btn {
    border-radius:0;
    background:#ebebeb;
    color:#666;
    text-shadow:none !important;
    font-weight:500;
    border:solid 1px #aaa;
    box-shadow:none;
    margin-left:2px;
    margin-right:2px;
}
.btn:hover, .btn:focus, btn:active {
    background-color:#b3b3b3;
    color:#fff;
}

.btn-group > .btn + .dropdown-toggle {
    box-shadow:none;
    border-left:solid 1px #bbb;
}

.btn.active,
.btn:active {
    background-image: none;      
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

.btn .caret {
    border-top-color:#333;
}
.btn:hover .caret {
    border-top-color:#fff;
}

.btn-group.open .btn.dropdown-toggle {
    background-color:#48AF46;
}

.btn-primary {
  color: #ffffff;  
  background:#48af46;
  /* background: #48af46; */
  border-color:#48af46;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background: #48af46;
  border-color: #48af46;
}

.btn-primary:active,
.btn-primary.active {
  background: #3d9a3b;
  border-color:#3d9a3b; 
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #faa732;
    border-color:#faa732;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background: #f89406;
  border-color:#f89406; 
}

.btn-warning:active,
.btn-warning.active {
  /*background-color: #c67605 \9;*/
  background-color: #c67605;
  border-color:#c67605;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #da4f49;  
  border-color:#da4f49;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #bd362f;  
  border-color:#bd362f;
}

.btn-danger:active,
.btn-danger.active {
  background: #942a25;
  border-color:#942a25;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #5bb75b;
  border-color:#5bb75b;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background: #51a351;
  border-color:#51a351; 
}

.btn-success:active,
.btn-success.active {
  background: #408140;
  border-color:#408140;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #49afcd; 
  border-color:#49afcd;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #2f96b4;
  border-color:#2f96b4; 
}

.btn-info:active, 
.btn-info.active {
  background: #24748c;
  border-color:#24748c;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #363636;
  border-color:#363636;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background: #222222;
  border-color:#222222; 
}

.btn-inverse:active,
.btn-inverse.active {
  background: #080808;
  border-color:#080808;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn:active {
    border-left-color:none;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color:#3d9a3b;
}
.btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-radius:0;    
}
/* Prepend & Append */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child, 
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, 
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child,
.input-append input, .input-append select, .input-append .uneditable-input,
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn
{
    border-radius:0;
    border-color:#aaa;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border:solid 1px #aaa;
    border-radius:0;
    background-color:#fff;
    color:#6e6e6e;
    font-size:12px; /* Nao usar .em */
    text-transform:uppercase;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #3d9a3b;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3d9a3b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3d9a3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3d9a3b;
    text-transform:uppercase;
}
/* Tabelas */
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    font-weight: 400;
    color: #919191;
    text-transform:uppercase;
    border-bottom:solid 2px #919191;
}
.table th, .table td {
    font-size:.9em;
}
.table-bordered {
    border-radius:0;
}
.table-bordered caption + thead tr:first-child th, 
.table-bordered caption + thead tr:first-child td, 
.table-bordered colgroup + thead tr:first-child th, 
.table-bordered colgroup + thead tr:first-child td, 
.table-bordered thead:first-child tr:first-child th, 
.table-bordered thead:first-child tr:first-child td {
    color:#fff;   
    background-color:#aaa;
    border-color:#bbb;
    border-bottom:solid 2px #919191;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius:0;       
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color:#E9E9E9;
}

/* Datetime Picker */
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled],
.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active 
.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active
{
    background:#48af46;
    border-radius:0;
}
.bootstrap-datetimepicker-widget td span,
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    border-radius:0;
}
/* Alertas */
.alert {
    border-radius:0;
}
/* Tipografia e elementos textuais */
code {
    color:#3d9a3b;
}
/* Migalha de pão */
.breadcrumb {
    margin:-15px;
    margin-bottom:10px;
    border-radius:0;
}
/* Alternar sistemas */
.animate-opacity {
    transition: opacity .5s;
    -moz-transition: opacity .5s; /* Firefox 4 */
    -webkit-transition: opacity .5s; /* Safari and Chrome */
    -o-transition: opacity .5s; /* Opera */
}
.app-switch-on {
    background-color:#000;
}
.app-switch-on #wrapper {
    opacity:.5;
    pointer-events:none;
}
.app-switch-on .nav-sidebar {
    opacity:.5;
}

#app-switch {
    background-color:#48af46;
    height:235px;
    overflow:hidden;
}
.app-label {
    color:#fff;
    font-size:.8em;
    line-height:1em;
    padding:5px;
}
.app-container {
    padding-top:5px;
    display:inline-block;
    width:100px;
    background-color:#267125;
    text-align:center;
    margin-left:15px;
    margin-bottom:15px;
    height:132px;
}
#app-most-popular {
    float:left;
    width:300px;
}

#app-switch h3 {
    color:#fff;
    padding-left:15px;
    font-size:.9em;
}
.apps {
    height:170px;   
}
.apps-container {
    margin-left:300px;
}
.apps h3 {
    padding-left:10px;
}
#app-switch h2 {
    margin:0;
    padding:10px;
    padding-left:15px;
    font-size:1.2em;
    background-color:#fff;
}

/* Validação */
.error label.help-inline {
    display:inline-block;
    background-color:#b94a48;
    color:#fff !important;
    padding:3px;
    margin-left:10px;
    font-size:.7em !important;
}
/* Popovers */
.popover {
    border-radius:0;
    border:0;
    padding:0;
}
h3.popover-title {
    background-color:#48af46;
    color:#fff;
    border-bottom:none;
    border-radius:0;
    margin-bottom:0;
}
/* Modal */
.modal {
    border-radius:0;
    border:0;
    padding:0;
}
.modal-header {
    background-color:#48af46;    
}
.modal-header h3 {
    color:#fff;
    font-size:1em;
    text-transform:uppercase;
    line-height:20px;
}
.modal-header .close {
    font-size:30px;
    font-weight:normal;
    opacity:1;
    filter:none;
    text-shadow:none;
    color:#fff;
    margin-top:0;
}
/* Tooltip */
.tooltip-inner {
    border-radius:0;
    background-color:#3d9a3b;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#3d9a3b;
}
.tooltip.left .tooltip-arrow {
    border-left-color:#3d9a3b;
}
.tooltip.right .tooltip-arrow {
    border-right-color:#3d9a3b;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#3d9a3b;
}
.table-dd-dl tr td {
    background-color:#fff;
    font-size:.8em;
    border-radius:0 !important;
}
.table-dd-dl tr td:first-child {
    background-color:#ddd;
    width:200px;
    color:#666;    
    text-transform:uppercase;
}

/* Data Tables */
.dataTable { margin-bottom: 0; }
.dataTable th, .dataTable td { font-size: 12px; }
.dataTables_wrapper { position: relative; }
.dataTables_length, .dataTables_info { padding: 10px; font-size: 11px; }
.dataTables_length { border-bottom: 0; }
.dataTables_info { border-top: 0; }
.dataTables_filter { position: absolute; top: 12px; right: 10px; }
.dataTables_filter input { width: 150px; margin: 0 0 0 10px; }
.dataTables_paginate { position: absolute; bottom: 10px; right: 10px; }
.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active, 
.dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last { 
	padding: 5px 10px; border: 1px solid #ccc; border-left: 0; font-size: 11px; background: #eee; cursor: pointer; }
.dataTables_paginate span:hover { background-color: #ddd; }
.dataTables_paginate .first { border-left: 1px solid #ccc; }
.dataTables_paginate .paginate_active { background: #fff; }
.dataTables_paginate .paginate_button:hover { background: #eee; }
.dataTables_paginate .paginate_button_disabled { cursor: default; color: #ccc; background: #eee; }
.dataTables_paginate a { color: #666; }
.dataTables_paginate a:hover { text-decoration: none; }
.dataTables_length select { width: auto !important; margin: 0; }
.dataTables_scrollHead { background: #333; }
.dataTables_scrollHead table { border-bottom: 0; }

#dyntable2_wrapper .dataTables_filter {
    position: static; padding: 10px; background: #eee; text-align: right; border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#dyntable2_info { 
    border-top: 1px solid #ddd; 
}

/* Panel em destaque */
.panel-primary {
    border-color:#48AF46;
}
.panel-primary > h2:first-child {
    background-color:#48AF46;
}
/* Panel com bordas */
.panel-bordered {
        padding:0;
}
.panel-bordered > h2:first-child {
    margin:0;
}

.panel-bordered .form-horizontal .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

.panel-bordered .form-horizontal .control-group .control-label {
    margin: 0;
    padding: 15px 10px 5px 10px;
    color: #555;
}
.panel-bordered .form-horizontal .control-group .controls {
    padding: 10px;
    background: #fff;
    border-left: 1px solid #ddd;
    min-height:28px;
}
.panel-bordered .form-horizontal .form-actions {
    border:none
}

/* Dicas atalho */
.atalho.tooltip {	
	position:absolute;		
}
.atalho.tooltip .tooltip-inner {
    border:solid 2px #fff;
    padding:4px;
    height:auto;
}
/* Galeria de imagens */
.gallery a:hover {
    text-decoration:none;
}
.gallery-content {
    display:inline-block;
    margin-right:10px;
    background-color:#48AF46;
    margin-bottom:10px;    
}
.gallery-content p {
    text-align:center;
    line-height:2em;
    margin:0;
    color:#fff;
}
/* Formulário passo a passo */
.panel-step {
    padding:0;
}
.panel-step h2:first-child {
    margin:0;       
}
.panel-step form {
    margin:0;
}
.stepy-titles {
    padding:10px 10px 0 10px;
    list-style:none;
    margin:0;
}
.stepy-titles {
    background-color:#ebebeb;   
}
.stepy-titles li {
    display:inline-block;
    padding:10px;
    background-color:#C3C3C3;
    margin-right:10px;
    color:#fff;
}
.stepy-titles li div {
    font-weight:bold;
}
.stepy-titles li span {
    font-size:.8em;
}
.stepy-titles li.current-step {
    background-color:#fff;
    color:#666;
}
        
fieldset.step {
    border:none;
    margin-top:0;
    padding-top:0;
}
fieldset.step legend + .control-group {
    margin-top:0
}
.step legend {
    display:none;
}
.stepy-error {
    padding:10px;
}
.stepy-error .help-inline {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    padding: 10px;
    margin-right:10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button-next, .finish  {
    float:right;
}
/* Estilos jquery UI */
.ui-widget-content {
    border-width:2px;
}
/* Navegação sanfona */
.ui-accordion-header {
    background-color:#999;
    color:#fff;
    border-color:#999;
    border-radius:0;
    text-transform:uppercase;
    font-size:.9em;
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header-active {
    background-color:#888;
}

/* Navegação abas - jquery-ui */
.ui-tabs {
    padding:0;
}
.ui-tabs .ui-widget-header {
    border-color:#ebebeb;
    border-bottom-color:#ccc;   
}
.ui-tabs .ui-state-default, .ui-tabs .ui-state-hover, .ui-tabs  .ui-state-focus {
    background-color:#ccc;
    border-color:#ccc;
    border-radius:0;
    border-width:2px;
}
.ui-tabs .ui-state-active {
    background-color:#fff;
    border-bottom-color:#fff;
}
.ui-tabs-nav li .icon {
    cursor:pointer;
    margin-top:10px;
    margin-right:4px;
}
/* Painel expansível */
.expandir {
	width:16px;
	height:16px;	
	position: relative;
	color:#fff;
	margin:8px 8px 0 4px;	
    z-index:99999;
}
/* Navegação abas - vertical */
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}


/* Modal */
.titulo-modal
{
    color: #fff !important;
    font-size: 19px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}