/* GLOBAL STYLES
===================================================================*/
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);



.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* FONTES*/

.cinzaclaro {
    color: #95a5a6;
}

a.cinzaclaro {
    color: #95a5a6;
    text-decoration: none;
}

a:hover.cinzaclaro {
    color: #95a5a6;
    text-decoration: underline;
}

.cinza {
    color: #34495e;
}

.amarelo {
    color: #f1c40f;
}

a.amarelo {
    color: #f1c40f;
    text-decoration: none;
}

a:hover.amarelo {
    color: #f1c40f;
    text-decoration: underline;
}

.cinzaescuro {
    color: #2c3e50;
}

.vermelho {
    color: #ed1c2a;
}

.branco {
    color: #ffffff;
}

/* HEADER */

.equiparea {
    background-color: #d40504;
    padding: 15px;
    display: block;
    width: 140px;
    height: 120px;
    vertical-align: top;
    margin-left: -20px;
    font-family: 'Oxygen', sans-serif;
}

.equiparea h3 {
    font-size: 14px !important;
    color: #f5f5f5 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 0 !important;
    float: left;
    padding-bottom: 20px;
}

.equiparea img {
    float: left;
    border: none;
    margin-right: 17px;
}

.equiparea a.vermais {
    float: left;
    background-color: #ecf0f1;
    text-transform: uppercase;
    text-align: center;
    color: #34495e;
    font-size: 10px;
    font-weight: 700;
    width: 42px;
    height: 50px;
    padding-top: 12px;
    display: block;
    text-decoration: none;
}

.equiparea a:hover.vermais {
    background-color: #34495e;
    text-align: center;
    color: #ecf0f1;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

.equiparea_b2b {
    background-color: #2c3e50;
    padding: 15px;
    display: block;
    width: 140px;
    height: 120px;
    vertical-align: top;
    margin-left: -20px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #f1c40f;
}

.equiparea_b2b i {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    font-size: 42px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.equiparea_b2b:hover {
    background-color: #f1c40f;
    color: #2c3e50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btndomingos {
    font-family: 'Oxygen', sans-serif;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.42857143;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none !important;
    border-radius: 0px !important;
    color: #ecf0f1 !important;
    background-color: #34495e;
    width: 33px;
    height: 33px;
    margin-top: 3px;
}

.btndomingos:hover {
    color: #34495e !important;
    background-color: #ecf0f1 !important;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    font-weight: 700 !important;
}

.fundopesquisa_b2b {
    background-color: #d9e0e2;
    padding: 10px 0 15px;
}

.fundopesquisa_b2b form {
    height: 30px;
}

.fundopesquisa_b2b input {
    height: 26px;
}

/* MENU */

.menuarea {
    height: 42px;
    border-top: 2px solid #ed1c2a;
    font-family: 'Oxygen', sans-serif;
    background-color: #d9e0e2;
}

.nav-pills {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
    color: #ed1c2a;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ed1c2a !important;
    background-color: #f5f5f5 !important;
}

.nav-pills > li > a {
    border-radius: 0px !important;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

.nav > li > a {
    padding: 10px 17px !important;
    color: #ed1c2a !important;
}

/* CAROUSEL */

.item {
    background: #333;
    text-align: center;
    height: 320px !important;
    border: none;
}

.carousel {
    margin-top: 0px;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    border-radius: 8px !important;
    margin: 0 2px !important;
}

.carousel-indicators .active {
    background-color: #ffffff !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.carousel-control:hover {
    filter: alpha(opacity=0.5) !important;
    opacity: 0.5 !important;
}

.carousel-control.seta_esq {
    background: url(../images/seta_esq.png) no-repeat top center;
    display: block;
    width: 21px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
}

.carousel-control.seta_dir {
    background: url(../images/seta_dir.png) no-repeat top center;
    display: block;
    width: 21px;
    height: 33px;
    position: absolute;
    top: 50%;
    right: 20px;
}

/* PRODUTOS RELACIONADOS */




/* NOTICIAS + BANNER */





.bannerareahome {
    display: block;
    width: 400px;
    height: 190px;
    border-top: 1px solid #bdc3c7;
    margin-left: -40px;
}

/* MARCAS / PARCEIROS */



/* FOOTER */


/* LOGIN */

#login {
    width: 353px;
    height: 293px;
    display: block;
    padding: 25px;
    background-color: #ECF0F1;
    font-family: 'Oxygen', sans-serif;
}

#login h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#login input {
    margin-bottom: 15px;
    width: 303px;
    height: 44px;
    border: 2px solid #ECF0F1;
    color: #34495e;
    font-size: 17px;
    padding: 10px 10px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}

#login input:hover, #login input:focus {
    border: 2px solid #f1c40f;
}

