@font-face {
    font-family: 'ralewayregular';
    src: url('_fonts/raleway-regular-webfont.eot');
    src: url('_fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('_fonts/raleway-regular-webfont.woff') format('woff'),
         url('_fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
	border: 0px;
	outline: 0px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	font-family: 'ralewayregular';
}
html, body {
	position: relative;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'ralewayregular';
	/* overflow-x: hidden; */
}
#website {
	min-height:100%;
	position:relative;
}
div {
	display: block;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.wrapper:after {
	clear:both;
	content:"";
	display:block;
}
header {
	width: 100%;
	/*height: 100vh;*/
}

/*
section {
	min-height: 400px;
	padding-bottom: 400px;
}
 :after {
clear:both;
content:"";
display:block;
}*/
footer {
	/*position: absolute;*/
	float: left;
	width: 100%;
	min-height: 300px;
	/*
	bottom: 0;
	left: 0;*/
	background-color: #65AAF0;
	padding-top: 20px;
	color: #ffffff;
}

/******
WEBSITE
******/

header #topnavigation {
	height: 80px;
	background-color: #65aaf0;
	border-bottom: 1px solid #999999;
}
header h1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 17px;
}
header .navbar {
	margin: 0px;
}

header .navbar-inverse .navbar-nav > li {
	height: 79px;
}
header .navbar-inverse .navbar-nav > li:hover {
	background-color: rgba(255,255,255,0.9);
}
header .navbar-inverse .navbar-nav > li:hover > a {
	color: #333333;
}
header .navbar-inverse .navbar-nav > li > a {
	padding-top: 30px;
	color: #ffffff;
	font-size: 16px;
}

.noPadding {
	padding: 0px;
}

content {
	width:	100%;
	min-height: 596px;
	float: left;
	margin-bottom: 20px;
}

/** FOR SYS **/
#visitas .titulo {
	font-size: 16px;
	color: #575757;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
}

#visitas .contador {
	float: left;
	width: 152px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #bfbfc0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
#visitas .contador .titulo {
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;;
	margin-bottom: 0px;
}
#visitas .spacer {
	float:left;
	width: 15px;
	height: 50px;
}

.heightHeader {
	height: 87px;
}
.heightNav {
	height: 88px;
}
.heightFooter {
	height:40px;
	line-height: 40px;
	text-align: center;
}

#login {
	position: absolute;
	width: 350px;
	height: 380px;
	
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -175px;
	
	border: 2px solid #FAFAFA;
    border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 15px 5px rgba(237,237,237,1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(237,237,237,1);
	box-shadow: 0px 0px 15px 5px rgba(237,237,237,1);
}

#login .logo {
	float: mleft;
	width: 220px;
	height: 63px;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 100px;
}

#login .line {
	float: left;
	width: 100px;
	height: 1px;
	background-color: #575757;
	margin-top: 25px;
	margin-left: 25px;
}

#login .painel {
	float: left;
	font-size: 18px;
	color: #575757;
	margin-top: 10px;
	margin-left: 10px;
}

#login .error {
    float: left;
    width: 300px;
	height: 21px;
    margin-left: 27px;
    margin-top: 25px;
    margin-bottom: -35px;
    font-size: 14px;
    color: red;
    visibility: hidden;
}

#login .input {
	float: left;
	width: 286px;
	height: 36px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 25px;
	border: 2px solid #F4F4F4;
	
	font-size: 14px;
	color: #575757;
}

#login .submit {
	float: left;
	width: 300px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	background-color: #00A03E;
	margin-top: 30px;
	margin-left: 25px;
	font-size: 18px;
	cursor: pointer;
}

.marginTop50 {
	margin-top: 50px !important;
}

.marginTop70 {
	margin-top: 70px !important;
}
.marginRight750 {
	margin-right: 750px !important;
}
.marginRight700 {
	margin-right: 700px !important;
}

.botaoNovo {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #575757;
	cursor: pointer;
}
.botaoNovo a {
	display: block;
}

.botaoAlterar {
	margin-left: 15px !important;
	margin-top: 30px !important;
	width: 948px !important;
}

.buscaPadding {
	float: left;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    background-color: #65aaf0;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
}

.busca {
    float: left;
    width: 980px;
    height: 50px;
    margin-top: 5px;
    background-color: #65aaf0;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
}

.busca .pesquisar {
	float: left;
	width: 820px;
	height: 40px;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 10px;
	color: #575757;
}
.busca .submit {
	float: left;
	width: 120px;
	height: 40px;
	margin-top: 5px;
	background-color: #575757;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 40px;
}


#lista {
	float: left;
	width: 978px;
	border: 1px solid #65aaf0;
	padding-bottom: 10px;
}
#lista .boldBorder {
	border-bottom: 1px solid #575757;
	font-weight: bold;
}
#lista .linha {
	float: left;
	width: 950px;
	height: 25px;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 18px;
	color: #575757;
}
#lista .linha .codigo {
	float: left;
	width: 100px;
	height: 25px;
}
#lista .linha .nome {
	float: left;
	width: 800px;
	height: 25px;
}
#lista .linha .excluir {
	float: left;
	width: 50px;
	height: 25px;
	text-align: center;
}
#lista .content {
	list-style-type:none;
}
#lista .label {
    float: left;
    width: 160px;
    margin-left: 15px;
    margin-top: 13px;
    font-size: 14px;
    color: #575757;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}
