/* 
    Created on : 24/03/2015, 11:55:06
    Author     : rodolpho
*/

a {
    color: #666666;
}

a:hover,a:active,a:focus,a:visited {
    color: #fabd14;
}

.skin-store .main-header .navbar {
    background-color: #fabd14;
    min-height: 30px;
    z-index: 2000;
    border-bottom: 2px solid #666666;
}

.skin-store .main-header .navbar .nav > li > a {
    color: #ffffff;
    padding: 5px 7px;
}

.skin-store .main-header .navbar .nav > li.active {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.skin-store .main-header .navbar .nav > li > a:hover,
.skin-store .main-header .navbar .nav > li > a:active,
.skin-store .main-header .navbar .nav > li > a:focus,
.skin-store .main-header .navbar .nav .open > a,
.skin-store .main-header .navbar .nav .open > a:hover,
.skin-store .main-header .navbar .nav .open > a:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.skin-store .main-header .navbar .navbar-custom-menu > .nav {
    margin-right: 10px;
}

.skin-store .main-header .navbar .sidebar-toggle {
    color: #ffffff;
}

.skin-store .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.skin-store .main-header .navbar .sidebar-toggle {
    color: #fff;
}

.skin-store .main-header .navbar .sidebar-toggle:hover {
    background-color: #fabd14;
}

@media (max-width: 767px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }
    .skin-store .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .skin-store .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .skin-store .main-header .navbar .dropdown-menu li a:hover {
        background: #fabd14;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative;
    }
    .fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
        position: relative;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .search-menu {
        margin-top: 2px;
    }
    .skin-store .content-header {
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    .toolbar-menu {
        margin-top: 30px;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
    }
    .fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
        position: fixed;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 67px;
        padding-bottom: 30px;
    }
    .content {
        padding-top: 40px;
    }
}

.skin-store .main-header .logo {
    background-color: #fabd14;
    color: #ffffff;
    border-bottom: 0px solid transparent;
}

.skin-store .main-header .logo > a {
    color: #ffffff;
}

.skin-store .main-header .logo:hover {
    background: #d33724;
}

.skin-store .main-header li.user-header {
    background-color: #fabd14;
}

.skin-store .content-header {
    background: #fbfbfb;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 5px 15px 6px 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.skin-store .content-header > h1 {
    font-size: 18px;
}

.skin-store .content-header > .breadcrumb {
    top: 0px;
}

.skin-store .user-panel > .info,
.skin-store .user-panel > .info > a {
    color: #fff;
}

.skin-store .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}

.skin-store .sidebar-menu > li > a {
    border-left: 3px solid transparent;
    margin-right: 1px;
}

.skin-store .sidebar-menu > li > a:hover,
.skin-store .sidebar-menu > li.active > a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #fabd14;
}

.skin-store .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-store .wrapper,
.skin-store .main-sidebar,
.skin-store .left-side {
    background: #222d32;
}

.skin-store .sidebar a {
    color: #b8c7ce;
}

.skin-store .sidebar a:hover {
    text-decoration: none;
}

.skin-store .treeview-menu > li > a {
    color: #8aa4af;
}

.skin-store .treeview-menu > li.active > a,
.skin-store .treeview-menu > li > a:hover {
    color: #ffffff;
}

.skin-store .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.skin-store .sidebar-form input[type="text"],
.skin-store .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.skin-store .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 2px !important;
}

.skin-store .sidebar-form input[type="text"]:focus,
.skin-store .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.skin-store .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.skin-store .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 0 !important;
}

.navbar-brand {
    height: 30px;
    min-height: 30px;
    padding: 5px 10px 8px 0px;
}

.navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-toggle {
    padding: 8px 10px 7px 10px;
    margin-right: 7px;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    margin-right: 0px;
}

.toolbar-menu {
    padding: 4px 15px !important;
    border-bottom: 1px solid #ecf0f5 !important;
    background: #fbfbfb;
}

.form-control-feedback {
    width: 25px;
    height: 25px;
    width: 25px;
    height: 20px;
    margin-top: 5px;
    color: #ccc;
}

.content-wrapper, .right-side {
    background-color: #f4f4f4;
}

.login-page, .register-page {
    background: #666666;
}

.login-box, .register-box {
    width: 330px;
}

.login-box-body {
    padding-bottom: 40px;
}

.login-logo {
    color: white;
    background: #fabd14;
    margin-bottom: 0px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -3px 0px inset;
}

.login-box-msg, .register-box-msg {
    padding: 0px 0px 20px 0px;
}

.locale-container {
    float: right;
    margin-top: 10px;
}

.forgot-my-password {
    float: left;
    margin-top: 10px;
}

.dev-container {
    float: left;
    margin-top: 10px;
}

.dev-container > a {
    color: inherit;
}

.alert {
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 0px;
    margin-left: 15px;
    position: relative;
}

