﻿html {
    overflow: hidden;
}

@font-face {
    font-family: "Gotham-Bold";
    font-style: normal;
    src: url(font/Gotham-Bold.otf); /* if IE */
    src: local("Gotham-Bold"), url("font/Gotham-Bold.otf"); /* non-IE */
    src: local("Gotham-Bold"), url("font/Gotham-Bold.woff") format('woff'); /* non-IE  */
}

@font-face {
    font-family: "Gotham-Light";
    font-style: normal;
    src: url(font/Gotham-Light.otf); /* if IE */
    src: local("Gotham-Light"), url("font/Gotham-Light.otf"); /* non-IE */
    src: local("Gotham-Light"), url("font/gotham-light-webfont.woff") format('woff'); /* non-IE  */
}

@font-face {
    font-family: "Gotham-Medium";
    font-style: normal;
    src: url(font/Gotham-Medium.otf); /* if IE */
    src: local("Gotham-Medium"), url("font/Gotham-Medium.otf"); /* non-IE */
    src: local("Gotham-Medium"), url("font/gotham-medium-webfont.woff")format('woff'); /* non-IE */
}

@font-face {
    font-family: "Gotham-Book";
    font-style: normal;
    src: url(font/Gotham-Book.otf); /* if IE */
    src: local("Gotham-Book"), url("font/Gotham-Book.otf"); /* non-IE */
    src: local("Gotham-Book"), url("font/gotham-book-webfont.woff") format('woff'); /* non-IE */
}

.has-iconed:after {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
}

.has-iconed.has-warning:after {
    color: #89724d;
    content: "\f071";
}

.has-iconed.has-error:after {
    color: #b94a48;
    content: "\f057";
}

.has-warning .form-control {
    border-color: #89724d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.displaynone {
    display: none;
}

.clear-both {
    clear: both;
}

.cursor-auto {
    cursor: auto
}

.height-24 {
    height: 24px !important;
}

.height-160 {
    height: 160px !important;
}

.height-400 {
    height: 400px !important;
}

.width-100 {
    width: 100% !important;
}

