﻿root-bs-table > ng-transclude {
    display: none !important;
}

.d-flex {
    display: flex;
}

.d-flex-row {
    flex-direction: row;
}

.d-flex-col {
    flex-direction: column;
}

.justify-space-evenly {
    justify-content: space-evenly;
}

.icon-with-gap {
    margin: 0px 10px 0px 0px;
}

.simple-form-button {
    width: 100px;
}

input.ng-invalid.ng-dirty {
    border-color: red;
}

select.ng-invalid.ng-dirty.form-control {
    border-color: red;
}

td.autofit {
    width: 1px;
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

:root .fa-rotate-45 {
    filter: none;
}

/* Arrow styles for smart table ascending / descending */
.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.angular-google-map-container {
    height: 400px;
}

.fa-taxi-marker {
    font-size: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.fa-taxi-marker > i {
    line-height: 40px !important;
    color: #3598dc; /* blue */
}

.fa-taxi-marker > i.read {
    color: #f3c200; /* yellow-crusta */
}

.fa-taxi-marker > i.declined {
    color: #D91E18; /* red-thunderbird */
}

.fa-user-marker {
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.fa-user-marker i.fa-square {
    line-height: 14px !important;
    color: #26C281; /* green-jungle */
}

.fa-user-marker i.fa-square.overdue {
    color: #e35b5a; /* red-intense */
}

.checkbox-align {
    padding-top:8px;
}

.check-all input {
    transform: scale(1.3);
}

.mid-form-button {
    width: 200px;
}

/*@media (min-width: 992px) {
    .padding-md-0 {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    .padding-lg-0 {
        padding: 0 !important;
    }
}*/

.no-padding {
    padding: 0 !important;
}

.padded-rows .row {
    padding-top: 10px;
}

.form-group__no-btm-margin .form-group {
    margin-bottom: 0px;
}

.margin-10 {
    margin: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}


.truncate {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-border {
    border: 0;
    box-shadow: none; 
}

.fa-venus {
    color:pink;
}

.fa-mars {
    color: blue;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.disabled-link {
    color: gray;
    pointer-events: none
}

.field-invalid {
    border: 1px red solid;
}