﻿/* MODAL POPUPS       
----------------------------------------------------------*/


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.popUpStyle {
    background-color: #ffffff;
    padding: 1px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 100%;
}

.drag {
    /* background-color: #dddddd;*/
    background-color: #E4F0DA;
    cursor: move;
    border: solid 1px gray;
}

.lowercase {
    text-transform: lowercase;
}




/* DEFAULTS       
----------------------------------------------------------*/
body {
    background: #b6b7bc;
    font-size: 9pt;
    /*font-family:'Arial Unicode MS';*/
    font-family: Arial!important;
    margin: 0px;
    padding: 0px;
    color: #696969;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

a:link, a:visited {
    color: #034af3;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 39px;
    width: 43px;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.lowercase {
    text-transform: lowercase;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.MultiLineTextBox {
    overflow: auto;
    resize: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    background-color: #fff;
    margin: 4px 4px 4px 4px;
    border: 1px solid #496077;
    height: auto;
}

.page_simple {
    width: auto;
    background-color: #fff;
    margin: 60px 60px 60px 60px;
    border: 1px solid #496077;
    height: auto;
    /*
    width: 90%;
   
    background-color: #fff;
   
    margin-left: auto;
    margin-right: auto;
   */
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ccc;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 70px;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
        text-align: left;
    }

.main {
    border: 0px;
    padding: 5px 5px;
    margin: 5px 5px 5px 5px;
    min-height: 420px;
    width: auto;
    height: auto;
}

.main_simple {
    padding: 0px 12px;
    margin: 14px 8px 8px 8px;
    min-height: 420px;
    text-align: center;
}

.leftCol {
    padding: 6px 0px;
    margin: 14px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 8px 8px 8px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #666666;
    width: 100%;
    height: 30px;
}
/***************************************MENU SITE.MASTER*************************************/
.menu {
    padding: 4px 0px 4px 8px;
    font-size: 9pt;
}

    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        white-space: nowrap; /*Apresenta nas célunas o nowrap*/
    }

        .menu ul li a.static, div.menu ul li a.static:visited {
            background-color: #666666;
            color: #FFFFFF;
            display: block;
            line-height: 1.00em;
            padding: 4px 10px;
            text-decoration: none;
            white-space: nowrap;
        }

        .menu ul li a.dynamic, div.menu ul li a.dynamic:visited {
            background-color: #33660D;
            color: #FFFFFF;
            display: block;
            line-height: 1.00em;
            padding: 4px 10px;
            text-decoration: none;
            white-space: nowrap;
        }

    .menu a.static.highlighted, .menu a.static.highlighted:visited {
        background-color: #33660D;
    }

    .menu a.dynamic.highlighted, .menu a.dynamic.highlighted:visited {
        background-color: #B8EB2E;
        color: #000000;
    }


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    /*  font-size: 0.85em;*/
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
        /*display:inline-block;*/
        /*font-size: 0.85em;*/
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 10pt;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
    /*  font-size: 0.85em;*/
}

input {
    /*  font-size: 0.85em;*/
    text-align: left;
}

    input.rtl {
        direction: rtl;
        text-align: right;
    }



    input.passwordEntry {
        width: 320px;
        border: 1px solid #ccc;
        /*   font-size: 0.85em;*/
    }

.tad {
    text-align: right;
    float: right;
}

.tac {
    text-align: center;
    float: initial;
    align-items: center;
    align-self: center;
}

.tae {
    text-align: left;
    float: left;
}





textarea {
    font-size: 11px;
}

select {
    font-size: 1em;
    width: 87px;
    margin-left: 0px;
}

div.accountInfo {
    width: 38%;
}

div.Table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 2px 0px 1px;
    padding: 0px;
    box-shadow: 10px 10px 5px #888888;
    border: 2px solid #000000;
    font-size: 9pt;
}

/* MISC  
----------------------------------------------------------*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 10px 0px 10px 25px;
}

.info {
    display: block;
    float: left;
    text-align: center;
    width: auto;
    padding: 10px 0px 0px 150px;
}

.loginDisplay {
    /*font-size: 0.85em;*/
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 0.85em;
    color: Red;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/*************************FORMATACAO DOS BOTOES!!!!**************************/
/*input[type="button"], input[type="submit"] { 
    background-color: #e0e0e0; 
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff;
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:20px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
    input[type="button"], input[type="submit"]:hover{
        background-color: #e0e0e0; 
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff;
	    background-color:#dfdfdf;
    }
    input[type="button"], input[type="submit"]:active {
        position: relative;
        top: 1px;
    }*/

