
/* Breadcrumb home icon */
section.content-header > ol.breadcrumb > li:nth-child(1)::before {
    font-family: "FontAwesome";
    content: "\f015 ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: bottom;
    font-weight: 900;
}

.content-header {
    padding: 15px 0px;
}

.content-header>.breadcrumb {
    right: 0px;
    padding-right: 0px
}

.form-horizontal .row {
    margin-right: 0px;
    margin-left: 0px;
}

.box-header .fa {
    color: #97a0b3;
}

.box-header .fas {
    color: #97a0b3;
}

.euro-grey {
    color: #97a0b3 !important;
}

.box-header .fa:hover{
    color: #444;
}

.box-header .fas:hover{
    color: #444;
}

.box-header .glyphicon {
    font-size: large; 
}

.glyphicon {
    color: #97a0b3;    
}

.glyphicon:hover {
    color: #444;
}

.content {
    padding-top: 0px
}

.control-label {
    padding-left: 5px;
    padding-right: 5px;
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
    color: white;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.btn-submit {
    margin: 0px 5px;
}

.form-group {
    margin-bottom: 8px;
}

/* Search elements*/
section > .box > .box-body > div.form-horizontal > div .form-group input {
    padding: 3px 12px;
    height: 28px;
}

section .box .box-body .form-horizontal {
    background-color: #f4f4f4;
    padding-top: 10px;
    border-radius: 3px;
}

section .box .box-body .form-horizontal .box-footer{
    background-color: #f4f4f4;
    border-top: 0px;
    text-align: center;
}

/* Header logo */
header.main-header > a.logo > span.logo-lg > img {
    max-height: 40px;
    max-width: 180px;
}

.errorSummary {
    background: #dd4b39;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
    color: #fff !important;
}

.error > input{
    border: solid 1px #dd4b39 !important;
}

.error > select{
    border: solid 1px #dd4b39 !important;
}

.error{
    border: solid 1px #dd4b39 !important;;
}

.errorMessage{
    padding-left: 15px;
    color: #dd4b39 !important;
}

.note
{
    font-style: italic;
    color: #999;
    font-size: 12;
    padding-left: 15px;
}

span.required{
    color: #dd4b39;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #c1c1c1b3;
}

#loader img {
    display:block;
    
}

.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(166,166,166);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 0.585s infinite alternate;
		-o-animation: bubblingG 0.585s infinite alternate;
		-ms-animation: bubblingG 0.585s infinite alternate;
		-webkit-animation: bubblingG 0.585s infinite alternate;
		-moz-animation: bubblingG 0.585s infinite alternate;
}

#bubblingG_1 {
	position:absolute;
    top:43%;left:50%;
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	position:absolute;
    top:43%;left:52%;
	animation-delay: 0.1795s;
		-o-animation-delay: 0.1795s;
		-ms-animation-delay: 0.1795s;
		-webkit-animation-delay: 0.1795s;
		-moz-animation-delay: 0.1795s;
}

#bubblingG_3 {
	position:absolute;
    top:43%;left:54%;
	animation-delay: 0.349s;
		-o-animation-delay: 0.349s;
		-ms-animation-delay: 0.349s;
		-webkit-animation-delay: 0.349s;
		-moz-animation-delay: 0.349s;
}

.bubblingG_1 {
	position:absolute;
    top:43% !important;
    margin-left: -3vw !important;
	animation-delay: 0s !important;
		-o-animation-delay: 0s !important;
		-ms-animation-delay: 0s !important;
		-webkit-animation-delay: 0s !important;
		-moz-animation-delay: 0s !important;
}

.bubblingG_2 {
	position:absolute;
    top:43% !important;
    margin-left: -1vw !important;
	animation-delay: 0.1795s !important;
		-o-animation-delay: 0.1795s !important;
		-ms-animation-delay: 0.1795s !important;
		-webkit-animation-delay: 0.1795s !important;
		-moz-animation-delay: 0.1795s !important;
}

