/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Global]
*/



body {
    background: #ffffff;
    font: 13px/1.7em 'Open Sans';
}

p {
    font: 13px/1.7em 'Open Sans';
    color: #333333;
}

.iconClass {
    position: relative;
}

    .iconClass span {
        position: absolute;
        top: -5px;
        right: -5px;
        display: block;
    }

.alertas-texto {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-top: 38px;
    margin-right: 12px;
}

.badge-custom {
    background-color: #dc3545;
    color: white;
}

.badge-customBlue {
    background-color: #007bff;
    color: white;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bg-Button-custom {
    color: #ffff;
    background-color: #19396c;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

    .bg-Button-custom:hover {
        background-color: #2f4c7a;
        color: #ffff;
    }

.bg-NavButton-custom {
    color: #ffffff;
    background-color: #0795c4;
}

    .bg-NavButton-custom:hover {
        background-color: #0096c7;
        color: #ffffff;
    }

.btn-custom {
    padding: 14px 28px;
    font-family: Arial;
    font-size: medium;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
}

.bg-panel-custom {
    background-color: red;
}

.bg-processing-fix {
    color: #f8f8f8;
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px;
}

.table td {
    vertical-align: middle;
    background-color: #FFFFFF;
}

.text-white {
    color: white;
}

/*
.table-bordered th {
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); 
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); 
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); 
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); 
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')';
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
}*/

/* Listas */
ol li {
    margin-bottom: 20px;
}

/* Auxiliares */
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-self-center {
    align-self: center;
}

.w-auto {
    width: auto
}

.w-100 {
    width: 100%
}

w-25 {
    width: 25% !important
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row-padding {
    padding-right: 5px;
    padding-left: 5px;
}

.m-0 {
    margin: 0px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.25rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.25rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.25rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.25rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

/* Botões */
.button-close {
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* Textos */
.help-text {
    color: #bb0e0e !important;
    display: block;
    margin-top: .25rem;
    font-size: 85%;
    font-weight: 400;
}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

header .navbar .container {
    padding: 0 5%;
}

.navbar .container {
    position: relative;
}

.navbar-inner {
    padding: 7px 0;
    /*background: #19396c;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: linear-gradient(to bottom, #163361, #19396c);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.navbar-fixed-top {
    position: static;
}

.navbar .nav a {
    font-size: 11px;
}

.navbar .nav > li > a {
    color: black;
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.navbar .search-query {
    background-color: #444;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
}

    .navbar .search-query::-webkit-input-placeholder {
        color: #666;
    }

    .navbar .search-query:-moz-placeholder {
        color: #666;
    }

.navbar-search .search-query {
    background: #EEF0F3;
    border: 0;
    color: #fff;
    line-height: normal;
}

/* Título e logo no header*/
.InfoHeader {
    float: left;
}

    .InfoHeader img {
        float: left;
    }

.logoCliente {
    margin-left: 10px;
}


.InfoHeader .Titulo {
    color: #ffffff;
    padding: 2px 0 2px 15px;
    float: left;
    border-left: 1px solid #ffffff;
    margin-left: 15px;
}

.InfoHeader .TituloInternas {
    padding: 4px 0 0 15px;
}

.InfoHeader .Titulo h1 {
    font-size: 20px;
}

.InfoHeader .TituloInternas h1 {
    line-height: 15px;
}

.InfoHeader .Titulo a {
    color: #ffffff;
    font-size: 12px;
    background: url('../images/ic_back.png') no-repeat left 2px;
    padding: 0 0 0 19px;
}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    /*margin-bottom: 2.5em;*/
    margin-bottom: 0.2em;
}

.subnavbar-inner {
    height: 60px;
    /*background: #2f4c7a;*/

    background: linear-gradient(to bottom, #19396c, #586f94 );
    border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
}

    .subnavbar .container > ul > li {
        float: left;
        min-width: 50px;
        height: 60px;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
    }

        .subnavbar .container > ul > li > a {
            display: block;
            height: 100%;
            padding: 0 15px;
            font-size: 12px;
            font-weight: bold;
            color: white;
        }

            .subnavbar .container > ul > li > a:hover {
                color: #87CEEB;
                text-decoration: none;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                width: 24px;
                height: 24px;
                margin-top: 11px;
                margin-bottom: -3px;
                font-size: 20px;
            }

            .subnavbar .container > ul > li > a > span {
                display: block;
            }


        .subnavbar .container > ul > li.active > a {
            border-bottom: 3px solid #87CEEB;
            color: #87CEEB;
        }


.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}


.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}


.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
    /*padding-bottom: 2em;*/
    /*border-bottom: 1px solid #000;*/
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
}

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;
    list-style: none;
}


/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: linear-gradient(to right, #0f2137, #192d5d);
    color: #FFFFFF;
}

.footer a {
    color: #FFFFFF;
}

    .footer a:hover {
        color: #FFF;
        text-decoration: none;
    }

/*** Sticky footer ***/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 60px; */
    background-color: #f5f5f5;
}

body > .container {
    /* padding: 60px 15px 0; */
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    /*height: 40px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 40px;
    background: linear-gradient(to bottom, rgba(25, 57, 108, 1), #143362, rgba(47, 76, 122, 0.8));
    background: -moz-linear-gradient(top, #737373 0%,#a6a6a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%, #a6a6a6)); /* Chrome,Safari4+ */
    background: linear-gradient(to bottom, rgba(25, 57, 108, 1), #143362, rgba(47, 76, 122, 0.8)); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #737373 0%,#a6a6a6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #737373 0%,#a6a6a6 100%); /* IE10+ */
    background: linear-gradient(top, #737373 0%,#a6a6a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#a6a6a6');
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#a6a6a6')';
    -webkit-background-clip: padding-box;
}

    .widget-header h3 {
        position: relative;
        top: 2px;
        left: 10px;
        display: inline-block;
        margin-right: 3em;
        font-size: 14px;
        font-weight: 800;
        color: white;
        line-height: 18px;
        *width: 500px;
    }

    .widget-header [class^='icon-'], .widget-header [class*=' icon-'] {
        display: inline-block;
        margin-left: 13px;
        margin-right: -2px;
        font-size: 16px;
        color: #ffffff;
        vertical-align: middle;
    }

.widget-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 15px;
    background: linear-gradient(to bottom right, #f1f1f1, #d0e1f9);
    /*border: 1px solid #19396c;*/
    min-height: 130px;
}

.widget-menu {
    padding: 25px 15px;
    background: #434d55;
    /*border: 1px solid #D5D5D5;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header + .widget-content {
    /*
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content: '';
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

    .widget-table .table tr td:first-child {
        border-left: none;
    }

    .widget-table .table tr th:first-child {
        border-left: none;
    }


/* Widget Plain */

.widget-plain {
    background: transparent;
    border: none;
}

    .widget-plain .widget-content {
        padding: 0;
        background: transparent;
        border: none;
    }


/* Widget Box */

.widget-box {
}

    .widget-box .widget-content {
        background: #E3E3E3;
        background: #FFF;
    }


/*------------------------------------------------------------------
[6. Card-evento / .event-card]
*/

.event-card {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
    cursor: pointer;
}

.event-card-header {
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#a6a6a6');
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#a6a6a6')';
    -webkit-background-clip: padding-box;
}

    .event-card-header h3 {
        position: relative;
        top: 2px;
        left: 10px;
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        color: #ffffff;
        line-height: 18px;
        *width: 500px;
    }

    .event-card-header [class^='icon-'], .event-card-header [class*=' icon-'] {
        display: inline-block;
        margin-left: 13px;
        margin-right: -2px;
        font-size: 16px;
        color: #ffffff;
        vertical-align: middle;
    }

.event-card-content {
    padding: 25px 15px;
    align-content: center;
    /*border: 1px solid #19396c;*/
    min-height: 130px;
}

    .event-card-content span {
        font-size: 20px;
        font-weight: 600;
    }

    .event-card-menu {
        padding: 25px 15px;
        /*border: 1px solid #D5D5D5;*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.event-card-nopad .event-card-content {
    padding: 0;
}

/* event-card Content Clearfix */
.event-card-content:before,
.event-card-content:after {
    content: '';
    display: table;
}

.event-card-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.event-card-content {
    zoom: 1;
}

/* event-card Table */

.event-card-table .event-card-content {
    padding: 0;
}

.event-card-table .table {
    margin-bottom: 0;
    border: none;
}

    .event-card-table .table tr td:first-child {
        border-left: none;
    }

    .event-card-table .table tr th:first-child {
        border-left: none;
    }


/* event-card Plain */

.event-card-plain {
    border: none;
}

    .event-card-plain .event-card-content {
        padding: 0;
        border: none;
    }


/* event-card Box */

.event-card-box {
}

    .event-card-box .event-card-content {
        background-color: #E3E3E3;
        background-color: #FFF;
    }

.bg-event-card-good {
    background-color: #2a9722;
}

.bg-event-card-warning {
    background-color: #ffbb00;
}

.bg-event-card-danger {
    background-color: #eb4e4e;
}
/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .error-container h1 {
        margin-bottom: .5em;
        font-size: 120px;
        line-height: 1em;
    }

    .error-container h2 {
        margin-bottom: .75em;
        font-size: 28px;
    }

    .error-container .error-details {
        margin-bottom: 1.5em;
        font-size: 16px;
    }

    .error-container .error-actions a {
        margin: 0 .5em;
    }



/* Message layout */


ul.messages_layout {
    position: relative;
    margin: 0;
    padding: 0;
}

    ul.messages_layout li {
        float: left;
        list-style: none;
        position: relative;
    }

        ul.messages_layout li.left {
            padding-left: 75px;
        }

        ul.messages_layout li.right {
            padding-right: 75px;
        }

            ul.messages_layout li.right .avatar {
                right: 0;
                left: auto;
            }

            ul.messages_layout li.right .message_wrap .arrow {
                right: -12px;
                left: auto;
                background-position: 0 -213px;
                height: 15px;
                width: 12px;
            }

        ul.messages_layout li.by_myself .message_wrap {
            border: 1px solid #b3cdf8;
        }

            ul.messages_layout li.by_myself .message_wrap .info a.name {
                color: #4a8cf7;
            }

        ul.messages_layout li a.avatar {
            position: absolute;
            left: 0;
            top: 0;
        }

            ul.messages_layout li a.avatar img {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

        ul.messages_layout li .message_wrap {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: relative;
            border: 1px solid #e9e9e9;
            padding: 10px;
            border: 1px solid #cbcbcb;
            margin-bottom: 20px;
            float: left;
            background: #fefefe;
            -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
            -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
            box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
        }

            ul.messages_layout li .message_wrap .arrow {
                background-position: 0 -228px;
                height: 15px;
                width: 12px;
                height: 15px;
                width: 12px;
                position: absolute;
                left: -12px;
                top: 13px;
            }

            ul.messages_layout li .message_wrap .info {
                float: left;
                width: 100%;
                border-bottom: 1px solid #fff;
                line-height: 23px;
            }

                ul.messages_layout li .message_wrap .info .name {
                    float: left;
                    font-weight: bold;
                    color: #483734;
                }

                ul.messages_layout li .message_wrap .info .time {
                    float: left;
                    font-size: 11px;
                    margin-left: 6px;
                }

            ul.messages_layout li .message_wrap .text {
                float: left;
                width: 100%;
                border-top: 1px solid #cfcfcf;
                padding-top: 5px;
            }

    ul.messages_layout .dropdown-menu li {
        width: 100%;
        font-size: 11px;
    }


/* Full Calendar */

.fc {
    direction: ltr;
    text-align: left;
    position: relative;
}

    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    html .fc, .fc table {
        font-size: 1em;
    }

    .fc td, .fc th {
        padding: 0;
        vertical-align: top;
    }

.fc-header td {
    white-space: nowrap;
    background: none;
}

.fc-header-left {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 6px;
}

    .fc-header-left .fc-button {
        margin: 0;
        position: relative;
    }

    .fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
        float: left;
        border: none;
        padding: 14px 10px;
        opacity: 0.5;
    }

        .fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
            border: none;
        }

            .fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
                display: none;
            }

        .fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
            opacity: 1;
        }

        .fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
            background: none !important;
            margin-top: -1px;
        }

        .fc-header-left .fc-button-prev .fc-button-inner {
            background-position: 0 -351px;
            height: 16px;
            width: 11px;
        }

    .fc-header-left .fc-button-next {
        float: right;
    }

        .fc-header-left .fc-button-next .fc-button-inner {
            background-position: 0 -367px;
            height: 16px;
            width: 11px;
        }

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    text-align: right;
    position: absolute;
    top: -34px;
    right: 10px;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-header-title h2 {
        margin-top: 0;
        white-space: nowrap;
        font-size: 1.1rem;
        color: #6C737F;
        line-height: 55px;
    }

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
    clear: both;
    background: #f9f9f9;
}