.margin-0-auto {
    margin: 0 auto !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-125 {
    margin-left: 125px !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-after:after {
    content: none;
}

.page-header .header-links {
    max-height: 60px
}

.def-bg {
    background-image: url(../images/gestao/bg_def.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub-sidebar-wrapper {
    height: 100%;
    z-index: 2;
    background-color: #2b3d51;
    left: -237px;
    width: 280px;
}

.body-wrapper {
    position: fixed;
    left: 50px;
    top: 50px;
    right: 0;
    bottom: 0;
}

#body-right-wrapper {
    position: fixed;
    top: 50px;
    bottom: 0;
    width: 340px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.09);
    z-index: 999;
}

.body-right-wrapper-hide {
    right: -340px;
}

.body-right-wrapper-shown {
    right: 0;
}

.arrow_top {
    margin-top: -2px;
    position: absolute;
    z-index: 55;
    width: 100%;
    pointer-events: none;
}

.arrow_middle {
    position: relative;
    z-index: 8;
    width: 100%;
    pointer-events: none;
}

.form-control {
    padding: 0px 6px;
    font-size: 11px;
}

.icon-reorder::before {
    content: "\f0c9";
    font-family: FontAwesome;
}

.icon-home::before {
    content: "\f015";
    font-family: FontAwesome;
}

.icon-caret-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
}

.contentLogo {
    width: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.logoTop {
    max-height: 35px;
}

.inputtext {
    width: 240px;
    font-size: 11px;
    height: 29px;
    margin-bottom: 5px;
}

/*************************************** EDITA PERFIL *********************************/

/*#region Window Perfil*/
.botaofechar {
    float: right;
    margin-left: 43px;
    position: absolute;
}

.EditaCarregarImagem {
    height: 30px;
    width: 103px;
    position: relative;
    border-radius: 7px;
    display: grid;
    grid-auto-columns: 70% auto;
    gap:2px;
}


.EditaImagemCol-1 {
    grid-column: 1;
}

.EditaImagemCol-2 {
    grid-column: 2;
}

.EditaPerfilVistas {
    margin: -3px 0px 0px 120px;
    width: 270px;
}

    .EditaPerfilVistas div {
        display: inline;
        margin-right: 5px;
    }

    .EditaPerfilVistas label {
        font-weight: normal;
        font-family: gotham-light;
        font-size: 12px;
    }

.checkboxPerfilVistas {
    margin: -6px 0px 0px 4px;
    cursor: pointer;
}

/*#region Image Perfil*/
.botaoAdicionaImagem {
    border-radius: 5px;
    color: #616165;
    height: 29px;
    font-family: Gotham-book;
    font-size: 8px;
    line-height: 27px;
    border: 1px solid #aaa;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    float: left;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.15);
}

    .botaoAdicionaImagem:hover {
        background: rgb(228,245,252); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(234,243,247,1) 50%, rgba(229,233,234,1) 52%, rgba(234,234,234,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(234,243,247,1)), color-stop(52%,rgba(229,233,234,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* Opera 11.10+*/
        background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

/*#endregion*/

.floatright {
    float: right;
    margin-right: 30px;
}


/* #endregion*/
/**************************************** POPUP CONFIRMACAO ******************************************/
/* #region Pop UP Confirmação*/
.confirmacaodiv {
    left: 50%;
    top: 35%;
    height: 164px;
    width: 440px;
    margin-left: -220px;
    position: fixed;
    border-radius: 7px;
    z-index: 200000;
    background: linear-gradient(#E6E6E6, #FFFFFF);
    -webkit-box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
}

.confirmacaotop {
    height: 30px;
    width: 100%;
    background-color: #2b3d51;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#383c3f), to(#202224));
    background-image: -webkit-linear-gradient(top, #383c3f, 0%, #202224, 100%);
    background-image: -moz-linear-gradient(top, #383c3f 0%, #202224 100%);
    background-image: linear-gradient(to bottom, #383c3f 0%, #202224 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383c3f', endColorstr='#ff202224', GradientType=0);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    padding-top: 6px;
}

.confirmacaocontainer {
    margin-top: -20px;
}

    .confirmacaocontainer p {
        color: rgb(46, 143, 162);
        font-family: Gotham-Light;
        text-align: center;
        font-size: 15px;
    }

.confirmacaotexto {
    margin-top: 25px;
    line-height: 1.7;
}

.confirmacaotextoparagrafo {
    margin-top: -10px;
}

.botaoconfirmar {
    border-radius: 5px;
    color: #616165;
    height: 30px;
    font-family: Gotham-book;
    font-size: 11px;
    line-height: 27px;
    border: 1px solid #aaa;
    text-align: center;
    text-transform: uppercase;
    width: 107px;
    margin-left: 103px;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 40%,rgba(255,255,255,1) 46%,rgba(243, 240, 240, 1) 87%);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
}

    .botaoconfirmar:hover {
        background: rgb(255,255,255);
        color: white;
        background: rgba(20, 119, 41, 1);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
        background-repeat: no-repeat;
        background-image: linear-gradient(to bottom, rgba(20, 119, 41, 1) 1%,rgba(255, 255, 255, 0.31) 62%,rgba(255, 255, 255, 0) 58%,rgba(27,124,22,1) 58%,rgba(27,124,22,1) 58%,rgba(27,124,22,1) 58%);
    }

.botaocancelar {
    border-radius: 5px;
    color: #616165;
    height: 30px;
    font-family: Gotham-book;
    font-size: 11px;
    line-height: 27px;
    border: 1px solid #aaa;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 107px;
    margin-left: 21px;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 40%,rgba(255,255,255,1) 46%,rgba(243, 240, 240, 1) 87%);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
}

    .botaocancelar:hover {
        background: rgb(255,255,255);
        color: white;
        background: rgba(165, 44, 44, 1);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
        background-repeat: no-repeat;
        background-image: linear-gradient(to bottom, rgba(221, 36, 36, 0.58) 0%,rgba(255, 170, 170, 0.33)60%,rgba(255, 95, 95, 1) 60%,rgba(255, 45, 45, 1) 60%,rgba(255, 255, 255, 0.32) 60%,rgba(184,0,0,0) 60%);
    }


.confirmacaotop span {
    font-family: Gotham-Light;
    font-size: 17px;
    color: white;
    text-decoration: none;
    text-transform: none;
}

.confirmacaoseparador {
    margin-top: -6px;
    float: left;
    margin-left: 74px;
}

.popupmsg {
    left: 50%;
    top: 35%;
    height: auto;
    padding-bottom: 15px;
    width: 440px;
    margin-left: -220px;
    position: absolute;
    border-radius: 7px;
    z-index: 200000;
    background: linear-gradient(#E6E6E6, #FFFFFF);
    -webkit-box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 0px 5px 1px rgba(50, 50, 50, 0.5);
}

.img_utilizador {
    height: 90px;
    width: 90px;
    object-fit: contain;
    background: #e1e1e1;
    padding: 5px;
    border-radius: 7px;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.55);
    background-repeat: no-repeat;
    z-index: 0;
}

.reflexo {
    z-index: 1;
    height: 100%;
    position: absolute;
    margin: -90px 0px 0px -1px;
    border-radius: 7px;
    display: block;
}

.validation_image_gestaoUti {
    color: red;
    visibility: visible;
    margin: -92px 0px 0px 11px;
    position: absolute;
    font-size: 10px;
    width: 81px;
    text-align: center;
}
/* #endregion*/

/*Button greend in relatorios gestão e ver em Gráfico*/
.ActivosCriarNovaDefinicao {
    margin-top: 6px;
    width: 225px;
    height: 24px;
    border: 0px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    color: #fff;
    background: rgba(0, 165, 35, 0.61);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
    background-image: linear-gradient(to bottom, rgba(0,165,35,1) 1%,rgba(102,153,105,1) 51%,rgba(159,216,239,1) 44%,rgba(27,124,22,1) 52%,rgba(27,124,22,1) 52%,rgba(27,124,22,1) 52%);
    border-radius: 35px;
    font-size: 14px;
    font-family: gotham-light;
}

    .ActivosCriarNovaDefinicao:hover {
        opacity: 0.7;
    }

.botaoSelecionar {
    border-radius: 4px;
    color: #616165;
    height: 25px;
    font-family: Gotham-book;
    font-size: 9px;
    line-height: 21px;
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 105px;
    float: left;
    margin-top: -2px;
    margin-left: -2px;
    text-transform: uppercase;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(255,255,255,1) 46%,rgba(224,224,224,1) 87%);
    cursor: pointer;
}

    .botaoSelecionar:hover {
        background: rgb(228,245,252); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(234,243,247,1) 50%, rgba(229,233,234,1) 52%, rgba(234,234,234,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(234,243,247,1)), color-stop(52%,rgba(229,233,234,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(234,243,247,1) 50%,rgba(229,233,234,1) 52%,rgba(234,234,234,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

.botaoSelecionarParent {
    border-radius: 4px;
    color: #ffffff;
    height: 25px;
    font-family: Gotham-book;
    font-size: 9px;
    line-height: 21px;
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 105px;
    float: left;
    margin-top: -2px;
    margin-left: -2px;
    text-transform: uppercase;
    background: rgba(148, 193, 157, 0.61);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
    cursor: pointer;
}

.botaoSelecionarActive {
    border-radius: 4px;
    color: #ffffff;
    height: 25px;
    font-family: Gotham-book;
    font-size: 9px;
    line-height: 21px;
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 105px;
    float: left;
    margin-top: -2px;
    margin-left: -2px;
    text-transform: uppercase;
    background: rgba(0, 165, 35, 0.61);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
    background-image: linear-gradient(to bottom, rgba(0,165,35,1) 1%,rgba(102,153,105,1) 62%,rgba(159,216,239,1) 58%,rgba(27,124,22,1) 58%,rgba(27,124,22,1) 58%,rgba(27,124,22,1) 58%);
    cursor: pointer;
}

.ActivosDeleteNovaDefinicao {
    margin-top: 6px;
    width: 225px;
    height: 24px;
    border: 0px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    color: #fff;
    background: rgba(165, 0, 0, 0.61);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
    background-image: linear-gradient(to bottom, rgb(165, 0, 0) 1%,rgb(153, 102, 102) 51%,rgb(239, 159, 159) 44%,rgb(124, 22, 22) 52%,rgb(124, 22, 22) 52%,rgb(124, 22, 22) 52%);
    border-radius: 35px;
    font-size: 14px;
    font-family: gotham-light;
}

/*Button greend in relatorios gestão e ver em Gráfico*/
.infoButtonBlue {
    margin-top: 6px;
    width: 225px;
    height: 24px;
    border: 0px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    color: #fff;
    background: rgb(82, 117, 157);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a523', endColorstr='#1b7c16',GradientType=0 );
    background-image: linear-gradient(to bottom, rgb(82, 117, 157) 1%,rgb(82, 117, 157) 51%,rgb(82, 117, 157) 44%,rgb(70, 95, 134) 62%,rgb(70, 95, 134) 52%,rgb(70, 95, 134) 52%);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(50, 50, 50, 0.72);
    -moz-box-shadow: 1px 1px 1px 2px rgba(50, 50, 50, 0.72);
    box-shadow: 1px 1px 1px 2px rgba(50, 50, 50, 0.72);
    border-radius: 35px;
    font-size: 14px;
    font-family: gotham-light;
}

    .infoButtonBlue:hover {
        opacity: 0.7;
    }

.red-color-row {
    background-color: rgba(255, 0, 0, 0.1);
}

.green-color-row {
    background-color: rgba(0, 128, 0, 0.1);
}

.orange-color-row {
    background-color: rgba(255, 165, 0, 0.1);
}

ul#header-notification-list {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}

/*------------------------------------ INICIO LOADING ------------------------------------*/
/*#region Loading***/
.dim {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000 !important;
    background-color: black;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#spinningSquaresG {
    width: 120px;
    display: inline-block;
    position: absolute;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spinningSquaresG {
    position: absolute;
    top: 0;
    background-color: #558AC6;
    width: 14px;
    height: 14px;
    -moz-animation-name: bounce_spinningSquaresG;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_spinningSquaresG;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_spinningSquaresG;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_spinningSquaresG;
    -o-animation-duration: 1.1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    animation-name: bounce_spinningSquaresG;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
}

#spinningSquaresG_1 {
    left: 0;
    -moz-animation-delay: 0.44s;
    -webkit-animation-delay: 0.44s;
    -ms-animation-delay: 0.44s;
    -o-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

#spinningSquaresG_2 {
    left: 15px;
    -moz-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

#spinningSquaresG_3 {
    left: 30px;
    -moz-animation-delay: 0.66s;
    -webkit-animation-delay: 0.66s;
    -ms-animation-delay: 0.66s;
    -o-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

#spinningSquaresG_4 {
    left: 45px;
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s;
}

#spinningSquaresG_5 {
    left: 60px;
    -moz-animation-delay: 0.88s;
    -webkit-animation-delay: 0.88s;
    -ms-animation-delay: 0.88s;
    -o-animation-delay: 0.88s;
    animation-delay: 0.88s;
}

#spinningSquaresG_6 {
    left: 75px;
    -moz-animation-delay: 0.99s;
    -webkit-animation-delay: 0.99s;
    -ms-animation-delay: 0.99s;
    -o-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

#spinningSquaresG_7 {
    left: 90px;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#spinningSquaresG_8 {
    left: 105px;
    -moz-animation-delay: 1.21s;
    -webkit-animation-delay: 1.21s;
    -ms-animation-delay: 1.21s;
    -o-animation-delay: 1.21s;
    animation-delay: 1.21s;
}

@-moz-keyframes bounce_spinningSquaresG {
    0% {
        -moz-transform: scale(1);
        background-color: #558AC6;
    }

    100% {
        -moz-transform: scale(.3) rotate(90deg);
        background-color: #343F51;
    }
}

@-webkit-keyframes bounce_spinningSquaresG {
    0% {
        -webkit-transform: scale(1);
        background-color: #558AC6;
    }

    100% {
        -webkit-transform: scale(.3) rotate(90deg);
        background-color: #343F51;
    }
}

@-ms-keyframes bounce_spinningSquaresG {
    0% {
        -ms-transform: scale(1);
        background-color: #558AC6;
    }

    100% {
        -ms-transform: scale(.3) rotate(90deg);
        background-color: #343F51;
    }
}

@-o-keyframes bounce_spinningSquaresG {
    0% {
        -o-transform: scale(1);
        background-color: #558AC6;
    }

    100% {
        -o-transform: scale(.3) rotate(90deg);
        background-color: #343F51;
    }
}

@keyframes bounce_spinningSquaresG {
    0% {
        transform: scale(1);
        background-color: #558AC6;
    }

    100% {
        transform: scale(.3) rotate(90deg);
        background-color: #343F51;
    }
}

/*#endregion*/
/*------------------------------------ FIM LOADING ------------------------------------*/

/*HEADER*/
@media only screen and (max-width: 1100px) {
    .contentLogo {
        margin: 0% 25%;
    }
}

.dropdown-menu > li > a:hover:after, .dropdown-menu > li > a:focus:after {
    width: 100%;
    left: 0;
}

.viatura_active {
    border-left: 4px #373E46 solid !important;
    background-color: #E8E8E8 !important;
}

.page-header .header-links a.header-link {
    color: #b7b7b7;
    font-size: 26px;
    line-height: 24px;
    margin-right: 3px;
}

.dropdown-open-left {
    left: auto;
    right: 0;
}

#imagePerfilHeader {
    border-radius: 50%;
}
.addInPopUp {
    width: 30px;
    background-image: none;
    font-size: 20px;
    padding: 3px 3px 0px 0px;
    float: right;
    margin: 0;
}

    .addInPopUp:hover {
        background-image: none;
        float: right;
        margin: 0;
    }

.jspContainer {
    overflow-y: auto;
    overflow-x: hidden;
}
