/*
Theme Name: scpar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scpar
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

scpar is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,body {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #f5f5f5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #475055;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2 {
	text-transform: uppercase;
    font-size: 22px;
	margin: 5px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}

p {
	margin-bottom: 10px;
}
ol, ul {
	padding: 0;
}
li {
	list-style: none;
}
b, strong {
	font-size: 97%;
}
label {
	font-size: 12px;
	margin-bottom: 2px;
}
em {
	font-style: normal;
	color: #40C5C4;
}
input {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #E6E7E8;
    border-radius: 0px;
    box-shadow: none;
}
b {
	font-weight: 600;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #475055;
}
a:visited {}
a:hover,
a:focus,
a:active {}
a:focus {}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Bootstrap Elements
--------------------------------------------------------------*/
.d-none {
  display: none!important;
}
.pv-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.bt-0{
	border-top:0 !important; 
}
.btn {
	text-transform: uppercase;
}
.btn-raised {
	box-shadow: 0 3px 0 0 #2DB0AF;
}
.btn-round {
	border-radius: 24px;
}
.panel {
	border-radius: 0;
}
.panel-default {
	border-color: #E6E7E8;
	border-bottom: solid 4px #DDE2E4;
}
.panel-accordion {
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	box-shadow: none;
}
.panel-accordion:last-of-type {
    border-bottom: none;
}
.text-default {
	color: #40C5C4;
}
.text-primary {
	color: #475055;
}
.badge-danger {
	background-color: #d9534f;
	padding: 3px 6px;
}
/*--------------------------------------------------------------
# Bootstrap Forms
--------------------------------------------------------------*/
.form-control {
	border: 1px solid #E6E7E8;
    border-radius: 2px;
    height: 38px;
    box-shadow: none;
}
/*--------------------------------------------------------------
# Bootstrap Tabs
--------------------------------------------------------------*/
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 0; }
.tab-content{padding:15px}

.card .thumbnail .caption h3 { height: 28px; font-size: 13px; }
.card .table>tbody>tr:first-child>td { border: none; }

.birthdays .bic_calendar {
	background: #fff;
	border: none;
	margin: 4px 30px;
}
.birthdays .table td {
	width: initial;
}
.birthdays .manual_popover {
	float: right;
    margin-top: -26px;
    padding: 0 4px;
    cursor: pointer;
}
.birthdays .popover-title {
	font-size: 10px !important;
}
.birthdays .bic_calendar_day_num {
    padding: 14px 0;
}
/*--------------------------------------------------------------
# Bootstrap Table
--------------------------------------------------------------*/
tr.group,
tr.group:hover {
    background-color: #ddd !important;
    text-transform: uppercase;
    font-weight: 600;
}
.prefix {
	font-weight: normal;
	color: #556066;
}
td.phone {
	font-weight: 600;
}
small.cargo {
	display: block;
	color: #aaa;
	margin-top: -3px;
}
.dataTables_filter input {
	min-width: 200px;
	margin-bottom: 15px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
    font-weight: 400;
}
/*--------------------------------------------------------------
## Header
-------------------------------------------------------------*/
.header.navbar {
	border-radius: 0;
	margin-bottom: 30px;
	min-height: 70px;
}
.header .navbar-nav>li>a {
    padding-top: 23px;
    padding-bottom: 23px;
}
.header .navbar-brand {
	padding: 1px 15px;
	font-size: 30px;
	font-family: oswald, 'arial narrow';
	color: #fff;
}
.header .navbar-brand small {
	font-size: 12px;
	display: block;
	margin-top: 2px;
	opacity: .5;
}
.navbar-primary {
    background-color: #2da265;
}
.navbar-primary .navbar-right>li>a {
	color: #fff;
}
.navbar-primary .nav>li.active>a,
.navbar-primary .nav>li>a:focus, 
.navbar-primary .nav>li>a:hover {
    text-decoration: none;
    background-color: #0E8D51;
}
.icon-user.profile {
    border: solid 2px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    padding-left: 1.5px;
}
.navbar-toggle2 {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 1px;
}
.navbar-toggle2 .icon-bar {
    background-color: rgba(255,255,255,.8);
}
.navbar-toggle2 .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle2 .icon-bar+.icon-bar {
    margin-top: 4px;
}
.header .dropdown-menu {
	border: none;
	min-width: 185px;
}
.header .dropdown-menu:before {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: " ";
    height: 0;
    left: 13px;
    position: absolute;
    top: -11px;
    width: 0;
    z-index: 1;
}
.header .dropdown-menu-right:before {
	right: 13px;
	left: initial;
}
.header .dropdown-menu>li>a {
	padding: 6px 20px;
    color: #444;
    font-weight: 600;
    font-size: 15px;
}

