/* Minification failed. Returning unminified contents.
(5120,1): run-time error CSS1019: Unexpected token, found '}'
(7244,25): run-time error CSS1035: Expected colon, found 'float'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
    list-style: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-decoration: none;
    font-family: Roboto;
}

@font-face {
    font-family: "PortalAT";
    src: url('../Content/font-portal-at.eot');
    src: url('../Content/font-portal-at.eot?#iefix') format('embedded-opentype'), url('../Content/font-portal-at.otf') format('opentype'), url('../Content/font-portal-at.eot'), url('../Content/font-portal-at.woff') format('woff'), url('../Content/font-portal-at.ttf') format('truetype'), url('../Content/font-portal-at.svg') format('svg');
}



img a, a img {
    border: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

html {
    font-size: 16px;
    width: 100%;
    background-color: #E8E7E7 !important;
}

body {
    font: 83% Roboto, Geneva, sans-serif;
    /*line-height: 150%;*/
    color: #666;
    border: none;
    padding-top: 0px;
    width: 85%;
    max-width: 1280px;
    text-align: center !important;
    background: #E8E7E7 !important;
}

/* ############ LINKS ################ */
a {
    color: #000;
}

    a:hover {
        color: #666;
    }

    a:visited {
        color: #000;
    }

/* ############ CABEÇALHOS ############ */
h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 10px 0;
    font-family: Roboto, Helvetica, sans-serif;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 120%;
}

p {
    padding: 0px 10px 10px 10px;
    font-family: PortalAT;
    font-size: 36px;
    font-weight: 400;
    display: inline;
}

x {
    padding: 0px 10px 10px 10px;
    font-family: PortalAT;
    font-size: 100px;
    display: block;
    text-align: center;
}
/* ############ CLASSES COMUNS ############ */
.clear {
    clear: both;
}

.imgLeft {
    float: left;
    padding: 0 6px 3px 0;
}

.imgRight {
    float: right;
    padding: 0 0 3px 6px;
}


body {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 150px;
    /*height:1500px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
/*input[type="select"] {
    max-width: 280px;
}*/

input[type="select"] {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    /*margin: 5px 0 6px 0;
    padding: 5px;*/
    /*width: 300px;*/
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

html {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
}

body {
    color: #333 !important;
    font-size: 13px !important;
    font-family: "Roboto", Verdana, Helvetica, Sans-Serif !important;
    margin: 0 auto !important;
    padding: 0;
    width: 83%;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-center {
    text-align: center;
    position: absolute;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0;
}

#body {
    clear: both;
    padding-bottom: 35px;
    padding-top: 15px;
}

.main-content {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom:30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 17px;
    padding-bottom: 18px;
    background-color: #172a37;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: 55px;
}

header {
    background-color: #172a37;
    height: 67px;
}

.Footercss {
    margin-top: 3%;
    position: absolute;
    /*height: 180px;*/
    vertical-align: bottom;
    background: #172a37;
    
    padding-top: 83px;
    color: #94a5b0 !important;



    padding-top: 17px;
    padding-bottom: 18px;
    background-color: #172a37;
    display: block;
    width: 100%;
    left: 0;
    height: 55px;
    color: #94a5b0 !important;
    /*bottom:0px;*/

}

.footer {
    padding-top:15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #172a37;
    color: #94a5b0 !important;
    text-align: center;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Roboto, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    padding: 0 0 0 0 !important;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }
/* login----------------------------------------------------------*/
#login {
    font-size: .85em;
    margin: 10px 0 0 0px;
    text-align: right;
    padding-top: 60px;
}

.titulo {
    font-weight: 300;
    font-family: Roboto;
    font-size: 24px;
    margin-top: 50px;
}

.buttonSair {
    width: 40px !important;
    height: 40px !important;
    font-size: 6px;
    vertical-align: middle;
    float: right;
    background-color: #5da8dd;
    display: inline;
    position: static;
    text-align: center;
    border: solid 4px #FEFEFE;
    box-shadow: 0px 0px 6px #999;
    border-radius: 5em;
    border-collapse: initial;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translate3d(0,0,0);
    right: 65px;
}

    .buttonSair:hover {
        border: solid 4px #FFF;
        box-shadow: 0 0 20px #9ecaed;
        cursor: pointer;
        background-color: #172a37;
        color: #FFF;
    }

    .buttonSair a {
        color: #fff;
        vertical-align: text-bottom;
        font-size: 10px;
        margin-top: 25px;
    }

        .buttonSair a:hover {
            text-decoration: none;
            background-color: transparent;
        }

#login a.username {
    background: none;
    text-decoration: none;
    color: rgba(23,43,56,1);
}

#login ul {
    margin: 0;
    color: rgba(23,43,56,0.5);
}

#login li {
    display: inline;
    list-style: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    padding-bottom: 0px;
    border-radius: 5px;
}

    #loginForm label {
        text-align: center;
    }

.labelformlogin {
    color: #5aaadd;
    font-weight: 300;
    display: block;
    text-align: left;
}

.loginformUserpass {
    background-color: #5aaadd;
    color: white;
    font-weight: 300;
}

.loginformUsertext {
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: white;
    color: #5aaadd;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.LoginButton {
    background-color: #172a37;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 300;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    color: #8b959b;
}

    .LoginButton:hover {
        background-color: white;
    }

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

.a link {
    color: red;
}

.registerCss {
    padding-top: 20px;
    font-family: Open sans;
    font-weight: 300;
    font-size: 14px;
}

#socialLoginForm {
    margin-left: 40px;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    font-weight: 300;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

textarea {
    font-family: Roboto;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 400;
    padding: 7px;
    width: auto;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        background-color: #172a37;
        color: white;
    }

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    clear: both;
    padding: 10px 20px;
    vertical-align: text-bottom;
    text-align: center;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    vertical-align: text-bottom;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bolder;
    line-height: 10px;
    padding: 0;
    margin: 0;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    text-wrap: normal;
    word-wrap: break-word;
    font-family: Roboto;
    font-weight: 500;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: center;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #fff;
            font-weight: 300;
            text-decoration: none;
            font-family: Roboto;
            text-align: center;
            background-color: none;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
}