.fc-view {
    width: 100%;
    overflow: hidden;
}

    .fc-view thead {
        background: #e9ecf1;
        line-height: 35px;
    }

.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc;
}

.fc-state-highlight {
    background: #F4F3E6;
}

.fc-cell-overlay {
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20);
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fc-button-today {
    margin-top: 8px !important;
}

.fc-state-default {
    border-style: solid;
    border-width: 1px 0;
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

.fc-state-default .fc-button-inner {
    border-style: solid;
    border-width: 0 1px;
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap;
}

    .fc-button-content .fc-icon-wrap {
        position: relative;
        float: left;
        top: 50%;
    }

    .fc-button-content .ui-icon {
        position: relative;
        float: left;
        margin-top: -50%;
        *margin-top: 0;
        *top: -50%;
    }

.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0;
}

    .fc-state-default .fc-button-effect span {
        position: absolute;
        top: -100px;
        left: 0;
        width: 500px;
        height: 100px;
        border-width: 100px 0 0 1px;
        border-style: solid;
        border-color: #fff;
        background: #444;
        opacity: .09;
        filter: alpha(opacity=9);
    }

.fc-state-default, .fc-state-default .fc-button-inner {
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    color: #000;
}

.fc-state-hover, .fc-state-hover .fc-button-inner {
    border-color: #999;
}

