.hide-content {
    display: none;
}

.show-right {
    float: right;
}

.show-left {
    float: left;
}

.remove-right-padding{
    padding-right: 0px;
}

.remove-left-padding{
    padding-left: 0px;
}

.add-space{
    padding: 7px 0px 5px 2px;
}

.dark-text {
    color: black;
}

.text-dark-red {
    color: #cc0000;
}

.remove-spaces{
    padding:0px !important;
    margin:0px !important;
}

.no-list-style-type {
    list-style-type: none;
}

.relative-position {
    position: relative;
}

.remove-left-padding{
    padding-left: 0px;
}

.clickable {
    cursor:pointer;
}

.form-card {
    margin:0 auto;
    width:100%;
}

.form-container-div{
    margin-top:25px;
}

.show-border-right{
    border-right: 1px solid black;
}

.show-border-left{
    border-left: 1px solid black;
}

.show-border-bottom{
    border-bottom: 1px solid black;
}

.show-border-top{
    border-top: 1px solid black;
}

.display-left{
    text-align: left;
}

.legend .row:nth-of-type(odd) div{
    background-color:#e3ebfa;
}

.legend .row:nth-of-type(even) div{
    background-color:#bfbfbf;
}

.legend .card:nth-of-type(odd) div{
    background-color:#e3ebfa;;
}

.legend .card:nth-of-type(even) div{
    background-color:#bfbfbf;
}

.row .custom-col:nth-of-type(odd) div{
    background-color:#e3ebfa;
}

.row .custom-col:nth-of-type(even) div{
    background-color:#bfbfbf;
}

.form-group .row .custom-col:nth-of-type(odd) div{
    background-color:#e3ebfa!important;
}

.form-group .row .custom-col:nth-of-type(even) div{
    background-color:#bfbfbf!important;
}

.odd-row{
    background-color:#e3ebfa!important;
}
.even-row{
    background-color:#bfbfbf!important;
}

.even-row-a{
    background-color:#ffffcc!important;
}

.custom-col{}

.custom-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}

.auto-margin {
    margin-left: auto!important;
    margin-right: auto!important;
}

.text-align-left{
    left: 0px;
    text-align:left;
}

.text-align-right{
    right: 0px;
    text-align:right;
}

.no-under-line{
    text-decoration:none;
}

.no-under-line:hover{
    text-decoration:none;
}

.no-margin{
    margin:0px;
}

.no-padding{
    padding:0px;
}

.div-center {
    display:flex;
    align-items: center;
}

.div-center-right {
    display:flex;
    align-items: center;
    justify-content: right;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.button_success {
    background-color:green!important;
    border-color:green!important;
}

legend.scheduler-border {
   width: auto;
   border-bottom: none;
}

.no-bg-color {
    background-color:white!important;
}

.heading-4  {
    font-size:1.5em;
    font-weight:bold;
}

.bg-row-1 {
    background-color:#ffff99
}

.bg-row-2 {
    background-color:#c2c2a3;
}

.padding-row {
    padding:5px;
}

.text-wrap {
    word-wrap: break-word;
}

.disabled-link {
    pointer-events: none !important;
    cursor: default;
    opacity:.65;
}

.blink {
    animation: blinker 1.6s linear infinite;
    font-weight: bold;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.row-odd-bg-color {
    background-color: #66ccff;
}

.row-even-bg-color {
    background-color: #ccffcc;
}

.dark-font-color{
    color: black;
}

.disabled-anchor{
    pointer-events: none !important;
    cursor: default;
    color:Gray;
}

.green-dot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

.red-dot {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.delete-button {
    background: transparent;
    border: 2px solid #f00;
    border-radius: 2em;
    color: #f00;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 2px;
    margin: 0 0 8px;
    padding: 0;
    text-align: center;
    width: 20px;
    font-weight:bold;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media screen and (max-width: 786px) {
    .carousel-item {
       overflow: auto;
    }

    .image_fit {
        width:50%;
        object-fit:cover;
    }

    .secondary-column {
        display: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .footer-element {
        position:fixed;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .footer-element {
        position:fixed;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .footer-element {
        position:fixed;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .footer-element {
        position:relative;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .footer-element {
        position:relative;
    }
}

.image_fit{
    max-width:100%;
    max-height:100%;
    object-fit:cover;
}

.active-object {
    color: white;
}

.app_logo {
    width:10%;
}

.alert-closer{
}

.odd-row-bg{
    background-color:#e3ebfa;
}

.even-row-bg{
    background-color:#bfbfbf;
}

.footer-element {
    bottom:0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(/live/hrm/static/images/svg/menu/menu_list.svg);
}

.ltr-space-8{
    letter-spacing: 8px;
}

.object-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    /* Just for demonstration, remove this part */
    opacity: 0.25;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.hrm-small-font {
    font-size: 25%;
    font-weight: 250;
}

.blink-text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.scrollable-col {
    height: 100vh; overflow-y: auto;
}