﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


.buttonPesquisa {
    text-align: center;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    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;
}

/* PORCENTAGEM DIVS   
----------------------------------------------------------*/
.div5 {
    width: 5%;
}

.div10 {
    width: 10%;
}

.div15 {
    width: 15%;
}

.div20 {
    width: 15%;
}

.div20_1 {
    width: 17%;
}


.div25 {
    width: 25%;
}

.div30 {
    width: 30%;
}

.div35 {
    width: 35%;
}

.div40 {
    width: 40%;
}

.div45 {
    width: 45%;
}

.div50 {
    width: 50%;
}

.div55 {
    width: 55%;
}

.div60 {
    width: 60%;
}

.div70 {
    width: 70%;
}

.div80 {
    width: 80%;
}

.div90 {
    width: 90%;
}

.div100 {
    width: 100%;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
    z-index: 99;
}


.barrGradient{
    /*background: -moz-linear-gradient(left, rgba(0,51,127,1) 36%, rgba(12,64,137,1) 42%, rgba(69,126,185,0) 71%, rgba(125,185,232,0) 99%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(0,51,127,1) 36%,rgba(12,64,137,1) 42%,rgba(69,126,185,0) 71%,rgba(125,185,232,0) 99%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(0,51,127,1) 36%,rgba(12,64,137,1) 42%,rgba(69,126,185,0) 71%,rgba(125,185,232,0) 99%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00337f', endColorstr='#007db9e8',GradientType=1 );*/
    background: url('../Images/Application/logoVibeAzul.jpg');
    background-repeat:no-repeat;
}