.user {
    position: relative;
}

.user label {
    background: url(../images/user.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.pass {
    position: relative;
}

.pass label {
    background: url(../images/pass.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

#login .btnlog {
    display: block;
    text-transform: uppercase;
    background-color: #34495E;
    width: 303px;
    height: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #f1c40f;
    border: none;
    margin-bottom: 20px;
}

#login .btnlog:hover {
    color: #34495e !important;
    background-color: #f1c40f !important;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    font-weight: 700 !important;
}

#login a.loginbtn {
    font-size: 12px;
    color: #7f8c8d;
    text-decoration: none;
    float: left;
    width: 150px;
}

#login a:hover.loginbtn {
    color: #7f8c8d;
    text-decoration: underline;
}

/* CREATE PASSWORD */

#createpassword {
    width: 353px;
    height: 285px;
    display: block;
    padding: 25px;
    background-color: #ECF0F1;
    font-family: 'Oxygen', sans-serif;
}

#createpassword h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#createpassword input {
    margin-bottom: 15px;
    width: 303px;
    height: 44px;
    border: 2px solid #ECF0F1;
    color: #34495e;
    font-size: 17px;
    padding: 10px 10px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}

#createpassword input:hover, #login input:focus {
    border: 2px solid #f1c40f;
}

#createpassword .btnlog {
    display: block;
    text-transform: uppercase;
    background-color: #34495E;
    width: 303px;
    height: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #f1c40f;
    border: none;
    margin-bottom: 20px;
}

#createpassword .btnlog:hover {
    color: #34495e !important;
    background-color: #f1c40f !important;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    font-weight: 700 !important;
}

#createpassword a.loginbtn {
    font-size: 12px;
    color: #7f8c8d;
    text-decoration: none;
    float: left;
    width: 150px;
}

#changepassword a:hover.loginbtn {
    color: #7f8c8d;
    text-decoration: underline;
}

/* CHANGE PASSWORD */

#changepassword {
    width: 353px;
    height: 325px;
    display: block;
    padding: 25px;
    background-color: #ECF0F1;
    font-family: 'Oxygen', sans-serif;
}

#changepassword h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#changepassword input {
    margin-bottom: 15px;
    width: 303px;
    height: 44px;
    border: 2px solid #ECF0F1;
    color: #34495e;
    font-size: 17px;
    padding: 10px 10px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}

#changepassword input:hover, #login input:focus {
    border: 2px solid #f1c40f;
}

/*
.user {
    position: relative;
}

.user label{
    background: url(../images/user.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.pass {
    position: relative;
}

.pass label{
    background: url(../images/pass.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}
*/

#changepassword .btnlog {
    display: block;
    text-transform: uppercase;
    background-color: #34495E;
    width: 303px;
    height: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #f1c40f;
    border: none;
    margin-bottom: 20px;
}

#changepassword .btnlog:hover {
    color: #34495e !important;
    background-color: #f1c40f !important;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    font-weight: 700 !important;
}

#changepassword a.loginbtn {
    font-size: 12px;
    color: #7f8c8d;
    text-decoration: none;
    float: left;
    width: 150px;
}