.fc-state-down {
    border-color: #555;
    background: #777;
}

.fc-state-active, .fc-state-active .fc-button-inner {
    border-color: #555;
    background: #777;
    color: #fff;
}

.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    color: #999;
    border-color: #ddd;
}

.fc-state-disabled {
    cursor: default;
}

    .fc-state-disabled .fc-button-effect {
        display: none;
    }

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default;
}

a.fc-event, .fc-event-draggable {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
    border-color: #3f85f5;
    background-color: #5e96ea;
    color: #fff;
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

.fc-event-time, .fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

    .fc-event-hori .ui-resizable-e {
        top: 0 !important;
        right: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: e-resize;
    }

    .fc-event-hori .ui-resizable-w {
        top: 0 !important;
        left: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: w-resize;
    }

    .fc-event-hori .ui-resizable-handle {
        _padding-bottom: 14px;
    }

.fc-corner-left {
    margin-left: 1px;
}

    .fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
        margin-left: -1px;
    }

.fc-corner-right {
    margin-right: 1px;
}

    .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
        margin-right: -1px;
    }

.fc-corner-top {
    margin-top: 1px;
}

    .fc-corner-top .fc-event-inner {
        margin-top: -1px;
    }

.fc-corner-bottom {
    margin-bottom: 1px;
}

    .fc-corner-bottom .fc-event-inner {
        margin-bottom: -1px;
    }

.fc-corner-left .fc-event-inner {
    border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
    border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px;
}

    .fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
        border-right-width: 1px;
    }

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 0px;
}

.fc-first {
    border-left-width: 0 !important;
}

.fc-last {
    border-right-width: 0 !important;
}

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 60px !important;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

    .fc-agenda-slots td div {
        height: 20px;
    }

.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
    }

.fc-event-vert {
    border-width: 0 1px;
}

    .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }

    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }

    .fc-event-vert .fc-event-bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .3;
        filter: alpha(opacity=30);
    }

    /*
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none\9;
}
*/

    .fc-event-vert .ui-resizable-s {
        bottom: 0 !important;
        width: 100% !important;
        height: 8px !important;
        overflow: hidden !important;
        line-height: 8px !important;
        font-size: 11px !important;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden;
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background: url('../img/icons-sa7c41345d9.png') no-repeat;
    background-position: 0 -351px;
    height: 16px;
    width: 11px;
}

.fc-header-left .fc-button-next .fc-button-inner {
    background: url('../img/icons-sa7c41345d9.png') no-repeat;
    background-position: 0 -367px;
    height: 16px;
    width: 11px;
}

/*******************************/


#container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 115px;
}

#container-reduced {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 56px;
}


.layoutFull {
    padding: 0 !important;
    height: 100% !important;
}

    .layoutFull body,
    .layoutFull #map_canvas,
    .layoutFull .main-inner,
    .layoutFull .main {
        height: 100%;
        position: relative;
    }



    .layoutFull body {
        margin-bottom: 0;
    }

.subnavbar,
.navbar {
    margin-bottom: 0;
}

.header-reduced {
    height: 56px !important;
    margin-top: -56px !important;
    margin-bottom: 0 !important;
}

.layoutFull header {
    height: 115px;
    margin-top: -115px;
    margin-bottom: 0;
}

header {
    margin-bottom: 10px;
}

.layoutFull .main {
    padding-left: 0px;
    padding-right: 0px;
}

.layoutFull #top {
    height: 50%;
    position: relative;
}

.layoutFull #bottom {
    height: 43%;
    position: relative;
}

.layoutFull #left {
    height: 93%;
    width: 40%;
    position: absolute;
}

.layoutFull #right {
    height: 93%;
    width: 60%;
    position: absolute;
}

.layoutFull #rota-left {
    height: 100%;
    width: 40%;
    position: absolute;
}

.layoutFull #rota-right {
    height: 100%;
    width: 60%;
    position: absolute;
}

#left, #rota-left {
    left: 0%;
}

#right, #rota-right {
    right: 0%;
}

    #rota-right #map_canvas, #right #map_canvas {
        margin-left: 13px;
    }

.non-scrollable {
    overflow: hidden;
}

.scrollable {
    overflow: auto;
}

.layoutFull .splitter-bar {
    background-color: #F6F3EE;
}

.layoutFull .splitter-bottom {
    border-top: 1px solid #D6D6D6;
}

.layoutFull .splitter-top {
    border-bottom: 1px solid #D6D6D6;
}

.layoutFull .splitter-middle {
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    width: 1.2%;
    height: 100%;
    position: relative;
    /*left: 29.3%;*/
    top: -100%;
}

.layoutFull .splitter-btn_hor {
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 50%;
    height: 32px;
    width: 38px;
    margin-left: -19px;
    opacity: 0.5;
    z-index: 2;
}

.layoutFull .splitter-btn_vert {
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 50%;
    top: 41.5%;
    height: 32px;
    width: 38px;
    opacity: 0.5;
    z-index: 2;
}

.layoutFull .splitter-button-top {
    background-image: url('../images/ic_globe.png');
    border-radius: 0 0 100% 100%;
    border-top: none;
    margin-top: -3px;
}

.layoutFull .splitter-button-bottom {
    background-image: url('../images/ic_list.png');
    border-radius: 100% 100% 0 0;
    border-bottom: none;
    margin-top: -23px;
}

.layoutFull .splitter-button-right {
    background-image: url('../images/ic_globe.png');
    border-radius: 100% 0 0 100%;
    border-right: none;
    margin-top: -3px;
    margin-left: -38px;
    right: 0 !important;
    left: unset !important;
}

.layoutFull .splitter-button-left {
    background-image: url('../images/ic_list.png');
    border-radius: 0 100% 100% 0;
    border-left: none;
    margin-top: -3px;
    margin-left: 6px;
}

