﻿@font-face {
    font-family: 'lato';
    src: url('../Fonts/lato.eot');
    src: url('../Fonts/lato.eot?#iefix') format('embedded-opentype'), url('../Fonts/lato.woff') format('woff'), url('../Fonts/lato.ttf') format('truetype'), url('../Fonts/lato.svg#lato') format('svg');
    src: local('lato.ttf'), url('../Fonts/lato.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'i25';
    src: url('../Fonts/i25.eot');
    src: url('../Fonts/i25.eot?#iefix') format('embedded-opentype'), url('../Fonts/i25.woff') format('woff'), url('../Fonts/i25.ttf') format('truetype'), url('../Fonts/i25.svg#i25') format('svg');
    src: local('i25.ttf'), url('../Fonts/i25.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    scrollbar-3dlight-color: transparent;
    scrollbar-arrow-color: #f5f5f5;
    scrollbar-base-color: #ccc;
    scrollbar-darkshadow-color: transparent;
    scrollbar-face-color: black;
    scrollbar-highlight-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-track-color: transparent;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: white;
    overflow-y: scroll;
    /*-webkit-user-select: none;*/
}

html, body {
    height: 100%;
    min-height: 100%;
    font-family: lato;
    background-color: #d1d2d3;
}

    body:before {
        content: "";
        position: fixed;
        margin: 0 auto;
        top: 150px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1276px;
        background-color: #f6f7f0;
    }

.all {
    position: relative;
    display: block;
    margin: -1px;
    padding: 1px 0 0;
    min-height: 100%;
    margin-bottom: -156px;
    z-index: 0;
}

    .all > form {
        margin-top: 29px;
    }

* {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    outline: none;
    text-decoration: none;
    border: none;
    line-height: 17px;
    text-transform: inherit;
    font-weight: normal;
}

a {
    cursor: pointer;
}

b {
    font-weight: bold !important;
}

u {
    text-decoration: underline !important;
}

.Message {
    position: fixed;
    top: 10px;
    right: 0px;
    left: 0px;
    text-align: center;
    z-index: 999;
    font-family: Trebuchet MS;
    font-size: 9pt;
    text-transform: none;
}

    .Message > * {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        background: rgb(255, 252, 210);
        font-family: NeoSansIten, Arial;
        color: rgb(53, 53, 53);
        font-size: 9pt;
        min-width: 100px;
        max-width: 500px;
        text-align: center;
        border-radius: 5px;
        padding: 10px 20px 8px 20px;
        box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
        z-index: 99;
    }

.MasterMain {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 1276px;
    /* min-height: 1000px; */
    z-index: 0;
}

.MasterBreak {
    height: 156px;
}

textarea {
    overflow: auto;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 0;
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: #dbdcd3;
}

*::-webkit-scrollbar-thumb {
    background-color: #bbbbb1;
    padding: 0;
}

*::-webkit-scrollbar-corner {
    background-color: rgba(0,0,0,0);
}

img[grayscale] {
    filter: url('Filters.svg#GrayScale');
    filter: gray;
    -webkit-filter: grayscale(1);
}

.Zoom > div {
    position: fixed;
    display: block;
    width: 600px;
    height: 630px;
    left: 570px;
    top: 10%;
    z-index: 20 !important;
    background: white;
}

.Zoom {
    position: fixed;
    display: none;
    opacity: 0;
    background-color: rgba(255,255,255,0.75);
    left: -5000px;
    right: -5000px;
    top: -5000px;
    bottom: -5000px;
    z-index: 20;
}

    .Zoom > div > img {
        position: relative;
        display: block;
        height: 100%;
        z-index: 20;
    }

    .Zoom > div > a {
        position: absolute;
        right: 5px;
        top: -40px;
    }

.Content {
    position: relative;
    display: block;
    margin: 0px auto 0;
    color: #727272;
    font-size: 10pt;
}

.Top {
    position: relative;
    display: block;
    height: 51px;
    font-family: lato;
    text-transform: uppercase;
    color: white;
    margin-bottom: 40px;
}

    .Top:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5000px;
        right: -5000px;
        z-index: -1;
        background-color: #31a0bc;
    }

    .Top > layer {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 10.5pt;
        padding: 18px 20px 0;
        cursor: pointer;
        z-index: 5;
    }

        .Top > layer.Selected:after, .Top > layer:hover:after {
            content: "";
            position: relative;
            display: block;
            top: 8px;
            width: 13px;
            height: 4px;
            margin: 0 auto;
            background: white;
        }

    .Top > .Logout {
        position: absolute;
        font-size: 7.5pt;
        color: #216e84;
        right: 185px;
        top: 19px;
        font-weight: bold;
    }

        .Top > .Logout > a {
        }

            .Top > .Logout > a > img {
                position: relative;
                vertical-align: middle;
                top: -1px;
                margin-left: 5px;
            }

.Welcome {
    position: relative;
    display: block;
    text-align: right;
    font-size: 8pt;
    text-transform: uppercase;
    color: #35768a;
    font-weight: bold;
    margin-top: 0px;
}

    .Welcome > span {
    }

    .Welcome > div {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 -8px 15px;
        width: 167px;
        height: 55px;
        top: -31px;
    }

        .Welcome > div > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

.Top > layer div {
    position: absolute;
    display: none;
    width: 177px;
    padding: 4px 4px;
    background-color: #f6f7f0;
    border: solid 1px #b5b4a9;
    border-top: none;
    top: 51px;
    z-index: 25;
    left: 8px;
}

    .Top > layer div a:first-child, .Top > layer div > label:first-child, .Top > layer div > span:first-child {
        margin: 0;
        border: none;
        /*overflow: hidden;*/
    }

    .Top > layer div a:hover, .Top > layer div > span:hover {
        background-color: #e5e7d6;
    }

    .Top > layer div a, .Top > layer div > label, .Top > layer div > span {
        position: relative;
        display: block;
        padding: 5px 3px 3px;
        font-size: 8pt;
        color: #666666;
        margin-top: 7px;
        text-align: left;
        padding-left: 25px;
    }

        .Top > layer div a:before, .Top > layer div > label:before, .Top > layer div > span:before {
            content: "";
            position: absolute;
            left: 8px;
            top: 10px;
            width: 6px;
            height: 6px;
        }

        .Top > layer div a[blank]:before, .Top > layer div > span[blank]:before {
            background-color: #f6f7f0;
        }

        .Top > layer div a[global]:before, .Top > layer div > span[global]:before {
            background-color: #666666;
        }

        .Top > layer div a[equote]:before, .Top > layer div > span[equote]:before {
            background-color: #dca327;
        }

        .Top > layer div a[efinans]:before, .Top > layer div > span[efinans]:before {
            background-color: #109406;
        }

        .Top > layer div a[epersoon]:before, .Top > layer div > span[epersoon]:before {
            background-color: #3ec3e4;
        }

        .Top > layer div a[crm]:before, .Top > layer div > span[crm]:before {
            background-color: rgb(93,76,122);
        }

        .Top > layer div a:after, .Top > layer div > label:after, .Top > layer div > span:after {
            content: "";
            position: absolute;
            display: block;
            top: -4px;
            left: 4px;
            right: 4px;
            border-top: solid 1px #b5b4a9;
        }

        .Top > layer div a:first-child:after, .Top > layer div > label:first-child:after, .Top > layer div > span:first-child:after {
            border-top: none !important;
        }

    .Top > layer div > label {
        cursor: default;
        color: #BCBABA;
    }

.Top div div {
    border-top: solid 1px #b5b4a9;
    top: -4px;
    left: 181px;
    background-color: #EFEFEF;
}

.Content > h1, .Content > .Maps > h2, .Content > h3 {
    cursor: pointer;
}

.Content > h1, .Content > h3 {
    position: relative;
    display: inline-block;
    background-color: #f6f7f0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 12px 4px 15px;
    background-color: #f6f7f0;
    margin: -5px 0 2px;
    border: solid 2px #f6f7f0;
    vertical-align: top;
}

.Content > h1 {
    padding-right: 25px;
}

    .Content > h1:after {
        content: url('../Images/Icons/bluearrowdown.png');
        position: absolute;
        right: 10px;
        top: 14px;
        cursor: default;
    }

.Content > .Maps > h2 {
    position: relative;
    display: inline-block;
    border: solid 2px #f6f7f0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 15px 4px 20px;
    margin: -5px 0 2px;
    background-color: #e5e7d6;
    margin-right: 10px;
    cursor: pointer;
}

    .Content > .Maps > h2:after {
        content: url('../Images/Icons/mapdivisor2.png');
        position: absolute;
        display: block;
        right: -18px;
        top: -2px;
        cursor: default;
        z-index: 1;
    }

.Content > h3 {
    background-color: #e5e7d6;
    height: 17px;
    padding-left: 13px;
    padding-right: 0px;
}

    .Content > h3.Ativo {
        background-color: #f6f7f0;
        padding-right: 15px;
    }

    .Content > h3 > img {
        content: url('../Images/Icons/bluearrowdown.png');
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .Content > h3.Ativo:before {
        content: url('../Images/Icons/mapdivisor1.png');
        position: absolute;
        display: inline-block;
        left: -15px;
        background: #d1d2d3;
        top: -2px;
        z-index: 5;
        vertical-align: top;
        cursor: default;
    }

    .Content > h3:after {
        content: url('../Images/Icons/mapdivisor2.png');
        position: relative;
        display: inline-block;
        right: -10px;
        background: #d1d2d3;
        top: -10px;
        z-index: 5;
        vertical-align: top;
        cursor: default;
    }

    .Content > h3.Ativo:after {
        content: url('../Images/Icons/mapdivisor3.png');
        right: -30px;
        cursor: default;
    }

    .Content > h3[last] {
        padding-right: 20px;
    }

        .Content > h3[last].Ativo {
            padding-right: 30px;
        }

        .Content > h3[last]:after {
            display: none;
        }

input, select, textarea {
    position: relative;
    display: inline-block;
    background-color: #edefe3;
    border: solid 1px #ccccc7;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    font-size: 8pt;
    resize: none;
    color: rgb(29, 29, 29) !important;
    -webkit-transition: border 0.5s, box-shadow 0.5s;
}

div.InputContainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    div.InputContainer:after, div.InputContainer:before {
        display: none !important;
    }

.Watermark111 {
    position: absolute;
    display: block;
    margin-top: -5px;
    padding: 6px 10px 4px;
    top: 0;
    z-index: 2;
}

input[type="checkbox"], input[type="radio"] {
    top: 2px;
}

input:-webkit-autofill {
    background-color: #edefe3 !important;
    border: solid 1px #ccccc7;
    font-size: 8pt;
}

input[disabled], select[disabled], textarea[disabled] {
    color: #949494 !important;
    background-color: #F6F7F3;
    border-color: #DFDFD9;
}

select {
    padding: 7px 9px 6px;
}

    select * {
        background-color: #edefe3 !important;
        border: solid 1px #ccccc7 !important;
        padding: 6px 10px 4px !important;
        text-transform: uppercase !important;
        font-size: 8pt !important;
        resize: none !important;
        color: rgb(29, 29, 29) !important;
    }

    input[icon], textarea[icon], select[icon] {
        padding-right: 50px;
    }

.BtsSalvar {
    position: absolute;
    display: block;
    left: 0;
    right: -60px;
    bottom: -22px;
    background: rgba(247,225,177,0.8);
    padding: 20px;
    text-align: center;
    z-index: 90;
}

    .BtsSalvar:before {
        content: "Salvar " attr(name);
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        font-size: 10pt;
        margin-left: 720px;
        margin-right: 30px;
    }

#cphMaster_divSalvarItem.BtsSalvar:before {
    margin-left: 590px;
}

.ActionButton:active, button:active, input[type="submit"]:active {
    box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.5) inset;
}