#changepassword a:hover.loginbtn {
    color: #7f8c8d;
    text-decoration: underline;
}

/* SEARCH RESULTS */

.searchresultsarea {
    margin-top: 30px;
    margin-bottom: 50px;
}

.searchresults ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.searchresults li {
    display: inline;
}

.searchresults label {
    font-weight: 700;
    padding-left: 5px;
}

.searchresults #resultsmarca, .searchresults #resultsmodelo {
    padding-right: 5px;
    border-right: 1px solid #2c3e50;
    font-weight: 700;
    text-transform: uppercase;
}

.searchresults #resultsano {
    font-weight: 700;
    text-transform: uppercase;
}

.searchresults a {
    text-decoration: none;
    color: #34495e;
}

.searchresults a:hover {
    text-decoration: underline;
    color: #34495e;
}

/* FILTRAR PESQUISA*/





.bannerlateral {
    display: block;
    width: 140px;
    height: 400px;
    margin-bottom: 30px;
}

.bannerlateral a {
    border: 0;
}

/* LISTAGEM JANTES */

#listjantes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#listjantes ul li {
    display: inline-block;
}

#listjantes ul li .ladoesq {
    display: block;
    float: left;
    width: 263px;
}

#listjantes ul li .ladodir {
    display: block;
    float: left;
    width: 584px;
    margin: 0;
    height: auto;
}

#listjantes ul li.itemjante img {
    max-width: 237px;
    max-height: 237px;
    vertical-align: middle;
    /*border: solid 2px #cccccc;
    padding: 10px;*/
}

#listjantes ul li a.itemjante .dados {
    display: block;
    background-color: #f1c40f;
    padding-top: 2px;
    vertical-align: top;
    font-weight: 700;
    width: 160px;
    height: 25px;
}

#listjantes ul li a.itemjante .dados p {
    text-transform: uppercase;
    font-size: 16px;
    color: #34495e !important;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

#listjantes ul li .hovermais {
    position: absolute;
    margin-top: 0px;
    margin-left: 30px;
    -webkit-transition: scale (1.1);
    -moz-transition: scale (1.1);
    -o-transition: scale (1.1);
    -ms-transition: scale (1.1);
    transition: all 0.2s ease-in-out 0.0s;
    background-color: #34495e;
    color: #f1c40f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 18px;
    opacity: 0;
}

#listjantes ul li a:hover .hovermais {
    position: absolute;
    margin-top: 60px;
    display: block;
    margin-left: 30px;
    background-color: #34495e;
    color: #f1c40f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 18px;
    opacity: 1;
}


/* LISTAGEM */

.titlepage ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.titlepage li {
    display: inline;
    border-right: 1px solid #2c3e50;
    padding: 0 5px 0 3px;
}

.titlepage li:first-child {
    padding: 0 5px 0 0;
}

.titlepage li:last-child {
    border-right: 0;
}

.titlepage a {
    color: #2c3e50;
    text-decoration: none;
}

.titlepage a:hover {
    color: #2c3e50;
    text-decoration: underline;
}

.listssarea {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 20px 0;
}

.prodjantesprice {
    width: 100%;
    text-align: right;
    float: left;
    font-size: 26px;
    font-weight: 700;
}

