@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/* GLOBAL */

body{
    padding-top:44px!important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px
}

.conteudo{
    float: left;
    width: calc(100% - 220px);
    margin-left: 220px;
    margin-top: 26px;

    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}

.input-procurar{
    width: 282px!important;
}

.geren-perfil{
    margin-top: 9px;
}

.linha{
    width: 100%;
    height: 2px;
    background:url("images/linecolor.gif");
}

.ativador{
    float: left;
    left: 220px;
    width: 20px;
    height: 24px;
    position: fixed;
    background: #444;
    color: #fff;
    cursor:pointer;
    background:url("images/arrow.png");
    background-size:cover;
    overflow:hidden;
    z-index:1038;
    margin-top: 2px;
    border-radius: 0 5px 5px 0;

    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}

.ativador img{
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}

.gira{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.esconde{
    left:0px;
}

.conteudo-maior{
    width: 100%;
    margin-left: 0px;

}

.usuario-label{
    padding-right: 18px;
    margin-top: 6px;
    display: block;
    color: #ffffff;
    float: right;
}
.coluna .label{
    width: 15px;
    text-align: center;
}
.opcao-usuario{
    width:100px;
}

/* COLUNA E MENUS */
.coluna{
    height: 100%;
    width: 220px;
    background: #2f4050;  
    color: #fff;
    padding-top: 20px;    
    float:left;
    position:fixed;

    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.82);
}

.coluna a{
    color:#ffffff;
}

.coluna a:hover{
    text-decoration:none;
}

.coluna ul{
    margin: 0;
    margin: 0;
    letter-spacing: 0.4px;
}

.coluna > ul > li{
	list-style-type: none;
	margin: 1px 0px;
	line-height: initial;
	padding-top: 6px;
	padding-bottom: 6px;
}

.coluna > ul > li > span:nth-child(2){
    cursor:pointer;
    color: #AEF9FF;
}

.coluna > ul > li > ul{
	padding-left: 0;
	border-left: 4px solid #18A78A;
	background: #233646;
}

