/* Layout*/
@font-face {
    font-family: "Chubb Publico";
    src:url("font/Chubb Publico-Roman.otf") format("otf");
    font-weight: 400;
    font-style: Roman;
    /*font-stretch: normal;*/
}

html, body, table {	
    font-family: 'Chubb Publico',Georgia;
    font-size: 12px;    
}

html,body {
	height: 100%;	
	width: 100%;	    
    color: #191919;    
    min-width:320px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Chubb Publico, Georgia;
    font-weight: 700;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.footer {
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin-top: 30px;
}

.rodape {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;		
}

.fundoMenuAplicacao {
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #f7f7f7 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    height: 45px;
    padding: 0 0 0 0;
    margin-top: 10px;
    /* margin-bottom: 15px; */
}

.fundoMenuAplicacaoFooter {
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f7f7f7 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #f7f7f7 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    height: 45px;
    padding: 0 0 0 0;
    width: 100%;
    margin: 1%;
}

.fundoMenuAplicacao .navbar-nav a {
	color: #000;
}

.fundoMenuAplicacao .navbar-nav a:hover {
    font-size: 1.2em;
}

.fundoMenuAplicacao .active {
    font-weight: bold;    
}

.logofactamin{
	margin: 0px;
	padding: 0px;
}

.logochubb{
    width: 144px;
    height: 16px;
}

.border1 {
	border: 1px solid #aaaaaa;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;	
    height: 100%;
    width: 99%; 
    min-height: 400px;   
}

.painel2{
    min-height: 80px;
    /* margin-top: 40px */
}

label b {
    font-size: 12px;
}

.logofac {
    padding: 30px;
    height: 350px;
}

.loginform {
    padding: 30px;
    margin-top: 60px;
}

.border2{
 	border-right: 1px solid #aaaaaa;     
}

.mensagemprincipal{
	font-size: 13px;
}

.p0 {
	padding: 0 0 0 0;
}

.content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.header {
	margin-top: 30px;
}

/* teclado*/

.ui-keyboard {
	/* adjust overall keyboard size using "font-size" */
	font-size: 14px;
	text-align: center;
	background: #fefefe;
	border: 1px solid #aaa;
	padding: 4px;

	/* include the following setting to place the
	keyboard at the bottom of the browser window */
	width: 40%;
	height: auto;
	right: 0px;
	top: auto;
	bottom: 0px;
	position: fixed;
	white-space: nowrap;
	overflow-x: auto;
	margin: 0px  auto;
}


.right  {
	right: 0px;
    left: auto;
    vertical-align: middle;
}

.right {
    right: auto;
    left: 0px;
    float: left !important;
}

.right {
    float: right !important;
    margin-right: -15px;
}

.right ~ .right {
    margin-right: 0px;
}

.left  {
    left: 0px;
    right:  auto;
    vertical-align: middle;
}

.left {
    left: auto;
    right:  0px;
    float: right !important;
}

.left {
    float: left !important;
    margin-left:  -15px;
}

.left ~ .left {
    margin-left: 0px;
}

.img-right  {
	right: 0px;
    left: auto;
    vertical-align: middle;
}

.img-right {
    right: auto;
    left: 0px;
    float: left !important;
}

.img-right {
    float: right !important;
    margin-right: -15px;
}

.img-right ~ .img-right {
    margin-right: 0px;
}

.img-left  {
    left: 0px;
    right:  auto;
    vertical-align: middle;
}

.img-left {
    left:  auto;
    right:  0px;
    float: right !important;
}

.img-left {
    float: left !important;
    margin-left:  -15px;
}

.img-left ~ .img-left {
    margin-left: 0px;
}

.navbar-default {  
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #f7f7f7), color-stop(2, #dfdfdf));
    background: -moz-linear-gradient(top, #f7f7f7 15%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 15%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f7f7f7 15%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f7f7f7 15%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #f7f7f7 15%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;   
    border: 0px;
    border-radius: 0px; 
}

.navbar-default .navbar-nav>li>a {
    color: #000;     
}

.navbar-default .navbar-nav>li>a:hover {
	font-weight: bold;    
}

.active {
    font-weight: bold; 
}

.container-fluid {
    padding-right: 1px; 
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}


.panel-primary2>.panel-heading {
    background-image: -webkit-linear-gradient(top,rgb(0,0,0) 0,rgb(0,0,0) 100%);
    background-image: -o-linear-gradient(top,rgb(0,0,0) 0,rgb(0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(0,0,0)),to(rgb(0,0,0)));
    background-image: linear-gradient(to bottom,rgb(0,0,0) 0,rgb(0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0,0,0)', endColorstr='rgb(0,0,0)', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary2>.panel-heading {
    color: #fff;
    background-color:  rgb(0,0,0);
    border-color:rgb(0,0,0);
}

.panel-heading {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid rgb(0,0,0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel{
	border: 1px solid #aaaaaa;
	border-radius: 0px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #000;
    text-decoration: none;
}

.btn {
    color: #000;
    background-color:  rgb(206, 206, 206);
    border: solid 1px #c1c1c1;    
    border-radius: 0px;
    height: 26px;
    padding: 3px 6px;
}

.btn.right {
    margin-right: 0px;
}

input{
	border-radius: 0px;    
}

.dt.input-group-addon:last-child {   
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-control{
	border-radius: 0px;
	padding: 6px 9px;
	height: 26px;
    font-size: 11px;    
}

.form-group {
    margin-bottom: 5px;
}

.form-control.uploadfile {    
    height: 36px;    
}

label {    
    font-weight: 1; 
}

.table>thead {
	background-color: rgb(0,0,0);
	color:#fff;    
}

.table-bordered td, th {
  border: 1px solid #aaaaaa;  
  text-align: center;  
}

.table-bordered td .nop, th .nop {
    border: 0px;
    text-align: center;
    min-width: 100px;
}

.td20{
    width: 20%;    
    min-width: 100px;
}

.td30 {
    width: 30%;
    min-width: 100px;
}

.td40 {
    width: 40%;
    min-width: 100px;
}

.td50 {
    width: 50%;
    min-width: 100px;  
}

.table{
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.sm_vermelho {    
    background: url('../img/sm_vermelho.png') no-repeat;
    width: 20px;
    height: 20px;
}

.lblerro {
    color: red;    
}

.lblstatus {
    color: red;
}

.lblstatus-succeso {
    color: green;
}

.keyboardInputInitiator{
    font-size: 2.6em;
}

.bold {
    font-weight: bold;
}

.fundoMenuAplicacao>div>div>span {
    padding-top: 20px;
}

.gridProdutos {
	width: 100%;
	background-color: #fff !important;
	/*padding: 15px 15px 15px 15px !important;*/
	border: none;
    text-align: center;
}

.headerGrid {
	background-color: #AAA;
	font-weight: bold;
	color: #ffffff;
	border-style: hidden;
	border-bottom-style: hidden;
	white-space: nowrap;
}

.headerGrid a {
	color: #ffffff;
	text-decoration: none;
}

.linhaGrid {
	color: #666666;
	background-color: #ffffff;
	border-style: hidden;
	border-bottom-style: hidden;
	padding: 4px;
}

.bordaGrid {
	background-image: url(../img/bordaTabela.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	width: 8px;
}

/*h5 {*/
    /*font-weight: bold;*/
/*}*/

.divnumsorte {       
    color: #fff;
    border: 1px solid #25729a; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px; 
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold; 
    color: #FFF;
    background-color: #3093c7; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    /*background-color: #e7e7e7;*/
    font-size: 1.2em;
    z-index: 10;
}

.navbar-default .navbar-nav>li>a {
   color: black;
   z-index: 10;
}

/*mn1*/
.navbar-default .navbar-nav>.active>a.mn1{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn1, .navbar-default .navbar-nav>.active>a.mn1:focus, .navbar-default .navbar-nav>.active>a.mn1:hover {    
    background-color: rgb(1,193,214);
              
}
.navbar-default .navbar-nav>li>a.mn1 {
    border-bottom: 5px solid  rgb(1,193,214);
}

/*mn2*/
.navbar-default .navbar-nav>.active>a.mn2{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn2, .navbar-default .navbar-nav>.active>a.mn2:focus, .navbar-default .navbar-nav>.active>a.mn2:hover {    
    background-color: rgb(255,102,0);            
}

.navbar-default .navbar-nav>li>a.mn2 {
    border-bottom: 5px solid  rgb(255,102,0);
}

/*mn3*/
.navbar-default .navbar-nav>.active>a.mn3{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn3, .navbar-default .navbar-nav>.active>a.mn3:focus, .navbar-default .navbar-nav>.active>a.mn3:hover {    
    background-color: rgb(255,182,23);              
}

.navbar-default .navbar-nav>li>a.mn3 {
    border-bottom: 5px solid  rgb(255,182,23);
}

/*mn4*/
.navbar-default .navbar-nav>.active>a.mn4{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn4, .navbar-default .navbar-nav>.active>a.mn4:focus, .navbar-default .navbar-nav>.active>a.mn4:hover {    
    background-color: rgb(255,1,152);            
}

.navbar-default .navbar-nav>li>a.mn4 {
    border-bottom: 5px solid  rgb(255,1,152);
}

/*mn5*/
.navbar-default .navbar-nav>.active>a.mn4{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn5, .navbar-default .navbar-nav>.active>a.mn5:focus, .navbar-default .navbar-nav>.active>a.mn5:hover {    
    background-color: rgb(122,203,0);          
}

.navbar-default .navbar-nav>li>a.mn5 {
    border-bottom: 5px solid  rgb(122,203,0);
}

/*mn6*/
.navbar-default .navbar-nav>.active>a.mn6{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn6, .navbar-default .navbar-nav>.active>a.mn6:focus, .navbar-default .navbar-nav>.active>a.mn6:hover {    
    background-color: rgb(241, 53, 43);      
}

.navbar-default .navbar-nav>li>a.mn6 { 
    border-bottom: 5px solid rgb(241, 53, 43);
}

/*mn7*/
.navbar-default .navbar-nav>.active>a.mn7{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn7, .navbar-default .navbar-nav>.active>a.mn7:focus, .navbar-default .navbar-nav>.active>a.mn7:hover {    
    background-color: rgb(0, 0, 0);      
}

.navbar-default .navbar-nav>li>a.mn7 { 
    border-bottom: 5px solid rgb(0, 0, 0);  
}

/*mn8*/
.navbar-default .navbar-nav>.active>a.mn8{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn8, .navbar-default .navbar-nav>.active>a.mn8:focus, .navbar-default .navbar-nav>.active>a.mn8:hover {    
    background-color: rgb(111, 134, 212);   
}

.navbar-default .navbar-nav>li>a.mn8 { 
    border-bottom: 5px solid rgb(111, 134, 212);
}

/*mn9*/
.navbar-default .navbar-nav>.active>a.mn9{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn9, .navbar-default .navbar-nav>.active>a.mn9:focus, .navbar-default .navbar-nav>.active>a.mn9:hover {    
    background-color: rgb(255, 1, 152);
}

.navbar-default .navbar-nav>li>a.mn9 { 
    border-bottom: 5px solid rgb(255, 1, 152);
}
/*mn10*/

.navbar-default .navbar-nav>.active>a.m10{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn10, .navbar-default .navbar-nav>.active>a.mn10:focus, .navbar-default .navbar-nav>.active>a.mn10:hover {    
    background-color: rgb(255, 102, 0);
}

.navbar-default .navbar-nav>li>a.mn10 { 
    border-bottom: 5px solid rgb(255, 102, 0);
}

/*mn11*/
.navbar-default .navbar-nav>.active>a.m11{    
    color: #fff;           
}

.navbar-default .navbar-nav>.active>a.mn11, .navbar-default .navbar-nav>.active>a.mn11:focus, .navbar-default .navbar-nav>.active>a.mn11:hover {    
    background-color: rgb(111, 134, 212);
}

.navbar-default .navbar-nav>li>a.mn11 { 
    border-bottom: 5px solid rgb(111, 134, 212);
}

.fa-user-circle{
    color: rgb(21,15,150);   
}

img#txtlogin-opener {
    height: 25px;
    width: auto;
    padding: 2px;
}

img#txtpassword-opener {
    height: 25px;
    width: auto;
    padding: 2px;
}

.table-bordered{
    /* display: inline-block; */
    overflow: auto !important;
    font-size:11px; 
}

.table-checklist {
    display: inline-block;
}

.table-bordered2{
    height: 30px !important;
}

.table2 {
    width: 100%;
    max-width: 100%;
    height: 30px !important;
    margin-bottom: 20px;
}

.table2>thead{
    color: #fff;
    background-color: rgb(110,39,197)!important;
    height: 30px;
}

.table2>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.panel-body {
    padding: 4px;
}

.mensagemBancoDoBrasil{
    font-size: 10px;   
    color: red; 
}

.imgfarol{
    height: 16px;
}

/*.ng-valid       {   }
.ng-invalid     {    }
.ng-pristine    {  }
.ng-dirty       {  }*/
/* really specific css rules applied by angular */
/*.ng-invalid-required        {    }
.ng-invalid-minlength       {    }
.ng-valid-max-length        {   }*/

p.help-block{
    color:  #a94442;
    /*font-size: 1.2em;*/
    font-weight: bold;
}

.has-error.input-group .form-control   {
   border-color:  #a94442;      
}

.input-group .ng-invalid.ng-not-empty.ng-dirty{
    border-color:  #a94442;
}

.has-error .input-group-addon {    
    padding-bottom: 0px;
    padding-top: 0px;
}

.has-error-uniq  {
   border-color:  #a94442;      
}

.has-error-uniq.input-group  {
   border-color:  #a94442;      
}

.has-error-uniq.input-groupp .ng-invalid.ng-not-empty.ng-dirty{
    border-color:  #a94442;
}

.has-error-uniq .input-group-addon {    
    padding-bottom: 0px;
    padding-top: 0px;
}

@media screen and (max-width: 990px) { 
	.border2{
 		border-right: 0px solid #aaaaaa;   
 		border-bottom: 1px solid #aaaaaa;    		
	}	

    .loginform{
        padding: 30px;
        text-align:center;
        margin:0 auto;
    }
    div.input-group{        
        text-align:center;
        margin:0 auto;
    }
} 

@media screen and (min-width: 991px) { 
	
    .loginform{
        padding: 30px;
        left: 0;
        right: auto;
        vertical-align: middle;
        left: auto;
        right: 0;
        float: right !important;
        float: left !important;
        margin-left: -15px;
        margin-left: 0;
    }
} 

.modalDialog {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog > div {
    margin: 0 auto;
    text-align:center;        
    border-radius: 10px;    
}

.closes {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff; 
}

@media (min-width: 1440px)  {
     .container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px)  {
    .container {
        max-width: 1190px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 768px) {
    .container {
        min-width: 758px;
    }
}

.divuploadfile{
    background-color: #FFFBD6;
    padding:15px;
    margin:15px;
    max-height:80px;
}

input.lnk {
    border: 0px;
    background-color: transparent;
}

.activebtn{
    font-size:1.2em;
    font-weight: bold;
}

.scrolly {
    width: 100%;            
    overflow: auto;
    overflow-y: hidden;
    margin: 0px auto;
    white-space: nowrap;
}

/* The Modal (background) */
.loading {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0px;
    top: 0px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.loading-content {    
    color:#d3d3d3;
    font-size: 3em;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;    
    width: 80%; /* Could be more or less, depending on screen size */
}        

.nameusr {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.contentcenterpage{
    min-height: 400px;
}

.ulautocomplete {
    display: float;    
    position: absolute;
    z-index: 10;
}

.ulautocomplete>list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ulautocomplete>list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tabledesc{
    width: 70%;
}

.tablevalue{
    width: 30%;    
}

.tabledesc2{
    width: 50%;
}
.tablevalue2{
    width: 25%;    
}
.red{
    color: red;
}

.tabledesc3{
    min-width: 847px !important;
}

.tablevalue3 {
    width: 100px;
}

.tabledesc4{
    width: 20%;
}

.tablevalue4 {
    width: 20px;
}

.labelverticalcenter {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.gridProdutos > ul {
    text-decoration:none;
    list-style:none;
}

ul li { 
 	list-style:none;
}

.isadddias{
    background-color: #FFFACD;
}

.tablebenef {    
    line-height: 3.42857143;    
}

.tablepro{
    width: 100%;
    border-top: 1px solid #fff;    
    border-bottom: 0px;    
    border-left: 0px;    
    border-right: 0px;
}

.newWpainel1 {
    width: 1524px;
}

.ImpSucesso {
    background-color: #ccffcc;
}

.ImpCErros {
    background-color: #ffd1b3;
}

.NImportado {
    background-color: #ffd1b3;
}

.AguardandoImp {
    background-color: #FFFACD;
}

.inforegra {
    font-size: 11px;
    font-style: italic;
    color: red;
}

.loader {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.modalCSS {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.msg-validacao {
    color: red;
}

.painel_cadastro {
    min-height: 100px;
    margin: 10px 10px 10px 10px;
}

.painel_padrao {
    min-height: 300px;
    margin-top: 10px;
}

/* .painel_padrao > div {
    
} */

.panel-danger .panel-heading {
    background-color: black !important;
    color: white;
}

/*input.ng-invalid {
    border-color: lightcoral;
}

input.ng-valid {
    border-color: lightgreen;
}*/

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0px;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
    
.tipoCadastro button {
    width: 50%;
}

.tipoCadastro .button_right {
    float: right;
    margin-right: 10px;
}

.tipoCadastro .button_left {
    float: left;
    margin-left: 10px;
}

.tipoCadastro .button_center {
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
}

h6 {
    padding-left: 10px;
}

button {
    margin-left:5px;
    margin-bottom:5px;
}

table.tabela_usuarios thead th {
    background-color: blueviolet;
    color: white;
}

input[type=file] {
    height: 45px;
    display: block;
}

.animate-switch-container {
    position: relative;
    background: white;
    /* border:1px solid #aaaaaa; */
    /* height:40px; */
    overflow: hidden;
}
  
/* .animate-switch { */
/* padding:10px; */
/* } */

.animate-switch.ng-animate {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
  
.breadcrumb {
    padding: 10px 15px 1px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px; 
}

.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    top:-50px;
}

.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
    top: 0px;
}

.linkesq ,.linkesq:hover {
    color: #555;
    /* border-bottom: 1px solid  #555; */
}

.center {
    margin: 0px auto;
    text-align: center;
}

.img-logo-login {
    padding: 90px 0px;
    text-align: center;
    /* width: 280px; */
    max-height: 480px;
}

.produtos-editar-produto {
    background-color: lightgray; 
    margin-left:1.5%; 
    border-radius: 1px;
}

.btn-produto-tab {
    background: none!important;
    color: inherit;    
    border: none;
    /*padding:0!important;*/
    padding: 10px 5px;
    font: inherit;
    /*border is optional*/
    /*border: 1px solid #6e27c5;*/
    border-bottom: 3px solid #6e27c5; 
    border-radius: 4px 4px 8px 8px;
    cursor: pointer;
    font-size: 1.2em;
}

.btn-produto-tab:hover {
    font-size: 1.2em;
    font-weight: bold;
}

li.active > .btn-produto-tab {
    background-color: #6e27c5 !important;
    color: #fff;
    border-bottom: 3px solid #2e0571
}

.btn-xlg {
    padding: 30px 16px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    line-height: 10px;
}

.btn-margin {
    margin-top: 7px;
    margin-bottom: 5px;
}

.btn-margin-endereco {
    margin-top: 3px;
    margin-bottom: 5px;
}

input[type=file] {
    height: 30px;
    display: block;
}

textarea {
    resize: none;
 }

.logo-header {
    position:relative;
    left: 1%;
    margin-bottom:-20px;
    height: 50px; 
}

.textarea-space {
    margin-bottom: 10px;
}
 
.lbl-status {
    font-size: 11px;
}

.btn-label {
    background: none!important;
    border: none;
    padding: 0!important;
    color: blue;
}

.btn-label-aprovar {
    font-size: 11px;
}

.go-right {
    margin-left: 100px !important;
}

.painel-relatorio-venda {
    margin-top:20px;
}

.plano-giga {
    width: 170px;
}

#divDescricao {
    height: 300px;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    font-size: 13px;
}

.navbar-default {
    font-size: 13px;
}

.span-separator {
    color: blue;
    margin-left: 5px;
}

.inline {
    display: inline !important;
    width: auto;
}

.area-export{
    padding-top: 4px !important;
    padding-left: 0px !important;
}