.prodjantesareabtn {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

a.btncomprar {
    display: block;
    float: right;
    width: 150px;
    height: 25px;
    padding: 2px 6px;
    text-align: center;
    color: #f1c40f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: #34495E;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    text-decoration: none;
}

a:hover.btncomprar {
    color: #34495E;
    background-color: #f1c40f;
    text-decoration: none;
}

a.file {
    display: block;
    float: left;
    height: 25px;
    padding: 6px;
    padding-left: 32px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    background: url(../images/file.png) no-repeat top left #34495E;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    text-decoration: none;
}

a:hover.file {
    color: #fff;
    text-decoration: none;
    background: url(../images/file_hover.png) no-repeat top left #d40504;;
}

a.prodvoltar {
    float: right;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    color: #34495E;
}

a:hover.prodvoltar {
    text-decoration: underline;
    color: #34495E;
}

.facebook_share .uiIconText {
    color: #fff !important;
}

.minicart-container {
    width: 900px;
    margin: 30px auto 0;
    padding: 20px;
    background-color: #fff;
}

.minicart-container h3 {
    font-size: 18px !important;
    color: #2c3e50 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 0 !important;
    padding-bottom: 15px;
    font-family: 'Oxygen', sans-serif;
}

.minicart-container .table {
    border-color: #d9e0e2;
}

.minicart-container .table > thead > tr > th,
.minicart-container .table > tbody > tr > th,
.minicart-container .table > tfoot > tr > th,
.minicart-container .table > thead > tr > td,
.minicart-container .table > tbody > tr > td,
.minicart-container .table > tfoot > tr > td {
    border-top: 1px solid #d9e0e2;
    font-family: 'Oxygen', sans-serif;
    color: #2c3e50;
}

.minicart-container .table-striped > tbody > tr:nth-child(odd) > td,
.minicart-container .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.minicart-container .minicart-line {
    border-bottom: 1px solid #2c3e50;
}

.minicart-container a {
    color: #4AC914;
    text-align: center;
}

.minicart-container a:hover {
    color: #377C19;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.minicart-container a.fechar {
    color: #c0c0c0;
    text-align: center;
}

.minicart-container a:hover.fechar {
    color: #303030;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#listjantes .table {
    border-top: 1px solid #d9e0e2;
    font-family: 'Oxygen', sans-serif;
    color: #2c3e50;
}

#listjantes .table a {
    color: #4AC914;
    text-align: center;
}

#listjantes .table a:hover {
    color: #377C19;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#listjantes .table .glyphicon-shopping-cart {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.cart-tabela {
    margin-top: 30px;
    min-height: 800px;
}

.cart-tabela .table {
    border-top: 1px solid #d9e0e2;
    font-family: 'Oxygen', sans-serif;
    color: #2c3e50;
}

.btngeral, a.btngeral {
    padding: 5px 10px;
    background: none repeat scroll 0 0 #34495e !important;
    color: #f1c40f !important;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
}

.btngeral:hover, a:hover.btngeral {
    background-color: #f1c40f !important;
    color: #34495e !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow: 0px 0px 0px #000000;
}

.bg-error {
    background-color: rgb(255, 0, 0);
}

.outer {
    display: table;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    border-radius: 0.25em;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

.hide-form {
    display: none;
}

.grayed-text {
    color: gray;
}

.btn-criar-password {
    background-color: #2C3E4F;
}

.btn-criar-password:hover {
    background-color: white;
}

.btn-criar-password a {
    color: #F1C40F;
}

.btn-criar-password a:hover {
    color: white;
    text-decoration: none;
}

.hdr-rt.searcharea{
    width: 187px;
    background : url(../images/fundopesquisa.png) no-repeat top right #f1b70f;

}

.hdr-rt #prdSearcher{
    display: inline-block;
    height: 100%;
    width: 100%;
}

.hdr-rt #prdSearcher div{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.hdr-rt #prdSearcher div h3 {
    margin-bottom : 10px!important;
}

.hdr-rt #prdSearcher div #searchprdcat{

}

.hdr-rt #prdSearcher div #goPrdSearch{
    margin : 0;
    max-height: initial;
    border : none!important;
}


.hdr-rt .searchjantes{
    height: 33px!important;
    width: 439px!important;
    margin-right: -2px;
}

.hdr-rt .btndomingos.navbar-right{
    height: 33px!important;
    width: 33px!important;
    left:initial!important;
    top : initial!important;
    height: 33px!important;
    border : none!important;
}

