﻿:root {
    --color-components: #0284FE;
    --color-ignition-on: #54AF6E;
    --color-ignition-off: #FF0934;
    --color-ignition-idle: #FFB517;
}

html, body, #map-canvas, #parceirosImage {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.imageButtonValidar {
    background-image: url('../../../images/lista_rotas/validar_rotas.jpg');
    background-size: 100% 51px;
    border: 0px;
    color: #fff;
    height: 51px;
    width: 100%;
    border-bottom: 1px solid #1F262E;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    text-align: left;
    padding: 4px 0px 0px 17px;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-family: "Gotham-Light";
    z-index: 43;
    position: relative;
}

    .imageButtonValidar:hover {
        background-image: url('../../../images/lista_rotas/selecao_validar_rotas.png'),url('../../../images/lista_rotas/validar_rotas.jpg');
    }

.buttonGeral {
    border-radius: 5px;
    color: #616165;
    height: 30px;
    font-family: Gotham-book;
    font-size: 11px;
    line-height: 27px;
    border: 1px solid #aaa;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 95px;
    min-width: 92px;
    float: left;
    background: rgb(255,255,255);
    background-color: white;
    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;
    -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);
    display: block;
}

    .buttonGeral:hover {
        background: rgb(228,245,252);
        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%);
        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)));
        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%);
        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%);
        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%);
        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%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#eaeaea',GradientType=0 );
    }

#parceirosImage {
    margin-top: 50px;
}

.inputsearch {
    width: 240px;
    font-size: 11px;
    margin: 0px 0px 0px 18px;
    height: 29px;
}

/*#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*/

/*#region Relatório*****************************/

/*#region Lista Relatórios*****************************/

.listaRelatorios {
    position: relative;
    height: 52px;
    cursor: pointer;
    border-bottom: 1px solid #1F262E;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    margin: 0px 0px 1px 3px;
}

    .listaRelatorios:hover {
        background-image: url('../images/lista_relatorios/tipo_relatorio_hover.png');
    }

    .listaRelatorios img {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 52px;
    }

    .listaRelatorios > label {
        color: #fff;
        font-family: 'Gotham-Light';
        position: absolute;
        z-index: -1;
        margin: -35px 0px 0px 20px;
        display: block;
    }

.listaRelatorios_active {
    background-image: url('../images/lista_relatorios/selecao.png');
}

/*#endregion*/

/*#region background opacity*/

.dim_GestorGeral {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000 !important;
    background-color: black;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.imageButtonValidar {
    background-image: url('../../../images/lista_rotas/validar_rotas.jpg');
    background-size: 100% 51px;
    border: 0px;
    color: #fff;
    height: 51px;
    width: 100%;
    border-bottom: 1px solid #1F262E;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    text-align: left;
    padding: 4px 0px 0px 17px;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-family: "Gotham-Light";
    z-index: 43;
    position: relative;
}

    .imageButtonValidar:hover {
        background-image: url('../../../images/lista_rotas/selecao_validar_rotas.png'),url('../../../images/lista_rotas/validar_rotas.jpg');
    }
/*#endregion*/

.buttonmainactivo {
    background-image: linear-gradient(to bottom, rgba(40,92, 124, 1) 1%,rgba(40,92, 124, 1) 62%,rgba(159, 169, 239, 1) 58%,rgba(0, 60, 85, 1) 58%,rgba(0, 60, 85, 1) 58%,rgba(0, 60, 85, 1) 58%);
    -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);
    color: #fff;
}