/*--------------------------------------------------------------
## Navigation
-------------------------------------------------------------*/
.main-menu .navbar-nav>li>a {
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
	padding-top: 16px;
	padding-bottom: 16px;
}
.navbar-toggle .icon-bar {
	background-color: rgba(255,255,255,.8);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer, .socket {
	background-color: transparent;
	color: #C6C6C6;
}
footer .container, .socket .container{
	padding-top: 20px;
}
footer .container {
	border-bottom: solid 1px #D2D3D3;
}
/*--------------------------------------------------------------

## Posts and pages

----------------------------------------------------------------
# Page Home
--------------------------------------------------------------*/
.title-welcome {
	font-size: 18px;
	margin-top: 6px;
}
.dashboard .panel-first-child {
	margin-bottom: 15px !important;
}
.menu-home ul>li {
	position:relative;
	float: left;
    width: calc(25% - 2px);
    margin: 0 2px 2px 0;
    text-align: center;
    background: #eee;
	z-index:0;
}
.menu-home ul>li:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #0f9d58;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform .2s ease-out;
}
.menu-home ul>li:hover:before{
	transform: scaleX(1);
}
.menu-home ul>li>a {
	display: block;
	text-transform: uppercase;
	font-family: oswald;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 55px 10px;
}
.menu-home ul>li>a:hover{
	color: #fff;
}
.menu-home ul>li.home-icon > a:before {
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}

.home-calendar .eventon_fc_days .evo_fc_day {
	padding: 8px 0;
}
.home-calendar .eventon_fullcal, .home-calendar  #evcal_list {
	border-bottom: none;
	border-top: none;
}
#evcal_list .eventon_list_event p.no_events {
	display: none;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
	border-radius: 0 !important;
}
.calendar-cell #pgc-105-0-1 {
	background: #f5f5f5;
}
.eventon_fc_days .evo_fc_day {
	background-color: #f5f5f5 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #444 !important
}
.heading {
	font-family: oswald, "arial narrow";
	color: #C6C6C6;
	font-size: 28px;
}
.heading h2, .heading-div {
	font-family: oswald, "arial narrow";
	color: #C6C6C6;
	font-size: 28px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    position: relative;
}
.heading h2:after, .heading-div:after {
    background-color: #ddd;
    content: '\a0';
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: .6em;
    margin-left: 10px;
}
.home-news .panel-first-child {
	margin-bottom: 0 !important;
}
.thumbnail {
	border-color: #E6E7E8;
	border-bottom: solid 4px #DDE2E4;
	padding: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.card .thumbnail {
	border-bottom: 1px;
	margin-bottom: 0;
}
.excerpt {
	display: block;
	overflow: hidden;
	height: 78px;
}
/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.login h1 a {
	background-image: url('img/logo-login.png');
	background-size: cover;
    width: 127px;
    height: 104px;
}
.login #nav {
	display: none;
}
/*-------------------------------------------------------------
# Page Blog
--------------------------------------------------------------*/
.page-title {
	margin-bottom: 20px;
}
.posted-on {
	color: #959595;
}
.thumbnail .caption h3 {
	height: 38px;
	overflow: hidden;
	margin: 2px 0;
}
.thumbnail .caption {
	color: #959595;

}
.type-post h1 {
	margin: 0 0 20px 0;
}
.type-post {
	max-width: 800px;
	margin: auto;
	text-align: justify;
	line-height: 24px;
}
.type-galerias .featured-image {
	display: none;
}
.type-galerias h1 {
	margin-bottom: 20px;
}
.featured-image img {
	border: solid 1px #ddd;
}
.gallery:after {
    content: '';
    display: block;
    clear: both;
}
.gallery-item {
	display: inline-block;
}
.gallery-item img {
	display: block;
    max-width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.galleries .thumbnail .caption .excerpt {
    display: none;
}

/*-------------------------------------------------------------
# Page Meu perfil
--------------------------------------------------------------*/
.dashboard-panel .col-md-6:first-child { width: 100%; }

.dashboard-panel .col-md-6:nth-child(2),
label[for="payment_account"], #payment_account,
label[for="new_pass"], #new_pass,
label[for="re_new_pass"], #re_new_pass {
	display: none !important;
}
/*-------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/
.error-404 {
	max-width: 660px;
	margin: 15px auto;
}
.error-404 a {
	text-decoration: underline;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.evo_popup .evopopclose {
    background-color: #666;
	border-radius: 0;
	color: #fff;
	margin: 0;
}
#evoau_form .label {
	padding: 0;
}
.ajde_yn_btn_label {
	padding-right: 10px;
}
.event .eventon_fullcal {
	border-bottom: none;
}
.event .eventon_fc_days .evo_fc_day {
	background-color: transparent !important;
}
.event .eventon_fc_days .evo_fc_day {
	padding: 5px 0 !important;
}
.event #evcal_list {
	border: none;
}
.event .evoau_submission_form {
	border: none;
	padding: 13px 5px;
}
.event h2 {
	color: #959595;
    font-family: oswald, 'arial narrow';
}
.eventon_fc_days .evo_fc_day.has_events span i {
	background-color: #6495ed !important;
	height: 3px !important;
    width: 3px !important;
}
.eventon_fc_days .evo_fc_day.has_events span {
    left: inherit !important;
    right: -45% !important;
    top: -30% !important;
    bottom: 0 !important;
}
#evcal_list {
	position: absolute;
	z-index: 99;
	min-width: 350px;
}

.eventon_events_list .eventon_list_event .evcal_cblock {
	padding: 7px 8px 2px 13px !important;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
	padding: 0 !important;
	min-height: inherit !important;
}

.evcal_cblock .evo_date .start {
	font-size: 24px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2 {
	font-size: 16px !important;
	text-transform: none !important;
}

.eventon_fullcal .evo_fc_day.on_focus {
    border: 1px solid #6494ed !important;
}




.home-calendar .ajde_evcal_calendar .calendar_header p {
	font-size: 32px;
}
.event .ajde_evcal_calendar .calendar_header p {
	height: 24px;
    line-height: 24px;
    font-size: 24px;
}
.gallery-icon.landscape {
    margin: 0 5px 0px 0;
}
.birthday_displayname {
	font-weight: 600;
}
.birthday_age {
	color: #959595;
	
}

.aviso .panel-body {
	padding: 10px 15px 5px;
    background: #eee; 
    position: relative;
}

.arrow-box:before {
    content: "";
    border-style: solid;
    border-width: 0 14px 12px;
    position: absolute;
    top: -12px;
    left: 30px;
    margin: 0 auto;
    border-color: transparent transparent #eee;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.read-more {
    color: #40c5c4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.read-more:after {
    content: " \2192 \0020";
    font-size: 14px; 
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.upper {
	text-transform: uppercase;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.so-panel {
	margin-bottom: 0 !important;
}
.w3eden .container-fluid {
	padding: 0 !important;
}

/*--------------------------------------------------------------
# Icons menu
--------------------------------------------------------------*/
.home-icon-newspaper > a:before {
    content: "\58";
}
.home-icon-id-card > a:before {
    content: "\51";
}
.home-icon-folder > a:before {
    content: "\49";
}
.home-icon-users > a:before {
    content: "\21";
}
.home-icon-calendar > a:before {
    content: "\72";
}
.home-icon-clock > a:before {
    content: "\79";
}
.home-icon-cd > a:before {
    content: "\75";
}
.home-icon-social-drive > a:before {
    content: "\61";
}
.home-icon-clipboard > a:before {
    content: "\78";
}

