.fa-circle {
    color: #737373;
}

.fa-stack:hover .fa-circle {
    color: #333333;
}

#tbRicTrasporti {
    font-size: 16px;
}

.rowTbRicTrasporti:hover {
    background-color: #bcd6ff !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.ricercaLabel {
    font-size: 2em;
    font-family: Oswald;
    color: #CF2727;
    font-weight: bold;
    text-transform: uppercase;
}

.titleView {
    font-size: 4em;
    font-family: Oswald;
    color: black;
    /*rgba(0,0,0,0.54);*/
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.imgTable {
    height: 26px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

.rowTablePrenotazioni:hover {
    background-color: #bcd6ff !important;
}

.display-inline-block {
    display: inline-block !important;
    vertical-align: middle;
}

.calendar-tabs md-tabs-wrapper,
.calendar-tabs md-tabs-canvas,
.calendar-tabs md-pagination-wrapper {
    height: 98px !important;
    /*background-color: rgb(207,39,39);*/
}

.calendar-tabs md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
    top: 98px;
    /*height: 100%;*/
}

.calendar-tabs md-tab-content {
    margin: auto;
}

.calendar-tabs md-tab-content,
.calendar-tabs md-tabs-content-wrapper {
    /*max-height: 80%;*/
    position: initial !important;
}

.calendar-tabs md-tab-content.md-left:not(.md-active) {
    height: 0;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 62%;
}

.calendar-tabs md-tab-content.md-right:not(.md-active) {
    display: none;
}

#tablePrenotazioni {
    font-size: 16px;
}


/*
.calendar-tabs .md-tab:nth-child(1){ background: rgba(255, 171, 64, 0.3) }
.calendar-tabs .md-tab:nth-child(2){ background: rgba(70, 255, 64, 0.3) }
.calendar-tabs .md-tab:nth-child(3){ background: rgba(255, 171, 64, 0.3) }
*/

.divNavCalendar {
    width: 60%;
    display: inline;
    overflow: auto;
    white-space: nowrap;
    margin: 0px auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.divNavDialog {
    width: 100%;
    display: inline;
    overflow: auto;
    white-space: nowrap;
    margin: 0px auto;
}

.divNavCalendar>div>button {
    margin-top: 55px;
    height: 38px;
}

.orangeRow {
    background-color: orange !important;
}

.greenRow {
    background-color: lightgreen !important;
}

.rowodd {
    background-color: #FFF;
}

.roweven {
    background-color: #ccc;
}

.dialogRow div>label {
    margin: 0 !important;
}

.dialogRow>div>span {
    line-height: 23px;
}

fieldset {
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    padding: .35em .625em .75em;
}

legend {
    width: auto;
    border-bottom: 0;
}

h2 {
    color: black;
    font-weight: bold;
}


/*.container {
  max-width: 100%;
}*/

.fieldsetContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tableDettagli {
    width: 100%;
}

.tableDettagli td>div {
    display: inline-block;
}

.tableHeader tr {
    padding-bottom: 5px;
}

.tableHeader {
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.tableHeader-lg {
    width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

md-tooltip .md-content {
    height: auto !important;
    max-width: 200px !important;
    font-size: 13px !important;
}

md-tooltip {
    height: auto !important;
    max-width: 200px !important;
    font-size: 13px !important;
    overflow: visible !important;
    white-space: normal !important;
}

md-tooltip ._md-content {
    height: auto !important;
    max-width: 200px !important;
    font-size: 13px !important;
}


/*
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #fff !important;
}

md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: #222 !important;
}
*/

.fitContent {
    width: 1%;
    white-space: nowrap;
}

.rowAlignment {
    margin: 0 !important;
}

.center-table {
    text-align: center;
    vertical-align: middle !important;
}

.redText {
    color: #CF2727;
}

.radioGroupRicerca {
    display: inline-block;
}

.searchGroup {
    display: flex;
    padding: 10px;
    align-items: flex-end;
}

.searchGroup>* {
    margin: 10px;
}

.searchGroup button,
.searchGroup input {
    height: 50px;
    margin: 0px;
}

.searchGroup div {
    display: flex;
    flex-direction: column;
}