
@media only screen and  (max-width: 767px) {
    .navbar-default .sidebar{
        width: 100% !important;
    }
    #Justspace{
        display: none;
    }
    span .menutext{
        display: inline !important;
    }

}

    @media only screen and  (max-width: 470px) {
        #page-wrapper{
            padding-top: 100px;
        }
    }

    @media only screen and  (min-width: 471px) {
        #page-wrapper{
            padding-top: 50px;
        }
    }

@media only screen and  (max-width: 767px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

#navMenu{
    width: 100%;
    position: fixed;
    top: 0;
}

#Justspace{
    height:10px;
    position:fixed;
    width: 100vw;
    top:50px;
    left: 55px;
    z-index:5;
    background-color: white;
}
.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.navbar-brand2 {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;

}
.navbar-brand {
    cursor: default;
    font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #btnReco {
    display: none;
  }

}
@media screen and (min-width: 992px) and (max-width: 1081px) {
    #page-wrapper{
        margin-top: 50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1281px) {
    #page-wrapper{
        margin-top: 50px;
    }
}
.tbl{
    width: 100%;
    table-layout: fixed;
}

.tbl th, tfoot td{
    background-color: #006;
    color: white;

}

.tbl th{
    text-align: center;
}

table th .sorting::after{
    display: none;
}

.tbl tr:nth-child(odd){
    background-color: floralwhite;
}
.tbl tr:nth-child(even){
    background-color: #9CF;
}

#dados th,#dados td{
    word-break: break-all;
    word-wrap: break-word;
}


.tbl tr:hover{
    background-color: #D7DDE4;
}

.tbl th,.tbl td{
    padding: 1rem 4rem 1rem 4rem;
    border: 1px solid #eee;
}
#contentFiltro{
    display: none;
}


/* HELPER CLASSES */

.text-white, .text-white:hover{
    color: white;
}

/* Css Radio Button */

.radio_core {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-family: "Lato";
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio_core-lg  {
    padding-left: 35px;
    font-size: 1.3rem;
}

/* Hide the browser's default radio button */
.radio_core input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_mark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #c1d1d9;
    border-radius: 50%;
}

.radio_core-lg > .radio_mark {
    height: 24px;
    width: 24px;
}

/* On mouse-over, add a grey background color */
.radio_core:hover input ~ .radio_mark {
    background-color: #dbdbdb;
}

/* When the radio button is checked, add a blue background */
.radio_core input:checked ~ .radio_mark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_core input:checked ~ .radio_mark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_core .radio_mark:after {
 	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}

.radio_core-lg > .radio_mark:after {
 	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
}

.check-plus {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-right: 5px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.check-plus input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;

    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check-plus:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-plus input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    visibility: hidden;
}

/* Show the checkmark when checked */

.check-plus input:checked ~ .checkmark:after {
    visibility: visible;
}

/* Style the checkmark/indicator */

.check-plus .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.switch {
  display: inline-block;
  width: 39px;
  height: 20px;
  position: relative;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 20px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;

    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show:hover {
    background: #2691c6;
    opacity: 1;
}
#back-to-top.show {
    opacity: .7;
}

#menu{
    overflow-y: auto;
    height: 90vh;
}

.card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.pull-left {
    float: left !important;
 }
.pull-right {
    float: right !important;
 }
  
.text-muted {
    color: #818a91;
}

.card-primary {
    background-color: #007bff !important;
}
.card-secondary {
    background-color: #6c757d !important;
}
.card-success {
    background-color: #28a745 !important;
}
.card-danger {
    background-color: #dc3545 !important;
}
.card-warning {
    background-color: #ffc107 !important;
}
.card-info {
    background-color: #17a2b8 !important;
}
.card-dark {
    background-color: #343a40 !important;
}

::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}