﻿#MainCustomer_Header_Info .nav-item .icon-menu {
    background: #344767;
    width: 20px !important;
    height: 20px !important;
}

#MainCustomer_Header_Info .nav-item.active .icon-menu, #MainCustomer_Header_Info .nav-link.active .icon-menu {
    background: linear-gradient(310deg, rgb(var(--bs-primary)) 0%, rgb(var(--bs-primary)) 100%);
}

*::placeholder {
    color: #959595b3 !important;
    text-transform: lowercase !important;

}
.ui.selection.active.dropdown.border-0 {
    border: none !important;
    box-shadow: unset !important;
}
li:empty {
    display: none;
}
#alertUpdateVer {
    background: #fff;
    z-index: 999999999;
    font-size: 16px;
    color: #333;
    padding: 16px 30px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 40px;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    animation-delay: 2s;
    animation: scaleAlert 0.5s ease-in-out;
}
.form-control:disabled {
    background-color: #f7f7f7 !important;
    border-color: #212b3614;
}
ul li:nth-last-child(1 of :not(.d-none)) hr.horizontal {
    display: none;
}
.avatar-md {
    width: 58px !important;
    height: 58px !important;
    font-size: 0.875rem;
}
.form-switch .form-check-input:after {

 }
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 0.2 !important;
}
/*.form-switch .form-check-input {
    min-height: 1.43em;
}*/
    @keyframes scaleAlert {
        from {
            transform: scale(0.8) translateY(20px);
        }

        to {
            transform: scale(1) translateY(0);
        }
    }

    #IconHardReload.pending {
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

#IconEInvoice.pending {
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

#MS_Notification {
    z-index: 1500 !important;
}
#MS_QRotherarea.valid #Master_qrsourcecode, #SQRotherarea.valid #SQR_qrcode, #SQRotherarea.valid .created {
    opacity: 1 !important;
}
#MS_QRotherarea.valid .expired, #SQRotherarea.valid .expired {
    display: none !important;
}

/*#region // Dropdown Semantic */
.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
    .ui.dropdown.active{
        z-index:4;
    }


    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        outline: none;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0em;
        padding: 0em 0em;
        background: #ffffff;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 0.28571429rem;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        z-index: 11;
        will-change: transform, opacity;
    }

        .ui.dropdown .menu > * {
            white-space: nowrap;
        }

    .ui.dropdown > input:not(.search):first-child,
    .ui.dropdown > select {
        display: none !important;
    }


    .ui.dropdown > .dropdown.icon {
        position: relative;
        width: auto;
        font-size: 0.85714286em;
        margin: 0em 0em 0em 1em;
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: right;
        margin: 0em 0em 0em 1em;
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-right: 1em;
        }

    .ui.dropdown > .text {
        display: inline-block;
        -webkit-transition: none;
        transition: none;
    }

    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.71428571rem 1.14285714rem !important;
        font-size: 1em;
        text-transform: none;
        font-weight: normal;
        box-shadow: none;
        -webkit-touch-callout: none;
    }

.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
    display: none;
    white-space: pre;
}

.ui.dropdown .menu > .item:first-child {
    border-top-width: 0px;
}

.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
    float: right !important;
    margin-right: 0em !important;
    margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
    float: left !important;
    margin-left: 0em !important;
    margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
    margin-top: 0em;
}

.ui.dropdown .menu > .header {
    margin: 1rem 0rem 0.75rem;
    padding: 0em 1.14285714rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.78571429em;
    font-weight: bold;
    text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    height: 0em;
    margin: 0.5em 0em;
}

.ui.dropdown .menu > .input {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.14285714rem 0.71428571rem;
    min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
    margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
    padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/

.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
    float: right;
    margin: 0em 0em 0em 1em;
    color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/

.ui.dropdown .menu > .message {
    padding: 0.71428571rem 1.14285714rem;
    font-weight: normal;
}

    .ui.dropdown .menu > .message:not(.ui) {
        color: rgba(0, 0, 0, 0.4);
    }

/*--------------
    Sub Menu
---------------*/

.ui.dropdown .menu .menu {
    top: 0% !important;
    left: 100% !important;
    right: auto !important;
    margin: 0em 0em 0em -0.5em !important;
    border-radius: 0.28571429rem !important;
    z-index: 21 !important;
}

    /* Hide Arrow */
    .ui.dropdown .menu .menu:after {
        display: none;
    }

/*--------------
   Sub Elements
---------------*/


/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
    margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    margin-left: 0em;
    float: none;
    margin-right: 0.71428571rem;
}

/*--------------
     Image
---------------*/

.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 2em;
}


/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
    display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
    border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
    left: auto;
    right: 0em;
}

.ui.label.dropdown .menu {
    min-width: 100%;
}

/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0em;
}

.ui.button.dropdown .menu {
    min-width: 100%;
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 5em;
    min-height: 40px;
    background: #ffffff;
    display: inline-block;
    padding: 0.78571429em 2.6em 0.78571429em 1em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
}

    .ui.selection.dropdown.visible,
    .ui.selection.dropdown.active {
        z-index: 10;
    }

select.ui.dropdown {
    height: 38px;
    padding: 0.5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    z-index: 3;
    padding: 1em 0.78571429em;
    right: 0.5rem;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.selection.dropdown > .dropdown.icon {
    right: 0rem !important;
}
    /* Compact */
    .ui.compact.selection.dropdown {
    min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0px !important;
    width: auto;
    outline: none;
    margin: 0px -1px;
    min-width: calc(100% + 2px );
    width: calc(100% + 2px );
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

    .ui.selection.dropdown .menu:after,
    .ui.selection.dropdown .menu:before {
        display: none;
    }

    /*--------------
    Message
---------------*/

    .ui.selection.dropdown .menu > .message {
        padding: 0.71428571rem 1.14285714rem;
    }

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 17.58571429rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 12.11428571rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 15.17142857rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 20.22857143rem;
    }
}

