﻿
/*[role=button] {
    cursor: pointer
}*/

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
    max-width: 50%;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

td .select2-container .select2-selection--single {
    height: 34px;
    padding-top: 3px;
}

.form-group .select2-container .select2-selection--single {
    height: 34px;
    padding-top: 3px;
}

.ibox-title .select2-selection__arrow {
    margin-top: 1px;
}

.panel-body .table > tbody > tr > td {
    vertical-align: middle;
}

.field-validation-error {
    color: #ed5565;
}

.aligner-block {
    display: inline-block;
    margin-left: 15%
}

.label-center {
    display: flex;
    align-items: center;
}

.ibox-content > .table > tbody > tr > td {
    vertical-align: middle;
}


.team-box > .ibox > .ibox-content {
    padding: 15px 20px 20px 15px;
}

    .team-box > .ibox > .ibox-content > .team-members {
        margin-top: 0;
    }

.avatar {
    padding-right: 10px;
}

.swal-wide {
    width: 400px !important;
    font-size: 1.3rem !important;
}

.swal-loading {
  height: 140px !important;
  width: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.m-b-md > img.circle-border {
    border: none;
}

.stack-overflow {
    overflow: auto;
}

.bottom-padding {
    padding-bottom: 20px;
}

.form-group {
    display: flex;
    align-items: center;
}

textarea.input-validation-error {
    border-color: red;
}

.fc-sat, .fc-sun {
    background-color: #fcfcfc;
}

.fc-unthemed .fc-today {
    /*background: #ffc175 !important;*/
}

.ibox-title h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

.fc-toolbar {
    margin-bottom: 10px !important;
}

.fc-widget-header {
    padding-top:2px !important;
    padding-bottom:2px !important;
}

.fc-button-group {
    margin-top: 0 !important;
}

.fc-right {
    margin-top: -4px !important;
}

.jqstooltip {
    padding-bottom: 0px !important;
}

.jqsfield {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
}

.fc-event {
    font-size: 1em !important;
}

.align-letter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swall-button-space-between {
    margin-right: 3px
}

.no-focus:active:hover {
    outline: none;
}

.footable-toggle {
    display: none !important;
}

.footable td {
    word-break: break-all;
}

.darker-hover:hover {
    filter: brightness(80%);
    color: white !important;
}

a.bg-danger:hover {
    background-color: #c42837;
    color: white !important;
}

a.bg-warning:hover {
    background-color: #be7e3d;
    color: white !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.height125 {
    height: 125px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .invisible-th {
        display: none !important;
    }
}

.select2-container--default .select2-selection--single {
    border-color: #c6c7c7;
}

.select2-dropdown {
    border-color: #c6c7c7;
}

.empty-table-row {
    font-size: 13px;
    padding-top: 20px !important;
    vertical-align: middle;
    text-align: center;
}

.select2-container--disabled .select2-selection--single {
    border: none;
}

.label-grey {
    background-color: #999999;
}

.team-search {
    margin-bottom: 20px;
}

.page-title-align {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#search-request {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border-bottom-color: rgb(229, 230, 231);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(229, 230, 231);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(229, 230, 231);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(229, 230, 231);
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(103, 106, 108);
    cursor: text;
    display: block;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 34px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 100%;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}


.form-control::-webkit-input-placeholder {
    color: darkgrey;
    font-size: 14px;
    font-weight: normal;
}

.row-cards-columns {
    display: flex;
    flex-wrap: wrap;
}

.allocation-link {
    color: #676a6c;
    text-decoration: none;
}

    .allocation-link:hover {
        cursor: pointer;
        color: #676a6c;
    }


