/* here you can put your own css to customize and override the theme */

.modal {
    color:#000;
}

.detalhe_produto .brand_detail_img {
    max-width: 150px;
}

.tecdoc_product_detail.detalhe_lateral .tab {
    width: 24.3333%;
}

.fundo_detalhe.over_back_detail {
    z-index:102;
}

.table_body_brands td{
    padding:0px !important;
}

#container_brands .list_article_brands {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#container_brands .list_article_brands li:last-child {

}

#container_brands .list_article_brands li a {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    border-bottom: 2px solid #e7ecf1;
}

#container_brands .list_article_brands li a:hover {
    background: #f2f2f2;
}

#container_brands .list_article_brands li {
    border-bottom: 0px solid #e7ecf1;
}

.detalhe_lateral.big_size_side_detail {
    width: 90%;
}

.detalhe_lateral.medium_size_side_detail {
    width: 70%;
}


.search_tecdoc_opt_1 {
    border-right: 1px solid #d2d2d2;
}

.text_right {
    text-align: right;
}

.detalhe_lateral.tecdoc_product_detail .topo {
    padding: 15px 0 41px 0 !important;
}

.car_detail .article_detail_link .main_title {
    font-size:13px;
    font-weight:bold;
    margin-bottom:5px;
}

.car_detail .article_detail_link .list_attr_desc {
    font-size: 10px;
    line-height: 13px;
}

.car_detail .article_detail_link .list_attr_desc span {
    font-weight: bold;
}

.btn_search_tecdoc_ref {
    margin-top: 23px !important;
}

.tecdoc_product_detail {
    z-index: 103 !important;
}

.treeview {
    border-right: 1px solid #dfdfdf;
}

.treeview .list-group-sub-items {
    list-style-type: none;
    display: none;
}

.treeview li.active > .list-group-sub-items {
    display:block;
}

.treeview .list-group-item {
    cursor:initial;
    padding: 0px;
    border: 0px;
}

.treeview .click_item {
    cursor: pointer;
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
}

.treeview span.indent {
    margin-left:10px;
    margin-right:10px;
}

.treeview span.icon {
    width:12px;
    margin-right:5px;
}
.treeview .node-disabled {
    color:silver;
    cursor:not-allowed;
}
.node-treeview1 {

}

.treeview .list-group-item.active,
.treeview .list-group-item.active:focus,
.treeview .list-group-item.active:hover {
    z-index: 2;
    color: black;
    background-color: #fff;
    border-color: #ddd;
}

#datatable_tecdoc_artigos .article_detail_link {
    cursor: pointer;
}

.node-treeview1:not(.node-disabled):hover {
    background-color:#F5F5F5;
}

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

.text-right {
    text-align: center;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
}

body.bg_white {
	background: #fff;
}

.page_login {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
}

.page_login .bloco_img {
	position: relative;
	float: left;
	width: 50%;
}

.page_login .bloco_texto {
	position: relative;
	float: left;
	width: 50%;
}

.page_login .bloco_img,
.page_login .bloco_texto {
    min-height: 600px;
}

.page_login .bloco_texto .login_wrapper {
    position: relative;
    float: left;
    width: 80%;
    margin: 10% 10% 0 10%;
}

.page_login .bloco_texto .login_wrapper .logotipo img {
    max-width: 320px;
}

.page_login .footer_login {
    position: absolute;
    width: 80%;
    margin: 0 10% 15px 10%;
    color: #333;
    font-size: 12px;
    float: left;
    bottom: 0;
}

.page_login .formulario_login {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.page_login .titulo {
    position: relative;
    float: left;
    width: 100%;
    color: #7b7b7b;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.page_login .subtitulo {
    position: relative;
    float: left;
    width: 100%;
    color: #7b7b7b;
    margin-bottom: 30px;
}

.page_login .formulario_login form {
    position: relative;
    float: left;
    width: 100%;
    max-width: 560px;
}

.page_login .fgroup {
    position: relative;
    float: left;
    width: 100%;
	margin-bottom: 20px;
}

.page_login .fgroup.left {
    width: 65%;
}

.page_login .fgroup.right {
    width: 35%;
    margin-bottom: 0;
}

.page_login .fgroup.center {
    text-align: center;
}

.page_login form input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    outline: none;
    background: none;
    padding: 0 0 5px 0;
    width: 85%;
	color: #333;
}

.page_login .checkbox_wrapper {
    position: relative;
    float: left;
    margin-right: 5px;
}

.page_login .texto_checkbox {
	position: relative;
    float: left;
    color: #333;
    font-size: 12px;
    margin-top: 0;
}

.page_login .fgroup a {
    display: block;
    float: left;
    margin: 8px 26px 0 0;
    color: #333;
}

.page_login .formulario_login form button {
    background: #f36a5a;
    border: 0;
    outline: none;
    padding: 10px 30px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.page_login .formulario_login form button:focus,
.page_login .formulario_login form button:hover {
	background: #F35B49;
}

.btn_actions {
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px !important;
}

.titulo_menu {
	background: #E9ECF3;
    color: #697882;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 15px;
}

.titulo_menu.padding_top {
	padding-top: 35px;
}

.page-sidebar-closed .titulo_menu {
	display: none;
}

.slider_banners {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    max-height: 409px;
    overflow: hidden;
}

.slider_banners ul {
	margin: 0;
	padding: 0;
    min-height: 190px;
    max-height: 409px;
}

#slider_banners li {
    min-height: 190px;
}

.slider_banners img {
	width: 100%;
    min-height: 190px;
    max-height: 409px;
}

.slider_banners .imagem_slider {
	position: relative;
	float: left;
	width: 100%;
    min-height: 190px;
}

.slider_banners .banner_texto {
    position: absolute;
    font-size: 43px;
    color: #fff;
    width: 560px;
    height: 100%;
    top: 0;
    left: 30px;
}

.custom_icon {
	width: 25px;
    height: 22px;
    float: left;
    margin-right: 7px;
}