/* Menu Item */
.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #f0f0f0;
    padding: 0.6rem 1.15rem !important;
    white-space: normal;
    word-wrap: normal;
    line-height: 1.3;
}

/* Hover */
.ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.35);
    box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
    border-color: #96c8da;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

    .ui.selection.active.dropdown .menu {
        border-color: #dee2e6 !important;
        box-shadow: 0px 2px 3px 0px rgb(34 36 38 / 15%) !important;
    }

/* Focus */
.ui.selection.dropdown:focus {
    border-color: #96c8da;
    box-shadow: none;
}

    .ui.selection.dropdown:focus .menu {
        border-color: #96c8da;
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
/*.ui.selection.active.dropdown:hover {
    border-color: #96c8da;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}*/

.ui.selection.active.dropdown:hover .menu {
    border-color: #96c8da;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}

/*--------------
   Searchable
---------------*/


/* Search Selection */
.ui.search.dropdown {
    min-width: '';
}

    /* Search Dropdown */
    .ui.search.dropdown > input.search {
        background: none transparent !important;
        border: none !important;
        box-shadow: none !important;
        cursor: pointer;
        top: 0em;
        left: 0em;
        width: 100%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        padding: inherit;
    }

    /* Text Layering */
    .ui.search.dropdown > input.search {
        position: absolute;
        left: 8px;
        z-index: -1;
    }

    .ui.search.dropdown > .text {
        cursor: text;
        position: relative;
        z-index: 3;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        left: 8px;
        margin-right:20px;
    }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
    line-height: 1.2142em;
    padding: 0.67861429em 2.6em 0.67861429em 1em;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
    cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
    pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
    opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(0, 0, 0, 0.4) !important;
}

/* Search Menu */
.ui.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    .ui.dropdown .menu {
        max-height: 7.58571429rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.dropdown .menu {
        max-height: 12.11428571rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.dropdown .menu {
        max-height: 15.17142857rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.dropdown .menu {
        max-height: 20.22857143rem;
    }
}

/*--------------
    Multiple
---------------*/


/* Multiple Selection */
.ui.multiple.dropdown {
    padding: 0.22620476em 2.6em 0.22620476em 0.28571429em;
}

    .ui.multiple.dropdown .menu {
        cursor: auto;
    }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
    cursor: text;
    padding: 0.25rem 0.75rem;
    padding-left: 20px;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: 0.35714286em 0.71428571em;
    margin: 0.21428571em 0.28571429rem 0.21428571em 0em;
    box-shadow: 0px 0px 0px 1px rgb(34 36 38 / 15%) inset;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #3a416f;
    border: 1px solid #3a416f;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

/* Dropdown Icon */
/*.ui.multiple.dropdown .dropdown.icon {
    margin: 0em -0.71428571em 0em 0em;
    padding: 0.5em;
}*/

/* Text */
.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45240952em 0em 0.45240952em 0.71428571em;
    line-height: 1.2142em;
}

.ui.multiple.dropdown > .label ~ .text {
    display: none;
}

.ui.dropdown i.delete.icon {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 -6px 0 8px;
    padding-left: 17px;
    border-left: 1px solid hsla(0,0%,100%,.3);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
    transition: all .2s ease-in-out;
    height: 10px;
}

/*-----------------
  Multiple Search
-----------------*/


/* Prompt Text */
.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: 0.45240952em 0em 0.45240952em 0.71428571em;
    line-height: 1.2142em;
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45240952em 0em 0.45240952em 0.71428571em;
    width: 2.2em;
    line-height: 1.2142em;
}

/*--------------
     Inline
---------------*/

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0em 0.5em 0em 0.25em;
        vertical-align: baseline;
    }

    .ui.inline.dropdown > .text {
        font-weight: bold;
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: 0.25em;
        border-radius: 0.28571429rem;
    }

i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

    i.icon.remove:before {
        content: "\f00d";
    }

.ui.dropdown .remove.icon {
    font-size: 11px;
    margin: 0;
    padding: 0;
    left: 4px;
    top: 12px;
    color: #d4d4d5;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ui.dropdown:hover .remove.icon {
    opacity: 1;
}

.ui.dropdown > .dropdown.icon {
    color: #7f7f7f;
}

.ui.dropdown .remove.icon:hover {
    color: #dc3545;
}

.ui.dropdown .icon.remove ~ .text {
    padding-left: 5px;
}
/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
    box-shadow: none;
    z-index: 12;
    background: rgba(0, 0, 0, 0.05);
    color: #344767;
}

/*--------------------
        Hover
----------------------*/


/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    z-index: 13;
}

/*--------------------
       Loading
---------------------*/


/* Positioning */
.ui.loading.dropdown > i.icon.dropdown:before,
.ui.loading.dropdown > i.icon.dropdown:after {
    left: 30% !important;
}

.ui.loading.dropdown > i.icon.dropdown {
    top: 50% !important;
}

.ui.multiple.loading.dropdown > i.icon:before,
.ui.multiple.loading.dropdown > i.icon:after {
    top: 0% !important;
    left: 0% !important;
}

.ui.loading.dropdown > i.icon.dropdown:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 50%;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon.dropdown:after {
    position: absolute;
    content: '';
    top: 0%;
    left: 50%;
    box-shadow: 0px 0px 0px 1px transparent;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin 0.6s linear;
    animation: dropdown-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
    display: none;
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------
     Default Text
----------------------*/

.ui.dropdown > .default.text,
.ui.default.dropdown > .text {
    color: #959595b3 !important;
    text-transform: lowercase !important;
}

.ui.dropdown:hover > .default.text,
.ui.default.dropdown:hover > .text {
    color: rgba(179, 179, 179, 0.7);
}

/*--------------------
        Loading
----------------------*/

.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/


/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/


/* Filtered Item */
.ui.dropdown > .filtered.text {
    visibility: hidden;
}

.ui.dropdown .filtered.item {
    display: none !important;
}

/*--------------------
        Error
----------------------*/

.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
    color: #9f3a38;
}
.table.vt-table tr.error {
    background: #fff6f6;
    border-color: #e0b4b4;
}
.ui.selection.dropdown.error, input.form-control.error {
    background: #fff6f6;
    border-color: #e0b4b4;
}

    .ui.selection.dropdown.error:hover {
        border-color: #e0b4b4;
    }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
    border-color: #e0b4b4;
}

    .ui.dropdown.error > .menu > .item {
        color: #9f3a38;
    }

