@charset "utf-8";
/* CSS Document */

/* CUSTOM CSS */

.logo {
	margin:0;
}
.d-none {
    display: none !important;
}
a.logo h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	color: #fff;
}
a.logo h1 span {
	font-weight: 700;
}
.grid-title.descriptive p {
    display: inline-block;
    width: 100%;
    white-space: normal;
}
input[type="text"], input[type="time"], input[type="date"], input[type="email"], input[type="tel"], select {
	width: 100%;
}
input[type="file"] {
    width: 100%;
    padding: 8px 15px;
    height: auto !important;
}
select {
    padding: 7px;
    height: auto !important;
}
.info {
    margin-bottom: 15px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #eeeeee;
    opacity: 0.65;
	cursor: no-drop;
}

.banner-home {
    height: 250px;
    background-color: black;
    /*margin-top: 60px;*/
    margin-bottom: 20px;
    background-image: url(../assets/img/banner.jpg);
    background-position: center;
}

.clndr {
    width: 100%;
	text-align: center;
}
table.clndr-table {
    width: 100%;
}
.clndr-controls {
    background-color: #0aa699;
    padding: 5px;
    color: #fff;
}
.clndr-controls div {
	display: inline-block;
}
.clndr-control-button {
    width: 25%;
}
.clndr-control-button span {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.month {
	width: 50%;
}
.header-days {
	background-color: #ddd;
}
.header-day {
	padding: 10px 0;
	color: #666;
    width: 14.28571428571429%;
}
td.day {
    padding: 5% 0;
	border: 1px solid #eee;
    background-color: #8BC34A;
    color: #fff;
}
td.day div {
	text-align: center;
}

tr td.day:not(.calendar-dow-0):not(.calendar-dow-6), tr td.day:not(.calendar-dow-0):not(.calendar-dow-6):hover, td.day.adjacent-month, td.day.past, td.day.inactive {
	background: #ebebeb !important;
	color: #b8b8b8;
	cursor: no-drop;
	pointer-events: none;
}

#calendario .clndr .clndr-table tr td.day.adjacent-month {
	background-color: #e1e1e1 !important;
}

tr td.day.calendar-dow-0, tr td.day.calendar-dow-6 {
	cursor: pointer;
}

#calendario .clndr .clndr-table tr td.day.active {
	background: rgba(139, 195, 74,1);
	background: -moz-linear-gradient(-135deg, rgba(139, 195, 74,1) 0%, rgba(139, 195, 74,1) 50%, rgba(255,30,0,0.5) 50%, rgba(255,21,0,0.5) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(139, 195, 74,1)), color-stop(50%, rgba(255,30,0,0)), color-stop(50%, rgba(255,30,0,0.5)), color-stop(100%, rgba(255,21,0,0.5)));
	background: -webkit-linear-gradient(-135deg, rgba(139, 195, 74,1) 0%, rgba(139, 195, 74,1) 50%, rgba(255,30,0,0.5) 50%, rgba(255,21,0,0.5) 100%);
	background: -o-linear-gradient(-135deg, rgba(139, 195, 74,1) 0%, rgba(139, 195, 74,1) 50%, rgba(255,30,0,0.5) 50%, rgba(255,21,0,0.5) 100%);
	background: -ms-linear-gradient(-135deg, rgba(139, 195, 74,1) 0%, rgba(139, 195, 74,1) 50%, rgba(255,30,0,0.5) 50%, rgba(255,21,0,0.5) 100%);
	background: linear-gradient(-135deg, rgba(139, 195, 74,1) 0%, rgba(139, 195, 74,1) 50%, rgba(255,30,0,0.5) 50%, rgba(255,21,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e7f', endColorstr='#ff8e7f', GradientType=1 );
}
#calendario .clndr .clndr-table tr td.day.active-2 {
	color: #ffffff;
	background:rgba(255,30,0,0.5);
	pointer-events: none;
}

#calendario .clndr .clndr-table tr td.day.past.active {
	/*background: rgba(235,235,235,1) !important;
	background: -moz-linear-gradient(-135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(238,183,177,1) 50%, rgba(238,183,177,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(50%, rgba(238,183,177,1)), color-stop(50%, rgba(238,183,177,1)), color-stop(100%, rgba(238,183,177,1))) !important;
	background: -webkit-linear-gradient(-135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(238,183,177,1) 50%, rgba(238,183,177,1) 100%) !important;
	background: -o-linear-gradient(-135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(238,183,177,1) 50%, rgba(238,183,177,1) 100%) !important;
	background: -ms-linear-gradient(-135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(238,183,177,1) 50%, rgba(238,183,177,1) 100%) !important;
	background: linear-gradient(-135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(238,183,177,1) 50%, rgba(238,183,177,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb7b1', endColorstr='#eeb7b1', GradientType=1 ) !important;*/
}
#calendario .clndr .clndr-table tr td.day.past.active-2 {
	/*color: #ebebeb;
	background:rgba(238,183,177,1) !important;*/
}
:not(.past).calendar-dow-0.bloqueado, :not(.past).calendar-dow-6.bloqueado {
    opacity: 0.4 !important;
    pointer-events: none !important;
    cursor: no-drop !important;
}
.legenda {
    margin-top: 10px;
    text-align: right;
    font-size: 10px;
    font-style: italic;
}
select.analise {
    -webkit-appearance: none;
    border: none;
    padding: 0px 15px;
    background-color: #eee;
}
select.aprovado {
    -webkit-appearance: none;
    border: none;
    padding: 0px 15px;
    background-color: #00d975;
    color: #fff;
}
select.nao-aprovado {
    -webkit-appearance: none;
    border: none;
    padding: 0px 15px;
    background-color: #f35958;
    color: #fff;
}
.btn-group .btn.btn-success {
    border: 1px solid #e5e9ec;
}
.btn-group .btn.disabled {
	color:#d5d5d5;
	border-color: #e3e3e3;
}
.controller {
  position: relative;
  display: inline-block;
  float: right;
}
.controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.tiles .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}
.controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}
.controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}
.controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
    margin-bottom: 10px;
}
.page-content .content {
    padding-top: 15px;
}
.header {
  z-index: 1;
}