.layoutFull .splitter-button-top,
.layoutFull .splitter-button-bottom {
    transition: opacity 0.5s, margin-top 0.5s;
}

    .layoutFull .splitter-button-top:hover {
        margin-top: 0;
    }

    .layoutFull .splitter-button-bottom:hover {
        margin-top: -26px;
    }

    .layoutFull .splitter-button-top:hover,
    .layoutFull .splitter-button-bottom:hover {
        opacity: 1;
    }

.layoutFull #dataTablesPosicoes {
    height: 100%;
    overflow-y: auto;
}

.layoutFull #dataTablesControls {
    background: linear-gradient(to bottom right, #f1f1f1, #d0e1f9);
    height: 6%;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .layoutFull #dataTablesControls .pageLength,
    .layoutFull #dataTablesControls .searchArea,
    .layoutFull #dataTablesControls .pagingArea,
    .layoutFull #dataTablesControls .filterArea {
        float: left;
        padding: 8px;
    }

    .layoutFull #dataTablesControls select,
    .layoutFull #dataTablesControls input,
    .layoutFull #dataTablesControls button {
        height: 32px;
        padding: 0 8px;
    }

    .layoutFull #dataTablesControls .pageLength select {
        width: 64px;
    }

    .layoutFull #dataTablesControls .searchArea input {
        width: 200px;
    }

    .layoutFull #dataTablesControls .pagingArea .pagingButtons {
        float: left;
    }

    .layoutFull #dataTablesControls .pagingArea button {
        background: linear-gradient(#eee, #ccc);
        border: 1px solid #ccc;
        color: #444;
        margin-left: 3px;
    }

        .layoutFull #dataTablesControls .pagingArea button:hover {
            background: linear-gradient(#ccc, #eee);
            color: #000;
        }

        .layoutFull #dataTablesControls .pagingArea button:disabled {
            background: none;
            border: none;
            color: #ddd;
            cursor: default;
        }

        .layoutFull #dataTablesControls .pagingArea button.selected {
            background: white;
            color: #000;
        }

        .layoutFull #dataTablesControls .pagingArea button.pageIndex {
            padding: 0;
            width: 32px;
        }
/* Ajustes em Datatable */
.table.dataTable tr.child ul {
    display: block;
}

.dataTables_wrapper {
    /*width: 95%;*/
    background: linear-gradient(to bottom right, #f1f1f1, #d0e1f9, #a1b9d7);
    /*background-color: #FFFFFF;*/
    /*border: 1px solid #19396c;*/
}

.dataTable td {
    border-top: 1px solid #BDBEC3;
    font-size: 10px;
    line-height: 12px;
    /*color: #000000;*/
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

td.sorting_1 img {
    width: 25px !important;
}


#gridPosicoes_wrapper .dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    height: 5px !important;
    width: 17px !important;
    content: '' !important;
}
/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
    width: 100%;
    height: 250px;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #0070BA;
}

.accordion-heading {
    background: #e5e5e5;
}

    .accordion-heading a {
        color: #545454;
        text-decoration: none;
        font-weight: bold;
    }

.btn-facebook-alt i {
    color: #23386a;
}

.btn-twitter-alt i {
    color: #0098d0;
}

.btn-google-alt i {
    color: #b6362d;
}

.btn-linkedin-alt i {
    color: #0073b2;
}

.btn-pinterest-alt i {
    color: #ab171e;
}

.btn-github-alt i {
    color: #333;
}

.all-icons li {
    list-style: none;
}

.ML0 {
    margin-left: 0;
}

.MR0 {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_filter label input {
    background-color: #FFF;
}

.dataTables_wrapper .dataTables_length label select {
    background-color: #FFF;
}



/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
    .error-container h1 {
        font-size: 72px;
    }

    .layoutFull #dataTablesControls .pageLength {
        float: right;
    }

        .layoutFull #dataTablesControls .searchArea,
        .layoutFull #dataTablesControls .pageLength span {
            display: none;
        }
}

@media (max-width: 800px) {
    .InfoHeader .Titulo h1 {
        font-size: 13px;
    }
}


@media (max-width: 640px) {
    .InfoHeader .Titulo {
        display: none;
    }

    /* Reduzir sub-menu */
    .subnavbar .container > ul > li > a > i {
        display: none;
    }

    .subnavbar-inner {
        height: 20px;
    }

    .layoutFull header {
        height: 75px;
        margin-top: -75px;
    }

    #container {
        padding-top: 75px;
    }
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {

    #main {
        padding: 0 10px;
        margin-right: -20px;
        margin-left: -20px;
    }

    /*
        .subnavbar-inner {
            height: auto;
        }
            */

    .subnavbar .container > ul {
        width: 100%;
        height: 100%;
        border: none;
    }

        .subnavbar .container > ul > li {
            width: 33%;
            height: 100%;
            margin-bottom: 0;
            border: none;
        }

            .subnavbar .container > ul > li.active > a {
                font-size: 11px;
                background: transparent;
            }

    /*.subnavbar .container > ul > li > a > i {
                display: inline-block;
                margin-bottom: 0;
                font-size: 20px;
            }*/

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

        .subnavbar-open-right .dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .subnavbar-open-right .dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .extra {
        margin-right: -20px;
        margin-left: -20px;
    }

        .extra .container {
            padding: 0 20px;
        }

    .footer {
        margin-right: -20px;
        margin-left: -20px;
    }

        .footer .container {
            padding: 0 20px;
        }

        .footer .footer-terms {
            text-align: left;
        }

            .footer .footer-terms a {
                margin-left: 0;
                margin-right: 1em;
            }
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {

    .navbar-fixed-top {
        position: static;
        margin: 0 !important;
    }

    .subnavbar {
    }

        .subnavbar .container {
            width: auto;
        }

    .btn-navbar {
        display: none;
    }

    header .nav-collapse {
        float: right;
    }
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
    .navbar .search-query {
        width: 200px;
    }
}

/*------------------------------------------------------------------
Area que separa o Mapa e as Posições
*/

.mapa {
    position: absolute;
    width: 100%;
}

