﻿/*http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

div.clear {
    clear: both;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, div, textarea, select, body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

    a label {
        cursor: pointer;
    }

textarea {
    resize: none;
    font-family: 'Segoe UI';
    font-size: 10pt;
}

.calc1 {
    /* Firefox */
    width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
    /* Standard */
    width: calc(100% - 60px);
}

strong {
    font-weight: bold;
}

.ui-tooltip-content{
    font-size:8pt;
    color:gray;
}
/* ============================================================================================*/
/* ----------------------------------------- DEFAULTS -----------------------------------------*/
/* ============================================================================================*/

body {
    font-family: 'Segoe UI', Verdana, sans-serif;
    font-size: 12pt; /*padding: 20px;*/
    font-weight: 300;
    padding: 0;
    margin: 0;
}

input[type='text'], input[type='password'], textarea, select {
    display: block;
    position: relative;
    border: 1px solid lightgray;
    width: 220px;
    height: 24px;
    margin: 2px 0px 4px 0px;
    padding: 2px 4px;
}

#bodyContainer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 600px;
}

#processingscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../Images/dark_transp_background.png');
    background-repeat: repeat;
    z-index: 10000;
    display: block;
    display: none;
}

/*#contentTypePicker, #subContentTypePicker {
    position: fixed;
    width: 350px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 175px);
    background-color: #FFF;
    z-index: 10001;
    display: block;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
    text-align: center;
}

#contentTypePicker {
    height: 200px;
    top: calc(50% - 100px);
}*/

.inputRedBorder {
    border: 1px solid Red !important;
}

/* ============================================================================================*/
/* ------------------------------------------ TEXTOS ------------------------------------------*/
/* ============================================================================================*/

h1, h2, h3, h4, h5, h6, h7 {
    display: block;
}

h1 {
    font-size: 28pt;
    color: gray;
}

h2 {
    font-size: 20pt;
    color: lightgray;
    margin: 0px 0px 6px 0px;
}

h3 {
    font-size: 24pt;
    color: #000;
}

h4, h5, h6, h7 {
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: #000;
    margin: 2px 0px;
}

h5 {
    font-size: 9pt;
    font-weight: bold;
}

h6 {
    font-size: 14pt;
    color: #f15a24;
}

h7 {
    font-size: 12pt;
    font-weight: 500;
}


mainoptions {
    font-family: 'Segoe UI';
    font-size: 16pt;
    color: #000;
    margin: 2px 0px;
}

.error {
    display: block;
    position: relative;
    font-size: 9pt;
    color: red;
    margin: 2px 0;
}