.Background {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

/*************************FORMATACAO DAS TABELAS!!!!**************************/





table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 2px 0px 1px;
    padding: 0px;
    box-shadow: 10px 10px 5px #888888;
    border: 2px solid #000000;
    font-size: 9pt;
}


    table table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0px;
        padding: 0px;
        box-shadow: none;
        border: 0px;
        /*font-size: 0.85em;*/
    }

    /***HEADER DO DETAILSVIEW***/

    table .DvHeader {
        /*background-color:#006BB2;*/
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        /*background-color:#70B500;*/
        /*background-color:#56aaff;*/
        background-color: #E4F0DA;
        text-align: left;
        /*font-size: 0.85em;*/
        font-family: Arial;
        font-weight: 100;
        font-weight: bold;
        color: #000000;
    }


    table caption {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        font-weight: bold;
        color: White;
        /*font-size: 0.85em;*/
        padding: 1px;
        background-color: #335C33;
        /*background-color: #3D5266;*/
        border: 2px solid #000000;
        border-bottom-width: 0;
    }


    table tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    table tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    table tr:first-child th {
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        /*background-color: #56aaff;*/
        /*background-color: #70B500;*/
        background-color: #E4F0DA;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        /*font-size: 0.85em;*/
        font-family: Arial;
        font-weight: bold;
        /*color:#ffffff;*/
        color: #000000
    }

    table tr:hover td {
        background-color: #FFFF99;
        /*  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff;*/
        color: black;
    }

    /*table tr:nth-child(odd){ background-color:#E0F0FF; }*/
    /*table tr:nth-child(odd){ background-color:#E4F0DA; }*/
    table tr:nth-child(odd) {
        background-color: #F0F5F5;
    }

    table tr:nth-child(even) {
        background-color: #ffffff;
    }




.MateriasPrimas {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px;
    padding: 0px;
    box-shadow: 10px 10px 5px #888888;
    border: 2px solid #000000;
    font-size: 0.85em;
}

    .MateriasPrimas tr:hover td {
        background-color: none;
        background: linear-gradient(transparent 40%, #E0F0FF;
        ) repeat-x scroll 0 0 #ffffff;
        color: black;
    }

    .MateriasPrimas tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .MateriasPrimas tr:nth-child(even) {
        background-color: #ffffff;
    }

    .MateriasPrimas table tr:nth-child(odd) {
        background-color: #E0F0FF;
    }

    .MateriasPrimas table tr:nth-child(even) {
        background-color: #ffffff;
    }


table td {
    border-left: 0px solid #000000;
    border-right: 1px solid #000000;
    border-top: 0px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: middle;
    /*text-align:left;*/
    padding: 2px;
    /*font-size: 0.85em;*/
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    /*white-space: nowrap; Apresenta nas célunas o nowrap*/
}

table table td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 1px 0px 1px 0px;
    /**********************************************************************************************************comentei o text-align:right por causa da tabela IB - Representantes legais*/
    /*text-align:right;*/
    padding: 2px;
    /*font-size: 0.85em;*/
    font-family: Arial;
    font-weight: lighter;
    color: #000000;
}





/*  tabelas sem nada dentro para  para usar como formatação dos controls nas paginas */

table.simples {
}

    table.simples table.simples {
    }



    table.simples tr:last-child td:last-child {
    }

    table.simples tr:last-child td:first-child {
    }

    table.simples tr:first-child th {
    }

    table.simples tr:hover td {
        background-color: #ffffff;
    }

    table.simples tr:nth-child(odd) {
        background-color: #ffffff;
    }

    table.simples tr:nth-child(even) {
        background-color: #ffffff;
    }

    table.simples td {
        border-width: 0px;
    }

    table.simples table.simples td {
    }

/*TABELA PARA LOGOTIPOS*/
table.LogoTipos {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 37%;
    height: 15%;
    box-shadow: 0px 0px 0px #ffffff;
    font-size: xx-small;
    /*margin-left:30%;*/
    align-content: center;
    align-items: center;
}



    table.LogoTipos table.LogoTipos {
    }

    table.LogoTipos tr:last-child td:last-child {
        border: 0px;
    }

    table.LogoTipos tr:last-child td:first-child {
        border: 0px;
    }

    table.LogoTipos tr:first-child th {
        border: 0px;
    }

    table.LogoTipos tr:hover td {
        background-color: #ffffff;
    }

    table.LogoTipos tr:nth-child(odd) {
        background-color: #ffffff;
    }

    table.LogoTipos tr:nth-child(even) {
        background-color: #ffffff;
    }

    table.LogoTipos td {
        border: 0px;
    }

    table.LogoTipos table.LogoTipos td {
    }


.tableAndCellsWithNoBorders {
    border-collapse: collapse;
    box-shadow: none;
    border-spacing: 0;
    border-color: red;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}

/* ***************** Progress BAR  ************************************* */
/* ********************************************************************  */
/* update progress*/
.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.4;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.Background {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}


/* ******************* Fixar HEADER da GRIDVIEW ****************************** */