.bubblingG_3 {
	position:absolute;
    top:43% !important;
    margin-left: 1vw !important;
	animation-delay: 0.349s !important;
		-o-animation-delay: 0.349s !important;
		-ms-animation-delay: 0.349s !important;
		-webkit-animation-delay: 0.349s !important;
		-moz-animation-delay: 0.349s !important;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(214,206,214);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(0,166,91);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(214,206,214);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(0,166,91);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(214,206,214);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(0,166,91);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(214,206,214);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(0,166,91);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(214,206,214);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(0,166,91);
		-moz-transform: translateY(-20px);
	}
}

#DataTables_Table_0_paginate { display: none; }

.margin_left_210{
    margin-left: 210px;
}

.margin_top_140{
    margin-top: 145px;
}

.margin_top_6{
    margin-top: 6px;
}


#text_align_center {
    text-align: center !important;
}

.form-group .icheckbox_minimal-blue{
    margin-top: 10px;
}

.icheckbox_minimal-blue.checked.disabled {
    background-color: #c9c9c9 !important;
}

.border-red{
    border-color: #dd4b39;
}

.text_align_left {
    text-align: left !important;
}

.margin_top_35 {
    margin-top: 35px;
}

#move_config {
    font-size: 25px;
    margin-top: 30px;
}

#td_module {
    width:90px;
}

#td_module_function {
    width:100px;
}

#td_status_circle {
    width:90px;
}

#td_acess_circle {
    width:90px;
}

.td_center{
    text-align: center !important;
}

.fixed-scrollbar {
    overflow:auto;
    display: Block;
    white-space: nowrap;
}

#DriverDialog_content {
    position: relative;
    padding: 20px;
    height: 80%;
    overflow-y: scroll;
}

.new_line > td{
    background:rgba(245, 234, 133, 0.164) !important;
}

#viatura-grid table.items th, #viatura-grid-checklist table.items th {
    color: #020202;
    background: #f4f4f4 !important;
    text-align: center;
    border: 1px #f4f4f4 solid !important;
    border-bottom: 2px #000000 solid !important;
    font-size: 1em;
}

#viatura-grid table.items td, #viatura-grid-checklist table.items td {
    border: 1px #f4f4f4 solid !important;
    background: #f4f4f4;
    padding: 10px;
    white-space: nowrap !important;
    text-align: center !important;
}

#viatura-grid table.items td > input, #viatura-grid-checklist table.items td > input {
    text-align: center !important;
}

#viatura-grid table.items td > input:read-only, #viatura-grid-checklist table.items td > input:read-only {
    background-color: transparent !important;
    border: 1px #f4f4f4 solid !important;
}

#viatura-grid table.items tr, #viatura-grid-checklist table.items tr {
    border-bottom: 2px #b7b7b7 solid !important;
    background: #f4f4f4 !important;
    text-align: center !important;
}

#payments-grid table.items th {
    color: #020202;
    background: #f4f4f4 !important;
    text-align: center;
    border: 1px #f4f4f4 solid !important;
    border-bottom: 2px #000000 solid !important;
    font-size: 1em;
}

#payments-grid table.items td {
    border: 1px #f4f4f4 solid !important;
    background: #f4f4f4 !important;
    padding: 10px;
    white-space: nowrap !important;
    text-align: center !important;
}

#payments-grid table.items td > input{
    text-align: center !important;
}

#payments-grid table.items td > input:read-only{
    background-color: transparent !important;
    border: 1px #f4f4f4 solid !important;
}

#payments-grid table.items tr {
    border-bottom: 2px #b7b7b7 solid !important;
    background: #f4f4f4 !important;
    text-align: center !important;
}

.invoicing-lines-grid table {
    border: 0px !important;
    width: 100%;
}

.invoicing-lines-grid table.items th {
    color: #020202;
    background: white !important;
    text-align: center;
    border: 0px #f4f4f4 solid !important;
    border-bottom: 2px #000000 solid !important;
    padding-top: 20px;
    font-size: 1em;
}

.invoicing-lines-grid table.items td {
    border: 0px #f4f4f4 solid !important;
    background: white;
    padding: 10px;
    white-space: nowrap !important;
    text-align: center !important;
}

.invoicing-lines-grid table.items td > input{
    text-align: center !important;
}

.invoicing-lines-grid table.items td > input:read-only{
    background-color: transparent !important;
    border: 1px #f4f4f4 solid !important;
}

