.vermelho {
	color: #d9534f;
	/*text-shadow: 2px 1px #660000;*/
}

.btn-grid {
  color: #fff;
  background-color: #658e4a;
  border-color: #354A27;
}

.bg-roxo {
    background-color:  #bdb7ff;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #658e4a;
	border-color: #354A27;
}

.panel-primary>.panel-heading:hover {
	color: #fff;
	background-color: #4D6C38;
	border-color: #354A27;
}

.huge {
    font-size: 20pt;
}

.etexto {
	width: 90%;
}
.btn-grid:hover {
	color: #fff;
	background-color: #4D6C38;
	border-color: #354A27;
}

.loader {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/loader.gif') 
                50% 50% 
                no-repeat;
}

.thintab td, .thintab th {
	border: 1px solid black;
	padding: 2px;
}

.smalldatepicker {
	font-size: 8pt;
}

.eventb a {
    background-color: #5bc0de !important;
    background-image :none !important;
    color: #ffffff !important;
}
.eventr a {
    background-color: #d9534f !important;
    background-image :none !important;
    color: #ffffff !important;
}
.eventg a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}
.eventy a {
    background-color: orangered !important;
    background-image :none !important;
    color: #ffffff !important;
}

.eventl a {
    background-color: mediumvioletred !important;
    background-image :none !important;
    color: #ffffff !important;
}

.event-multiple a {
    background-color: mediumpurple !important;
    background-image :none !important;
    color: #ffffff !important;
}

.chosen-container-single .chosen-single {
    height: 34px;
	width: 105%;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.chosen-container.chosen-container-single .chosen-drop {
    width: 105%;
}

.top-buffer { margin-top:20px; }

.hidden {
    visibility: hidden
}

.circular {
	width: 75px;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: auto;
}

@media print{
	.navbar, .filtros, .morris-hover, .sidebar {
        display: none;
    }
	#page-wrapper{
		margin: 0px
	}
	@page {
		size: landscape
	}
}

@media(min-width:1024px) {
	body .modal-dialog {
		/*width: 1000px;*/
	}
}

.bgcor1 {
	background: #BADA55;
}

.bgcor2 {
	background: #da7555;
}

.bgcor3 {
	background: #55bada;
}

.bgcor4 {
	background: #7555da;
}

.bgcor5 {
	background: #e6d05a;
}

.bgcor6 {
	background: #d05ae6;
}

.outsideball {
	border-radius: 5px;
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	line-height: 180px;
	margin: 10px;
}

.middlesideball {
	position: relative;
	left: 25px;
	top: 25px;
	margin-bottom: -130px;
	border-radius: 3px;
	background: #FFF;
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
}

.middlesideball2 {
	position: relative;
	left: 30px;
	top: 30px;
	margin-bottom: -120px;
	border-radius: 3px;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
}

.insideball {
	position: relative;
	margin-bottom: -116px;
	left: 32px;
	top: 32px;
	border-radius: 2px;
	background: #FFF;
	width: 116px;
	height: 116px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	padding-top: 20px;
}

.myinput {
	border-radius: 4px;
}

.form-control {
	font-size: 9pt;
}
/*
.btn {
	border-radius: 0px;
}

.panel {
	border-radius: 0px;
}

.panel-heading {
	border-radius: 0px;
}

.form-control {
	border-radius: 0px;
}

.chosen-container-single .chosen-single {
	border-radius: 0px;
}
*/

body .modal-dialog {
    /*width: 900px;*/
}

.panel-blue {
    border-color: #5B9BD5;
}

.panel-blue .panel-heading {
    border-color: #5B9BD5;
    color: #fff;
    background-color: #5B9BD5;
	min-height: 150px;
}

.panel-blue a {
    color: #5B9BD5;
}

.panel-blue a:hover {
    color: #2e75b5;
}

html,body {
    height:100%;
    width:100%;
    position:relative;
}
#background-carousel{
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
}
.carousel,
.carousel-inner {
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
}
.item {
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
    z-index:0;
}
 
#content-wrapper {
    position:absolute;
    z-index:1 !important;
    min-width:100%;
    min-height:100%;
}
.well {
    opacity:0.85
}

/*csantos  arvore de estatisticas*/


.tree ul {
  position: relative;
  padding: 1em 0;
  /*white-space: nowrap;*/
  margin: 0 auto;
  text-align: center;
}
.tree ul::after {
  content: '';
  display: table;
  clear: both;
}

.tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1em .5em 0 .5em;
}
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 1em;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1em;
}

.tree li a {
  border: 1px solid #ccc;
  padding: .5em .75em;
  text-decoration: none;
  max-width: 90px;
  display: inline-block;
  border-radius: 5px;
  color: #333;
  position: relative;
  top: 1px;

}

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #337ab7;
}

