/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 3.1
	Author: GeeksLabs
	Author URL: http://www.themeforest.net/user/geekslabs
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@media only screen and (max-width: 1350px) {
    #totalLoadRequests, .grid_item_value {
        font-size: 30px !important;
    }

    #totalLoadOffer, #totalOpenLoadRequests {
        font-size: 50px !important;
    }

    .report_card_title
    {
        font-size: 20px !important;
    }

    .report_description
    {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .report_card_title {
        font-size: 15px !important;
    }

    .report_column, .report_column_status {
        width: 50% !important;
    }

    .report_card, .report_card_status, .report_card_manager {
        margin: 5px 0px !important;
        height: 158px !important;
    }

    .report_description {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .report_card_title {
        font-size: 15px !important;
    }

    .report_column, .report_column_status {
        width: 100% !important;
    }

    .report_card, .report_card_status, .report_card_manager {
        margin: 5px 0px !important;
        height: 158px !important;
    }

    .report_description {
        font-size: 14px !important;
    }
}

.subtitle {
    text-align: left;
    font: normal normal normal 20px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    margin-bottom:15px;
}

.subtitle img
{
    transform: translateY(6px);
    margin-right: 5px;
}

.shipperReport {
    margin-bottom: 50px;
}

.report_affiliate_table tr:nth-child(n + 2) {
    border-bottom: 1px solid #f2f2f2;
    color: #5E768E;
    padding: 15px;
}

.report_affiliate_table {
    display: inline-block;
    overflow: auto;
    border-collapse: collapse;
    height: 149px;
    width:100%;
}

.report_affiliate_table th {
    color: #5E768E;
    padding: 15px;
    padding-bottom: 5px;
}

.report_affiliate_table td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.report_column {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.report_row {
    margin: 0 -5px;
}

.report_row:after {
    content: "";
    display: table;
    clear: both;
}

.center_td
{
    text-align: center;
}

.report_card, .report_card_status, .report_card_manager {
    padding: 16px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 210px;
    width: 100%;
}

.report_column_status {
    float: left;
    width: 40%;
    padding: 0 10px;
}

.report_open_load_requests
{
    grid-column: 1;
    overflow: hidden;
}

.report_load_requests {
    grid-column: 2;
    overflow: hidden;
    display: inline-block;
    margin-top: auto;
    text-align: right;
}

.report_wrapper, .report_card_value {
    display: grid;
    height: 77%;
    align-items: end;
}

.grid_container
{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    height: 77%;
    align-items: end;
    padding-bottom: 0px;
}

.grid_container .report_description, .grid_item_value
{
    text-align: left;
}

.grid_item_value
{

}

.report_card_title 
{
    text-align: left;
    font: normal normal bold 31px/41px Segoe UI;
    letter-spacing: 0px;
    color: #5E768E;
    opacity: 1;
    font-size: 25px;
}

.report_column
{
    margin: 0px 0px 0px 0px;
}

.total_load_offers, .open_load_requests {
    text-align: start;
}

#totalLoadOffer, #totalOpenLoadRequests{
    text-align: left;
    font: normal normal normal 75px Segoe UI;
    letter-spacing: 0px;
    color: #5E768E;
    opacity: 1;
}

#totalLoadRequests, .grid_item_value {
    text-align: left;
    font: normal normal normal 40px Segoe UI;
    letter-spacing: 0px;
    color: #5E768E;
    opacity: 1;
}

.report_description {
    text-align: left;
    font: normal normal normal 15px Segoe UI;
    letter-spacing: 0px;
    color: #5E768E;
    opacity: 1;
}

#total_label {
    text-align: right;
}

html,
body {
    height: 100%;
    width: 100%;

}
/*html {
    display: table;
    margin: auto;
}
body {
    display: table-cell;
}*/

body {
    display: table;
    vertical-align: middle;
    width: 100%;
    border-top: 4px solid #5E768E;
}

html {
    display: inline-block !important;
    margin: auto;
}

/*LOGIN PAGE*/
.form-login-wrapper {
    display: inline-block;
    margin: 100px auto 0;
}

.form-login {
    display: inline-block;
    width: 100%;
}

.pattern-bg {
    background-image: url('../../../Images/bg_image.jpg');
    background-size: cover;
    display: inline-flex !important;
    position: relative;
    background-attachment: fixed;
    text-align: center;
}
/*.filterBg{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgb(69,55,97);
    background: -moz-linear-gradient(-45deg, rgba(69,55,97,1) 0%, rgba(34,48,121,1) 50%, rgba(34,48,121,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(69,55,97,1) 0%,rgba(34,48,121,1) 50%,rgba(34,48,121,1) 100%);
    background: linear-gradient(135deg, rgba(69,55,97,1) 0%,rgba(34,48,121,1) 50%,rgba(34,48,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453761', endColorstr='#223079',GradientType=1 );
    opacity: 0.95;
}*/

#btnLogin {
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: lowercase;
    width: auto;
}

.forgot-login-wrapper {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.btnLogin-wrapper {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.remember-me-wrapper {
    text-align: left !important;
}

.forgot-login-wrapper .input-field {
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
}

    .forgot-login-wrapper .input-field p {
        text-align: center;
    }

.forgot-login-wrapper a {
    color: #fff;
    font-size: 12px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.acceptInviteWrapper #login-page {
    width: 60% !important;
}

.form-login-wrapper #login-page {
    width: 50%;
    opacity: 0.95;
    (;width: 60%;);
}

.acceptInviteWrapper {
    margin-top: 60px !important;
}

    .acceptInviteWrapper .logo-img img {
        width: 25%;
    }

    .acceptInviteWrapper p {
        color: #fff;
    }

.acceptInviteBtn {
    padding: 25px !important;
    text-align: center;
}

.userNameInvite {
    color: #F06E1A !important;
    font-weight: bold;
}

#login-page .card-panel {
    position: relative;
    background: #5E768E;
}

.no-padding {
    position: relative;
}

    .no-padding .bg-card-bt,
    #login-page .card-panel .bg-card-panel {
        background: #fff none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: 0.04;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.logo-img {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .logo-img img {
        display: inline-block;
        width: 65%;
    }

#slide-out .ps-scrollbar-y-rail {
    display: none !important;
}

#login-page input[type="text"], #login-page input[type="password"], #login-page input[type="email"], #login-page input[type="url"], #login-page input[type="number"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor #fff !important;
    color: #fff;
}

#login-page .input-field label {
    color: #fff !important;
    width: 100%;
    text-align: left;
}

.log-out-bt i {
    height: auto !important;
    line-height: 0 !important;
    color: #F06E1A !important;
}

.collapsible-body li:hover a,
.collapsible-body li a {
    color: #F06E1A !important;
}

.menuItens li,
.menuItens {
    border-bottom: #808080;
}

    .menuItens li.active,
    .menuItens li:hover {
        background: #FFFFFF !important;
    }

.collapsible-header {
    color: #808080;
}

/* ACTIVE INPUT COLOR NAME*/
input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #F06E1A !important;
}

input.invalid[type="text"], input.invalid[type="text"]:focus, input.invalid[type="password"], input.invalid[type="password"]:focus, input.invalid[type="email"], input.invalid[type="email"]:focus, input.invalid[type="url"], input.invalid[type="url"]:focus, input.invalid[type="time"], input.invalid[type="time"]:focus, input.invalid[type="date"], input.invalid[type="date"]:focus, input.invalid[type="datetime-local"], input.invalid[type="datetime-local"]:focus, input.invalid[type="tel"], input.invalid[type="tel"]:focus, input.invalid[type="number"], input.invalid[type="number"]:focus, input.invalid[type="search"], input.invalid[type="search"]:focus, textarea.materialize-textarea.invalid, textarea.materialize-textarea.invalid:focus {
    border-bottom: 1px solid #F06E1A !important;
    box-shadow: 0 1px 0 0 #F06E1A;
}

.input-field .prefix.active {
    color: #F06E1A !important;
}

[type="radio"]:checked + label::after {
    background-color: #F06E1A !important;
    border: 2px solid #F06E1A !important;
}

.with-gap[type="radio"]:checked + label::before {
    border: 2px solid #F06E1A !important;
    border-radius: 50%;
}

.with-gap[type="radio"]:checked + label::after {
    background-color: #F06E1A !important;
    border: 2px solid #F06E1A !important;
}

[type="checkbox"]:checked + label::before {
    border-color: transparent #F06E1A #F06E1A transparent !important;
}

[type="checkbox"]:indeterminate + label::before {
    border-color: currentcolor #F06E1A currentcolor currentcolor !important;
}

.filled-in[type="checkbox"]:checked + label::after {
    background-color: #F06E1A !important;
    border: 2px solid #F06E1A !important;
    height: 20px;
    top: 0;
    width: 20px;
    z-index: 0;
}

.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #F06E1A;
}

.table-of-contents a:hover {
    border-left: 1px solid #F06E1A;
    color: #a8a8a8;
    padding-left: 19px;
}

.table-of-contents a.active {
    border-left: 2px solid #F06E1A;
    font-weight: 500;
    padding-left: 18px;
}


input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #F06E1A !important;
}

    input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #F06E1A;
    }

.carrier-type2 [type="checkbox"]:checked + label::before,
.list-tabs-card [type="checkbox"]:checked + label::before {
    border-color: transparent #F06E1A #F06E1A transparent !important;
}

.carrier-type2 [type="checkbox"] + label::before,
.list-tabs-card [type="checkbox"] + label::before {
    border: 2px solid #5a5a5a !important;
}

[type="checkbox"] + label::before {
    border: 2px solid #fff !important;
}

/*BTN COLOR*/