clean {
    clear: both;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.margintop10 {
    margin-top: 10px;
}

.button {
    display: inline-block;
    width: 100px;
    height: 25px;
    color: #fff;
    background-color: #f15a24;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    cursor: pointer;
}

    .button a {
        color: #fff;
    }


/* ============================================================================================*/
/* ------------------------------------------- LOGIN ------------------------------------------*/
/* ============================================================================================*/

.loginTitle {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.loginBody {
    position: relative;
    display: block;
    width: auto;
    height: 200px;
    text-align: center;
}

    .loginBody > img, .loginBody > div {
        display: inline-block;
        position: relative;
    }

    .loginBody > div {
        text-align: left;
        margin-left: 10px;
        max-width: 220px;
    }

    .loginBody > img {
        margin-top: 5px;
    }

    .loginBody .loginCheckbox {
        display: block;
        font-size: 9pt;
        font-weight: bold;
        line-height: 12pt;
    }

    .loginBody .loginButton {
        display: block;
        border: 0px solid transparent;
        background-color: red;
        color: white;
        width: 80px;
        height: 24px;
        cursor: pointer;
        margin-bottom: 5px;
        margin-left: 140px;
    }


/* ============================================================================================*/
/* ------------------------------------------ HEADER -----------------------------------------*/
/* ============================================================================================*/

.header {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: lightgray;
    min-width: 1000px;
}

    .header .hdContainer {
        width: 90%;
        margin: auto;
    }

    .header .title {
        font-family: 'Segoe UI';
        font-size: 16pt;
        color: #f15a24;
        line-height: 40px;
    }

    .header .options {
        float: right;
        font-family: 'Segoe UI';
        font-size: 12pt;
        color: #000;
        line-height: 40px;
        margin-left: 20px;
    }

        .header .options img, .header .options input[type='image'] {
            margin-top: 5px;
        }


/* ============================================================================================*/
/* ------------------------------------------ MAIN  ------------------------------------------*/
/* ============================================================================================*/
.main {
    position: absolute;
    top: 60px;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    min-width: 1000px;
}

    .main .mnContainer {
        width: 90%;
        margin: auto;
        font-family: 'Segoe UI';
        font-size: 12pt;
        color: #666;
    }

        .main .mnContainer .div {
            display: inline-block;
        }

            .main .mnContainer .div:first-of-type {
                width: 40px;
                height: 100%;
            }

        .main .mnContainer .divbtn {
            float: right;
            height: 40px;
            line-height: 40px;
            margin-right: 10px;
        }

            .main .mnContainer .divbtn img {
                width: 26px;
                vertical-align: middle;
                margin-top: -3px;
            }

            .main .mnContainer .divbtn img, .main .mnContainer .divbtn label {
                display: inline-block;
            }

        .main .mnContainer .div label {
            display: block;
            max-width: 700px;
            margin-top: 10px;
            margin-bottom: 20px;
        }


        .main .mnContainer .options {
            width: auto;
            margin: auto;
            float: left;
            margin-top: 30px;
            height: 120px;
            margin-right: 25px;
        }

            .main .mnContainer .options:last-child {
                margin-right: 0px;
            }

        .main .mnContainer .div .btn {
            margin: auto;
            float: right;
            margin-top: 30px;
        }

        .main .mnContainer .options div {
            display: inline-block;
        }

            .main .mnContainer .options div img {
                line-height: 150px;
                vertical-align: top;
            }

            .main .mnContainer .options div label {
                display: block;
                margin-left: 10px;
                margin-top: 10px;
                width: 250px;
                font-size: 12pt;
                cursor: pointer;
            }

                .main .mnContainer .options div label:first-of-type {
                    font-size: 16pt;
                    color: #000;
                    margin-top: 0px;
                }

        .main .mnContainer .divContent {
            display: block;
            width: 100%;
            border-top: 4px solid #f15a24;
        }

            .main .mnContainer .divContent .gridHeader {
                width: 100%;
                background-color: lightgray;
                color: #000;
                font-size: 8pt;
                font-weight: 600;
                height: 20px;
                line-height: 20px;
            }

                .main .mnContainer .divContent .gridHeader div {
                    display: inline-block;
                }

            .main .mnContainer .divContent .gridRows {
                width: 100%;
                background-color: #fff;
                color: #000;
                font-size: 12pt;
            }

                .main .mnContainer .divContent .gridRows .gridRow {
                    width: 100%;
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    border-bottom: 1px solid #000;
                }

                    .main .mnContainer .divContent .gridRows .gridRow div {
                        display: inline-block;
                        margin-left: 2px;
                        line-height: 40px;
                        height: 40px;
                    }

                        .main .mnContainer .divContent .gridRows .gridRow div:last-of-type {
                            text-align: center;
                        }

                        .main .mnContainer .divContent .gridRows .gridRow div img {
                            margin-right: 10px;
                            width: 20px;
                            margin-top: 10px;
                        }

            .main .mnContainer .divContent .button {
                width: 100px;
                height: 25px;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                line-height: 25px;
                float: right;
                margin-bottom: 10px;
                margin-left: 10px;
                font-size: 12pt;
                cursor: pointer;
            }

.divContentFullBorder {
    border: 2px solid lightgray;
    padding: 10px;
}

.cancel {
    background-color: #c1272d;
}

.save {
    background-color: #f15a24;
}

.edit {
    background-color: #277BB2;
}


.formlabel {
    margin-top: 10px;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 9pt;
}

.formlabelforCheck {
    margin-top: 10px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 9pt;
}

.inputText {
    color: #000;
    display: block;
}

input {
    margin-bottom: 5px;
}
/* ============================================================================================*/
/* ------------------------------------------ FOOTER ------------------------------------------*/
/* ============================================================================================*/

.footer {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 170px;
    background-color: lightgray;
    min-width: 1000px;
}

    .footer .ftContainer {
        width: 90%;
        margin: auto;
    }

    .footer .ftContainerColumn {
        display: inline-block;
        width: 33%;
        margin-top: 20px;
    }

        .footer .ftContainerColumn:first-of-type {
            /* Firefox */
            width: -moz-calc(33% + 100px);
            /* WebKit */
            width: -webkit-calc(33% + 100px);
            /* Opera */
            width: -o-calc(33% + 100px);
            /* Standard */
            width: calc(33% + 100px);
        }

        .footer .ftContainerColumn:last-of-type {
            /* Firefox */
            width: -moz-calc(33% - 100px);
            /* WebKit */
            width: -webkit-calc(33% - 100px);
            /* Opera */
            width: -o-calc(33% - 100px);
            /* Standard */
            width: calc(33% - 100px);
        }

        .footer .ftContainerColumn .title {
            font-family: 'Segoe UI';
            font-size: 20pt;
            color: #000;
            display: block;
            margin-bottom: 20px;
        }

        .footer .ftContainerColumn .content {
            font-family: 'Segoe UI';
            font-size: 10pt;
            color: #f15a24;
            display: block;
            margin-bottom: 5px;
        }

        .footer .ftContainerColumn .contentHL {
            font-family: 'Segoe UI';
            font-size: 10pt;
            font-weight: 700;
            color: #000;
            display: block;
            margin-bottom: 5px;
        }

.copyright {
    position: fixed;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: lightgray;
}

    .copyright .crContainer {
        float: right;
        margin-right: 10px;
        font-family: 'Segoe UI';
        font-size: 8pt;
    }

        .copyright .crContainer .content {
            line-height: 18px;
        }

/* ============================================================================================*/
/* ------------------------------------------ TOOLBAR BUTTONS --------------------------------*/
/* ============================================================================================*/
div.jHtmlArea .ToolBar ul li a.toolbalbtnBR {
    background: url(../images/br.png) no-repeat;
    background-position: 0 0;
}


.sliderImgBlock {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 220px;
    background-color: lightcyan;
    border: 1px solid lightgray;
    margin-top: 10px;
    margin-right: 15px;
    padding: 5px;
}

    .sliderImgBlock .imgPreview, .specialtyImgBlock .imgPreview {
        display: block;
        width: 100%;
        height: 110px;
        background-color: #FFF;
    }

    .sliderImgBlock .sizeSquare {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 20px;
        margin-top: 4px;
        margin-right: 5px;
        text-align: center;
        border: 1px solid gray;
        cursor: pointer;
    }

    .sliderImgBlock .sizeSquareHasImage {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 20px;
        margin-top: 4px;
        margin-right: 5px;
        text-align: center;
        border: 1px solid #F7B519;
        background-color: #F0B51D;
        cursor: pointer;
    }

.specialtyImgBlock {
    display: inline-block;
    position: relative;
    width: 160px;
    max-height: 130px;
    background-color: lightcyan;
    border: 1px solid lightgray;
    margin-top: 10px;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
}

    .specialtyImgBlock .imgPreview {
        cursor: pointer;
    }

    .specialtyImgBlock.selectedSpec, .galeryImgBlock.selectedImg {
        -webkit-box-shadow: 0px 0px 10px 2px rgba(50,50,50,1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(50,50,50,1);
        box-shadow: 0px 0px 10px 2px rgba(50,50,50,1);
    }

.galeryImgBlock {
    display: inline-block;
    position: relative;
    width: 160px;
    max-height: 130px;
    background-color: lightcyan;
    border: 1px solid lightgray;
    margin: 10px 10px;
    padding: 5px;
    cursor: pointer;
}

    .galeryImgBlock .imgPreview {
        width: 150px;
        max-height: 120px;
    }

/* ============================================================================================*/
/* ------------------------------------------ CLIENTS PICKER --------------------------------*/
/* ============================================================================================*/
.clientBox {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid lightgray;
    padding: 6px;
    width: 320px;
    cursor: pointer;
}

    .clientBox:hover {
        box-shadow: 3px 3px 3px #888888;
        border: 1px solid gray;
    }

        .clientBox:hover .clientLogo {
            opacity: 1;
        }

    .clientBox .clientLogo {
        display: inline-block;
        width: 80px;
        height: 80px;
        opacity: .7;
    }

    .clientBox .clientInfo {
        display: inline-block;
        margin-left: 10px;
        width: calc(100% - 90px);
    }

        .clientBox .clientInfo .clientName {
            display: block;
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .clientBox .clientInfo .clientDescription {
            display: block;
            font-size: .8em;
            color: grey;
            margin-bottom: 10px;
        }

        .clientBox .clientInfo .clientSite, .clientBox .clientInfo .clientSite:hover, .clientBox .clientInfo .clientSite:active {
            display: block;
            font-size: .9em;
            color: grey;
            text-decoration: underline;
        }

/* ============================================================================================*/
/* ------------------------------------------ IMAGES PREVIEW --------------------------------*/
/* ============================================================================================*/

#preview {
    position: absolute;
    display: none;
    z-index: 1000;
    min-width: 150px;
    min-height: 60px;
    background-color: #FFF;
    border: 1px solid lightgray;
    padding: 4px;
}

    #preview img {
        display: block;
        position: relative;
        max-width: 500px;
        max-height: 400px;
        margin: auto;
        border: 1px dashed lightgray;
    }

    #preview .previewInfoContainer {
        position: absolute;
        left: 4px;
        bottom: 4px;
        right: 4px;
        padding: 6px 3px;
        width: calc(100% - 8px);
        background: url('../Images/Transapent_dark.png') repeat;
    }

        #preview .previewInfoContainer span {
            display: inline-block;
            margin-right: 6px;
            color: #FFF;
            font-size: .9em;
            font-weight: 600;
            line-height: 1em;
        }

