/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.ColVis {
    float: right;
    margin-bottom: 1em;
}

button.ColVis_Button,
ul.ColVis_collection li {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    *cursor: hand;
    font-size: 0.88em;
    color: black !important;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    /* Generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff; /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

    .ColVis_Button:hover,
    ul.ColVis_collection li:hover {
        border: 1px solid #666;
        text-decoration: none !important;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
        background: #f3f3f3; /* Old browsers */
        background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
        background: -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
        background: -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    }

button.ColVis_Button {
    height: 30px;
    padding: 3px 8px;
}

    button.ColVis_Button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }

    button.ColVis_Button:active {
        outline: none;
    }


div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

ul.ColVis_collection {
    width: 150px;
    padding: 8px 8px 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba( 0, 0, 0, 0.4 );
    background-color: #f3f3f3;
    background-color: rgba( 255, 255, 255, 0.3 );
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

    ul.ColVis_collection li {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        padding: 0.5em;
        display: block;
        float: none;
        margin-bottom: 4px;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
    }

    ul.ColVis_collection li {
        text-align: left;
    }

        ul.ColVis_collection li.ColVis_Button:hover {
            border: 1px solid #999;
            background-color: #f0f0f0;
        }

        ul.ColVis_collection li span {
            display: inline-block;
            padding-left: 0.5em;
            cursor: pointer;
        }


        ul.ColVis_collection li.ColVis_Special {
            border-color: #555;
            background: rgb(237,237,237); /* Old browsers */
            background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 77%, rgba(232,232,232,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* IE10+ */
            background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
        }

            ul.ColVis_collection li.ColVis_Special:hover {
                background: #e2e2e2; /* Old browsers */
                background: -webkit-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* FF3.6+ */
                background: -ms-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* IE10+ */
                background: -o-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Opera 11.10+ */
                background: linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
            }


span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}

/* Personalização Portal Suíte Logistica  */

.toggle-demo {
    position: absolute;
    top: 10px;
    right: -8px;
    display: block;
    width: 150px;
    height: auto;
    z-index: 99;
    opacity: .9;
}

    .toggle-demo:hover {
        opacity: 1;
    }

    .toggle-demo .btn-group {
        width: 100px;
        float: left;
    }

    .toggle-demo > span {
        display: inline-block;
        float: left;
        margin-right: 5px;
        line-height: 21px;
        color: #757575;
    }


/*
	 * noUISlider vertical demo
	 */
.demo-vertical-uislider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .demo-vertical-uislider > div {
        height: 200px;
        margin: 0 0px 0 10px;
        display: inline-block;
    }

    .demo-vertical-uislider > :first-child {
        margin-left: 15px;
    }


/*
	 * Knobs demo
	 */

.knobs-demo > div {
    display: inline-block;
    margin-left: 30px;
}

.knobs-demo > :first-child {
    margin-left: 0;
}

/*
	 * DEMO INPUT
	 */

.demo label input[type=radio].radiobox + span:before, .demo label input[type=checkbox].checkbox + span:before {
    border: 1px solid #5E5E5E;
}

.demo label:hover input[type=checkbox].checkbox + span:before {
    border-color: #E77317;
}

/*
	 * DEMO
	 * Demo CSS only
	 */
.demo label {
    margin-bottom: 4px !important;
}

.demo .checkbox i {
    border-color: #7A7A7A;
}

.demo .radio, .demo .checkbox {
    padding-left: 22px;
}

.demo.activate {
    right: 0px !important;
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.2);
}

.demo {
    position: absolute;
    top: 5px;
    right: -160px;
    width: 160px;
    z-index: 5;
    padding: 5px 10px 10px;
    background: #F1DA91;
    -moz-transition: right .1s ease-out;
    -ms-transition: right .1s ease-out;
    -o-transition: right .1s ease-out;
    -webkit-transition: right .1s ease-out;
    transition: right .1s ease-out;
}

    .demo > span {
        position: absolute;
        left: -30px;
        top: 0px;
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 5px 0 0 5px;
        background: #F1DA91;
        padding: 2px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
    }

        .demo > span i {
            font-size: 17px;
        }

    .demo.activate > span i:before {
        content: "\f00d";
    }

    .demo > span:hover i {
        color: #333 !important;
    }

    .demo form section {
        margin: 0 !important;
    }

    .demo .btn {
        font-size: 13px !important;
        line-height: 1.5 !important;
        border-radius: 3px !important;
        padding: 3px 7px !important;
        height: auto !important;
    }

.demo-liveupdate-1 {
    font-size: 12px !important;
    position: absolute !important;
    left: 33px;
    top: 15px;
    display: block;
    z-index: 2;
    font-weight: bold;
    padding: 1px 61px 3px 7px;
}

.demo-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .demo-btns > li {
        display: inline-block;
        margin-bottom: 7px;
    }