.invoicing-lines-grid table.items tr {
    border-bottom: 2px #b7b7b7 solid !important;
    background: #f4f4f4 !important;
    text-align: center !important;
}

.invoicing-lines-grid table.items td input[readonly] {
    background-color: transparent !important;
    border: 0px #f4f4f4 solid !important;
    pointer-events: none;
}

#payment-grid table.items td input[readonly] {
    background-color: #eee !important;
    border: 1px #d2d6de solid !important;
    pointer-events: none;
}

.select_box_readonly {
    background-color: #eee !important;
    border: 1px #d2d6de solid !important;
    pointer-events: none;
}

.hr_totals {
    border-top: 1px #b7b7b7 solid !important;
}

.timeTextBox {
    width: 145px;
    margin-left: -166px !important;
    height: 21px;
    border: none;
}


.fas {
    font-size: 17px !important;
    cursor: pointer;
}

.fa {
    cursor: pointer;
}

.no-border {
    border: 0 !important;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.button-counter .col-sm-1 {
    width: 11%;
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>.pull-left>.fa{
    padding: 13px 19px;
    cursor: pointer;
}
.input-group .add-on {
    display:table-row !important;
}

.text-white {
    color: #fff
}

.md-header-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    height: 25px;
}


.box.no-padding > .box-content, .box-header {
    padding: 16px 24px 15px;
}

#modal_content{
    border-radius: 6px !important;
}
.not_show_label{
    font-weight: 100;
    margin-top:10px;
}

.noti_checkbox{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.fa-user::before{
    margin-right: 12px!important;
}

.fa-car::before{
    margin-right: 12px!important;
}

.fa-building::before{
    margin-right: 12px!important;
}

.fa-rss::before{
    margin-right: 12px!important;
}

.font_size_110 {
    font-size: 110% !important;
}

#ConfirmDriverDialog_content {
    position: relative;
    padding: 20px;
    height: 500px;
    overflow-y: scroll;
}

#driversList > input {
    margin-top: 5% !important;
}

.select2-results__option--highlighted{
    color: black !important;
    font-weight: bold !important;
}

.display_vehicle_dates {
    background-color: hsla(220, 14%, 4%, 0.651) !important;
    border-color: #111213a6 !important;
}

.itemReserva {
    background: linear-gradient(to right,
        hsla(153, 100%, 33%, 0.651) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #01864a !important;
}

.itemReservaTemp {
    background: linear-gradient(to right,
        hsla(43, 74%, 49%, 0.719) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: darkgoldenrod !important;
}

.itemReservaPend {
    background: linear-gradient(to right,
        hsla(113, 100%, 92%, 0.664) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #01864a !important;
}

.itemReservaNoShow {
    background: linear-gradient(to right,
        #a2b59e var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #01864a !important;
}

.itemContractOpened {
    background: linear-gradient(to right,
        hsla(216, 86%, 44%, 0.651) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #105dd0a6 !important;
}

.itemContractClosed {
    background: linear-gradient(to right,
        hsla(225, 65%, 90%, 0.788) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #97B0F8 !important;
}

.itemImpro {
    background: linear-gradient(to right,
        hsla(59, 89%, 49%, 0.651) var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: #f8fc1fa8 !important;
}

.itemReservaTempNot {
    background: linear-gradient(to right,
        darkgrey var(--reserva-perc, 100%),
        rgba(255, 0, 0, 0.425) var(--reserva-perc, 100%)) !important;
    border-color: grey !important;
}

/*
.vis-item {
    background: linear-gradient(
      to right,
      #337ab7 0%,
      #337ab7 calc(100% - var(--prep-perc, 0%)),
      #ff4d4d calc(100% - var(--prep-perc, 0%)),
      #ff4d4d 100%
    );
  }

*/


.itemPrepTime {
    background:rgba(255, 0, 0, 0.425);
}

.margin_top_20 {
    margin-top: 20px;

}

.fa {
    font-size: 17px !important;
}

.select_field_option {
    height: 500px !important;
    width:400px !important;
}

.input_width_60 {
    width: 60px;
}

.input_width_300 {
    width: 300px;
}

.span_field_margin {
    margin-left: 45px;
    margin-right: 15px;
}

.span_position_margin {
    margin-right: 30px;
}

.span_format_margin {
    margin-left: 15px;
}

.add_linesAdRep {
    font-size: 20px;
    margin-bottom: 15px;
}

.del_linesAdRep {
    font-size: 20px;
    margin-left: 15px;
    padding-top: 10px;
}

.assign_vehicles_icon {
    padding-top: 10px;
}

.add_linesVehicles {
	text-align: center;
    padding-top: 25px;
}

#span_tab {
    width: 150px;
    padding: 54px;
}

.value_field
{
    width: 150px;
    display: inline-block;
}


.width_100 {
    width: 100px;
}

.width_125 {
    width: 125px;
}

.width_160 {
    width: 160px;
}

.width_75 {
    width: 75px;
}

.width_150 {
    width: 150px;
}

.field_select_form4 {
    width:150px;
    margin-bottom:15px;
    margin-left:19px;
}

.width_164 {
    width: 179px;
}

#add_linesOptions {
    padding-left: 11.7%;
}

#span_label_operation {
    width: 164px;
    margin-left: 25px;
}

#span_label_field {
    width: 164px;
    margin-left: 105px;
}

#div_labels {
    margin-top: -20px;
}

#span_label_field2 {
    width: 164px;
    margin-left:15px;
}

#span_label_calc {
    width: 164px;
    margin-left:85px;
}

