.login-body {
	background-image: url("../resources/images/background.jpg");
}

/* width */
::-webkit-scrollbar{
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #556080; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1B2433; 
}

.center, .introduction {
	text-align: center;
	margin-top: 4vh;
}

.houseIconSetSize {
	max-width: 222px !important;
}

.computerIconSetSize {
	max-width: 176px !important;
}

.calendarIconSetSize {
	max-height: 141px !important;
	margin-top:12px !important;
	margin-bottom:2px !important;
}

/* alert */

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: .5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

	.alert-warning {
	    color: #856404;
	    background-color: #fff3cd;
	    border-color: #ffeeba;
	}
	
		.alert-warning .ft-bold {
			color: #533f03;
		}
		
		.alert-warning a {
			color: #533f03 !important;
		}
		
	.alert-primary {
	    color: #004085;
	    background-color: #cce5ff;
	    border-color: #b8daff;
	}
	
		.alert-primary .ft-bold {
			color: #002752;
		}
		
		.alert-primary a {
			color: #002752 !important;
		}
		
	
	.alert-danger {
	    color: #721c24;
	    background-color: #f8d7da;
	    border-color: #f5c6cb;
	}

		.alert-danger .ft-bold {
			color: #491217;
		}
		
		.alert-danger a {
			color: #491217 !important;
		}
		
.atividade-vetada{
	text-decoration: line-through;
	color: #800000;
}

/* badge */

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
	
	.badge-success {
	    color: #fff;
	    background-color: #28a745;
	}
	
	.badge-danger {
	    color: #fff;
	    background-color: #dc3545;
	}
	
	.badge-warning {
	    color: #212529;
	    background-color: #ffc107;
	}
	
.agendado-color {
	border-left: 5px solid #8BC34A !important;
}
.aguardando-analise-color, .s-situacao-1 {
	border-left: 5px solid #b0b7d0!important;
}
.analise-pendencia-color, .s-situacao-100 {
	border-left: 5px solid #f06079!important;
}
.analise-orgao-color, .s-situacao-8 {
	border-left: 5px solid #ff8000!important;
}
.respondido-color, .s-situacao-5{
	border-left: 5px solid #FABB05 !important;
}
.notificado-color, .s-situacao-7{
	border-left: 5px solid #3F94E9 !important;
}
.s-situacao-99 {
	border-left: 5px solid #dc3545 !important;
}
.s-situacao-10 {
	border-left: 5px solid #10b60d !important;
}


body {
  background-color: #333;
}

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
  position: relative;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 1px solid #1B2433;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #1B2433;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #1B2433;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 1px solid #1B2433;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #1B2433;
	padding: 1em 1.75em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border-width:2px !important;
	padding-left:25px !important;
	padding-right:25px !important;
	
}

.card-situacao-1 {
	background-color:#8BC34A !important;
	border: 1px solid #5a9318 !important;
	color:white !important;
}

.card-situacao-2 {
	background-color: #ad2424 !important;
    border: 1px solid #ff0000 !important;
    color: white !important;
}

.card-situacao-3 {
	background-color: #273c73 !important;
    border: 1px solid #3da1e4 !important;
    color: white !important;
}

.card-situacao-passou {
	border: 1px solid #8BC34A !important;
}

.checked-situacao {
	position: relative;
    margin-right: -5px;
    top: 2px;
}

@media (hover:none){
	.organigrama li a {
	max-width:30px;
	}
}