.ActionButton, .StatusMovimento {
    position: relative;
    display: inline-block;
    background-color: #e5e7d6;
    padding: 6px 7px 3px 7px;
    text-transform: uppercase;
    font-size: 8pt;
    border-radius: 5px;
    margin: 0 15px 5px 2px;
    cursor: pointer;
    white-space: nowrap;
}

    .ActionButton:after, .StatusMovimento:after {
        content: "";
        position: absolute;
        left: -3px;
        right: -3px;
        top: -3px;
        bottom: -3px;
        border: solid 1px #b7b6ab;
        border-radius: 5px;
    }

    .ActionButton > img, .StatusMovimento > img {
        position: relative;
        display: inline-block !important;
        vertical-align: middle !important;
        margin-top: -4px !important;
        margin-right: 10px !important;
        max-height: 20px !important;
        top: auto !important;
        height: auto !important;
    }

    .ActionButton.Icon {
        margin: 0 15px 5px 2px;
        padding: 7px 4px 3px 3px;
        top: 1px;
    }

        .ActionButton.Icon > img {
            margin-right: 0;
        }

.PageContent {
    position: relative;
    display: block;
    background-color: #f6f7f0;
    padding: 20px 10px;
}

.Icon {
    position: relative;
    vertical-align: middle;
    margin-left: -42px;
    margin-top: -6px;
}