.posicao {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mapControls {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 320px;
    z-index: 1;
}

.PesquisarMapa {
    height: 32px;
    width: 75%;
    margin: 0;
}

.mapControls .button {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    margin-left: 5px;
    background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
    background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
    background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
    background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
    background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
    border: 1px solid #CCCCCE;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(132, 132, 132, 0.3), 0 2px 7px rgba(0, 0, 0, 0.2);
}

    .mapControls .button.lines span {
        background: url('../images/ic_line_gray.png') no-repeat center;
        width: 36px;
        height: 36px;
        margin: 2px auto;
        display: block;
    }

    .mapControls .button.traffic span {
        background: url('../images/ic_traffic_gray.png') no-repeat center;
        width: 36px;
        height: 36px;
        margin: 2px auto;
        display: block;
    }

    .mapControls .button.active {
        box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
        top: 4px;
        background: -webkit-linear-gradient(top, #E0E0E0, #F9F9F9 70%);
        background: -moz-linear-gradient(top, #E0E0E0, #F9F9F9 70%);
        background: -o-linear-gradient(top, #E0E0E0, #F9F9F9 70%);
        background: -ms-linear-gradient(top, #E0E0E0, #F9F9F9 70%);
        background: linear-gradient(top, #E0E0E0, #F9F9F9 70%);
    }

    .mapControls .button.lines.active span {
        background: url('../images/ic_line_blue.png') no-repeat center;
    }

    .mapControls .button.traffic.active span {
        background: url('../images/ic_traffic_blue.png') no-repeat center;
    }

/*
.mapControls .button img{
    content: url(../images/ic_line_blue.png);
}

.mapControls .button.active img{
    content: url(../images/ic_line_gray.png);
}
*/

/* Links abaixo da caixa de login*/
ul.LinksLogin {
    width: 380px;
    margin: 10px auto;
    list-style: none;
}

/* Grids */

/* Footer tabela posições */
#gridPosicoes_wrapper .bottom {
    background-color: #636363;
    float: left;
    width: 98%;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-top: 2px solid #4E4B4B;
    border-bottom: 2px solid #4E4B4B;
}

    #gridPosicoes_wrapper .bottom select,
    #gridPosicoes_wrapper .bottom input,
    #gridPosicoes_wrapper .bottom label,
    #gridPosicoes_wrapper .bottom .DTTT_container {
        margin-bottom: 0 !important;
        margin-right: 5px;
        padding: 0 4px !important;
        height: auto;
    }

    #gridPosicoes_wrapper .bottom select {
        float: left;
    }

    #gridPosicoes_wrapper .bottom .paginate_button {
        color: #fff !important;
    }

    #gridPosicoes_wrapper .bottom .paginate_button {
        padding: 0 !important;
    }

table.dataTable thead tr,
table.dataTable thead tr:hover {
    background: #2b5797;
    padding: 5px 0;
}

table.dataTable thead th {
    color: #fff;
    background: #2b5797;
    border-top-color: #959680;
    border-color: #959680;
    font-weight: bold;
    font-size: 11px;
}



table.dataTable tr:hover,
table.dataTable tr.odd:hover {
    background-color: #F9FBD6;
}

table.dataTable tbody tr {
    /* Tamanho mínimo da linha */
    height: 32px;
}

    table.dataTable tbody tr td {
        padding: 2px 5px;
        /*word-break: break-all;*/
    }

#tab_historico_paginate {
    text-align: center;
    margin: 20px auto;
    width: 240px;
}

    #tab_historico_paginate a {
        cursor: pointer;
    }

.paging_full_numbers a.current {
    background-color: #555555;
    color: #fff;
    border-radius: 3px;
}

    .paging_full_numbers a.current:hover {
        text-decoration: none;
    }

.paging_full_numbers a {
    margin-right: 5px;
    padding: 0px 3px;
}


.paging_full_numbers .previous,
.paging_full_numbers .next {
    background: url('../images/setas-paginacao.png') no-repeat 0 0;
    width: 21px !important;
    height: 22px;
    display: block;
    text-indent: -9999px;
}

.paging_full_numbers .next {
    background-position: -15px 0;
}

/*  Termos de uso - envio de comandos */
#ConfirmaComando .modal-footer {
    text-align: center;
}

    #ConfirmaComando .modal-footer .btn {
        margin-bottom: 10px;
    }


/* Mapa */
.AreaMapa {
    position: relative;
}

    .AreaMapa .PesquisarMapa {
        position: absolute;
        left: 50%;
        margin-left: -172px !important;
        z-index: 5;
        box-shadow: 3px 5px 10px #888888;
    }

    .AreaMapa #loader {
        position: absolute;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        height: 100%;
        opacity: 0.7;
    }

        .AreaMapa #loader span {
            width: 350px;
            position: absolute;
            top: 45%;
            left: 50%;
            margin-left: -175px;
            padding: 10px 20px;
            background: #000;
            color: #fff;
            border-radius: 5px;
        }

.mapLoading {
    position: absolute;
    height: 32px;
    width: 32px;
    right: 6px;
    top: 6px;
    z-index: 1; /* Para não ficar atraz do mapa */
}

/* Filtros para localizar percurso */
.BoxFiltros {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -257px;
    z-index: 99;
    width: 515px;
}

.LocalizarPercurso {
    display: block;
    padding: 10px 20px;
    background-color: #666666;
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 5px 10px #888888;
    float: left;
}

    .LocalizarPercurso .FiltroEmpresa {
        margin-right: 15px;
    }

    .LocalizarPercurso input,
    .LocalizarPercurso select {
        margin-bottom: 0px !important;
    }

    .LocalizarPercurso .controls .input-append .LabelMenor {
        margin-right: 8px;
        color: #ffffff;
    }

.BoxFiltros .btnFiltros {
    padding: 0px 10px;
    background: #393A3C;
    color: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 5px 10px #888888;
    cursor: pointer;
    display: block;
    width: 57px;
    margin: 0 auto;
    text-align: center;
}

    .BoxFiltros .btnFiltros i {
        margin: 0 0 0 5px !important;
    }

.tableComandos td {
    width: 160px;
}

/*
.VIGAUTO .navbar-inner{background:#D9262C !important;}
.ARCELORMITTAL .navbar-inner{background:#F15A22 !important;}
.MAXLOCALIZA .navbar-inner{background:#286BAF !important;}
.PODIUMSAT .navbar-inner{background:#f68b1f !important;}
*/


/* Ajustes para quando a página estiver com width 100% */
@media (max-width: 767px) {
    .layoutFull body {
        padding: 0 !important;
    }
}

/* Resoluções menores que 320px */

@media (max-width: 320px) {
    .subnavbar .container ul li a {
        text-align: center;
    }

        .subnavbar .container ul li a i {
            display: block;
            margin: 0;
            font-size: 16px;
            padding: 2px;
            width: auto;
            height: auto;
        }

        .subnavbar .container ul li a span {
            display: none;
        }

    .mapControls {
        padding: 0;
        width: 100%;
    }

    .mapLoading {
        height: 24px;
        width: 24px;
        top: 12px;
    }
}
/* Mensagens*/

/* Mensagem de Erro */
.errorMessage {
    background-color: #F2DEDE;
    border-bottom: 1px solid #B94A48;
    color: #B94A48;
    display: none;
    position: fixed;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    z-index: 1;
}

.errorMessage-content {
    float: left;
    width: calc(100% - 24px);
}