#lista .imgLabel {
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	font-size: 18px;
	color: #575757;
	font-weight: bold;
}
#lista .imgSugestao {
	font-size: 14px;
	color: rgba(0,0,0,0.4);
}
#lista .input {
	float: left;
	width: 776px;
	height: 28px;
	border: 1px solid #65aaf0;
	margin-top: 12px;
	padding-left: 10px;
}

#lista select {
	width: 788px !important;
}

#lista .page_navigation {   
	float: left;
    width: 242px;
    margin-left: -121px;
    left: 50%;
    margin-top: 20px;
    position: relative;
}
#lista .page_navigation .page_link {
	width: 28px;
	height: 28px;
	border: 1px solid #65aaf0;
	padding: 4px 8px;
	margin-left: -1px;
	font-size: 18px;
	color: #575757;
}
#lista .page_navigation .page_link:hover {
	background-color: #65aaf0;
	color: #FFFFFF;
}
#lista .page_navigation .active_page {
	color: #65aaf0;
}
#lista .page_navigation .previous_link, #lista .page_navigation .next_link {
	/* margin-right: 5px; */
	border: 1px solid #65aaf0;
	padding: 4px 8px;
	font-size: 18px;
	color: #575757;
	margin-left: -1px;
}

#buscaFail {
	float: left;
	width: 980px;
	height: 60px;
	background-color: #65aaf0;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 30px;
}
.input-upload::-webkit-file-upload-button {
  visibility: hidden;
}
.input-upload::before {
  content: 'Selecionar Imagem';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.input-upload:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type='file'] {
  color: transparent;
  margin-top: 5px;
}
.input-upload:hover::before {
  border-color: black;
}
.input-upload::before {
	color:#000;
}
#novasImagens {
	float: left;
	width: 910px;
	margin-left: 15px;
	margin-top: 13px;
}
#adicionarImagem {
	float: left;
	margin-left: 15px;
	font-size: 13px;
	color: #65aaf0;
	cursor: pointer;
}
#imageBox {
	float: left;
	width: 185px;
	padding-left: 15px;
}
#imageBox .box {
	float: left;
	width: 148px;
	height: 148px;
	border: 1px solid #65aaf0;
	margin-bottom: 10px;
	margin-top: 20px;
}
#imageBox .box img {
	float: left;
	width: 148px;
	height: 148px;
}
#imageBoxExcluir {
	display: none;
	float: left;
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 20px;
}
#imageBoxExcluir img {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 60px;
	margin-top: 60px;
}

#imageBox:hover #imageBoxExcluir {
	display: block;
}

.textLeft {
	text-align: left;
}

.btnPasta {
	float: left;
	background-color: #F2F2F2;
	color: #333333;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 6px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}
/** FOR SYS **/

#slide {
	width: 100%;
	width: 100vw;
	height: 600px;
}

#slide img {
	width: 100%;
	width: 100vw;
	height: 600px;
}

#prev, #next {
	width: 40px;
	height: 40px;
	z-index: 9999;
	float: left;
	position: relative;
	margin-top: -310px;
	cursor: pointer;
}
#prev {
	float: left;
}
#next {
	float: right;
}

.footerInfo {
	line-height: 80px;
}


	.indexH1 {
		font-size: 26px;
	}

@media (max-width: 1000px) {
	header .navbar-inverse .navbar-nav > li {
	    height: 50px;
	    background-color: #65aaf0;
	}
	header .navbar-inverse .navbar-nav > li > a {
    	padding-top: 15px;
    }
	
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*.navbar-collapse.collapse {
        display: none!important;
    }*/
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slide {
		width: 100vw;
		height: 400px;
	}

	#slide img {
		width: 100vw;
		height: 400px;
	}

	.footerInfo {
		font-size: 11px;
	}

	.indexH1 {
		font-size: 26px;
	}

	#slide .item span {
		font-size: 20px !important;
	}
}

#navbartogglebutton {
	margin-top: 25px;
}

.navbar-inverse .navbar-toggle {
	border-color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

#conheca {
	position: relative;
	float: left;
	width: 100vw;
	margin-top: 30px;
}
#conheca .title {
	width: 100vw;
	font-size: 30px;
	color: #272727;
	margin-bottom: 10px;
	text-align: center;
}
#conheca .sub-title {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 10px;
	text-align: center;
}
#conheca .bototes {
	width: 100vw;
	text-align: center;
}
#conheca .botaoAbrir {
	cursor: pointer;
	color: #272727;
	font-size: 14px;
	border: 2px solid #272727;
	width: 180px;
	height: 60px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
#conheca .botaoMigrar {
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	border: 2px solid #272727;
	background-color: #272727;
	width: 180px;
	height: 60px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
}
.texto-ContabilidadeIgrejas {
	color: #aaa;
}

footer .top {
	height: 200px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 100%;
	color: #ffffff;
}

footer .top a {
	color: #ffffff;
	text-decoration: none;
}

footer .bottom {
	height: 80px;
	width: 100%;
	background-color: #272727;
}

#sistema-conteudo {
	margin-top: 40px;
}

#sistema-conteudo .placa {
	float: left;
	margin: 10px;
    width: 200px;
    height: 100px;
    background-color: #65aaf0;
    font-size: 22px;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}