.form-login #btnSend {
    background: #F06E1A;
    color: #fff;
}

.sa-button-container .cancel:hover {
    background: #F06E1A !important;
    color: #fff !important;
}

.sa-button-container .cancel {
    float: left;
    background: #fff !important;
    color: #F06E1A !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sa-button-container .confirm:focus,
.sa-button-container .confirm:active,
.sa-button-container .confirm:hover {
    background: #F06E1A !important;
}

#btnCancel {
    background: #fff !important;
    color: #F06E1A !important;
}

    #btnCancel:hover {
        background-color: #F06E1A !important;
        color: #fff !important;
    }

.btn-right {
    text-align: right;
    margin-bottom: 20px;
}

.btn:hover, .btn-large:hover {
    background-color: #F06E1A !important;
    color: #fff;
}

.btn i {
    margin-right: 5px;
}

.btn-floating {
    background-color: #F06E1A;
    border-radius: 50% !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 37px;
    z-index: 1;
}

.slide-out {
    position: relative;
}

.side-logo {
    text-align: center;
}

    .side-logo img {
        display: inline-block;
        width: 88%;
    }

.side-logo-wrapper {
    height: 75px;
    padding-top: 9px;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.log-out-bt {
    display: inline-block;
    float: left;
    margin-top: -15px;
    text-align: center;
    width: 100%;
}

    .log-out-bt a {
        color: #F06E1A !important;
        display: inline-block !important;
        font-size: 14px !important;
        padding: 0 !important;
        width: auto !important;
        text-transform: lowercase;
    }

.txtForgotPasswordBox {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.txtForgotPassword {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: 95%;
}
/* ERROR FIELD*/

.input-field div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    background: #F06E1A none repeat scroll 0 0 !important;
    padding-left: 5px;
    color: #fff !important;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.inviteTitleModal p {
    text-transform: lowercase;
}

.input-field label.active {
    width: 100%;
    text-align: left;
}

#btnSave {
    background: #F06E1A;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sweet-alert button,
.sweet-alert button:focus,
.sweet-alert button.confirm {
    color: #fff !important;
    background: #F06E1A !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

    .sweet-alert button.confirm:hover,
    .sweet-alert button:hover {
        color: #fff !important;
        background: #f06e1a !important;
    }

.left-alert input[type=text] + label:after,
.left-alert input[type=password] + label:after,
.left-alert input[type=email] + label:after,
.left-alert input[type=url] + label:after,
.left-alert input[type=time] + label:after,
.left-alert input[type=date] + label:after,
.left-alert input[type=datetime-local] + label:after,
.left-alert input[type=tel] + label:after,
.left-alert input[type=number] + label:after,
.left-alert input[type=search] + label:after,
.left-alert textarea.materialize-textarea + label:after {
    left: 0px;
}

.right-alert input[type=text] + label:after,
.right-alert input[type=password] + label:after,
.right-alert input[type=email] + label:after,
.right-alert input[type=url] + label:after,
.right-alert input[type=time] + label:after,
.right-alert input[type=date] + label:after,
.right-alert input[type=datetime-local] + label:after,
.right-alert input[type=tel] + label:after,
.right-alert input[type=number] + label:after,
.right-alert input[type=search] + label:after,
.right-alert textarea.materialize-textarea + label:after {
    right: 70px;
}

/* SIDEBAR */
/*nav.navbar-color,
#left-sidebar-nav #slide-out {
    background-image: url('../../../Images/pattern.svg');
    background-size: cover;
}*/

.icos-nav-lznm li img {
    display: inline-block;
    width: 70%;
}

.sidebar-img-box {
    display: inline-block;
    margin-left: auto;
    width: 100%;
    text-align: center;
}

    .sidebar-img-box img {
        display: inline-block;
        width: 100px !important;
        min-height: 100px !important;
        height: 100px !important;
        max-width: 100px;
    }

.side-nav .collapsible-body {
    border-top: 0 !important;
}

.side-nav .collapsible {
    box-shadow: none !important
}

.logo-sidebar:active,
.logo-sidebar:hover,
.logo-sidebar {
    border-radius: 0 !important;
    height: auto;
    background: #5e768e !important;
    width: 100%;
}

.userNameProfile {
    margin: 0 !important;
}

    .userNameProfile a {
        display: inline-block !important;
        width: auto;
        color: #606060 !important;
    }

    .userNameProfile i {
        color: #606060 !important;
    }

.user-details {
    padding: 15px 0 0 0 !important;
}

.sidebar-name-box i {
    margin: 0 !important;
    display: inline-block;
    width: auto;
}

.user-details {
    background: #F9F9F9;
}

.sidebar-name-box {
    display: inline-block;
    margin-left: 0;
    margin-top: -15px;
    text-align: center;
    width: 100%;
}

    .sidebar-name-box .user-roal,
    .sidebar-name-box p {
        color: #606060 !important;
    }

.user-roal {
    margin-bottom: 0;
}

.side-nav .collapsible-header {
    border-bottom: 1px solid #f7f7f7;
}

.menuItens a {
    color: #999 !important;
    /*text-transform:lowercase;*/
    font-size: 12px;
}

    .menuItens a:hover i {
        color: #F06E1A;
    }

.breadcrumbs li,
.breadcrumbs a {
    color: #808080;
    font-size: 12px;
    /*text-transform: lowercase;*/
}

.breadcrumbs li {
    font-size: 12px;
    /*text-transform: lowercase;*/
}

.logo-img img {
    box-shadow: none !important;
}

.textIntShipper {
    text-transform: uppercase !important;
}

.title-form-bar-photo {
    padding-left: 0 !important;
    margin: 50px 0 12px;
}

.validationContant .title-form-bar {
    margin: 40px 0 0 0 !important;
}

.validationContant .carrier-type2 {
    display: inline-block;
    margin-left: -10px;
}

.title-form-bar {
    padding-left: 0 !important;
    margin: 20px 0;
}

    .title-form-bar i {
        margin: 0 5px;
        vertical-align: middle;
        display: inline-block;
        color: #606060;
    }

    .title-form-bar h4 {
        margin: 0 !important;
        color: #606060;
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
        white-space: pre-wrap;
        word-break: break-all;
        overflow: hidden;
    }

.inter-form-content {
    padding: 0 40px !important;
}

.confirmationLabel .title-form-bar {
    margin-bottom: 10px;
}

.confirmationLabel .inter-form-content {
    margin-left: 26px !important;
    padding-top: 0 !important;
}

.confirmationLabel .input-field label {
    margin-left: 9px !important;
}

.confirmationLabel .input-field {
    padding-left: 20px !important;
}

.prev-bt-form .disabled,
.next-bt-form .disabled {
    cursor: default;
}

.btn.disabled:hover {
    background-color: #dfdfdf !important;
    box-shadow: none !important;
    color: #9f9f9f !important;
    cursor: default !important;
}

.prev-bt-form {
    margin-right: 20px;
}

    .prev-bt-form a,
    .prev-bt-form i,
    .next-bt-form i,
    .next-bt-form a {
        display: inline-block;
        vertical-align: middle;
        vertical-align: -moz-middle-with-baseline;
    }

.vehicleLabel {
    margin-bottom: 15px !important;
}
/* TABS */

.list-tabs-card {
    padding-top: 0 !important;
}

.wizard-steps > li {
    padding: 0 !important;
    border-bottom: 4px solid #f7f7f7;
}

.wizard-steps .current {
    border-bottom: 4px solid #F06E1A;
    color: #808080 !important;
}

.tab-link {
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
    position: relative;
    font-weight: 300;
    z-index: 1;
    color: #808080;
}

.load-type-icon {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

#txtValor {
    text-transform: uppercase !important;
}

.locationListText label {
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: pre-wrap;
    word-break: break-all;
    display: inline-block;
    line-height: 14px;
}

/*form bkp*/
.wizard-content {
    border: 0;
}

.wizardSteps6 .wizard-steps {
    border-top: 2px solid #f7f7f7;
    border-right: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
    display: flex;
    height: 65px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.wizardSteps6 .wizard-content {
    border: 2px solid #f7f7f7;
    display: inline-block;
    margin-top: -2px;
    position: relative;
    transition: height 0.2s ease 0s;
    width: 100%;
    border-top: 0;
}


.wizard-steps > li {
    width: 33%;
    text-align: center;
}

.wizardSteps6 .wizard-steps > li {
    text-align: center;
}

.wizard-steps > li > a {
    background: none;
}

.wizard-steps .current a, .wizard-steps .current a:hover, .wizard-steps .current a:active {
    background: none;
}

.wizard-steps .disabled a, .wizard-steps .disabled a:hover, .wizard-steps .disabled a:active {
    background: none;
}

.wizard-steps .done a, .wizard-steps .done a:hover, .wizard-steps .done a:active {
    background: none;
}

li.current > span, li.done > span {
    color: rgba(0, 0, 0, 0.87) !important;
}

.input-field div.error {
    background: none;
}

.inter-form-content .error {
    background: #F06E1A !important;
    color: #fff !important;
    padding-left: 5px;
    font-size: 0.8rem;
}

.inter-form-content .input-field .error {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.vehicleLabel .chip {
    margin-left: 5px;
    margin-bottom: 15px;
}

.select-wrapper,
.inter-form-content select.error,
.inter-form-content input.error {
    background: none !important;
    color: rgb(77,77,77) !important;
    font-size: 15px !important;
}

    .select-wrapper .select-dropdown {
        color: #606060;
    }

.select-wrapper {
    height: 50px;
}

.btnRefresh-icon {
    background: none !important;
    border: 0 !important;
    color: #F06E1A !important;
}

    .btnRefresh-icon:hover {
        background: #F06E1A !important;
        color: #fff !important;
    }

.breadcrumbs-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 !important;
    line-height: 1.804rem;
}

.textTrasformPrice {
    text-transform: none !important;
}

#loadOfferTitle,
.valueEditBtn,
.breadcrumbs-title,
.title-list-operation h5 {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.title-list-operation h5 {
    margin-top: 0;
    padding-top: 5px;
}

.subtitleText,
.infoContent p,
.contactContent p,
.userContentTextBox p,
.infoDetailView p {
    white-space: nowrap;
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.infoDetailViewResults {
    margin: 20px 0;
}

#cardResult {
    padding: 0;
}

    #cardResult .collection {
        margin-top: 0;
    }

.collection-item {
    position: relative;
    padding: 20px !important;
}

.status-listBtn {
    height: 100% !important;
    left: 0;
    position: absolute;
    text-indent: -999px;
    top: 0;
    width: 5px !important;
}

.icoOperationCat {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

    .icoOperationCat a {
        background: #F06E1A none repeat scroll 0 0;
        border: none;
        display: inline-block;
        height: 30px;
        padding: 0;
        width: 30px;
    }

.titleOperationId {
    border-right: 1px solid #808080;
    color: #606060;
    font-size: 12px;
    margin-right: 5px;
    padding-right: 5px;
}

#listAuthorization .titleOperationId {
    border-right: 1px solid #808080;
    color: #606060;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
    padding-right: 18px;
    text-align: center;
    text-transform: uppercase;
}

.wizard-steps > li span {
    color: #808080;
}

.soyType-icon {
    background-image: url('../../../Images/Icons/soy.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}

.oilType-icon {
    background-image: url('../../../Images/Icons/oil.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}

.cornType-icon {
    background-image: url('../../../Images/Icons/cornIcon.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}

.cornBranType-icon {
    background-image: url('../../../Images/Icons/cornBran.png');
    background-size: cover;
    display: inline-block;
    height: 15px;
    margin: 4px;
    position: relative;
    width: 13px;
}

.soyBranType-icon {
    background-image: url('../../../Images/Icons/cornBran.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}

.fertilizerType-icon {
    background-image: url('../../../Images/Icons/fertilizer.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}

.oilBottleType-icon {
    background-image: url('../../../Images/Icons/oil_b.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}
.bentoniteType-icon {
    background-image: url('../../../Images/Icons/bentonite.png');
    background-size: cover;
    display: inline-block;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 22px;
}
.locationListText {
    margin-bottom: 20px !important;
}

    .locationListText span {
        font-weight: bold;
    }

.createdByText {
    font-size: 10px !important;
    margin-bottom: 25px !important;
}
/*.actionText{
    text-transform:lowercase;
}*/
.input.select-dropdown {
    text-transform: lowercase;
    color: #606060;
}

#PricingTypeId option,
#PricingTypeId span {
    text-transform: none !important;
}

.titleName {
    font-weight: bold;
    text-transform: uppercase;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden;
}

.collection-item.avatar .titleListContent {
    width: 75% !important;
    vertical-align: text-bottom !important;
}

.titleListContent {
    display: inline-block;
    width: auto;
    vertical-align: top;
    width: auto
}

    .titleListContent p {
        margin: 0;
    }

.valueListText span {
    color: #606060;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px;
}

.titleListContent i {
    margin-right: 5px;
    color: #F06E1A;
}

.valueBtnSpace {
    margin-left: 20px;
}

.valueViewBtn {
    display: inline-block;
    margin-left: 20px;
    text-transform: lowercase;
    vertical-align: middle;
}

.cardValidationTop {
    padding: 0 !important;
}

.operationListContent {
    display: inline-block;
    height: auto;
    vertical-align: text-bottom;
    float: none !important;
    padding-left: 0 !important;
}

    .operationListContent .title {
        width: 100%;
        margin-left: 20px;
        display: inline-block;
    }

.btnOperationList {
    text-align: right !important;
    width: 22% !important;
    padding-right: 0 !important;
}

    .btnOperationList .inviteCancelBtn, .btnOperationList .inviteViewBtn {
        width: auto !important;
    }

.valueListActionCreate,
.valueListAction,
.valueListText {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.valueListActionCreate,
.valueListAction {
    margin-top: 20px;
}

    .valueListAction a {
        border: 0;
        height: 22px;
        line-height: 17px;
        padding: 0;
        text-transform: uppercase;
        color: #808080;
        font-size: 12px;
    }

        .valueListAction a i {
            display: inline-block;
            margin-right: 4px;
        }

.sRight {
    width: 40%;
}

.container {
     margin: 0 !important;
    padding-left: 20px !important;
   width: 93% !important;
}

.statusActive {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #60B561;
    margin-right: 5px;
}

.statusInactive {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #D9413E;
    margin-right: 5px;
}

.statusWating {
    background: #DCD644 none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.statusDisabled {
    background: #CCCCCC none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.statusExpired {
    background: #CCCCCC none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.collection-item .statusActive,
.collection-item .statusInactive {
    height: 100% !important;
}

.statusSubtitle p {
    color: #808080;
    font-size: 12px;
    margin-top: 50px;
    padding-left: 0 !important;
}

.search-top-box {
    width: 89%;
}


/*LOADOFFER*/

.loadOfferInfoTitle {
    border-left: 5px solid #F06E1A;
    display: inline-block;
    margin-left: -31px;
    height: 40px;
    padding-left: 0 !important
}

    .loadOfferInfoTitle p {
        text-transform: uppercase;
    }

.loadOfferInfoDetail {
    text-align: center;
}

    .loadOfferInfoDetail .detail {
        color: #777777;
        font-size: 12px;
        white-space: pre-wrap;
        word-break: break-all;
        overflow: hidden;
    }

    .loadOfferInfoDetail i {
        margin-left: 0 !important;
    }
/*.loadOfferInfoTitle .titleOperationId{
    display:inline-block;
    color:#F06E1A!important;
    font-weight:bold;
    font-size: 20px;
    border-right:1px solid #F06E1A;
}*/
.loadOfferInfoTitle p {
    color: #F06E1A;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    width: auto;
}

.loadOfferInfoTitle .titleOperationId {
    background: #F06E1A none repeat scroll 0 0;
    border-right: 1px solid #F06E1A;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
}

.operationIdentOf .infoDetailView {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.operationIdent .infoDetailView .col {
    padding-left: 0 !important;
}

.infoDetailView {
    display: inline-block;
    padding: 20px !important;
    border: 1px solid #e0e0e0;
}

.grBtnAction {
    text-align: left;
}

.infoDetailView h4 {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden;
}

.detailTextIntent p {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.infoDetailView .chip {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 30px !important;
    width: auto;
}

.carsDetail {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

    .carsDetail .offset-s1 {
        margin-left: 4.333% !important;
    }

    .carsDetail .col.s2 {
        width: 18.667% !important;
    }

.carsDetailBox .card {
    height: 150px;
}

.carsDetailBox .card-content {
    padding: 0 !important;
}

.card-title {
    text-transform: uppercase;
}

.card-titleDetail {
    background: #F06E1A none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.card-textDetail {
    font-size: 12px;
    text-align: center;
    color: #808080;
}

    .card-textDetail span {
        font-size: 18px;
        font-weight: bold;
    }

.imgListContent {
    display: inline-block;
    overflow: visible !important;
    padding-bottom: 12px !important;
}

    .imgListContent img {
        position: relative !important;
        display: inline-block;
        left: 0 !important;
        min-height: 60px !important;
        height: 60px !important;
        width: 60px !important;
        max-width: 60px !important;
    }

.collection .imgListContent img {
    object-fit: cover;
    object-position: center center;
}

.merge-rightList {
    margin-top: 0 !important;
}

.subtitleText {
    color: #808080;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-top: -3px;
}

.disabled .subtitleText {
    color: lightgray;
}

.title-formIconSubtitle {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}

.fileLogo {
    color: #F06E1A;
    background: #fff;
    padding: 0 15px;
}

.wizardSteps6 .cancel {
    margin-right: 20px;
}



/*********ADMIN DETAIL**********/

.infoContentView,
.logoContentView,
.viewContentPanel {
    display: inline-block;
}

.viewContentPanel {
    width: 100%;
}

.logoContentView {
    border-left: 4px solid #F06E1A;
    float: left;
    margin-left: -9px;
    margin-right: 10px;
    padding-left: 17px;
    width: 9% !important;
    display: inline-flex;
}

.infoContentView {
    width: 90%;
    float: left;
}

    .infoContentViewTitle i,
    .inviteTitleModal i,
    .infoContentView .subtitleText i {
        color: #F06E1A;
    }

.inviteContent .usersInvite {
    font-size: 0 !important;
}

.usersInvite {
    padding: 0 !important;
    margin-bottom: 20px;
}

.usersInvite,
.boxContentView {
    border: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
}

.contactContent {
    display: inline-block;
    background: #f7f7f7;
    padding: 20px !important;
}

.infoContent {
    display: inline-block;
    padding: 20px !important;
}

    .infoContent p,
    .contactContent p {
        margin: 0;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        white-space: pre-wrap;
        word-break: break-all;
    }

        .infoContent p.titleContact,
        .contactContent p.titleContact {
            font-weight: bold;
            text-transform: uppercase;
        }

    .infoContent .col {
        padding-left: 0 !important;
    }

.inviteContent {
    margin-top: 50px;
}

    .inviteContent .userContentImage {
        padding-left: 0;
    }

.userContentImage img {
    min-height: 60px !important;
    height: 60px !important;
    width: 60px !important;
    max-width: 60px !important;
}

.usersInvite .userContentImage {
    padding-right: 0 !important;
}

.inviteContent #btnInvite {
    margin-top: 25px;
}

.inviteContent h4 {
    text-transform: uppercase;
}

.inviteContentModal,
.inviteTitleModal {
    display: inline-block;
    text-align: center;
}

#formInvite .modal-footer {
    position: relative !important;
    border: none !important;
    text-align: center;
}

.inviteTitleModal p {
    text-align: center;
}

.inviteModalAll {
    height: auto !important;
    margin-bottom: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
}

.inviteContentModal label {
    text-align: left;
}

h1, small {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.input-field div.error {
    background: #FFF none repeat scroll 0 0;
}

.inviteModalBox {
    width: 35% !important;
    overflow: hidden;
}

#formInvite {
    display: inline-block;
    padding: 20px;
}

.userContentView {
    position: relative;
    display: inline-block;
    padding: 20px !important;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.statusWating {
    background: #DCD644;
}

.statusActive {
    background: #60B561;
}

.statusInactive {
    background: #D9413E;
}

.inviteCancelBtn,
.inviteViewBtn {
    display: inline-block;
    width: 100%;
    border: 0 none;
    color: #808080 !important;
    font-size: 12px;
    height: 22px;
    line-height: 17px;
    padding: 0;
    background: none;
    text-transform: uppercase;
}

    .inviteCancelBtn i {
        float: left;
    }

.userContentTextAction {
    display: inline-block;
    vertical-align: text-bottom;
    text-align: right;
    float: none !important;
}

    .userContentTextAction .inviteCancelBtn, .userContentTextAction .inviteViewBtn {
        width: auto !important;
    }

.userContentTextBox {
    display: inline-block;
    vertical-align: text-bottom;
    float: none !important;
}

#usersContainer {
    display: inline-block;
    width: 100%;
}

.userContentText p {
    margin: 0 !important;
}

.acceptInviteContent {
    display: inline-block;
    padding: 40px !important;
}

.acceptInviteTitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 23px;
}

    .acceptInviteTitle i {
        color: #F06E1A;
    }

#fieldTransporter {
    display: inline-block;
    margin: 0 !important;
}

    #fieldTransporter li {
        margin-bottom: 5px;
    }

.boxContentRefresh .infoDetailView,
.operationIdent .infoDetailView {
    margin-left: 40px !important;
    margin-top: none;
}

.validationCardInt .infoDetailView {
    margin-left: 40px !important;
    margin-top: 20px;
}

.contentDetailBox {
    margin-left: 30px;
    display: inline-block;
    width: 100%;
}

.operationIdent .infoDetailView p {
    margin-bottom: 5px;
}

.listInfoDetail {
    margin-bottom: 0 !important;
    text-transform: lowercase;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

    .listInfoDetail li {
        width: 100%;
        font-size: 12px;
        margin-left: 35px;
        padding-left: 0;
        margin-bottom: 0 !important;
        display: list-item !important;
        list-style: disc !important;
    }

.chipStatusActive,
.operationIdent .statusActive {
    display: inline-block;
    width: auto !important;
}

.borderListIdent {
    border-left: 4px solid #F06E1A;
    margin-left: -9px !important;
    padding-left: 17px !important;
}

#loadOfferTitle {
    /*padding-bottom:10px;*/
}

.intText {
    text-transform: initial !important;
}

.upText {
    text-transform: uppercase !important;
}

.lowText,
/*#cardResult label center{
    text-transform:lowercase;
}*/
/********************************************************************************************************/
/* PRELOADER */
/********************************************************************************************************/
.progress {
    display: none;
    margin: 0px;
    position: fixed;
    z-index: 1100;
    top: 0px;
}

.screenFreeze {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1099;
    background-color: rgba(255, 255, 255, 0);
}


/********************************************************************************************************/
/* LOADER */
/********************************************************************************************************/

input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: 0 0px 0 0 #9e9e9e !important;
}

.descriptionTextLabel {
    color: #9e9e9e;
    font-size: 10px;
    font-style: italic;
    margin-top: 0;
}

.invitePanelUser {
    padding: 0 0 60px !important;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.iconPanelUser {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #F06E1A;
    margin: 0 !important;
}

.textPanelUser {
    margin-top: 0 !important;
    margin-bottom: 20px;
    text-align: center;
}

.identPanelUser {
    margin-top: 20px !important;
}

.visible {
    display: inline-block;
}

.hide {
    display: none;
}

.shipperUserAction {
    float: none !important;
    vertical-align: bottom;
    width: 40% !important;
}

    .shipperUserAction .valueListAction {
        margin-top: 0 !important;
    }

.userNameProfileTruncated a {
    padding: 0 20px !important;
    height: auto !important;
    line-height: 20px !important;
    margin-bottom: 15px !important;
}

.resetTextTransform {
    text-transform: none;
}

#profileImage-error {
    display: inline-block;
    height: 25px;
    left: -14px;
    line-height: 17px;
    padding: 5px 0;
    top: 0;
    width: 117%;
}

.photoLabel #container {
    margin-bottom: 0 !important;
    display: inline-block;
}

.photoLabel .file-field {
    margin: 0 0 0 10px !important;
}

.photoLabel .fileLogo {
    margin-right: 20px;
    width: 200px;
    background: #F06E1A !important;
    color: #fff !important;
    float: none;
}

    .photoLabel .fileLogo i {
        color: #fff;
    }

.btnFotoLabel {
    margin-top: 40px !important;
    display: inline-block;
    float: right;
}

.photoLabel {
    text-align: center;
    display: inline-block;
}

#btnLogin {
    text-transform: uppercase;
    font-weight: normal !important;
}

.perfilContentAll .input-field label {
    left: 0 !important;
}
/*.imgListContent img.responsive-img{
    min-height:60px;
}
img.responsive-img{
    height:auto!important.imgListContent img
    min-height: 50px;
}*/
.inviteContent img.responsive-img {
    height: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
}

.logoContentViewProfile {
    margin-left: -21px !important;
}

.infoContentViewIdent {
    margin-left: 9% !important;
}

.logoContentView img {
    height: 60px !important;
    width: 60px !important;
    object-position: center center;
    object-fit: cover;
    min-height: 60px !important;
    max-width: 60px !important;
}

.logoContentViewProfile img {
    height: 100% !important;
    object-position: center center;
    object-fit: cover;
    min-height: 60px;
}

.statusItemList {
    display: inline-block;
}

    .statusItemList div,
    .statusItemList p {
        display: inline-block;
        vertical-align: middle;
    }

.titlePhotoIdent {
    margin-top: 0 !important;
}

.cardValidation,
.icoValidation {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .cardValidation button {
        float: none !important;
        margin-bottom: 20px;
    }

.transIco {
    display: inline-block;
    background: url('../../../Images/Icons/validar_transportador.png') 0 0 no-repeat;
    height: 164px;
    margin: 20px 0 0;
    width: 161px;
}

.motorIco {
    display: inline-block;
    background: url('../../../Images/Icons/validar_motorista.png') 0 0 no-repeat;
    height: 164px;
    margin: 20px 0 0;
    width: 161px;
}

.uvIco {
    display: inline-block;
    background: url('../../../Images/Icons/validar_uv.png') 0 0 no-repeat;
    height: 164px;
    margin: 20px 0 0;
    width: 161px;
}

.circle-large {
    width: 50px !important;
    height: 50px !important;
    font-size: 32px !important;
    line-height: 50px !important;
}

/* VALIDAÇÃO */
.cardValidation {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 4px 4px 4px 4px;
}

.numValidation span {
    color: #ff6a00;
    font-size: 24px;
    font-weight: bold;
}

.numValidation {
    margin-bottom: 0 !important;
}

.textValidation {
    margin-top: 0 !important
}

.optionCheckBox .btn-floating {
    width: 20px;
    height: 20px;
    line-height: 19px;
}

    .optionCheckBox .btn-floating i {
        font-size: 0.8rem;
        line-height: 19px;
    }

.optionCheckBox .first {
    margin-right: 5px;
}

.optionCheckBox .row {
    margin-bottom: 10px !important;
}

.optionCheckBox .checked i {
    color: #fff !important;
}

.title-form-bar-photo h4 {
    color: #606060;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    white-space: pre-wrap;
    word-break: break-all;
    text-align: center;
    width: 100%;
}

.rotateIconMenu {
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.9;
    text-align: center;
    z-index: 150;
    width: 100%;
}

    .rotateIconMenu i {
        color: #fff;
        cursor: pointer;
    }

.easyzoom {
    display: inline-block;
    position: relative;
    width: 80%;
    height: 370px;
    overflow: hidden;
}

    .easyzoom img {
        vertical-align: bottom;
    }

    .easyzoom.is-loading img {
        cursor: progress;
    }

    .easyzoom.is-ready img {
        cursor: crosshair;
    }

    .easyzoom.is-error img {
        cursor: not-allowed;
    }

.easyzoom-notice {
    display: none;
}

#imgSelectedLink {
    display: inline-block;
    width: 100%;
}

#imgSelected {
    width: 100%;
}

.easyzoom-flyout {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.easyzoom--overlay .easyzoom-flyout {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    height: 100%;
    left: 100%;
    margin-left: 20px;
    top: 0;
    width: 100%;
}

.imgNotSelected {
    cursor: pointer;
}

.colTextIcon {
    padding: 0 !important;
    width: 40px !important;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
}

.colTextTitle {
    padding-left: 0 !important;
    margin-top: 3px;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
    width: auto !important;
}

.colTextBtn {
    background: none;
    border: 1px dotted #ddd;
    font-size: 12px;
    margin-left: 10px;
}

    .colTextBtn:focus {
        background-color: #f06e1a;
        color: #fff;
    }

.colTextTitle .createdByText {
    margin-top: 0;
}

.endBlock {
    margin-bottom: 15px;
}

    .endBlock p {
        margin-bottom: 0;
        margin-top: 0;
    }

.infoReadyBox {
    padding: 20px;
    border: 1px dotted #ddd;
    margin-left: 5px !important;
    line-height: 12px;
}

.questionText p {
    margin: 0 !important;
}

.infoReadyBox .input-field {
    margin-top: 0 !important;
}

.endBlock.last {
    margin-bottom: 0 !important;
}

.validationContant [type="checkbox"] + label::before {
    border: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.validationContant [type="checkbox"]:checked + label::before {
    border-color: transparent #F06E1A #F06E1A transparent !important;
}

.validationContant [type="checkbox"]:indeterminate + label::before {
    border-color: currentcolor #F06E1A currentcolor currentcolor !important;
}

.squareBorder {
    width: 100%;
    border: 1px solid #808080;
}

.greyIco {
    color: #606060 !important;
}

.textRed {
    color: #CC5756 !important;
}

.textGreen {
    color: #60B561 !important;
}

.disabled {
    color: #ccc;
}

select.requiredSelect {
    display: none !important;
}

.select-wrapper .initialized .error {
    background: none !important;
}

.ui-button.ui-state-active:hover {
    border: 1px solid RED !important;
    background: RED !important;
    font-weight: normal;
    color: #ffffff;
}

.bottomSpace {
    margin-top: 30px;
}

.fieldDisabled {
    color: #9e9e9e;
    margin: 20px 0;
}

    .fieldDisabled p {
        margin: 0 !important;
    }

.btn:disabled:hover {
    background-color: #dfdfdf !important;
    box-shadow: none !important;
    color: #9f9f9f !important;
    cursor: default !important;
}

.showSweetAlert p {
    text-transform: none !important;
}

/* ZOOM PLUGIN IMAGE*/

.viewer {
    border: 1px solid #e0e0e0;
    height: 400px;
    position: relative;
    width: 100%;
}

.iviewer_zoom_fit,
.iviewer_zoom_zero,
.iviewer_zoom_status {
    /*border:none!important;
    border-radius: none!important;
    box-shadow:none!important;
    color: #606060!important;
    font-family: "Roboto","Helvetica"!important;
    background:none!important;*/
    display: none;
}

.iviewer_common {
    border-radius: 50%;
    border: medium none !important;
    background-color: #fff !important;
    transition: all 0.3s ease 0s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.minPhotoGrid {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 5px;
}

.minPhotoGridItem {
    display: inline-block;
    width: 32%;
    border: 1px solid #e0e0e0;
    height: 80px;
    overflow: hidden;
    margin-left: 1px;
    cursor: pointer;
}

    .minPhotoGridItem img {
        display: inline-block;
        width: 100%;
    }

.interBottomAlign {
    margin-bottom: 20px !important;
}

.interTopAlign {
    margin-top: 40px !important;
}

.interLeftAlignTiny {
    margin-left: 20px !important;
}

.interLeftAlignMedium {
    margin-left: 40px !important;
}

.interTopAlignTiny {
    margin-top: 20px !important;
}

.colTextTitle .createdByText {
    margin-bottom: 0 !important;
}

.wizard .btn.disabled {
    display: none;
}

.intTextNoIdent {
    padding: 0 47px !important;
}

    .intTextNoIdent .col {
        padding: 0 !important;
    }

.separationIcon {
    border: 2px solid #f7f7f7;
    height: 0;
    margin: 40px 0;
    width: 100%;
}

.titleTabValidation {
    border-left: 4px solid #f06e1a;
    display: inline-block;
    margin-left: -37px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 44px;
}

    .titleTabValidation .createdByText {
        margin-bottom: 0 !important;
    }

.photoValidationDetail {
    padding: 0 0.75rem;
}

    .photoValidationDetail .col {
        display: inline-block;
        height: 100px;
        overflow: hidden;
        width: 95px;
        padding: 0 !important;
        margin-right: 5px;
        cursor: pointer;
    }

        .photoValidationDetail .col img {
            display: inline-block;
            min-height: 100%;
            height: 100px;
            min-width: 100%;
            margin-right: 5px;
        }

.closeBtnValidation {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    right: -32px;
    top: -12px;
    width: 20px !important;
    z-index: 10;
}

    .closeBtnValidation i {
        color: #f06e1a;
    }

.modalIdentCenter {
    text-align: center;
}

    .modalIdentCenter .input-field {
        display: inline-block !important;
        width: auto !important;
        float: none !important
    }

.modal .modal-footer {
    background-color: #fff !important;
}

.modalValidationViewer {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

#listAuthorization .collection-item {
    padding: 20px !important;
}

#listAuthorization {
    /*margin-bottom:0;*/
}

.fontAuthorizationItem {
    font-size: 12px;
    line-height: 16px;
}

.modal.sweet-alert {
    margin-top: 0 !important;
    text-align: left !important;
    width: 50% !important;
    max-height: 100% !important;
    left: 43% !important;
}

    .modal.sweet-alert .modal-content {
        padding: 0 !important;
    }

#loadRequestContainer .cardValidation {
    min-height: 100px;
    background-color: #f7f7f7;
    border-color: #F06E1A;
    display: inline-block;
    margin: 20px 0;
}

#loadRequestContainer .icoValidation {
    text-align: left !important;
    /*display: inline-block;
    float: left;*/
    width: 100px;
}

#loadRequestContainer .transIco {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
    background-size: contain;
}

#loadRequestContainer .cardText {
    /*display: inline-block; float: left;*/
    margin-top: 40px;
    font-weight: bold;
}

#loadRequestContainer .userContentTextAction {
    display: initial;
}

.noMarginTop {
    margin-top: 0px;
}

.orangeColor {
    color: #F06E1A;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingTop40 {
    padding-top: 40px !important;
}



.sweet-alert-newModel input {
    display: inline !important;
}

.modal.sweet-alert-newModel {
    margin-top: 0 !important;
    text-align: left !important;
    width: 50% !important;
    max-height: 100% !important;
    left: 43% !important;
}

    .modal.sweet-alert-newModel .modal-content {
        padding: 0 !important;
    }

.sweet-alert-newModel {
    background-color: white;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}


@media all and (max-width: 540px) {
    .sweet-alert-newModel {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert-newModel h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert-newModel p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert-newModel fieldset {
    border: none;
    position: relative;
}

.sweet-alert-newModel .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert-newModel .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert-newModel .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert-newModel .sa-error-container p {
        display: inline-block;
    }

.sweet-alert-newModel .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert-newModel .sa-input-error::before, .sweet-alert-newModel .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert-newModel .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert-newModel .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert-newModel .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert-newModel input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert-newModel input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert-newModel input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert-newModel input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert-newModel input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert-newModel input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert-newModel input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert-newModel input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert-newModel.show-input input {
    display: block;
}

.sweet-alert-newModel .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #f06e1a;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert-newModel .sa-icon.sa-error {
        border-color: #F06E1A;
    }

        .sweet-alert-newModel .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert-newModel .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F06E1A;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert-newModel .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert-newModel .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert-newModel .sa-icon.sa-success .sa-line .sweet-alert-newModel .sa-icon.sa-warning {
        border-color: #F06E1A !important;
    }

    .sweet-alert-newModel .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F06E1A !important;
    }

    .sweet-alert-newModel .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F06E1A !important;
    }

    .sweet-alert-newModel .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert-newModel .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert-newModel .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #2BC479;
        }

    .sweet-alert-newModel .sa-icon.sa-success {
        border-color: #2BC479;
    }

        .sweet-alert-newModel .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert-newModel .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert-newModel .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert-newModel .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid #60B561;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert-newModel .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert-newModel .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #60B561;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert-newModel .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert-newModel .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert-newModel .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .sweet-alert-newModel .sa-icon.sa-error .sa-line.sa-left {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert-newModel .sa-icon.sa-error .sa-line.sa-right {
        -ms-transform: rotate(-45deg) \9;
    }

    /* Success icon */
    .sweet-alert-newModel .sa-icon.sa-success {
        border-color: transparent\9;
    }

        .sweet-alert-newModel .sa-icon.sa-success .sa-line.sa-tip {
            -ms-transform: rotate(45deg) \9;
        }

        .sweet-alert-newModel .sa-icon.sa-success .sa-line.sa-long {
            -ms-transform: rotate(-45deg) \9;
        }

.sweet-alert-newModel {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    padding: 30px;
    text-align: right;
    border-radius: 0;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.24), 0 14px 28px rgba(0, 0, 0, 0.48);
}

    .sweet-alert-newModel p {
        display: block;
        text-align: center;
        color: #212121;
        font-weight: 400;
        font-size: 14px;
        margin: 20px 0 30px 0;
    }



    .sweet-alert-newModel .sa-icon:not(.sa-custom) {
        transform: scale(0.8);
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .sweet-alert-newModel input {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c9c9c9;
        color: #212121;
        margin-bottom: 8px;
        padding: 1px;
        padding-bottom: 8px;
        height: auto;
        box-shadow: none;
        font-size: 13px;
        margin: 10px 0;
    }

        .sweet-alert-newModel input:focus {
            border: none;
            border-bottom: 1px solid #3c80f6;
            box-shadow: inset 0 -1px 0 #3c80f6;
        }

    .sweet-alert-newModel fieldset {
        padding: 0;
    }

        .sweet-alert-newModel fieldset .sa-input-error {
            display: none;
        }

    .sweet-alert-newModel .sa-error-container {
        display: none;
        background: none;
        height: auto;
        padding: 0 24px;
        margin: 0 -20px;
        text-align: left;
    }

        .sweet-alert-newModel .sa-error-container.show {
            padding: 0 24px;
            display: block;
        }

            .sweet-alert-newModel .sa-error-container.show ~ fieldset input {
                background: red;
                border-bottom: 1px solid #d9453c;
                box-shadow: inset 0 -1px 0 #d9453c;
            }

        .sweet-alert-newModel .sa-error-container .icon {
            display: none;
        }

        .sweet-alert-newModel .sa-error-container p {
            color: #d9453c;
            margin-top: 0;
        }

.boxContentRefresh {
    position: relative;
}

.boxContentRefreshBtn {
    position: absolute;
    right: 10px;
    top: -40px;
}

.titleTabValidationIntBorder {
    border-left: 4px solid #f06e1a;
    margin-bottom: 20px;
    margin-left: -20px;
    padding-left: 27px;
}

.textForgotPassword {
    color: #fff;
    text-align: center;
}

#listShipperUser .collection-item.avatar div,
#listShipperUser .collection-item.avatar p,
#listShipperUser .collection-item .titleListContent span {
    word-break: break-all;
    overflow: hidden;
}

.fileOCNoOC,
.fileOC {
    line-height: 34px !important;
}

.load-type {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

/* Colocar css no custom.css */

.description {
    font-size: 12px;
}

.box-info {
    padding: 0 !important;
}

    .box-info > .col {
        padding: 10px;
        font-size: 14px !important;
        background-color: #e0e0e0;
        margin: 40px 0 10px 0 !important;
        display: inline-block;
        float: none;
    }

        .box-info > .col i {
            font-size: 14px;
            display: inline-block;
            float: none;
            position: relative;
        }

        .box-info > .col span {
            margin-left: 0 !important;
            font-size: 13px;
        }

    .box-info .ofertas-encontradas {
        margin-left: 32px;
    }

i.smallIcon {
    position: absolute;
    font-size: 24px;
    margin-top: -8px;
}

i.dropdown {
    position: absolute;
    font-size: 24px;
    margin-top: -8px;
}

.col.right-align {
    margin-left: 58px !important;
}

.cardLoadOffer {
    width: 100%;
    height: 100%;
    min-height: 302px;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 4px 4px 4px 4px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

    .cardLoadOffer > .load-type-icon {
        position: absolute;
        margin-left: 155px;
        border-radius: 5px;
        cursor: pointer;
    }

    .cardLoadOffer > .shipper-logo {
        position: relative;
        width: 100px;
        height: 90px;
        margin: auto;
        top: -5px;
    }

    .cardLoadOffer > .id-oferta {
        /*margin-top: 15px;*/
        font-size: 24px;
        color: #5e768e;
    }

    .cardLoadOffer > .data-oferta {
        font-size: 12px;
        color: #cdcdcd;
    }

    .cardLoadOffer > .icon-map {
        font-size: 24px !important;
        color: #5e768e;
    }

.dropdown-menu .prefix {
    top: 5px;
}

.dropdown-menu .select-wrapper {
    padding-left: 45px;
}

    .dropdown-menu .select-wrapper > input {
        cursor: pointer !important;
    }

.dropdown-menu .btnClearFilter {
    font-size: 24px;
    left: 8px;
    top: -55px;
    cursor: pointer;
    text-align: right;
    position: relative;
    width: 24px;
    float: right;
}

    .dropdown-menu .btnClearFilter:before {
        background-color: white;
    }

.loadOfferList {
    padding: 5px 25px 5px 25px;
}

/*#filter, #filter-expand { cursor: pointer; }*/

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #5e768e;
    position: absolute;
    margin-top: -21px;
    margin-left: -1px;
}

.dropdown-modal {
    border: 1px solid #5e768e;
    width: 300px;
    min-height: 125px;
    max-height: 450px;
    position: absolute;
    top: 425px;
    z-index: 2;
    background-color: white;
    -webkit-box-shadow: -4px 4px 5px 0px rgba(205,205,205,1);
    -moz-box-shadow: -4px 4px 5px 0px rgba(205,205,205,1);
    box-shadow: -4px 4px 5px 0px rgba(205,205,205,1);
}

    .dropdown-modal > .title-bar {
        background-color: #5e768e;
        width: 100%;
        height: 40px;
        text-align: center;
        padding: 10px;
        color: white;
        font-weight: bold;
    }

    .dropdown-modal > .content {
        padding: 10px;
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .dropdown-modal > .content > .content-left-title {
            position: relative;
            margin-top: 30px;
        }

        .dropdown-modal > .content i {
            position: absolute;
            top: 8px;
            font-size: 24px;
            left: 198px;
            cursor: pointer;
        }

/* posição dos menus */

#menuRota .content {
    overflow-y: hidden !important;
}

#menuDatas .content {
    overflow-y: hidden !important;
}

#menuTipoCarga .content {
    overflow-y: hidden !important;
}

#menuTipoTransportador .content {
    overflow-y: hidden !important;
}

#menuOrdenacao .content {
    overflow-y: hidden !important;
}