.custom_icon.icon_produtos {
	background: url(../../../../img_custom/icon_produtos.png) no-repeat;
    background-position: center;
}
.custom_icon.icon_outlet {
	background: url(../../../../img_custom/icon_outlet.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_historico {
	background: url(../../../../img_custom/icon_historico.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_encomenda_rapida {
	background: url(../../../../img_custom/icon_encomenda_rapida.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_estatisticas {
	background: url(../../../../img_custom/icon_estatisticas.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_conta {
	background: url(../../../../img_custom/icon_conta.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_propostas {
	background: url(../../../../img_custom/icon_propostas.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_visitas {
	background: url(../../../../img_custom/icon_visitas.png) no-repeat;
    background-position: center;
}

.custom_icon.icon_configuracoes {
	background: url(../../../../img_custom/icon_configuracoes.png) no-repeat;
    background-position: center;
}

.table.table-light>thead>tr:hover>th {
	background: #E5E5E5 !important;
}
.table.table-light>thead>tr>th {
	text-transform: none;
}

.table.table-light>thead>tr>th,
.table tr td,
.table tr td a {
	font-size: 12px;
}

.dropdown-menu-list button {
	padding: 6px 8px;
	float: left;
    margin-right: 10px;
}

.dropdown-menu-list button i {
	color: #fff;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .from {
	color: #fff;
	font-weight: 400;	
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li a {
	padding: 10px 15px;
	display: block;
	width: 100%;
	height: 56px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
	margin-top: 7px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .time {
	background: #4b5a67;
    padding: 0 5px;
	opacity: 1;
}

#form_produtos input {
	background: #e3e6eb;
	font-size: 15px;
    font-weight: 600;
}

#form_produtos p {
	color: #c1c0c0;
	font-size: 13px;
    font-weight: 600;
}

.bloco_viatura h3 {
	margin: 10px 0 40px 0;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #697882;
    float: left;
}

.bloco_viatura h3 i {
    font-size: 18px;
    margin-right: 10px;
}

#pagina_produtos_search button[type="submit"] {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 20px;
}

#pagina_produtos_search #form_produtos button {
	padding: 13px 30px;
}

.bloco_viatura p {
	color: #a3a3a3;
}

.table .btn.btn_adicionar_prod,
.table .btn.btn_edit_product,
.table .btn.btn_adicionar_prod_detail {
	display: inline-block;
    margin: 0;
}

.btn_open_prod {
    cursor: pointer;
}

.table .btn.btn_open_prod {
	display: inline-block;
	margin-left: 5px;
}

.table .block_adicionar_ver {
    position: relative;
    width: 100%;
    min-width: 126px;
}

.table .block_adicionar_ver.standalone {
    min-width: 170px;
}

.table .block_adicionar_ver.batches {
    position: relative;
    width: 100%;
    min-width: 40px;
}

.table .btn.default {
	background-color: #c5c5c5;
	border-color: #c5c5c5;
}

.table_produtos input {
	text-align: center;
}

.table_produtos td {
    color: #8895a9;
    font-weight: 600;
}

.table_produtos .disponibilidade {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.table_produtos .disponibilidade.green {
	background: #44fa13;
}

.table_produtos .disponibilidade.red {
	background: #f00;
}

.table_produtos .disponibilidade_texto {
	font-size: 12px;
	font-weight: 600;
    position: relative;
	float: left;
    margin-top: -2px;
}

.table_produtos .disponibilidade_texto.green {
	color: #39be15;
}

.table_produtos .disponibilidade_texto.red {
	color: #f00;
}

.table_produtos .imagem_prod {
	display: block;
    margin: 0 auto;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
	background: #fff;
	padding: 8px 20px;
    font-size: 12px;
    color: #485a6a;
    font-weight: 400;
}

.table thead tr th {
    font-size: 12px;
}

.dataTable .delay_day{
    color:red;
}

.table_produtos tr.heading>th,
table.dataTable tr.heading>th {
    background-color: #f36a5a;
    color: #fff;
}

.bloco_disponibilidade .label {
    /*font-size: 12px;
    width: 90%;
    display: inline-block;
    padding: 6px 0;*/

    font-size: 12px;
    min-width: 60px;
    display: inline-block;
    padding: 6px 10px;
}

.product_detail .produto_warehouses .table.table-light > tbody > tr > td {
    color: #000;
}

.product_detail .produto_warehouses .label {
    display: inline-block;
    min-width: 60px;
    padding: 6px 8px;
}

.tecdoc_product_detail .produto_warehouses .table.table-light > tbody > tr > td {
    color: #000;
}

.tecdoc_product_detail .produto_warehouses .label {
    display: inline-block;
    min-width: 60px;
    padding: 6px 8px;
}

.produtos_lista .red_block {
    color: #f36a5a  !important;
}

.dataTables_extended_wrapper div.dataTables_info,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_paginate,
.dataTables_extended_wrapper div.dataTables_filter {
    color: #8895a9;
	font-size: 13px;
}

.encomendas_lista .dataTables_extended_wrapper div.dataTables_info,
.encomendas_lista .dataTables_extended_wrapper div.dataTables_length,
.encomendas_lista .dataTables_extended_wrapper div.dataTables_paginate {
	display: none;
}

.produtos_lista .btn.default.prev,
.produtos_lista .btn.default.next {
	background-color: #abb6c4;
	border-color: #abb6c4;
	color: #fff !important;
}

.produtos_lista a {
	outline: none;
	text-decoration: none !important;
    color: #485a6a;
    font-weight: 400;
}

#btn_filtros {
	padding: 7px 20px;
	background-color: #8895a9;
	font-size: 12px;
	margin-top: -10px;
    margin-bottom: 10px;
}

#btn_filtros img {
	margin-left: 10px;
}

.filtros_body {
    position: relative;
    float: left;
    width: 100%;
	display: none;
}

.encomendas_lista .btn_ver_encomenda {
	font-size: 15px;
    padding: 2px 18px;
}

.encomendas_lista .dataTables_extended_wrapper .table.dataTable {
	margin: 0 !important;
}

.fundo_detalhe {
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.5);
	display: none;
}

.detalhe_lateral {
	position: absolute;
    top: 0;
    right: -900px;
    width: 900px;
    min-height: 100%;
    z-index: 101;
	background: #fff;
    display:none;
}
.detalhe_lateral.active {
    display:block;
}

.detalhe_lateral .topo {
	position: relative;
    float: left;
    width: 100%;
    padding: 15px 0 15px 0;
    background: #f36a5a;
}
.detalhe_lateral .nome,
.detalhe_lateral .nome_produto {
    position: relative;
    float: left;
    margin-left: 5%;
    font-size: 19px;
    color: #fff;
}

.detalhe_lateral .close_detalhe,
.detalhe_lateral .close_proposal_line_detail,
.detalhe_lateral .close_order_line_detail {
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
}

.detalhe_lateral .close_proposal_line_detail i,
.detalhe_lateral .close_order_line_detail i,
.detalhe_lateral .close_detalhe i {
    font-size: 40px;
}

.detalhe_lateral .nav_tabs {
    position: relative;
    float: left;
    width: 100%;
	background: #f36a5a;
	padding: 0 2% 0 2%;
}

.detalhe_lateral .nav.nav-tabs {
    position: relative;
    width: 100%;
    clear: both;
    background: #f36a5a;
    padding: 0 2% 0 2%;
}

.detalhe_lateral .content_tabs {
    position: relative;
    float: left;
    width: 100%;
	padding: 2%;
}

.detalhe_lateral .tab {
    position: relative;
    float: left;
    padding: 2% 2% 0 2%;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    width: 33.3333%;
    text-align: center;
	min-height: 48px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.detalhe_lateral .tab.tabs_two {
    width: 50%;
}

.detalhe_lateral .tab.tabs_three {
    width: 33.3333%;
}

.detalhe_lateral .tab.tabs_four {
    width: 25%;
}

.detalhe_lateral .tab.tabs_five {
    width: 20%;
}

.detalhe_lateral .tab.tabs_six {
    width: 16.6667%;
}

.detalhe_lateral .tab i {
    float: left;
    font-size: 16px;
}

.detalhe_lateral .tab:hover,
.detalhe_lateral .tab.active {
	background: #fff;
	color: #f36a5a;
}
.detalhe_lateral.base_side_detail .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.detalhe_lateral.base_side_detail .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857;
    border: 0px solid transparent;
}

.detalhe_lateral.base_side_detail .nav-tabs>li>a:hover {
    border: 0px solid #fff;
    color: #f36a5a;
}

.detalhe_lateral.base_side_detail .nav-tabs > li i {
    position: absolute;
    top: 15px;
    left: 16px;
    font-size: 18px;
}

.detalhe_lateral.base_side_detail .nav-tabs>li {
    float:none;
    margin-bottom: 0px;
    position:relative;
}
.detalhe_lateral.base_side_detail .nav-tabs>li.active>a,
.detalhe_lateral.base_side_detail .nav-tabs>li.active>a:focus,
.detalhe_lateral.base_side_detail .nav-tabs>li.active>a:hover {
    color: #f36a5a;
    background-color: #fff;
    border: 0px solid #fff;
    border-bottom-color: transparent;
    cursor: default;
}
.detalhe_lateral.base_side_detail .nav-tabs>li a {
    position: relative;
    float: left;
    padding: 2% 2% 3% 2%;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    width: 33.3333%;
    text-align: center;
    min-height: 46px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display:block;
}

.detalhe_lateral.client_detail {
    width: 850px;
}

.detalhe_lateral.client_detail .nav-tabs>li a {
    width: 25%;
}

.detalhe_lateral.order_line_detail {
    width: 600px;
}

.detalhe_lateral .content_tabs .content_tab {
	display: none;
}

.detalhe_lateral .content_tabs .content_tab.active {
	display: block;
}

.detalhe_lateral .detalhe_produto {
    position: relative;
    float: left;
    width: 100%;
}

.detalhe_lateral .custom_row {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.detalhe_lateral .custom_row.padding_sides {
    padding: 0 2%;
}

.detalhe_lateral .imagem {
    position: relative;
    float: left;
    width: 50%;
    margin-right: 5%;
    max-width: 350px;
}

.detalhe_lateral.client_detail .logo {
    margin-top: 16px;
}

.detalhe_lateral.base_side_detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0px 15px;
}

.detalhe_lateral.client_detail .logo img {

}

.detalhe_lateral .imagem img {
    max-width: 100%;
}

.detalhe_lateral.tecdoc_product_detail .imagem img {
    max-width: 250px;
}

.detalhe_lateral .descricao {
    position: relative;
    float: left;
    width: 45%;
    padding-right: 3%;
}

.detalhe_lateral .texto {
    color: #8895a9;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.detalhe_lateral .estado {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.detalhe_lateral .estado.green {
    color: #39be15;
    font-size: 13px;
    font-weight: 600;
}

.detalhe_lateral .estado.red {
    color: #f00;
    font-size: 13px;
    font-weight: 600;
}

.detalhe_produto .estado .label {
    min-width: 60px;
    display: inline-block;
    padding: 6px 8px;
}

.detalhe_lateral .estado .square {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.detalhe_lateral .estado.green .square {
    background: #44fa13;
}

.detalhe_lateral .estado.red .square {
    background: #f00;
}

.detalhe_lateral .preco {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

.detalhe_lateral .preco_cinza {
    position: relative;
    float: left;
    width: 100%;
    color: #cdcdcd;
    text-align: right;
    text-decoration: line-through;
	font-size: 11px;
}

.detalhe_lateral .zona_adicionar {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5%;
    margin-right: 5%;
}

.detalhe_lateral .zona_adicionar input {
    float: left;
    width: 46%;
    margin-right: 4%;
	text-align: center;
}

.detalhe_lateral .zona_adicionar a {
    float: left;
}

.detalhe_lateral .marca {
    position: relative;
    float: left;
    width: 35%;
    font-size: 13px;
    color: #000;
}

.detalhe_lateral .marca img {
    max-width: 80%;
    float: left;
}

.detalhe_lateral .produto_stats {
    position: relative;
    float: right;
    width: 100%;
}

.detalhe_lateral.base_side_detail table td {
    color: #000 !important;
    border-color: #e2e2e2 !important;
}

.detalhe_lateral .produto_stats table td {
    color: #000 !important;
    border-color: #e2e2e2 !important;
}

/*.detalhe_lateral .tab_icon1 {
    background: url(../../../../img_custom/tab_1_sprite.png) no-repeat;
    width: 12px;
    height: 19px;
    float: left;
	background-position: 0 -25px;
}

.detalhe_lateral .tab:hover .tab_icon1,
.detalhe_lateral .tab.active .tab_icon1 {
	background-position: 0 0;
	background: url(../../../../img_custom/tab_1_sprite.png) no-repeat;
}*/

.detalhe_lateral .tab_icon2 {
	background: url(../../../../img_custom/tab_2_sprite.png) no-repeat;
	width: 18px;
    height: 19px;
    float: left;
}

.detalhe_lateral .tab:hover .tab_icon2,
.detalhe_lateral .tab.active .tab_icon2 {
	background-position: 0 -33px;
}

.detalhe_lateral .tab_icon3 {
	background: url(../../../../img_custom/tab_3_sprite.png) no-repeat;
    width: 21px;
    height: 19px;
    float: left;
}

.detalhe_lateral .tab:hover .tab_icon3,
.detalhe_lateral .tab.active .tab_icon3 {
	background-position: 0 -34px;
}

.detalhe_lateral.lat_form_inscricao .topo,
.detalhe_lateral.lat_form_edit .topo,
.detalhe_lateral.visit_form_style .topo {
    padding: 30px 0;
}

.detalhe_lateral.lat_form_inscricao .close_detalhe,
.detalhe_lateral.lat_form_edit .close_detalhe,
.detalhe_lateral.visit_form_style .close_detalhe {
	top: 28px;
}

.detalhe_lateral.lat_form_inscricao .form-control,
.detalhe_lateral.lat_form_edit .form-control,
.detalhe_lateral.visit_form_style .form-control {
	font-size: 11px;
}

.detalhe_lateral.lat_form_inscricao .control-label,
.detalhe_lateral.lat_form_edit .control-label,
.detalhe_lateral.visit_form_style .control-label {
	color: #44779f;
	font-size: 11px;
	font-weight: 600;
}

.detalhe_lateral.lat_form_inscricao .help-block,
.detalhe_lateral.lat_form_edit .help-block,
.detalhe_lateral.visit_form_style .help-block {
	color: #44779f;
	font-size: 10px;
}

.detalhe_lateral.lat_form_inscricao .content_tabs,
.detalhe_lateral.lat_form_edit .content_tabs,
.detalhe_lateral.visit_form_style .content_tabs {
	padding: 5% 2% 2% 2%;
}

.detalhe_lateral.lat_form_inscricao .form-actions,
.detalhe_lateral.lat_form_edit .form-actions,
.detalhe_lateral.visit_form_style .form-actions {
    margin-top: 40px;
}

.detalhe_lateral.lat_form_inscricao .form-actions .btn,
.detalhe_lateral.lat_form_edit .form-actions .btn,
.detalhe_lateral.visit_form_style .form-actions .btn {
	text-transform: uppercase;
	font-weight: bold;
    font-size: 12px;
}

.detalhe_lateral.lat_form_inscricao .form-actions .btn.default,
.detalhe_lateral.lat_form_edit .form-actions .btn.default,
.detalhe_lateral.visit_form_style .form-actions .btn.default {
	float: right;
}

.detalhe_lateral.lat_form_inscricao .input-group-btn button,
.detalhe_lateral.lat_form_edit .input-group-btn button,
.detalhe_lateral.visit_form_style .input-group-btn button {
	font-size: 12px;
    line-height: 20px;
}

.detalhe_lateral.lat_form_inscricao textarea,
.detalhe_lateral.lat_form_edit textarea,
.detalhe_lateral.visit_form_style textarea {
	height: 100px;
	resize: none;
}

.detalhe_lateral.detail_order_layout {
    width: 900px;
	right: -900px;
}

.detalhe_lateral.detail_order_layout .content_tabs {
    padding: 20px 0 0 0;
}

.detalhe_lateral.detail_order_layout #tab_proposal_entities,
.detalhe_lateral.detail_order_layout #tab_proposal_people {
    padding: 10px;
}

.detalhe_lateral .table_enc_detalhes,
.detalhe_lateral.detail_order_layout .table_enc_detalhes,
.detalhe_lateral.detail_order_layout .table_enc_detalhes th,
.detalhe_lateral.detail_order_layout .table_enc_detalhes td {
	font-size: 12px;
}

.detalhe_lateral.detail_order_layout .table_enc_detalhes th {
	color: #44779f;
	width: 30%;
}

.detalhe_lateral.detail_order_layout .table_enc_detalhes td {
	color: #959595;
	width: 70%;
}

.detalhe_lateral.detail_order_layout .table_enc_detalhes .striped th,
.detalhe_lateral.detail_order_layout .table_enc_detalhes .striped td {
	background-color: #f1f1f1;
}

.detalhe_lateral.titulo_separador,
.detalhe_lateral.detail_order_layout .titulo_separador {
    position: relative;
    width: 100%;
    padding: 7px 0 7px 5%;
    background: #F36A5A;
    color: #fff;
}

.detalhe_lateral.detail_order_layout .table_enc_produtos,
.detalhe_lateral.detail_order_layout .table_enc_produtos th,
.detalhe_lateral.detail_order_layout .table_enc_produtos td {
	font-size: 12px;
}

.detalhe_lateral.detail_order_layout .table_enc_produtos td {
	border-top: 0;
    border-bottom: 1px solid #d1d1d1;
    background-color: transparent;
}

.detalhe_lateral .table_enc_produtos td {
    background-color: transparent;
    padding: 8px 5px !important;
}

.detalhe_lateral.order_detail .table_enc_produtos thead td,
.detalhe_lateral.detail_order_layout .table_enc_produtos thead td {
	background-color: #e0e0e0;
	border: 0;
}

.detalhe_lateral.detail_order_layout .topo {
	/*padding: 15px 0 0 0;*/
}

.detalhe_lateral .nome_encomenda_data {
    position: relative;
    width: 100%;
    float: left;
    margin: 15px 0 0 5%;
    font-size: 11px;
    color: #fff;
}

.detalhe_lateral .nome_encomenda_data .nome_encomenda {
    position: relative;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #d24d3d;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.detalhe_lateral .nome_encomenda_data .data_encomenda {
    position: relative;
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 6px;
}

.detalhe_lateral.detail_order_layout .custom_icon.icon_configuracoes {
    background: url(../../../../img_custom/icon_configuracoes_encomenda.png) no-repeat;
}

.detalhe_lateral.detail_order_layout .btn_encomendar_novo {
	position: relative;
	width: 100%;
	padding: 10px 2%;
	text-align: right;
}

.detalhe_lateral.detail_order_layout .btn_encomendar_novo .green-jungle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.detalhe_lateral.produto_comment .topo {
	padding: 15px 0 0 0;
}

.detalhe_lateral.produto_comment .custom_icon.icon_comment_compras {
	background: url(../../../../img_custom/icon_comment_compras.png) no-repeat;
}

.detalhe_lateral.produto_comment textarea {
	height: 200px;
	resize: none;
	font-size: 12px;
}

.detalhe_lateral .product_colors {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.detalhe_lateral .product_colors .color_block {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 12px;
}

.detalhe_lateral .product_colors .color_block .color_name {
    position: relative;
    float: left;
    margin-right: 10px;
    min-width: 100px;
}

.detalhe_lateral .product_colors .color_block .color_square {
    position: relative;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    border: 1px solid #000;
}

.detalhe_lateral .custom_row .custom_row_padding {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3%;
    font-size: 13px;
    color: #000;
}

.detalhe_lateral .product_sizes {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.detalhe_lateral .product_sizes .size_block {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 12px;
}

.detalhe_lateral .product_sizes .size_block .size_name {
    position: relative;
    float: left;
    margin-right: 10px;
    min-width: 100px;
}

.proposal_detail .form-group,
.order_detail .form-group {
    position: relative;
}

#products_results {
    position: absolute;
    width: 100%;
    border: 1px solid #c2cad8;
    z-index: 10;
    background: #fff;
    top: 56px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

#types_results .item_search,
#products_results .item_search,
#products_results .item_search_empty {
    padding: 6px 12px;
}

#types_results .item_search:hover,
#products_results .item_search:hover {
    background-color: #c2cad8;
    cursor: pointer;
}

#form_comment {
    padding: 25px;
}

#form_comment button {
    float: right;
}

.bootstrap-timepicker-widget.dropdown-menu {
	z-index: 99999;
}

.resultados_pesquisa_menu {
	background: #536471;
	color: #c3bebe;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	display: none;
	z-index: 100;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.resultados_pesquisa_menu a {
	color: #c3bebe;
	outline: none;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 1% 2%;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.resultados_pesquisa_menu a:hover,
.resultados_pesquisa_menu a:focus {
	background: #5b6f7c;
}

.btn_favorites {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    font-size: 13px;
    color: #000
}

.btn_favorites i {
    color: #999999;
}

.btn_favorites.active i {
    color: #E8E857;
}

#clientes_search {
	float: left;
    display: block;
    width: 100%;
	position: relative;
}

#clientes_search input {
	float: left;
    display: block;
    width: 100%;
    padding: 10px 45px 10px 10px;
    height: auto;
	border: 0;
}

#clientes_search .input-group-btn {
	position: absolute;
    z-index: 100;
    right: 35px;
    top: 5px;
}

#clientes_search .input-group-btn a {
	padding: 0;
    padding: 4px;
    border: 1px solid #D0D8E3;
    background: #fff;
    border-radius: 3px !important;
}

#clientes_search .input-group-btn a i.fa {
    font-size: 16px;
    color: #D0D8E3;
}

#header_inbox_bar li.external {
	padding: 10px;
}

#header_inbox_bar .resultados_clientes_menu ul li a {
	padding: 9px;
    height: 40px;
}

#header_inbox_bar .resultados_clientes_menu ul li a .subject {
	margin: 0 0 0 13px;
}

#cart_menu {
    max-width: 344px;
    width: 300px;
}