.errorMessage-close {
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    height: 24px;
    width: 24px;
}
/* Fim Mensagem de Erro */


/* Mensagem de Sucesso */
.successMessage {
    background-color: #dff0d8;
    border-bottom: 1px solid #468847;
    color: #468847;
    display: none;
    position: fixed;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    z-index: 1;
}

.successMessage-content {
    float: left;
    width: calc(100% - 24px);
}

.successMessage-close {
    background-color: #dff0d8;
    border: 1px solid #468847;
    border-radius: 4px;
    color: #468847;
    font-size: 14px;
    height: 24px;
    width: 24px;
}
/* Fim Mensagem de Sucesso */

/* Mensagem de Informação */
.infoMessage {
    background-color: #d9edf7;
    border-bottom: 1px solid #3a87ad;
    color: #3a87ad;
    display: none;
    position: fixed;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    z-index: 1;
}

.infoMessage-content {
    float: left;
    width: calc(100% - 24px);
}

.infoMessage-close {
    background-color: #d9edf7;
    border: 1px solid #3a87ad;
    border-radius: 4px;
    color: #3a87ad;
    font-size: 14px;
    height: 24px;
    width: 24px;
}
/* Fim Mensagem de Informação */

/* Fim Mensagens*/

/* Formulário de Exportação dos Relatórios */
.exportReport {
    float: right;
    margin-right: 6px;
}

    .exportReport button,
    .botao-export {
        border: none;
        margin-top: 4px;
        height: 40px;
        width: 28px;
    }

        .exportReport button[value='doc'],
        .botao-export.botao-doc {
            background: url('../images/file_extension_doc.png') no-repeat;
            background-size: contain;
        }

        .exportReport button[value='pdf'],
        .botao-export.botao-pdf {
            background: url('../images/file_extension_pdf.png') no-repeat;
            background-size: contain;
        }

        .exportReport button[value='xls'],
        .botao-export.botao-xls {
            background: url('../images/file_extension_xls.png') no-repeat;
            background-size: contain;
        }

        .exportReport button[value='txt'],
        .botao-export.botao-txt {
            background: url('../images/file_extension_txt.png') no-repeat;
            background-size: contain;
        }

/* Botões para selecionar o tipo de relatório */

.filtrosRelatorios {
}


    .filtrosRelatorios li {
        list-style: none !important;
        float: left;
        margin-right: 10px;
    }

        .filtrosRelatorios li.active {
            background-color: #1e3f5e;
        }

        .filtrosRelatorios li,
        .filtrosRelatorios li input {
            display: none;
        }

.cabecalhoRelatorio {
    padding: 10px 13px;
    background: linear-gradient(to bottom right, #f1f1f1, #d0e1f9);
    border-bottom: none;
    color: #000000 !important;
    background-color: #ffffff;
}

    .cabecalhoRelatorio p {
        margin-bottom: 0;
        color: #000000;
    }

@media (max-width: 640px) {
    .filtrosRelatorios li {
        float: none;
        margin: 0 0 5px 0;
    }
}


// Gráficos Chart

.widget.line p span {
    color: #DBBA34;
}

.widget.line p strong {
    color: #637b85;
    font-weight: 400;
}

@media only screen and (min-width:300px) {
    .container {
        width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (min-width:600px) {
    .container {
        width: 580px;
        margin: 0 auto;
    }

    .third {
        float: left;
        width: 47.5%;
        margin-left: 5%;
    }

        .third:first-child {
            margin-left: 0;
        }

        .third:last-child {
            display: block;
            width: 100%;
            margin-left: 0;
        }
}

@media only screen and (min-width:960px) {
    .container {
        width: 940px;
    }

    .third {
        float: left;
        width: 30%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

        .third:first-child {
            margin-left: 0;
        }

        .third:last-child {
            margin-right: 0;
            margin-left: 2.5%;
            width: 30%;
        }
}

@media only screen and (min-width:1140px) {
    .container {
        width: 1120px;
    }
}

@media only screen and (min-width:1360px) {
    .container {
        width: 1300px;
    }
}

* {
    @include box-sizing(border-box);
}

$pad: 20px;

.grid {
    background: white;
    margin: 0 0 $pad 0;
    &:after

{
    /* Or @extend clearfix */
    content: '';
    display: table;
    clear: both;
}

}


[class*='col-'] {
    float: left;
    padding-right: $pad;
    .grid &:last-of-type

{
    padding-right: 0;
}

}



.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-8 {
    width: 12.5%;
}

#titleText {
    text-align: center;
}

/** Barra bateria voltage */

.boardInfo {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px 30px 5px;
    text-align: center;
    border-radius: 5px;
    margin: 1px;
}

.div-sensores img {
    float: right;
    top: -5px;
    position: relative;
    width: 35px;
    height: 35px;
    float: left;
}

.div-sensores #img-Bat img {
    float: right;
    top: -2px;
    position: relative;
    width: 35px;
    height: 30px;
    float: left;
}

#boardInfo_align {
    width: 100%;
    display: table;
}

.boardInfo_align-container .widget-content {
    border: 0;
}

#boardInfo_align .stat {
    text-align: center;
    display: table-row;
    position: relative;
    width: 48%;
    margin: 10px;
}

#boardInfo_align i {
    font-size: 30px;
    display: block;
    line-height: 40px;
    color: #b2afaa;
}

#boardInfo_align .stat:hover i {
    color: #0070BA;
}

h6.boardInfo_align {
    margin: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 26px;
}

#boardInfo_align .stat:first-child {
    border-left: none;
}

#boardInfo_align .stat:last-child {
    border-right: none;
}

#boardInfo_align .stat h4 {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    margin-bottom: 1.5em;
}

#boardInfo_align .stat .value {
    font-size: 45px;
    font-weight: bold;
    color: #545454;
    line-height: 1em;
}

.align-labels-value {
    float: right;
    text-align: center;
    display: table-column;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 4px;
}

.align-labels-info {
    float: left;
    text-align: center;
    display: table-column;
    position: relative;
    margin-left: 130px;
    margin-right: 10px;
    margin-top: 4px;
}

.align-labels-value-tele {
    float: left;
    text-align: center;
    display: table-column;
    position: absolute;
    margin-left: 270px;
    margin-right: 0px;
    text-align: center;
    margin-top: 4px;
}

.align-labels-info-tele {
    float: left;
    text-align: center;
    display: table-column;
    position: relative;
    margin-left: 40px;
    margin-right: 5px;
    text-align: center;
    margin-top: 4px;
}

.align-labels-desc-tele {
    float: right;
    text-align: center;
    display: table-column;
    position: inherit;
    margin-left: 0px;
    margin-right: 5px;
    text-align: center;
    margin-top: 4px;
}