#menuTipoCarroceria {
    margin-left: 6px;
    /*margin-top: 66px;*/
}

#menuOrdenacao {
    margin-left: 809px;
    margin-top: 66px;
    width: 200px;
    min-height: 135px;
    margin-top: 120px;
}

.select-wrapper.campo-filtrado > span {
    color: #5e768e !important;
}

.select-wrapper.campo-filtrado > input {
    color: #5e768e !important;
    border-bottom: 1px solid #5e768e !important;
}

.select-wrapper.campo-filtrado + i {
    color: #5e768e !important;
}

#filtersContainer .filters {
    text-align: center;
    margin-bottom: 10px;
}

.sWidthFilter {
    width: 33%;
    margin-left: auto;
    left: auto;
    margin-bottom: 10px;
    right: auto;
    height: 45px;
}

    .sWidthFilter .col {
        padding-left: 0 !important
    }

        .sWidthFilter .col input.select-dropdown {
            font-size: 14px;
        }

#filtersContainer span.bold {
    font-weight: bold;
}

#vehicleBodyTypesContainer {
    margin-top: 10px;
}

/*.ui-autocomplete {
    max-height: 300px;    
    overflow-x: hidden;
}*/

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
/** html .ui-autocomplete {
    height: 300px;
}*/

.loadOfferList .icoOperationCat {
    margin-top: 10px;
}