/* ============================================================================================*/
/* ------------------------------------------ EDIÇÃO CLIENTES --------------------------------*/
/* ============================================================================================*/
.popupContainer {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    background-image: url('../Images/dark_transp_background.png');
    background-repeat: repeat;
    z-index: 9998;
    display: block;
    display: none;
}

    .popupContainer .imgClosePopup {
        position: absolute;
        right: -15px;
        top: -15px;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .popupContainer p {
        font-family: 'Segoe UI', Tahoma;
        margin-top: 6px;
        margin-bottom: 4px;
        color: #666;
        font-weight: 600;
    }

    .popupContainer input, .popupContainer textarea, .popupContainer select {
        display: block;
        width: 100%;
        color: #888;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px 3px 3px 3px;
    }

        .popupContainer input:focus, .popupContainer textarea:focus {
            border-color: #888;
        }

        .popupContainer input[type='checkbox'] {
            /* All browsers except webkit*/
            transform: scale(1.4);
            /* Webkit browsers*/
            -webkit-transform: scale(1.4);
        }

    .popupContainer .formEditClient {
        position: absolute;
        display: block;
        display: none;
        margin-top: 20px;
        margin-left: calc(50% - 250px);
        margin-bottom: 40px;
        background-color: #FFF;
        width: 500px;
        height: auto;
        opacity: 0;
        -moz-box-shadow: 0px 0px 30px #444;
        -webkit-box-shadow: 0px 0px 30px #444;
        box-shadow: 0px 0px 30px #444;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px 6px 6px 6px;
        z-index: 9999;
        padding: 15px;
    }

        .popupContainer .formEditClient .clientPopHeader {
            position: absolute;
            top: -45px;
            left: 12px;
            font-size: 30pt;
            font-weight: 700;
            color: #999;
            text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        }

        .popupContainer .formEditClient .logoArea {
            display: block;
            width: 100%;
            height: 90px;
            border: 1px dashed lightgray;
            text-align: center;
            align-content: center;
            cursor: pointer;
            white-space: nowrap;
        }

            .popupContainer .formEditClient .logoArea .logoHelper {
                display: inline-block;
                height: 100%;
                width: 0px;
                vertical-align: middle;
            }

            .popupContainer .formEditClient .logoArea img {
                vertical-align: middle;
                max-height: 100%;
                max-width: 100%;
            }


    .popupContainer .tabulatorContainer {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid darkgray;
        text-align: center;
    }

        .popupContainer .tabulatorContainer a {
            display: inline-block;
            padding: 0px 12px 12px 12px;
            margin-right: 10px;
        }

            .popupContainer .tabulatorContainer a:last-child {
                margin-right: 0px;
            }

            .popupContainer .tabulatorContainer a:hover {
                border-bottom: 4px solid lightgray;
                padding: 0px 12px 8px 12px;
            }

            .popupContainer .tabulatorContainer a.selectedTab,
            .popupContainer .tabulatorContainer a.selectedTab:hover {
                border-bottom: 4px solid darkgray;
                padding: 0px 12px 8px 12px;
            }

    .popupContainer .optionContainer {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        display: block;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .popupContainer .activeContainer {
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        opacity: 1;
        height: auto;
    }

    .popupContainer .inputWithError {
        border: 1px solid red;
    }

.options input[type='checkbox'] {
    /* All browsers except webkit*/
    transform: scale(1.8);
    /* Webkit browsers*/
    -webkit-transform: scale(1.8);
}




.ckbLanguage {
    cursor: pointer;
    opacity: .5;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: transparent;
}

.ckbLanguageSelected {
    opacity: 1;
}

.ckbLanguageDefault {
    border-color: red;
}


.dtf_MaterField {
    clear: both;
}

.dtf_LanguageButton {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0 !important;
    right: 0 !important;
    width: 26px !important;
    height: 21px !important;
    text-align: right;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    z-index: 998;
}

    .dtf_LanguageButton.dtf_AllTranslationsInserted {
        background: #7fe665;
        background: -moz-linear-gradient(top, #7fe665 0%, #fcdfb3 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fe665), color-stop(100%, #fcdfb3));
        background: -webkit-linear-gradient(top, #7fe665 0%, #fcdfb3 100%);
        background: -o-linear-gradient(top, #7fe665 0%, #fcdfb3 100%);
        background: -ms-linear-gradient(top, #7fe665 0%, #fcdfb3 100%);
        background: linear-gradient(to bottom, #7fe665 0%, #fcdfb3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fe665', endColorstr='#fcdfb3', GradientType=0 );
    }

    .dtf_LanguageButton.dtf_MissingTranslations {
        background: #a61900;
        background: -moz-linear-gradient(top, #a61900 0%, #f04633 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #a61900), color-stop(100%, #f04633));
        background: -webkit-linear-gradient(top, #a61900 0%, #f04633 100%);
        background: -o-linear-gradient(top, #a61900 0%, #f04633 100%);
        background: -ms-linear-gradient(top, #a61900 0%, #f04633 100%);
        background: linear-gradient(to bottom, #a61900 0%, #f04633 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61900', endColorstr='#f04633', GradientType=0 );
    }

    .dtf_LanguageButton.dtf_SomeTranslationsInserted {
        background: #a61900;
        background: -moz-linear-gradient(top, #3251FF 0%, #667FFF 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #3251FF), color-stop(100%, #667FFF));
        background: -webkit-linear-gradient(top, #3251FF 0%, #667FFF 100%);
        background: -o-linear-gradient(top, #3251FF 0%, #667FFF 100%);
        background: -ms-linear-gradient(top, #3251FF 0%, #667FFF 100%);
        background: linear-gradient(to bottom, #3251FF 0%, #667FFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3251FF', endColorstr='#667FFF', GradientType=0 );
    }

    .dtf_LanguageButton > img {
        position: absolute;
        display: inline-block;
        width: 17px !important;
        height: auto !important;
        top: 1px !important;
        right: 3px !important;
        margin: 0 !important;
    }

.dtf_LanguageCombo {
    position: absolute;
    display: block;
    width: auto !important;
    height: auto !important;
    z-index: 999;
    background-color: #F0D6FF;
    border: 1px solid lightgray;
    text-align: left;
    white-space: nowrap;
}

    .dtf_LanguageCombo .dtf_LanguageItem {
        display: block;
        width: 100% !important;
        height: auto !important;
        text-align: center;
        cursor: pointer;
        font-size: 10pt;
        font-weight: normal;
    }

        .dtf_LanguageCombo .dtf_LanguageItem > span {
            display: inline-block;
            width: 45px !important;
            padding: 6px !important;
            line-height: 18px !important;
        }

        .dtf_LanguageCombo .dtf_LanguageItem > img {
            display: inline-block;
            width: 18px !important;
            height: auto !important;
            vertical-align: middle;
            padding: 6px !important;
            padding-left: 0px !important;
        }

        .dtf_LanguageCombo .dtf_LanguageItem:hover {
            background-color: #ACFF91;
            font-weight: 600;
        }

        .dtf_LanguageCombo .dtf_LanguageItem.lang_selected {
            background-color: #ACFF91;
            font-weight: bold;
        }