.coluna > ul > li > ul > li{
	font-size: 13px;
	list-style-type: none;
	margin: 1px 0px;
	line-height: inherit;
	padding-left: 52px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.menuActive {
    background: url(images/arrow_selected.png) no-repeat right;
    background-color: rgba(79, 103, 119, 0.49);
    display: block;
}

.coluna > ul > li > ul > li:hover {
    background: url(images/arrow_selected.png) no-repeat right;
    background-color: rgba(79, 103, 119, 0.49);
    display: block;
}

.contato{
    position: absolute;
    bottom: 71px;
    text-align: center;
    padding-left: 7%;
}

.contato-numero{
    font-size: 1.5em;
    color: skyblue;
}S


 .contato-label{
     font-size: 14px;
 }

.diminui-coluna{
    margin-left:-220px;
}


.sol{
    width: 15PX!IMPORTANT;
    position: absolute;
    right: 13px;
}

.coluna > ul > li > ul > li:first-child{
    padding-top:6px;
    padding-bottom: 6px;
    margin-top: 5px;
}

.coluna > ul > li > ul > li:last-child{
    padding-top:6px;
    padding-bottom: 6px;
}

.solicitacoes-icon{
    background:url("img/solicitacoes.png");
    display: block;
    float: left;
    width: 15px;
    height: 14px;
    margin-right: 15px;
    margin-left: 20px;
}

.compras-icon{
    background: url("img/compras.png");
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    margin-left: -2px;
    margin-left: 20px;
}


.usuario-icon{
    background: url("img/usuarios.png");
    display: block;
    float: right;
    width: 13px;
    height: 16px;
    margin-top: 12px;
    margin-right: 6px;
}

.relatorios-icon{
    background: url("img/relatorios.png");
    display: block;
    float: left;
    width: 13px;
    height: 17px;
    margin-right: 15px;
    margin-left: 1px;
    margin-left: 20px;
}

.configuracoes-icon{
    background: url("img/configuracoes.png");
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    margin-left: -2px;
    margin-left: 20px;
}
/* COLUNA E MENUS FIM */


.logotipo{
    width: 220px;
    height: 100%;
    float: left;
    /* temp */
    color: #fff;
    text-align: center;
    margin-right: 20px;
    text-align: left;
    position: relative;
    background-color:#0a5c70;
}

.logotipo img{
    height: auto;
    width: 207px;
}

.pesquisar{
    float: left;
    margin-top: 6px;
}

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


.loading-indicator {
    height: 80px;
    width: 80px;
    background: url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.destaque-info {
    border-color: #5BC0DE !important;
    background-color: #D9EDF7 !important;
}
.destaque-warning{
    background-color: #f9edbe !important;
    border: 1px solid #f0c36d !important;
}
.margenPesquisa{
    margin-top: -1px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}
.insertImg{
    background-image: url('img/ajax-loader1.gif') !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
}

.bgcapa{
    display:none;
    height: 300px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index:-1;
}

.balloon {
    font-family:'helvetica';
    font-size: 0.9em !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 251px;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 4px rgba(187, 187, 187, 0.4);
    -moz-box-shadow: 0 0 0 4px rgba(187, 187, 187, 0.4);
    box-shadow: 0 0 0 4px rgba(187, 187, 187, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.balloon.top {
    margin-top: -15px;
}

.balloon.right {
    margin-left: 15px;
}

.balloon.bottom {
    margin-top: 15px;
}

.balloon.left {
    margin-left: -15px;
}

.balloon .arrow {
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    background: white;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    content: '';
    -webkit-transform: rotate(-45);
    -moz-transform: rotate(-45);
    -ms-transform: rotate(-45);
    -o-transform: rotate(-45);
    transform: rotate(-45);
}

/* top position */

.balloon.top .arrow {
    position: absolute;
    bottom: -7px;
    left: 46%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.balloon.top .arrow-border {
    position: absolute;
    bottom: -11px;
    left: 46.3%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.balloon.top .arrow-border-inner {
    z-index: 0;
    padding: 10px;
    background: rgba(187, 187, 187, 0.4);
    border-radius: 3px;
}

/* right position */

.balloon.right .arrow {
    top: 47%;
    left: -7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.balloon.right .arrow-border {
    position: absolute;
    top: 47%;
    left: -11px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.balloon.right .arrow-border-inner {
    padding: 10px;
    background: rgba(187, 187, 187, 0.4);
    border-radius: 3px;
}

/* bottom */

.balloon.bottom .arrow {
    position: absolute;
    top: -7px;
    left: 120px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.balloon.bottom .arrow-border {
    position: absolute;
    top: -15px;
    left: 84px;
    width: 82px;
    height: 10px;
    overflow: hidden;
}

.balloon.bottom .arrow-border-inner {
    position: absolute;
    bottom: -23px;
    left: 35%;
    z-index: 0;
    padding: 14px;
    background: rgba(187, 187, 187, 0.4);
    border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* left position */

.balloon.left .arrow {
    top: 40%;
    right: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.balloon.left .arrow-border {
    position: absolute;
    top: 40%;
    right: -10px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.balloon.left .arrow-border-inner {
    padding: 10px;
    background: rgba(187, 187, 187, 0.4);
    border-radius: 3px;
}
.content-balloon{
    padding: 10px;
}

.iconemenutopo{float:left; margin-right:5px}
.titulomenutopo{display:block;padding-top:12px;margin-right:6px;}

.selecionado, .selecionadoverde {display: block;height: 71px;position: absolute;width: 95px;}
.selecionado {background-image: url("images/selecionado.png");}
.selecionadoverde {background-image: url("images/selecionadoverde.png");}

.espacoballoon{padding: 10px;}
.statuslinha{margin-bottom:10px}
.statustitulo{font-size:0.8em}

.corStatus0 {color:#e1e2e1;}
.corStatus1 {color:#f8ef06;}
.corStatus2 {color:#10a8ef;}
.corStatus3 {color:#F80202;}
.corStatus4 {color:#ef9810;}
.corStatus5 {color:#85d969;}
.corStatus6 {color:#831802;}
.corStatus7 {color:#277027;}
.corStatus8 {color:#92c87f;}
.corStatus9 {color:#0e59ca;}
.corStatus10{color:#8D001E;}
.corStatus11{color:#708AB2;}

.linhaPendente{background-color: rgb(245, 171, 63) !important;}

.boxproperty {
    background-color: #ECF4F4;
    border-bottom: 1px solid #CFE0E0;
    border-left: 1px solid #CFE0E0;
    border-radius: 5px;
    display: block;
    margin: 10px;
    padding: 10px;

    /* Para Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #ECF4F4) repeat-X;

    /* Para WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ECF4F4)) repeat-X;

    /* Para IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#ECF4F4)";

    /* Para IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#ECF4F4);
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #6CD8CF !important
}

.link-topo {
    margin-right: 13px;
}

.breadcrumb{margin: 0 0 12px !important;}

.filtros-recebimento{
    margin:0!important;padding: 0px 15px!important;width: 100%!important;
}

.crud-fix{
    min-height: 0px!important;
}

.crud-fix .alert{
    margin:18px 0 0 0;
}

.alert-sucess-fix ul{
    margin:0!important;
}

input#fornecedor {
    width: 244px;
}

/* TABELA DE PREÇOS INTERNO */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

.planos-titulos{
    display: list-item;
    height: 35px;
    list-style-type: none;
}
.plano-cabecalho{
    float: right;
    min-width: 207px;
    background: #468af8;
    color: #fff;
    text-align: center;
    font-weight: 500;
    height: 35px;
    font-size: 23px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased!important;
}

.planos{
    line-height: 35px;
    font-size: 20px;
    margin-left: 16px;
    color: rgb(28, 70, 107);
}

.borda-esquerda{
    border-left:solid 1px #ffffff;
}

.tabela-preco{
    display: inline-block;
    min-width: 840px;
    width: 100%;
    line-height: initial;
    -webkit-font-smoothing: antialiased!important;
    line-height: normal;
}
.plano-sombra{
    width: 100%;
    height: 170px;
    box-shadow: 0px 0px 9px -2px gray;
}

.plano-itens,
.plano-semestral,
.plano-anual {
    background: #f9f9f9;
    float: left;
    min-height:170px;
    -webkit-font-smoothing: antialiased!important;
}

.plano-semestral,
.plano-anual {
    text-align:center;
    border-left:solid 1px white;
    min-width: 207px;
}

.plano-itens{
    width: calc(100% - 417px);
}

.plano-itens ul {
    list-style-type: none;
    text-transform: uppercase;
    color:#656565;
    font-size:12px;
    padding:10px 15px;
    margin: 0px;
    font-weight: 500;
}

.plano-itens ul li {
    line-height: 25px;
}

.item-ico{
    width: 15px;
    display: inline-block;
    text-align: center;
}

.plano-info {
    padding:20px 20px 0px 20px;
}

.plano-preco {
    color: #656565;
    font-weight: bold;
    font-size:40px;
    text-align:center;
    line-height: normal;
}

.plano-preco sup{
    position:relative;
    top:8px;
    vertical-align: super;
    line-height: normal;
}

.plano-equivale {
    color: #656565;
    font-size:14px;
    font-weight: 400;
    text-align:center;
    line-height: normal;
}

.plano-assinar {
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(to bottom,#4d90fe,#357ae8);
    background-color: #357ae8;
    padding: 6px 9px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 35px;
    border-radius: 4px;
    border: solid 1px rgb(67, 124, 177);
}

.plano-assinar:hover{
    text-decoration: none;
    color: #ffffff;
}

.status-do-plano{
    line-height: 35px;
    font-size: 20px;
    margin-left: 16px;
    color: rgb(20, 70, 114);
    font-family: Roboto,arial,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0px 13px;
}

#menuPrinc a:hover{
   text-decoration: none!important;
   cursor: pointer;
}

.item-oculto{
    display:none;
    height: 0px;
}

.icone-menu{
    width: 17px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.menu-cadastros{
    font-size: 15px;
    display: block;
    float: left;
    height: 17px;
    margin-right: 15px;
    margin-left: 1px;
    margin-left: 20px;
}

.popover.fade.bottom{
    top:42px!important;
}

.popover-content p{
    margin:0;
}

.modal-cotacoes{
    width: 960px !important;
    margin-left: -481px !important;
    padding-top: 10px !important;
    padding: 0px !important;
    background: transparent !important;
}

.modal-cotacoes .modal-header{
    padding-bottom:0px;
}

.modal-cotacoes .card{
    margin:0px;
}

.modal-cotacoes .modal-body{
    max-height: 100%;
}

.modal-cotacoes .close{
    z-index: 99999999;
}

.modal-cotacoes .card-body{
    max-height: 69vh;
    overflow: auto;
    margin-top: 0px;
    padding-top: 18px;
}

.modal-recebimento{
    padding: 20px;
    background: #ffffff;
}

.bootbox {
    font-size: 16px;
    padding: 20px;
    top: 50%!important;
    margin-top: -44px!important;
}

.bootbox .modal-body,.bootbox .modal-footer{
    text-align: center;
}

.bootbox .modal-footer .btn.btn-primary,
.bootbox .modal-footer .btn.null{
    width: 80px;
}

.mostraVendedoresEscolhidos li {
    width: 297px;
}

.textarea-contato{
    width: 230px;
    margin-bottom: 0px;
    border-radius: 3px;
    padding-top: 2px;
}

.p-contato{
    margin-bottom: 6px;
}

.select-cotato{
    width: 248px;
    margin-bottom: 7px;
}

.dropdown-ajuda {
    border: none;box-shadow: none;line-height: normal;margin: 0;
}

.link-ajuda{
    background: none;border: none;box-shadow: none;
}


/* STATUS DASHBOARD */

.infobox-container {
    text-align: center;
    font-size: 0;
    height: 100%!important;
    width: 276px;
    margin-bottom: 0px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.infobox-green {
    color: #9abc32;
    border-color: #9abc32;
}
.infobox-green>.infobox-icon>.ace-icon {
    background-color: #9abc32!important;
}
.infobox {
    display: inline-block;
    width: -webkit-calc(100% / 3)!important;
    width: -moz-calc(100% / 3 - 14px)!important;
    width: -ms-calc(100% / 3 - 1px);
    width: calc(100% / 3 - 1px);
    height: 66px;
    color: #555!important;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.infobox>.infobox-icon {
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox-green>.infobox-icon>.ace-icon {
    background-color: #9abc32;
}

.infobox>.infobox-icon>.ace-icon {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 1px 1px 0 2px;
    background-color: transparent;
    border-width: 0;
    text-align: center;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.ace-icon {
    text-align: center;
}

.infobox>.infobox-data {
    display: inline-block;
    border-width: 0;
    border-top-width: 0;
    font-size: 11px;
    text-align: left;
    line-height: 21px;
    min-width: 130px;
    padding-left: 8px;
    position: relative;
    top: 0;
}

.infobox>.infobox-data>.infobox-data-number {
    display: block;
    font-size: 17px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}

.infobox .infobox-content {
    color: #555;
}

.infobox>.stat.stat-success {
    color: #77C646;
}

.infobox>.stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    color: #ABBAC3;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px;
}

.infobox>.stat.stat-success:before {
    background-color: #77C646;
}

.infobox>.stat:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 11px;
    background-color: #ABBAC3;
    position: absolute;
    right: 4px;
    top: 7px;
}

.infobox>.stat.stat-success:after {
    border-bottom-color: #77C646;
}

.infobox>.stat:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
    border: 12px solid transparent;
    border-width: 8px 7px;
    border-bottom-color: #ABBAC3;
}

body {

}

.infobox-blue {
    color: #6fb3e0;
    border-color: #6fb3e0;
}
.infobox>.infobox-icon>.ace-icon:before {
    font-size: 24px;
    display: block;
    padding: 6px 0 7px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
    color: rgba(255,255,255,0.9);
    background-color: transparent;
    background-color: rgba(255,255,255,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.14);
}

.infobox-amarelo>.infobox-icon>.ace-icon {
    background-color: #F7EC00;
}

.infobox-blue>.infobox-icon>.ace-icon {
    background-color: #10a8ef;
}

.infobox-vermelho>.infobox-icon>.ace-icon {
    background-color: #F80202 ;
;
}

.infobox-laranja>.infobox-icon>.ace-icon {
    background-color: #F78A00;
}

.infobox-verde-claro>.infobox-icon>.ace-icon {
    background-color: #85d969;
}

.infobox-marrom>.infobox-icon>.ace-icon {
    background-color: #831802;
}

.infobox-verde-escuro>.infobox-icon>.ace-icon {
    background-color: #195A0D;
}

.infobox-verde-medio>.infobox-icon>.ace-icon {
    background-color: #92c87f;
}

.infobox-cinza>.infobox-icon>.ace-icon {
    background-color: #adadad;
}

.infobox-azul-escuro>.infobox-icon>.ace-icon {
    background-color: #0e59ca;
}

.flags-status{
    padding: 12px;
    margin-top: -5px;
    margin-left: 1px;
    -webkit-transform: rotate(-13deg)  scale(0.8);
    -moz-transform: rotate(-13deg) scale(0.8);
    -ms-transform: rotate(-13deg) scale(0.8);
    -o-transform: rotate(-13deg) scale(0.8);
    transform: rotate(-13deg) scale(0.8);
    width: 18px;
}
/* STATUS DASHBOARD FIM */

/* PERMISSOES */

.tabela-permissoes tbody tr{
    display:none;
}

.tabela-permissoes tbody tr.permitido{
    display: table-row;
}

/* PERMISSOES FIM */

.algn-saudacao {
    width: 630px;
    text-align: center;
    margin: 95px auto;
}

.algn-saudacao h4 {
    line-height: 27px!important;
}

/* Loading */

.loadingAnimation{
    border-radius: 6px!important;
    padding-top: 29px!important;
    top: 50%!important;
    margin-top: -130px!important;
}

.loadingAnimation .modal-body{
    margin-top: 15px!important;
}

.logoIco {
    -webkit-animation: loading 1s infinite ease-in-out;
    -webkit-transform: translate3d(0px, 0px, 0px);

    -moz-animation: loading 1s infinite ease-in-out;
    -moz-transform: translate3d(0px, 0px, 0px);

    animation: loading 1s infinite ease-in-out;
    transform: translate3d(0px, 0px, 0px);
}

@-webkit-keyframes loading {
    0%{-webkit-transform:scale(0.8);}
    50%{-webkit-transform:scale(1.1);}
    100%{-webkit-transform:scale(0.8);}
}

@-moz-keygrames loading {
    0%{-moz-transform:scale(0.8);}
    50%{-moz-transform:scale(1.1);}
    100%{-moz-transform:scale(0.8);}
}

@keygrames loading {
0%{transform:scale(0.8);}
50%{transform:scale(1.1);}
100%{transform:scale(0.8);}
}

@-webkit-keyframes aparecer {
    from{opacity:0;}
    to{opacity:1;}
}

@-moz-keyframes aparecer {
    from{opacity:0;}
    to{opacity:1;}
}

@keyframes aparecer {
    from{opacity:0;}
    to{opacity:1;}
}

a.canvasjs-chart-credit {
    display: none!important;
}

.thebox {
    display: inline-block;
    border: 2px solid rgb(85, 119, 148);
    background: #ffffff;
    padding: 0px;
    /* border-radius: 3px; */
    float:left;
    margin: 10px;
}

.thebox .thebox-title {
    line-height: 30px;
    background: rgb(85, 119, 148);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 100;
}

.resultFornecedor {
    position:absolute;
}

span.nameVendedor {
    color: rgb(55, 141, 216)!important;
}

.beta-label:before {
    content: "BETA";
    position: absolute;
    font-size: 10px;
    right: -17px;
    bottom: 46px;
    background: rgb(157, 209, 255);
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
}

.beta-label-logado:before {
    content: "BETA";
    position: absolute;
    font-size: 9px;
    right: -17px;
    bottom: 26px;
    background: rgb(157, 209, 255);
    color: #fff;
    padding: 0px 3px;
    border-radius: 2px;
    line-height: 12px;
}

.box-informacoes-alert {
	width: 800px!important;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px!important;

	z-index: 9999999999999999999999999;
}

.bg-informacoes {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	z-index: 9999999999999999999999999;
	background-color: rgba(0,0,0,.3);
}

.box-informacoes-alert .alert {padding: 7px 7px 7px 15px!important;margin-bottom: 6px;margin-top:6px;}


.btn-solicitacao {
    height: 41PX;
    margin-top: 10px;
    width: 108px!important;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.w220 {
    width: 220px;
    box-sizing: border-box;
}

.linha-detalhe-produto {
    margin-top: 20px;
    border-top: 1px solid rgb(231, 230, 230);
    padding-top: 10px;
}

.horizontal-form {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.textarea-detalhe-produto {
    width: 436px;
    height: 90px;
}

.borda-infos {
    border-top: 1px solid rgb(231, 230, 230);
    margin-top: 15px;
}

.popover.tour-tour {
    /*background-color: #2f4050!important;*/
}

.popover.tour-tour .popover-title {
    background-color: #0a5c70!important;
    color: #FFFFFF!important;
    border-radius: 3px 3px 0px 0px;
}

.popover.tour-tour .popover-content {
    color: #303030!important;
}

.removeEspaco {
    border: 0 !important;
    opacity: 0.95 !important;
    background-color: rgb(241, 241, 241) !important;
    margin-bottom: 0 !important;
}

.cabecalhoGridGrupo th {
    font-weight: bold;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    background-color: #c0c2c1;
}

.resduzParaCaber {
    width: 600px;
    word-break: keep-all;
}
.boxImporte {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 16px .1px #666;
    width: 220px;
    height: 119px;
    display: none;
}

.arrowTop:after {
    position: relative;
    bottom: 149px;
    left: 8px;
    content: "";
    border: 1px solid black;
    border-width: 0px 9px 13px 7px;
    border-color: #000 rgba(255, 255, 255, 0) #fff rgba(0, 0, 0, 0);
}
/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('img/bg-input-focus.png') repeat-x 0px 0px;
  background: url('img/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('img/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
  border-radius: 14px !important;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}