.ui.multiple.selection.error.dropdown > .label {
    border-color: #e0b4b4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf;
}

/*--------------------
        Disabled
----------------------*/


/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    background-color: #eeeeee;
    border-color: #212b3647;
}
.form-control:disabled, .form-control[readonly]:not(.flatpickr-input) {
    background-color: #eeeeee !important;
    border-color: #212b3647 !important;
}

/*******************************
           Variations
*******************************/


/*--------------
    Direction
---------------*/


/* Flyout Direction */
.ui.dropdown .menu {
    left: 0px;
}

    /* Default Side (Right) */
    .ui.dropdown .right.menu > .menu,
    .ui.dropdown .menu .right.menu {
        left: 100% !important;
        right: auto !important;
        border-radius: 0.28571429rem !important;
    }

    /* Left Flyout Menu */
    .ui.dropdown > .left.menu .menu,
    .ui.dropdown .menu .left.menu {
        left: auto !important;
        right: 100% !important;
        border-radius: 0.28571429rem !important;
    }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.71428571rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.71428571rem 0em 0em;
}

    .ui.dropdown .item .left.dropdown.icon + .text,
    .ui.dropdown .left.menu .item .dropdown.icon + .text {
        margin-left: 1em;
    }

/*--------------
     Upward
---------------*/


/* Upward Main Menu */
.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0px !important;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.ui.rightward.selection.dropdown .menu {
    left: auto;
    right: 0px;
}
/* Active Upward */
.ui.active.upward.selection.dropdown {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

    .ui.upward.active.selection.dropdown:hover .menu {
        box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
    }

/*--------------
     Simple
---------------*/


/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    overflow-x: hidden;
    overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important;
}

.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}

    .ui.scrolling.dropdown .menu .item.item.item,
    .ui.dropdown .scrolling.menu > .item.item.item {
        border-top: none;
        padding-right: calc( 1.14285714rem + 17px ) !important;
    }

    .ui.scrolling.dropdown .menu .item:first-child,
    .ui.dropdown .scrolling.menu .item:first-child {
        border-top: none;
    }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
    display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        min-width: calc(100% - 17px );
    }
}

@media only screen and (max-width: 767px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 9.71428571rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 14.57142857rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 19.42857143rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 19.42857143rem;
    }
}

/*--------------
     Simple
---------------*/


/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
    display: none;
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}

    .ui.simple.active.dropdown > .menu,
    .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100% !important;
        opacity: 1;
    }

        .ui.simple.dropdown > .menu > .item:active > .menu,
        .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0% !important;
            left: 100% !important;
            opacity: 1;
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
    display: block;
}

/*--------------
      Fluid
---------------*/

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    /*min-width: 0em;*/
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    border-radius: 0.5rem;
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: right;
    }

/*--------------
    Floating
---------------*/

.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
    border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: 0.71428571rem;
    border-radius: 0.28571429rem;
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0.5em;
        height: 0.5em;
        box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
        background: #ffffff;
        z-index: 2;
    }

    .ui.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: 50%;
        margin: 0em 0em 0em -0.25em;
    }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: 1em;
        right: auto;
        margin: 0em;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0%;
    left: auto;
    margin: 1em 0em 0em;
}

    .ui.top.right.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: auto;
        right: 1em;
        margin: 0em;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
    top: 0%;
    left: 100%;
    right: auto;
    margin: 0em 0em 0em 1em;
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        left: -0.25em;
        margin: 0em 0em 0em 0em;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
    top: 0%;
    left: auto;
    right: 100%;
    margin: 0em 1em 0em 0em;
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        left: auto;
        right: -0.25em;
        margin: 0em 0em 0em 0em;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0%;
    right: auto;
    margin: 0em 0em 1em;
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -0.25em;
        right: auto;
        margin: 0em;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /* Reverse Sub-Menu Direction */
    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto !important;
        bottom: 0px !important;
    }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
    left: 0%;
    right: auto;
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        left: 1em;
        right: auto;
    }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
    right: 0%;
    left: auto;
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        left: auto;
        right: 1em;
    }

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    margin: 0em 0em 0.71428571rem;
    border-radius: 0.28571429rem;
}

    .ui.upward.pointing.dropdown > .menu:after,
    .ui.upward.top.pointing.dropdown > .menu:after {
        top: 100%;
        bottom: auto;
        box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
        margin: -0.25em 0em 0em;
    }


/*******************************
         Theme Overrides
*******************************/


/* Dropdown Carets */
@font-face {
    font-family: 'Dropdown';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: normal;
    font-style: normal;
}

.ui.dropdown > .dropdown.icon {
    font-family: 'Dropdown';
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.ui.dropdown > .dropdown.icon {
    width: auto;
}

    .ui.dropdown > .dropdown.icon:before {
        content: '\f0d7';
    }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0da' /*rtl:'\f0d9'*/;
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9" /*rtl:"\f0da"*/;
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da" /*rtl:"\f0d9"*/;
}

.pac-container {
    z-index: 2000 !important;
}

/*#endregion*/

/*#region // Transition Semantic*/

/*******************************
          Transitions
*******************************/

.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*******************************
            States
*******************************/


/* Animating */
.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important;
}

/* Loading */
.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/* Hidden */
.hidden.transition {
    display: none;
    visibility: hidden;
}

/* Visible */
.visible.transition {
    display: block !important;
    visibility: visible !important;
    /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}
/* Disabled */
.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


/*******************************
          Variations
*******************************/

.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*******************************
          Transitions
