﻿.vertical-text {
    display: flex;
    writing-mode: vertical-rl;
    transform: scale(-1);
    min-height: 10em;
    vertical-align: middle;
    line-height: 2em;
    justify-content: center;
    width: 2em;
}

.languageColor {
    /* Whatever color  you want */
    background-color: #4f5467;
    color: white;
}

.bgGreen {
    background-color: #ced;
}

.bgYellow {
    background-color: #fda;
}

.bgRed {
    background-color: #EB8193;
}

.BottomSpace10 {
    margin-bottom: 10px
}

.BottomSpace25 {
    margin-bottom: 25px
}

.TopSpace10 {
    margin-top: 10px
}

.TopSpace25 {
    margin-top: 25px
}

.widthPersent50 {
    width: 50%
}

.widthPersent100 {
    width: 100%
}

.widthPersent20 {
    width: 20%
}

.widthPersent80 {
    width: 80%
}

.widthPx150 {
    width: 150px
}

.ArialFont {
    font-family: Arial
}

.TemplateNotification {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.TemplateNotification.error {
    background: #F27A72;
}

.TemplateNotification.success {
    background: #7FC892;
}

.DisableInput {
    opacity: 0.65 !important;
}

.WTDays {
    width: 100px;
    background-color: #fb9678;
    color: white;
}
.WTDayTitle {
    background-color: #fb9678;
    color: white;
    vertical-align: middle;
    text-align: center;
}
.WTDayValue {
    vertical-align: middle;
    text-align: center;
    background-color: #C0C0C0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
#side-menu {
    margin-bottom: 30px;
}