#cart_menu .cart_header {
    color: #f36a5a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}

#cart_menu .cart_header.cart_head1 {
	width: 42%;
}

#cart_menu .cart_header.cart_head2 {
	width: 32%;
    text-align: center;
}

#cart_menu .cart_header.cart_head3 {
	width: 22%;
	text-align: right;
}

#cart_menu .lista_items_cart {
    position: relative;
    float: left;
    width: 100%;
	padding: 3% 5%;
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 10px;
}

#cart_menu .cart_item {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
	margin-bottom: 4%;
    font-size: 12px;
}

#cart_menu .cart_item .nome {
    position: relative;
    float: left;
    width: 45%;
}

#cart_menu .cart_item .quant {
    position: relative;
    float: left;
    width: 25%;
	text-align: center;
}

#cart_menu .cart_item .quant input {
    width: 60%;
    border-radius: 50px !important;
    border: 0;
    text-align: center;
    outline: none;
    color: #697882;
    padding: 3px 0;
}

#cart_menu .cart_item .valor,
#cart_menu .cart_item .valor_empty {
    position: relative;
    float: left;
    width: 27%;
    text-align: right;
    margin-left: 3%;
}

#cart_menu .totais_cart {
    position: relative;
    float: left;
    width: 100%;
	padding: 0 5% 3%;
}

