/*!
    
 =========================================================
 * MS Genilson
 =========================================================

 * Copyright 2017 Creative
 * Licensed under MIT
 
 =========================================================
 
 
 */

 /*RESPONSIVE*/

 /*Imagens Responsivas */

 .img-resp-10 {
 	width: 10%;
 }
 .img-resp-20 {
 	width: 20%;
 }
 .img-resp-30 {
 	width: 30%;
 }
 .img-resp-40 {
 	width: 40%;
 }
 .img-resp-50 {
 	width: 50%;
 }
 .img-resp-60 {
 	width: 60%;
 }
 .img-resp-70 {
 	width: 70%;
 }
 .img-resp-80 {
 	width: 80%;
 }
 .img-resp-90 {
 	width: 90%;
 }
 .img-resp-100 {
 	width: 100%;
 }

 .has-error select {
 	color: #ff0500;
 }


 /* Rules for sizing the icon. */
 .material-icons.md-18 { font-size: 18px; }
 .material-icons.md-24 { font-size: 24px; }
 .material-icons.md-36 { font-size: 36px; }
 .material-icons.md-48 { font-size: 48px; }
 .material-icons.md-72 { font-size: 72px; }
 .material-icons.md-92 { font-size: 92px; }
 .material-icons.md-124 { font-size: 124px; }

 /* Rules for using icons as black on a light background. */
 .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
 .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

 /* Rules for using icons as white on a dark background. */
 .material-icons.md-light { color: rgba(255, 255, 255, 1); }
 .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

 .rowError .card .card-block i {
 	color: #cecece
 }

 .main-raised-unidades {
 	margin: 0;
 	border-radius: 0;
 	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
 }


 /*---------------------------Pagina Positiva Eventos --------------------------*/

 /*---------- Card Unidades ----------*/

 .unidades-card .unidades-icon {
 	background-color: #000;
 }

 .unidades-card .unidades-endereco h5 {
    font-size: 12px;
 	margin: 0
 }

 .unidades-cidade {
 	background: #c1c1c1;
 	padding-top: 6px;
 	padding-bottom: 1px;
 }

 .unidades-cidade h1 {
 	font-size: 20px;
 	margin: 3px;
 	color: #f3f2f2;
 }

 .unidades-contato h5,
 .unidades-contato span {
    font-size: 12px;
    margin: 0
 }
 .unidades-contato span i {
 	font-size: 14px;
 }

.unidades-info h1 {
    font-size: 16px;
    font-weight: 700
}

.unidades-info h5 {
    font-size: 12px;
    font-weight: 400
}

 .positiva-parceiros {
	background-color: #f3f2f2
}

.nav-top {
	box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}

/*-------------------------- Nav-bar contendo search ---------------------*/
.sb-search {
    position: relative;
	margin-top: 1px;
    width: 0%;
    min-width: 42px;
    height: 42px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 42px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 16px;
    color: #2c3e50;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: rgba(152, 28, 63, 0.59);
}
 
.sb-search-input:-moz-placeholder {
    color: rgba(152, 28, 63, 0.59);
}
 
.sb-search-input::-moz-placeholder {
    color: rgba(152, 28, 63, 0.59);
}
 
.sb-search-input:-ms-input-placeholder {
    color: rgba(152, 28, 63, 0.59);
}

.sb-icon-search,
.sb-search-submit  {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #981c3f;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #981c3f;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}


.nav-menu {
	box-shadow: none;
    background-color: rgba(250, 235, 215, 0);
    color: #000;
}


 .sticky {
 	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
 	background-color: #b0274d;
 	color: #fff;
 	    border-radius: 0;
 	position: fixed;
 	width: 100%;
 	left: 0;
 	top: 0;
 	z-index: 100;
 	border-top: 0;
     -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s;
 }

 .sticky .menu li a {
 	color: #fff;
 }

 .sticky .search-toggle::before {
    border: 2px solid #eee;
 }

 .sticky .search-toggle::after {
    background: #fff	;
 }

.login-content .login-box.flipped {
    min-height: 300px
}

.login-content .login-box.flipped .login-form {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.login-content .login-box.flipped .forget-form {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}


.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    top: 50%;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}

.show-load {
    display: block
}