.btn-apply {
    position: relative;
    margin-top: -80px;
    margin-left: 155px;
}

.tryAgainButton {
    position: relative;
    text-align: center;
}

.cardLoadOffer:hover {
    /*background-color: rgba(240,110,26,0.2);*/
    background-color: #f06e1a;
    color: white !important;
}

    .cardLoadOffer:hover .id-oferta, .cardLoadOffer:hover .data-oferta, .cardLoadOffer:hover i, .cardLoadOffer:hover h5 {
        color: white !important;
    }

    .cardLoadOffer:hover .icoOperationCat a {
        box-shadow: none !important;
    }

#filterContainer #btnLimparFiltro {
    margin-top: 5px;
}

#filterContainer i {
    margin-top: 5px;
    font-size: 20px;
}

#filterContainer .dropdown-menu .select-wrapper {
    padding-left: 35px;
}

.loadOfferDetail .icoOperationCat {
    position: relative !important;
    margin-left: 245px !important;
}

.loadOfferDetail .loadOfferList {
    padding: 0px 45px 25px 44px;
}

.loadOfferDetail .titleView {
    border-left: 4px solid #F06E1A;
    float: left;
    margin-left: -9px;
    margin-right: 10px;
    padding-left: 17px;
    display: inline-flex;
}

.select-wrapper ~ .btnClearFilter {
    top: -45px !important;
}