*******************************/

/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/

/*--------------
     Browse
---------------*/

.transition.browse {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

    .transition.browse.in {
        -webkit-animation-name: browseIn;
        animation-name: browseIn;
    }

    .transition.browse.out,
    .transition.browse.left.out {
        -webkit-animation-name: browseOutLeft;
        animation-name: browseOutLeft;
    }

    .transition.browse.right.out {
        -webkit-animation-name: browseOutRight;
        animation-name: browseOutRight;
    }

/* In */
@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}

@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}

/* Out */
@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

/*--------------
     Drop
---------------*/

.drop.transition {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

    .drop.transition.in {
        -webkit-animation-name: dropIn;
        animation-name: dropIn;
    }

    .drop.transition.out {
        -webkit-animation-name: dropOut;
        animation-name: dropOut;
    }

/* Drop */
@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

/*--------------
      Fade
---------------*/

.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* Out */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}

/*--------------
     Flips
---------------*/

.flip.transition.in,
.flip.transition.out {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}

.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}

/* Out */
@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}

/*--------------
      Scale
---------------*/

.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Out */
@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*--------------
      Fly
---------------*/


/* Inward */
.transition.fly {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .transition.fly.in {
        -webkit-animation-name: flyIn;
        animation-name: flyIn;
    }

.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
}

.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
}

.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut;
}

.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/* Out */
@-webkit-keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

/*--------------
     Slide
---------------*/

.transition.slide.in,
.transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* Out */
@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/*--------------
     Swing
---------------*/

.transition.swing {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}

@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}

@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}

/* Out */
@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}

@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}


/*******************************
       Static Animations
*******************************/


/*--------------
    Emphasis
---------------*/

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}

.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake;
}

.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada;
}

.pulse.transition {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle;
}

/* Flash */
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

/* Shake */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

/* Bounce */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* Tada */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

/* Pulse */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Rubberband */
@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*#endregion*/

/*#region // Error Semantic */
.field.error input:not([type]),
.field.error input[type=text],
.field.error input[type=email],
.field.error input[type=search],
.field.error input[type=password],
.field.error input[type=date],
.field.error input[type=datetime-local],
.field.error input[type=tel],
.field.error input[type=time],
.field.error input[type=file],
.field.error input[type=url],
.field.error input[type=number],
.field.error input[type=radio],
.field.error select,
.field.error textarea,
.fields.error .field input:not([type]),
.fields.error .field input[type=text],
.fields.error .field input[type=email],
.fields.error .field input[type=search],
.fields.error .field input[type=password],
.fields.error .field input[type=date],
.fields.error .field input[type=datetime-local],
.fields.error .field input[type=tel],
.fields.error .field input[type=time],
.fields.error .field input[type=file],
.fields.error .field input[type=url],
.fields.error .field input[type=number],
.fields.error .field select,
.field input.error,
.field.error.control,
.fields.error .field textarea {
    background: #FFF6F6 !important;
    border-color: #E0B4B4 !important;
    color: #9F3A38 !important;
}

.field.error .ui.dropdown,
.field.error .ui.dropdown:hover,
.fields.error .field .ui.dropdown,
.fields.error .field .ui.dropdown:hover {
    border-color: #E0B4B4 !important;
}

    .field.error .ui.dropdown,
    .field.error .ui.dropdown .item,
    .field.error .ui.dropdown .text,
    .fields.error .field .ui.dropdown,
    .fields.error .field .ui.dropdown .item {
        background: #FFF6F6;
        color: #9F3A38;
    }

.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #E8E8E8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    font-size: 0.75em;
}

.field.error {
    position: relative;
}

.ui.basic.red.pointing.prompt {
    position: absolute;
    right: 2px;
    top: 0px;
    font-size: 13px;
    border: none;
    background: transparent;
}
.field.error .form-check ~ .ui.basic.red.pointing.prompt {
    display: none !important;
}
.ui.red.label, .ui.red.labels .label {
    border-color: #DB2828 !important;
    color: #DB2828 !important;
    /*margin-top: 1em;*/
}

.ui.pointing.label:before {
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    content: '';
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.ui.pointing.label:before, .ui[class*="pointing above"].label:before {
    /* border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg);
    transform: translateX(-50%) translateY(-50%) rotate( 45deg);
    top: 0;
    left: 50%;*/
    top: 35%;
    left: -3%;
}

.ui.basic.pointing.label:before, .ui.basic[class*="pointing above"].label:before {
    margin-top: -1px;
}

.ui.basic.pointing.label:before {
    border-color: inherit;
}

.ui.basic.label {
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    box-shadow: none;
}

.ui.pointing.label {
    position: relative;
}
/*#endregion*/

/*#region // Popup Semantic*/
/*!
 * # Semantic UI 2.4.0 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */ .ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    max-width: 250px;
    background: #fff;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)
}

    .ui.popup > .header {
        padding: 0;
        font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
        font-size: 1.14285714em;
        line-height: 1.2;
        font-weight: 700
    }

        .ui.popup > .header + .content {
            padding-top: .5em
        }

    .ui.popup:before {
        position: absolute;
        content: '';
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        -webkit-box-shadow: 1px 1px 0 0 #bababc;
        box-shadow: 1px 1px 0 0 #bababc
    }