.Rodape {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1156px;
    height: 156px;
    z-index: 1;
    text-align: center;
    color: #666666;
    font-family: lato;
    font-size: 10pt;
    z-index: 0;
}

    .Rodape:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: -5000px;
        right: -5000px;
        z-index: -1;
    }

    .Rodape > img {
        position: absolute;
        left: 20px;
        top: 38px;
    }

    .Rodape > span {
        position: relative;
        display: block;
        top: 61px;
    }

    .Rodape > a {
        position: absolute;
        right: 20px;
        top: 67px;
    }

.Form {
    margin: 20px 50px 0px -10px;
    padding-bottom: 100px;
    position: relative;
    min-height: 510px;
}

layer[label] {
    position: relative;
    display: block;
    border-left: solid 50px #e5e7d6;
    padding: 20px 0 10px 20px;
    margin-bottom: 5px;
}

    layer[label]:before {
        content: attr(label);
        position: absolute;
        width: 200px;
        height: 30px;
        overflow: hidden;
        -webkit-transform: rotate(-90deg);
        top: 110px;
        left: -118px;
        color: #a4a395;
        text-transform: uppercase;
        font-size: 8pt;
        text-align: right;
    }

    layer[label]:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #a4a395;
        top: 0px;
        left: -15px;
    }