.filterTitleTop {
    display: inline-block;
    width: 100%;
    background: #5e768e;
    text-align: right;
    margin: 40px 0 10px 0;
    padding: 5px 10px 5px;
    color: #fff;
    cursor: pointer;
}

 .filterTitleTop p {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0;
        font-size: 12px;
        padding: 0 !important;
        vertical-align: text-bottom;
    }

    .filterTitleTop i {
        float: none;
        margin: 0 !important;
        width: auto;
        display: inline-block;
        position: relative;
        font-size: 14px;
    }


.loadOfferDetail .loadOfferDetailHeader {
    padding: 15px;
}

    .loadOfferDetail .loadOfferDetailHeader .logo {
        text-align: center;
        min-height: 100px;
    }

        .loadOfferDetail .loadOfferDetailHeader .logo > img {
            width: 100px;
        }

    .loadOfferDetail .loadOfferDetailHeader .title {
        font-size: 20px;
        font-weight: bold;
        color: #5e768e;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentLeft, .loadOfferDetailHeader .contentRigth {
        padding: 5px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth > .loadTypeContent {
        width: 100%;
        text-align: right;
        font-weight: bold;
        color: #F06E1A;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .loadTypeName {
        margin-right: 45px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .icoOperationCat {
        position: relative !important;
        margin-top: -26px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .loadOfferValue {
        position: relative;
        text-align: right;
        font-weight: bold;
        font-size: 24px;
        color: #F06E1A;
        padding-top: 20px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentBottom {
        border-top: 1px solid #9e9e9e;
    }

        .loadOfferDetail .loadOfferDetailHeader .contentBottom .location {
            padding: 15px;
        }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location i {
                margin-top: 2px;
                color: #5e768e;
            }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location .locationName {
                font-size: 20px;
                cursor: pointer;
            }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location .locationAddress label {
                cursor: pointer;
            }

        .loadOfferDetail .loadOfferDetailHeader .contentBottom .route {
            margin-top: 28px;
        }

.loadOfferDetail .dashedBox {
    position: relative;
    text-align: center;
    border: 1px dashed #9e9e9e;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.loadOfferDetail .loadOfferMainContent > .col {
    padding: 15px 15px 15px 32px;
}

    .loadOfferDetail .loadOfferMainContent > .col.vehicleInfoBox {
        padding: 15px 15px 15px 45px;
    }

    .loadOfferDetail .loadOfferMainContent > .col .title {
        margin-bottom: 10px;
    }

.loadOfferDetail .col .title span {
    position: relative;
    top: -6px;
    font-weight: bold;
    margin-left: 2px;
    font-size: 20px;
}

.loadOfferDetail .loadOfferMainContent .dashedBox {
    position: absolute;
    font-size: 12px;
    color: #F06E1A;
    border-radius: 5px;
    margin-left: 140px;
    margin-top: -34px;
}

.loadOfferDetail .loadOfferMainContent > .col .content {
    padding-left: 38px;
    color: #606060;
    font-size: 14px;
}

    .loadOfferDetail .loadOfferMainContent > .col .content > div {
        position: relative;
        margin-bottom: 10px;
    }

    .loadOfferDetail .loadOfferMainContent > .col .content #offeredValue {
        font-weight: bold;
        color: #F06E1A;
        font-size: 28px;
    }

.loadOfferDetail .loadOfferMainContent .calendarContainer #date-input {
    margin: 30px;
}

.loadOfferDetail .loadOfferMainContent .calendarContainer .legend {
    margin-left: 30px;
}

    .loadOfferDetail .loadOfferMainContent .calendarContainer .legend .in-loading_dates {
        padding: 2px 13px 2px 5px;
    }

.loadOfferDetail #loadOfferDetailButtons {
    text-align: right;
    margin-top: 30px;
}

.loadOfferDetail .relatedOffers .title {
    margin-left: 40px !important;
}

.loadOfferDetail .loadOfferList {
    width: 945px;
    overflow-x: hidden;
}

.loadOfferDetail .loadOfferDetailsList {
    width: 3000px;
}

    .loadOfferDetail .loadOfferDetailsList .col {
        width: 298px !important;
    }

.loadOfferDetail .loadOfferList .arrow {
    position: absolute;
    cursor: pointer;
    /* margin-top: 105px; */
    background-color: white;
    height: 332px;
    z-index: 999;
    padding-top: 108px;
}

    .loadOfferDetail .loadOfferList .arrow.left {
        margin-left: -54px;
    }

    .loadOfferDetail .loadOfferList .arrow.right {
        margin-left: 890px;
    }

.loadOfferDetail .viewMore {
    margin-top: 22px !important;
    margin-left: 15px !important;
    color: #F06E1A;
}

}