.alert .close {
    color: inherit;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 30px;
}

.alert > .fa, .alert > .glyphicon {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: inherit;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.pace .pace-progress {
    background: white;
}

.table tr td .progress {
    margin-top: 0px;
}

.table tr.odd td .progress {
    background-color: #f9f9f9;
}

.table tr.even td .progress {
    background-color: white;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
    font-family: inherit;
    font-size: 14px;
}            

.progress-bar-danger {
    background-color: #fabd14;
}

th {
    white-space: nowrap;
}

td {
    white-space: nowrap;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

table.table-bordered.table-striped.dataTable tbody tr.odd.selected{
    background-color: #e7e7e7;
}

table.table-bordered.table-striped.dataTable tbody tr.even.selected{
    background-color: #e7e7e7;
}

table.table-bordered.table-striped.dataTable.no-footer tbody tr.odd.selected{
    background-color: #e7e7e7;
}

table.table-bordered.table-striped.dataTable.no-footer tbody tr.even.selected{
    background-color: #e7e7e7;
}

table.table-bordered.table-striped.dataTable.no-footer tbody tr.DTTT_selected.even{
    background-color: #e7e7e7;
}

table.table-bordered.table-striped.dataTable.no-footer tbody tr.DTTT_selected.odd{
    background-color: #e7e7e7;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1{
    background-color: #e7e7e7;
}

table.dataTable tr.DTTT_selected.even td.sorting_1{
    background-color: #e7e7e7;
}

ul.DTTT_dropdown.dropdown-menu li:hover{
    background-color: #e7e7e7;
}

table.dataTable:hover {
    cursor: pointer;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: none;
    color: inherit;
}

table.dataTable.compact thead tr th,
table.dataTable.compact thead tr td {
    padding: 2px 5px;
    padding-right: 20px;
}

table.dataTable.compact tbody tr th,
table.dataTable.compact tbody tr td {
    padding: 0px 4px;
}

table.dataTable.compact tfoot tr th,
table.dataTable.compact tfoot tr td {
    padding: 5px 9px 3px 9px;
}

.pagination>li>a, .pagination>li>span {
    padding: 3px 10px;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #fabd14;
    border-color: #fabd14;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fabd14;
}

.btn {
    padding: 3px 10px;
}

.btn.btn-default {
    color: #444;
}

.btn.btn-primary {
    background-color: #fabd14;
    border-color: #fabd14;
}

.btn.btn-danger {
    background-color: #fabd14;
    border-color: #fabd14;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.hover {
    background-color: #fabd14;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger.hover {
    background-color: #fabd14;
}

.btn-sm, .btn-group-sm>.btn {
    font-size: 14px;
    padding: 3px 10px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 4px;
    padding-left: 4px;
}

.btn.btn-filter {
    height: 25px;
    background-color: #fff;
}

.form-group {
    margin-bottom: 6px;
}

.form-group.has-error label {
    color: #a94442 !important;
}

.form-group.has-error .form-control {
    border-color: #a94442 !important;
}

.input-sm, .form-control {
    font-size: 14px;
    padding: 2px 5px;
    height: 25px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 10px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #fabd14;
    border-color: #fabd14;
}

.form-control:focus {
    border-color: #888 !important;
}

.panel {
    border-radius: 0px;
}

.nav-tabs-custom {
    margin-bottom: 10px;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #fabd14;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 23px;
    font-size: 16px;
}

div.dataTables_filter input {
    width: 12em;
    height: 25px;
    padding: 2px 5px;
}

div.dataTables_length select {
    width: 50px;
    height: 25px;
    padding: 2px 5px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon {
    padding: 2px 8px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;    
}

.th-icon {
    width: 30px;
}

.form-control.select2-container {
    height: 25px !important;
    padding: 0px 5px;
    background-color: #fff;
}

.form-control .select2-choice {
    height: 23px !important;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background: #e7e7e7;
    color: black;
}

.select2-container .select2-choice > .select2-chosen {
    margin: 0;
    width: 100%;
    background-color: #fff;
    height: 23px;
    margin-top: -2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0;
    border: 0;
    background: #fff;
    margin-top: -2px;
}

.select2-container .select2-choice abbr {
    top: 5px;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #888;
    background-image: none;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #888;
}

.select2-drop {
    border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #888;
    border-top: 1px solid #888;
    border-radius: 0;
}

.select2-drop-active {
    border: 1px solid #888;
    border-top: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container.select2-drop-above .select2-choice {
    border-radius: 0;
    border: 0;
}

.select2-search input {
    background: url('../plugins/select2/img/select2.png') no-repeat 100% -22px;
    font-family: inherit;
    min-height: 25px !important;
    height: 25px !important;
}

.select2-results .select2-result-label {
    padding: 0px 5px;
}

div.dataTables_info {
    text-align: center;
    padding-top: 0px;
}

.box {
    margin-bottom: 10px;
}

.box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title {
    font-size: 16px;
}

.content {
    padding-left: 0px;
    padding-right: 0px;
}

.checkbox {
    margin-top: 23px;
}

label {
    margin-bottom: 0px;
}

.modal-header {
    padding: 5px 15px;
}

.modal-header .close {
    margin-top: 1px;
}

.modal-title {
    font-size: 16px;
}

.modal-body {
    padding: 8px 15px;
}

.modal-footer {
    padding: 8px 15px;
}

.modal-center {
    position: fixed; 
    left: 0; 
    right: 0;
    top: 0; 
    bottom: 0; 
    margin: auto; 
    display: table;
}

.modal-center > .modal-content {
    display: table-cell;
}

.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu > li > a {
    color: inherit;
    padding: 0px 10px;
}

.dropdown-menu > li > a:hover {
    background-color: #e7e7e7;
    color: inherit;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: inherit;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: inherit;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bottom {

}

div.dataTables_paginate{
    padding-bottom: 5px;
}

div.dataTables_info{
    padding-top: 5px;
}

.nav > li > a {
    padding: 3px 10px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 1px;
}

.picker-switch .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bootstrap-datetimepicker-widget {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget td {
    height: 30px;
    line-height: 30px;
    width: 40px;
}

.bootstrap-datetimepicker-widget td span {
    height: 30px;
    line-height: 30px;
    width: 40px;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
}

.timepicker-picker .table-condensed .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
}

.form-box .header {
    background: #fabd14;
}

.main-footer {
    padding: 5px 0px;
    background: #fbfbfb;
}

.fixar {
    color: inherit;
}

.fixar:hover, .fixar:active, .fixar:focus, .fixar:visited {
    color: inherit;
    text-decoration: underline;
}

.datatable-scroll{
    width: 100%;
    overflow-x: auto;
}

legend {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    color: #ccc;
}

.invisible {
    visibility: hidden;
    height: 0px;
}

.waiting {
    cursor: wait;
}

.bs-docs-sidenav {
    width: 160px;
    position: fixed;
}

.bs-docs-content {
    margin-left: 180px;
}

.input-select-by-code {
    width: -moz-calc(100% - 138px);
    width: -webkit-calc(100% - 138px);
    width: calc(100% - 138px);
    float: right;
}

.input-more-options {
    width: -moz-calc(100% - 38px);
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);    
}

.panel-search{
    -webkit-font-smoothing: antialiased;
    height: 30px; 
    cursor: pointer;
    background-color: #fff !important;
}

.panel-search div{
    margin-top: -5px;     
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; 
    font-weight: 400; 
    font-size: 14px;
}

.select2-search-choice{
    margin: 2px!important;
}

.form-control.select2-container .select2-choices{
    background-image: none!important;
}

.select2-container.select2-container-multi{
    height: auto!important
}

.dt-body-center {
    text-align: center;
}

.jstree-anchor.jstree-clicked {
    background-color: #e7e7e7;
}

.jstree-anchor.jstree-hovered {
    background-color: #e7e7e7;
}

.jstree-anchor.jstree-clicked.jstree-hovered {
    background-color: #e7e7e7;
}

.fuelux .wizard>ul.steps li, .fuelux .wizard>.steps-container>ul.steps li{
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
}

.fuelux .radio input[type="checkbox"]:not(.sr-only), .fuelux .checkbox input[type="checkbox"]:not(.sr-only), .fuelux .radio-inline input[type="checkbox"]:not(.sr-only), .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only), .fuelux .radio input[type="radio"]:not(.sr-only), .fuelux .checkbox input[type="radio"]:not(.sr-only), .fuelux .radio-inline input[type="radio"]:not(.sr-only), .fuelux .checkbox-inline input[type="radio"]:not(.sr-only) {
    width: 13px;
    height: 13px;
    margin: 4px 0 0;
    margin-left: -20px;
    clip: inherit;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.web-disabled {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}
/*
.fuelux .wizard>ul.steps li:first-child, .fuelux .wizard>.steps-container>ul.steps li:first-child {
    color: white;
    background: #fabd14;
}

.fuelux .wizard>ul.steps li.active .badge, .fuelux .wizard>.steps-container>ul.steps li.active .badge {
    color: #fabd14;
    background: white;
}

.fuelux .wizard>ul.steps li.active .chevron:before, .fuelux .wizard>.steps-container>ul.steps li.active .chevron:before {
    border-left: 14px solid #fabd14;
}

.fuelux .wizard>ul.steps li.complete:hover .chevron:before, .fuelux .wizard>.steps-container>ul.steps li.complete:hover .chevron:before {
    border-left: 14px solid #fabd14;
}
*/

@media (max-width: 767px) {
    .bs-docs-content {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
    }
}