[class^="home-icon-"] > a:before, [class*=" home-icon-"] > a:before {
    font-family: "steadysets" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# Normas e Manuais
--------------------------------------------------------------*/
.panel-download  .panel-heading {
    padding: 15px 15px 12px;
    background-color: #fff;
}
.panel-download  .panel-heading h2 a {
	display: block;
}
.panel-group .panel-download .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel-download .panel-body {
    padding: 0 15px;
}

/*--------------------------------------------------------------
# Relatório
--------------------------------------------------------------*/
.navbar-header-print, .header-print {
	padding: 10px;
	border: solid 1px #E6E7E8;
	margin-bottom: 20px;
}
.header-print p {
 	margin-bottom: 5px;
 	font-size: 20px;
 	font-weight: bold;
}
.header-print .print-left {
	float: left;
}
.table>tbody>tr>td.action {
	padding: 8px 2px;
}


.relatorio input[type=checkbox], .relatorio input[type=radio] {
	display: inline;
	vertical-align: sub;
	margin: 7px 5px 0 0;
}
.relatorio .form-inline  ul > li {
	display: inline-block;
    margin-right: 15px;
}
.cred-label {
	font-size: 14px;
}
.wpt-form-label {
    white-space: initial !important;
    display: inline;
    font-size: 14px;
}
.wpt-form-select {
    padding: 5px 12px;
    border: 1px solid #E6E7E8;
}
.wp-editor-wrap {
	margin-top: -25px;
}
.wpt-form-item.wpt-form-item-checkbox {
	margin-bottom: 0px;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.wpt-form-checkbox-label {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.block {
	display: block;
}

.relatorio-filter {
	margin: 15px 0;
}
.ui-datepicker {
	z-index: 999 !important;
}
/*--------------------------------------------------------------
# Filebase - Plugin documentos
--------------------------------------------------------------*/
.treeview.drag-drop {
	padding: 15px;
	font-size: 15px;
}
ul.treeview li > span > a.titulo {
	font-weight: 600;
	padding: 5px;
}
.resumo {
	padding: 0 0 0 40px;
	color: #777;
	margin-bottom: 0;
	font-size: 14px;
    margin-top: -7px;
}
.wpdm-all-packages-table {
	border-top: 0 !important;
}
.wpdm-all-packages-table th{
	background-color: transparent !important;
}
/*--------------------------------------------------------------
# Buddlepress - Plugin
--------------------------------------------------------------*/
#buddypress div.dir-search {
    float: right;
    margin: -15px 0 0 0;
}
.header .dropdown-menu li>a {
    padding: 6px 20px;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#myModal .col-sm-3 {
    padding-right: 2px;
    padding-left: 2px;
}

#myModal .modal-dialog {
    width: 780px;
}
.img-fluid {
	width: 100%;
}