#lstLoadingItems {
    border: solid 1px #EAEAEA;
}
/* Load Offer */

.bottomOfferCard,
.offerBoxContentAll {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0 !important;
}

.offerTopInfoBoxContent {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.offerTopInfoBox {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 1%;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    width: 17%;
    overflow: hidden;
}

.offerTopInfoBoxTitle {
    height: 40px;
    padding-top: 10px;
}

.statusColorOffer {
    background-color: #60B561 !important;
}

.statusColorOfferInnactive {
    background-color: #D9413E !important;
}
.statusColorOfferExpired {
    background-color: #CCC !important;
}

.offerTopInfoBoxDown {
    height: 40px;
    padding-top: 10px;
    background-color: #999;
    color: #FFF;
}

    .offerTopInfoBoxDown i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.textBoxDown {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 13px;
}

.offerTopInfoBoxDown p {
    padding: 0 !important;
    margin: 0 !important;
}

.graphicBoxContainer {
    display: inline-block;
    padding: 20px !important;
    border: 1px solid #e0e0e0;
    width: 91%;
    position: relative;
}

.titleOfferInt {
    margin: 0 2.4rem !important;
}

    .titleOfferInt h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

.graphicBox {
    text-align: center;
    margin-top: 40px;
}

.bottomOfferCardCenter,
.locationGraphicBoxCenter {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px !important;
}

.locationGraphicBox {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-block;
    float: none !important;
    overflow: hidden;
    vertical-align: top;
}

    .locationGraphicBox div {
        text-align: left;
        display: inline-block;
        overflow: hidden;
        padding: 0 !important;
        margin-top: 5px;
    }

    .locationGraphicBox i {
        margin-left: 0 !important;
    }

.locationGraphicIcon {
    margin: 5px 10px 0 0;
}

.dateGraphic {
    text-align: left;
}

.textGraphicCenterCanvas {
    margin: -20px 0 25px 0 !important;
}

.bottomOfferCard {
    width: 90%;
    display: inline-block;
    margin-top: 60px !important;
}

.loadingOfferTableTitle {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .loadingOfferTableTitle h4 {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px;
    }

.loadingOfferTableHeader {
    background: #EAEAEA;
}

    .loadingOfferTableHeader p {
        font-size: 10px;
        text-align: center;
        font-weight: bold;
    }

.customToolTip {
    position: relative;
    /**width: 80px !important;
        height: 110px !important;**/
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
}

    .customToolTip .row {
        margin-bottom: 2px !important;
    }

        .customToolTip .row .col {
            padding: 0 !important;
        }

    .customToolTip:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        border-top: solid 10px #EAEAEA;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

#chartjs-tooltip {
    width: auto !important;
    display: inline-block;
    min-width: 75px;
    text-align: center;
}

.gridRow {
    height: 34px;
    padding-top: 7px;
    border-bottom: solid 1px #EAEAEA;
    position: relative;
    font-size: 12px;
    margin: 0 !important;
}

.overlayRow {
    background-color: white;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color 500ms ease-in, opacity 500ms ease-in;
    transition: background-color 500ms ease-in, opacity 500ms ease-in;
    width: 100%;
    height: 100%;
}

.gridRow:hover .overlayRow {
    background-color: white;
    opacity: 0.9;
    -webkit-transition: background-color 500ms ease-in, opacity 500ms ease-in;
    transition: background-color 500ms ease-in, opacity 500ms ease-in;
}

.loadingOfferTableHeader .col,
#lstLoadingItems .col {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bottomOfferCardList {
    margin-right: 7%;
}

