/*Geral*/

/* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding:0px;
	margin:0px;
}

body, input, select, textarea, button {
    font-family: Arial;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana;
    font-weight: bold;
    margin: 10px 0px;
    color: #666;
}

pre {
    font-family: Tahoma;
    margin: 10px 0px;
    padding: 5px;
    color: #ff4040;
}*/

/*tabelas*/ 

/*Pestanas*/ 

/*.block {
  width: 100%;
  margin: 10px;
}

.block label {
  float: left;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #fff;
  cursor: pointer;
  background: #f2f8fb;
  width: 160px;
  font-family: arial;
  font-size: 90%;
  text-transform: capitalize;
  font-weight: bold;
}

.block label.active {
  background:#000;
}

.block label:checked {
  background:#000;
}

.block input[type="radio"] {
  display: none;
}

.block .cont {
  display: none;
  width: 90%;
  position: absolute;
  top: 50px;
  background: #fff;
  padding: 10px;
  color: #666;
}
[type=radio]:checked ~ label ~ .cont {
  display: block;
}

.form-box {
            display: block;
            width: 100%;
			padding:50px 20px;
			margin:10px 20px;
			background: #fff;
			border:0px solid #898989;
}

.dashboard {
            display: block;
            width: 800px;
			padding: 10px;
			margin:50px 20px;
			background: #fafafa;
			border:1px solid #EDEDED;
			border-radius: 10px 10px;
}

.dashboard .botoes {
            display: block;
			padding: 0px auto;
			margin: 0px auto;
			text-align: center;
}

.dashboard .botao {
    width: calc(100% / 5);
    height: 150px;
    font-size: 1em;
    background: #a8dae5;
    border: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #898989;
    padding: 0.2em 0.6em;
    border:3px solid #EDEDED;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    border-radius: 10px 10px;
}

#dashboard .botao:hover {
    background: #b7d5e5;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
    color: #666;
}*/

/*Menu*/
 
/*#menu ul {
			padding:10px 20px;
			margin:5px 10px;
			float: left;
			width: 100%;
			background-color:#f2f8fb;
			list-style:none;
			font-size: 120%;
            font-family: Arial;
}

/*#menu ul li { display: block;}
 
#menu ul li a {
			background-color:#f2f8fb;
			color: #333;
			text-decoration: none;
			border-bottom:3px solid #EDEDED;
			padding: 10px 20px;
			margin:auto;
			float:left;
			display:block;
}
 
#menu ul li a:hover {
			background-color:#D6D6D6;
			color: #6D6D6D;
			border-bottom:3px solid #EA0000;
}

#menu li ul {
			display:none;
			position:absolute;
			min-width:140px;
}
			
#menu li:hover > ul {
			display:block;
			position:absolute;
			top:80px;
			padding: 10px 12px;
			max-width:180px;
}
		
#menu li ul li {
			position:relative;
}
			
#menu li ul li ul {
			top:0px;
			right:-140px;
}

.navbar {
  overflow: hidden;
  background-color: none;
  margin: 10px;
}

.navbar a {
  float: left;
  margin: 0px 1px;
  font-family: Arial;
  font-weight: bold;
  background: #f2f8fb;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  border: 1px solid #fff;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #f2f8fb;
  font-family: Arial;
  font-weight: bold;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #fff;
  border: 1px solid #f2f8fb;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  font-family: Arial;
  width: 80%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #f2f8fb;
  border-radius: 0px;
}

.subnav-content a:hover {
  background-color: #fff;
  color: #898989;
  border-radius: 0px;
  border: 1px solid #f2f8fb;
}

.subnav:hover .subnav-content {
  display: block;
  background-color: #fff;
}*/

/*Formularios*/