tr.pager td {
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: initial;
    }

    .TextboxTOPconfig {
        width: 137px !important;
        height: 40px;
        border: 1px solid #8b959b;
        color: #8b959b;
        float: left;
        margin-right: 3px;
        padding-left: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        margin-bottom: 4px;
        display: inline;
        margin-bottom: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: left;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 10px 0 12px;
        /*text-align: center;*/
        background: white;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #fff;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /*Welcome Page*/


    .Welcometable {
        width: 100%;
    }

    .DescricaoLabel {
        width: 100%;
        text-align: center !important;
        font-weight: 300;
    }

    .titlelogins {
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        font-family: roboto;
    }

    .subtitlelogins {
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        font-family: roboto;
    }

    .Pinzone {
        float: right;
        width: 88%;
        text-align: left !important;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 20px;
        padding-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        margin-right: 10px;
    }

    .imagemPinzone2 {
        float: right !important;
        width: 96% !important;
        text-align: center;
        display: flexbox;
        position: relative;
    }

        .imagemPinzone2 img {
            width: 96%;
        }


    .imagemPinzone {
        float: right !important;
        width: 96% !important;
        text-align: center;
        display: flexbox;
        position: relative;
    }

        .imagemPinzone img {
            width: 96%;
        }

    .Pinzone input[type="text"] {
        height: 40px;
        border-radius: 3px;
        width: 86% !important;
        text-align: left;
        padding-left: 15px;
    }

    .Pinzone input[type="submit"] {
        height: 50px;
        border-radius: 3px;
        width: 150px;
        background-color: #5da8dd;
        color: white;
        font-size: 20px;
        font-weight: 300;
        margin-left: 47px;
        margin-top: 15px;
    }

    .Loginzone {
        float: left !important;
        width: 90%;
        text-align: left;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        margin-bottom: 10px;
        margin-top: 25px;
        padding: 20px;
        padding-right: 0px;
        margin-left: 5px;
    }

    .imageloginzone {
        float: right;
        width: 96% !important;
        display: flexbox;
        position: relative;
    }

        .imageloginzone img {
            width: 96%;
        }

    .Loginzone input[type="text"] {
        height: 40px !important;
        border-radius: 3px;
        width: 86% !important;
        text-align: left;
        padding-left: 15px;
    }

    .Loginzone input[type="password"] {
        height: 40px !important;
        border-radius: 3px;
        width: 86% !important;
        text-align: left;
        padding-left: 15px;
    }

    .Loginzone input[type="submit"] {
        height: 50px;
        border-radius: 3px;
        width: 150px;
        background-color: #5da8dd;
        color: white;
        font-size: 20px;
        font-weight: 300;
        margin-left: 47px;
    }

    .Loginzone a {
        padding-left: 10px;
    }

    /* menu */

    .menutop {
        background-color: #172a37;
        padding-right: 16px;
        margin-top: 3px;
        display: none;
    }

        .menutop ul:last-child li {
            color: #5da8dd;
        }

        .menutop a {
            color: white;
            font-family: Roboto;
            font-weight: bold;
            font-size: 11px !important;
            width: auto;
            text-align: center;
            padding-top: 15px;
            margin-left: 17px;
        }

        .menutop ul li:hover a {
            background-color: #172a37;
            color: #5da8dd;
            border: none;
            text-decoration: underline;
            text-decoration-color: #5da8dd;
            -o-text-decoration-color: #5da8dd;
            -o-transition-property: color;
            -o-transition-duration: 0.4s;
            -moz-transition-property: color;
            -moz-transition-duration: 0.4s;
            -webkit-transition-property: color;
            -webkit-transition-duration: 0.4s, 0.4s;
            padding-bottom: 2px;
            border-bottom: 3px solid #5da8dd;
        }

        .menutop ul li a:hover {
            text-decoration: underline;
            text-decoration-color: #5da8dd;
            -o-text-decoration-color: #5da8dd;
            -o-transition-property: color;
            -o-transition-duration: 0.4s;
            -moz-transition-property: color;
            -moz-transition-duration: 0.4s;
            -webkit-transition-property: color;
            -webkit-transition-duration: 0.4s, 0.4s;
        }

        .menutop ul li:last-child a {
            background-color: #172a37;
            color: #5da8dd;
            border: none;
            /*text-decoration: underline;*/
            text-decoration-color: #5da8dd;
            -o-text-decoration-color: #5da8dd;
            -o-transition-property: color;
            -o-transition-duration: 0.4s;
            -moz-transition-property: color;
            -moz-transition-duration: 0.4s;
            -webkit-transition-property: color;
            -webkit-transition-duration: 0.4s, 0.4s;
            padding-bottom: 2px;
            /*border-bottom: 3px solid #5da8dd;*/
        }

    .GridViewRow, .GridViewAlternativeRow {
        line-height: 20px;
    }

    .menu {
        width: 83%;
        position: absolute;
        display: block;
        padding-right: 50px;
    }

        .menu a {
            width: 100%;
        }

    div.menu ul {
        width: 100% !important;
    }

        div.menu ul li a {
            width: 100% !important;
            font-size: 12px !important;
            line-height: 35px !important;
        }

    .tabelaladomenu {
        margin-top: 250px;
    }

    .buttomTOP {
        max-width: 95px !important;
        height: 42px;
        background-color: #5da8dd;
        border: 1px solid #8b959b;
        color: #fff;
        float: left;
        margin-right: 3px;
        padding-left: 5px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        margin-bottom: 4px;
        display: inline;
        margin-bottom: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }



    .menutop li {
        padding-left: 10px;
    }

    .formularioLeft {
        width: 100% !important;
    }

    .formularioright {
        width: 100% !important;
    }



    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    #imagemgrupo {
        -webkit-mask-image: -webkit-linear-gradient(top, rgba(91, 171, 222,1), rgba(91, 171, 222,1));
        background-color: transparent;
        padding: 0px;
        height: auto;
        width: auto;
    }

    .Menupage li {
        margin-top: 48px;
        border: 0.5px solid rgba(23,43,56,0.5);
        border-width: 1px 1px 1px 1px;
        margin-left: 0px;
        display: inline;
    }

        .Menupage li:first-child {
            margin-top: 48px;
            border: 0.5px solid rgba(23,43,56,0.5);
            border-width: 1px 1px 1px 1px;
            display: table-cell;
            margin-left: 0px !important;
        }


    .Menupage ul {
    }
    /*.Menupage ul li {
        margin-left: 30px;
    }
    .Menupage ul li:first-child {
        margin-left: 30px;
    }*/


    .Menupage li:first-child {
        border-width: 1px 1px 1px 1px;
    }

    .teste {
        width: 220px;
        min-width: 220px;
        min-height: 174px;
        height: 174px;
        font-size: 26px;
        text-align: center;
        position: relative;
        display: block;
        float: right;
    }

    .Menupage img {
        width: 100px;
        height: 100px;
        vertical-align: top !important;
        padding: 30px;
        padding-bottom: 50px;
        position: relative;
        display: block;
    }

    .Menupage a {
        vertical-align: bottom !important;
        padding-left: 10px;
        text-align: left;
    }

    .Menupage {
        text-align: center !important;
        display: table;
        -ms-grid-row: 2;
        -ms-grid-column: 4;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    .GridViewleft {
        font-size: 11px !important;
    }


    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
            padding: 0;
        }

    .Footercss {
        padding: 0;
        margin: 0;
        position: absolute;
        height: 125px;
        vertical-align: bottom;
        background: #172a37;
        width: 100% !important;
        left: 0;
        overflow: hidden;
        font-size: 11px;
        text-align: center !important;
        color: #94a5b0;
    }

        .Footercss a {
            font-size: 10px !important;
            margin: 0;
            padding: 0;
        }

    .menufooter {
        text-align: center;
        padding: 0 70px 0px 70px !important;
        margin: 0 !important;
    }

        .menufooter li {
            padding: 20px !important;
            margin: 0 !important;
        }

    .menufooter2 {
        padding-left: 0% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /*Tabelas mobile*/

    .GridViewStyle {
        width: 100% !important;
        border: none;
        font-family: Roboto;
        font-size: 10px !important;
        font-weight: 500;
        text-align: left;
        min-height: 100px;
        float: left !important;
    }

    .GridViewHeader th a {
        color: #b9bfc3;
        background-color: rgba(23,43,56,1);
        border: 0px solid #fff;
        text-align: left;
        font-size: 10px !important;
        font-family: Roboto, sans-serif;
        font-weight: 500;
    }

    .tabelaladomenu {
        float: none !important;
        width: 100% !important;
    }

    .DropDownListTOP {
        border: 1px solid #8b959b;
        color: #8b959b;
        float: none;
        margin-right: 3px;
        display: block;
        padding-left: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 10px;
        position: static;
        height: 42px;
        width: 137px;
        margin-bottom: 10px;
    }



    .filtrostop {
        display: inline-block;
        vertical-align: bottom;
        height: 40px;
        margin-bottom: 15px;
        margin-top: 15px !important;
        width: 100%;
    }

    .cabecalho {
        width: 100%;
        float: none;
        margin-bottom: 10px !important;
    }

    .cabecalho1 {
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin-left: 30px;
    }

    .cabecalho2 {
        text-align: left !important;
        width: 100% !important;
        font-size: 14px !important;
        margin-left: 15px !important;
        margin-top: 10px !important;
        float: none !important;
        border: none !important;
    }

    .cabecalhobotoes {
        text-align: left !important;
        float: none !important;
        text-align: right !important;
        margin-top: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border: none !important;
        width: 100% !important;
    }


    .botoescabecalho {
    }

    .menu {
    }
}
/* END: Mobile Styles */

@media only screen and (max-width: 570px) {

    * {
        margin: 0;
        padding: 0;
    }

    #blocoFlags {
        float: right;
    }


    .loginformUsertext {
        width: auto;
        min-width: 200px;
        margin-left: 20% auto;
        margin-right: 20% auto;
        background-color: white;
        color: #5aaadd;
        font-weight: 300;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }

    .filtrostop {
        vertical-align: bottom;
        height: 40px;
        margin-bottom: 15px;
        width: 100%;
        display: block;
        padding-top: 50px;
    }

    .menu {
        width: 83%;
        position: absolute;
        display: block;
        padding-right: 50px;
    }

        .menu a {
            width: 100%;
        }

    div.menu ul {
        width: 100% !important;
    }

        div.menu ul li a {
            width: 100% !important;
            font-size: 12px !important;
            line-height: 35px !important;
        }

/*    .tabelaladomenu {
        padding-top: 250px;
    }*/

    /*Tabelas mobile*/

    .GridViewStyle {
        width: 100% !important;
        /*min-width: 350px;*/
        min-width: initial;
        border: none;
        font-family: Roboto;
        font-size: 9px !important;
        font-weight: 400;
        text-align: center;
        min-height: 100px;
        float: left !important;
    }

    .GridViewHeader th a {
        color: #b9bfc3;
        background-color: rgba(23,43,56,1);
        border: 0px solid #fff;
        text-align: center;
        font-size: 10px !important;
        font-family: Roboto, sans-serif;
        font-weight: 500;
    }

    .Footercss {
        padding: 0;
        margin: 0;
        position: absolute;
        height: auto !important;
        min-height: 60px;
        vertical-align: bottom;
        background: #172a37;
        width: 100% !important;
        left: 0;
        overflow: hidden;
        font-size: 11px;
        text-align: center !important;
    }

    .title {
        font-size: 36px !important;
        text-align: center !important;
        vertical-align: bottom !important;
        width: auto !important;
        font-family: Roboto !important;
        font-weight: 500 !important;
        color: rgba(23,43,56,1) !important;
        display: block !important;
        margin: 30px auto !important;
        height: 50px !important;
        position: relative !important;
    }

    .cabecalho {
        width: auto;
        float: none;
        margin-bottom: 10px !important;
    }

    .cabecalho1 {
        text-align: left;
        width: auto;
        font-size: 14px;
        margin-left: 0px;
    }

    .cabecalho2 {
        text-align: left;
        width: auto;
        font-size: 14px;
        border-left: 1px solid #8c8c8c;
        padding-left: 15px;
    }

    .cabecalhobotoes {
        text-align: left !important;
        float: none !important;
        text-align: right !important;
        margin-top: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border: none !important;
        width: 100% !important;
    }

    .botoescabecalho {
        width: 100%;
    }
}

/*TABELAS*/

.tabelas {
    align-content: center;
    text-align: center;
    color: #227FCD;
    border-radius: 4px 4px 4px 4px;
    font-family: "Roboto", Verdana, Helvetica, Sans-Serif;
}