.semlimites  {
  border: 0 !important;
  background-color: transparent;
}.semlimites td {
  border: 0 !important;
  background-color: transparent;
}

ul.carousel-single{
    list-style-type: none;
}

.demo-container {
  box-sizing: border-box;
  width: 100%;
  height: 450px;
 
  background-color: #EFEFEF;
  margin: 2px; 
  padding: 3px;
}

.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.ui-datepicker{
    width: auto !important;
}

.col-p00{
    padding: 0 5px 0 5px;
}

.verde_excel{
    background-color: #1B7347; 
    border-color: #1B7347;
}

.verde_excel:hover {
    background-color: #2F875B;
    color: white;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #aabbd6;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff !important;
}

@media screen and (min-width: 300px)  and (max-width: 320px){
    .minha_modal .modal-dialog {
        width:280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 321px)  and (max-width: 340px){
    .minha_modal .modal-dialog {
        width:300px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 341px)  and (max-width: 360px){
    .minha_modal .modal-dialog {
        width:320px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 361px)  and (max-width: 380px){
    .minha_modal .modal-dialog {
        width:320px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 381px)  and (max-width: 400px){
    .minha_modal .modal-dialog {
        width:340px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 401px)  and (max-width: 420px){
    .minha_modal .modal-dialog {
        width:360px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 421px)  and (max-width: 440px){
    .minha_modal .modal-dialog {
        width:380px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 441px)  and (max-width: 460px){
    .minha_modal .modal-dialog {
        width:400px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 461px)  and (max-width: 480px){
    .minha_modal .modal-dialog {
        width:420px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 481px)  and (max-width: 500px){
    .minha_modal .modal-dialog {
        width:440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 501px)  and (max-width: 520px){
    .minha_modal .modal-dialog {
        width:460px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 521px)  and (max-width: 540px){
    .minha_modal .modal-dialog {
        width:480px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 541px)  and (max-width: 560px){
    .minha_modal .modal-dialog {
        width:500px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 561px)  and (max-width: 580px){
    .minha_modal .modal-dialog {
        width:520px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 581px)  and (max-width: 600px){
    .minha_modal .modal-dialog {
        width:540px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 601px)  and (max-width: 620px){
    .minha_modal .modal-dialog {
        width:560px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 621px)  and (max-width: 640px){
    .minha_modal .modal-dialog {
        width:540px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 641px)  and (max-width: 660px){
    .minha_modal .modal-dialog {
        width:580px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 661px)  and (max-width: 680px){
    .minha_modal .modal-dialog {
        width:600px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 681px)  and (max-width: 700px){
    .minha_modal .modal-dialog {
        width:620px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 701px)  and (max-width: 720px){
    .minha_modal .modal-dialog {
        width:640px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 721px)  and (max-width: 740px){
    .minha_modal .modal-dialog {
        width:660px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 741px)  and (max-width: 760px){
    .minha_modal .modal-dialog {
        width:680px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 741px)  and (max-width: 760px){
    .minha_modal .modal-dialog {
        width:680px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 761px)  and (max-width: 780px){
    .minha_modal .modal-dialog {
        width:700px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 781px)  and (max-width: 800px){
    .minha_modal .modal-dialog {
        width:720px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 801px)  and (max-width: 820px){
    .minha_modal .modal-dialog {
        width:740px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 821px)  and (max-width: 840px){
    .minha_modal .modal-dialog {
        width:760px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 841px)  and (max-width: 860px){
    .minha_modal .modal-dialog {
        width:780px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 861px)  and (max-width: 880px){
    .minha_modal .modal-dialog {
        width:800px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 881px)  and (max-width: 900px){
    .minha_modal .modal-dialog {
        width:820px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 901px)  and (max-width: 920px){
    .minha_modal .modal-dialog {
        width:840px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 921px)  and (max-width: 940px){
    .minha_modal .modal-dialog {
        width:860px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 941px)  and (max-width: 960px){
    .minha_modal .modal-dialog {
        width:880px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 961px)  and (max-width: 1980px){
    .minha_modal .modal-dialog {
        width:900px;
        margin: 15px auto;
    }
}

@media screen and (min-width: 1981px)  and (max-width: 2500px){
    .minha_modal .modal-dialog1 {
        width:1000px;
        margin: 15px auto;
    }
}

.titulo-paginas{
    margin-top: 0px;
    margin-bottom: 0px;
}
.titulo-paginas-row{
    margin-top: -5px;
    margin-bottom: -5px;
}

.btn-sincelo{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #337AB7;
    border-color: #F8F8F8;
    background-image:url(../images/icon_sincelo.png);
    background-repeat:no-repeat;
    background-position: center;
    width: 17px;
    height: 11px;
}

.pad_left{
    padding-left: 0px;
}

.pad_right{
    padding-right: 0px;
}

.mao {
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;    
    border-radius: 4px;
}
legend {
    padding: 5px;
	width: auto;
	border: none;
}

.mostratag .fc-time:after{
    content: 'o';
    padding: 0 2px;
    color: #000000;
    background-color: #00AA00;
    z-index: 2;
    position: relative;
}

.mostratagvermelho .fc-time:after{
    content: 'o';
    padding: 0 2px;
    color: #000000;
    background-color: #ff0000;
    z-index: 2;
    position: relative;
}

.temsumario .fc-title::before{
    content: 'O';
    padding: 0 2px;
    color: #000000;
    background-color: #ffe600;
    z-index: 2;
    position: relative;
}

.aula_cheia .fc-time::first-line{
    padding: 0 2px;
    color: #000000;
    background-color: #ff0000;
    z-index: 2;
    position: relative;
}

.ja_pago:after{
    content: 'Pago';
    padding: 0 2px;
    color: #000000;
    background-color: #00AA00;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.faturado:after{
    content: 'Faturado';
    padding:0 2px;
    color:#000000;
    background-color: #dde253;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.regularizado:after{
    content: 'Regularizado';
    padding: 0 2px;
    color: #000000;
    background-color: #8fca8f;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.table-striped > tbody > tr > .bg-primary,
.table-striped > tbody > .bg-primary > td,
.table-striped > tbody > .bg-primary > th {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.table-striped > tbody > tr > .bg-info,
.table-striped > tbody > .bg-info > td,
.table-striped > tbody > .bg-info > th {
    background-color: #d9edf7 !important;
}

.table-striped > tbody > tr > .bg-success,
.table-striped > tbody > .bg-success > td,
.table-striped > tbody > .bg-success > th {
    background-color: #dff0d8 !important;
}

.table-striped > tbody > tr > .bg-warning,
.table-striped > tbody > .bg-warning > td,
.table-striped > tbody > .bg-warning > th {
    background-color: #fcf8e3 !important;
}

.table-striped > tbody > tr > .bg-danger,
.table-striped > tbody > .bg-danger > td,
.table-striped > tbody > .bg-danger > th {
    background-color: #f2dede !important;
}

.ui-datepicker-calendar td.eventae a { background: #fcf8e3; }

.scl {
    font-size: 8pt; 
    position: fixed; 
    bottom: 15px;
    right: 0;
    padding: 3px 10px; 
    text-align: right; 
    border-color: #CCCCCC;
    background-color: #FFF;
    border-style: solid;
    border-top-width: 1px; 
    border-left-width: 1px; 
    border-bottom-width: 1px;
    border-right-width: 0;
    border-bottom-left-radius: 15px;
    transition: transform 500ms ease-in-out;
    transform:translate(240px);
}
.scl:hover {
    transform:translate(0);
}

.scl:hover #longsincelo {
    opacity: 1;
}
.scl:hover #shortsincelo {
    opacity: 0;
}
.scl #shortsincelo {
    position: absolute;
    top: 3px;
    left: 10px;
    opacity: 1;
    transition: opacity 500ms ease-in-out;
}
.scl #longsincelo {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

.shortSpacingBetweenDivs{
    padding-right: 1%;
}

.range-forms_slider {
    white-space: nowrap;
    margin: 1px 0 0 0;
    display: flex;
}

.range-forms_value {
    display: inline-block;
    position: relative;
    height: 32px;
    width: 35px;
    color: #03a9f4;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #bbc3c7;
    padding: 0px 8px;
    margin-left: 8px; 
    margin-top: 2px;
}
  
.range-forms_value::after {
    position: absolute;
    top: 8px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #bbc3c7;
    border-bottom: 7px solid transparent;
    content: '';
}


input[type=range].range-forms {
    -webkit-appearance: none;
    margin: 10px 0;
    width: calc(100% - (35px + 13px));
    outline: none;
    padding: 0;
    flex-wrap: wrap;

}

input[type=range].range-forms:focus {
    outline: none;
}

input[type=range].range-forms::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #03a9f4;
    border-radius: 25px;
}

input[type=range].range-forms::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range].range-forms:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}

.fc-agenda-view .fc-event.evento-interrupcao {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
    border: none !important;
}

.fc-event:not(.evento-interrupcao) {
    z-index: 5 !important;
}

.fc-month-view .fc-event.evento-interrupcao {
  position: relative !important;
  width: auto !important;
}