.groupByCustom td {
    color: #FFFFFF !important;
}

.totalsClass {
    background-color: #b3b3b3 !important;
}

.totalsClass td {
    color: #FFFFFF !important;
}

.groupByCustom {
    background-color: #7d7d7d !important;
    text-align: center !important;
}


table.detail-view tbody tr.odd {
    background: #f9f9f9;
}

table.detail-view tbody tr.even {
    background: white;
}

.margin_bot_20 {
    margin-bottom: 20px;
}

#documents_header > img , #documents_header > a{
    padding: 4px;
}

table {
    font-size: 13px;
}

.right_poz_warning{
    right: -2px!important;
}

.right_poz_lock{
    right: -2px!important;
}

.margin_left_23 {
    margin-left: 23px;
}

.col-vv{
    float: none !important;
    padding: 0 20 0 30;
    display: inline-flex;
}

.document-warnings{
    padding-bottom: 13px;
}

#content{
    max-height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
}

.opacity_0{
    opacity: 0;
}

.box-body .document-warnings > small {
    background-color: #fff !important;
    border-width: 1px;
    border-style: solid;
    padding:6px;
}

.small_label_green {
    color: #00a65a !important;
    border: #00a65a;
}

.small_label_warning {
    color: #f39c12 !important;
    border: #f39c12;
}

.small_label_canceled {
    color: #dd4b39 !important;
    border: #dd4b39;
}

.small_label_payments {
    color: #1da5ff !important;
    border: #1da5ff;
}

.label_doc_totals {
    text-align: left !important;
    padding-left: 15px;
}

td > a > .fa{
    padding-right: 5px;
    padding-left: 5px;
}

td > a > .fas{
    padding-right: 5px;
    padding-left: 5px;
}

.refundbtn {
        background-color: #dd4b39; /* adds a background colour to the button */
        color: #fff; /* changes the text colour */
        cursor: pointer; /* changes the mouse on hover */
        padding: 10px 30px; /* adds 10px of space to top and bottom of text and 30px of space on either side */ 
    }

.refundbtn:hover {
    background-color: #bb1702d7; /* adds a background hover colour to the button */
}

.addpaymentbtn {
    background-color: #00a65a; /* adds a background colour to the button */
    color: #fff; /* changes the text colour */
    cursor: pointer; /* changes the mouse on hover */
    padding: 10px 30px; /* adds 10px of space to top and bottom of text and 30px of space on either side */ 
}

.addpaymentbtn:hover {
    background-color: #01864a; /* adds a background hover colour to the button */
}

.pad-top-40 {
    padding-top: 40px;
}

.deletePayment {
    cursor: pointer;
}

.no-pad-left{
    padding-left: 0 !important;
}