#cart_menu .totais_cart .totais {
	position: relative;
    float: left;
    width: 100%;
	margin-bottom: 5%;
    font-size: 12px;
}

#cart_menu .totais_cart .totais .nome {
	position: relative;
    float: left;
    width: 55%;
	color: #f36a5a;
    font-weight: bold;
    text-transform: uppercase;
	text-align: right;
}

#cart_menu .totais_cart .totais .valor {
	position: relative;
    float: left;
    width: 45%;
	text-align: right;
	color: #fff;
}

#cart_menu .totais_cart .btn.default {
    position: relative;
    float: left;
    width: auto;
    padding: 5px 10px;
    color: #fff;
    height: auto;
	clear: none;
	text-transform: uppercase;
	font-size: 12px;
    background-color: #BFC3CA;
    border-color: #bfc3ca;
}

#cart_menu .totais_cart .btn.btn-danger {
    position: relative;
    float: right;
    width: auto;
    padding: 5px 10px;
    color: #fff;
    height: auto;
    clear: none;
	text-transform: uppercase;
	font-size: 12px;
}

#cart_menu .linha_branca {
    position: relative;
    float: right;
    width: 70%;
    height: 1px;
    background: #fff;
    margin-bottom: 2%;
}

.zona_adicionar .carrinho_quantidade,
.table_produtos .carrinho_quantidade {
    position: relative;
    width: 100%;
	text-align: center;
}

.zona_adicionar .carrinho_quantidade {
    float: left;
    margin-bottom: 10px;
    width: 130px;
}

.zona_adicionar .carrinho_quantidade .input_quant,
.table_produtos .carrinho_quantidade .input_quant {
    position: relative;
    width: 85px;
    display: inline-block;
    max-width: 85px;
    min-width: 85px;
}

.zona_adicionar .carrinho_quantidade .input_quant {
    float: left;
}

.zona_adicionar .carrinho_quantidade .input_quant input,
.table_produtos .carrinho_quantidade .input_quant input {
    background-color: #E0E0E0;
    border: 0;
    color: #000;
    width: 100%;
    border-radius: 5px !important;
    outline: none;
    padding: 3px 20px;
}

.zona_adicionar .carrinho_quantidade .up,
.zona_adicionar .carrinho_quantidade .down,
.table_produtos .carrinho_quantidade .up,
.table_produtos .carrinho_quantidade .down {
    position: absolute;
    width: 20px;
    top: 5px;
    min-height: 1px;
    display: inline-block;
    color: #fff;
    border-radius: 17px !important;
    cursor: pointer;
    z-index: 1;
}

.zona_adicionar .carrinho_quantidade .down,
.table_produtos .carrinho_quantidade .down {
    left: 0;
}

.zona_adicionar .carrinho_quantidade .up,
.table_produtos .carrinho_quantidade .up {
    right: 2px;
}

.zona_adicionar .carrinho_quantidade i,
.table_produtos .carrinho_quantidade i {
    font-size: 26px;
    background: #fff;
    color: #8895a9;
}

.zona_adicionar .carrinho_quantidade .up,
.zona_adicionar .carrinho_quantidade .down {
    margin: 0;
}

/*table tr {
    padding-left: 0;
}*/

/*.table_produtos .prod_comment,
.table_enc_produtos .prod_comment {
	position: relative;
    width: 14px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    background: url(../../../../img_custom/icon_comment_sprite.png) no-repeat;
    background-position: 0 0;
}

.table_produtos .prod_comment.active,
.table_enc_produtos .prod_comment.active {
	background-position: 0 -27px;
}*/

.table_produtos .prod_comment i.fa.fa-comment,
.table_enc_produtos .prod_comment i.fa.fa-comment {
    font-size: 16px;
    color: #C5C5C5;
}

.table_produtos .prod_comment.active i.fa.fa-comment,
.table_enc_produtos .prod_comment.active i.fa.fa-comment {
    color: #ff0000;
}

.table_produtos .fa-close {
	color: #c5c5c5;
    font-size: 18px;
}

.table_produtos .totais td {
    text-align: right;
    color: #f36a5a;
    padding: 15px 20px 15px 0;
}

.checkbox_input {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
    max-width: 190px;
    margin-top: 10px;
}

.checkbox_input input {
    width: 100%;
}

.checkbox_label {
    width: 150px;
}

.carrinho_final {
    position: relative;
    width: 100%;
}