.comments {
    max-height: 170px;
    display: block;
    box-sizing: content-box;
    overflow-x: auto;
}
.comment {
    padding: 20px;
    background-color: #e1eef9;
    margin-bottom: 10px;
    margin-left: 15%;
}
.comment.reply {
    margin-right: 15%;
    background-color: #fffde1;
    margin-left: 0;
    opacity: 0.9;
}
.comment span.data {
    font-size: 11px;
    display: block;
    text-align: right;
    color: #a9b2bb;
}

.add-morador .page-content .content {
    padding-top: 83px;
}
.add-morador .header {
  z-index: 11;
}
.add-morador .page-content {
    margin-left: 0px;
}
.add-morador .header-seperation {
    display: block !important;
}

.page-title .btn i {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    margin-right: 0;
    position: relative;
    top: inherit;
    float: inherit;
}

.page-container.row-fluid {
    position: initial;
}

.page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 11.5px 20px;
}

.header-seperation {
    background-color: #2e87a6;
}
.page-sidebar {
    background-color: #3daed6 !important;
}
.footer-widget {
    background-color: #2e87a6;
}
.page-content {
    background-color: #f1fafd;
}
li.active, .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background-color: #2e87a6;
}
.page-sidebar .page-sidebar-wrapper > ul > li a, .page-sidebar .page-sidebar-wrapper > ul > li a i, .user-info-wrapper .user-info .status {
    color: #abe9ff;
}
.footer-widget a, .footer-widget a i {
    color: #abe9ff;
}
.footer-widget a:hover, .footer-widget a:hover i {
    color: #ffffff;
}
.menu-title {
    color: #2e87a6;
}
.btn-primary {
    background-color: #3daed6;
}

.avisoblock {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    margin: auto;
    text-align: center;
    background: #00000085;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    align-items: center;
    box-sizing: border-box;
    font-size: 19px;
    color: #fff;
}
.page-title h3 {
    width: 65%;
}

.anuncios iframe {
    width: 100% !important;
    min-height: 250px !important;
}
.anuncios iframe .box-container img {
    width: 100% !important;
    height: auto !important;
}
option:disabled {
    background: #bdbdbd;
    /* cursor: pointer; */
}

@media (max-width: 1024px) and (min-width: 768px) {
    body.open-menu-left .page-content {
        -webkit-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }
    .header .header-seperation .notifcation-center { 
        /*display: none;*/
    }
    .header .header-seperation {
        width: 100%;
        display: block !important;
        height: inherit;
    }
    a.logo h1 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .page-content .content {
        padding-top: 83px;
    }
    .header {
        z-index: 1000;
    }
    .grid-title h4 {
        width: 100%;
        white-space: inherit;
    }
    .page-content {
        margin-left: 0px;
    }
    .header .notifcation-center {
        margin-left: 15px;
    }
    .header .nav > li.dropdown, .header .nav > li.dropdown > a {
        color: #fff;
    }
}
@media (max-width: 979px){
    a.logo h1 {
        padding-right: 56px;
    }
    .grid-title h4 {
        width: 100%;
        white-space: inherit;
    }
    .header {
        z-index: 1000;
    }
    .page-content .content {
        padding-top: 83px;
    }
    .banner-home {
        margin-bottom: -60px;
    }
    .page-content {
        margin-left: 0px;
    }
    .page-sidebar {
        position: fixed;
        z-index: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
    }
    .page-sidebar {
        display: none;
    }
    .page-sidebar.visible {
        display: block;
    }
    body.open-menu-left .page-sidebar {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -webkit-backface-visibility: hidden;
    }
    .page-sidebar .page-sidebar-wrapper {
        display: inline-block;
        float: left;
        width: 260px;
        height: 100%;
    }
    .page-sidebar {
        padding-bottom: 45px;
    }
    .footer-widget {
        width: 260px;
    }
    .header .notifcation-center {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    body.open-menu-left .footer-widget {
        display: block;
        width: 260px;
    }
    .page-sidebar {
        padding-bottom: 45px;
    }
}