[data-tooltip] {
    position: relative
}

    [data-tooltip]:before {
        pointer-events: none;
        position: absolute;
        content: '';
        font-size: 1rem;
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        -webkit-box-shadow: 1px 1px 0 0 #bababc;
        box-shadow: 1px 1px 0 0 #bababc
    }

    [data-tooltip]:after {
        pointer-events: none;
        content: attr(data-tooltip);
        position: absolute;
        text-transform: none;
        text-align: left;
        white-space: nowrap;
        font-size: 1rem;
        border: 1px solid #d4d4d5;
        line-height: 1.4285em;
        max-width: none;
        background: #fff;
        padding: .833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0,0,0,.87);
        border-radius: .28571429rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        z-index: 1
    }

    [data-tooltip]:not([data-position]):before {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        background: #fff;
        margin-left: -.07142857rem;
        margin-bottom: .14285714rem
    }

    [data-tooltip]:not([data-position]):after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        margin-bottom: .5em
    }

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        visibility: hidden
    }

    [data-tooltip]:before {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0) !important;
        transform: rotate(45deg) scale(0) !important;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:after {
        opacity: 1;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        visibility: visible;
        pointer-events: auto
    }

    [data-tooltip]:hover:before {
        -webkit-transform: rotate(45deg) scale(1) !important;
        transform: rotate(45deg) scale(1) !important;
        opacity: 1
    }

    [data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
        -webkit-transform: translateX(-50%) scale(0) !important;
        transform: translateX(-50%) scale(0) !important
    }

    [data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
        -webkit-transform: translateX(-50%) scale(1) !important;
        transform: translateX(-50%) scale(1) !important
    }

    [data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
        -webkit-transform: translateY(-50%) scale(0) !important;
        transform: translateY(-50%) scale(0) !important
    }

    [data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
        -webkit-transform: translateY(-50%) scale(1) !important;
        transform: translateY(-50%) scale(1) !important
    }

    [data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
        -webkit-transform: scale(0) !important;
        transform: scale(0) !important
    }

    [data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

    [data-tooltip][data-inverted]:before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    [data-tooltip][data-inverted]:before {
        background: #1b1c1d
    }

    [data-tooltip][data-inverted]:after {
        background: #1b1c1d;
        color: #fff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        [data-tooltip][data-inverted]:after .header {
            background-color: none;
            color: #fff
        }

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #fff;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="left center"][data-tooltip]:before {
    background: #fff;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:before {
    background: #fff;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-position~=top][data-tooltip]:before {
    background: #fff
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ui.popup {
    margin: 0
}

.ui.top.popup {
    margin: 0 0 .71428571em
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.ui.bottom.popup {
    margin: .71428571em 0 0
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.left.popup {
    margin-left: 0
}

    .ui.bottom.left.popup:before {
        top: -.30714286em;
        left: 1em;
        right: auto;
        bottom: auto;
        margin-left: 0;
        -webkit-box-shadow: -1px -1px 0 0 #bababc;
        box-shadow: -1px -1px 0 0 #bababc
    }

.ui.bottom.right.popup {
    margin-right: 0
}

    .ui.bottom.right.popup:before {
        top: -.30714286em;
        right: 1em;
        bottom: auto;
        left: auto;
        margin-left: 0;
        -webkit-box-shadow: -1px -1px 0 0 #bababc;
        box-shadow: -1px -1px 0 0 #bababc
    }

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em
}

.ui.top.left.popup {
    margin-left: 0
}

    .ui.top.left.popup:before {
        bottom: -.30714286em;
        left: 1em;
        top: auto;
        right: auto;
        margin-left: 0
    }

.ui.top.right.popup {
    margin-right: 0
}

    .ui.top.right.popup:before {
        bottom: -.30714286em;
        right: 1em;
        top: auto;
        left: auto;
        margin-left: 0
    }

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

.ui.bottom.popup:before {
    background: #fff
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #fff
}

.ui.top.popup:before {
    background: #fff
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d
}

.ui.inverted.top.popup:before {
    background: #1b1c1d
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.animating.popup, .ui.visible.popup {
    display: block
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ui.basic.popup:before {
    display: none
}

.ui.wide.popup {
    max-width: 350px
}

.ui[class*="very wide"].popup {
    max-width: 550px
}

@media only screen and (max-width:767px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .ui.inverted.popup .header {
        background-color: none;
        color: #fff
    }

    .ui.inverted.popup:before {
        background-color: #1b1c1d;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.ui.flowing.popup {
    max-width: none
}

.ui.mini.popup {
    font-size: .78571429rem
}

.ui.tiny.popup {
    font-size: .85714286rem
}

.ui.small.popup {
    font-size: .92857143rem
}

.ui.popup {
    font-size: 1rem
}

.ui.large.popup {
    font-size: 1.14285714rem
}

.ui.huge.popup {
    font-size: 1.42857143rem
}
/*#endregion*/

/*#region Custom Width Column */
.col-w-teeth {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
}

.col-icon-sm {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
}
.col-w-50 {
    width: 50px;
    min-width: 50px;
}
.col-w-70 {
    width: 70px;
    min-width: 70px;
}
.col-w-80 {
    width: 80px;
    min-width: 80px;
}
.col-w-90 {
    width: 90px;
    min-width: 90px;
}



.col-w-100 {
    width: 100px;
    min-width: 100px;
}
.col-w-120 {
    width: 120px;
    min-width: 120px;
}
.col-w-150 {
    width: 150px !important;
    min-width: 150px !important;
}
.col-w-200 {
    width: 200px !important;
    min-width: 200px !important;
}

.col-w-250 {
    width: 250px !important;
    min-width: 250px !important;
}

.col-w-300 {
    width: 300px !important;
    min-width: 300px !important;
}

.col-w-350 {
    width: 350px !important;
    min-width: 350px !important;
}

.col-w-400 {
    width: 400px !important;
    min-width: 400px !important;
}

.col-w-450 {
    width: 450px !important;
    min-width: 450px !important;
}

.col-w-500 {
    width: 500px !important;
    min-width: 500px !important;
}

.col-w-900 {
    width: 900px !important;
    min-width: 900px !important;
}

.col-mw-100 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
@media only screen and (max-width:1200px) {
    .d-xl-flex .col-w-50,
    .d-xl-flex .col-w-70,
    .d-xl-flex .col-w-80,
    .d-xl-flex .col-w-90,
    .d-xl-flex .col-w-100,
    .d-xl-flex .col-w-120,
    .d-xl-flex .col-w-150,
    .d-xl-flex .col-w-200,
    .d-xl-flex .col-w-250,
    .d-xl-flex .col-w-300,
    .d-xl-flex .col-w-350,
    .d-xl-flex .col-w-400,
    .d-xl-flex .col-w-450,
    .d-xl-flex .col-w-500, 
    .d-xl-flex .col-w-900 { 
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media only screen and (max-width:992px) {
    /*  .d-lg-flex .col-w-36,*/
    .d-lg-flex .col-w-50,
    .d-lg-flex .col-w-70,
    .d-lg-flex .col-w-80,
    .d-lg-flex .col-w-90,
    .d-lg-flex .col-w-100,
    .d-lg-flex .col-w-120,
    .d-lg-flex .col-w-150,
    .d-lg-flex .col-w-200,
    .d-lg-flex .col-w-250,
    .d-lg-flex .col-w-300,
    .d-lg-flex .col-w-350,
    .d-lg-flex .col-w-400,
    .d-lg-flex .col-w-450,
    .d-lg-flex .col-w-500, 
    .d-lg-flex .col-w-900 {
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    /*  .d-lg-flex .col-w-36,*/
    .d-md-flex .col-w-50,
    .d-md-flex .col-w-70,
    .d-md-flex .col-w-80,
    .d-md-flex .col-w-90,
    .d-md-flex .col-w-100,
    .d-md-flex .col-w-120,
    .d-md-flex .col-w-150,
    .d-md-flex .col-w-200,
    .d-md-flex .col-w-250,
    .d-md-flex .col-w-300,
    .d-md-flex .col-w-350,
    .d-md-flex .col-w-400,
    .d-md-flex .col-w-450,
    .d-md-flex .col-w-500,
    .d-md-flex .col-w-900 {
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media only screen and (max-width:576px) {
    /*    .d-lg-flex .col-w-36,*/
    .d-sm-flex .col-w-50,
    .d-sm-flex .col-w-70,
    .d-sm-flex .col-w-80,
    .d-sm-flex .col-w-90,
    .d-sm-flex .col-w-100,
    .d-sm-flex .col-w-120,
    .d-sm-flex .col-w-150,
    .d-sm-flex .col-w-200,
    .d-sm-flex .col-w-250,
    .d-sm-flex .col-w-300,
    .d-sm-flex .col-w-350,
    .d-sm-flex .col-w-400,
    .d-sm-flex .col-w-450,
    .d-sm-flex .col-w-500,
    .d-sm-flex .col-w-900 {
        width: 100% !important;
        min-width: 100% !important;
    }
}

/*#endregion */

/*#region // Menu */


#menuDesktopCategory li .nav-link:hover {
    background-color: hsla(0,0%,78%,.2);
}

.g-sidenav-show:not(.g-sidenav-hidden) .navbar-vertical .nav-item .nav-link span.sidenav-mini-icon {
    display: none;
}

.menudesktop_render {
    font-size: 0.9rem !important;
}
.image_signal:hover {
    transform: rotate(360deg);
}
.image_signal {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    margin-top: 5px;
    transition: width 2s, height 2s, transform 2s;
}

@media (min-width: 992px) {
    #sidenav-main{
        overflow-x:hidden!important;
    }
}


#sidenav-main {
    z-index: 1030;
    background: rgb(var(--bs-menu));
    padding-left: 0.3rem;
}
/*#endregion*/

/*#region // Modal */
.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
    border: none !important;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px !important;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;

    }
}
.modal.show .modal-dialog {
    /* background: white;*/
    padding: 10px;
    border-radius: 10px;
}

    .modal.show .modal-dialog.modal-fullscreen {
        padding: 0;
        margin-top: 10px;
    }


.modal-fullscreen .modal-content {
    border-radius: 0.75rem !important;
}


@media only screen and (min-width: 1200px) {
    .modal-xl {
        max-width: 1300px !important;
    }
}

@media only screen and (min-width: 992px) {
    .modal-md-lg {
        width: 800px !important;
        max-width: 800px !important;
        margin: auto !important;
        height: auto !important;
    }

        .modal-md-lg .modal-content {
            height: auto !important;
            border-radius: 0.75rem !important;
        }
}

.sidenav:hover {
    overflow-y: auto !important;
}
/*#endregion*/

/*#region // Nav */

.moving-tab.nav-link {
    display: none !important
}

ul.nav li.nav-item a:hover {
    box-shadow: 0px 1px 5px 1px #ddd !important;
}

ul.nav-pills .nav-item a.nav-link.active {
    box-shadow: 0px 1px 5px 1px #ddd !important;
}

ul.nav li.nav-item a.active {
    box-shadow: 0px 1px 5px 1px #ddd !important;
}

ul.nav li.nav-item a[data-hover]:hover {
    box-shadow: none !important;
    background-color: #e9ecef !important;
}

ul.nav-pills .nav-item a[data-hover].nav-link.active {
    box-shadow: none !important;
    background-color: #e9ecef !important;
}

ul.nav li.nav-item a[data-hover].active {
    box-shadow: none !important;
    background-color: #e9ecef !important;
}

ul.nav li.nav-item a {
    border-radius: .75rem;
    cursor: pointer;
}

.nav .nav-item {
    margin-right: 4px;
}
#menuDesktopCategory .nav .nav-item {
    margin-right: 0px !important;
}
.nav.nav-pills .nav-item {
    z-index: 1 !important;
}

.nav-link.disabled {
    opacity: 0.3 !important;
}

.nav {
    background: #f7f7f7;
    border-radius: .75rem;
    position: relative;
}

ul li.list-group-item:hover {
    background-color: #e9ecef !important;
}

.list-group-item.active {
    background-color: #e9ecefa3 !important;
    color: var(--bs-primary) !important;
}
/*#endregion*/

/*#region // other */

.icon-shape i {
    opacity: 1 !important;
}

.icon-shape {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-sm i {
    top: 0px !important;
}
/*.icon-sm i.vtt-icon {
    top: 0px !important;
}
*/
.fixed-botombutton {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    bottom: 1em;
    width: 100%;
    z-index: 1;
    background: transparent !important;
}

@media only screen and (max-width:767px) {
    .buttonGridcol {
        left: 0px;
        right: auto !important;
        width: auto;
    }
}
@media only screen and (max-width:767px) {
    .vt_table_notrps .buttonGridcol {
        left: auto;
        right: 0px !important;
        width: auto;
    }
}


.buttonGridcol {
    box-shadow: 0 8px 26px -4px rgb(111 111 111 / 53%), 0 8px 9px -5px rgb(20 20 20 / 33%) !important;
}
.buttonGrid:not(:first-child) {
    border-left: 1px solid #9e9e9e4f;
}
.buttonGrid {
    background-color: #ffffff00;
    border: none;
    padding: 7px;

}

.vtt-icon {
    font-size: 20px;
    padding: 2px;
    margin: 2px;
    font-family: 'VTTech' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*#endregion */

/*#region // Pagination */

.paginationjs .paginationjs-pages li.active > a {
    background: var(--color--primary) !important;
    color: var(--color--white) !important;
    height: 30px !important;
}

.paginationjs .paginationjs-pages li {
    border: 1px solid #67748e3b !important;
}

    .paginationjs .paginationjs-pages li.active {
        border: none !important;
    }

/*#endregion */

/*#region // Collapse */

.vttcollapse {
    display: none;
    z-index: 3;
    right: 30px;
    top: -8px;
}

    .vttcollapse.show {
        display: block !important;
    }

    .vttcollapse.collapsing {
        display: block !important;
    }
/*#endregion */

.checkTeeth.disabled {
    background: #9e9e9e5c;
    pointer-events: none;
}



.overflow-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.overflow-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.swal2-icon.swal2-warning {
    background-image: linear-gradient( 310deg, #f53939 0%, #fbcf33 100%) !important;
    opacity: 1 !important;
    color: white !important;
    font-size: 1.2em !important;
}

.swal2-modal .swal2-title {
    margin-top: 10px !important;
}

.dark-version .swal2-html-container {
    margin-top: -8px !important;
    padding-top: 0px !important;
}

/*#region call center */
.call-animation {
    animation: play 2s ease infinite;
}


@keyframes play {
    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(163, 139, 131, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(163, 139, 131, 0.4), 0 0 0 20px rgba(163, 139, 131, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(163, 139, 131, 0.4), 0 0 0 30px rgba(163, 139, 131, 0.2);
    }
}
.bg-image-none{
    background-image: none !important;
}
/*#endregion */


/*#region datetime */

.flatpickr-day.today {
    background: transparent;
    color: #E91E63 !important;
    border: none;
    font-weight: 700;
}

.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange {
    background: rgb(var(--bs-primary)) !important;
    color: #fff !important;
}

.flatpickr.form-control {
    background: #e9ecef;
}
/*#endregion */


.block-horizontal > .horizontal:last-child {
    display: none !important;
}


/* TOOLTIP */

.tooltip-inner {
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
    background-image: linear-gradient( 310deg, rgb(var(--bs-primary-from)), rgb(var(--bs-primary-to)));
    max-width: 350px;
    padding: 10px 15px;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgb(var(--bs-primary)) !important;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(var(--bs-primary)) !important;
}

.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: rgb(var(--bs-primary)) !important;
}

.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: rgb(var(--bs-primary)) !important;
}
.bs-tooltip-start .tooltip-arrow{
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* MAIL */
#MainSendMail {
    display: none;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
}

    #MainSendMail.active {
        width: 100vw;
        height: 100vh;
        display: block;
        transition: width 0.3s ease-in-out;
        transition-delay: 0s;
        transform: translate(0, 0);
        z-index: 1050;
    }

    #MainSendMail #MainSendMail_Content {
        position: relative;
        left: 50%;
        width: 80%;
        height: 100%;
        transform: translateX(-50%);
    }

    #MainSendMail.active #MainSendMail_Content {
        opacity: 0;
        animation: scaleMail 0.2s ease-out forwards;
        animation-delay: 0.1s;
    }

@keyframes scaleMail {
    0% {
        width: 80%;
        opacity: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    100% {
        width: 100%;
        left: 0;
        opacity: 1;
        transform: translateX(0);
    }
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
    border-right: 1px solid #dcdcdc;
}

.btnsysmore {
    background: transparent !important;
    color: rgb(var(--bs-primary)) !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    text-transform: lowercase !important;
    font-size: 14px !important;
    opacity: 0.5 !important;
}

    .btnsysmore:hover {
        opacity: 1 !important;
    }

.tooltip.show {
    opacity: 1 !important;
}

#divCustomerTabContent a.locked i {
    display: inline !important;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDowns 600ms cubic-bezier(0.23, 1, 0.32, 1) forwards !important;
    animation: fpFadeInDowns 500ms cubic-bezier(0.23, 1, 0.32, 1) forwards !important;
}

@keyframes fpFadeInDowns {
    0% {
        opacity: 0;
        transform: translate3d(37px, -20px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(37px, 0, 0);
    }
}
#MS_PopupName, #MS_PopupEmpName {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
    #SoftwareTopLogo {
        width: 33px !important;
    }
    #MS_PopupName, #MS_PopupEmpName {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }


    #navbar {
        margin-top: -2px !important;
        margin-bottom: 8px !important;
    }
    #collapseNAV {
        position: absolute;
        display: flex;
        top: 0;
    }
    #MS_SearchArea {
        width: 100% !important;
    }
    /* ._DeskDetailArea {
        position: absolute;
        left: 51px;
        top: 15px;
    }*/
    #Master_Top {
        display: block !important;
    }

    .modal.show .modal-dialog.modal-fullscreen{
        margin-top: -2px;
    }
}

