md-select-menu, md-select-menu md-content  {
	max-height: 500px !important;
}

/* .ticket-status {
	color: #fff;
    line-height: 18px;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
} */

.ticket-status-cont {
	position: relative;
	display: inline-block;
}

.ticket-status {
	height: 22px;
    color: #fff;
    position: relative;
    width: auto;
    text-align: center;
    line-height: 18px;
	display: inline-block;
    padding: 1px 10px;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 1px;
	border-radius: 10px;
	margin-top: 1px;
    margin-bottom: 1px;
}

.pspLogo {
    max-height: 20px;
	width: auto;
}

.ticket-status-arrow {
    position: absolute;
    height: 0;
    width: 0;
    right: 0px;
    top: 0;
    border: 11px solid transparent;
	border-right: 0px solid;
    border-left: 11px solid;
	margin-top: 1px;
    margin-bottom: 1px;
}

.ticket-status-arrow-pre {
	position: absolute;
	height: 0;
	width: 0;
	left: 0px;
	top: 0;
	border: 11px solid transparent;
	border-right: 0px solid;
	border-top: 11px solid;
	border-bottom: 11px solid;
	margin-top: 1px;
	margin-bottom: 1px;
	z-index: 1;
}

.ticket-status-cont:not(:last-of-type) {
	opacity: 0.5;
}

.ticket-status-cont:not(:last-of-type) .ticket-status {
    padding-right: 5px;
	border-radius: 0px;
	padding: 1px 6px;
	margin-left: 11px;
	margin-right: 11px;
}

.ticket-status-cont:last-of-type .ticket-status {
	padding: 1px 10px;
}

.ticket-status-cont:last-of-type .ticket-status-arrow,
.ticket-status-cont:last-of-type .ticket-status-arrow-pre {
	display: none;
}

.ticket-status-cont:first-of-type .ticket-status-arrow-pre {
	display: none;
}

.ticket-status-cont:first-of-type .ticket-status {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 1px 10px;
	margin-left: 0px;
}

.ticket-status-cont:nth-last-of-type(2) {
	margin-right: 6px;
}

.tableLoad {
	margin-left: -19px !important;
	left:45%
}

#filters-cont {
	/* width: 100%; */
}
h2.filters-active, .filters-active {
	margin-left: 15px;
    font-weight: normal;
    font-size: 13px !important;
    background-color: #f2f2f2;
    line-height: 20px;
    height: 30px;
    padding: 5px 15px;
    border-radius: 30px;
    white-space: nowrap;
    display: inline-block;
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#statusPage i.link-o:after {
	content: " ";
    display: block;
    width: 2px;
    height: 10px;
    background: #666d6d;
    position: relative;
    left: 5px;
    margin-top: -2px;
    margin-bottom: -5px;
}

#statusPage .title i {
	margin-right: 10px;
}

#statusPage .label, .ticket-details .label {
	font-size: 12px !important;
	width: auto !important;
	padding: 7px 10px !important;
	max-width: 136px;
}

#statusPage .label .mdi:before, .ticket-details .label .mdi:before {
	font-size: 15px !important;
}

#statusPage .fareNote {
	/* background-color: rgba(255, 203, 91, 0.5);
	padding: 4px 15px;
	border-radius: 5px; */
	text-transform: uppercase;
	color: #de9800;
}


/**************************** TOTAL *****************************/

.myrow{
	padding: 10px;
}

.total{
	border-bottom: 1px solid #000;
	position: fixed;
	z-index: 2;
	width: calc(100% - 200px);
	background-color: #fff;
	/*margin-top: -73px;*/
}

.total h3 {
	margin: 0 !important;
}

.total button{
	float: right;
	margin: 0 !important;
}

.total h5{
	margin: 0;
	margin-top: 5px;
}

.export_csv{
		margin-right: 10px !important;
		background-color: #ca064d !important;
}

/**************************** FILTERS *****************************/
.content_filters{
	padding: 10px;
}

.content_filters h3{
    margin: 10px;
}

.content_filters md-input-container{
	width: 100%;
	margin-top: 0;
}

.content_filters hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #ca064d !important;
	color: #ca064d;
	background-color: #ca064d;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: none;
    border-top: 1px solid #ca064d;
}

/* .md-datepicker-input-container{
	width: 80%;
} */

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

.md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #ca064d !important;
}