@media all and (max-width: 570px) and (min-width: 1px) {


    #boardInfo_align .stat {
        text-align: center;
        display: table-row;
        position: relative;
        width: 30%;
        margin: 20px;
    }

    #boardInfo_align {
        width: 100%;
        display: table;
    }

    .boardInfo {
        position: relative;
        border: 1px solid #ddd;
        padding: 20px 10px 10px 5px;
        text-align: center;
        border-radius: 5px;
        margin: 1px;
    }

    .div-sensores img {
        float: left;
        top: 0px;
        position: relative;
        width: 35px;
        height: 35px;
    }


    .div-sensores #img-Bat img {
        float: left;
        top: 0px;
        position: relative;
        width: 35px;
        height: 30px;
    }


    .align-labels-info {
        float: inherit;
        text-align: center;
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }


    .align-labels-value {
        float: inherit;
        text-align: center;
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
    }



    .align-labels-value-tele {
        float: inherit;
        text-align: center;
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
    }

    .align-labels-info-tele {
        float: inherit;
        text-align: center;
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }

    .align-labels-desc-tele {
        float: inherit;
        text-align: center;
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
    }



    #boardInfo_align .stat:nth-child(2) {
        border-right: none;
    }

    #boardInfo_align .stat:nth-child(3) {
        border-left: none;
    }
}


#diplay_maps {
    padding: 160px;
    z-index: 100;
}

.map_canvas_popup {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
}


/*

    BOTÃO DESLIZANTE VIEW MANUTENÇÃO

*/

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: 'SIM';
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: 'N\00C3O';
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fdfdfd;
    margin-left: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    font-size: 17.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 5px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

    .panel-primary .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

.panel-warning {
    border-color: #fbeed5;
}

    .panel-warning .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }


.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }


.panel-horizontal .panel-heading {
    border-bottom: 0;
    border-right: 1px solid transparent;
    border-top-right-radius: 0;
    margin-bottom: 0;
    width: 150px;
}

.panel-horizontal .panel-body {
    float: right;
    margin: 0 0 15px 150px;
    padding-bottom: 0;
}



/* Adaptação do model (lg, sm) para o bootstrap 3.3.7*/
.modal.fade .modal-graph {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-graph {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-graph {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

@media (min-width: 768px) {
    .modal-graph {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-cabecalho {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-cabecalho .close {
        margin-top: 2px;
    }

.position-graph {
    position: relative;
    float: right;
    bottom: 15px;
}


.btn-outline,
.btn-outline:hover {
    border-color: #b2afaa;
    background: #fff;
}

.btn-outline {
    border-radius: var(--border-radius);
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 0px;
    border-radius: 5px;
}

    .btn-outline:hover {
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        background: #b2afaa;
    }

    .btn-outline:active {
        box-shadow: inset 0 0 0 20rem var(--darken-2), inset 0 3px 4px 0 var(--darken-3), 0 0 1px var(--darken-2);
    }

    .btn-outline:disabled,
    .btn-outline.is-disabled {
        opacity: .5;
    }

[tooltip] {
    position: relative;
    display: inline-block;
}

    [tooltip]::before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        z-index: 99;
        opacity: 0;
    }

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translateY(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translateY(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after, [tooltip]:hover::before {
    opacity: 1
}

#AreaGraf {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    display: table;
    border-collapse: separate;
    width: 100%
}

.Graf {
    float: left;
    min-height: 1px;
}

#GraficoPizza {
    max-width: 100%;
    height: auto;
    display: table;
    border-collapse: separate;
}


/*Card Bootstrap 4.0*/
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border: 1px solid #606060;*/
    /*border-radius: 0.25rem;*/
    margin: 5px;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.15rem 0.35rem;
    margin-bottom: 0;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #19396c;
}
/*
    .card-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        
    }
*/


.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }


.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

#divContatoImg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#divVeiculosImg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btnSuperiorMaps {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 180px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 40px;
    top: 0px;
    z-index: 2;
    border: 2px solid #CCCCCE;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(132, 132, 132, 0.3), 0 2px 7px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

#alertacerca {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

#conteudoEndereco {
    text-align: center;
    margin-left: 10px;
}

#ModalFormEndereco {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    vertical-align: text-top !important;
}

.pac-container {
    z-index: 5000;
}

.footerViagem {
    position: fixed;
    bottom: 0px;
    background-color: #aaaaaa;
    width: 100%;
    height: 52px;
    left: 0;
}

    .footerViagem input {
        margin: 7px;
        width: 12%;
        padding: 10px;
    }

    .footerViagem span {
        background-color: #f8f8f8;
        border-radius: 10px;
        padding: 5px;
    }

@media all and (max-width: 950px) and (min-width: 1px) {
    .footerViagem input {
        margin: 7px;
        width: 12%;
        padding: 10px;
    }
}

span3_alter {
}

@media (max-width: 979px) and (min-width: 768px) {
    .span3_alter {
        width: 538px;
    }
}

@media (max-width: 1360px) and (min-width: 951px) {
    .span3_alter {
        width: 188px;
    }
}


.custom-modal-span12 {
    left: 30% !important;
    z-index: 1050;
    margin-left: -25%;
    width: 90% !important
}

.table-content-centered {
    text-align: center;
}

td.detalhe-movihoje {
    cursor: pointer;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTTIwLDZoLThsLTItMkg0QzIuOSw0LDIsNC45LDIsNnYxMmMwLDEuMSwwLjksMiwyLDJoMTZjMS4xLDAsMi0wLjksMi0yVjhDMjIsNi45LDIxLjEsNiwyMCw2eiI+PC9wYXRoPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center;
    height: 9px;
    width: 9px;
}

tr.shown td.detalhe-movihoje {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTTIwLDZoLThsLTItMkg0QzIuOSw0LDIsNC45LDIsNnYxMmMwLDEuMSwwLjksMiwyLDJoMTZjMS4xLDAsMi0wLjksMi0yVjhDMjIsNi45LDIxLjEsNiwyMCw2eiBNMjAsMThINFY4aDE2VjE4eiI+PC9wYXRoPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center;
    height: 9px;
    width: 9px;
}

.historico td.detalhe-movihoje {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTSAxMiAyIEMgNi41IDIgMiA2LjUgMiAxMiBDIDIgMTcuNSA2LjUgMjIgMTIgMjIgQyAxNy41IDIyIDIyIDE3LjUgMjIgMTIgQyAyMiA2LjUgMTcuNSAyIDEyIDIgeiBNIDEyIDQgQyAxNi40IDQgMjAgNy42IDIwIDEyIEMgMjAgMTYuNCAxNi40IDIwIDEyIDIwIEMgNy42IDIwIDQgMTYuNCA0IDEyIEMgNCA3LjYgNy42IDQgMTIgNCB6IE0gNiAxMSBMIDYgMTMgTCAxOCAxMyBMIDE4IDExIEwgNiAxMSB6Ij48L3BhdGg+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    height: 9px;
    width: 9px;
}

.barra-pesquisa {
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    background: linear-gradient(to right, #0f2137, #192d5d);
    padding: 10px 8px;
    transition: bottom 0.1s;
    width: 100%;
}

    .barra-pesquisa.elevada {
        bottom: 50px !important;
        transition: bottom 0.5s;
    }

    .barra-pesquisa input {
        width: 20%;
        display: initial;
        margin-bottom: 0;
    }

    .barra-pesquisa label {
        text-align: left !important;
        color: white;
        vertical-align: central !important;
        margin: 0 !important;
    }

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

.table-vertical-align thead tr th {
    vertical-align: middle;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.col-margin {
    margin-right: 15px;
}

    .col-margin .large {
        margin-right: 50px;
    }

.mapControls.button.hidden {
    display: none;
    height: 42px;
    width: 42px;
}

.mapControls.button.always-show {
    display: block;
    height: 42px;
    width: 42px;
}

table.small-grid tbody tr {
    height: 18px;
}


.table-custom-floating.fixedHeader-floating {
    left: -2px !important;
}

.nav.nav-tabs.small-tab, .nav.nav-pills.small-tab {
    margin-bottom: 0px;
}

.align-content-center {
    text-align: center;
}

    .align-content-center ul {
        align-items: center;
        display: inline-flex;
    }

.div-with-footer {
    position: relative;
}

    .div-with-footer #div-footer {
        position: absolute;
        bottom: 0;
    }

.full-width {
    width: 100%;
}

.relatorio-padding {
    margin-bottom: 5px !important;
}

.label-progresso {
    background-color: rgb(225, 211, 0);
}

    .label-progresso:hover {
        background-color: rgb(193, 182, 4);
    }

.label-aguardando {
    background-color: rgb(1, 5, 244);
}

    .label-aguardando:hover {
        background-color: rgb(2, 4, 166);
    }

.senha-modal {
    font-size: 48px;
    line-height: 54px;
}

/* Filtros na tela /Relatorios */
#itensGroupRelTele label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* DIV de informações do datatable */
.dataTables_length label select {
    display: inline-block;
}

.dataTables_length + .dt-buttons {
    float: right;
}

#reportTable_info.dataTables_info {
    clear: both;
    width: 100%;
    padding-top: 0;
}

    #reportTable_info.dataTables_info p {
        float: right;
        margin-right: 15px;
    }

    #reportTable_info.dataTables_info i {
        color: black;
        font-size: 1.2em;
    }