.border-payments, .border-closed_tab-doc {
    border: white;
    border-top-style: outset;
    border-top-width: 12px;
}

.nav > li > a:not(.dropdown-toggle, #exit) {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.sort-link{
    color: black !important;
}

.padding-left-5{
    padding: 0 !important;
    padding-left: 5px !important;

}

.ex-ta-button-icon{
    line-height: 0;
    font-size: 11px !important;
}

.ex-ta-button{
    height: 20px;
    padding: 6px;
}

.vectormap-driver-country-div{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 80%;
    height: 50%;
    overflow: auto;
}

.specifictd {
    padding-top: 40px;
    float: right !important;
}


@media (max-width: 768px) { /* use the max to specify at each container level */
    .specifictd {
        padding-bottom: 20px;
        padding-top: 10px;
        float: right !important;
    }

}

@media (min-width: 1200px){
    .col-lg-1 {
        width: 12.333333%;
    }
}

#tariff_update_save {
    
    position: relative;
    color: #00a65a;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    margin-top: 2px;
    font-size: 12px;
    top: 5px;
}


.wizard {
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    border-bottom-color: #e0e0e0;
    border-bottom: 0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 26%;
    margin: 0 auto;
    left: 0;
    right: 640px;
    top: 35%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 5%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 5%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 30px;
}

.wizard h3 {
    margin-top: 0;
}

.round-tab > i {
    font-size: 27px !important;
    margin-top: 6px;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

@media(max-width : 1050px ) {
    .teste {
        width: 80%;
    }
}

@media(min-width : 1200px ) {
    .teste {
        width: 1000px;
    }
}

.width_100 {
    width: 100px !important;
  }

.valid_date {
    font-size: 13px;
    font-weight: 400;
    color: red;
}

.margin_left_35 {
    margin-left: 35px;
}

.display_none {
    display: none !important;
}

.opButton {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.cursor-pointer {
    cursor: pointer;
}

.margin_top_10{
    margin-top: 10%;
}

.margin_right_10{
    margin-right: 10%;
}

.image_sale_cars{
    width: 145px;
    height: 150px;
    margin-top: 10px;
    cursor: zoom-in;
}

.img-vendas-modal{
    margin: auto;
    display: block;
    width: 100%;
    max-width: max-content;
}

.img-modal{
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    /*max-width: 800px;*/
}

/* The Close Button */
.close-button-coloring {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #e9513d;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.8;
  }

  .close-button-coloring:hover,
  .close-button-coloring:focus {
    color: #f1f1f1;
    text-decoration: none;
    cursor: pointer;
  }

.icon-repaired {
    height: 25px !important;
    width: 25px !important;
    color: black;
    display: inline-block;
    opacity: .7;
    margin: -23px 0 0 -4px;
    transform: rotate(-45deg);
    position: absolute;
    border-radius: 50% 50% 50% 0;
    background-color: #6e6e6e;
}

.text{
    position: absolute;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    transform: rotate(45deg);
    margin-left: 6px;
}

.icon-unrepaired {
    height: 25px !important;
    width: 25px !important;
    color: black;
    display: inline-block;
    opacity: .7;
    margin: -23px 0 0 -4px;
    transform: rotate(-45deg);
    position: absolute;
    border-radius: 50% 50% 50% 0;
}

.dmgimg-modal{
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    /*max-width: 800px;*/
}

#dmgimgModal{
    z-index: 1052;
}

#dmgimgModalUpd{
    z-index: 1052;
}

.div_color_dmg{
    width: 60px;
    height: 20px;
    text-align: center;
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px 0px 0px -4px;
    transform: rotateX(55deg);
    z-index: -2;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -16px 0 0 -13px;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    background: rgba(94, 190, 255, 0.5);
    box-shadow: 0 0 1px 2px #2d99d3;
    animation-delay: 1.1s;
}

.map_document {
    height: 55%;
    width: 100%;
}

.map_normal {
    height: 55%;
    width: 37vw;
}

#myDamageModalVehicle {
    z-index: 1051;
}

#myChecklistModal{
    z-index: 1051;
}

.icon_dmg_viatura{
    margin: 0;
}