@media (max-width: 991.98px) {
    #navbar {
        display: flex !important;
        flex-basis: auto;
    }
}
/* // Collapse*/

.dark-version #sidenav-main.bg-gray-100 {
    background-color: #1a2035 !important;
}
#menuDesktopCategory .collapsing {
    transition: height .35s ease;
}
#menuDesktopCategory .menuparent_render  {
    padding-left: 16px !important;
}
#sidenav-main hr {
    background-image: linear-gradient(to right, rgb(var(--bs-menu-text),0.3), rgb(var(--bs-menu-text),0.8), rgb(var(--bs-menu-text),0.3));
}
#sidenav-main .sidenav-header {
    background-color: rgb(var(--bs-menu)) ;

}
#sidenav-main a[data-bs-toggle="collapse"] {
    background-color: rgb(var(--bs-menu));
}
.stickyheader {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

#menuDesktopCategory .menuparent_render .nav-link-text {
    font-size: 0.80rem !important;
    font-weight: 600;
    color: rgb(var(--bs-menu-text));
}
#menuDesktopCategory .menuparent_render .menuimg {
    width: 1rem;
}
#menuDesktopCategory .menuparent_render .iconmenu {
    background: #969696;
    height: 17px;
    width: 17px;
    -webkit-mask-size: cover;
    mask-size: cover;
}
#menuDesktopCategory .nav-link:before {
    height: 6px;
    width: 6px;
    background: rgba(var(--bs-primary), .3);
}
#menuDesktopCategory .nav-link.active:before {
    height: 6px;
    width: 6px;
    background: rgba(var(--bs-primary));
}
#menuDesktopCategory .menuparent_render.active .iconmenu {
    background-image: linear-gradient(310deg, rgb(var(--bs-primary)) 0%, rgb(var(--bs-primary)) 100%);
}