/*.formulario {
    width: 60%;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #efefef;
    background: #fafafa;
    border-radius: 5px;
}
.formulario p{
    width: 80%;
    font-size: 1em;
}

.grupo:before, .grupo:after {
    content: " ";
    display: table;
}

.grupo:after {
    clear: both;
}

.campo, .campo2 {
    margin-bottom: 1em;
}

.campo label, .campo2 label {
    margin-bottom: 0.2em;
    color: #666;
    display: block;
    text-transform: uppercase;
}

.campo2 label {
    margin-bottom: 0.2em;
    font-size: 1.6em;
    color: #666;
    display: block;
}

/*fieldset.grupo .campo {
    float:  left;
    margin-right: 1em;
}

fieldset.grupo {
    border: 1px solid #ccc;
}

fieldset.grupo .campo {
    margin: 1em;
}

.campo input[type="text"],
.campo input[type="email"],
.campo input[type="url"],
.campo input[type="tel"],
.campo input[type="date"],
.campo select,
.campo textarea {
    padding: 0.2em;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    display: block;
    text-transform: uppercase;
}

.campo2 input[type="text"]{
    padding: 0.2em;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    display: block;
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.campo select option {
    padding-right: 1em;
    text-transform: uppercase;
}

.campo input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
}

.campo label.checkbox {
    color: #000;
    display: inline-block;
    margin-right: 1em;
    text-transform: uppercase;
}

.botao {
    font-size: 1.1em;
    background: #a8dae5;
    border: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #666;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

.botao:hover {
    background: #b7d5e5;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
    color: #898989;;
}

.botao, select, label.checkbox {
    cursor: pointer;
}

label {
	 display: inline;
	 width: 120px;
	 float: left;
}

.field{
    width: 100%;
    margin: 15px 0;
}

.field label, 
.field span{
	 position: left;
    padding-left: 10px;
    font-size: .8em;
    display: block;
    width: 80%;
}
.radiobox label{
    width: auto;
    display: inline-block;
}

input[type=text],
input[type=email],
textarea{
	 display: inline;
    width: 220px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
input#nao{
    margin-left: 30px;
}

input[type=submit]{
    display: block;
    float: right;
    background-color: #fff;
    height: 35px;
    border: 1px solid #ccc;
    outline: 0;
    cursor: pointer;
    width: 100px;
    margin: 40px auto;
    text-align: center;
    border-radius: 15px;
}

.box {
float: left;
width: 50%;
}*/

/*Bootstrap SJ*/

/*Geral*/

body, input, select, textarea, button {
    font-family: Arial;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana;
    font-weight: bold;
    margin: 10px 0px;
    color: #666;
}

th {
    background-color: rgba(255,193,7,.5);
}

pre {
    font-family: Tahoma;
    margin: 10px 0px;
    padding: 5px;
    color: #ff4040;
}

.bg-orange {
    background-color: rgba(255,193,7, .15) !important;
    border: 1px solid rgba(255,193,7,.2);
    /*box-shadow: inset 0 .5em 1.5em rgba(255,193,7, .1), inset 0 .125em .5em rgba(255,193,7, .2);*/
}

.bg-orange2 {
    background-color: rgba(255,193,7, .15) !important;
    border: 2px solid rgba(255,193,7,.4);
}

.orange {
    color: rgba(255,193,7, .4);
}

.orange:hover {
    color: #333 !important;
    background: rgba(255,193,7,.6);
    box-shadow: inset 0 .5em 1.5em rgba(255,193,7, .1), inset 0 .125em .5em rgba(255,193,7, .2);
}

.orange2 {
    color: #666;
}

.orange2:hover {
    color: orange;
}

.b-orange-divider {
    height: 3rem;
    background-color: rgba(255,193,7, .3);
    border: solid rgba(255,193,7, .4);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(255,193,7, .1), inset 0 .125em .5em rgba(255,193,7, .15);
}

.col {
    padding-top: 10px;
}

.card {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(255,193,7,.03);
    font-size: 1.2em;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(255,193,7,.03);
    border-bottom: 1px solid rgba(255,193,7,.125);
    font-size: 1.5em;
}

.card-body:hover {
    background-color: rgba(255,193,7,.3);
    border-bottom: 0px solid rgba(255,193,7,.5);
}

.card-body-detail {
    padding: 10px;
    /*background-color: rgba(255,193,7,.3);*/
    border-bottom: 1px solid rgba(255,193,7,.5);
}

/*daterangepicker*/

.daterangepicker th.month{
    background: #ffc107!important;
    color: #fff!important
}

.daterangepicker .calendar-table th{
    background-color: rgba(255,193,7,.15);
    color: #ffc107;
    border-radius:0px!important;
}

.daterangepicker .ranges .active {
    background-color: #ffc107!important;
    color: #6c757d !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ffc107!important;
    border-color: transparent;
    color: #6c757d !important;
}

.daterangepicker td.in-range {
  background-color: rgba(255,193,7, .15)!important;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
    background: #ffc107!important;
}

.btn:hover {
    color: red;
}

.btn-primary {
    color: #000;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}

.btn-primary:hover {
    color: #212529;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}