.bottomOfferCardResume .loadingOfferTableTitle {
    margin-bottom: 20px;
}

.offerCardResumeNum {
    margin-bottom: 20px !important;
}

.subtitleResume {
    margin: 20px 0 !important;
    text-align: left;
    padding: 0 !important;
}

    .subtitleGraphic p,
    .subtitleResume p {
        font-size: 12px;
        text-align: left;
        margin: 0 !important;
        display: inline-block;
    }

.subtitleResumeOn {
    margin-right: 7%;
}

.subtitleGraphic div,
.subtitleResumeoff,
.subtitleResumeOn {
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
}

    .subtitleResumeOn span {
        width: 1px;
        height: 1px;
        display: inline-block;
        margin-right: 5px;
        border: 5px solid;
        border-color: #F06E1A;
    }

    .subtitleResumeoff span {
        width: 1px;
        height: 1px;
        display: inline-block;
        margin-right: 5px;
        border: 5px solid;
        border-color: #F06E1A;
    }

    .subtitleGraphic div span {
        width: 1px;
        height: 1px;
        display: inline-block;
        margin-right: 5px;
    }

.subtitleGraphic {
    display: inline-block;
    margin: 10px 0;
    /*text-align: left;*/
    width: 90%;
}

.subtitleGraphic > .legend {
    position: relative;
    width: 100%;
    text-align: left;
}

.subtitleGraphic > .legend i {
    cursor: pointer;
    color: #D9413E;
}

.subtitleGraphicDe {
    width: 25%;
    text-align: center;
}

.subtitleGraphicEs {
    width: 25%;
    text-align: center;
}

.subtitleGraphicCA, .subtitleGraphicEX {
    width: 24%;
    text-align: center;
}

#ttEstimado,
#ttEstimado i {
    color: #2b496b;
}

.subtitleGraphicDe span {
    border: 5px solid;
    border-color: #F06E1A;
    border-radius: 50%;
}

#ttAgendado,
#ttAgendado i {
    color: #b1c4da;
}

.subtitleGraphicEs span {
    border: 5px solid;
    border-color: #b1c4da;
}

#ttConcluido,
#ttConcluido i {
    color: #5e7690;
}

.subtitleGraphicCA span {
    border: 5px solid;
    border-color: #5e7690;
}

.subtitleGraphicEX span {
    border: 5px solid;
    border-color: #D9413E;
}

.graphicBoxOrange .subtitleGraphic {
    text-align: center;
}

.subtitleGraphicCr {
    width: auto;
    display: inline-block;
}

    .subtitleGraphicCr span {
        border: 5px solid;
        border-color: #E36818;
    }

.subtitleGraphicOff {
    margin-top: 20px;
}

.graphicCenter {
    margin-top: 20px;
}

.loadingOfferTableExcel a {
    text-indent: -9999px;
    background: url("/shipper/Images/excel_btn.png") 0 0 no-repeat;
    width: 80px;
    height: 25px;
    display: inline-block;
    margin-top: 15px;
}

.loadingOfferTableExcel {
    width: 80px;
    height: 25px;
    float: right;
}

/*  LOAD OFFER */
.graphicListValueIcons {
    display: inline-block;
}

.graphicListValue {
    width: 80px;
    height: 80px;
    float: right !important;
    margin-left: 20px;
}