#menuDesktopCategory .vtt-icon {
    color: rgb(var(--bs-primary));
    font-size: 0.9rem !important;
}

#menuDesktopCategory .sidenav-normal {
    font-size: 0.83rem !important;
    font-weight: 500;
    color: rgb(var(--bs-menu-text));
}
#menuDesktopCategory .sidenav-mini-icon {

    color: rgb(var(--bs-menu-text));
}



#SoftwareClientName {
    color: rgb(var(--bs-menu-text)) !important;
}

#BodyMain.g-sidenav-hidden .nav-link-text {
}

.menuparent_render {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 21px !important;
}


#sidenav-collapse-main .nav-link[data-bs-toggle="collapse"]:after {
    color: rgb(var(--bs-menu-text));
    opacity: 0.5;
}
#sidenav-collapse-main{
    overflow:hidden;
}


#Master_Top {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.icon-xs i {
    top: 0px !important;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 0.92rem !important;
}
.btn {
    letter-spacing: 0.035rem !important;
    text-transform: unset !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;

}
.badge {
    font-size: 0.75em !important;
}
.input-group .form-control:not(:first-child) {
    padding-left: 0.35rem !important;
}
.fixed-plugin .btn {
    padding: 0.4rem 1.5rem !important;
}
.fixed-plugin .blur {
    background-color: rgb(255 255 255 / 0%) !important;
}
#dark-versionarea .night {
    position: absolute;
    z-index: 2;
    top: -5px;
    right: -5px;
    color: #002754;
}
#dark-versionarea .morning {
    position: absolute;
    z-index: 2;
    top: -5px;
    right: 30px;
    color: #fbcf33;
}