/* DIV de informações do datatable movimentação */
.dataTables_length label select {
    display: inline-block;
}

.dataTables_length + .dt-buttons {
    float: right;
    margin-right: 13px;
}

#reportTableMoviment_info.dataTables_info {
    clear: both;
    width: 100%;
    padding-top: 0;
}

    #reportTableMoviment_info.dataTables_info p {
        float: right;
        margin-right: 20px;
    }

    #reportTableMoviment_info.dataTables_info i {
        color: #07709b;
        font-size: 1.2em;
    }

/* Tela de carregamento */
#loader {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bolder;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    cursor: progress;
}

.select2-search__field {
    height: 30px !important;
}

.isDisabled {
    background-color: #F8F8F8 !important;
    color: black !important;
    cursor: not-allowed;
    opacity: 0.3;
    text-decoration: none;
}

    .isDisabled .shortcut-icon {
        color: black !important;
    }

    .isDisabled span {
        color: black !important;
    }

.colorIsDisabled {
    color: gray !important;
}

.btn-borderless {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    padding: 0px;
    background-image: none;
}

    .btn-borderless:hover {
        transform: scale(1.2);
    }

.appended-select-container {
    margin-left: -4px !important;
    margin-top: -9px !important
}

    .appended-select-container .selection .select2-selection {
        border-radius: 0px !important;
    }

.marker-ic_aviao {
    background-image: url('../images/ic_aviao.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_caminhao {
    background-image: url('../images/ic_caminhao.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_caminhonete {
    background-image: url('../images/ic_caminhonete.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_carro {
    background-image: url('../images/ic_carro.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_furgao {
    background-image: url('../images/ic_furgao.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_helicoptero {
    background-image: url('../images/ic_helicoptero.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_helicoptero-alert {
    background-image: url('../images/ic_helicoptero-alert.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_outro {
    background-image: url('../images/ic_outro.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_localizador {
    background-image: url('../images/ic_localizador.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_moto {
    background-image: url('../images/ic_moto.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_navio {
    background-image: url('../images/ic_navio.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_onibus {
    background-image: url('../images/ic_onibus.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_retirado {
    background-image: url('../images/ic_retirado.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_suspenso {
    background-image: url('../images/ic_suspenso.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_trator {
    background-image: url('../images/ic_trator.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_empilhadeira {
    background-image: url('../images/ic_empilhadeira.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Onix {
    background-image: url('../images/ic_Onix.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Uno {
    background-image: url('../images/ic_Uno.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_open-box-blue {
    background-image: url('../images/ic_open-box-blue.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_open-box-red {
    background-image: url('../images/ic_open-box-red.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_iscarf {
    background-image: url('../images/ic_iscarf.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Maquina {
    background-image: url('../images/ic_Maquina.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Localizacao {
    background-image: url('../images/ic_Localizacao.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Ponto {
    background-image: url('../icons/Icon-Ponto.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Ponto_Orange {
    background-image: url('../icons/Icon-Ponto-orange.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Ponto_Red {
    background-image: url('../icons/Icon-Ponto-red.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Ponto_Yellow {
    background-image: url('../icons/Icon-Ponto-yellow.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-ic_Cerca {
    background-image: url('../images/ic_cerca.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.btn-aguardando {
    background-color: #5bc0de;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

    .btn-aguardando:hover, .btn-aguardando:active, .btn-aguardando.active, .btn-aguardando.disabled, .btn-aguardando[disabled] {
        background-color: #5bc0de;
        color: white;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    }


.btn-sem_Status {
    background-color: #9c9c9c;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

    .btn-sem_Status:hover, .btn-sem_Status:active, .btn-sem_Status.active, .btn-sem_Status.disabled, .btn-sem_Status[disabled] {
        background-color: #9c9c9c;
        color: white;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    }

.marker-ic_seta {
    background-image: url('../images/ic_seta.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.toggle-telecomando {
    font-size: 12px;
}

.date-warning {
    background-color: #efff00 !important;
}

.date-attention {
    background-color: #ffbb00 !important;
}

.date-danger {
    background-color: #e28181 !important;
}