md-checkbox.md-default-theme[disabled].md-checked .md-icon, md-checkbox[disabled].md-checked .md-icon{
	background-color: #ddd !important;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator{
	background-color: #ca064d;
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator{
	border: 1px solid #ca064d;
}

/*
md-input-container .md-default-theme:not(.md-input-invalid) .md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input{
	border-color: #ca064d !important;
}
.reset_button{
	margin-top: 30px !important;
	width: 100%
}
*/
.reset_button{
	width: 100px;
	position: absolute;
    right: -3px;
    top: -3px;
}

/**************************** TABS *****************************/

/* md-pagination-wrapper{
	width: 100% !important;
} */

/* md-tabs{
	position: fixed;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin-top: 200px;
	z-index: 2;
} */

.content_tab{
	margin-top: 148px !important;
}

/* md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
	color: #fff !important;
	background-color: #ca064d !important;
} */

/* md-tabs.md-default-theme .md-tab, md-tabs .md-tab{
	color: #fff !important;
	background-color: #ff6c8f !important;
	width: calc((100% - 200px) * 0.3333);
} */

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar{
	color: transparent;
	background-color: #ca064d;
}

/**************************** TABLE *****************************/
.table{
	width: 100%;
}

.table td{
	/*text-align: center;*/
	/*padding-top: 15px;
    padding-bottom: 10px;*/
}

li.active{
	color: #ca064d !important;
}

.a.md-button.md-default-theme.md-fab, a.md-button.md-fab, .md-button.md-default-theme.md-fab, .md-button.md-fab{
	background-color: #ca064d !important;
	padding: 8px;
    margin-left: -20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
/*.status .a.md-button.md-default-theme.md-fab,.status a.md-button.md-fab,.status .md-button.md-default-theme.md-fab,.status .md-button.md-fab{
    left: 50%;
}*/


.a.md-button.md-default-theme.md-fab, a.md-button.md-fab, .md-button.md-default-theme.md-fab, .md-button.md-fab:hover{
	background-color: #ff6c8f !important;
}

.container_table{
  width:90%;
  margin:auto;
}

.tabGeneral table{
  width:100%;
}

th.id, td.id, th.val, td.val{
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;
}

th.ori, td.ori, th.des, td.des, th.ser, td.ser{
	width: 150px !important;
	max-width: 150px !important;
	min-width: 150px !important;

}

th.seq, td.seq, th.dur, td.dur, th.pri, td.pri, th.qua, td.qua{
	width: 90px !important;
	max-width: 90px !important;
	min-width: 90px !important;
}

.tabGeneral th, .tabGeneral td{
	text-align:left;
	padding: 5px;
	width: 133px;
}

.no-fix-col-width th, .no-fix-col-width td {
	width: auto;
	max-width: 300px;
}

.tabGeneral .tabGeneral th {
	vertical-align: top;
}

th div {
	/*position: absolute;
	margin-top: -10px;*/
}

/*.table{
	margin-top: 10px;
}*/

.fixed{
		margin-left: -20px !important;
    position: fixed;
    background-color: #fff;
    padding: 20px;
    margin-top: -27px;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

.no_tickets_table{
	margin: 40px;
	text-align: center;
}


/**************************** GRAPHICS *****************************/



/**************************** MAPS *****************************/
#map{
	width: 100%;
	height: 100%;
}

.gm-style-iw, .gm-style-iw div {
	min-height: 30px !important;
    overflow: hidden !important;
}

.ticket-details p {
	margin-top: 2px;
}

.ticket-details .detailLabel {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	color: #888;
	margin-right: 10px;
	user-select: none;
}

.ticket-details .detailText {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 155px);
}

#statusPage .pulsate {
    /* background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 20px;
    width: 20px; */
    transform: scale(1);
    animation: pulse-black 2s;
}

#statusPage .pulsate-mobile {
    transform: scale(1);
    animation: pulse-mobile 0.7s linear 2;
}

@keyframes pulse-black {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(51, 153, 51, 0.7);
		border: 3px solid rgba(51, 153, 51, 1);
	}

	50% {
		transform: scale(1.01);
		box-shadow: 0 0 0 20px rgba(51, 153, 51, 0);
		border: 3px solid rgba(51, 153, 51, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(51, 153, 51, 0);
		border: 3px solid rgba(51, 153, 51, 0);
	}
}

@keyframes pulse-mobile {
	0% {
		background-color: #fff !important;
	}

	50% {
		background-color: inherit;
	}

	100% {
		background-color: #fff !important;
	}
}

#statusPage .big-item {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	/* width: 100%; */
	/* height: 100%; */
	z-index: 59;
	display: none;
}

#statusPage .big-item .big-item-cont {
	display: flex;
	align-items: center;
  	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: auto;
}

#statusPage .big-item .big-item-cont > div {
	/* margin-top: 15%; */
}

#statusPage .big-item .big-item-date {
	font-size: 20px;
	margin-bottom: 0px;
}

#statusPage .big-item .big-item-user {
	font-size: 18px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
  	justify-content: center;
	margin-top: 10px;
}

#statusPage .big-item .big-item-user .img-cont {
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* margin: 0 auto; */
	/* margin-bottom: 10px; */
	border-radius: 10px;
}
#statusPage .big-item .big-item-user .dett-cont {
	text-align: left;
	margin-left: 20px;
}

#statusPage .big-item .title {
	font-size: 36px;
	font-weight: bold;
	margin: 60px 0px;
}

#statusPage .big-item .big-item-code {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

#statusPage .big-item button {
	margin-top: 50px !important;
    font-size: 30px;
    padding: 20px;
}

#statusPage #big-item-wrapper {
	background-color: #fff;
}

#statusPage #big-item-wrapper .big-item:first-child {
	display: block;
}

#statusPage #big-item-wrapper i.link-o:after {
	content: " ";
	display: block;
	width: 4px;
	height: 20px;
	background: #000;
	position: relative;
	left: 13px;
	margin-top: -3px;
	margin-bottom: -10px;
}

#statusPage #big-item-wrapper .title i {
	margin-right: 10px;
}

#statusPage #big-item-wrapper .fareNote {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
}

@media screen and (min-width: 800px) {
    #statusPage #big-item-wrapper {
        display: none !important;
    }
}