input.design.form-control[datatype="input"][id]:not([disabled]),
textarea.design.form-control[datatype="textarea"][id]:not([disabled]) {
    background: #f0f3f5a3 !important;
}
div.icon.icon-shape {
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvaswatermark {
    position: absolute;
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
    left: 50% !important;
    opacity:0.7 !important;
}
table th.sort-progressing.willsort {
    background-image: unset !important;
}

table th.willsort.sorted.ascending {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

table th.willsort.sorted.descending {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

table th.willsort {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat !important;
    background-position: center right;
    padding: 4px 18px 4px 4px !important;
    position: relative;
    white-space: normal;
    cursor: pointer;
}

table th.sort-progressing::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border-table;
    content: "";
    margin-right: 6px;
    color: rgb(var(--bs-primary)) !important;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%)
}

@keyframes spinner-border-table{
    100%{
        transform: translateY(-50%) rotate(360deg);
    }
}
.form-switch .form-check-input {
    height: 1.25rem !important;
}

/*#region //autocomplete menu*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
html .ui-autocomplete {
    width: auto;
}
/* without this, the menu expands to 100% in IE6 */
.ui-autocomplete.ui-menu {
    list-style: none;
    background: #ffffff;
    position: absolute;
    cursor: default;
    padding: 0px;
    margin-top: -5px;
    max-height: 20.22857143rem;
    overflow-y: auto;
    border: 1px solid #dee2e6 !important;
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    border-top-width: 0px !important;
    box-shadow: 0px 2px 3px 0px rgb(34 36 38 / 15%) !important;
    margin-top: -3px;
    z-index: 9999;
}

    .ui-autocomplete.ui-menu .ui-menu-item {
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.71428571rem 1.14285714rem !important;
        text-transform: none;
        font-weight: normal;
        box-shadow: none;
        font-size: 0.875rem !important;
    }

        .ui-autocomplete.ui-menu .ui-menu-item:hover {
            box-shadow: none;
            background: rgba(0, 0, 0, 0.05);
            color: #344767;
        }
/*#endregion */

.chartpiearea_des {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: unset !important;
}
    .chartpiearea_des ul {
        max-height: 270px;
        max-width: 600px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    @media only screen and (max-width: 768px) {
        .chartpiearea_des {
        max-height: unset !important;

    }
}

#DetailModalCamera_Content {
    width: 662px;
}
@media only screen and (max-width: 768px) {
    #DetailModalCamera_Content {
        width: 100%;
    }
}

.chartcont {
    overflow-x: auto;
}
.chartpiearea_des ul li {
    border-bottom: 1px solid #e9e9e9ab;
}
    .chartpiearea_des ul li:last-child {
        border-bottom:unset;
    }

a.canvasjs-chart-credit {
    display: none !important;
}