.carrinho_final .textos_astericos {
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-bottom: 40px;
}

.carrinho_final .form_carrinho_confirma {
    position: relative;
    width: 100%;
}

.carrinho_final .form_carrinho_confirma .align-right {
    text-align: right;
}

.carrinho_final .form_carrinho_confirma textarea {
    resize: none;
	height: 100px;
}

.carrinho_final .form_carrinho_confirma .fa-truck {
    margin-right: 10px;
}
.encomenda_rapida #datatable_orders_history_ajax_wrapper .row{
    margin-left:0px;
    margin-right:0px;
}


.encomenda_rapida .nav-pills {
	margin: 0;
}

.encomenda_rapida .nav-pills > li + li {
    border-right: 2px solid #fff;
	margin: 0;
}

.encomenda_rapida .nav-pills > li:last-child {
	border-right: 0;
}

.encomenda_rapida .nav-pills > li > a {
    background-color: #eaeaea;
	color: #8895a9;
}

.encomenda_rapida .nav-pills > li.active > a {
    background-color: #8895a9;
	color: #fff;
}

.encomenda_rapida .tab-content {
    background: #fff;
    min-height: 600px;
}

.encomenda_rapida .pesquisa_referencia {
    position: relative;
    width: 100%;
    padding: 20px 0 10px;
    min-height: 79px;
}

.encomenda_rapida .pesquisa_referencia form input {
	border-radius: 30px !important;
}

.encomenda_rapida .clr-green {
	color: #00a651;
}

.encomenda_rapida .clr-red {
	color: #f00;
}

.encomenda_rapida .fa-circle {
	font-size: 10px;
}
/*
.encomenda_rapida .table_referencias .table_produtos tr.heading>th, table.dataTable tr.heading>th {
    background-color: #f7f7f7;
    color: #8895a9;
}
*/
.encomenda_rapida .table_referencias .form_tabela .align-right {
    text-align: right;
}

.encomenda_rapida .table_referencias .form_tabela button[type="submit"] {
    background-color: #00a651;
	color: #fff;
	border: 0;
	outline: none;
	text-transform: uppercase;
	margin-right: 20px;
}

.encomenda_rapida .tab-pane {
    padding-bottom: 20px;
}

#reference_not_found {
    display: none;
}

.encomenda_rapida .table_referencias .form-actions {
	margin-top: 50px;
}

.page-content .left_containter {
    margin-top: 10px;
}

#associated_user_clients .remove_col {
    text-align:left;
}

#associated_user_clients .remove_col button {
    margin-top: 22px;
}

#header_inbox_bar .dropdown-menu.search_client li.external {
    height: 58px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu.search_client > li.external {
    overflow: visible;
}

/* Override layout.css */
#products_menu #ul_prods_categories {
    max-height: 300px;
    overflow-y: auto;
    float: left;
    width: 100%;
    margin-top: 8px;
}

#products_menu .sub-menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

#products_menu .sub-menu li .sub-menu {
    max-height: none;
}

#products_menu .sub-menu li > a {
    font-size: 12px;
    padding: 9px 14px 9px 17px;
    position: relative;
}

.twitter-typeahead .empty-message {
    padding: 5px 10px;
    text-align: center;
}

.datepicker-days .day {
    cursor: pointer;
    text-align: center;
}

.datepicker-days .disabled.day {
    color: gray;
    cursor: not-allowed;
}

.datepicker .day:hover,
.datepicker .active {
    color: #fff;
    background-color: #4b8df8!important;
}

.datepicker .day.disabled:hover {
    color: gray;
    background-color: transparent !important;
}

.datepicker table th {
    text-align: center;
}

.visit_detail label {
    font-weight: bold;
}

.page-sidebar .page-sidebar-menu > li > a > i {
    color: #97B1C3;
    font-size: 17px;
}

.page-sidebar .page-sidebar-menu > .icon_red:hover > a > i,
.page-sidebar .page-sidebar-menu > .icon_red.open > a > i {
    color: #F36A5A;
}

#header_search_bar li.external {
    padding: 10px;
}

#form_pesquisa_menu input {
    padding: 10px 45px 10px 10px;
    height: auto;
    border: 0;
}

#form_pesquisa_menu .input-group-btn {
    position: absolute;
    z-index: 100;
    right: 32px;
    top: 5px;
}

#form_pesquisa_menu .input-group-btn a {
    padding: 4px;
    border: 1px solid #D0D8E3;
    background: #fff;
    border-radius: 3px !important;
}

#form_pesquisa_menu .input-group-btn i {
    font-size: 16px;
    color: #D0D8E3;
}

#clientes_search .box_fake,
#form_pesquisa_menu .box_fake {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 160px;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    display: none;
    max-height: 320px;
    overflow-y: auto;
}

#clientes_search .box_fake span,
#form_pesquisa_menu .box_fake span {
    position: absolute;
    top: 7px;
    left: 45px;
    font-size: 13px;
}

.box_fake .item_list {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}

.box_fake .item_empty {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
}

.box_fake .item_list:hover {
    background-color: #f1f1f1;
}

.box_fake .item_group {
    position: relative;
    float: left;
    width: 100%;
}

.box_fake .item_group .group_name {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}

.box_fake hr {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

#header_inbox_bar .client_name_mobile {
    display: none;
    width: 100%;
    margin: 5px 0;
    color: #fff;
    font-size: 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
    background: #414f59;
}

#products_menu .sub-menu li > a.submenu1_text {

}

#ul_prods_categories .sub-menu li > a {
    padding-left: 25px;
}

#ul_prods_categories .sub-menu li .sub-menu li > a {
    padding-left: 35px;
}

#ul_prods_categories .sub-menu li .sub-menu li .sub-menu li > a {
    padding-left: 45px;
}

#ul_prods_categories .sub-menu li .sub-menu li .sub-menu li .sub-menu li > a {
    padding-left: 55px;
}

/*.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before*/
#products_menu .submenu1_text .arrow:before,
#products_menu .submenu2_text .arrow:before,
#products_menu .submenu3_text .arrow:before,
#products_menu .submenu4_text .arrow:before,
#products_menu .submenu5_text .arrow:before {
    position: absolute;
    top: 10px;
    right: 16px;
}

#products_search_brand_list {
}

.products_searched_line {
    /*margin: 14px -15px;*/
}

#products_menu .sub-menu li > a > i {
    margin-right: -4px !important;
}

.products_searched_line div {
    color: #8895a9;
}

.elements_zone {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.elements_zone select {
    margin-bottom: 10px;
    width: 350px;
    display: inline-block;
}

.elements_zone .delete_new_element {
    display: inline-block;
    margin-top: -5px;
    margin-right: 10px;
}

.element_box {

}

.element_box input {
    display: none;
    max-width: 401px;
}

.btn_new_element_zone {
    margin-left: 10px;
}

.element_assoc {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.element_assoc b {
    width: 100px;
    display: inline-block;
}

.element_assoc a {
    display: inline-block;
}

.element_assoc input {
    display: inline-block;
    width: 200px;
}

.element_assoc button {
    margin-right: 10px;
    margin-top: -2px;
}

.col_elements {
    margin: 10px 0 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

#datatable-statistics_filter {
    float: right;
}

#datatable-statistics_filter input {
    margin-left: 10px;
}

#datatable-statistics a {
    color: #8895a9;
}

#datatable-statistics a:hover,
#datatable-statistics a:focus {
    color: #8895a9;
    text-decoration: none;
}

button.popovers.popover_logs {
    background: transparent;
    border: 0;
}

#datatable_users_logs_ajax button.popovers.popover_logs {
    font-size: 12px;
}

.table_shopping_cart button.popovers.popover_logs {
    margin: 0;
}

#header_task_bar a.dropdown-toggle i.fa {
    font-size: 18px;
}

#header_inbox_bar a.dropdown-toggle i.fa {
    font-size: 18px;
}

#icon_user_photo {
    color: #fff;
    background-color: #bfccdd;
    font-size: 23px;
    line-height: 25px;
    border-radius: 30px;
    padding: 3px 0;
}

#popup_modal .modal-body {
    padding: 0;
}

#popup_modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

#popup_modal .modal-header {
    border: 0;
    padding: 0;
    height: 28px;
}

#popup_modal button.close {
    border: 0;
    text-indent: initial;
    background-image: none !important;
    width: 20px;
    height: 28px;
    opacity: 1;
    margin-right: 3px;
}