#goPrdSearch {
    border: 1px solid #fff !important;
    left: -7px;
    max-height: 27px;
    padding: 3px;
    position: relative;
    top: -4px;
}

#searchprdcat {
    width: 175px;
}

/* B2B */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

.hover-lupa{
    display: block;
    width: 100px;
    height: 110px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.hover-lupa i{
    position: absolute;
    margin-top:0;
    margin-left: 18px;
    text-align: center;
    opacity:0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    padding:8px;
    background-color: #34495e;
    color: #f1c40f;
    font-size: 18px;
}

.hover-lupa img{
    text-align: center;
}

.hover-lupa:hover i{
    opacity: 1;
    margin-top: 40px;
     margin-left: 18px;
}

.titulodashboard{
    padding: 10px;
    border-top: 2px solid #d40504;
    color: #d40504;
    font-weight: 700;
    font-size: 18px;
    background-color: white;
}

.table-striped > tbody > tr.linhaficheiro:nth-child(odd) > td,
.table-striped > tbody > tr.linhaficheiro:nth-child(odd) > th,
.table-striped > tbody > tr.linhaficheiro:nth-child(even) > td,
.table-striped > tbody > tr.linhaficheiro:nth-child(even) > th{
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 132, 170, 0.05)), to(rgba(94, 132, 170, 0.3)));
    background: -webkit-linear-gradient(top, rgba(94, 132, 170, 0.05), rgba(94, 132, 170, 0.3));
    background: -moz-linear-gradient(top, rgba(94, 132, 170, 0.05), rgba(94, 132, 170, 0.3));
    background: -o-linear-gradient(top, rgba(94, 132, 170, 0.05), rgba(94, 132, 170, 0.3));
    background: -ms-linear-gradient(top, rgba(94, 132, 170, 0.05), rgba(94, 132, 170, 0.3));
    background: linear-gradient(top, rgba(94, 132, 170, 0.05), rgba(94, 132, 170, 0.3));
    background-color: rgba(94, 132, 170, 0.05);
}

.linhavazia{
    border-left-color: #f5f5f5 !important;
    border-right-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}

.linhaoutrosprodutos th{
    background-color: rgba(170, 129, 60, 0.2);
}

.tdjante{
    background-color: rgba(111, 141, 170, 0.5) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.tdprodutos{
    background-color: rgba(170, 129, 60, 0.4) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.linhajantes th{
    background-color: rgba(111, 141, 170, 0.25) !important;
}

.table-striped > tbody > tr.linhaproduto:nth-child(odd) > td,
.table-striped > tbody > tr.linhaproduto:nth-child(odd) > th,
.table-striped > tbody > tr.linhaproduto:nth-child(even) > td,
.table-striped > tbody > tr.linhaproduto:nth-child(even) > th{
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 196, 15, 0.1)), to(rgba(241, 196, 15, 0.4)));
    background: -webkit-linear-gradient(top, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.4));
    background: -moz-linear-gradient(top, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.4));
    background: -o-linear-gradient(top, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.4));
    background: -ms-linear-gradient(top, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.4));
    background: linear-gradient(top, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.4));
    background-color: rgba(241, 196, 15, 0.1);
    margin-bottom: 20px;
}

.btn-verdetalhes{
    display: block;
    background-color: #34495e;
    color: #f1c40f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 15px;
    border: none;
    text-decoration: none;
    min-width: 118px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.btn-verdetalhes:hover{
    background-color: #f1c40f;
    color: #34495e;
    text-decoration: none;
}

.btn-tutorial{
    display: block;
    background-color: rgba(212, 5, 4, 0.1);
    color:#d40504;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px 15px;
    font-weight: 700;
    margin-top: 26px;
}

.btn-tutorial i{
    margin-right: 5px;
}

.btn-tutorial:hover{
    background-color: rgba(212, 5, 4, 1);
    color: #fff;
    text-decoration: none;
}