.HeaderFreez {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

/* ***************************************************************************** */

/* *********************************************************************** */
/*  AJAX TAB PANEL                                                         */
/*
      ***********************************************************************
   http://forums.asp.net/t/1818877.aspx?AJAX+Tab+Control+where+are+the+default+CSS+and+images   
   http://www.c-sharpcorner.com/uploadfile/raghavau/css-style-sheet-for-ajax-tabcontainer-control-in-Asp-Net-2-0/
     
    *************************************************************************   
   */

/*Header*/

.Tab {
    height: 100%;
    width: inherit;
}

    .Tab .ajax__tab_header {
        color: #4682b4;
        /*
    font-family :Calibri;
    font-size: 8px;
    */
        font-size: 0.85em;
        font-family: Arial;
        font-weight: bold;
        /* background-color: #ffffff;*/
        margin-left: 0px;
        border-width: 0px;
    }
    /*Body*/
    .Tab .ajax__tab_body {
        border: 0px solid #b4cbdf; /*Border da tabela de 1 para 0*/
        padding-top: 0px;
        /*font-size: 0.85em;*/
    }
    /*Tab Active*/
    .Tab .ajax__tab_active .ajax__tab_tab {
        color: #ffffff;
        /*  background:url("../../tab_active.gif") repeat-x; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #335C33;
        height: 20px;
        /*font-size: 0.85em;*/
    }

    .Tab .ajax__tab_active .ajax__tab_inner {
        color: #ffffff;
        /*background:url("../../tab_left_active.gif") no-repeat left;*/
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #335C33;
        padding-left: 10px!important;
    }

    .Tab .ajax__tab_active .ajax__tab_outer {
        color: #000000;
        /*background:url("../../tab_right_active.gif") no-repeat right; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #335C33;
        padding-right: 2px!important;
    }
    /*Tab Hover*/
    .Tab .ajax__tab_hover .ajax__tab_tab {
        color: #000000;
        /*  background:url("../../tab_hover.gif") repeat-x;*/
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #B8EB2E;
        height: 20px;
    }

    .Tab .ajax__tab_hover .ajax__tab_inner {
        color: #000000;
        /*   background:url("../../tab_left_hover.gif") no-repeat left; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #B8EB2E;
        padding-left: 10px;
    }

    .Tab .ajax__tab_hover .ajax__tab_outer {
        color: #000000;
        /*   background:url("../../tab_right_hover.gif") no-repeat right; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #B8EB2E;
        padding-right: 6px;
    }
    /*Tab Inactive*/
    .Tab .ajax__tab_tab {
        color: #000000;
        /*  background:url("../../tab_Inactive.gif") repeat-x; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #E4F0DA;
        height: 20px;
        font-size: 8pt;
    }

    .Tab .ajax__tab_inner {
        color: #000000;
        /* background:url("../../tab_left_inactive.gif") no-repeat left;*/
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #E4F0DA;
        padding-left: 10px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .Tab .ajax__tab_outer {
        color: #000000;
        /*   background:url("../../tab_right_inactive.gif") no-repeat right; */
        background-color: #e0e0e0; /* fallback for IE, placed before background: linear-gradient */
        background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.21)) repeat-x scroll 0 0 #ffffff; /*note #ffffff at end shows through transparency in linear gradient */
        background-color: #E4F0DA;
        padding-right: 6px;
        margin-right: 2px;
    }


TabSimples {
    /*Não sei o que isto faz!*/
    background-color: green;
}


td.locked, th.locked {
    position: relative;
    left: expression((this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2)+'px');
}

/*DIVs side by side*/
.float-container {
    /*border: 3px solid green;*/
    /*padding: 10px;*/
}

.float-child {
    width: 49%;
    float: left;
    border-inline-start: 2px solid black;
    padding-inline-start: 10px;
    padding-bottom: 15px;
}

/*DIVs bottom line*/
.div_bottom_line {
    width: 100%;
    float: left;
    border-bottom: 3px solid black;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* MARTELANÇO DO NOVO AJAXTOOLKIT */
.ajax__tab_xp .ajax__tab_header_verticalleft {
    background-image: inherit !important;
    background-position: initial !important;
    background-repeat: initial !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab {
    float: initial !important;
}

.ajax__tab_default .ajax__tab {
    display: initial !important;
    float: initial !important;
    height: 21px !important;
    margin-top: initial !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_inner {
    background-image: inherit !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_inner {
    background-repeat: initial !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_tab {
    background-image: inherit !important;
}
.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_tab {
    background-repeat: inherit !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_tab {
    background-repeat: initial !important;
    margin: unset !important;
    padding: unset !important;
}
.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_inner {
    background-image: inherit !important;
}
.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_tab {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_outer, 
.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_outer {
    height: initial !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-image: unset !important;
}