.truckSetInfo {
    position: relative;
    width: 80px;
    float: right !important;
    top: 15px;
}

.textIntTruck {
    position: absolute;
    top: 10px;
    right: 26px;
}

    .textIntTruck span {
        color: #E36818;
        font-size: 16px;
        width: 30px;
        padding: 0;
        text-align: center;
        margin: 0;
        display: inline-block;
    }
/*  LOAD OFFER DETAIL */

.loadOfferDetail .icoOperationCat {
    position: relative !important;
    margin-left: 245px !important;
}

.loadOfferDetail .loadOfferList {
    padding: 0px 45px 25px 44px;
}

.loadOfferDetail .titleView {
    border-left: 4px solid #F06E1A;
    float: left;
    margin-left: -9px;
    margin-right: 10px;
    padding-left: 17px;
    display: inline-flex;
}

.loadOfferDetail .loadOfferDetailHeader {
    padding: 15px;
}

    .loadOfferDetail .loadOfferDetailHeader .logo {
        text-align: center;
    }

        .loadOfferDetail .loadOfferDetailHeader .logo > img {
            display: inline-block;
            width: 100px !important;
            min-height: 100px !important;
            height: 100px !important;
            max-width: 100px;
        }

    .loadOfferDetail .loadOfferDetailHeader .title {
        font-size: 20px;
        font-weight: bold;
        color: #5e768e;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentLeft, .loadOfferDetailHeader .contentRigth {
        padding: 5px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth > .loadTypeContent {
        width: 100%;
        text-align: right;
        font-weight: bold;
        color: #F06E1A;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .loadTypeName {
        margin-right: 45px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .icoOperationCat {
        position: relative !important;
        margin-top: -26px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentRigth .loadOfferValue {
        position: relative;
        text-align: right;
        font-weight: bold;
        font-size: 24px;
        color: #F06E1A;
        padding-top: 20px;
    }

    .loadOfferDetail .loadOfferDetailHeader .contentBottom {
        border-top: 1px solid #9e9e9e;
    }

        .loadOfferDetail .loadOfferDetailHeader .contentBottom .location {
            padding: 15px;
        }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location i {
                margin-top: 2px;
                color: #5e768e;
            }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location .locationName {
                font-size: 20px;
                cursor: pointer;
            }

            .loadOfferDetail .loadOfferDetailHeader .contentBottom .location .locationAddress label {
                cursor: pointer;
            }

        .loadOfferDetail .loadOfferDetailHeader .contentBottom .route {
            margin-top: 28px;
        }

.loadOfferDetail .dashedBox {
    position: relative;
    text-align: center;
    border: 1px dashed #9e9e9e;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.loadOfferDetail .loadOfferMainContent > .col {
    padding: 15px 15px 15px 32px;
}

    .loadOfferDetail .loadOfferMainContent > .col.vehicleInfoBox {
        padding: 15px 15px 15px 45px;
    }

    .loadOfferDetail .loadOfferMainContent > .col .title {
        margin-bottom: 10px;
    }

.loadOfferDetail .col .title span {
    position: relative;
    top: -6px;
    font-weight: bold;
    margin-left: 2px;
    font-size: 20px;
}

.loadOfferDetail .loadOfferMainContent .dashedBox {
    position: absolute;
    font-size: 12px;
    color: #F06E1A;
    border-radius: 5px;
    margin-left: 140px;
    margin-top: -34px;
}

.loadOfferDetail .loadOfferMainContent > .col .content {
    padding-left: 38px;
    color: #606060;
    font-size: 14px;
}

    .loadOfferDetail .loadOfferMainContent > .col .content > div {
        position: relative;
        margin-bottom: 10px;
    }

    .loadOfferDetail .loadOfferMainContent > .col .content #offeredValue {
        font-weight: bold;
        color: #F06E1A;
        font-size: 28px;
    }

.loadOfferDetail .loadOfferMainContent .calendarContainer #date-input {
    margin: 30px;
}

.loadOfferDetail .loadOfferMainContent .calendarContainer .legend {
    margin-left: 30px;
}

    .loadOfferDetail .loadOfferMainContent .calendarContainer .legend .in-loading_dates {
        padding: 2px 13px 2px 5px;
    }

.loadOfferDetail #loadOfferDetailButtons {
    text-align: right;
    margin-top: 30px;
}

.loadOfferDetail .relatedOffers .title {
    margin-left: 40px !important;
}

.loadOfferDetail .loadOfferList {
    width: 945px;
    overflow-x: hidden;
}

.loadOfferDetail .loadOfferDetailsList {
    width: 3000px;
}

    .loadOfferDetail .loadOfferDetailsList .col {
        width: 298px !important;
    }

.loadOfferDetail .loadOfferList .arrow {
    position: absolute;
    cursor: pointer;
    /* margin-top: 105px; */
    background-color: white;
    height: 332px;
    z-index: 999;
    padding-top: 108px;
}

    .loadOfferDetail .loadOfferList .arrow.left {
        margin-left: -54px;
    }

    .loadOfferDetail .loadOfferList .arrow.right {
        margin-left: 890px;
    }

.loadOfferDetail .viewMore {
    margin-top: 22px !important;
    margin-left: 15px !important;
    color: #F06E1A;
}

.loadOfferDetail .dashed, #modalCadastroVeiculo .dashed {
    border: 1px dashed #9e9e9e;
    margin-left: 0px;
}

.calendarContainer .ui-datepicker table {
    font-size: 12px;
}

.calendarContainer .ui-datepicker td {
    padding: 4px;
}

.calendarContainer .ui-datepicker {
    margin: 0 auto !important;
    border: 1px solid #d7d7d7;
}

.calendarContainer thead {
    border-bottom: 0 !important;
}

.loadOfferDetailInfo {
    display: inline-block;
}

.loadOfferDetailHeader .logo {
    display: inline-block;
    vertical-align: middle;
}

.liWaiting .liStatus {
    background: #dcd644;
}

.liInactive .liStatus {
    background: #D9413e;
}

.liActive .liStatus {
    background: #60B561;
}

.liInactive .liFrase {
    color: #D9413e;
    margin: 0;
}

.liWaiting .liFrase {
    color: #dcd644;
    margin: 0;
}

.liBtnOc {
    text-align: center;
}

.liActive .liFrase {
    color: #60B561;
    margin: 0;
}

.liDisabled .liFrase {
    color: #606060;
    margin: 0;
}

.liDisabled {
    background: #e0e0e0;
}

    .liDisabled .liBtnOc a {
        color: #808080
    }

.liBtnOc a {
    color: #F06E1A;
}

.liBtnOc .valueListAction {
    text-align: center !important;
    margin-top: 30px;
}

.centerBlockContent {
    display: inline-block;
    width: 60%;
    margin-bottom: 20px;
}

.subtitleCenter {
    text-align: center;
    margin: 80px 0 30px 0;
    font-size: 20px;
}

.limitLocation {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dateLiList {
    font-size: 32px;
    padding: 13px 10px 0 10px !important;
    height: 75px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

    .dateLiList span {
        font-size: 10px;
    }

.liName {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0 !important;
    font-size: 20px;
    margin: 0 !important;
}

.modalCreateOrder { 
    background-color: white !important;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 1200px !important;
    top: 5% !important;
}

.modalCreateOrder .title { margin-top: 8px; }

.modalCreateOrder .add { text-align: right; }

.modalCreateOrder .modal-content { 
    background-color: white;
    padding: 24px 24px 0px 24px !important;
}

.modalCreateOrder .title-mini span {
    position: relative;
    top: -5px;
}

.modalCreateOrder .icon-right {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    margin-left: 300px;
    margin-top: -50px;
}

.modal-close { margin-right: 15px !important; }

.modal-footer { 
    padding-right: 35px;
    margin-bottom: 15px;
}

.btn-close-modal {
    position: absolute;
    right: -42px;
    top: -2px;
    color: #FFA000;
}

.table-content {
    font-size: 12px;
    overflow: scroll;
    height: 200px;
}

.btn-excluir {
    color: #999;
    font-weight: bold;
    margin-right: 25px;
    cursor: pointer;
}

 .fc-loadingDate {
    background: #fcf8e3;
}

 .fc-day-top.fc-today {
     background: #ffca28 !important;

 }

#listDriver .collection-item .row {


}


.lnkParadas {
    font-size:10px;
    float:left; width:100%; text-align:center;
    cursor:pointer;
  
}

    .lnkParadas:before {
        content: "";
        clear: both;
        margin: 10px auto 5px;
        width: 35px;
        height: 35px;
        background: url(../../../images/icons/ico-location2.svg);
        display: block;
    }

.lnkParadas2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0 0 20px 13px;
}
    .lnkParadas2:focus {
        background-color:transparent;
    }
    .lnkParadas2:before {
        content: "";
        float: left;
        margin: 0 7px 0 0;
        width: 15px;
        height: 15px;
        background: url(../../../images/icons/ico-location2.svg);
        display: block;
    }

    .icoLocation2:before {
        content: "";
        float: left;
        margin: 0 7px 0 0;
        width: 15px;
        height: 15px;
        background: url(../../../images/icons/ico-location2.svg);
        display: block;
    }

.endsPontosParada{ max-height:300px; height:auto; display:block; width:100%; overflow:auto; margin-bottom:25px;}

.lnkParadas3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0 0 20px 0;
    padding:0;
}

    .lnkParadas3:focus {
        background-color: transparent;
    }

    .lnkParadas3:before {
        content: "";
        float: left;
        margin: 0 7px 0 0;
        width: 15px;
        height: 15px;
        background: url(../../../images/icons/ico-location2.svg);
        display: block;
    }
