body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

#kc-header {
    display: none;
}

#tjsc-logo {
    height: 62px;
    margin-bottom: 16px;

    background-image: url('//template.tjsc.jus.br/fw3-template/img/logos/sprite.png');
    background-position: center 0;
    background-repeat: no-repeat;
}

#tjsc-options {
    display: flex;
    justify-content: space-between; 
}

#kc-page-title {
    text-align: start;

    font-weight: 480;
    color: #363;
    margin-bottom: 0;
}

a {
    color: #393;
}

.login-pf body {
    background: none;
}

.login-pf a:hover {
    color: #333;
}

.login-pf-page  .login-pf-header {
	display: block;
}

.card-pf {
    border-color: #363;
}

.pf-c-button.pf-m-primary {
    color: white;
    text-transform: uppercase;
    background-color: #363;
}

.pf-c-button.pf-m-primary:hover {
    background-color: #224422;
}

.pf-c-button.btn-default {
    background-image: none;
}

.pf-m-block {
	margin-bottom: 4px;
}

.pf-c-form-control:hover, .pf-c-form-control:focus {
    box-shadow:  0 0 10px lightgrey;
    border: solid 1px #363;
}

@media (min-width: 768px) {

    .login-pf-page {
        padding-top: 50px;
    }

    .login-pf-page .card-pf {
        box-shadow:  0 0 10px lightgrey;
        border: solid 1px #363;
    }
}

@media (max-width: 767px) {
    #kc-locale {
        top: 40px
    }
}

.tjsc-header {
    padding: 8px 0;
    
    color: white;
    font-weight: bold;
    background-color: black;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tjsc-header a,
.tjsc-header a:hover {
    color: white;
    padding: 0 8px;
}

.tjsc-header a + a {
    border-left: solid 1px white;
}

.tjsc-header .tjsc-no-contrast-btn {
    display: none;
}

.tjsc-menubar {
	display: flex;
 	flex-wrap: wrap;
}

.tjsc-realm-dev {
    background-color: #3849a2;
}

.tjsc-realm-hml {
    background-color: #a88add;
}

.tjsc-realm-stg {
    background-color: #336336;
}

.pf-c-button.kc-social-item {
    background-color: #2b387c;
    color: white;
    text-transform: uppercase;
    border: none;
    padding-bottom: 10px;
}

.pf-c-button.kc-social-item:hover {
	background-color: #1e2756;
	color: white;
	border: none;
}

.pf-c-button.kc-social-item:hover::after {
	border: none;
}
