/* MAPS */
#mapView{
    height: 50vh;
}
.count-cards{
    height: 170px !important;
}
.count-cards > .card-content{
    height: 109px !important;
}

/* CHART */
.ct-series-a .ct-bar {
    stroke-width: 35px;
}
.ct-bar-label{
    font-weight: bold !important;
    color: #ffffff !important;
}

.modal {
    /* max-height: calc(100vh - 210px); */
    max-height: 100%;
    overflow-y: auto;
}
/* .modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
} */

.col-input{
    float: right;
}
.col-input-end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/* SWAL SIZE */
.swal2-modal{
    height: auto;
    width: 400px !important;
}
.s

/* ADMIN WORKORDERS */
.large-swal{
    height: auto;
    width: 850px !important;
}

/* ADMIN SETTINGS */

/* REPORT WO */


/* CHARTS */
svg.ct-chart-bar, svg.ct-chart-line{
	overflow: visible;
}
.ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space:nowrap;
}

/* UTILS */
.clickable-div{
    display: block;
    text-decoration:none;
    cursor: pointer;
}
.card-border{
    border-style: solid;
    border-color:darkgray;
    border-width: 1px;
}
.card-topborder{
    border-top-style: solid;
    border-color: darkgray;
    border-width: 1px;
}
.bold-text{
    font-weight: bold !important;
}
.text-mirror{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.float-right{
    float: right;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mt-5 {
    margin-top: 5rem;
}

/* RESPONSIVE */
@media screen and (min-width: 1142px){
    .mt-less {
        margin-top: -2.4rem;
        border-radius: 0px !important;
    }
    .custom-modal-md {
        width: 750px !important;
    }
}

/* TABLE */
#tableAddIds th{
    text-align: center;
    vertical-align: center;
}
.btn-custom-ma{
    background-color: #ffffff !important;
}
.btn-custom-ma:hover{
    color: #66615B !important;
}
.icon-table {
    cursor: pointer;
}

/* DROPDOWN */
.item-selected{
    background-color: #66615B !important;
    color: #ffffff !important;
}

.cbx-roles {
    height: 20px;
    width: 50px;
}

/* ITEMS */
div.d-flex {
    display: flex;
}
div.justify-content-around {
    justify-content: space-around;
}
div.justify-content-evenly {
    justify-content: space-evenly;
}
div.justify-content-between {
    justify-content: space-between;
}
div.justify-content-rigth {
    justify-content: right;
}
div.justify-content-center {
    justify-content: center;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* IMAGES */
.img-fluid {
    max-width: 100%;
    height: auto;
}

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

/* OTHERS */
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #F95062;
}

/* COLORS */
.icon-timeGreen {
    color: #40a73d;
}

#new-size .dropdown-menu > li > a {
    font-size: 8px !important;
}