.demo-icon-font {
    font-size: 14px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .demo-icon-font:hover {
        background-color: rgba(86, 61, 124, 0.1);
        text-decoration: none;
    }

.demo-modal {
    width: auto;
    max-width: 600px;
    z-index: 1;
}

.demo-red {
    color: #DF413E;
}

.demo-orange {
    color: #DAA03E;
}

.demo-border {
    border: 1px solid #000000;
    border: 1px solid rgba(0,0,0,0.2);
}

.smart-form input.input-validation-error, .input-validation-error {
    background: none repeat scroll 0% 0% #FFF0F0;
    border-color: #A90329;
}

.smart-form span.field-validation-error, span.field-validation-error {
    display: block;
    margin-top: 6px;
    padding: 0px 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form .validation-summary-errors li {
    color: #D56161;
}


.modal {
    overflow-y: auto;
}

.table caption {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}


#totalCargas tfoot th, #totalCargas tbody td {
    text-align: center;
}

#totalCargas tbody td {
    color: #ff0000;
    font-weight: bold;
    background-color: lightgoldenrodyellow;
}

#totalCargasPendentes tfoot th, #totalCargasPendentes tbody td {
    text-align: center;
}

#totalCargasPendentes tbody td {
    color: #ff0000;
    font-weight: bold;
    background-color: lightskyblue;
}

.smart-form section label {
    font-weight: bold;
}

.smart-form input.input-sm {
    padding: inherit;
}

.highlight {
    background-color: #ffffe0;
}

.cargaItinerario {
    background-color: lightskyblue;
}

.cargaRestricao {
    background-color: lightcoral;
}

.smallboxConfirmation {
    background-color: #2C3E50;
}

.smallboxWarning {
    background-color: #e77317;
}

.smallboxError {
    background-color: #a90329;
}

.smallboxSuccess {
    background-color: #006400;
}

.smallboxMessage {
    background-color: #DDD;
    color: #333;
}

.dataTables_wrapper .bottom, .dataTables_wrapper .top {
    padding: 15px;
    border: 1px solid #CCC;
    background-color: #57889C;
}

.popover.bottom .arrow:after {
    border-bottom-color: #57889C;
}

.popover-title {
    background-color: #57889C;
    color: #ffffff;
    font-weight: bold;
}

.popover-content {
    color: #ffffff;
}

.smart-form .row {
    margin: 5px;
}

button[data-print], input[data-print], a[data-print] {
    display: none;
}

label {
    font-weight: 600;
}

.tooltip {
    position: absolute;
    z-index: 9999999999999;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

    .tooltip.in {
        -ms-opacity: .9;
        opacity: .9;
        -webkit-filter: alpha(opacity=90);
        -moz-filter: alpha(opacity=90);
        -o-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}


.btn-novo {
    background-color: #00008b;
}

/* Smartadmin */

#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #FFF !important;
}

.ribbon-button-alignment, .ribbon-button-alignment a {
    color: #fff;
}

/* Twitter Bootstrap General */
.page-header {
    padding-bottom: 8px;
    margin: 24px 0px 18px;
    border-bottom: 1px solid #2C3E50;
}

/* tables */
.fc-border-separate thead tr, .table thead tr {
    font-size: 12px;
    background-color: #F3F3F3;
    color: #555555;
}


/* Widget */
.jarviswidget-color > header {
    background: #2C3E50;
    color: #FFF;
    border-color: #2C3E50 !important;
}

    .jarviswidget-color > header > .jarviswidget-ctrls a,
    .jarviswidget-color.nav-tabs li:not(.active) a {
        color: #fff !important;
    }

.jarviswidget-color .nav-tabs li a:hover {
    color: #333 !important;
}

/* jQuery UI */
.ui-menu {
    z-index: 9999;
}

/* loadpage */
#loadPage {
    width: 100%;
    min-height: 100%;
    background-color: #b7ada2;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999 !important;
    -webkit-filter: alpha(opacity=70);
    -moz-filter: alpha(opacity=70);
    -o-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}

    #loadPage img {
        left: 50%;
        top: 300px;
        position: relative;
        color: #fff;
    }

    #loadPage span {
        left: 49%;
        top: 300px;
        position: relative;
        color: #fff;
        font-weight: bolder;
    }

/* tablesorter*/
/* tables */
table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(../Content/Images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../Content/Images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../Content/Images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

img.usericon {
    width: 25px;
    height: auto;
}

nav ul ul ul li a {
    color: #FFF;
}

/* Datepicker - agendamento */
.dataPendencia {
    color: #000000;
    background-color: #C00000;
    font-weight: 900;
}

.dataValida {
    color: #000000;
    font-weight: 900;
    background-color: #F0F0F0;
}

.ui-datepicker {
    width: 18.5em;
}

.ui-datepicker table {
        font-size: 1em;
}

.ui-datepicker td .ui-state-active {
    background-color: transparent;
}

.iframerelatorio {
    width: 100%;
    height: 600px;
    border: 0 solid #FFF;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0;    
}

table.tablesorter tbody td.checked {
    background-color: #FDE569;
}
