/** {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important;
}*/

a, img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background:#f1f1f1!important;
}

.sidebar,
.sidebar-bg {
    width:175px;
    font-size:12px;
}

.content {
    margin-left:175px;
}

label {
    margin-bottom: 2px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 80%;
}

select.form-control[multiple] {
    height: 205px;
}

select.form-control[multiple] option {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.ms-container {
    width: 100% !important;
}

.header .navbar-brand {
    float: left;
    margin-right: 10px;
    padding: 10px;
    height: 60px;
    width: 170px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}

.sidebar .nav>li>a {
	font-weight: 500 !important;
}

/*.header .navbar-brand {
    padding: 5px 15px !important;
}*/
/*
.sidebar {
    background:#FFF;
}

.sidebar .nav>li.nav-header {
    display:none;
}

.sidebar .nav {
    background: #FFF !important;
}

.sidebar .nav>li {
    margin-bottom:2px;
    background: #FFF;
}

.sidebar .nav>li>a {
    color: #242424;
    cursor: pointer !important;
}

.sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
    background: #f1f1f1;
    color: #3f9ae5;
}

.sidebar .nav>li>a i {
    color: #3f9ae5;
}*/

/* Alert Ajust */

.alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert ul li {
    margin: 5px 0;
    padding: 0;
}

/* Forms Ajusts */

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.btn {
    font-size: 14px;
    background-position: 50% 50% !important;
}

.btn-loader {
    background-image: url("../img/loader0.svg") !important;
    background-repeat: no-repeat !important;
}

.btn-default {
	color:#546e7a !important;
}

.btn-default:hover,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active {
	color:#3294e9 !important;
	background:#f9f9f9 !important;
}

.btn-primary {
	background:#045caa !important;
	border-color:#045caa !important;
	color:#FFF !important;
}

.btn-primary:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active {
	background:#3294e9 !important;
	border-color:#3294e9 !important;
	color:#FFF !important;
}

.btn-success {
    background: #02a64f !important;
    border-color: #02a64f !important;
	color:#FFF !important;
}

.btn-success:hover,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active {
    background: #08bb5c !important;
    border-color: #08bb5c !important;
	color:#FFF !important;
}

.inicio .btn-default {
	padding:25px 20px;
}

.table {
	font-size:11px !important;
    text-transform: uppercase;
}

.badge {
    font-size: 10px;
}

.form-search select[name="dashboard_mes"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 36px !important;
    font-size: 16px;
    font-weight: 600;
}

.form-search select[name="dashboard_ano"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 36px !important;
    font-size: 16px;
    font-weight: 600;
}

.form-search select[name="dashboard_lotacao[]"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 36px !important;
    font-size: 16px;
    font-weight: 600;
}

.form-search select[name="user_id"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 36px !important;
    font-size: 16px;
    font-weight: 600;
}

.form-search button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

/*.btn-scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}*/

/* Point Effect */

.point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.point.red {
    background: #C02312;
}

.point.green {
    background: #72b945;
}

.point:after {

}

.point:hover {

}

.panel .toolbar {
    float: left;
    width: 85%;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 600 !important;
    margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 240px !important;
    max-width: 100%;
    padding-right: 10px;
}


/* Pulse Effect */

.pulse {
    border-radius: 100%;
    -webkit-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    -moz-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    -ms-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
}

.pulse.red {
    box-shadow: 0 0 0 0 #C02312;
}

.pulse.green {
    box-shadow: 0 0 0 0 #72b945;
}

.pulse:hover{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@-moz-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@-ms-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}


/* Menu Fine Ajust */
.sidebar .nav.nav-profile {
    padding: 5px 0;
    /*border-bottom: 1px solid #242a31;*/
    display: none;
    background: #337ab7;
}

.sidebar .nav .info i,
.nav.nav-profile.expand i,
.nav.nav-profile.expand a {
    color: #fff !important;
}

.sidebar .nav>li>a {
	padding: 13px 20px;
    border-bottom: 1px solid #DDD;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
	color: #045caa;
    background: #f9f9f9;
}

.sidebar .sub-menu > li.active > a {
    font-weight: 600;
}

.sidebar .nav>li.nav-profile,
.sidebar .nav>li.nav-header {
	display:none;
}

/* Widgets Ajusts */

.panel {

}

.panel-title {
    font-size: 14px;
    text-transform: uppercase;
}

.panel .panel-heading .btn-group {
    margin-left: 15px;
}

.widget-stats .stats-info h4 {
    text-transform: uppercase;
}

/* DataTable Fine Ajusts */

.dataTable thead > tr > th {
    line-height: 1;
    padding: 12px 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    bottom: 12px !important;
}

.dataTable tbody > tr > td {
    vertical-align: middle;
    padding: 5px 10px;
}

.dataTables_length .form-control {
    margin-left: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: inline-block;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 0 !important;
    padding-right: 5px !important;
}

/*.panel-inverse .panel-heading {
    background: #3f9ae5!important;
}*/


.cadastro .panel {
    background: none;
    box-shadow: none;
}

.cadastro .panel-inverse .panel-heading {
    padding: 10px 15px 0;
    background: none !important;
}

.cadastro .panel-title {
    color: #3f9ae5;
    font-weight: 800;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 17px !important;
    text-transform: none;
}

.cadastro .form-control[readonly] {
    background:#FFF;
    opacity:1;
}

.cadastro .anexos img {
    max-width:100%;
    height:auto;
}

.cadastro .badge {
    padding: 7px 12px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
}

.filter-button-status:active, .filter-button-status:focus {
    background-color: #000;
    color: #fff;
}

.filter-bar .form-group {
    width: 145px;
}

#jornadaTabContent {
    border: 1px solid #e0e0e0;
}

#jornadaTab .nav-link.active {
    border: 1px solid #e0e0e0 !important;
    border-bottom: 0px !important;
}

.dataTables_wrapper .dt-buttons {
    float: right !important;
    text-align: left !important;
    display: block !important;
    margin: 0 0 15px !important;
    box-shadow: none !important;
    width: auto !important;;
}

@media screen and (max-width: 767px) {

    .dataTable tbody > tr > td {
        vertical-align: middle;
        padding: 10px 15px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }
}

@media screen and (max-width: 575px) {

    .navbar-nav.navbar-right {
        display: none;
    }

    .form-search-label {
        display: block;
        width: 100%;
        margin-bottom: 0 !important;
    }

    .form-search-submit {
        padding-right: 10px !important;
    }

}

@media screen and (max-width: 992px){
  #main-navbar {
      clear: both;
  }
}