.sample-show-hide {
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;	
}

.form-group-sm .form-control-static {
	padding: 6px 6px;
}

.sample-show-hide.ng-hide {
	opacity: 0;
}

.erro {
	color: #FF5555;
}

.ng-invalid.ng-dirty {
	border-color: #FA787E;
}

.ng-valid.ng-dirty {
	border-color: #78FA89;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
}

.form-horizontal {
	margin-left: 10px;
	margin-right: 10px;
}

.form-group {
	margin-bottom: 2px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Coolors Exported Palette - coolors.co/db7f67-dbbea1-a37b73-3f292b-d34f73 */

/*
			$color1: #db7f67;
			$color2: #dbbea1;
			$color3: #a37b73;
			$color4: #3f292b;
			$color5: #d34f73;
			*/
@media screen {
	body {
		padding-top: 60px;
		background-color: #F3F3F3;
		/* 60px to make the container go all the way to the bottom of the topbar */
	}
}

#barra-menu {
	color: white;
	background-image: linear-gradient(to bottom, #337AB7 0px, #2E6DA4 100%);
	background-repeat: repeat-x;
}

#barra-menu #informacoes-usuario {
	margin-right: 1em;
	margin-top: 0.25em;
}

#barra-menu a {
	color: #FFF;
}

.form-control-static {
	border: 1px solid #ddd;
}

ul.list-unstyled {
	padding-left: 1.5em;
}

.h3, h3 {
	font-size: 15px;
}

.texto-sucesso {
	color: #3C763D;
}

@media print {
	a[href]:after {
		content: none;
	}
	h1, h2, h3, h4 {
		page-break-after: avoid;
	}
}

/*
				
			*/
.gestores-anteriores {
	display: none;
	color: gray;
}

/* Tela de Login */

/*
			body {
			  padding-top: 40px;
			  padding-bottom: 40px;
			  background-color: #eee;
			}
			*/
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 5em;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.scrollableContainer {
    height: 450px !important;
}

/* in the css file or in a style block */
.angular-with-newlines {
    white-space: pre-wrap;
    vertical-align: top;
}

.searchclear {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.reveal-animation {
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.popover-grande ~ div.popover {
	max-width: 650px !important;
}

.app-modal-window .modal-dialog {
  width: 1000px;
}

    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

div div.alert pre{
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	white-space: pre-wrap;
    word-wrap: break-word;
		
}
    
div .margin-bottom {
	margin-bottom: 20px;
}

.input-acumulacao {
	margin:0 20px 5px 0; 
	width:40% !important;
}

.input-pensao-morte {
	margin:0 30px 5px 0; 
}

.input-pensao-morte-large {
	width: 95% !important;
}