.tablemodern {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    box-shadow: 5px 5px 15px 5px #888888;
    background-color: white;
    -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;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .tablemodern table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .tablemodern tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .tablemodern table tr:first-child td:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .tablemodern table tr:first-child td:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tablemodern tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tablemodern tr:first-child td {
        background: -o-linear-gradient(bottom, #599de0 5%, #4e7caa 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #599de0), color-stop(1, #4e7caa) );
        background: -moz-linear-gradient( center top, #599de0 5%, #4e7caa 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#599de0", endColorstr="#4e7caa");
        background: -o-linear-gradient(top,#599de0,4e7caa);
        background-color: #599de0;
        text-align: center;
        font-size: 14px;
        font-family: Roboto;
        font-weight: bold;
        color: #ffffff;
    }


.popupBody {
    border-radius: 5px;
    background: rgba(23,43,56,0.2);
    width: 350px;
    text-align: center;
    padding-bottom: 10px;
    font-family: Roboto;
}

.modalBackgroundProcesso {
    width: 900px;
    align-content: center;
    background-color: #000;
    filter: alpha(0.9);
    opacity: 0.9;
}

.popupprocesso {
    border-radius: 0px;
    background: #fff;
    width: 600px;
    min-height: 450px;
    text-align: center;
    padding-bottom: 10px;
    font-family: Roboto;
}

    .popupprocesso text, textarea {
        color: #172a37;
    }

.modalBackground {
    align-content: center;
    background-color: #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.hide {
    opacity: 0;
    background-color: #666666;
    width: 0px;
    height: 0px;
    border: none;
    box-shadow: none;
}

.butao {
    border-radius: 10px;
    border: 2px solid #1c7bdb;
    font-family: Roboto;
    margin-top: 10px;
}

    .butao:active {
        border: 2px solid blue;
        background-color: #007AC4;
        color: white;
        margin-bottom: 3px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .butao:hover {
        border: 2px solid #007AC4;
        background-color: #3D93DA;
        color: white;
        margin-bottom: 3px;
        margin-left: 3px;
        margin-right: 3px;
    }

.popuptxt {
    align-content: center;
}

.linhaedit {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: none;
    -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;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .linhaedit table {
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .linhaedit tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .linhaedit table tr:first-child td:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .linhaedit table tr:first-child td:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .linhaedit tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .linhaedit tr:hover td {
        background-color: red;
        color: White;
        cursor: pointer;
    }

    .linhaedit tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .linhaedit tr:nth-child(even) {
        background-color: #ffffff;
    }

.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 7px;
    font-size: 10px;
    font-family: Roboto;
    font-weight: normal;
    color: #000000;
}

.linhaedit tr:last-child td {
    border-width: 0px 0px 0px 0px;
}

.linhaedit tr td:last-child {
    border-width: 0px 0px 0px 0px;
}

.linhaedit tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.linhaedit tr:first-child td {
    background: -o-linear-gradient(bottom, #599de0 5%, #4e7caa 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #599de0), color-stop(1, #4e7caa) );
    background: -moz-linear-gradient( center top, #599de0 5%, #4e7caa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#599de0", endColorstr="#4e7caa");
    background: -o-linear-gradient(top,#599de0,4e7caa);
    background-color: #599de0;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    color: #ffffff;
}

    .linhaedit tr:first-child td:first-child {
        border-width: 0px 0px 0px 0px;
    }

    .linhaedit tr:first-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

.TableAT {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 35px;
    /*text-transform: uppercase;*/
}

    .TableAT table {
        border-collapse: collapse;
        border-spacing: 0;
        min-width: 100%;
        max-height: 100%;
        margin: 0px;
        padding: 0px;
        font-family: Roboto;
        font-weight: bold;
        ruby-position: right;
    }

    .TableAT tr:first-child {
        border: 1px solid #E8E7E7;
        border-width: 1px 1px 1px 1px;
    }


    .TableAT tr:hover:nth-child(even) td {
    }

    .TableAT tr:nth-child(even) td {
        background-color: #fff;
    }

    .TableAT tr:nth-child(odd) td {
        background-color: #efefef;
    }

    .TableAT tr td:first-child {
        color: #888888;
        text-align: left;
        padding-left: 20px;
        font-size: 14px;
        /*text-transform: uppercase;*/
    }

    .TableAT tr td:last-child {
        color: #555555;
        text-align: left;
        padding-left: 20px;
        width: 67%;
    }

    .TableAT td {
        vertical-align: middle;
        border: 1pt solid #dddddd;
        border-width: 1px 1px 1px 1px;
        text-align: center;
        line-height: 24px;
        height: 42px;
        font-family: Roboto;
        font-weight: 300;
        color: #5aaadd;
    }

    /*.TableAT tr td:last-child {
        border-width: 0px 1px 1px 1px;
    }

    .TableAT tr:last-child td:last-child {
    }*/

    .TableAT tr:first-child td {
        border: none;
        height: 70px;
        line-height: 40px;
        font-size: 32px;
        font-family: Roboto, sans-serif;
        font-weight: 300;
        color: #555555;
        text-transform: none !important;
        background-color: #E8E7E7;
        padding: 0;
        padding-top: 15px;
    }

    .TableAT a {
        text-decoration: underline;
        color: #555555;
    }

/*.TableAT tr:first-child td:first-child {
            border-width: 0px 0px 1px 1px;
        }

        .TableAT tr:first-child td:last-child {
            border-width: 0px 0px 1px 1px;
            text-align: left;
            padding-left: 20px;
        }*/

.Importante {
    background-color: red;
}


.TableAtButoes {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .TableAtButoes table {
        border-collapse: collapse;
        border-spacing: 0;
        min-width: 100%;
        max-height: 100%;
        margin: 0px;
        padding: 0px;
        font-family: Roboto;
        font-weight: bold;
        ruby-position: right;
    }

    .TableAtButoes tr:first-child {
        border: 1px solid #8b959b;
        border-width: 1px 1px 1px 1px;
    }


    .TableAtButoes tr:hover:nth-child(even) td {
    }

    .TableAtButoes tr:nth-child(even) td {
    }

    .TableAtButoes tr:nth-child(odd) {
        border-width: 0px 1px 0px 1px;
    }

    .TableAtButoes tr td:first-child {
        color: #8b959b;
        text-align: left;
        padding-left: 20px;
        font-weight: 300;
        text-transform: uppercase;
        width: 33%;
    }

    .TableAtButoes tr td:last-child {
        color: #172a37;
        text-align: left;
        padding-left: 20px;
        font-weight: 500;
        width: 67%;
    }

    .TableAtButoes td {
        vertical-align: middle;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        font-family: Roboto;
        font-weight: 300;
        color: #5aaadd;
    }

    .TableAtButoes tr td:last-child {
        border-width: 0px 1px 1px 1px;
    }

    .TableAtButoes tr:last-child td:last-child {
    }

    .TableAtButoes tr:first-child td {
        background-color: #b9bfc3;
        border: 0px solid #8b959b;
        text-align: center;
        border-width: 0px 1px 1px 1px;
        font-size: 13px;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        color: #ffffff;
    }

        .TableAtButoes tr:first-child td:first-child {
            border-width: 0px 0px 1px 1px;
        }

        .TableAtButoes tr:first-child td:last-child {
            border-width: 0px 0px 1px 1px;
            text-align: left;
            padding-left: 20px;
        }

.TableATIN {
    width: 100%;
    border: 1px solid #ffffff;
}

    .TableATIN table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        background-color: #fff;
    }

    .TableATIN tr:hover:nth-child(even) td {
        background-color: #e2e2e2;
        color: #5aaadd;
    }

    .TableATIN tr:hover:nth-child(odd) td {
        background-color: #e2e2e2;
        color: #5aaadd;
    }

    .TableATIN tr:nth-child(even) td {
        background-color: #fff;
    }

    .TableATIN tr td {
        vertical-align: middle;
        border: 1px solid rgba(90,170,221,0.1);
        border-width: 1px 1px 1px 1px;
        text-align: center;
        font-size: 13px;
        font-family: Roboto;
        font-weight: normal;
        color: #5babde;
    }

    .TableATIN tr:last-child td {
        border-width: 0px 1px 1px 0px;
    }

    .TableATIN tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .TableATIN tr:last-child td:last-child {
        border-width: 0px 1px 1px 0px;
    }
    /* Cabçado da tabela 2*/
    .TableATIN tr:first-child td {
        background: rgba(90,170,221,1);
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 1px 1px 0px;
        font-size: 13px;
        font-family: Roboto;
        font-weight: bold;
        color: #ffffff;
    }

    .TableATIN tr:hover:first-child td {
        color: white;
        background: rgba(90,170,221,1);
    }

    .TableATIN tr:first-child td:first-child {
        border-width: 0px 1px 1px 0px;
    }

    .TableATIN tr:first-child td:last-child {
        border-width: 0px 1px 1px 0px;
    }

    .TableATIN tr:first-child td:last-child {
        color: white;
        background: rgba(90,170,221,1);
    }

    .TableATIN tr td:last-child img {
        -webkit-mask-image: -webkit-linear-gradient(top, rgba(91, 171, 222,0.4), rgba(91, 171, 222,0.4));
    }

    .TableATIN tr:hover td:last-child img {
        -webkit-mask-image: -webkit-linear-gradient(top, rgba(91, 171, 222,1), rgba(91, 171, 222,1));
    }

.TableAT2 {
    min-width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Roboto;
    font-size: 13px;
    color: #474747;
}

    .TableAT2 td {
        padding: 10px;
        border: solid 1px #c1c1c1;
    }

    .TableAT2 th {
        padding: 4px 2px;
        color: #fff;
        background: #5aaadd;
        border-left: solid 1px #fff;
        font-size: 13px;
    }

    .TableAT2 .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .TableAT2 .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .TableAT2 .pgr table {
            margin: 3px 0;
        }

        .TableAT2 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .TableAT2 .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .TableAT2 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/*FIM DE TABELAS*/
/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #fff;
    max-width: 85%;
}

div.menu {
    padding: 0px 0px 0px 0px;
}

    div.menu li:hover #1 {
        background-image: url('../Imagens/large/icon_corporate_white_large.png');
    }

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 188px;
        padding-top: 0px;
        background-color: white;
    }

        div.menu ul li {
            margin-bottom: 2px;
        }

            div.menu ul li a img {
                vertical-align: middle;
                padding-right: 15px;
                padding-left: 15px;
                text-align: left;
                width: 30px;
                height: auto;
                /*-webkit-mask-image:-webkit-linear-gradient(top, rgba(91, 171, 222,0.3), rgba(91, 171, 222,0.3));*/
            }

            div.menu ul li a {
                width: 190px;
                font-size: 13px;
                font-weight: 500;
                text-align: left;
                border: 1px solid #8b959b;
                color: rgba(23,43,56,1);
                display: block;
                line-height: 47px;
                text-decoration: none;
                white-space: nowrap;
                border-radius: 0.5px;
                vertical-align: middle;
            }

                div.menu ul li a:hover {
                    background-color: #8c8c8c;
                    color: white;
                    text-decoration: none;
                    color: white;
                    /* Firefox */
                    -moz-transition: all 0.1s ease-in;
                    /* WebKit */
                    -webkit-transition: all 0.1s ease-in;
                    /* Opera */
                    -o-transition: all 0.1s ease-in;
                    /* Standard */
                    transition: all 0.1s ease-in;
                    /*font-weight:bold;*/
                }


                div.menu ul li a.selected {
                    background-color: #8c8c8c;
                    color: #172a37;
                    text-decoration: none;
                    /*font-weight:bold;*/
                }

                div.menu ul li a:hover p {
                    font-weight: 500;
                }

                div.menu ul li a:hover:before, div.menu ul li a:hover:after {
                    background-color: rgba(23,43,56,1);
                    color: #dde4ec;
                    content: '';
                    -webkit-transition: all 0s ease-in-out;
                    -moz-transition: all 0s ease-in-out;
                    -o-transition: all 0s ease-in-out;
                    transition: all 0s ease-in-out;
                    position: absolute;
                    top: 0;
                }

                div.menu ul li a:active:before, div.menu ul li a:active:after {
                    background-color: rgba(23,43,56,1);
                    color: #dde4ec;
                    content: '';
                    -webkit-transition: all 0s ease-in-out;
                    -moz-transition: all 0s ease-in-out;
                    -o-transition: all 0s ease-in-out;
                    transition: all 0s ease-in-out;
                    position: absolute;
                    top: 0;
                }

.tablemodernline:hover {
    padding: 0px;
    background-color: rgba(90,170,221,0.2);
    color: white;
    cursor: pointer;
}

#imagemgrupo {
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(91, 171, 222,1), rgba(91, 171, 222,1));
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    height: 39px;
    width: 205px;
}


/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Roboto, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Roboto, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/*CollapsiblePanel*/
.collapsePanel {
    overflow: hidden;
    height: 40px;
}

.collapsePanelHeader {
    width: 50%;
    height: 30px;
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
    vertical-align: text-top;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
}

    .collapsePanelHeader img {
    }

.LabelColapsepanelheader {
    padding-left: 15px;
}

collapsePanelHeader:hover {
    background: pink;
}

.collapsePanelHeader2 {
    width: 50%;
    height: 40px !important;
    color: black;
    background-color: #3baae3;
    font-weight: bold;
    margin-bottom: 2px;
    vertical-align: text-bottom;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }


.demoarea {
    padding: 20px;
    background: #FFF url('/images/demotop.png') no-repeat left top;
}

    .demoarea p {
        padding: 5px;
    }

.demoheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Roboto, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.demobottom {
    height: 8px;
    background: #FFF url('/images/demobottom.png') no-repeat left bottom;
}

.Menutable a {
    width: 100%;
    height: 100%;
}

.menufooter {
}

.menufooter2 {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 27px;
}

.menufooter a {
    color: #8b959b;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
}

    .menufooter a:hover {
        color: white;
    }

.menufooter li {
    margin-right: 50px;
    margin-top: 53px;
}

.menutop {
    background-color: #172a37;
    padding-right: 16px;
    margin-top: 3px;
    text-transform: uppercase;
}

    .menutop ul:last-child li {
        color: #5da8dd;
    }

    .menutop a {
        color: white;
        font-family: Roboto;
        font-weight: bold;
        font-size: 14px;
        width: auto;
        text-align: center;
        padding-top: 15px;
        margin-left: 17px;
    }

    .menutop ul li:hover a {
        background-color: #172a37;
        color: #5da8dd;
        border: none;
        text-decoration: underline;
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
        padding-bottom: 2px;
        border-bottom: 3px solid #5da8dd;
    }

    .menutop ul li a:hover {
        text-decoration: underline;
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
    }

    .menutop ul li:last-child a {
        background-color: #172a37;
        color: #5da8dd;
        border: none;
        /*text-decoration: underline;*/
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
        padding-bottom: 2px;
        /*border-bottom: 3px solid #5da8dd;*/
    }

    .menutop li {
        padding-left: 10px;
    }

.label {
    font-size: larger;
    color: #5babde;
    float: left;
    padding-right: 100px;
}

.label2 {
    font-size: larger;
    float: right;
    color: #5babde;
}



.alink:hover {
    background-color: none;
    text-decoration-style: none;
    height: 0px;
    width: 0px;
}

.divtitle {
    vertical-align: bottom;
    line-height: 36px;
    margin-top: auto;
    text-align: left;
}

.divSubtitle {
}

.title {
    font-size: 36px;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(23,43,56,1);
    padding: 0;
    display: block;
    margin: auto;
}

.subtitle {
    font-size: 23px;
    text-align: left;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    color: rgba(23,43,56,0.5);
    vertical-align: text-bottom;
}


/*NOVAS TABELAS*/

.GridViewStyle {
    border: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    min-height: 100px;
    margin-top: 30px;
}

    .GridViewStyle tr td {
        padding-left: 20px;
    }

        .GridViewStyle tr td:last-child {
            padding-left: 0px;
            /*border: 0px solid #fff;*/
        }

    .GridViewStyle tr img {
        text-align: center;
        vertical-align: middle;
    }

    .GridViewstyle tr td:last-child div {
        width: 40px;
        background-color: red;
    }


.GridViewHeader {
    background-color: #172a37;
    color: #fff;
}

    .GridViewHeader th {
        line-height: 52px;
        text-align: left !important;
        background-color: #172a37;
        color: #fff;
        padding-left: 20px;
    }

        .GridViewHeader th a {
            color: #b9bfc3;
            background-color: rgba(23,43,56,1);
            border: 0px solid #fff;
            text-align: left;
            font-size: 15px;
            font-family: Roboto, sans-serif;
            font-weight: 500;
            padding-left: 0px !important;
        }

            .GridViewHeader th a:hover {
                color: white;
            }

.GridViewHeader2 {
    background-color: #172a37;
    color: #fff;
    margin-top: 30px;
}

    .GridViewHeader2 th {
        margin-top: 10px;
        line-height: 52px;
        text-align: left !important;
        padding-left: 10px;
    }

/*.GridViewHeader2 th a {
            border: 0px solid #fff;
            text-align: left;
            font-size: 15px;
            font-family: Roboto, sans-serif;
            font-weight: 500;
            padding-left: 20px !important;
        }*/

.GridViewHeader th a:hover {
    color: white;
}

.GridViewRow {
    background-color: white;
    border: 1px solid #8b959b;
    border-width: 1px 1px 1px 1px;
    min-height: 40px;
    font-family: Roboto;
    font-weight: 300;
    padding-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.GridViewAlternativeRow {
    background-color: white;
    border: 1px solid #8b959b;
    border-width: 1px 1px 1px 1px;
    min-height: 40px;
    font-family: Roboto;
    font-weight: 300;
    padding-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.GridViewleft {
    border: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    max-width: 100%;
    /*min-height: 100px;*/
}

    .GridViewleft tr img {
        text-align: left;
        vertical-align: middle;
    }

    .GridViewleft tr td:last-child div {
        width: 40px;
        background-color: none;
    }

    .GridViewleft th {
        line-height: 40px;
        color: #172a37 !important;
    }

        .GridViewleft th a {
            background-color: #b9bfc3;
            border: 0px solid #fff;
            text-align: left;
            font-size: 13px;
            font-family: Roboto, sans-serif;
            font-weight: 500;
            padding-left: 20px;
        }

            .GridViewleft th a:hover {
                color: white;
            }

.GridFooter {
    border: 1px solid #8b959b;
    border-width: 1px 1px 1px 1px;
    background-color: white;
    Color: Black;
    text-align: right;
    font-family: Roboto;
    font-weight: 300;
    line-height: 40px;
}

    .GridFooter td {
        padding: 0px !important;
    }

    .GridFooter a, .GridFooter a:first-child {
        padding-right: 5px !important;
        padding-left: 5px !important;
        color: #8b959b;
    }

        .GridFooter a:hover {
            color: #172a37;
        }

.GridViewAlternativeRow td:last-child {
    display: none;
    border: 0px solid white;
}

.tabopen3 {
    display: none !important;
}

.GridViewStyle tr:last-child table {
    float: right;
    color: black;
}

.Inform {
    background-image: url('../Imagens/ultimos/Info_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    color: white;
    border: none;
    background-color: #172a37;
}

.Records {
    background-image: url('../Imagens/ultimos/Info_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    color: white;
    border: none;
    background-color: #172a37;
}

.GridViewRow .tabopen:hover {
    color: white;
    border: none;
    background-color: #172a37 !important;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

.GridViewRow:hover .ExpandImage {
    color: white;
}

.EstadoGeral, .EstadoGeralFechado {
    float: right;
    background-color: #6fbf6b;
    text-decoration: none !important;
    border-radius: 5px;
    color: white !important;
    padding: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.EstadoGeralFechado {
    background-color: #ff4a4a;
}

.tabopen input[type="button"] {
    border: none;
    width: 60px;
    background-image: url('../Imagens/ultimos/seta.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.tabopen:hover input[type="button"], .tabopen:hover {
    background-image: url('../Imagens/ultimos/seta-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    color: white;
    border: none;
    background-color: #172a37;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

/* Teste do link >*/
.More input[type="button"] {
    border: none;
    max-width: 40px !important;
}

.More:hover input[type="button"], .More:hover {
    color: white;
    border: none;
    background-color: #b9bfc3;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}
/**/
.tabopen2:hover input[type="button"], .tabopen2 input[type="button"] {
    background: none;
    background-color: transparent;
    border: none;
}


/*Teste*/
.GridViewRow .tabopen2, .tabopen2 {
    border-left: 1px solid #8c8c8c;
    width: 50px;
    background-image: url('../Imagens/ultimos/olho.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

    .GridViewRow .tabopen2:hover {
        background-image: url('../Imagens/ultimos/olho-white.png');
        background-repeat: no-repeat no-repeat;
        background-position: center;
        background-size: 30px;
        color: white;
        border: none;
        background-color: #172a37;
        -moz-transition: all 0.2s ease-in;
        /* WebKit */
        -webkit-transition: all 0.2s ease-in;
        /* Opera */
        -o-transition: all 0.2s ease-in;
        /* Standard */
        transition: all 0.2s ease-in;
    }

.More {
    max-width: 40px !important;
    border-left: 1px solid #8b959b !important;
    text-align: center;
    padding: 0;
    margin: 0;
}

.textheader {
    color: white;
    text-align: center;
    cursor: pointer;
    padding-left: 35px;
}

.GridViewAlternativeRow .tabopen2 {
    border-left: 1px solid #8c8c8c;
    width: 50px;
    background-image: url('../Imagens/ultimos/olho.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

    .GridViewAlternativeRow .tabopen2:hover input[type="image"], .tabopen2:hover {
        background-image: url('../Imagens/ultimos/olho-white.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        color: white;
        border: none;
        background-color: #172a37;
        -moz-transition: all 0.2s ease-in;
        /* WebKit */
        -webkit-transition: all 0.2s ease-in;
        /* Opera */
        -o-transition: all 0.2s ease-in;
        /* Standard */
        transition: all 0.2s ease-in;
        text-overflow: ellipsis;
    }

.GridViewAlternativeRow:hover .ExpandImage {
    color: white;
}

.GridViewStyle2 {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #8b959b;
}

    .GridViewStyle2 tr:nth-child(even) {
    }

.GridFooter2 tr:last-child {
    padding-left: 10px;
}

.GridViewStyle2 tr:last-child table {
    float: right;
    color: black;
}

.GridViewStyle2 tr img {
    text-align: center;
    vertical-align: middle;
}

.GridViewstyle2 tr td:last-child div {
    width: 40px;
    background-color: red;
}

.GridViewHeader2 th {
    line-height: 40px;
    background-color: #dcddde;
    text-align: left;
}

    .GridViewHeader2 th a {
        border: 0px solid #fff;
        text-align: left !important;
        font-size: 13px;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        color: #555555;
    }

.GridViewHeaderpop th a {
    background-color: #172a37;
    border: 0px solid #fff;
    text-align: left;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding-left: 10px;
}



.GridViewHeader2 th a:hover {
    color: white;
}


.GridViewAlternativeRow2 {
    background-color: #efefef !important;
}

.GridViewRow2, .GridViewAlternativeRow2 {
    background-color: white;
    line-height: 40px;
    height: 50px;
    font-family: Roboto;
    font-weight: 300;
    color: #555555;
    font-size: 12px;
    text-align: left;
    /*white-space: nowrap;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;*/
}

    .GridViewAlternativeRow2 td, .GridViewRow2 td {
        margin-left: 10px;
        border: 1px solid #dddddd;
        padding-left: 10px !important;
    }

    .GridViewRow2 input, .GridViewAlternativeRow2 input {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

        .GridViewRow2 input[type="image"], .GridViewAlternativeRow2 input[type="image"] {
            border: inherit;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

/*.GridViewRow2:hover {
        background: none;
        color: #fff;
    }*/

/*.GridViewAlternativeRow2:hover {
        background: none;
        color: #172a37 !important;
    }*/

.GridFooter2 {
    border: 1px solid #8b959b;
    border-width: 1px 0px 0px 0px;
    Color: #555555;
    text-align: right;
    font-family: Roboto;
    font-weight: 300;
    line-height: 40px;
    column-span: inherit;
    background-color: #e8e7e7 !important;
    margin-left: 10px;
}

    .GridFooter2 a {
        margin-left: 10px;
        padding: 7px;
    }

        .GridFooter2 a:hover {
            background-color: #8b959b;
            color: white;
            font-size: 14px;
        }

.GridViewRow2:hover .tabopen {
    background-color: #172a37;
}

.GridViewRow2:hover .ExpandImage {
    color: white;
}

.GridViewAlternativeRow2:hover .tabopen {
    background-color: #172a37;
}

.GridViewAlternativeRow2:hover .ExpandImage {
    color: white;
}

.InvisibleCol {
    display: none;
}

.ChildRow {
    border-width: 0px;
}


.emptygrid {
    text-align: center;
    height: 60px;
    font-size: 18px;
    background-color: #fff;
    color: #172a37;
}

/* Style */
#divHidden {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.EditInfo {
    width: 310px;
    height: 220px;
    background-color: White;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -168px;
    vertical-align: middle;
    z-index: 1001;
    display: none;
}

.iframe {
    align-content: center;
    vertical-align: top;
    padding: 0px;
    border: 0px;
}

.maindiv {
    width: 100%;
    border: none;
    padding: 0px;
}

.Menupage icon {
    text-align: center;
}

.Menupage li {
    margin-top: 24px;
    border: 0.5px solid rgba(23,43,56,0.5);
    border-width: 1px 1px 1px 1px;
    margin-right: 24px;
    display: inline;
    text-align: center;
    margin-left: 40px !important;
}

    .Menupage li:first-child {
        margin-top: 24px;
        border: 0.5px solid rgba(23,43,56,0.5);
        border-width: 1px 1px 1px 1px;
        display: table-cell;
        margin-left: 40px !important;
    }


.Menupage ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
}

.Menupage li:first-child {
    border-width: 1px 1px 1px 1px;
}

.teste {
    width: 220px;
    min-width: 220px;
    min-height: 174px;
    height: 174px;
    font-size: 26px;
    text-align: center;
    position: relative;
    display: block;
    float: none;
}

.Menupage img {
    width: auto;
    height: auto;
    vertical-align: top !important;
    padding: 30px 30px 10px 70px;
    text-align: center;
    position: relative;
    background-color: transparent;
    display: block;
}

.Menupage a {
    vertical-align: bottom !important;
    text-align: center;
    white-space: normal !important;
    line-height: 25px;
}

.Menupage {
    text-align: center !important;
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
}


.teste:hover {
    background-color: #b9bfc3;
    color: white;
    /* Firefox */
    -moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
}

.Menutable {
    padding-top: 161px;
    width: 100%;
    text-align: left;
}

    .Menutable tr {
        margin-top: 58px;
        width: 100%;
        text-align: left;
    }

        .Menutable tr td {
            font-size: 26px;
            margin-top: 50px;
            margin-left: 1%;
            margin-right: 1%;
            vertical-align: bottom;
            line-height: 25px;
            /*background: rgba(23,43,56,0.5);*/
            width: 25%;
            height: 125px;
            color: rgba(23,43,56,1);
            padding: 29px;
            text-align: left;
            border: 1px solid #8b959b;
            line-height: 100%;
        }

    /*Menu Principal*/
    .Menutable td:hover {
        background: rgba(23,43,56,1);
        color: white;
        /*-webkit-mask-image:-webkit-linear-gradient(top, rgba(91, 171, 222,0.3), rgba(91, 171, 222,0.3));*/
    }

    .Menutable img {
        vertical-align: top;
        padding-top: 15px;
        width: 24px;
        height: 24px;
    }

.testefont {
    font-family: PortalAT;
    font-size: 78px;
    color: red;
}

.ExpandImage {
    font-family: PortalAT;
    font-size: 20px;
    color: black;
    border: 1px solid #8B959B;
    border-width: 0px 1px 0px 1px;
}

.ExpandImage2 {
    font-family: PortalAT;
    font-size: 20px;
    color: black;
    border: 1px solid #8B959B;
    border-width: 0px 1px 0px 1px;
}

.tabopen {
    border-left: 1px solid #8c8c8c;
    /*border-right: 1px solid #8c8c8c;*/
}

.tabopen2 {
    width: 64px;
    min-width: 64px;
    border-left: 1px solid #8c8c8c;
}

.rmapop {
    border-radius: 2px;
    background: #fff;
    /*width: 900px;
    height: 800px;*/
    position: relative;
    height: 900px;
    width: 100%;
    margin: 0 0%;
    overflow: auto;
    text-align: center;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-right: 25px;
    font-family: Roboto;
}


.modalPopupabc {
    background: #fff;
    padding: 3px;
    position: relative;
    width: 900px;
    height: 567px;
    margin: 0 0%;
    overflow: auto;
    top: 0px;
    left: 0px;
}

.modalPopupabc2 {
    background: #fff;
    padding: 3px;
    position: relative;
    width: 900px;
    height: 400px;
    margin: 0 0%;
    overflow: auto;
    top: 0px;
    left: 0px;
}

.modalPopupabcd {
    background: #fff;
    padding: 3px;
    position: relative;
    width: 900px;
    height: 60px;
    margin: 0 0%;
    overflow: auto;
    text-align: center;
}



.butaoclose {
    vertical-align: top;
    background-color: transparent;
    border: none;
    float: right;
    height: 30px;
    width: 30px;
    z-index: 10000;
    position: absolute;
    right: -20px;
    top: -25px;
}

.formularioLeft {
    float: left;
    width: 49%;
}

.formularioright {
    float: right;
    width: 49%;
}


.butoes {
    width: 95% !important;
    text-align: center !important;
    float: right !important;
}

.formulario {
    margin-top: 50px;
    margin-bottom: 50px;
}

.FormularioOK {
    background-color: #172a37;
    color: white;
    width: 180px;
    height: 45px;
    float: right !important;
}

.divButao {
    float: right !important;
    text-align: right !important;
}

.teste2 {
    float: right !important;
    width: 100%;
}

.TextboxTOP {
    width: 137px;
    height: 40px;
    border: 1px solid #8b959b;
    color: #8b959b;
    float: left;
    margin-right: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.buttomTOP {
    width: 137px !important;
    height: 42px;
    background-color: #5da8dd;
    border: 1px solid #8b959b;
    color: #fff;
    float: left;
    margin-right: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

    .buttomTOP:hover {
        background-color: #172a37 !important;
    }

.buttomBot {
    width: 137px !important;
    height: 42px;
    background-color: #5da8dd;
    border: 1px solid #8b959b;
    color: #fff;
    float: right;
    margin-right: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .buttomBot:hover {
        background-color: #172a37 !important;
    }


.buttomBotleft {
    width: 145px !important;
    height: 42px;
    background-color: #5da8dd;
    border: 1px solid #8b959b;
    color: #fff;
    float: left;
    margin-right: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .buttomBotleft:hover {
        background-color: #172a37 !important;
    }


.TextboxTOP2 {
    width: 137px;
    height: 40px;
    border: 1px solid #8b959b;
    color: #8b959b;
    float: right;
    margin-right: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
}
/*Alterado varias vezes*/
.DropDownListTOP {
    border: 1px solid #8b959b;
    color: #8b959b;
    float: left;
    margin-right: 3px;
    display: inline;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    position: static;
    height: 42px;
    width: 137px;
    margin-bottom: 10px;
}

.Registercomplete {
    border-radius: 2px;
    padding-top: 20px;
}

    .Registercomplete span {
        font-size: 15px;
        vertical-align: bottom;
        display: inline;
        /*text-align: center;*/
        float: left;
        padding-right: 20px;
        padding-top: 20px;
    }


    .Registercomplete input[type="text"] {
        display: inline;
        height: 40px;
        padding: 0;
        margin-top: 10px;
        /*width: 200px;*/
        margin-bottom: 0;
        margin-left: 0;
        /*text-align: left;*/
    }

    .Registercomplete table tr td input[type=button] {
        display: inline;
        height: 40px;
        padding: 0;
        margin-top: 10px;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

.submit button {
    display: normal;
    text-align: right;
    background-color: #5da8dd;
    padding-left: 100px;
    color: white;
}

.insertbuttom {
    display: normal;
    text-align: center;
    background-color: #5da8dd;
    padding-left: 100px;
    color: white;
    min-width: 100% !important;
}

.formRegistercomplet {
}

.ADDROW {
    padding-top: 250px;
    width: 200px;
    background-color: #8b959b;
}

.droplist {
    height: 40px;
    width: auto;
    min-width: 77% !important;
    border: 1px solid #e2e2e2;
    font-family: roboto;
    font-weight: 300;
    margin: initial;
}

.textboxNew {
    width: auto !important;
    min-width: 75% !important;
    font-family: roboto;
    font-weight: 300;
}

.labelcheck {
    min-width: 190px !important;
    width: 190px !important;
}

.butaopesquisa {
    background-color: #5da8dd;
    width: 137px;
    height: 42px;
    border: 1px solid #8b959b;
    color: #fff;
    float: left;
    margin-right: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: normal;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

    .butaopesquisa:hover {
    }

.butaopesquisaNew {
    font-family: Roboto;
    background-color: #5da8dd;
    width: 137px;
    height: 42px;
    border: 1px solid #8b959b;
    color: #fff;
    display: normal;
    padding: 15px;
    margin-top: 25px;
    border-radius: 2px;
    font-size: larger;
}

    .butaopesquisaNew:hover {
        background-color: #172a37;
        color: white;
        border-radius: 2px;
    }


.TextboxTOPconfig {
    width: 137px;
    height: 40px;
    border: 1px solid #8b959b;
    color: #8b959b;
    float: left;
    margin-right: 3px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}


.AlertBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.AlertPopupNewProcess {
    background-color: #FFFFFF;
    padding-top: 35px;
    width: 300px;
    height: 180px;
    border-radius: 3px;
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 500;
}

.AlertPopup {
    background-color: #FFFFFF;
    padding-top: 35px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
    border-radius: 3px;
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 500;
}

    .AlertPopup input {
        background-color: #5da8dd;
        color: #172a37;
        text-align: center;
        margin-top: 25px;
        width: 100px;
        height: 40px;
        border-radius: 3px;
        font-family: Roboto !important;
    }

.RMANumber {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #172a37;
    text-align: center;
    font-family: Roboto;
}

.TitlePOP {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-family: Roboto;
}

.labelregister {
    color: #8b959b;
    padding-left: 100px;
    pointer-events: none;
    cursor: default;
}

.SaveProcess_Buttom {
    width: 145px !important;
    background-color: #8b959b;
    Color: White;
    padding-right: 0;
}

.CloseProcess_Buttom {
    width: 145px !important;
    Background-Color: #5da8dd;
    Color: White;
    padding-right: 0;
}


.linkurl {
    cursor: pointer;
    font-weight: 300;
    font-size: 20px;
    color: #172a37;
}

.boxrenew {
    text-align: justify;
    font-size: 14px;
    margin-top: 50px;
    border: 1px solid #8c8c8c;
    width: 90%;
    display: block;
    padding: 5%;
    border-radius: 4px;
}

.titlerenew {
    font-size: 36px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(23,43,56,1);
    padding: 0;
    display: block;
}

.registertemplate {
    text-align: center !important;
    background: pink;
    border: 1px solid #8c8c8c;
}

.ButtonRegister {
    width: 28% !important;
    max-width: 295px;
    text-align: center;
    background: #5da8dd;
    color: white;
    height: 50px;
}

.ButtonRegister2 {
    width: 28% !important;
    max-width: 295px;
    margin-left: 0px;
    text-align: center;
    background: #5da8dd;
    color: white;
    height: 50px;
}

.registerform {
    text-align: center;
}

.forgotbuttom {
    width: 28% !important;
    max-width: 295px;
    text-align: center;
    background: #5da8dd;
    color: white;
    height: 50px;
}

.companylogintop {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100px;
    float: right;
    padding-right: 10px;
}

.userlogintop {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    width: 100px;
    float: right;
    border-top: 1px solid #5da8dd;
    vertical-align: top;
    line-height: 11px;
}

.tabelaladomenu {
    float: right;
    width: 79%;
    margin-bottom:30px;
}

.filtrostop {
    display: inline-block;
    vertical-align: bottom;
    height: 40px;
    margin-bottom: 15px;
    margin-top: 0px;
    width: 100%;
}

p img {
    padding: 0;
}

.spinner {
    margin: 100px auto;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 99999;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 15px;
    height: 15px;
    background-color: #5da8dd;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    rotation: 45deg;
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    rotation: 90deg;
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.testepanelext {
    float: right;
    position: fixed;
    display: inline;
    text-wrap: normal;
}


.menulogin {
    float: right !important;
    position: relative;
    display: block;
    text-align: center;
}

    .menulogin li {
        background: #172a37;
        width: auto;
        padding: 5px;
        margin: auto;
        color: #fff !important;
        vertical-align: middle;
        padding-right: 20px !important;
        padding-right: 10px !important;
    }

        .menulogin li a {
            color: #fff !important;
            font-weight: 500;
        }

            .menulogin li a.selected {
                color: #172a37 !important;
                background: none;
                font-weight: 500;
            }

                .menulogin li a.selected li a {
                    color: #172a37 !important;
                    background: white !important;
                    font-weight: 500;
                }

        .menulogin li ul {
            border: 1px solid #172a37;
            text-align: right;
        }

        .menulogin li li {
            background: #fff;
            width: 100px;
            color: #172a37 !important;
            margin-right: 0px !important;
            padding-left: 28px;
        }

            .menulogin li li a {
                background: #fff;
                width: 100px;
                color: #172a37 !important;
                margin-right: 20px !important;
            }

            .menulogin li li:first-child {
                background: #fff;
                width: 100px;
                color: #172a37 !important;
            }

            .menulogin li li:hover {
                background: #172a37;
            }

                .menulogin li li:hover a {
                    color: #fff !important;
                    background: #172a37;
                }

#Navuser ul li {
    float: right;
    border-radius: 3px;
}

#Navuser a.popout {
    background-image: url(/Imagens/ultimos/seta-white.png) !important;
    padding-left: 14px !important;
    padding-right: 24px !important;
    color: white !important;
}

.divmenulogin {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Gridviewnew {
    background-color: #172a37;
    color: white;
    font-weight: 700;
    line-height: 40px;
    font-size: 14px;
}

    .Gridviewnew a:hover {
        color: #eef8fd;
    }

.cabecalho {
    width: 70%;
    float: left;
    margin-bottom: 0px;
}

.cabecalho1 {
    text-align: left;
    width: 50%;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

.cabecalho2 {
    text-align: left;
    width: 45%;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    border-left: 1px solid #8c8c8c;
    padding-left: 15px;
}

.cabecalhobotoes {
    text-align: left;
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.botoecabecalho {
    width: 50px;
    float: left;
    height: auto;
}


.DropClient {
    border: 1px solid #8b959b;
    color: #8b959b;
    float: none;
    margin-right: 3px;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    position: static;
    height: auto;
    min-width: 290px;
    width: auto;
    margin-bottom: 10px;
    border-color: #b9bfc3;
    text-transform: uppercase;
}

.buttomimage {
    border: none;
    Width: 25px;
    Height: 25px;
}

/* Wait popup*/
.modal {
    position: absolute;
    display: inline;
    z-index: 999;
    margin: auto;
    height: auto;
    width: auto;
    text-align: center;
}

.center {
    z-index: 10000;
    margin: 50px auto;
    padding: 10px;
    width: 66px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 64px;
        width: 64px;
    }

.AjaxCombo {
    width: 200px;
    text-align: left !important;
    position: inherit !important;
}

    .AjaxCombo button {
        background-color: white !important;
        border: none !important;
    }

.Dropmarca {
    font-family: Roboto;
    font-weight: 300;
    border-color: #e2e2e2;
    color: #172a37;
    margin-bottom: 3px;
    text-align: left;
}

.alignleft {
    text-align: left;
}

.AjaxToolkitStyle .ajax__combobox_itemlist {
    border-color: #0F2543;
    background-color: #EFEFEF;
    width: 500px !important;
}

.Welcometable {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

.DescricaoLabel {
    width: 100%;
    text-align: center !important;
    font-weight: 300;
    display: inline;
}

.titlelogins {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
}

.subtitlelogins {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    font-family: roboto;
}

.Pinzone {
    float: right;
    width: 88%;
    text-align: left !important;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 20px;
    padding-right: 0px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-right: 10px;
    min-height: 290px;
}

.imagemPinzone2 {
    float: left !important;
    width: 33.333333%;
    max-width: 400px !important;
    text-align: center;
}

    .imagemPinzone2 img {
        max-width: 330px !important;
        width: 96%;
    }


.imagemPinzone {
    float: left !important;
    max-width: 400px !important;
    width: 33.333333%;
    text-align: center !important;
}

    .imagemPinzone img {
        max-width: 330px !important;
        width: 96%;
    }

.Pinzone input[type="text"] {
    height: 40px;
    border-radius: 3px;
    width: 86% !important;
    text-align: left;
    padding-left: 15px;
}

.Pinzone input[type="submit"] {
    height: 50px;
    border-radius: 3px;
    width: 150px;
    background-color: #5da8dd;
    color: white;
    font-size: 20px;
    font-weight: 300;
    vertical-align: bottom;
    text-align: center !important;
}

.warranty {
    margin-top: 90px;
}

.Loginzone {
    float: left !important;
    width: 90%;
    text-align: left;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 20px;
    padding-right: 0px;
    margin-left: 5px;
    min-height: 290px;
}

.imageloginzone {
    float: left;
    width: 33.333333%;
    max-width: 400px !important;
}

    .imageloginzone img {
        max-width: 330px !important;
        width: 96%;
    }

.Loginzone input[type="text"] {
    height: 40px !important;
    border-radius: 3px;
    width: 86% !important;
    text-align: left;
    padding-left: 15px;
}

.Loginzone input[type="password"] {
    height: 40px !important;
    border-radius: 3px;
    width: 86% !important;
    text-align: left;
    padding-left: 15px;
}

.Loginzone input[type="submit"] {
    height: 50px;
    border-radius: 3px;
    width: 150px;
    background-color: #5da8dd;
    color: white;
    font-size: 20px;
    font-weight: 300;
    text-align: center !important;
}

.Loginzone a {
    padding-left: 35px;
}

.Serial {
    width: 100%;
}

.errorserial {
    float: left;
    vertical-align: middle;
}


.newtable {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    width: 200px;
    float: right !important;
    margin-top: 0px;
    bottom: 0;
    float: left;
    margin-bottom: 25px !important;
}

.newtable2 {
    font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    width: 200px;
    float: right !important;
    margin-top: 0px;
    bottom: 0;
    float: right;
}

.divComplete {
    width: 100%;
    float: none;
    height: auto;
}

.Print {
    border: 1px solid #172a37;
    width: 150px !important;
    color: #172a37;
    font-weight: bold;
    font-family: Roboto;
    height: 40px;
    margin: 10px;
    float: right !important;
    border-radius: 3px;
    text-align: center;
}

.Aproved {
    border: 1px solid green;
    width: 150px !important;
    color: green;
    font-weight: bold;
    font-family: Roboto;
    height: 40px;
    margin: 10px;
    float: right !important;
    border-radius: 3px;
    text-align: center;
}

.NotApproved {
    border: 1px solid red;
    width: 150px !important;
    color: red;
    font-weight: bold;
    font-family: Roboto;
    height: 40px;
    margin: 10px;
    float: right !important;
    border-radius: 3px;
    text-align: center;
}

.selectedDisable {
    border: 1px solid white;
    width: 150px !important;
    background-color: gray;
    color: white;
    font-weight: bold;
    font-family: Roboto;
    height: 40px;
    margin: 10px;
    float: right !important;
    border-radius: 3px;
}

    .selectedDisable:hover {
        border: 1px solid white;
        width: 150px !important;
        background-color: gray;
        color: white;
        font-weight: bold;
        font-family: Roboto;
        height: 40px;
        margin: 10px;
        float: right !important;
        border-radius: 3px;
    }


.tablenewequip textarea, .tablenewequip input[type="text"] {
    text-align: left !important;
}

.tablenewequip {
    text-align: left !important;
}


.buttomNav {
    min-width: 350px;
    text-align: center;
    border: 1px solid #5da8dd;
    padding: 15px;
    border-radius: 5px;
    color: #5da8dd;
    font-size: 22px !important;
    font-family: Arial;
}


.LinkPortal {
    font-size: 20px;
    vertical-align: baseline;
    color: #8b959b;
    margin-top: 25px;
    font-family: Arial;
}

    .LinkPortal a {
        font-size: 20px;
        vertical-align: bottom;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
        font-family: Arial;
    }


.paragraph {
    font-size: 11px;
    text-overflow: ellipsis;
    line-height: 16px;
    text-transform: uppercase;
}

.filtrostop {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .filtrostop .DropDownListTOP {
        margin-top: 0;
        max-height: 40px;
        min-width: 150px;
        width: 150px;
    }

.Errotitle {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    display: block;
    margin: 10px;
}

.Errosubtitle {
    text-align: center;
    font-size: 28px;
    display: block;
}


.Intervencoes {
    border-color: #dddddd;
}

.tableavisos {
    min-width: 250px;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    text-align: left;
    padding: 100px;
}

    .tableavisos input[type="checkbox"] {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }

.Avisos {
    margin-top: 50px;
    width: 250px;
    border: 2px dashed #5da8dd;
    border-radius: 15px;
    padding: 15px;
}

.divcabecalho {
    text-align: left;
    border: 1px solid #8b959b;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    border-radius: 1px;
}

.divavisos a {
    color: #5da8dd !important;
    font-weight: bold !important;
    font-size: 15px;
    text-decoration: underline;
}

    .divavisos a:hover {
        color: #172a37 !important;
        text-decoration: underline;
    }

.DivInfo {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.DivInfo2 {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 2px !important;
}

.emptyrow {
    color: #5da8dd;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
}

.Loginarea {
    text-align: center !important;
    /*Se for necessario repôr algum aviso no login, basta eliminar as margens de 33.333% e alterar o imageloginzone2 para width de 33.3333%*/
    margin-left: 33.333333%;
    margin-right: 33.333333%;
}

.imageloginzone2 {
    float: none;
    width: 100%;
    max-width: 400px !important;
}

    .imageloginzone2 img {
        max-width: 330px !important;
        width: 96%;
        min-width: 96%;
    }

.Loginzone2 {
    float: none !important;
    width: 90%;
    text-align: left;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 20px;
    padding-right: 0px;
    margin-left: 5px;
    min-height: 290px;
}

    .Loginzone2 input[type="text"] {
        height: 40px !important;
        border-radius: 3px;
        width: 86% !important;
        text-align: left;
        padding-left: 15px;
    }

    .Loginzone2 input[type="password"] {
        height: 40px !important;
        border-radius: 3px;
        width: 86% !important;
        text-align: left;
        padding-left: 15px;
    }

    .Loginzone2 input[type="submit"] {
        height: 50px;
        border-radius: 3px;
        width: 150px;
        background-color: #5da8dd;
        color: white;
        font-size: 20px;
        font-weight: 300;
        text-align: center !important;
    }

    .Loginzone2 a {
        padding-left: 10px;
    }

.myCalendar {
    background-color: #fff;
    width: 280px;
}

    .myCalendar td {
        text-align: center;
        font-size: 16px;
        height: 20px;
    }

    .myCalendar a {
        text-decoration: none;
        text-align: center !important;
    }

    .myCalendar .myCalendarTitle {
        text-align: center !important;
        font-weight: bold;
        background-color: #fff;
        color: #172a37;
    }

    .myCalendar th.myCalendarDayHeader {
        height: 20px;
        border-bottom: solid 1px #172a37;
        border-right: solid 1px #fbfbfb;
        text-transform: uppercase;
        padding-left: 10px;
        font-size: 16px;
        font-weight: 200;
    }

    .myCalendar td.myCalendarDay {
        border: solid 1px #000 !important;
        font-size: 16px;
        font-weight: 400;
        text-align: center !important;
    }

        .myCalendar td.myCalendarDay:nth-child(7) {
            background-color: #8c8c8c !important;
            text-align: center !important;
            border-left: solid 1px #000 !important;
        }

        .myCalendar td.myCalendarDay:nth-child(1) {
            background-color: #8c8c8c !important;
            text-align: center !important;
        }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 14px;
            color: #000;
            text-decoration: hidden;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            /*background: url("/imagens/1421787607_146-128.png") no-repeat center center;*/
            background-size: 20px;
            text-decoration: hidden;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            /*background: url("/imagens/1421787628_147-128.png") no-repeat center center;*/
            background-size: 20px;
            text-decoration: hidden;
        }

    .myCalendar td.myCalendarSelector a {
        background-color: #f2f2f2;
        -webkit-box-shadow: 0 0 7px 3px #e5e5e5;
        box-shadow: 0 0 7px 3px #172a37;
        color: #000 !important;
        font-size: 16px;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a {
        display: block;
        height: 20px;
        line-height: 20px;
    }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
    }

        .myCalendar .myCalendarToday a {
            color: #25bae5 !important;
            text-align: center !important;
            width: 100%;
        }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #5da8dd;
        color: #fff !important;
        width: 100%;
    }

.myCalendarOtherMonthDayStyle {
    color: #e7e9eb;
    border: solid 1px #000 !important;
    font-size: 16px;
    font-weight: 100;
    text-align: center !important;
}

    .myCalendarOtherMonthDayStyle a {
        color: #e7e9eb !important;
    }

.myCalendar td.myCalendarOtherMonthDayStyle:nth-child(7) {
    background-color: #8c8c8c !important;
    text-align: center !important;
}

.myCalendar td.myCalendarOtherMonthDayStyle:nth-child(1) {
    background-color: #8c8c8c !important;
    text-align: center !important;
}




.divvisible,
.divinvisible {
    overflow: hidden;
    /* This container should not have padding, borders, etc. */
}

.divvisible {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.divinvisible {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: none;
}

    .divvisible > tr,
    .divinvisible > tr {
        /*Put any padding, border, min-height, etc. here. */
    }

    .divinvisible > tr {
        margin-top: -10000px;
        -webkit-animation: fadeIn ease-in 1;
        -moz-animation: fadeIn ease-in 1;
        -o-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*::-webkit-scrollbar{
	background-color:#5AAADD;  	
	width:10px;
    height:10px;
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5) inset;
}
::-webkit-scrollbar-thumb{
        border-radius:0px;
	background-color:#172a37;
	
}
/*::-webkit-scrollbar-thumb:hover{
	background-color:#5AAADD;
}*/

}

.menutop2 {
    background-color: #172a37;
    padding-right: 16px;
    margin-top: 3px;
    display: none;
}

    .menutop2 ul:last-child li {
        color: #5da8dd;
    }

    .menutop2 a {
        color: black;
        font-family: Roboto;
        font-weight: 400;
        font-size: 22px !important;
        width: auto;
        text-align: center;
        padding-top: 15px;
        margin-left: 17px;
        display: block;
        position: relative;
    }

    .menutop2 ul li:hover a {
        color: #5da8dd;
        border: none;
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
        padding-bottom: 2px;
    }

    .menutop2 ul li a:hover {
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
    }

    .menutop2 ul li:last-child a {
        border: none;
        /*text-decoration: underline;*/
        text-decoration-color: #5da8dd;
        -o-text-decoration-color: #5da8dd;
        -o-transition-property: color;
        -o-transition-duration: 0.4s;
        -moz-transition-property: color;
        -moz-transition-duration: 0.4s;
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.4s, 0.4s;
        padding-bottom: 2px;
        /*border-bottom: 3px solid #5da8dd;*/
    }

.menuDiv {
    font-size: larger;
}

::-webkit-input-placeholder {
    color: #555555;
}

:-moz-placeholder { /* Firefox 18- */
    color: #555555;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #555555;
}

:-ms-input-placeholder {
    color: #555555;
}

#MainContent_menu1 > ul > li > a {
    color: #000 !important;
}

    #MainContent_menu1 > ul > li > a:hover {
        color: #fff !important;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.labelformLori {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    font-weight: 500;
}

.formspacing {
    padding-bottom: 44px;
}

.spacingblock {
    margin-top: 20px;
}

.blocoslabelLori {
    text-align: left;
}

.checkboxLori {
    zoom: 1.7;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#ContentPlaceHolder1_alterastatus {
    display: block;
}

#ContentPlaceHolder1_InsereIntTxt {
    display: block;
}

#ContentPlaceHolder1_ProcessoAbTxt {
    display: block;
}

#ContentPlaceHolder1_marcaprocesso {
    display: block;
}

#ContentPlaceHolder1_InsFolhaObraTXT {
    display: block;
}

#ContentPlaceHolder1_reagendaprocesso {
    display: block;
}

#ContentPlaceHolder1_SaidaTxt {
    display: block;
}

#ContentPlaceHolder1_FechaProcTxt {
    display: block;
}

#ContentPlaceHolder1_AlertaOperador {
    display: block;
}

#ContentPlaceHolder1_EnviaRelatorioAoOperador {
    display: block;
}

#ContentPlaceHolder1_receciona {
    display: block;
}

#ContentPlaceHolder1_RegistaLog {
    display: block;
}

#ContentPlaceHolder1_marcaprocesso {
    display: block;
}

#ContentPlaceHolder1_MostraMenuTxt {
    display: block;
}

#ContentPlaceHolder1_grupo {
    display: block;
}

#ContentPlaceHolder1_MostraNoMenuLori {
    display: block;
}

#ContentPlaceHolder1_AcOnTheWay {
    display: block;
}

#ContentPlaceHolder1_AcCheckin {
    display: block;
}

#ContentPlaceHolder1_AcCheckOut {
    display: block;
}

#ContentPlaceHolder1_AcCorrectRepairInfo {
    display: block;
}

#ContentPlaceHolder1_AcUpdateSpares {
    display: block;
}

#ContentPlaceHolder1_EnviaSMS {
    display: block;
}

#ContentPlaceHolder1_DestinatarioSMSCliente {
    display: block;
}

#ContentPlaceHolder1_EnviaMailCheck {
    display: block;
}

#ContentPlaceHolder1_ObrigaAssinar {
    display: block;
}

#ContentPlaceHolder1_AddReview {
    display: block;
}

#ContentPlaceHolder1_EnvioPorEmail {
    display: block;
}