.Form .Cancelamento:before {
    color: #ff226d;
}

.Form .Cancelamento:after {
    background-color: #ff226d;
}

.Form > layer:nth-child(3n+1):before {
    color: #31a0bc;
}

layer[label]:nth-child(3n+1):after {
    background-color: #31a0bc;
}

layer[label]:nth-child(3n+3):before {
    color: #216e84;
}

layer[label]:nth-child(3n+3):after {
    background-color: #216e84;
}

.Form label, .Filtros label {
    position: relative;
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 8pt;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 25px;
}

    .Form label.SocialMedia > img, .Filtros label.SocialMedia > img {
        position: relative;
        display: block;
        height: 25px;
        float: right;
        top: -4px;
    }

.Form span.Obs {
    font-style: italic;
}

.Form input, .Form select, .Form textarea, .Filtros input, .Filtros select, .Filtros textarea {
    margin-bottom: 25px;
    vertical-align: top;
    margin-top: -5px;
}

    .Form input[type="radio"], .Form input[type="checkbox"], .Filtros input[type="radio"], .Filtros input[type="checkbox"] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        margin-left: 5px;
        vertical-align: bottom;
        top: -3px;
        max-width: none;
    }

.Form .Save {
    position: absolute;
    left: 711px;
    bottom: 30px;
}

.Form .Cancel {
    position: absolute;
    left: 590px;
    bottom: 30px;
}

.Form .Cancelamento span, .Form .Aprovacao span {
    display: inline-block;
    max-width: 570px;
    vertical-align: top;
}

.Form .Cancelamento h4, .Form .Aprovacao h4 {
    position: relative;
    display: block;
    margin: 0 0 20px 68px;
    color: #ff226d;
}

.BtsSalvar > a {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 10px 0;
    padding: 10px 20px 8px;
    background-color: white;
    font-size: 10pt;
    border-radius: 0;
    border: solid 1px #efa402;
}

    .BtsSalvar > a:after, .BtsSalvar > a:before {
        display: none !important;
    }

    .BtsSalvar > a > img {
        display: none !important;
    }