.header {
    position: fixed;
    margin: 0px;
    padding: 0px;
    /*background: #fff url('../Images/Application/HeaderBg.png');*/
    /*background-repeat: no-repeat;*/

    /*background: -moz-linear-gradient(left, rgba(0,51,127,1) 1%, rgba(52,107,171,1) 42%, rgba(89,147,202,0) 71%, rgba(125,185,232,0) 99%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(0,51,127,1) 1%,rgba(52,107,171,1) 42%,rgba(89,147,202,0) 71%,rgba(125,185,232,0) 99%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(0,51,127,1) 1%,rgba(52,107,171,1) 42%,rgba(89,147,202,0) 71%,rgba(125,185,232,0) 99%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background:#fff;

    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}



    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    padding-top: 100px;
    padding-bottom: 45px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    position: fixed;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background: #F0F0F0;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #F0F0F0;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: none;
    width: 165px;
}

    fieldset p {
        margin: 0px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 150px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 150px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.company {
    display: block;
    float: right;
    text-align: left;
    width: auto;
    vertical-align: middle;
}

.producer {
    display: block;
    float: right;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #000;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }


.failureNotification {
    font-size: 11px;
    color: Red;
}

.failureNotificationBox1 {
    margin: 0px;
    position: absolute;
    left: 100px;
    width: 200px;
    top: 50px;
}

.failureNotificationBox {
    margin: 0px;
    position: absolute;
    left: 300px;
    width: 200px;
    top: 100px;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: left;
    padding-top: 5px;
    padding-right: 0px;
}

/* CUSTOM  
----------------------------------------------------------*/
.session-expired {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.editform-Form {
    padding-bottom: 10px;
}

.editform-Content {
}

.editform-Buttons {
    padding-top: 10px;
    text-align: right;
}


/* LOGIN  
----------------------------------------------------------*/

.Login {
    width: 2600px;
    margin: 0 auto;
    position: fixed;
    background: url('../Images/Application/BgLogin.png') repeat-y center fixed;
    height: 100%;
    top: 0px;
    left: 0px;
}

.LogErro {
    position: fixed;
    width: 700px;
    left: 50%;
    margin-left: -350px;
}

.DescErro {
    font-size: 1.3em;
    background: #fff1a8;
    padding: 5px;
    display: block;
}

.BarraLogin {
    background: url('../Images/Application/BarraLogin.png') repeat-x center;
    position: fixed;
    width: 100%;
    height: 168px;
    top: 50%;
    margin-top: -84px;
    z-index: 1;
}

.Elipses {
    background: url('../Images/Application/elipses.png');
    width: 490px;
    height: 430px;
    position: fixed;
    left: 17%;
    top: 50%;
    margin-left: -215px;
    margin-top: -245px;
}

table.tblLogin {
    width: 12%;
    margin: 10px 0 0 10px;
    display: block;
    float: left;
}

    table.tblLogin tr td {
        text-align: left;
        padding: 3px 5px 0 3px;
    }

.LoginLogoContainner {
    margin: 2.5% 0 0 10%;
    float: left;
}

.LoginLogo {
    background: url('../Images/Application/loginLogos.png');
    height: 143px;
    width: 330px;
    float: left;
    background-repeat:no-repeat;
}

.float_left {
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
}

.pnl_Login {
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 2%;
    margin-left: 10%;
}




/* DASHBOARD
----------------------------------------------------------*/



.widgetPanel {
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 12px 15px 9px;
    margin: 0 0 5px 0;
    height: 44px;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .widgetPanel img {
        margin-right: 11px;
    }

    .widgetPanel .disabled {
        -moz-opacity: 0.2;
        filter: alpha(opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.rightZone {
    float: right;
}

.leftZone {
    float: left;
    margin-right: 3px;
}


/* News widget */
.dxncControl_PlasticBlue {
    background-color: transparent;
}


.firstzone, .secondzone, .thirdzone, .fourthzone {
    float: left;
    width: 25%;
}

.firstzone {
}

.secondzone {
}

.thirdzone {
}

.fourthzone {
}
/* TEXTOS
----------------------------------------------------------*/
.toUpper .dxeEditAreaSys {
    text-transform: uppercase;
}

/* BUTTONS 
----------------------------------------------------------*/

.btn {
    border-radius: 2px;
}

.btn_green {
    border: solid 1px #51813B;
    border-radius: 2px;
    background-color: #6AA850;
    color: #fff;
    width: 100px;
    height: 21px;
    cursor: pointer;
}

.btn_green_Hottracked {
    border: solid 1px #51813B;
    border-radius: 2px;
    background-color: #51813B;
    color: #fff;
    width: 100px;
    height: 21px;
    cursor: pointer;
}


.alinha {
    text-align: right;
    margin-right: 500px;
    border-right: 500px;
}

.btn_red {
    border: solid 1px #8A2540;
    border-radius: 2px;
    background-color: #BA3859;
    color: #fff;
    width: 100px;
    height: 21px;
    cursor: pointer;
}

.btn_red_Hottracked {
    border: solid 1px #8A2540;
    border-radius: 2px;
    background-color: #c43c35;
    color: #fff;
    width: 100px;
    height: 21px;
    cursor: pointer;
}



.btn_green_grid {
    border: solid 1px #51813B;
    border-radius: 4px;
    background-color: #6AA850;
    color: #fff;
    width: 120px;
    height: 21px;
    cursor: pointer;
}

.btn_red_grid {
    border: solid 1px #8A2540;
    border-radius: 4px;
    background-color: #BA3859;
    color: #fff;
    width: 120px;
    height: 21px;
    cursor: pointer;
}




.flat {
    background-color: #2b78e4;
    color: White;
    font: bold;
    border-radius: 2px;
    Border: solid 1px #2b78e4;
    background-image: none !important;
    cursor: pointer;
}

    .flat[disabled]:hover {
        background-color: #17a7fb;
    }

    .flat:active {
        background-color: #378bff;
    }

    .flat:disabled {
        opacity: 0.6;
        cursor: default;
    }


flat.disabled {
    opacity: 0.6;
    cursor: default;
}

.button {
    /* display: inline-block;
    *display: inline;*/
    /* zoom: 1;
    padding: 4px 12px;*/
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    /* overflow: visible;*/
    /*font: bold 13px arial, helvetica, sans-serif;*/
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    /*background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);*/
    /* transition: background-color .2s ease-out;
    background-clip: padding-box;  Fix bleeding */
    border-radius: 3px;
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);*/
    height: 21px;
}

    .button:hover {
        background-color: #eee;
        color: #555;
    }

    .button:active {
        background: #e9e9e9;
        /* position: relative;
        top: 1px;
        text-shadow: none;*/
        /*box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;*/
    }

    .button.red:hover {
        background-color: #ee5f5b;
    }

    .button.red:active {
        background: #c43c35;
    }

    .button.color {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,.2);
        background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    }

    /* Cores dos Botões */
    .button.green {
        background-color: #57a957;
        border-color: #57a957;
        height: 21px;
        padding: 4px 12px;
    }

        .button.green:hover {
            background-color: #62c462;
        }

        .button.green:active {
            background: #57a957;
        }

    /* */

    .button.red {
        background-color: #c43c35;
        border-color: #c43c35;
        height: 21px;
        padding: 4px 12px;
    }

        .button.red:hover {
            background-color: #ee5f5b;
        }

        .button.red:active {
            background: #c43c35;
        }

    /* */

    .button.blue {
        background-color: #269CE9;
        border-color: #269CE9;
        height: 21px;
        padding: 4px 12px;
    }

        .button.blue:hover {
            background-color: #70B9E8;
        }

        .button.blue:active {
            background: #269CE9;
        }

    /* STATUS DISABLED*/

    .button.disabled, .button.disabled:hover, .button.disabled:active {
        border-color: #eaeaea;
        background: #fafafa;
        cursor: default;
        position: static;
        color: #999;
        /* Usually, !important should be avoided but here it's really needed :) 
        box-shadow: none !important;
        text-shadow: none !important;*/
    }

.green.disabled, .green.disabled:hover, .green.disabled:active {
    border-color: #57A957;
    background: #57A957;
    color: #D2FFD2;
}

.red.disabled, .red.disabled:hover, .red.disabled:active {
    border-color: #C43C35;
    background: #C43C35;
    color: #FFD3D3;
}

.blue.disabled, .blue.disabled:hover, .blue.disabled:active {
    border-color: #269CE9;
    background: #269CE9;
    color: #93D5FF;
}
/*BOTÕES AGRUPADOS*/

.button-group,
.button-group li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.button-group {
    font-size: 0; /* Inline block elements gap - fix */
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 7px;
    border-radius: 7px;
}

    .button-group li {
        margin-right: -1px; /* Overlap each right button border */
    }

    .button-group .button {
        font-size: 13px; /* Set the font size, different from inherited 0 */
        border-radius: 0;
    }

        .button-group .button:active {
            box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
        }

    .button-group li:first-child .button {
        border-radius: 3px 0 0 3px;
    }

        .button-group li:first-child .button:active {
            box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
        }

    .button-group li:last-child .button {
        border-radius: 0 3px 3px 0;
    }

        .button-group li:last-child .button:active {
            box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
        }


/* Wine button */
.wine,
.wineHottracked,
.winePressed {
    background: url(../Images/Wine.png) !important;
    color: White !important;
    border: 0 !important;
    padding: 0 !important;
    width: 90px;
    height: 30px;
}

.wineHottracked {
    background-position: -92px 0px !important;
    color: #FAD9E0 !important;
}

.winePressed {
    background-position: -184px 0px !important;
    color: #DCB7C8 !important;
}