.padding_left_15{
    padding-left: 15px;
}

.padding_left_15_inline{
    padding-left: 15px;
    display: inline-block;
}

.background-none { background: none; }
.rButtonMassInvoice {
    margin-left: 35px !important;
}

.checkbox-background-disable{
    background-color: #c9c9c9 !important;
}

.div-condutores .select2-container .select2-selection--single .select2-selection__rendered {
    position: absolute;
    width: 100%;
}

.display_none_not_important {
    display: none;
}

.text_align_right {
    text-align: right;
}

.horizontal_divider{
    border-bottom: 2px solid #cdd0d4;
    border-top: 1px solid #cdd0d4;
    border-collapse: collapse;

}

tr.horizontal_divider > th {
    background-color: #fafafa;
    padding-bottom: 7px;
}

#summaryTable {
    width:100%;
}

.color_label_top_summary{
    background-clip: content-box;
    background-color: #dddcdd;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 140px;
    height: 25px;

}

.hide {
    display: none;
}

.grid_checkbox_disable {
	pointer-events: none;
    opacity: 0.2;
}

.grid_checkbox_enable {
	pointer-events: all !important;
}

.selectbox_disable {
	pointer-events: none;
    opacity: 0.6;
}

.div_disable {
	pointer-events: none;
    opacity: 0.7;
}

.margin_top_25 {
    margin-top: 25px;
}

.edit_item {
	cursor: pointer;
	font-size: 18px;
}

.uncheck_item {
	cursor: pointer;
	font-size: 18px;
}

.vis-item.vis-range .vis-drag-left {
    width: 7px !important;
}

.vis-item.vis-range .vis-drag-right {
    width: 7px !important;
}

#fixed-timeline-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: white;
    display: none;
    pointer-events: none;
}

.filter {
    display: inline-flex;
}

.filter2 {
    display: inline-flex;
    margin-bottom: 2px;
}

.vehicles_header {
    display: inline-flex;
    margin-bottom: 2px;
}

.vehicles_body {
/*    display: inline-flex;*/
    margin-bottom: 2px;
}

.vehicles_in_body {
/*    display: inline-flex;*/
    margin-bottom: 2px;
}

.detailTxt {
	padding-bottom: 7px;
    padding-top: 7px;	
}

.fixed-table-body {
    height: auto !important;
}

.uni_grid_class {
    max-width:50px !important;
    width: 50px !important;
}

#unidades_linha {
    padding: 0 !important;
}

.border_form_summary {
    border-left: 1px solid #cdd0d4;
}

#summaryTable th {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_l_r_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.summary_not_invoiced {
    background-clip: content-box;
    background-color: #faf0d5;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 140px;
    height: 25px;
}

.summary_not_invoiced > label {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 600 !important;
}

.summary_not_invoiced > label >span {
    padding-right: 8px;
}

#summaryTable > thead > tr > th > h4 {
    font-size: 16px;
    font-weight: 500 !important;
}

.padding_left_20 {
    padding-left: 20px;
}

.color_white_important {
    background-color: #f4f4f4 !important;
    border-width: 1px;
    border-style: solid;
    line-height:2em;
}

.pay_green {
    color: #3c763d;
}

.padding_right_15{
    padding-right: 15px;
}

.schedule_vehicle_disabled {
    background-color: #d4d4d4;
    opacity: 0.6;
}

.schedule_vehicle_unassigned {
    background-color: #e7e7e7 !important;
    opacity: 0.6;
}

#mySignatureModal .modal-dialog {
	position: fixed;
}

@media screen and (max-width: 1200px), (orientation: portrait) {
	#juiDialog .modal-dialog {
	    padding-left: 5%;
	    padding-right: 5%;
	    width: 100%;
	}
	#mySignatureModal .modal-dialog {
	    padding-left: 5%;
	    padding-right: 5%;
	    width: 100%;
	}
}

