.ce7-menu-ul > li {
    width: 100%;
}

.ce7-menu-ul > li > a {
    border: 1px solid #CCC;
    background-color: #eee;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FFF;
}

.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu > li > a {
    text-align: right;
    cursor: pointer;
}

.dropdown-menu > li > a > img {
    float: left;
    width: 16px;
    height: 16px;
}

.dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

.ce7-menu-ul > li > a > div > div.col-md-8 {
    text-align: center;
    margin-top: 20px;
}

.btn-icon {
    border-width: inherit;
    background: none;
}

#loading-indicator {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*corige o problema do select2 dentro da modal do bootstrap*/
.select2-container--open {
    z-index: 9999999
}

.time {
    width: 100px;
}

/* .datepicker {
    z-index: 9999 !important;
}
*/


footer {
    background-color: #d9e0e7;
    margin-left: 0px !important;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    height: 50px;
}

.datepicker{
    min-width: 100px !important;
}

.ajax-loader {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 225px;
    margin: auto;
    opacity: 1;
}

#ajax-load {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

/* Create the animation blocks */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.status-chegada {
    width: 10%;
    height: 100% !important;
    z-index: 10;
    left: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8b8dd+0,207cca+47,1e5799+99 */
    background: #b8b8dd; /* Old browsers */
    background: -moz-linear-gradient(top, #b8b8dd 0%, #207cca 47%, #1e5799 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b8b8dd 0%,#207cca 47%,#1e5799 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b8b8dd 0%,#207cca 47%,#1e5799 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8dd', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.status-entrada {
    width: 10%;
    height: 100% !important;
    z-index: 10;
    left: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ff6600+51,ff6600+51,c72200+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ff6600 51%, #ff6600 51%, #c72200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ff6600 51%,#ff6600 51%,#c72200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ff6600 51%,#ff6600 51%,#c72200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
}

.status-finalizar {
    width: 10%;
    height: 100% !important;
    z-index: 10;
    left: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: #b4ddb4; /* Old browsers */
    background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}

