body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	background: #fafafa;
	color: #3c3c3c;
}

a {
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
	color: #4871D1;
}

a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button {
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
}

button:hover, button:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	font-weight: 600;
	color: #383838;
}

.ftco-section {
	padding: 7em 0;
}

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0;
}

.heading-section {
	font-size: 28px;
	color: #000;
}

.heading-section small {
	font-size: 18px;
}

.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	border: none;
}

.wrapper {
	width: 100%;
}

#sidebar {
	min-width: 235px;
    max-width: 235px;
	background: #395caf;
	color: #fff;
	
	position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
	overscroll-behavior: contain;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#sidebar .h6 {
	color: #fff;
}

#sidebar.active {
	margin-left: -235px;
}

#sidebar.active .custom-menu {
	margin-right: -45px;
}

#sidebar .site-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    /* font-weight: 700; */
    padding: 16px 20px 14px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    margin-bottom: 0!important;
    position: sticky;
    top: 0;
    background-color: #4871D1;
	width: 235px;
    z-index: 9;
}

#sidebar .site-title span {
    color: #ffffff;
    font-size: .9em;
    margin: 0 0 0 10px;
}

#sidebar .site-title .logo {
    color: #fff;
}

#sidebar ul.components {
	padding: 0;
	padding: 0;
    /*margin-top: 72px;*/
}

#sidebar ul li {
font-size: 15px;
    /* font-weight: 600; */
    /* color: #fff !important; */
background-color: #395caf;
}

#sidebar ul li > ul {
	margin-left: 0;
}

#sidebar ul li > ul li {
	font-size: 14px;
	font-weight: 400;
	text-indent: 3px;
	background-color: #4871d1;
	letter-spacing: -.3px;
}

#sidebar ul li > ul li:before {
    background: #395caf;
    bottom: auto;
    content: "";
    height: 6px;
    left: 8px;
    margin-top: 16px;
    position: absolute;
    right: auto;
    width: 6px;
    z-index: 1;
    border-radius: 50%;
}

/**/

  #sidebar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  #sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
  }
  #sidebar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,0.4);
  }
  #sidebar::-webkit-scrollbar-thumb:hover{
  	background: rgba(0,0,0,0.5);
  }
  #sidebar::-webkit-scrollbar-thumb:active{
  	background: rgba(0,0,0,.8);
  }
  
  #sidebar {
  scrollbar-color: rgba(0,0,0,.4) rgba(0,0,0,0.1) !important;
  scrollbar-width: thin !important;
  }


#sidebar ul li a {
	padding: 6px 10px 6px 16px;
	display: block;
	color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a:hover {
	color: #fff;
	/*background-color: rgba(0,0,0,0.1);*/
}

#sidebar ul li.active > a {
	background: transparent;
	/*background-color: rgba(0,0,0,0.1);*/
	color: #fff;
}



#sidebar .custom-menu {
	display: inline-block;

    position: fixed;
    top: 19px;
    left: 182px;
    /* margin-right: -20px; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 111;
}

#sidebar .custom-menu.active {
	left: 4px;
}

@media (max-width: 599.98px) {
    #sidebar {
      margin-left: -235px;
	}
    #sidebar.active {
        margin-left: 0;
	}
	#sidebar .custom-menu {
	left: 4px;
	}
	
	#content {
	margin-left: auto !important;
	}
	
	#content.active {
	margin-left: 235px !important;
	padding-left: 3rem !important;
    padding-right: 3rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	
#sidebar .custom-menu {
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
}

}

#sidebar .custom-menu .btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #263c70;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

@media (max-width: 540px) {
	


}

#content {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 235px;
}

#content.active {
	margin-left: auto;
	padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.btn.btn-primary, .btn.btn-primary:focus {
	background: #4166bc;
    border-color: #4166bc;
}

.btn.btn-primary:hover {
	background: #2b4b96 !important;
	border-color: #2b4b96 !important;
}

.footer {
color: #dee2e6;
margin: 30px 0;
}

.footer p{
margin: 0;
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.3;
}

.footer a {
    color: #c9c9c9;
}

/** EXTRAS **/

.clear {
	clear:both;
}