.HideButton {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -10;
    left: -5000px;
    top: -5000px;
}

.Validated {
    background-color: #F7CFCF !important;
}

.Foto {
    position: absolute;
    top: 5px;
    right: 110px;
    width: 135px;
    height: 220px;
    overflow: hidden;
}

/***********************/

.Content > .Maps > a {
    cursor: pointer;
}

.Content > .Maps > a {
    position: relative;
    display: inline-block;
    background-color: #f6f7f0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 12px 4px 15px;
    background-color: #f6f7f0;
    margin: -5px 0 2px;
    border: solid 2px #f6f7f0;
    vertical-align: top;
}

.Content > .Maps > a {
    background-color: #e5e7d6;
    height: 17px;
    padding-left: 13px;
    padding-right: 0px;
}

    .Content > .Maps > a.Ativo {
        background-color: #f6f7f0;
        padding-right: 15px;
    }

    .Content > .Maps > a > img {
        content: url('../Images/Icons/bluearrowdown.png');
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .Content > .Maps > a.Ativo:before {
        content: url('../Images/Icons/mapdivisor1.png');
        position: absolute;
        display: inline-block;
        left: -15px;
        background: #d1d2d3;
        top: -2px;
        vertical-align: top;
        cursor: default;
        z-index: 1;
    }

    .Content > .Maps > a:after {
        content: url('../Images/Icons/mapdivisor2.png');
        position: relative;
        display: inline-block;
        right: -10px;
        background: #d1d2d3;
        top: -10px;
        z-index: 1;
        vertical-align: top;
        cursor: default;
    }

    .Content > .Maps > a.Ativo:after {
        content: url('../Images/Icons/mapdivisor3.png');
        right: -30px;
        cursor: default;
        z-index: 1;
    }

    .Content > .Maps > a:last-child {
        padding-right: 20px;
    }

    .Content > .Maps > a.Ativo:last-child {
        padding-right: 30px;
        margin-left: 3px;
    }

    .Content > .Maps > a:last-child:after {
        display: none;
    }

.Identificacao {
    position: fixed;
    display: inline-block;
    background-color: #666666;
    color: white;
    padding: 7px 50px 5px;
    text-transform: uppercase;
    font-size: 8.5pt;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 1px;
    z-index: 10;
    text-align: center;
}

    .Identificacao > span {
    }

.Busca {
    position: relative;
    display: inline-block;
    float: right;
    top: -3px;
    z-index: 2;
}

.Modulos {
    position: absolute;
    top: 16px;
    right: 44px;
    width: 104px;
    height: 87px;
    overflow: hidden;
    background-color: white;
}

    .Modulos > ul {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .Modulos li {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    .Modulos a {
        position: relative;
        display: inline-block;
        width: 104px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

    .Modulos img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 85px;
    }

    .Modulos span {
        position: relative;
        display: inline-block;
        width: 1px;
        height: 87px;
        vertical-align: middle;
    }

.StatusMovimento {
    padding: 4px 5px 1px 1px;
    margin-bottom: 27px;
}

    .StatusMovimento > img {
        margin-right: 3px;
    }

.Float {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    z-index: 100;
}

    .Float:after {
        content: url('../Images/icons/blank.png');
        position: relative;
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

    .Float > img {
        position: relative;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .Float > div {
        display: inline-block;
        vertical-align: middle;
        background-color: #f6f7f0;
        padding: 30px 30px 5px;
        text-align: right;
        margin: auto;
        min-height: 0;
    }

    .Float div:after {
        content: "";
        position: absolute;
        display: block;
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
        border-radius: 5px;
        border: solid 1px #ccc;
        background-color: white;
        z-index: -1;
    }

    .Float div * {
        z-index: 270 !important;
    }

    .Float label {
    }

    .Float span {
        position: relative;
        display: inline-block;
        max-width: 310px;
        margin-bottom: 10px;
    }

    .Float a {
        margin-left: 10px;
        text-decoration: underline;
    }

.VerticallyCentered:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 0px;
    height: 100%;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
}

.Float input[type="checkbox"] {
    position: relative;
    top: -9px;
    margin-left: 20px;
}

.NaoSalvo {
    position: absolute;
    right: 153px;
    top: -10px;
    z-index: 5;
    color: rgb(207, 57, 57);
    padding: 5px 10px;
    border: solid 1px rgb(207, 57, 57);
    box-shadow: 0px 0px 2px rgb(207, 57, 57) inset;
    background: white;
}

#upList {
    margin-top: 20px;
}

.PrintHeader {
    display: none;
}

.LogoTop {
    position: relative;
    display: none;
    float: right;
    top: 16px;
    height: 87px;
    left: -155px;
    direction: rtl;
}

.bgPanel {
    content: "";
    position: fixed;
    top: 150px;
    bottom: -5000px;
    background-color: #f6f7f0;
    z-index: -1;
}

@media print {
    .bgPanel {
        display: none !important;
    }
}

.Rastreio a {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.AutoComplet {
    position: absolute;
    z-index: 5;
    background: white;
    border: solid 1px #ccccc7;
    padding: 0;
    text-align: left;
    max-height: 150px;
    overflow-x: visible;
    overflow-y: auto;
}

    .AutoComplet:before {
    }

    .AutoComplet ul {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
    }

    .AutoComplet li {
        position: relative;
        display: block;
        padding: 3px 3px 3px 10px;
        margin: 3px 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        .AutoComplet li:hover, .AutoComplet li.Selected {
            background-color: rgb(229, 229, 229);
        }

.Box {
    position: relative;
    display: block;
    margin: 10px 10px;
    padding: 30px 20px 40px;
    border: solid 1px black;
    vertical-align: top;
    white-space: nowrap;
}

    .Box > h4 {
        position: absolute;
        display: inline-block;
        font-size: 8pt;
        top: -8px;
        left: 20px;
        z-index: 1;
        background-color: #f6f7f0;
        text-transform: uppercase;
        padding: 0 10px;
        margin: 0;
    }

    .Box > div {
        display: inline-block;
        max-width: 49%;
        vertical-align: top;
        margin-left: 20px;
    }

        .Box > div:nth-child(2), .Box > div:nth-child(3) {
            margin-left: 0;
        }

    .Box > .ActionButton {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

.DropDown {
    position: relative;
    display: inline-block;
    background-color: #edefe3;
    border: solid 1px #ccccc7;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    font-size: 8pt;
    resize: none;
    color: rgb(29, 29, 29) !important;
    height: 17px !important;
    vertical-align: top;
    margin-bottom: 25px;
    margin-top: -5px;
}

    .DropDown:before {
        content: url('../images/icons/dropdown.png');
        position: absolute;
        top: 5px;
        right: 8px;
    }

    .DropDown:after {
        content: attr(selecting);
        z-index: 2;
        position: absolute;
        top: 6px;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .DropDown ul {
        position: absolute;
        display: none;
        top: 27px;
        border: solid 1px #ccccc7;
        left: -1px;
        right: -1px;
        background-color: white;
        z-index: 5;
        max-height: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        -webkit-transition: max-height 0.5s, opacity 0.5s;
        background-color: #F7FAEF;
        padding: 0;
        border-collapse: collapse;
    }

    .DropDown li {
        position: relative;
        display: block;
        border-collapse: collapse;
        vertical-align: top;
        white-space: normal;
        padding: 8px 10px 5px 15px;
        border-bottom: solid 1px rgba(0,0,0,0.05);
    }

        .DropDown li:hover, .DropDown li[selected] {
            background-color: #edefe3;
        }

    .DropDown input {
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .DropDown span {
        cursor: pointer;
    }

    .DropDown div {
        position: relative;
        display: block;
        margin: 0;
        padding-left: 10px;
    }

        .DropDown div > h6 {
            content: attr(label);
        }

    .DropDown h6 {
        position: relative;
        display: block;
        background-color: #F6F8EC;
        color: #A6A6A6;
        padding: 5px 0px 2px;
        border: solid 1px white;
        margin: 0;
        padding-left: 10px;
    }

        .DropDown h6 > span:first-child {
            display: inline-block;
            float: none !important;
            max-width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: default;
        }

        .DropDown h6 > * {
            position: relative !important;
            float: right !important;
            text-transform: none !important;
            padding: 0;
            margin: 0;
        }

        .DropDown h6 > a {
            text-decoration: underline !important;
        }

    .DropDown[disabled] {
        opacity: 0.5;
    }

        .DropDown[disabled]:after {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: "";
            cursor: default;
            z-index: 5;
        }

        .DropDown[disabled] * {
            display: none !important;
        }

.PrintTitle, .PrintFooter, .Break {
    display: none !important;
}

*[center] {
    text-align: center;
}

*[right] {
    text-align: right;
    ;
}

.ListContentTotal {
    font-size: 8.5pt !important;
    font-weight: bold !important;
    background-color: rgb(214, 214, 214) !important;
}

.PrintParams {
    display: none;
}

.FilesContainer {
    padding-left: 151px !important;
}

div.FilesContainer {
    margin-top: 30px !important;
    display: block !important;
    margin-left: -20px;
}

.FilesContainer iframe {
    position: relative;
    display: block;
    border: none;
    width: 700px;
    height: 37px;
    margin: 0 0 20px;
}

.FilesContainer ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.FilesContainer li {
    position: relative;
    display: block;
    margin: 0 0 9px;
    padding: 0;
    vertical-align: top;
}

    .FilesContainer li.Loading {
        opacity: 0.5;
    }

.FilesContainer img {
    position: relative;
    display: inline-block;
    width: 25px;
    vertical-align: top;
    top: -5px;
    margin-right: 10px;
}

    .FilesContainer img.Loading {
        position: absolute;
        width: 18px;
        top: -2px;
        margin-left: -65px;
    }

.FilesContainer a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

    .FilesContainer a:hover {
        text-decoration: underline;
    }

.FilesContainer button {
    position: absolute;
    display: inline-block;
    background: none;
    border: none;
    padding: 0 3px;
    margin: 0;
    font-style: italic;
    text-decoration: underline;
    top: 1px;
    font-size: 7pt;
    left: -50px;
    cursor: pointer;
}

.ContextMenu {
    position: fixed;
    display: inline-block;
    border: solid 1px rgb(214, 214, 214);
    min-width: 100px;
    max-width: 200px;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
    padding: 10px 20px;
    background-image: url('../images/circleloading.gif');
    background-repeat: no-repeat;
    background-position: center, center;
}

    .ContextMenu > span {
        position: relative;
        display: block;
        padding: 5px 0 4px;
        line-height: 19px;
        font-size: 10pt;
        border-top: solid 1px rgb(214, 214, 214);
    }

        .ContextMenu > span:first-child {
            margin-top: 0;
            border-top: none;
        }

.FloatAlt {
    position: absolute;
    z-index: 50;
    display: none;
    background: rgb(255, 252, 210);
    font-family: NeoSansIten, Arial;
    color: rgb(53, 53, 53);
    font-size: 9pt;
    white-space: nowrap;
    border-radius: 5px;
    padding: 8px 10px 7px;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
    z-index: 99;
    left: 10px;
    text-align: left;
    text-transform: none;
    transition: opacity 0.1s;
}

div.Auth {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(246, 247, 240, 0.85);
    z-index: 100;
    text-align: center;
    margin-top: -200px;
}

    div.Auth:after {
        content: url('../Images/icons/blank.png');
        position: relative;
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
    }

iframe.Auth {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    width: 380px;
    height: 269px;
    overflow: hidden;
    border: solid 1px #ccccc7;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin: 0 auto;
}

.Watermark {
    color: rgb(179, 179, 179) !important;
}

.CascadeUpdate input, .CascadeUpdate select {
    min-width: 200px;
    max-width: 200px;
}

.CascadeUpdate input {
    min-width: 179px;
    max-width: 179px;
}

    .CascadeUpdate input[type="checkbox"] {
        min-width: 0;
        max-width: none;
    }

.loadBlocker {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.4);
    z-index: 999;
}

@media print {
    * {
        background-color: none !important;
    }
}
