/* Minification failed. Returning unminified contents.
(1675,17): run-time error CSS1039: Token not allowed after unary operator: '-ds-link'
(1680,22): run-time error CSS1039: Token not allowed after unary operator: '-ds-background-neutral-subtle'
(3372,27): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(3379,27): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(3400,31): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(3405,31): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
 */
@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
}

html, body {
    background-color: #F2F2F2;
    font-size: 8pt;
    font-family: Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #444444;
    height: 100%;
}

code, .text-selection {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-top: 3px;
    margin-bottom: 3px;
}

.no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

hr {
    display: block;
    height: 0;
    margin: 5px 0 5px 0;
    padding: 0;
    border: 0;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #ffffff;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

pre {
    font-size: 8pt;
    font-family: Verdana,Helvetica,sans-serif;
}

*:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

/*---------------------------------------------------------
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding: 0 0 10px 0;
    margin: 8px 0 0 5px;
    color: #222222;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px #F0F1F4;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 11pt;
}

a {
    outline: none;
}

h1.dashboard {
    font-size: 13pt;
    padding-bottom: 0;
    color: #333333;
}

h2.dashboard {
    font-size: 8pt;
    margin-top: 2px;
    padding-bottom: 0;
    color: #333333;
    font-weight: normal;
}

/*-----------------------------------------------------------------------
/* FORMS
--------------------------------------------------------------------------*/

.form-view {
    width: 680px;
    padding: 10px;
}

.div-form-table {
    margin: 10px 20px 20px 19px;
    padding: 5px;
    padding-left: 0px;
    background: rgba(233,233,233,0.3);
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.div-form-table-white {
    margin: 10px 20px 20px 19px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.score {
    display: inline-block;
    font-family: Wingdings;
    font-size: 21px;
    color: #ccc;
    position: relative;
    margin: -8px 0px 0px 5px;
}

    .score::before,
    .score span::before {
        content: "\2605";
        display: block;
    }

    .score span {
        color: gold;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

.table-new {
    margin: 5px;
}

    .table-new td {
        padding-bottom: 7px;
    }

    .table-new tr.header {
        text-align: center;
        font-weight: bold;
    }


.form, .form-list, .form-new {
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

    .form-list tr td.left, .form-list tr td.right, .form-new tr td.right {
        height: 22px;
        vertical-align: middle;
    }

    .form-new tr td.left, .form-new tr td.right {
        height: 30px;
        vertical-align: middle;
    }

    .form tr td.left, .form tr td.right {
        height: 24px;
        vertical-align: middle;
    }

    .form tr td.center, .form-list tr td.center, .form-new tr td.center {
        vertical-align: middle;
        text-align: center;
        padding: 0;
        font-weight: bold;
        font-size: 7pt;
        text-transform: uppercase;
    }

    .form tr td.left, .form-list tr td.left, .form-new tr td.left {
        vertical-align: middle;
        text-align: right;
        padding: 0;
        font-weight: bold;
        font-size: 7pt;
        text-transform: uppercase;
    }

    .form tr td.right, .form-list tr td.right, .form-new tr td.right {
        text-align: left;
        vertical-align: middle;
        padding: 0 0 0 8px;
        font-size: 8pt;
    }

        .form tr td.right textarea {
            margin-top: 2px;
        }

.label-left {
    vertical-align: middle;
    text-align: right;
    padding: 0;
    font-size: 7pt;
    text-transform: uppercase;
    font-weight: bold;
}

.label-right {
    margin-top: 2px;
}

.textbox-input-new {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 22px;
    line-height: 23px;
    padding: 0 3px 0 3px;
    color: #444444;
    text-decoration: none;
    font-size: 12px;
}

    .textbox-input-new.height-32 {
        width: 120px;
        height: 32px;
        margin-left: 3px;
        font-size: 15px;
        line-height: 36px;
    }

    .textbox-input-new.listItem {
        margin: 1px;
    }

input:disabled {
    color: gray;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    border: 1px solid #cccccc;
    padding-right: 5px;
}

.textarea-input-new {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    padding: 3px;
    color: #444444;
    font-size: 12px;
}

.textbox-input {
    background: #fff url(/static/images/common/textbox.gif) repeat-x;
    border: 1px solid silver;
    height: 17px;
    line-height: 17px;
    padding: 1px 2px 1px 4px;
    font-size: 8pt;
    font-family: Verdana,Helvetica,sans-serif;
}

.textbox-focus {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #333333;
}

.textbox-invalid-character {
    /*border: 1px solid #990000;*/
    background: #FFFF00 url(/static/images/common/textbox-yellow.gif) repeat-x;
}

div.form-area {
    display: block;
    padding-left: 5px;
}

    div.form-area h1, div.form-area h2, div.form-area h3 {
        font-family: Roboto, Arial, sans-serif;
        font-weight: 300;
        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #F0F1F4;
        flex: 0 18px;
        -webkit-flex: 0 18px;
        color: #555;
    }

        div.form-area h2 span {
            display: none;
            color: #ed4031;
        }

div.toolbar-select-area h1,
div.toolbar-edit-area h1 {
    font-size: 18px;
}

div.form-area h2 {
    font-size: 14px;
}

div.form-area h3 {
    font-size: 12px;
}

div.form-area input {
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    margin-bottom: 6px;
    padding: 3px 3px;
}

div.form-area div.button {
    font-family: Roboto, Arial, sans-serif;
    background-color: #ed4031;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
}

    div.form-area div.button:hover {
        background-color: #ffffff;
        border: 1px solid #ed4031;
        color: #ed4031;
        cursor: pointer;
    }

.custom-label {
    display: block;
    margin-bottom: 5px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 7pt;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------
     LIST VIEW
------------------------------------------------------------------------*/

div.list-view {
    width: 100%;
    display: none;
    position: relative;
    font-size: 11px;
    font-family: arial, sans-serif;
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,.8);
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    background: #F9F9F9;
}

    div.list-view div.list-header {
        display: block;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #aaaaaa;
        background-color: #F0F0F0;
        padding: 5px;
        margin: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#F0F0F0');
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#F0F0F0));
        background-image: -webkit-linear-gradient(top, #f9f9f9, #F0F0F0);
        background-image: -moz-linear-gradient(top, #f9f9f9, #F0F0F0);
        background-image: -ms-linear-gradient(top, #f9f9f9, #F0F0F0);
        background-image: -o-linear-gradient(top, #f9f9f9, #F0F0F0);
        background-image: linear-gradient(top, #f9f9f9, #F0F0F0);
        -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;
    }

        div.list-view div.list-header img {
            float: right;
            cursor: pointer;
        }

    div.list-view div.list-items {
        display: block;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #aaaaaa;
        padding: 0;
        margin: 0;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }

        div.list-view div.list-items div.list-item-single {
            border-style: solid;
            border-width: 0px 0px 1px 0px;
            border-color: #aaaaaa;
            padding: 5px;
            -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
        }

            div.list-view div.list-items div.list-item-single:nth-child(odd) {
                background-color: #f6f6f6;
            }

            div.list-view div.list-items div.list-item-single:nth-child(even) {
                background-color: #ffffff;
            }

            div.list-view div.list-items div.list-item-single:hover {
                background-color: #eeeeee;
            }

            div.list-view div.list-items div.list-item-single:last-child {
                border: none;
            }

    div.list-view table {
        border-collapse: collapse;
        padding: 0;
        margin: 0;
        border: none;
    }

        div.list-view table td.title {
            font-weight: bold;
        }

        div.list-view table td.content {
            font-weight: normal;
        }

        div.list-view table tr, div.list-view table tr td {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    div.list-view div.list-header div.list-view table td.title {
        vertical-align: middle;
    }

div.map-wrapper {
    display: block;
    position: absolute;
    margin: 0 0 0 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.map-view {
    position: absolute;
    margin: 1px 3px 4px 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*-----------------------------------------------------------------------
     BUTTONS
------------------------------------------------------------------------*/

.buttons-group:before, .buttons-group:after {
    display: table;
    content: "";
}

.buttons-group:after {
    clear: both;
}

.buttons-group .button-dflt {
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: none;
}

.buttons-group a.button-dflt:focus {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #000000;
}

.buttons-group .button-dflt:last-child:focus {
    border: 1px solid #000000;
}

.buttons-right {
    margin-right: 5px;
    float: right;
}

.buttons-group .button-dflt:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottom-left: 3px;
    -moz-border-radius-top-left: 3px;
}

.buttons-group .button-dflt:not(.hidden):last-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-top-right: 3px;
    -moz-border-radius-bottom-right: 3px;
    border-right: 1px solid #777;
}

a.button-dflt, div.dt-buttons button.dt-button, div.dt-container div.dt-paging button.dt-paging-button {
    display: inline-block;
    white-space: nowrap;
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0 5px 0 0;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,.8);
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    a.button-dflt.red {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f94444', EndColorStr='#d20202');
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f94444), to(#d20202));
        background-image: -webkit-linear-gradient(top, #f94444, #d20202);
        background-image: -moz-linear-gradient(top, #f94444, #d20202);
        background-image: -ms-linear-gradient(top, #f94444, #d20202);
        background-image: -o-linear-gradient(top, #f94444, #d20202);
        background-image: linear-gradient(top, #f94444, #d20202);
        color: #ffffff;
        -moz-text-shadow: none !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        border: 1px solid #d20202;
    }

    a.button-dflt.hidden { display: none; }

    a.button-dflt:hover, div.dt-buttons button.dt-button:hover, div.dt-container div.dt-paging button.dt-paging-button:hover {
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

    a.button-dflt:focus {
        border: 1px solid #000000;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

    a.button-dflt:before {
        float: left;
        width: 21px;
        height: 21px;
        text-align: center;
        margin: 0 8px 0 -16px;
        padding: 0;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    }

    a.button-dflt.red:before {
        float: left;
        width: 21px;
        height: 21px;
        text-align: center;
        margin: 0 8px 0 -16px;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: brightness(0) invert(1);
    }

.plus:before, .close:before, .cross:before, .cancel:before, .download:before, .list:before, .save:before, .tick:before, .update:before, .back:before, .next:before, .print:before, .edit:before, .cancel:before, .view:before, .cross:before, .document:before, .user:before, .configuration:before, .commands:before, .trash:before {
    content: "";
    background: rgba(0,0,0,.1);
    background-repeat: no-repeat;
    background-position: center 4px;
}

.plus:before {
    background-image: url(/static/images/controls/plus.png);
}

.cross:before {
    background-image: url(/static/images/controls/cross.png);
}

.close:before {
    background-image: url(/static/images/controls/close.png);
}

.cross:before {
    background-image: url(/static/images/controls/cross.png);
}

.download:before {
    background-image: url(/static/images/controls/download.png);
}

.list:before {
    background-image: url(/static/images/controls/list.png);
}

.save:before {
    background-image: url(/static/images/controls/save.png);
}

.cancel:before {
    background-image: url(/static/images/controls/cancel.png);
}

.tick:before {
    background-image: url(/static/images/controls/tick.png);
}


.trash:before {
    background-image: url(/static/images/controls/trash.png);
    background-size: 13px 11px;
    background-position: center;
}

.update:before {
    background-image: url(/static/images/controls/update.png);
}

.back:before {
    background-image: url(/static/images/controls/back.png);
}

.next:before {
    background-image: url(/static/images/controls/next.png);
}

.print:before {
    background-image: url(/static/images/controls/print.png);
}

.edit:before {
    background-image: url(/static/images/controls/edit.png);
}

.cancel:before {
    background-image: url(/static/images/controls/cancel.png);
}

.view:before {
    background-image: url(/static/images/controls/view.png);
}

.document:before {
    background-image: url(/static/images/controls/document.png);
}

.user:before {
    background-image: url(/static/images/controls/user.png);
}

.commands:before {
    background-image: url(/static/images/controls/commands.png);
}

.configuration:before {
    background-image: url(/static/images/controls/configuration.png);
}

a.button-simple-red {
    background-color: #ED4031;
    border: 1px solid #ED4031;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    min-height: 30px;
    line-height: 30px;
    min-width: 54px;
    padding: 1px 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 5px 5px 0 0;
    text-decoration: none;
}

    a.button-simple-red:hover {
        color: #ED4031;
        background-color: #FFFFFF;
        border: 1px solid #ED4031;
        cursor: pointer;
    }

a.button-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
}

    a.button-icon.edit {
        background: url(/static/images/controls/edit.png) no-repeat center;
    }

    a.button-icon.cross {
        background: url(/static/images/controls/cross.png) no-repeat center;
    }

    a.button-icon.cancel {
        background: url(/static/images/controls/cancel.png) no-repeat center;
    }


/*OLD BUTTONS*/
a.px84, a.px104, a.px124, a.px144, a.px194 {
    display: block;
    color: #333333;
    font-size: 7pt;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    height: 26px;
    border: 0;
    position: relative;
    text-shadow: 0px 1px 1px #fff;
}

.button-disabled span {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

a.px84 {
    background: url(/static/images/Buttons/button84.png) no-repeat 0 0;
    width: 84px;
}

a.px104 {
    background: url(/static/images/Buttons/button104.png) no-repeat 0 0;
    width: 104px;
}

a.px124 {
    background: url(/static/images/Buttons/button124.png) no-repeat 0 0;
    width: 124px;
}

a.px144 {
    background: url(/static/images/Buttons/button144.png) no-repeat 0 0;
    width: 144px;
}

a.px194 {
    background: url(/static/images/Buttons/button194.png) no-repeat 0 0;
    width: 194px;
}

    a.px84:active, a.px104:active, a.px124:active, a.px144:active, a.px194:active {
        background-position: 0 -52px;
        border: 0;
    }

    a.px84:focus, a.px104:focus, a.px124:focus, a.px144:focus, a.px194:focus {
        background-position: 0 -52px;
        border: 0;
    }

    a.px84:hover, a.px104:hover, a.px124:hover, a.px144:hover, a.px194:hover {
        background-position: 0 -26px;
        border: 0;
    }

    a.px84 span, a.px104 span, a.px124 span, a.px144 span, a.px194 span {
        margin: 3px 5px 0 5px;
        padding: 0 0 2px 0;
        display: block;
        font-family: Verdana,sans-serif,Arial;
    }

/* ---------------------------------------------------------------*/
/* BUTTON STYLES */
/* ---------------------------------------------------------------*/

.add {
    background: url(/static/images/common/add-14.png) no-repeat left 3px;
    margin: 3px 5px 0 5px;
    padding: 0 0 2px 0;
    display: block;
}

.save {
    background: url(/static/images/common/save-14.png) no-repeat left 3px;
    margin: 3px 5px 0 5px;
    padding: 0 0 2px 0;
    display: block;
}

.cancel {
    background: url(/static/images/common/cancel-14.png) no-repeat left 3px;
    margin: 3px 5px 0 5px;
    padding: 0 0 2px 0;
    display: block;
}

.next {
    background: url(/static/images/common/next-14-wb.png) no-repeat right 3px;
    margin: 3px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.back {
    background: url(/static/images/common/previous-14-wb.png) no-repeat left 3px;
    margin: 3px 5px 0 5px;
    padding: 0 0 2px 0;
    display: block;
}

.upload {
    background: url(/static/images/common/upload-14-w&b.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.preview {
    background: url(/static/images/common/preview-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.print {
    background: url(/static/images/common/print-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.edit {
    background: url(/static/images/common/edit-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.save {
    background: url(/static/images/common/save-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.trash {
    background: url(/static/images/common/trash.png) no-repeat left 3px;
    margin: 1px 5px 0 6px;
    padding: 0 0 3px 0;
    display: block;
}

.done {
    background: url(/static/images/common/done-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.submit {
    background: url(/static/images/common/submit-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.send {
    background: url(/static/images/common/send-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.cancel {
    background: url(/static/images/common/cancel-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.close {
    background: url(/static/images/common/close-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.signin {
    background: url(/static/images/common/signin-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.register {
    background: url(/static/images/common/register-14.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.change {
    background: url(/static/images/common/change.png) no-repeat left 3px;
    margin: 2px 5px 0 5px;
    padding: 0 0 3px 0;
    display: block;
}

.settings {
    background: url(/static/images/common/settings.png) no-repeat left 3px;
    margin: 1px 5px 0 6px;
    padding: 0 0 3px 0;
    display: block;
}

.command {
    background: url(/static/images/common/command.png) no-repeat left 3px;
    margin: 1px 5px 0 6px;
    padding: 0 0 3px 0;
    display: block;
}

.list {
    background: url(/static/images/common/list.png) no-repeat left 3px;
    margin: 1px 5px 0 6px;
    padding: 0 0 3px 0;
    display: block;
}

.contract {
    background: url(/static/images/common/contract.png) no-repeat left 3px;
    margin: 1px 5px 0 6px;
    padding: 0 0 3px 0;
    display: block;
}

/*-----------------------------------------------------------------------
/*LeadTime
------------------------------------------------------------------------*/
.ul-points-area .point-area {
    background: #eee;
    border: 1px #ddd solid;
    padding: 10px;
    margin-bottom: 2px;
    width: 370px;
}

    .ul-points-area .point-area:last-child {
        margin-bottom: 15px;
        background-color: #d3d3d3;
    }

    .ul-points-area .point-area:first-child {
        background-color: #d3d3d3;
    }

    .ul-points-area .point-area:last-child p::after {
        content: " - DESTINO";
    }

    .ul-points-area .point-area:first-child p::after {
        content: " - ORIGEM";
    }

    .ul-points-area .point-area p {
        display: block;
        margin: 0px;
        cursor: pointer;
    }

    .ul-points-area .point-area span.flag {
        position: absolute;
        margin: -28px 0 0 100px;
        font-size: 6pt;
        background: #006400;
        color: #fff;
        padding: 0 2px;
    }

    .ul-points-area .point-area.noclick p {
        cursor: default;
    }

.table-list-route {
    border-collapse: collapse;
    font-size: 8pt;
    margin-top: 10px;
}

    .table-list-route th {
        background: #000;
        padding: 5px;
        color: #fff;
        font-weight: normal;
    }

    .table-list-route td {
        padding: 5px;
        height: 20px;
        border-bottom: 1px #ccc solid;
        font-size: 7.5pt !important;
    }

    .table-list-route .route-canceled,
    .table-list-route .prediction-late {
        background: #FF0000;
        color: #ffffff;
    }

    .table-list-route .prediction-in-time {
        background: #006400;
        color: #ffffff;
    }

#tableRoutesFinished tbody tr:hover {
    background: #eee;
}

#tableRoutesFinished tbody tr {
    cursor: pointer;
}

.leadTimeDescription {
    padding-left: 43px;
    font-weight: bold;
}

.informationTitle {
    position: absolute;
    top: 185px;
    left: 541px;
    z-index: 999999;
    font-weight: bold;
}

.information {
    position: absolute;
    left: 551px;
    z-index: 999999;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    transition: 0.5s;
    background-color:  #ffffff;
}

.sidenav-content {
    max-height: 75%;
    overflow-y: auto;
}

.sidenav-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

/*#divTransitTimeScheduled, #divTransitTimeInProgress, #divTransitTimeFinished {
    overflow-x: auto;
}*/
/*-----------------------------------------------------------------------
/*Payments
------------------------------------------------------------------------*/
div#payment-visa, div#payment-mastercard, div#payment-discover, div#payment-diners {
    width: 78px;
    height: 49px;
    border: 0;
    margin-right: 2px;
    padding: 1px 0 0 1px;
    display: inline-block;
    cursor: pointer;
}

div#payment-visa {
    background: url(/static/images/common/credit-cards.png) no-repeat -79px 0px;
}

div#payment-mastercard {
    background: url(/static/images/common/credit-cards.png) no-repeat -237px 0px;
}

div#payment-discover {
    background: url(/static/images/common/credit-cards.png) no-repeat -395px 0px;
}

div#payment-diners {
    background: url(/static/images/common/credit-cards.png) no-repeat -553px 0px;
}

div#payment-visa.selected, div#payment-visa:hover {
    background: url(/static/images/common/credit-cards.png) no-repeat 0px 0px;
}

div#payment-mastercard.selected, div#payment-mastercard:hover {
    background: url(/static/images/common/credit-cards.png) no-repeat -158px 0px;
}

div#payment-discover.selected, div#payment-discover:hover {
    background: url(/static/images/common/credit-cards.png) no-repeat -316px 0px;
}

div#payment-diners.selected, div#payment-diners:hover {
    background: url(/static/images/common/credit-cards.png) no-repeat -474px 0px;
}

/*-----------------------------------------------------------------------
/*Player
------------------------------------------------------------------------*/

.player-play, .player-stop, .player-pause {
    cursor: pointer;
    margin: 0 1px 0 2px;
    width: 16px;
    height: 16px;
    float: right;
}

.player-play {
    background: url(/static/images/player/play.png);
}

.player-stop {
    background: url(/static/images/player/stop.png);
}

.player-pause {
    background: url(/static/images/player/pause.png);
}

/*-----------------------------------------------------------------------
/* Search Box
------------------------------------------------------------------------*/

.text-search {
    background: #FFFFFF url("/static/images/common/search-glass.png") no-repeat scroll 6px 6px;
    border: 1px solid #2A2E43;
    color: #666666;
    font-weight: normal;
    padding: 2px 0 2px 23px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    height: 20px;
    width: 100px;
    line-height: 20px;
    border-radius: 8px;
    transition: width ease 1s;
    border-color:gray;
}

    .text-search:focus {
        width: 350px;
    }

    .text-search.without-resize:focus {
        width: 100px !important;
    }

/*-----------------------------------------------------------------------
/* List Selection
------------------------------------------------------------------------*/

div.list-selection {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    div.list-selection div.row-gray, div.list-selection div.row-white {
        padding: 3px;
        display: table;
        min-width: 450px;
        white-space: nowrap;
        width: 100%;
    }

    div.list-selection div.row-white {
        background-color: #ffffff;
    }

    div.list-selection div.row-gray {
        background-color: #f8f8f8;
    }

    div.list-selection div.explanation {
        float: left;
        font-size: 9px;
        margin: 3px 0 0 10px;
    }

/*-----------------------------------------------------------------------
/* Other
------------------------------------------------------------------------*/

.no-border {
    border: 0 !important;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
}

.popup-form {
    width: 600px
}

.hidden {
    display: none;
}

.overflowX-hidden {
    overflow-x: hidden !important;
}

.opacity-30 {
    background-color: #ffffff;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: 9999999;
    position: relative;
}

.left-txt-align {
    text-align: left;
}

.right-txt-align {
    text-align: right;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.mtop-5 {
    margin-top: 5px;
}

.mleft-10 {
    margin-left: 10px;
}

.mright-5 {
    margin-right: 5px;
}

.height-0, .height-5, .height-10, .height-15, .height-20 {
    padding: 0;
    margin: 0;
    clear: both;
}

.height-0 {
    height: 0;
}

.height-5 {
    height: 5px;
}

.height-10 {
    height: 10px;
}

.height-15 {
    height: 15px;
}

.height-20 {
    height: 20px;
}

.height-25 {
    height: 25px;
}

.height-30 {
    height: 30px;
}

.height-full {
    height: 100%;
}

.width-20 {
    width: 20px;
}

.width-25 {
    width: 25px;
}

.width-150 {
    width: 150px;
}

.width-152 {
    width: 152px;
}

.width-260 {
    width: 260px;
}

.width-345 {
    width: 345px;
}

.width-370 {
    width: 370px;
}

.uppercase {
    text-transform: uppercase;
}

.padding-left-2 {
    padding: 0 0 0 2px;
}

.padding-left-4 {
    padding: 0 0 0 4px;
}

.horizontal-padding-3 {
    padding: 0 3px;
}

.big-number-16 {
    font-size: 16px;
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.no-border, .no-border:hover {
    border: none;
}

.gray-border {
    border: 1px solid #cccccc;
}

.gray-line {
    padding: 0;
    margin: 0;
    height: 1px;
    background-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F4F4F4;
}

.gray-white-line {
    padding: 0;
    margin: 0;
    height: 1px;
    background-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}

.full-block {
    display: block;
    width: 100%;
}

.container-max-width {
    max-width: 98.7%;
}

/*-----------------------------------------------------------------------
/* DRAG N DROP
------------------------------------------------------------------------*/

.container-drop-zone {
    border: 1px dashed #ccc;
    color: #ccc;
    /*box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);*/
    border-radius: 0.5em;
    padding: 7px;
}
    .container-drop-zone:hover {
        background-color: rgba(62,69,81,0.1);
    }

    .container-drop-zone input[type="file"] {
        display: none;
    }

    .container-drop-zone label {
        display: block;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        color: #999999;
    }

    .container-drop-zone a {
        color: #999999;
        font-size: 12px;
    }

#drop-zone, #drop-zone-stock-serie {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

#upload-zone, #upload-zone-stock-serie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
}

    #upload-zone > *, #upload-zone-stock-serie > * {
        display: inline-flex;
    }

        #upload-zone > * > *, #upload-zone-stock-serie > * > * {
            margin-left: 10px;
        }

#image-display {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    gap: 1.25em;
    flex-wrap: wrap;
}

    #image-display figure {
        width: 45%;
    }

    #image-display img {
        width: 100%;
    }

    #image-display figcaption {
        font-size: 0.8em;
        text-align: center;
        color: #5a5861;
    }

#error {
    text-align: center;
    color: #ff3030;
}

.browse-label {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    margin: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.browse-button {
    -webkit-box-align: baseline;
    align-items: baseline;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--ds-link, #0052CC) !important;
    border-width: 0px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    background: var(--ds-background-neutral-subtle, none);
    padding: 0px;
}

/*-----------------------------------------------------------------------
/* VIEW TABLE
------------------------------------------------------------------------*/

table.edit-view, table.edit-view-one-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 5px;
}

table.edit-view-one-block {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px dotted #CCCCCC;
    background-color: #F8F8F8;
}

    table.edit-view-one-block tr td.col {
        padding: 5px;
        vertical-align: top;
    }

table.edit-view tr td.col-left, table.edit-view tr td.col-right {
    border: 1px dotted #CCCCCC;
    width: 50%;
    background-color: #F8F8F8;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}

table.edit-view div.title-block, table.edit-view-one-block div.title-block {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

/*-----------------------------------------------------------------------
/* VIEW BLOCK
------------------------------------------------------------------------*/
div.view-block-left, div.view-block-right {
    width: 446px;
    padding: 0;
    margin: 0;
    float: left;
}

div.view-block {
    border: 1px dotted #CCCCCC;
    background-color: #F8F8F8;
    padding: 5px;
    margin: 4px 2px 2px 2px;
    vertical-align: top;
    text-align: center;
}

    div.view-block div.title-block {
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: bold;
        position: relative;
        text-align: center;
    }

div.view-block-inside {
    border: 1px dotted #D8D8D8;
    background-color: #FBFBFB;
    padding: 5px;
    margin: 4px 2px 2px 2px;
}

/*-----------------------------------------------------------------------
/* INFO BUBBLE
------------------------------------------------------------------------*/

table.info-bubble-content,
table.info-bubble-content-normal {
    width: 380px;
    vertical-align: middle;
    text-align: left;
    font-size: 7pt;
    border-collapse: collapse;
}

table.info-bubble-content-normal {
    font-size: 8pt;
}

    table.info-bubble-content td.right-part,
    table.info-bubble-content-normal td.right-part {
        width: 70px;
        text-align: center;
        vertical-align: middle
    }

    table.info-bubble-content p,
    table.info-bubble-content-normal p {
        margin: 0;
        padding: 0 0 2px 0;
    }

/*-----------------------------------------------------------------------
/* JQUERY UI
------------------------------------------------------------------------*/

.ui-timepicker-div, .ui-datepicker-buttonpane {
    font-size: 8pt;
}

/* ---------------------------------------------------------------*/
/* HELP LINKS */
/* ---------------------------------------------------------------*/

a.help-link-movie, a.help-link-guide {
    margin-left: 5px;
    padding-left: 18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    height: 18px;
}

    a.help-link-movie span, a.help-link-guide span {
        text-decoration: none;
        line-height: 20px;
    }

    a.help-link-movie:hover span, a.help-link-guide:hover span {
        text-decoration: underline;
    }

a.help-link-movie {
    background: url(/static/images/common/movie.png) no-repeat left 50%;
}

a.help-link-guide {
    background: url(/static/images/common/pdf.png) no-repeat left 50%;
}

/*LIST*/

.list-items-content-rows {
    position: relative;
    margin: 0;
    padding: 5px 3px 5px 5px;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    cursor: pointer;
}

    .list-items-content-rows:hover {
        background-color: #F8F8F8;
    }

    .list-items-content-rows div.item-content {
        color: #000000;
        padding: 2px 0 2px 0;
    }

    .list-items-content-rows div.item-header {
        color: #999999;
        font-size: 7pt;
        margin-bottom: 2px;
    }

    .list-items-content-rows div.item-footer {
        color: #999999;
        font-size: 7pt;
        margin-top: 2px;
    }

/*PAYMENT TYPE*/

.box-group-single .box-selection:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-top-left: 3px;
    -moz-border-radius-top-right: 3px;
    border: 1px solid #aaaaaa;
}

.box-group-single .box-selection:last-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottom-left: 3px;
    -moz-border-radius-bottom-right: 3px;
}

.box-group-single .box-selection {
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 0;
}

div.box-selection-group-wrapper {
    display: block;
    width: 600px;
    margin-left: 5px;
}

div.box-selection, div.box-selection-group {
    cursor: pointer;
    border: 1px solid #aaaaaa;
    display: block;
    clear: both;
    width: 450px;
    min-height: 32px;
    background-color: #F8F8F8;
    background: #F8F8F8 url(/static/images/background/absurdity.png);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px 5px 5px 5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
}

div.box-selection-group {
    display: inline-block;
    width: 250px;
    margin: 0 1px 5px 0;
}

    div.box-selection:hover, div.box-selection-group:hover {
        background-color: #F0F0F0;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

    div.box-selection img, div.box-selection-group img, div.box-selection img.title {
        border: none;
        position: absolute;
        margin-left: 5px;
    }

    div.box-selection span, div.box-selection-group span, div.box-selection span.title {
        display: block;
        font-size: 11pt;
        font-weight: 500;
        margin: 8px 0 0 50px;
    }

        div.box-selection span.title {
            font-size: 10pt;
            font-weight: 600;
            margin: 0 0 0 50px;
        }

        div.box-selection span.content {
            font-size: 9pt;
            font-weight: 300;
            margin: 5px 0 0 50px;
        }

div.box-header {
    display: block;
    clear: both;
    width: 435px;
    position: relative;
    cursor: default;
    border: 1px solid #2A2E43;
    background: #2A2E43 url(/static/images/background/fake-brick.png);
    border: 1px solid #2A2E43;
    color: #ffffff;
    margin: 0;
    padding: 10px 0 10px 25px;
    font-size: 11pt;
    font-weight: 500;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-top-left: 3px;
    -moz-border-radius-top-right: 3px;
}

.rounded-border {
    border: solid 1px #cccccc;
    -moz-border-radius: 3px;
    -wekit-border-radius: 3px;
    border-radius: 3px;
}

/*CONTRACT LIST*/
ul.contract-list {
    padding: 0;
    margin: 0;
    min-width: 800px;
    display: inline-block;
}

    ul.contract-list li.term {
        list-style: none;
        padding: 5px;
        background-color: #f8f8f8;
    }

    ul.contract-list li:nth-child(odd) {
        background-color: #f8f8f8;
    }

    ul.contract-list li:nth-child(even) {
        background-color: #ffffff;
    }

    ul.contract-list li:hover {
        background-color: #f1f1f1;
    }

    ul.contract-list li.term.line-through {
        text-decoration: line-through;
    }

    ul.contract-list li.term img {
        margin-right: 5px;
        float: right;
        cursor: pointer;
    }

ul.service-order-list {
    padding: 0;
    margin: 0 10px 0 40px;
}

    ul.service-order-list li.service {
        list-style: square;
        padding: 5px;
        background-color: transparent;
    }

        ul.service-order-list li.service.line-through {
            text-decoration: line-through;
        }

        ul.service-order-list li.service img {
            margin-right: 5px;
            float: right;
            cursor: pointer;
        }

ul.icon-toolbar {
    padding: 0;
    margin: 0;
    position: absolute;
}

    ul.icon-toolbar li {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        ul.icon-toolbar li:hover {
            cursor: pointer;
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
            box-shadow: 0 0 10px rgba(0,0,0,.2);
        }

        ul.icon-toolbar li.download {
            background: url("/static/images/mono/download.png") no-repeat;
            height: 32px;
            width: 32px;
        }

ul.export-toolbar {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/static/images/mono/download.png") no-repeat;
}

    ul.export-toolbar li {
        list-style: none;
        display: none;
        padding: 0;
        margin: 0 5px 0 0;
        height: 32px;
        width: 32px;
    }

        ul.export-toolbar li:hover {
            cursor: pointer;
        }

        ul.export-toolbar li.pdf {
            background: url("/static/images/mono/pdf.png") no-repeat;
        }

        ul.export-toolbar li.csv {
            background: url("/static/images/mono/csv.png") no-repeat;
        }

        ul.export-toolbar li.excel {
            background: url("/static/images/mono/excel.png") no-repeat;
        }

        ul.export-toolbar li.word {
            background: url("/static/images/mono/word.png") no-repeat;
        }

/* USER PRIVILEGE */

div.list-data-title {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}

ul.list-data-list {
    margin: 5px 0 10px 0;
    padding: 0;
    list-style: none;
    clear: both;
}

    ul.list-data-list li.item {
        list-style: none;
        padding: 2px;
        margin-left: 15px;
        clear: both;
    }

/* BOX */

.box-block {
    clear: both;
}

    .box-block .box-item, .default-box {
        float: left;
        border: 1px solid #999999;
        background-color: #F0F0F0;
        padding: 3px 19px 3px 3px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 2px;
        position: relative;
        color: #000000;
        font-size: 11px;
    }

        .box-block .box-item img {
            position: absolute;
            right: 0;
            top: 2px;
            cursor: pointer;
        }

.default-box {
    float: none;
    display: block;
    padding: 8px;
    margin: 0;
}

    .default-box.margin-top {
        margin-top: 8px;
    }

.default-arrow-down {
    display: block;
    height: 16px;
    margin: 3px 0 3px 0;
    background-image: url(/static/images/picol/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*FLOW CHART*/
ul.flow-chart {
    overflow: hidden;
    background: #fff;
    border: solid 1px #cccccc;
    padding: 25px 0;
    margin: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

    ul.flow-chart.small {
        padding: 5px 0;
    }

    ul.flow-chart li.point {
        float: left;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
        font: 11px arial, freesans, garuda, helvetica, verdana, sans-serif;
    }

        ul.flow-chart li.point.gray-first {
            background: url(/static/images/flow/gray-first.png) no-repeat center 20px;
        }

    ul.flow-chart.small li.point.gray-first {
        background: url(/static/images/flow/gray-first-small.png) no-repeat center 0;
        height: 16px;
    }

    ul.flow-chart li.point.gray-middle {
        background: url(/static/images/flow/gray-middle.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.gray-middle {
        background: url(/static/images/flow/gray-middle-small.png) no-repeat center 0;
        height: 16px;
    }

    ul.flow-chart li.point.gray-last {
        background: url(/static/images/flow/gray-last.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.gray-last {
        background: url(/static/images/flow/gray-last-small.png) no-repeat center 0;
        height: 16px;
    }

    ul.flow-chart li.point.green-first {
        background: url(/static/images/flow/green-first.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.green-first {
        background: url(/static/images/flow/green-first-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.green-middle {
        background: url(/static/images/flow/green-middle.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.green-middle {
        background: url(/static/images/flow/green-middle-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.green-last {
        background: url(/static/images/flow/green-last.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.green-last {
        background: url(/static/images/flow/green-last-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.red-first {
        background: url(/static/images/flow/red-first.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.red-first {
        background: url(/static/images/flow/red-first-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.red-middle {
        background: url(/static/images/flow/red-middle.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.red-middle {
        background: url(/static/images/flow/red-middle-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.red-last {
        background: url(/static/images/flow/red-last.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.red-last {
        background: url(/static/images/flow/red-last-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.yellow-first {
        background: url(/static/images/flow/yellow-first.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.yellow-first {
        background: url(/static/images/flow/yellow-first-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.yellow-middle {
        background: url(/static/images/flow/yellow-middle.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.yellow-middle {
        background: url(/static/images/flow/yellow-middle-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point.yellow-last {
        background: url(/static/images/flow/yellow-last.png) no-repeat center 20px;
    }

    ul.flow-chart.small li.point.yellow-last {
        background: url(/static/images/flow/yellow-last-small.png) no-repeat center 0;
    }

    ul.flow-chart li.point span.top {
        font-weight: bold;
        display: block;
        padding-bottom: 35px;
    }

    ul.flow-chart li.point span.bottom {
        display: block;
    }

    ul.flow-chart li.point span.trip {
        position: absolute;
        right: -18px;
        top: 18px;
    }

.flow-arrow-down {
    position: relative;
    background-image: url(/static/images/flow/stick.png);
    background-repeat: repeat-y;
    background-position: 10px 20px;
}


.flow-arrow-down {
    position: relative;
    background-image: url(/static/images/flow/trash.png);
    background-repeat: repeat-y;
    background-position: 10px 20px;
}

.flow-arrow-down {
    position: relative;
    background-image: url(/static/images/flow/stick.png);
    background-repeat: repeat-y;
    background-position: right 20px;
}

    .flow-arrow-down div.arrow {
        background-image: url(/static/images/flow/arrow.png);
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        bottom: -11px;
        right: -7px;
        position: absolute;
    }

div.accordion-button {
    border: 1px solid #cccccc;
    background-color: #f1f1f1;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    margin: 3px 0 3px 0;
    cursor: pointer;
}

div.accordion-content {
    overflow-x: auto;
    max-height: 350px;
    display: none;
    position: relative;
}

div.accordion-contentShow {
    overflow-x: auto;
    max-height: 350px;
    position: relative;
}

div.accordion-button-1 {
    border: 1px solid #cccccc;
    background-color: #dcdcdc;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    margin: 3px 0 3px 0;
    cursor: pointer;
}

div.accordion-content-1 {
    overflow-x: auto;
    max-height: 350px;
    display: none;
    position: relative;
}

div.accordion-contentShow-1 {
    overflow-x: auto;
    max-height: 350px;
    position: relative;
}

div.bill-invoice-item {
    margin: 0;
    padding: 0 0 10px 0;
}

    div.bill-invoice-item div.name {
        font-weight: bold;
        font-size: 10px;
    }

    div.bill-invoice-item div.toolbar a {
        color: #999999;
        border: none;
        margin-right: 5px;
    }

div.dashboard-ranking-item {
    text-align: left;
    padding: 10px;
    white-space: nowrap;
}

    div.dashboard-ranking-item:nth-child(even) {
        background-color: #ffffff;
    }

    div.dashboard-ranking-item:nth-child(odd) {
        background-color: #f1f1f1;
    }

.pac-container:after {
    content: "";
    padding: 0;
    height: 0;
    background-image: none;
}

.order-service-item {
    background-color: #f1f1f1;
    border-color: #cccccc;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 1px 0 0 0;
}

    .order-service-item:last-child {
        border-width: 1px 0 1px 0;
    }


/*-----------------------------------------------------------------------
/* DRIVER EXPENSE
------------------------------------------------------------------------*/
.alert-child:nth-child(odd) {
    background-color: transparent;
}

.alert-child:nth-child(even) {
    background-color: #eeeeee;
}

/*-----------------------------------------------------------------------
/* SERVICE ORDER WEB
------------------------------------------------------------------------*/
.label-serviceorder-checklist {
    display: block;
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 7pt;
    text-transform: uppercase;
    margin: 10px 0 5px;
}

.btn-mobile-serviceorder {
    cursor: pointer;
    margin: 5px 15px 30px;
    padding: 15px 0;
}

#tblServiceOrderForm tr td.left {
    font-size: 10pt;
}

.font-size11 {
    font-size: 11pt;
}
/*-----------------------------------------------------------------------
/* CLIMA TEMPO
------------------------------------------------------------------------*/
@font-face {
    font-family: "Weather";
    src: url("/fonts/Weather/weather.eot");
    src: url("/fonts/Weather/weather.eot#iefix") format("embedded-opentype"),url("/fonts/Weather/weather.woff") format("woff"),url("/fonts/Weather/weather.ttf") format("truetype"),url("/fonts/Weather/weather.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Climatempo";
    src: url("/climatempo/climatempo/fonticon/climlocaleatempo.eot");
    src: url("/climatempo/climatempo/fonticon/climatempo.eot#iefix") format("embedded-opentype"),url("/climatempo/climatempo/fonticon/climatempo.woff") format("woff"),url("/climatempo/climatempo/fonticon/climatempo.ttf") format("truetype"),url("/climatempo/climatempo/fonticon/climatempo.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="ic-weather-"], [class*=" ic-weather-"], [class*="lua-"], [class^="wind-direction-"] {
    font-family: "Weather";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style: none;
}

.ic-weather-drop:before {
    content: "\e92a"
}

.lua-nova:before {
    content: "\e62b"
}

.lua-chei:before {
    content: "\e61b"
}

.lua-ming:before {
    content: "\e655"
}

.lua-cres:before {
    content: "\e613"
}

.star-fav {
    margin: 28px 0 0 0.2rem
}

.ic-weather-share:after {
    content: 'compartilhar';
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-right: 5px;
    float: left
}

.ic-weather-more {
    position: absolute;
    z-index: 110;
    padding: 7px;
    right: 0;
    top: 0
}

.yellow-sun {
    color: #fec627
}

.orange-sunset {
    color: #fe6f09
}

.blue-rain {
    color: #6bc5ea
}

.blue-cloud {
    color: #00a1e1
}

.blue-snow {
    color: #6bc5ea
}

.gray-cloud {
    color: #bebebe
}

.gray-moon {
    color: #9e9e9c
}

.black-cloud {
    color: #54575c
}

.blue-drops {
    color: #4580c6
}

.green-leaf {
    color: #63a608
}

.ic-weather-default {
    width: 80px;
    height: 75px;
    position: relative;
    float: left;
    text-indent: -20px;
    margin: 0;
    font-size: 4.5rem
}

.ic-weather-small {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    text-indent: -10px;
    margin: 0;
    font-size: 3.5rem
}

.ic-weather-default p {
    top: 77px;
    position: absolute
}

.font-ic-weather-top {
    width: 130px;
    height: 158px;
    position: relative;
    float: left;
    text-indent: -20px;
    margin: 35px 0 0 0;
    font-size: 7.5rem
}

    .font-ic-weather-top li, .ic-weather-default li, .ic-weather-small li {
        position: absolute
    }

.ico-rain {
    font-size: 5.5rem;
    margin: 0
}

.ic-weather-circle:before {
    content: "\e929"
}

.ic-weather-drop:before {
    content: "\e92a"
}

.ic-weather-uv:before {
    content: "\e92b"
}

.ic-weather-icone_agroclimapro:before {
    content: "\e900"
}

.ic-weather-alert1:before {
    content: "\e600"
}

.ic-weather-alert2:before {
    content: "\e601"
}

.ic-weather-arrow-down:before {
    content: "\e602"
}

.ic-weather-arrow-left:before {
    content: "\e603"
}

.ic-weather-arrow-right:before {
    content: "\e604"
}

.ic-weather-arrow-top:before {
    content: "\e605"
}

.ic-weather-arrow2-down:before {
    content: "\e606"
}

.ic-weather-arrow2-left:before {
    content: "\e607"
}

.ic-weather-arrow2-right:before {
    content: "\e608"
}

.ic-weather-arrow2-top:before {
    content: "\e609"
}

.ic-weather-autumn:before {
    content: "\e60a"
}

.ic-weather-base-title:before {
    content: "\e60b"
}

.ic-weather-clock:before {
    content: "\e60c"
}

.ic-weather-close:before {
    content: "\e60d"
}

.ic-weather-trash:before {
    content: "\e60d"
}

.ic-weather-close2:before {
    content: "\e60e"
}

.ic-weather-drops3:before {
    content: "\e60f"
}

.ic-weather-leaf:before {
    content: "\e610"
}

.ic-weather-snow1:before {
    content: "\e611"
}

.ic-weather-comment:before {
    content: "\e612"
}

.ic-weather-crescent-moon:before {
    content: "\e613"
}

.ic-weather-snow2:before {
    content: "\e614"
}

.ic-weather-cloud1:before {
    content: "\e615"
}

.ic-weather-e:before {
    content: "\e616"
}

.ic-weather-email:before {
    content: "\e617"
}

.ic-weather-ene:before {
    content: "\e618"
}

.ic-weather-ese:before {
    content: "\e619"
}

.ic-weather-facebook:before {
    content: "\e61a"
}

.ic-weather-full-moon:before {
    content: "\e61b"
}

.ic-weather-geoloc:before {
    content: "\e61c"
}

[class^="wind-direction-"]:before {
    content: "\e61c"
}

.ic-weather-geoloc2:before {
    content: "\e61d"
}

.ic-weather-gplus:before {
    content: "\e61e"
}

.ic-weather-humidity:before {
    content: "\e61f"
}

.ic-weather-info:before {
    content: "\e620"
}

.ic-weather-instagram:before {
    content: "\e621"
}

.ic-weather-iconessvg_less:before {
    content: "\e622"
}

.ic-weather-cloud2:before {
    content: "\e623"
}

.ic-weather-cloud3:before {
    content: "\e624"
}

.ic-weather-cloud4:before {
    content: "\e625"
}

.ic-weather-more:before {
    content: "\e626"
}

.ic-weather-movie1:before {
    content: "\e627"
}

.ic-weather-movie2:before {
    content: "\e628"
}

.ic-weather-n:before {
    content: "\e629"
}

.ic-weather-ne:before {
    content: "\e62a"
}

.ic-weather-new-moon:before {
    content: "\e62b"
}

.ic-weather-newsletter:before {
    content: "\e62c"
}

.ic-weather-nne:before {
    content: "\e62d"
}

.ic-weather-nno:before {
    content: "\e62e"
}

.ic-weather-no:before {
    content: "\e62f"
}

.ic-weather-o:before {
    content: "\e630"
}

.ic-weather-ono:before {
    content: "\e631"
}

.ic-weather-open-link:before {
    content: "\e632"
}

.ic-weather-option1:before {
    content: "\e633"
}

.ic-weather-option2:before {
    content: "\e634"
}

.ic-weather-oso:before {
    content: "\e635"
}

.ic-weather-pin-map1:before {
    content: "\e636"
}

.ic-weather-pin-map2:before {
    content: "\e637"
}

.ic-weather-print:before {
    content: "\e638"
}

.ic-weather-drops1:before {
    content: "\e639"
}

.ic-weather-drops2:before {
    content: "\e63a"
}

.ic-weather-s:before {
    content: "\e63b"
}

.ic-weather-se:before {
    content: "\e63c"
}

.ic-weather-sendEmail:before {
    content: "\e63d"
}

.ic-weather-share:before {
    content: "\e63e"
}

.ic-weather-sheet:before {
    content: "\e63f"
}

.ic-weather-lightning2:before {
    content: "\e640"
}

.ic-weather-moon1:before {
    content: "\e641"
}

.ic-weather-so:before {
    content: "\e642"
}

.ic-weather-speedometer:before {
    content: "\e643"
}

.ic-weather-spring:before {
    content: "\e644"
}

.ic-weather-sse:before {
    content: "\e645"
}

.ic-weather-sso:before {
    content: "\e646"
}

.ic-weather-star1:before {
    content: "\e647"
}

.ic-weather-star2:before {
    content: "\e648"
}

.ic-weather-summer:before {
    content: "\e649"
}

.ic-weather-moon2:before {
    content: "\e64a"
}

.ic-weather-sun1:before {
    content: "\e64b"
}

.ic-weather-sun2:before {
    content: "\e64c"
}

.ic-weather-sunset:before {
    content: "\e64d"
}

.ic-weather-timer:before {
    content: "\e64e"
}

.ic-weather-trash:before {
    content: "\e64f"
}

.ic-weather-twitter:before {
    content: "\e650"
}

.ic-weather-umbrella:before {
    content: "\e651"
}

.ic-weather-umbrella2:before {
    content: "\e652"
}

.ic-weather-user1:before {
    content: "\e653"
}

.ic-weather-user2:before {
    content: "\e654"
}

.ic-weather-waning-moon:before {
    content: "\e655"
}

.ic-weather-wave:before {
    content: "\e656"
}

.ic-weather-windsock:before {
    content: "\e657"
}

.ic-weather-winter:before {
    content: "\e658"
}

.ic-weather-wordpress:before {
    content: "\e659"
}

.ic-weather-youtube:before {
    content: "\e65a"
}

.ic-weather-iconessvg:before {
    content: "\e65b"
}

.ic-weather-arrow-max:before {
    content: "\e65c"
}

.ic-weather-arrow-min:before {
    content: "\e65d"
}

.ic-weather-logo:before {
    content: "\e65e"
}

.ic-weather-drops4:before {
    content: "\e65f"
}

.ic-weather-burguer:before {
    content: "\e660"
}

.ic-weather-drops5:before {
    content: "\e661"
}

.ic-weather-wind:before {
    content: "\e662"
}

.ic-weather-email2:before {
    content: "\e663"
}

.ic-weather-cold-front:before {
    content: "\e664"
}

.ic-weather-warm-front:before {
    content: "\e665"
}

.ic-weather-instability:before {
    content: "\e666"
}

.ic-weather-convergence:before {
    content: "\e667"
}

.ic-weather-whatsapp:before {
    content: "\e668"
}

.ic-weather-real-time:before {
    content: "\e674"
}

.ic-weather-logo-slogan:before {
    content: "\e675"
}

.ic-weather-mosquito:before {
    content: "\e676"
}

.ic-weather-vacation:before {
    content: "\e800"
}

.ic-weather-climb:before {
    content: "\e801"
}

.ic-weather-mountain40:before {
    content: "\e802"
}

.ic-weather-restaurant23:before {
    content: "\e803"
}

.ic-weather-island:before {
    content: "\e804"
}

.ic-weather-familiar14:before {
    content: "\e805"
}

.ic-weather-couple71:before {
    content: "\e806"
}

.ic-weather-gloves:before {
    content: "\e807"
}

.ic-weather-facebook2:before {
    content: "\e901"
}

.ic-weather-gplus2:before {
    content: "\e902"
}

.ic-weather-instagram2:before {
    content: "\e903"
}

.ic-weather-linkedin2:before {
    content: "\e904"
}

.ic-weather-pinterest:before {
    content: "\e905"
}

.ic-weather-twitter2:before {
    content: "\e906"
}

.ic-weather-youtube2:before {
    content: "\e907"
}

.ic-weather-linkedin:before {
    content: "\e908"
}

.ic-weather-termometro-min:before {
    content: "\e909"
}

.ic-weather-cold1:before {
    content: "\e90a"
}

.ic-weather-hot1:before {
    content: "\e90b"
}

.ic-weather-ico_agroclima:before {
    content: "\e90c"
}

.ic-weather-Icon_Maior_Temperatura_Momento_Verao:before {
    content: "\e90d"
}

.ic-weather-user3:before {
    content: "\e90e"
}

.ic-weather-arrow3-top:before {
    content: "\e90f"
}

.ic-weather-arrow3-right:before {
    content: "\e910"
}

.ic-weather-arrow3-left:before {
    content: "\e911"
}

.ic-weather-arrow3-down:before {
    content: "\e912"
}

.ic-weather-data-history:before {
    content: "\e913"
}

.ic-weather-whatsapp2:before {
    content: "\e914"
}

.ic-weather-twitter3:before {
    content: "\e915"
}

.ic-weather-whatsapp3:before {
    content: "\e916"
}

.ic-weather-email3:before {
    content: "\e917"
}

.ic-weather-print2:before {
    content: "\e918"
}

.ic-weather-facebook3:before {
    content: "\e919"
}

.ic-weather-plus2:before {
    content: "\e91a"
}

.ic-weather-skindryness:before {
    content: "\e91b"
}

.ic-weather-flu:before {
    content: "\e91c"
}

.ic-weather-ok:before {
    content: "\e91d"
}

.ic-weather-attention:before {
    content: "\e91e"
}

.ic-weather-happy:before {
    content: "\e91f"
}

.ic-weather-upset:before {
    content: "\e920"
}

.ic-weather-sad:before {
    content: "\e921"
}

.ic-weather-library:before {
    content: "\e922"
}

.ic-weather-mosquito2:before {
    content: "\e923"
}

.ic-weather-abaixo-media:before {
    content: "\e924"
}

.ic-weather-acima-media:before {
    content: "\e925"
}

.ic-weather-na-media:before {
    content: "\e926"
}

.ic-weather-sem-chuva:before {
    content: "\e927"
}

.ic-weather-search:before {
    content: "\e986"
}

.ic-weather-meter:before {
    content: "\e9a6"
}

.ic-weather-plus:before {
    content: "\ea0a"
}

.ic-weather-minus:before {
    content: "\ea0b"
}

.ic-weather-play3:before {
    content: "\ea1c"
}

.ic-weather-pause2:before {
    content: "\ea1d"
}

.ic-weather-stop2:before {
    content: "\ea1e"
}

.ic-weather-backward2:before {
    content: "\ea1f"
}

.ic-weather-forward3:before {
    content: "\ea20"
}

.ic-weather-previous2:before {
    content: "\ea23"
}

.ic-weather-next2:before {
    content: "\ea24"
}

.ic-weather-loop:before {
    content: "\ea2d"
}

.ic-weather-agroclima:before {
    content: "\e928"
}

.time-on-moment {
    background-color: #ffffff;
    text-align: center;
    color: #fff;
    margin: 10px 10px 10px 0;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*display: inline-block;*/
    float: left;
    height: 200px;
    width: 220px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.14);
}

    .time-on-moment .predictions {
        float: left;
        /*display: inline-table;*/
        font-size: 12px;
        margin: 10px auto;
        text-align: center;
        width: 33%
    }

        .time-on-moment .predictions span {
            font-family: Verdana,Helvetica,sans-serif;
        }

    .time-on-moment i {
        color: #535459;
        /*float: left;*/
        display: block;
        margin-right: 10px;
        margin-top: 5px
    }

    .time-on-moment h2 {
        margin-top: 10px;
        padding-left: 5px;
        width: 100%;
        font-family: var(--font-family);
        font-size: 12pt;
    }

    .time-on-moment span {
        color: #535459;
        display: block;
        font-family: var(--font-family);
    }

        .time-on-moment span.locale {
            color: #00659D;
            font-family: Verdana,Helvetica,sans-serif;
            width: 90%;
            text-align: left;
        }

    .time-on-moment .temperature {
        /*padding-top: 15px;*/
        height: 60px;
        padding: 5px 0;
        margin: 0 auto;
        width: 200px;
    }

        .time-on-moment .temperature h3 {
            color: #535459;
            font-size: 40px;
            font-family: var(--font-family);
        }

        .time-on-moment .temperature ul {
            font-size: 7rem;
            font-family: var(--font-family);
            margin: 0;
            padding: 0;
        }

            .time-on-moment .temperature ul li {
                position: absolute
            }

        .time-on-moment .temperature .icon, .time-on-moment .temperature .value {
            display: block;
            float: left;
            height: 100%;
            text-align: left;
            width: 100px;
        }

    .time-on-moment .atualized-at {
        font-size: 10.5px
    }

    .time-on-moment .wait-load {
        display: none;
        margin: 0 auto;
        max-width: 300px
    }

.wind-direction-n {
    transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
}

.wind-direction-nne {
    transform: rotate(337.5deg);
    -ms-transform: rotate(337.5deg);
    -webkit-transform: rotate(337.5deg);
    -moz-transform: rotate(337.5deg);
    -o-transform: rotate(337.5deg);
}

.wind-direction-ne {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.wind-direction-ene {
    transform: rotate(382.5deg);
    -ms-transform: rotate(382.5deg);
    -webkit-transform: rotate(382.5deg);
    -moz-transform: rotate(382.5deg);
    -o-transform: rotate(382.5deg);
}

.wind-direction-e {
    transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
}

.wind-direction-ese {
    transform: rotate(427.5deg);
    -ms-transform: rotate(427.5deg);
    -webkit-transform: rotate(427.5deg);
    -moz-transform: rotate(427.5deg);
    -o-transform: rotate(427.5deg);
}

.wind-direction-se {
    transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -o-transform: rotate(450deg);
}

.wind-direction-sse {
    transform: rotate(472.5deg);
    -ms-transform: rotate(472.5deg);
    -webkit-transform: rotate(472.5deg);
    -moz-transform: rotate(472.5deg);
    -o-transform: rotate(472.5deg);
}

.wind-direction-s {
    content: "\e61c";
    transform: rotate(495deg);
    -ms-transform: rotate(495deg);
    -webkit-transform: rotate(495deg);
    -moz-transform: rotate(495deg);
    -o-transform: rotate(495deg);
}

.wind-direction-ssw {
    transform: rotate(517.5deg);
    -ms-transform: rotate(517.5deg);
    -webkit-transform: rotate(517.5deg);
    -moz-transform: rotate(517.5deg);
    -o-transform: rotate(517.5deg);
}

.wind-direction-sw {
    transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
}

.wind-direction-wsw {
    transform: rotate(562.5deg);
    -ms-transform: rotate(562.5deg);
    -webkit-transform: rotate(562.5deg);
    -moz-transform: rotate(562.5deg);
    -o-transform: rotate(562.5deg);
}

.wind-direction-w {
    transform: rotate(585deg);
    -ms-transform: rotate(585deg);
    -webkit-transform: rotate(585deg);
    -moz-transform: rotate(585deg);
    -o-transform: rotate(585deg);
}

.wind-direction-wnw {
    transform: rotate(607.5deg);
    -ms-transform: rotate(607.5deg);
    -webkit-transform: rotate(607.5deg);
    -moz-transform: rotate(607.5deg);
    -o-transform: rotate(607.5deg);
}

.wind-direction-nw {
    transform: rotate(630deg);
    -ms-transform: rotate(630deg);
    -webkit-transform: rotate(630deg);
    -moz-transform: rotate(630deg);
    -o-transform: rotate(630deg);
}

.wind-direction-nnw {
    transform: rotate(652.5deg);
    -ms-transform: rotate(652.5deg);
    -webkit-transform: rotate(652.5deg);
    -moz-transform: rotate(652.5deg);
    -o-transform: rotate(652.5deg);
}

.mention-highlight.red {
    color: #ffffff;
    background-color: #e74c3c;
    padding: 0 4px 2px 2px;
    text-shadow: none;
}

/*BOX CONTENT*/

.box-content-item {
    padding: 8px;
    margin: 2px 2px 4px 2px;
    border-left: 5px solid #cccccc;
    cursor: default;
    background-color: #f1f1f1;
    font-size: 8pt;
    position: relative;
}

    .box-content-item.odd:nth-child(odd) {
        background-color: #f8f8f8;
    }

    .box-content-item.odd:nth-child(even) {
        background-color: #ffffff;
    }

    .box-content-item.block {
        display: inline-block
    }

    .box-content-item.black {
        border-left: 5px solid #000000;
    }

    .box-content-item.red {
        border-left: 5px solid #e74c3c;
    }

        .box-content-item.red.fill-up {
            background-color: #e74c3c;
            color: #ffffff;
        }

    .box-content-item.orange {
        border-left: 5px solid #f39c12;
    }

    .box-content-item.blue {
        border-left: 5px solid #3498db;
    }

    .box-content-item.green {
        border-left: 5px solid #27ae60;
    }

    .box-content-item.yellow {
        border-left: 5px solid #fec627;
    }

    .box-content-item:not(.nohover):hover {
        border-left: 5px solid #000000;
        cursor: default;
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    }

    .box-content-item-rejected:not(.nohover):hover {
        border-left: 5px solid #FF4732;
        cursor: default;
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    }

    .box-content-item.pointer {
        cursor: pointer;
    }

table.telemetry-stats {
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

    table.telemetry-stats tr {
        border: 1px solid #AAAAAA;
    }

        table.telemetry-stats tr.header {
            background-color: lightgrey;
            font-weight: bold;
        }

        table.telemetry-stats tr.footer {
            font-weight: bold;
        }

    table.telemetry-stats td {
        border: 1px solid #AAAAAA;
        padding: 5px 2px 5px 2px;
    }

        table.telemetry-stats td.header {
            font-weight: bold;
        }

            table.telemetry-stats td.header.DodgerBlue {
                background-color: DodgerBlue;
                color: white;
            }

            table.telemetry-stats td.header.gray {
                background-color: gray;
                color: white;
            }

            table.telemetry-stats td.header.darkgray {
                background-color: darkgray;
            }

            table.telemetry-stats td.header.silver {
                background-color: silver;
            }

            table.telemetry-stats td.header.lightgrey {
                background-color: lightgrey;
            }

        table.telemetry-stats td.footer {
            font-weight: bold;
            background-color: lightgrey;
        }


/*BOX CONTENT SLIM*/

div.box-content-item-slim {
    padding: 8px;
    border-left: 5px solid #cccccc;
    cursor: default;
    background-color: #f1f1f1;
    position: relative;
}

    div.box-content-item-slim.odd:nth-child(odd) {
        background-color: #f8f8f8;
    }

    div.box-content-item-slim.odd:nth-child(even) {
        background-color: #ffffff;
    }

    div.box-content-item-slim.block {
        display: inline-block
    }

    div.box-content-item-slim.black {
        border-left: 5px solid #000000;
    }

    div.box-content-item-slim.red {
        border-left: 5px solid #e74c3c;
    }

    div.box-content-item-slim.orange {
        border-left: 5px solid #f39c12;
    }

    div.box-content-item-slim.blue {
        border-left: 5px solid #3498db;
    }

    div.box-content-item-slim.green {
        border-left: 5px solid #27ae60;
    }

    div.box-content-item-slim:not(.nohover):hover {
        border-left: 5px solid #000000;
        cursor: default;
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    }

    div.box-content-item-slim.pointer {
        cursor: pointer;
    }


/* check icons */

.cross-circle {
    filter: invert(24%) sepia(27%) saturate(6699%) hue-rotate(350deg) brightness(93%) contrast(81%);
    width: 22px;
    height: 16px;
    float: left;
    list-style: none;
    margin: 0;
    align-content: center;
    margin-left: 40%
}

.check-circle {
    filter: invert(56%) sepia(12%) saturate(2510%) hue-rotate(92deg) brightness(97%) contrast(82%);
    width: 22px;
    height: 16px;
    float: left;
    list-style: none;
    margin: 0;
    align-content: center;
    margin-left: 40%
}

/* end */

/* begin box-content-item */

.columnCenter {
    display: inline-block;
    border-right-width: 1px;
    border-right-color: silver;
    border-right-style: dashed;
    padding-right: 3px;
    text-align: center;
}

.columnRight {
    display: inline-block;
    border-right-width: 1px;
    border-right-color: silver;
    border-right-style: dashed;
    padding-right: 3px;
    text-align: right;
}

.columnLeft {
    display: inline-block;
    border-right-width: 1px;
    border-right-color: silver;
    border-right-style: dashed;
    padding-right: 3px;
    text-align: left;
}

/* end */

.box-content-item > ul.box-content-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    content: "";
    z-index: 1;
}

    .box-content-item > ul.box-content-menu > li.box-content-menu-item {
        width: 30px;
        height: 30px;
        float: left;
        background-size: 19px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f1f1f1;
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px;
        cursor: pointer;
    }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.shopping {
            background-image: url(/static/images/icon/shopping.svg);
            background-size: 35px 35px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.download {
            background-image: url(/static/images/icon/download.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.edit {
            background-image: url(/static/images/icon/edit.svg);
            background-size: 18px 18px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.plus {
            background-image: url(/static/images/icon/plus.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.link-driver {
            background-image: url(/static/images/icon/link-driver.svg);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.event-video {
            background-image: url(/static/images/mono/video.png);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.close {
            background-image: url(/static/images/icon/close.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.bin {
            background-image: url(/static/images/icon/bin.svg);
            background-size: 18px 18px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.duplicate {
            background-image: url(/static/images/icon/duplicate.svg);
            background-size: 21px 21px;
            background-position: center 8px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.office {
            background-image: url(/static/images/icon/office.svg);
            background-size: 26px 26px;
            background-position: center 4px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.print {
            background-image: url(/static/images/icon/print.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.upload {
            background-image: url(/static/images/icon/upload.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.gear {
            background-image: url(/static/images/icon/gear.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.statistic {
            background-image: url(/static/images/icon/statistic.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.tick {
            background-image: url(/static/images/icon/tick.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.trash {
            background-image: url(/static/images/icon/trash.svg);
            background-size: 18px 18px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.arrow-left {
            background-image: url(/static/images/icon/arrow-left-solid.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.alert {
            background-image: url(/static/images/icon/alert.svg);
            opacity: 0.7;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.search {
            background-image: url(/static/images/icon/search.svg);
            background-size: 18px 18px;
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.distance {
            background-image: url(/static/images/icon/distance.svg);
        }

        .box-content-item > ul.box-content-menu > li.box-content-menu-item.browser {
            background-image: url(/static/images/icon/browser.svg);
            background-size: 18px 18px;
        }

.box-content-item-slim > ul.box-content-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    content: "";
    z-index: 1;
}

    .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item {
        width: 30px;
        height: 30px;
        float: left;
        background-size: 19px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f1f1f1;
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px;
        cursor: pointer;
    }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.shopping {
            background-image: url(/static/images/icon/shopping.svg);
            background-size: 35px 35px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.download {
            background-image: url(/static/images/icon/download.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.edit {
            background-image: url(/static/images/icon/edit.svg);
            background-size: 18px 18px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.plus {
            background-image: url(/static/images/icon/plus.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.link-driver {
            background-image: url(/static/images/icon/link-driver.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.close {
            background-image: url(/static/images/icon/close.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.bin {
            background-image: url(/static/images/icon/bin.svg);
            background-size: 18px 18px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.duplicate {
            background-image: url(/static/images/icon/duplicate.svg);
            background-size: 21px 21px;
            background-position: center 8px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.office {
            background-image: url(/static/images/icon/office.svg);
            background-size: 26px 26px;
            background-position: center 4px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.print {
            background-image: url(/static/images/icon/print.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.upload {
            background-image: url(/static/images/icon/upload.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.gear {
            background-image: url(/static/images/icon/gear.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.statistic {
            background-image: url(/static/images/icon/statistic.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.tick {
            background-image: url(/static/images/icon/tick.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.search {
            background-image: url(/static/images/icon/search.svg);
            background-size: 18px 18px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.trash {
            background-image: url(/static/images/icon/trash.svg);
            background-size: 18px 18px;
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.distance {
            background-image: url(/static/images/icon/distance.svg);
        }

        .box-content-item-slim > ul.box-content-menu > li.box-content-menu-item.browser {
            background-image: url(/static/images/icon/browser.svg);
            background-size: 18px 18px;
        }

.box-content-item:hover > .box-content-menu {
    display: block;
}

.box-content-item > .box-content-menu > li.box-content-menu-item:hover {
    background-color: #cccccc;
}

.box-content-item > .box-content-flag {
    position: absolute;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
}

.box-content-item > .box-content-flag {
    right: 2px;
    background-image: url(/static/images/plugins/flag.svg);
}

.box-content-item:hover .box-content-flag {
    display: block;
}

.box-content-item > .box-content-flag:hover {
    background-color: #eaeaea;
    display: block;
    cursor: pointer;
}

.box-content-item > ul.box-list {
    margin: 0;
}

div.block-item-resume {
    padding: 0 10px 0 0;
    margin: 5px 10px 0 0;
    color: #333333;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    display: block;
    position: relative;
}

div.block-item {
    padding: 0 10px 0 0;
    margin: 5px 10px 0 0;
    color: #333333;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

    div.block-item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        width: 1px;
        height: 50%;
        background: #cccccc;
    }

    div.block-item:last-child:after {
        background: transparent;
    }

    div.block-item.none-display:after {
        background: transparent;
    }

.remove-display:after {
    background: transparent;
}

div.block-item > div.title {
    padding: 0;
    margin: 0;
    font-size: 9px;
    display: block;
}

.box-content-field {
    display: inline-block;
    vertical-align: top;
}

.box-content-item-header {
    display: inline-block;
    text-align: center;
    font-size: 8pt;
    margin: 2px;
    font-weight: bold;
    border-bottom-style: groove;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}

/*BOX CONTENT*/

.ticket-container {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    padding: 8px;
    border: #dddddd 1px solid;
    background-color: #f5f5f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 100px;
    max-height: 300px;
}

/*KANBAN*/

div.kanban {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.kanban > div.column {
        width: 25%;
        padding: 0 10px;
        border-right: solid 1px #cccccc;
    }

        div.kanban > div.column:last-child {
            border-right: 0;
        }

        div.kanban > div.column > div.heading {
            display: block;
            text-align: center;
            margin-bottom: 10px;
            font-size: 10pt;
            text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
        }

        div.kanban > div.column > div.container {
        }

/*TRANSIT TIME*/

div .control-points p {
    line-height: 1.5;
    position: relative;
    bottom: 2px;
}

    div .control-points p img {
        position: relative;
        top: 3px;
        vertical-align: text-bottom;
        cursor: grab;
        opacity: 0.16
    }

    div .control-points p:hover .theImg {
        opacity: 0.5;
    }

div .control-points .point-area {
    cursor: grab;
}

div .control-points .ddl-points {
    float: left;
}

.map_canvas img {
    max-width: none;
}

/*Question img*/

.question_marker {
    filter: invert(80%);
    cursor:help;
}

.helper-page {
    width: 26px;
    cursor: pointer;
    position: absolute;
    margin: 2px 5px 0 10px;
    border: none;
}

.helper-page:hover {
    border: none;
}

.alreadyLinked {
    opacity: 0.6;
    pointer-events: none;
}

.html2canvas-container {
    width: 3000px !important;
    height: 3000px !important;
}

.disabled-style {
    pointer-events: none !important;
    background-color: #e0e0e0 !important;
    color: #a0a0a0 !important;
    opacity: 0.6 !important;
}

.botao-personalizado {
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.2s ease;
}
    .botao-personalizado:hover {
        background-color: #e6f2ff;
    }

.border-end {
    border-right: 1px solid #dee2e6;
    width: 32%;
    padding: 4px;
}

.scrollable-column {
    max-height: 280px;
    overflow-y: auto;
}
@page {
    size: A4;
    margin: 0;
}

@media all {
    body {
        display: flex;
        justify-content: center;
        background-color: #c3c3c3;
    }

    .page {
        box-shadow: 1px 1px 10px #808080;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 5mm;
        padding: 3mm;
        width: 210mm;
        height: 297mm;
        display: block;
    }
}

@media print {
    body {
        background-color: #fff;
    }

    .danfe {
        margin: 0;
    }

    .page {
        background-color: #fff;
        width: 210mm;
        height: auto;
        margin: 0;
        display: block;
        page-break-after: always;
        overflow-y: no-display;
    }

    .page:first-of-type {
        margin-top: -1mm;
    }

    .page:last-of-type {
        page-break-after: auto;
    }

    .print-page-tool-header {
        display: none;
    }

    .print-page-tool-header-print {
        display: block;
    }
}

body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

ul li {
    
}

.A4-size {
    width: 210mm;
    height: 297mm;
}

table, tbody {
    width: 100%;
}

table {
    border: 1px solid #000000;
    border-collapse: collapse;
}

/*# sourceMappingURL=danfe.css.map */

div.height-5 {
    margin: 0;
    padding: 0;
    border: 0;
    height: 5px;
}

div.height-10 {
    margin: 0;
    padding: 0;
    border: 0;
    height: 10px;
}

.print-page-tool-header {
    height: 45px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background-color: #f9f9f9;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f6f6f6')";*/
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #f6f6f6 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #f6f6f6 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #f6f6f6 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #f6f6f6 52%, #f4f4f4 100%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    text-shadow: 1px 1px #ffffff;
}

    .print-page-tool-header.new {
        background-color: #2A2E43;
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        color: #ffffff;
    }

    .print-page-tool-header img {
        margin: 9px 0 0 10px;
    }

    .print-page-tool-header.new img { width: 100px; }

    .print-page-tool-header.new div {
        left: 100px;
        right: 100px;
        text-align: center;
    }

    .print-page-tool-header div, .print-page-tool-header-print {
        position: absolute;
        left: 45%;
        top: 14px;
        font-size: 11pt;
        text-transform: uppercase;
    }

.print-page-tool-header-print { display: none; }

    .print-page-tool-header a {
        margin: 11px 10px 0 0;
        font-size: 8pt;
    }

.print-page-tool-header a.button {
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
    padding: 5px;
    margin: 9px 10px 0 0;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 10pt;
    text-transform: uppercase;
    float: right;
}

    .print-page-tool-header a.button.blue {
        background-color: #1192D1;
        border: 1px solid #1192D1;
    }

h2 {
    text-transform: uppercase;
    font-size: 11pt;
    margin: 25px 0 10px 0;
    padding: 0;
}

h3 {
    text-transform: uppercase;
    font-size: 9pt;
    margin: 25px 0 10px 0;
    padding: 0;
}