.clear20 {
	clear:both;
	height:20px;
}

.h1, h1 {
    font-size: 1.80rem;
	font-weight: 700;
}

.h2, h2 {
    font-size: 1.65rem;
}

.h3, h3 {
    font-size: 1.50rem;
}

.h4, h4 {
    font-size: 1.25rem;
}

b, strong {
    font-weight: 600;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0;
    font-size: .9rem;
}

.share {
    margin: 0 0 20px;
	position:relative;
}

.share:before {
    content: "Compartilhar:";
    position: absolute;
    top: -31px;
    left: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.ads_a {
	height: 90px;
    min-height: 90px;
    
}

.ads_in_a {
min-height: 250px;
height: 250px;
margin: 20px 0;
padding: 0;
}

.ads_b {
	width: 336px;
    margin: 20px 0;
    height: 280px;
    min-height: 280px;
}

.ads_b_90 {
	height: 90px;
    min-height: 90px;
	margin: 20px 0;
}

.color-input {
    accent-color: #4871D1;
    /*height: 20px;
    width: 20px;*/
}

.btn-info {
    background-color: #4871D1;
    border-color: #4871D1;
}

.btn-info:hover {
background: #4166bc !important;
	border-color: #4166bc !important;
}

.btn-warning {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-warning:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-user {
    font-size: 10px;
    padding: 5px !important;
    /* display: flex; */
    /* align-content: end; */
    /* float: right; */
    position: absolute;
    right: 14px;
    top: 14px;
}

.msgCopy {
position: fixed;
    font-size: .95em;
    background-color: #383838;
    color: #fff;
    text-align: center;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    z-index: 1;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
	display: none;
}

.bloc {
    float: left;
    font-size: .95rem;
    margin-right: 1%;
    overflow: hidden;
}

.overLip {
padding: 0 0 0 5px;
    width: 75px;
    text-align: center;
    font-weight: 600;
    outline: 0;
    border: 1px solid #ccc;
    border-bottom: 2px solid #4166bc;
    background-color: rgb(255 255 255 / 25%);
}

.overLip_c {
    padding: 0 0 0 5px;
    min-width: 75px;
	max-width: 75px;
    text-align: center;
    font-weight: 600;
    outline: 0;
}

.overLip_c_result {
    padding: 0 0 0 5px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    font-weight: 600;
    outline: 0;
	border-radius: 0;
    background-color: white !important;
	border-bottom: 2px solid #4166bc;
}

.overLip_r {
	padding: 0 0 0 5px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    font-weight: 600;
    outline: 0;
	border-radius: 0;
}

.mini-text {
	font-weight:400;
	
}

.numLip {
font-size: 20px;
    margin-right: 10px;
    color: #2a2a2a;
    /* background-color: cornflowerblue; */
    /* color: #fff; */
    /* padding: 0 15px 0 5px; */
    border-bottom: 3px solid #eee;
	line-height: 1.6;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4871d1;
    border-color: #4871d1;
}

.list-group-item-action {
    width: 100%;
    color: #4871D1;
    text-align: inherit;
	font-weight: 600;
}

/*.calc-percentage {
    background: url(imgages/percentage.svg) calc(100% - 8px) center no-repeat;
    background-size: 13px;
    padding-right: 25px;
    padding: 0 25px 0 10px;
}*/

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.mt-3-5 {
	margin-top: .75rem;
}

.slider {
-webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 29px;
    /* color: aquamarine; */
    background-color: #c7c7c7;
}

.jumbo {
background-color: #f3f3f3;
    padding: 2rem;
    position: relative;
}

.pi {
	font-size:.9rem;
}

.p-small {
	font-size:.9rem;
	line-height:1.35;
}

.charCountReport.zeroChars {
   color: #28a745;
}

#progress {
    overflow: hidden;
}

.progress-bar {
	height: 3px;
}

.charCountReport {
text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.35;
    margin: -76px -31px 8px;
    color: #28a745;
    position: sticky;
    top: 0;
    background-color: #fafafa;
    width: 226px;
    float: right;
}

.col-12-per {
	flex: 0 0 15%;
    max-width: 15%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/**************************/