#ContentPlaceHolder1_CheckBox1 {
    display: block;
}

#ContentPlaceHolder1_CheckBox2 {
    display: block;
}

#ContentPlaceHolder1_CheckBox3 {
    display: block;
}

#ContentPlaceHolder1_CheckBox4 {
    display: block;
}


.section-about .profile-photo {
    margin-right: 10%;
    margin-bottom: 10px;
}

.section-about .profile-title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}

.profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-list .titleInfoCustomer {
        display: block;
        width: 80px;
        float: left;
        color: #3d4451;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
    }

.box_shadow {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    background: #fff;
}

.img_profile {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 50%;
}

.profile-title {
    /*padding-bottom: 15px;*/
    margin-bottom: 0px;
}

.profile-photo {
    padding: 30px 45px 0px 45px;
}

.profile-list .cont {
    display: block;
    margin-left: 75px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #9da0a7;
    text-align: left;
}

.profile-list li {
    margin-bottom: 13px;
}

.profile-list .button {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    padding: 5px 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #07cb79;
}

.profile-info {
    border-bottom: 1px solid #eee;
}

.etacard {
    background: #2DA9E9;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    color: #FFF;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.distanceCard {
    background: #26A69A;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    color: #FFF;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.ArrivalCard {
    background: #2DA9E9;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    color: #FFF;
    padding: 5px;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.LabelCards {
    margin: 0;
}

.profile-position {
    margin-bottom: 0;
}

.customerInfo {
    margin-bottom: 20px;
}

.valuecards {
    font-size: 22px;
}

.titleInfoCustomer {
    font-size: 36px;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(23,43,56,1);
    padding: 0;
    display: block;
    margin: auto;
}

.menuFollowMe {
    background: #5da8dd;
    padding: 0 !important;
}

.logoFollowMe {
    padding: 13px;
    width: 70%;
    /*float: left;*/
}

.TitleMenuFollowMe {
    color: #fff;
    padding: 0;
}

.techblockmobile {
    display: none;
}

.logoBottom {
    display: none;
}


.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.171875rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.8203125rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.custom-select:valid, .custom-select.is-valid {
    border-color: #18BC9C;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #18BC9C;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(24,188,156,0.25);
        box-shadow: 0 0 0 0.2rem rgba(24,188,156,0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #18BC9C;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #18BC9C;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #68ecd2;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #24e3be;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(24,188,156,0.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(24,188,156,0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #18BC9C;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24,188,156,0.25);
    box-shadow: 0 0 0 0.2rem rgba(24,188,156,0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #E74C3C;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(231,76,60,0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #E74C3C;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #E74C3C;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(231,76,60,0.25);
        box-shadow: 0 0 0 0.2rem rgba(231,76,60,0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #E74C3C;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #E74C3C;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #f5b4ae;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ed7669;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(231,76,60,0.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(231,76,60,0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #E74C3C;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231,76,60,0.25);
    box-shadow: 0 0 0 0.2rem rgba(231,76,60,0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }



    .form-group {
        margin-bottom: 1rem;
        text-align: left;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        color: #7b8a8b;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }
}

@media screen and (max-width: 768px) {

    .logoFollowMe {
        padding: 4px;
        width: 45%;
        float: none;
    }

    .TitleMenuFollowMe {
        color: #fff;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .blocomapa {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .googlemap {
        margin-top: 20px;
        height: 647px !important;
        position: relative;
        overflow: hidden;
    }

    .techblockmobile {
        display: block;
        right: 0px;
        margin-top: 10px;
        /* bottom: 233px; */
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tech-name {
        float: left;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .tech-status {
        techblockmobile float: left;
        text-transform: uppercase;
        font-size: 12px;
    }

    .Timediv {
        background: #2DA9E9;
    }

    .DistanceDiv {
        background: #26A69A;
    }

    .BoxMobile {
        background: #F5F5F5;
        padding: 0;
        padding: 8px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    }

    .etacard {
        background: #2DA9E9;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        color: #FFF;
        padding: 5px;
        border-radius: 2px;
        margin-bottom: 3px;
        margin-top: 10px;
    }

    .LabelsBotoesFollow {
        font-size: 11px;
    }


    .btn_ETA {
        background: #3EA9E7 !important;
        text-shadow: none!important;
        color:#fff!important;
    }
    .btn_Distance {
        background: #34A699 !important;
        text-shadow: none!important;
        color:#fff!important;
    }
     .btn_Arrival {
        background: #3EA9E7 !important;
        text-shadow: none!important;
        color:#fff!important;
    }


    .distanceCard {
        background: #26A69A;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        color: #FFF;
        padding: 5px;
        border-radius: 2px;
        margin-bottom: 3px !important;
    }

    .ArrivalCard {
        background: #2DA9E9;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        color: #FFF;
        padding: 5px;
        border-radius: 2px;
        margin-bottom: 0px !important;
    }

    .img_profile_mobile {
        width: 85%;
        border-radius: 50%;
        border: 1px solid #ccc;
    }

    .boxsuperior {
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .LabelCards {
        margin: 0;
        font-size: 13px;
    }

    .BlocoDesktop {
        display: none;
    }

    .logoBottom {
        display: block;
        background: #5da8dd;
        padding: 0 !important;
    }

    .logotop {
        display: none;
    }
}


@media only screen and (max-width: 850px) {
    #blocoFlags {
        float: right;
    }

    .GidViewMobile {
    }

        .GidViewMobile tbody {
        }

        .GidViewMobile tr {
        }

    .gridviewmobileheader {
        font-size: 5px !important;
    }

    .Menupage li {
        margin-left: 45px;
    }

        .Menupage li:first-child {
            margin-left: 39px !important;
        }


    .GridViewHeader th {
        line-height: 10px;
        text-align: left !important;
        background-color: #172a37;
        color: #fff;
        padding-left: 3px;
        width: 13px !important;
    }

    .GridViewStyle tr td {
        padding-left: 3px;
    }

    .filtrostop {
        width: 100%;
        display: block;
    }

    .tabelaladomenu {
        padding-top: 270px;
        margin-top: 0px;
    }

    .GridViewRow2, .GridViewAlternativeRow2 {
        background-color: white;
        line-height: 40px;
        height: 50px;
        font-family: Roboto;
        font-weight: 300;
        color: #555555;
        font-size: 10px;
        text-align: left;
    }

    .Avisos {
        margin-top: 8px !important;
        width: 250px;
        border: 2px dashed #5da8dd;
        border-radius: 15px;
        padding: 15px;
    }

    #blocoFlags {
        float: right;
    }

    .Avisos {
        float: left;
        margin-left: 44px;
        margin-top: 31px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 570px) {
    .filtrostop {
        width: 100%;
        display: block;
        min-height: 20px;
    }

    .tabelaladomenu {
        margin-top: 0px;
    }

    .filtrostop {
        vertical-align: bottom;
        height: 40px;
        margin-bottom: 15px;
        width: 100%;
        display: block;
        padding-top: 0px;
    }

    .title {
        font-size: 36px !important;
        text-align: center !important;
        vertical-align: bottom !important;
        width: auto !important;
        font-family: Roboto !important;
        font-weight: 500 !important;
        color: rgba(23,43,56,1) !important;
        display: block !important;
        margin: 30px auto !important;
        height: 0px !important;
        position: relative !important;
    }

    #userconfig {
        margin-top: 95px !important;
    }

        #userconfig td {
            width: 100px !important;
        }

    .Avisos {
        margin-top: 8px !important;
        width: 250px;
        border: 2px dashed #5da8dd;
        border-radius: 15px;
        padding: 15px;
    }

    .divtitle {
        padding-bottom: 75px;
    }

    #MainContent_UpdatePanel1 > div:nth-child(4) {
        overflow-y: initial !important;
    }

    .collapsePanel {
        overflow: visible;
    }

    .collapsePanelHeader {
        height: 40px !important;
    }

    .LabelsTabs {
        display: none;
    }

    /*#maindiv {
                overflow-y: hidden;
                margin-top: 64px;
            }*/

    .DivtabelasOverflow {
        margin-top: 64px;
        overflow-y: hidden;
    }

    #MainContent_TextTequip_TextTequip_Table tr {
        width: 193px !important;
    }

    .FlagBlock {
        float: right;
    }

    .Avisos {
        float: left;
        margin-left: 44px;
        margin-top: 31px;
    }
}

@media only screen and (max-width: 570px) {
    .Avisos {
        float: left;
        margin-left: 44px;
        margin-top: 31px;
    }
}


.select-editable {
    position: relative;
    background-color: white;
    border: solid grey 1px;
    width: 120px;
    height: 18px;
}

    .select-editable select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        border: none;
        width: 120px;
        margin: 0;
    }

    .select-editable input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        padding: 1px;
        font-size: 12px;
        border: none;
    }

        .select-editable select:focus, .select-editable input:focus {
            outline: none;
        }



@media only screen and (max-width: 1025px) and (min-width: 400px) {
    .tabelaladomenu {
        float: right;
        width: 75%;
    }
}