@media screen and (min-width: 1201px), (orientation: landscape) {
	#juiDialog .modal-dialog {
	    padding-left: 20%;
	    padding-right: 20%;
	    width: 100%;
	}
	#mySignatureModal .modal-dialog {
	    padding-left: 20%;
	    padding-right: 20%;
	    width: 100%;
	}
	#myDamageModalVehicle_doc .modal-dialog {
	    padding-left: 20%;
	    padding-right: 20%;
	    width: 100%;
	}
	#myDamageModalVehicle .modal-dialog {
	    padding-left: 20%;
	    padding-right: 20%;
	    width: 100%;
	}
	
}

@media screen and (orientation: portrait) {
	
	.map_damage {
	    width: 100% !important;
	    height: 40% !important;
	}	
	
	#calendar .fc-header-toolbar {
		display: inline-block !important;
	}
	
	#calendar .fc-header-toolbar .fc-toolbar-chunk {
		display: inline-block !important;
	}
	
	.modal-lg {
		width : 100%;
	}
}

@media screen and (orientation: landscape) {
	.map_damage {
	    width: 60% !important;
	    height: 70% !important;
	}

	.modal-lg {
		width : 70%;
	}
	
	.map_damage .leaflet-top{
		top: 0px !important;
	    position: absolute !important;
	}		
}

.damage_edit .form-horizontal .map_damage {
	width: 100% !important;
    height: 80% !important;
}

.damage_edit .form-horizontal .map_damage .leaflet-top{
    top: 0px !important;
    position: absolute !important;
}

.leaflet-left {
    left: 6px !important;
}

.leaflet-top {
    top: 55px !important;
    position: fixed !important;
}

.leaflet-right {
    right: 6px !important;
}

.modal { 
	overflow: auto !important;
}

.modal-footer {
    border-top: 0px !important; 
}

.modal-content {
    pointer-events: all;
}

.modal-addon-input{
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.01;
    color: #757575;
    text-align: center;
    background-color: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 1%;
    white-space: nowrap;
}

.carousel-li {
    height: 30px !important;
    text-indent: 0 !important;
    border-radius: 0px !important;
    float: left;
    margin: 0 !important;
    padding: 5px 14px;
}

.carousel-indic {
    bottom: -50px !important;
}

hr {
	border-top: 1px solid #d2d6de;
}

.opacity_1{
    opacity: 1 !important;
}

.datepicker {
	z-index: 1999 !important;
}

.carousel-arrow-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.th_carousel{
    background: #00a65a !important;
    background-color: #00a65a !important;
}

.th_carousel > li > a{
    color: white !important;

}

.padding-left-5-right-15{
    padding-left: 5px;
    padding-right: 15px;
}

.padding-left-10 {
    padding-left: 10px;
}

.bootstrap-timepicker .input-group-addon i {
	width: auto;
}

.editPayment {
    cursor: pointer;
}

.vehicle_info #have_signature_driver {
	height: 10% !important;
}

.vehicle_info #have_signature_colab {
	height: 10% !important;
}

#max_vehicles_span_stopsales {
    background-color: #f4f4f4 !important;
    font-weight: bold;
}

.is-visible {
    visibility: visible;
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

.is-important {
    color: #edcc53 !important;
}

.not-showing {
    visibility: hidden;
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

#resume-grid table.items th {
    color: #020202;
    background-color: #ddd !important;
    background: #ddd !important;
    text-align: center;
    border: 0px;
    border-bottom: 2px #000000 solid !important;
    font-size: 1em;
}

#resume-grid table.items td {
    
    background-color: #ddd !important;
    padding: 10px;
    border: 0px !important;
    white-space: nowrap !important;
    text-align: center !important;
}

#resume-grid table.items td > input{
    text-align: center !important;
    border: 0px !important;
}

#resume-grid table.items td > input:read-only{
    background-color: transparent !important;
    border: 0px !important;
}

#resume-grid table.items tr {
    background-color: #ddd !important;
    text-align: center !important;
}

.alert_count_task {
    position: relative;
    top: -12px;
    right: 14px!important;
    text-align: center;
    font-size: 9px;
    padding: 1px 4px;
    line-height: .9;
}

.sticky-cell {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
}

.sticky-cell-top {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.hidden {
    display: none;
}

.cursor-default {
    cursor: default;
}

.d-flex {
    display: flex;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.td_acess_circle {
    width:90px;
}

.modal-form-background {
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 3px;
}