#popup_modal button.close i {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.btn.popovers.popover_users {
    color: #8895a9;
    font-weight: 600;
    font-size: 12px;
    border: 0;
    padding: 0;
}

.btn.popovers.popover_users:hover,
.btn.popovers.popover_users:focus {
    background: transparent;
}

.user_no_photo {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.product_detail .detalhe_produto .product_thumbnails {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.product_detail .detalhe_produto .product_thumbnails a,
.product_detail .detalhe_produto .product_thumbnails a:hover,
.product_detail .detalhe_produto .product_thumbnails a:focus {
    text-decoration: none;
}

.product_detail .detalhe_produto .product_thumbnails img {
    float: left;
    margin: 0 10px 10px 0;
}

.product_detail .detalhe_produto .product_documents {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3%;
}

.product_detail .detalhe_produto .product_documents .product_document {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.product_detail .detalhe_produto .product_documents .product_document .document_name {
    color: #000 !important;
    font-size: 12px;
    position: relative;
    float: left;
    width: 50%;
}

.product_detail .detalhe_produto .product_documents .product_document .document_icon {
    position: relative;
    float: left;
    width: 50%;
}

.product_detail .detalhe_produto .product_documents .product_document .document_icon a {
    color: #B7B7B7;
}

.tecdoc_product_detail .detalhe_produto .product_thumbnails {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.tecdoc_product_detail .detalhe_produto .product_thumbnails a,
.tecdoc_product_detail .detalhe_produto .product_thumbnails a:hover,
.tecdoc_product_detail .detalhe_produto .product_thumbnails a:focus {
    text-decoration: none;
}

.tecdoc_product_detail .detalhe_produto .product_thumbnails img {
    float: left;
    margin: 0 10px 10px 0;
}

.tecdoc_product_detail .detalhe_produto .product_documents {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3%;
}

.tecdoc_product_detail .detalhe_produto .product_documents .product_document {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.tecdoc_product_detail .detalhe_produto .product_documents .product_document .document_name {
    color: #000 !important;
    font-size: 12px;
    position: relative;
    float: left;
    width: 50%;
}

.tecdoc_product_detail .detalhe_produto .product_documents .product_document .document_icon {
    position: relative;
    float: left;
    width: 50%;
}

.tecdoc_product_detail .detalhe_produto .product_documents .product_document .document_icon a {
    color: #B7B7B7;
}

.table_produtos .block_image {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li .user_name_submenu {
    padding: 8px 16px;
    color: #d4dadf;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

.page-footer .page-footer-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 11px;
    color: #485a6a;
}

.page-footer .page-footer-inner a,
.page-footer .page-footer-inner a:hover,
.page-footer .page-footer-inner a:focus {
    text-decoration: none;
    outline: none;
    color: #485a6a;
}

.table_produtos tr:hover td {
    background: #F7F7F7 !important;
}

.search_products {
    position: relative;
    display: inline-block;
    padding: 0;
    height: 65px;
}

.search_products form {
    position: relative;
    margin: 13px;
    display: inline-block;
    border: 1px solid #D0D8E3;
    border-radius: 2px;
    width: 280px;
}

/*override*/
.nav-pills>li>a,
.nav-tabs>li>a,
.dropdown-menu,
.form-control,
.output,
.select2-container--bootstrap .select2-selection,
.btn {
    font-size: 12px;
}

#form_reports *{
    font-size: 14px;
}

.tab-reports{
    vertical-align: middle !important;
}

.visits_calendar_filters .bootstrap-select.form-control,
.statistics_zone .bootstrap-select.form-control {
    background-color: transparent;
}

.visits_calendar_filters .select2-container--bootstrap {
    width: 100% !important;
}

.visits_calendar_filters .block_clients .btn-group.bootstrap-select.bs-select.form-control {
    display: none;
}

.checkbox-list>label.checkbox-inline {
    margin-left: 20px;
}

.custom-alerts-login {
    position: relative;
    float: left;
    width: 100%;
}

.visit_client_addresses {
    display: none;
}

.google_map {
    position: relative;
    float: left;
    width: 100%;
    height: 587px;
    background-color: #fff;
    margin-top: 4px;
}

.autorize_list {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 3%;
}

.autorize_list form input[type="radio"] {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.detalhe_lateral .pvp_price {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.detalhe_lateral .cost_price {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

#table_dashboard_most_bought {
    display: none;
}

.page-actions .dropdown-menu {
    border: 0;
}

.tab-pane .titles_subsections {
    padding: 0 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.tab-pane .titles_subsections.margin-top {
    margin-top: 20px;
}

.block_buttons_table {
    min-width: 85px;
    width: 100%;
    display: inline-block;
}

.table_weights_values th,
.table_weights_values td {
    border: 0 !important;
}

.table_weights_values.table-scrollable {
    border: 1px solid #c2cad8 !important;
}

.shipping_method_detail_btn,
.payment_method_detail_btn,
.totais_shipping_method,
.totais_payment_method {
    display: none;
}

.shipping_method_detail_btn,
.payment_method_detail_btn {
    float: right;
    /*padding: 7px 10px;*/
}

.method_body table th,
.method_body table td {
    padding: 5px;
}

.client_detail .nav.nav-tabs .tabs_four {

}
.client_detail .nav.nav-tabs .tabs_five {

}

.box_results,
.statistics_search_clients_box,
.statistics_products_box {
    display: none;
}

.statistics_search_clients_box .form-group,
.statistics_products_box .form-group {
    position: relative;
}

.box_results {
    position: absolute;
    top: 33px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 31px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    z-index: 100;
}

.box_results .item_search {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 6px 12px;
}

.box_results .item_search:hover {
    background-color: #e1e5ec;
}

.box_results .item_search_empty {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 12px;
}

.box_results .item_search_empty span {
    position: absolute;
    top: 7px;
    left: 45px;
    font-size: 13px;
}

.box_inputs {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    display: none;
}

.box_inputs .box_inputs_title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #C2CAD8;
}

.remove_search_list {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: #F36A5A;
    cursor: pointer;
    z-index: 1;
}

#products_results .remove_search_list,
.box_results .remove_search_list {
    display: none;
}

.box_inputs .item_search {
    position: relative;
    float: left;
    width: 100%;
    padding: 4px 0;
}

#statistics_clients_box .select2-container {
    width: 100% !important;
}

#datatable-statistics > tbody > tr > th {
    background: #F36A5A !important;
    color: #fff !important;
}

#datatable-statistics > tbody > tr > td {
    text-align: center;
}

.visits_calendar {
    position: relative;
}

.visits_calendar .fc-event {
    font-size: 10px;
    padding: 1px 0;
}

.btn_link_edit button {
    text-transform: uppercase;
}

.btn_link_edit .btn_edit_proposal {
    margin-bottom: 10px;
}

.delete_visit_detail {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.visit_type_form .checkbox_notification {
    margin: 3px 8px 0 2px;
    float: left;
}

.nav-item ul.fa-ul {
    width: 87%;
    font-size: 12px;
    padding: 5px 0 5px 43px;
    margin: 0;
    text-align: left;
}

.form .form-body {
    padding: 10px 0;
}

#datatable_balancesheets_filter {
    float: right;
}

.icon_menu {
    float: left;
    height: 30px;
}

.table > thead.sales_headers > tr.first_sale > td,
.table > thead.sales_headers > tr.first_sale:hover > td {
    background-color: #FFC7C0 !important;
    font-weight: bold;
}

.table > thead.sales_headers > tr.second_sale > td,
.table > thead.sales_headers > tr.second_sale:hover > td {
    background-color: #FFB3AA !important;
    font-weight: bold;
}

.additional_groups .input-group-btn,
.additional_fields_dropzone .input-group-btn,
.additional_fields_line_zone .input-group-btn {
    border: 1px solid #C2CAD8;
}

.table_static .dataTables_info {
    color: #8895a9;
    font-size: 13px;
    display: inline-block;
}

.table_static .dataTables_length {
    color: #8895a9;
    font-size: 13px;
    display: inline-block;
}

.table_static .pagination-panel {
    color: #8895a9;
    font-size: 13px;
}

.table_static .dataTables_filter {
    color: #8895a9;
    font-size: 13px;
}

.table_static table {
    margin: 20px 0 !important;
}

.dataTables_extended_wrapper div.dataTables_length {
    float: left !important;
}

.dataTables_extended_wrapper div.dataTables_info {
    float: left !important;
    padding-top: 4px !important;
}

.block_jump_cart {
    width: 100%;
    text-align: right;
}

.block_product_name {
    width: 100%;
    min-width: 150px;
}

.block_product_price {
    text-align: right;
    width: 100%;
    min-width: 85px;
}

.product_element_zone {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.btn_delete_element,
.product_element_zone .btn_delete_element {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product_element_zone .element_box {
    position: relative;
    float: left;
}

.product_element_zone .element_box input {
    display: block;
    position: relative;
}

.block_line_btns {
    width: 100%;
    min-width: 90px;
    position: relative;
    float: left;
}

.block_line_btns .edit_product_line {
    margin-right: 7px;
    padding: 6px 11px;
    float: left;
    position: relative;
}

.page-sidebar .page-sidebar-menu {
    float: left;
    width: 100%;
}

.form-control.align-right {
    text-align: right;
}

#datatable_balancesheets .block_adicionar_ver {
    min-width: 95px;
}

.balancesheet_detail .product_element_zone {
    margin-bottom: 15px;
}

.setting_print {
    position: relative;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.setting_print img {
    max-width: 50px;
    border: 1px solid #c2cad8;
}

.setting_print i.fa {
    font-size: 18px;
    color: #4a4a4a;
}

.detalhe_lateral textarea {
    min-height: 120px;
    resize: vertical;
}

.select2-results__options.select2-results__options--nested li.select2-results__option {
    padding-left: 25px;
}

.lat_form_registo_view .open_visit_edit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.lat_form_registo_view .replicate_visit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
}

.project_detail .input-group-btn button,
.people_detail .input-group-btn button {
    padding: 8px 11px 7px;
}

.people_block_clients,
.people_block_cellphones,
.people_block_emails {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.block_people select {
    width: 85%;
    float: left;
    margin-right: 2%;
}

.block_cellphones_emails input[type="text"] {
    width: 88%;
    float: left;
    margin-right: 2%;
}

.people_block_emails .block_people,
.people_block_cellphones .block_people {
    margin-bottom: 10px;
}

.block_people .btn.red {
    padding: 7px 12px 7px;
}

.detalhe_lateral.project_detail .form-group,
.detalhe_lateral.people_detail .form-group {
    position: relative;
}

.table_proposals_lines .proposal_line_quantity {
    max-width: 45px;
    min-width: 45px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.table_proposals_lines .proposal_line_unit_price,
.table_proposals_lines .proposal_line_total_price {
    max-width: 70px;
    min-width: 70px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* VISIT COMMENTS START */
.visit_comments_block {
    position: relative;
    width: 100%;
    float: left;
}

.visit_comments_block .visit_comments_list {
    position: relative;
    width: 100%;
    float: left;
}

.visit_comments_block .visit_comments_list .no_comments {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.visit_comments_block .visit_comments_list .comment {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.visit_comments_block .visit_comments_list .comment .top_line {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.visit_comments_block .visit_comments_list .comment .top_line .name {
    position: relative;
    width: 60%;
    float: left;
    font-weight: bold;
}

.visit_comments_block .visit_comments_list .comment .top_line .date {
    position: relative;
    width: 40%;
    float: left;
    text-align: right;
    font-weight: bold;
}

.visit_comments_block .visit_comments_list .comment .bottom_line {
    position: relative;
    width: 100%;
    float: left;
}

.visit_comments_block .visit_comments_list .comment .bottom_line .text {
    position: relative;
    width: 100%;
    float: left;
}

.visit_comments_block .visit_comments_actions {
    position: relative;
    float: left;
    width: 100%;
}

.visit_comments_block .visit_comments_actions textarea {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.visit_comments_block .visit_comments_actions button {}
/* VISIT COMMENTS END */


.detalhe_lateral.autorize_replace_product {
    width: 70%;
}

.block_subject_sms,
.block_content_sms {
    display: none;
}

.counter_label {
    position: relative;
    float: left;
    width: 100%;
    margin: 2px 0 7px 0;
}

#form_calendar_filters .col-md-6,
#form_table_filters .col-md-6 {
    min-height: 74px;
}

.detalhe_lateral .block_btn_edit_address {
    margin-left: 15px;
}

.detalhe_lateral .form-group {
    position: relative;
}

.register_points_filters .date-picker .input-group-btn {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #c2cad8;
}

.break_bar_warning {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #d65148;
    width: 100%;
    text-align: center;
}

.break_bar_warning .block_text {
    margin: 10px auto;
    max-width: 300px;
    width: 100%;
    color: #fff;
}

.break_bar_warning .block_text button {
    margin-top: 5px;
}

.register_point_tip {
    float: left;
    min-width: 65px;
}

.register_point_tip .content {
    display: none;
}

.register_points_filters {
    margin-top: 15px;
}

.register_points_filters .btn_excel {
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-toolbar .btn {
    margin-bottom: 10px;
}

.box_quick_action {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 98;
}

.box_quick_action .btn_quick_plus {
    font-size: 20px;
}

.box_quick_action ul {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    list-style-type: none;
    padding: 0 0 50px 0;
    margin: 0;
}

.box_quick_action:hover ul,
.box_quick_action ul:hover {
    display: block;
}

.box_quick_action ul li {
    text-align: right;
    padding: 10px 0;
}

.table>tbody>tr.td_no_border>td {
    border: 0 !important;
}

.table>tbody>tr>td.td_no_padding {
    padding: 0 !important;
}

.table>tbody>tr>td.td_separator {
    padding: 0 !important;
    background-color: #999;
    border: 0 !important;
}

table .vertical_top {
    vertical-align: top !important;
}

.proposal_line table textarea {
    outline: none;
    width: 100%;
    padding: 6px 7px;
}

.proposal_line .block_line_btns button {
    float: right;
}

.print_types_list {
    padding: 5px 0 0 17px;
}

.order_detail .print_types_list {
    padding: 5px 0 0 10px;
    list-style-type: none;
}

.order_detail .print_types_list li {
    height: 40px;
}

.order_detail .print_types_list.management li {
    height: 50px;
}

.detalhe_lateral .closed_order_type_name {
    float: left;
    width: 190px;
    margin-right: 5px;
}

.detalhe_lateral .closed_order_type_select {
    float: left;
    width: 200px;
}

.proposal_line .print_types_select {
    height: 120px
}

.table.table_boards tr:hover td,
.table.table_controls_boards tr:hover td {
    background: #fff !important;
}

.table.table_boards.table_interior tr:hover td {
    background: #F7F7F7 !important;
}

.table.table_controls_boards button {
    outline: none;
    background: transparent;
    border: 0;
}

.board_item {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 4px;
    text-align: left;
    cursor: pointer;
    background-color: #26C281;
}

.table.table_boards .heading th {
    text-align: center;
    font-weight: bold;
}

.board_item_tip {
    float: left;
    min-width: 65px;
}

.board_item_tip .content {
    display: none;
}

.table.table_management .heading th {
    font-weight: bold;
}

.check_board {
    position: absolute;
    bottom: 2px;
    right: 4px;
    font-size: 15px;
}

.check_board i {
    float: right;
    margin-left: 5px;
}

.table.table_management .bloco_disponibilidade .label {
    color: #000;
}

.order_detail_body .select2.select2-container.select2-container--bootstrap {
    width: 100% !important;
}

.proposal_line .block_line_btns {
    width: auto;
    min-width: inherit;
}

/** PRINT TYPES SEARCH **/
.form-group.search_types_group {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.box_block_types {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.block_type {
    position: relative;
    float: left;
    width: 100%;
}

.block_type select {
    width: 85%;
    float: left;
    margin-right: 2%;
}

.block_type {
    margin-bottom: 5px;
}

.block_type .btn.red, .block_type .btn.blue{
    padding: 7px 12px 7px;
    margin-right: 0;
}

.block_type .form-group {
    margin-bottom: 5px;
}

.block_type input.form-control.type_name {
    width: 16%;
    float: left;
    margin-right: 1%;
}

.block_type input.form-control.type_production_date {
    width: 16%;
    float: left;
    margin-right: 1%;
}

.date_maquete{
    width: 20%;
    /*float: right;*/
    margin-right: 1%;
}

.block_type input.form-control.type_checkbox {
    width: 2%;
    float: left;
    margin-right: 1%;
}

.block_type input.form-control.type_link {
    width: 27%;
    float: left;
    margin-right: 1%;
}

.block_type input.form-control.type_name_full {
    width: 86%;
    float: left;
    margin-right: 1%;
}

.block_type .select_status_line_types {
    position: relative;
    width: 20%;
    float: left;
    margin-right: 1%;
}

.search_types_group .select_box {
    width: 54%;
    float: left;
    margin-right: 1%;
}

.search_types_group .add_print_type {
    float: left;
}

.detalhe_lateral .prod_name_cell {
    width: 150px;
}

#form_planning_management_filters .form-group {
    position: relative;
}

#form_planning_management_filters .form-group.search_clients_group {
    margin-bottom: 0;
}

#form_planning_management_filters .people_block_clients {
    margin-bottom: 0;
}

.table_management .bloco_disponibilidade a,
.print_types_list a {
    color: #2e8fd2 !important;
}

.detalhe_lateral .proposal_line_description {
    min-height: 60px;
}

.table_boards td {
    width: 16.3%;
}

.block_no_results {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px;
}

.table-container .loading-message {
    z-index: 100;
}

.resent_proposal_email {
    position: relative;
    display: inline-block;
    margin-left: 20px !important;
}

.proposal_check_email_box {
    display: none;
    margin-bottom: 5px;
}

.proposal_check_sms_box {
    display: none;
    margin-top: 5px;
}

.orders_list_value {
    min-width: 120px;
}

.orders_list_value i {
    float: left;
    font-size: 16px;
    margin: 1px 5px 0 30px;
}

.orders_list_value i.fa-money {
    color: #ba741e;
}

.orders_list_value i.fa-eur {
    color: #00ba03;
}

.orders_list_value .orders_list_value_txt {
    float: right;
}

.split_quantity {
    display: none;
    padding: 6px 0;
    max-width: 45px;
    min-width: 45px;
    text-align: center;
    outline: none;
}

.small_message {
    font-size: 11px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

/*** MEDIA QUERIES ***/
@media screen and (max-width: 1450px) {
    .dashboard-stat .details .number {
        font-size: 36px;
    }
}

@media screen and (max-width: 1400px) {
	.bloco_viatura .logo_tecdoc {
		width: 100%;
		max-width: 117px;
		float: right;
	}
}

@media screen and (max-width: 1380px) {

    #header_inbox_bar .client_name_mobile {
        display: block;
    }

    #header_inbox_bar .dropdown-menu {
        padding-bottom: 10px;
        right: 0;
        margin-right: 0;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
        right: 12px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:after {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .dashboard-stat .details .number {
        font-size: 26px;
    }
}

@media screen and (max-width: 1200px) {
    .page_login .fgroup.left,
    .page_login .fgroup.right {
        width: 100%;
    }

    .page_login .fgroup.center {
        text-align: left;
    }
}

@media screen and (max-width: 1130px) {
	.page_login .fgroup.half {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
    .page-header.navbar.navbar-fixed-top {
        height: auto;
    }

    .page-header.navbar .page-top {
        height: auto;
        float: initial;
        width: 100%;
        background: #fff;
        display: inline-block;
    }

    .page-header.navbar .search-form.open {
        position: relative;
        display: inline-block;
        margin-top: 21px;
        margin-right: 20px;
        width: 50% !important;
    }

    .page-header.navbar .top-menu {
        display: inline-block;
        float: right;
    }

    .dashboard-stat .details .number {
        font-size: 46px;
    }

    .top_bar_client_name {
        display: none;
    }

    .search_products {
        height: auto;
    }

    .search_products form {
        width: 225px;
        margin: 10px 13px 0 13px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
        padding: 10px 6px 10px 0;
        margin-top: 9px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown:last-child {
        padding: 0;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        padding: 5px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown {
        height: auto;
    }
}

@media screen and (max-width: 800px) {
	.page_login .bloco_img {
		display: none;
	}
	
	.page_login .bloco_texto {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.slider_banners .banner_texto {
		font-size: 23px;
		line-height: 23px;
		width: 45%;
	}

    .detalhe_lateral {
        width: 90%;
    }

    .detalhe_lateral.detail_order_layout {
        width: 100%;
    }

    .form_group_fixer {
        padding: 0 20px;
    }

    .text_center_margin_top {
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 621px) {
    .checkbox_label {
        width: 120px;
    }

    .checkbox_input {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
	.page_login .formulario_login {
		margin-top: 0;
	}

    .page-header.navbar .search-form.open {
        width: 94% !important;
        margin-top: 0;
    }

    .page-header.navbar .top-menu {
        width: 100%;
    }

    .slider_banners .bx-wrapper .bx-pager,
    .slider_banners .bx-wrapper .bx-controls-auto {
        bottom: 8px;
    }

    .slider_banners .banner_texto {
        left: 10px;
    }

    .page_login .bloco_texto .login_wrapper .logotipo {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 552px) {
    .nav-pills>li {
        width: 50%;
    }

    .encomenda_rapida .nav-pills > li > a {
        min-height: 58px;
    }

    .encomenda_rapida .nav-pills > li + li {
        border: 0;
    }
}

@media screen and (max-width: 510px) {
	.detalhe_lateral {
		width: 100%;
	}

    .detalhe_lateral.client_detail {
        width: 100%;
    }

    .detalhe_lateral .zona_adicionar input {
        width: 100%;
        margin-bottom: 10px;
    }

    .page_login .titulo {
        margin-bottom: 0;
    }

    .page_login .fgroup a {
        margin-bottom: 15px;
    }

    .detalhe_lateral.base_side_detail .nav-tabs > li i {
        top: 25px;
        left: 35%;
    }
}

@media screen and (max-width: 430px) {
    .search_products form {
        width: 140px;
        margin: 10px 5px 0 0;
    }

    .table-group-actions.pull-right {
        float: left !important;
    }
}

@media screen and (max-width: 400px) {
	.page-header.navbar .page-logo .logo-default {
		/*width: 145px;*/
	}

    #cart_menu {
        right: 17px;
    }

    #search_clients {
        right: 37px;
    }
}

.dot-planning {
    vertical-align: middle!important;
    height: 25px;
    width: 25px;
    margin: 0 2px 0 10px;
    border-radius: 50%!important;
    display: inline-block;
}
.ret-planning{
    vertical-align: middle!important;
    height: 25px;
    width: 25px;
    margin: 0 2px 0 10px;
    display: inline-block;
}

#bolas-txt{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    pointer-events: none;
}

.reports_select_seller{
    font-size:14px !important;
}

.tab-reports{
    vertical-align: middle !important;
}

/*QR Code*/
.parcial-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.parcial-container input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.parcial-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid #EF4836 1px;
}

.print-checkmark{
    background-color: #eee;
    border: solid #0D6397 1px;
}

/* On mouse-over, add a grey background color */
.parcial-container:hover input ~ .parcial-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.parcial-container input:checked ~ .parcial-checkmark {
    background-color: #EF4836;
}

.parcial-container input:checked ~ .print-checkmark {
    background-color: #0D6397;
}

/* Create the checkmark/indicator (hidden when not checked) */
.parcial-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.parcial-container input:checked ~ .parcial-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.parcial-container .parcial-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.saved, .saved td{
    cursor: not-allowed;
    pointer-events: none;
    background-color: #DBDBDB!important;
}

.printed, .printed td{
    background-color: #DBDBDB!important;
}

.info-p{
    margin:0 0 15px 0;
    font-weight: bold;
}

.select2-container--bootstrap .select2-selection, .dropdown-user>.dropdown-menu, .dataTable, .rounded-table, .search_clients_group>input, .detalhe-lateral input.form-control {
    border-radius: 1rem !important;
    /*box-shadow: 0 5px 20px rgb(0 0 0 / 12%);*/
}

.select2-dropdown--below{
    border-radius: 0rem 0rem 1rem 1rem !important;
}

.dataTable th:first-child{
    border-radius: 1rem 0 0 0!important;
}

.dataTable th:last-child {
    border-radius: 0 1rem 0 0!important;
}

.dataTable tr:last-child {
    border-radius: 0 0 1rem 1rem!important;
}

.btn.default.next, .btn.default.prev, .loading-message, .load{
    border-radius: 2rem!important;
}

.side-menu-icon{
    color: #009bd6!important;
}

/*Data e sidebar*/

.page-sidebar-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 5px!important;
}
ul#menu_list > li > a {
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    transition: all 0.4s ease-in!important;
}
ul.sub-menu > li > a {
    text-decoration: none !important;
    border-radius: 5px !important;
    transition: all 0.4s ease-in!important;
}
.date_filter{
    width: 120px;
    position: absolute;
    right: 15px;
    z-index: 2;
    transform: scale(1);
}
.date_filter input{
    color: #8895A9!important;
    height: 30px!important;
}
#datatable_orders_history_ajax_filter {
   position: absolute;
   right: 150px;
}