.row.flexrow {
    display: flex;
    align-items: center;
}

.variableScheduleWizard {
    border: 1px solid #ccc;
}

/* users */

form#usersForm .card-profile>.card-avatar {
    max-width: 80px;
    max-height: 80px;
}
form#usersForm .card-profile {
    margin-top : 50px;
}

/* billboard-variable-remove */
.billboard-variable-remove.disabled {
    display: none;
}


/* scheduler */
.scheduler {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scheduler,
.scheduler tr,
.scheduler th,
.scheduler td {
    border: 1px solid black;
    height: 25px;
    line-height: 25px;
}

.scheduler td,
.scheduler th {
    position: relative;
    font-size: 12px;
    text-align: center;
}

.scheduler .scheduler-hour-toggle,
.scheduler .scheduler-hour {
    width: 15px;
}

.scheduler-time-title,
.scheduler-week-title {
    padding: 0 5px;
}

.scheduler-time-title {
    text-align: right;
}

.scheduler-week-title {
    text-align: left;
}

.scheduler .slash {
    width: 80px;
    height: 55px;
}

.scheduler-active {
    background: #dff0d8;
}

.scheduler-day-toggle,
.scheduler-half-toggle,
.scheduler-hour-toggle {
    cursor: pointer;
}

.scheduler>tfoot>tr>td {
    text-align: left;
    padding: 0 5px;
}

.scheduler-reset {
    float: right;
}

.scheduler-active {
    background-color: #87bd41
}

.scheduler-disabled .scheduler-day-toggle,
.scheduler-disabled .scheduler-half-toggle,
.scheduler-disabled .scheduler-hour-toggle {
    cursor: default;
}

.scheduler-disabled .scheduler-active {
    background-color: #acdd6d
}

/*table-easimp*/
.table-easimp>tbody>tr>td,
.table-easimp>tbody>tr>th,
.table-easimp>tfoot>tr>td,
.table-easimp>tfoot>tr>th,
.table-easimp>thead>tr>td,
.table-easimp>thead>tr>th {
    padding: 2px;
}

/* ace */
.ace {
    height: 500px;
    width: 100%;
}

.state-indicator.disabled {
    display: none;
}

/* iOS correction */

.modal {
    -webkit-overflow-scrolling: initial !important;
}

/* wizard-count */
.wizard-navigation>ul>li>span.wizard-count {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 100;
}

/*icon-info */
.icon-info {
    cursor: default;
}

.card {
    margin: 2vh 0;
}


/* dashboardCards */
.dashboardCard .table tr:first-child td {
    border-top: 1px solid #aaa;
}

.dashboardCard>.table-condensed>tbody>tr>td,
.dashboardCard>.table-condensed>tbody>tr>th {
    padding: 5px;
    text-align: left;
}

.dashboardCard {
    margin: 6px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.dashboardCard .lastChange {
    color: #777;
}

.dashboardCard>.card-title {
    text-align: center;
    font-size: 22px;
    padding: 5px;
}

.dashboardCard>.card-title>.icon {
    float: left;
    margin: 5px;
}

.btn-actions {
    float: right;
    margin: 5px;
    cursor: pointer;
}

.dashboardCard>.card-title>span {
    vertical-align: middle;
}

/* Rules for sizing the icon. */

.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


/* modal middle */

.modal-middle {
    top: 50%;
    transform: translateY(-50%);
}


/* preview */

iframe#preview {
    width: 0px;
    height: 0px;
    position: fixed;
}


/* nav-pills */

.nav-pills>li>a>i {
    display: block;
    font-size: 30px;
    padding: 15px 0;
}

.nav-pills>li>a>span {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    border-radius: 50%;
}

.nav-pills>li>a>span>i {
    font-size: 20px;
    color: red;
    padding: 0px 0;
}


/* auto logo */

img.auto-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}


/* main panel */

.main-panel>.content {
    margin-top: 0px;
}


/*  w-auto */

.w-auto {
    width: auto !important;
}


/* tasks */

.table>thead>tr>th.actions-header {
    line-height: 41px;
    background-color: #ededed;
}

.action-add {
    margin: 1px;
}

.task-open,
.billboard-edit,
.variable-edit,
.schedule-remove,
.billboardReaff,
.action-remove {
    cursor: pointer;
}

td.taskSchedule {
    width: 15vw;
}

.schedule-remove {
    color: red;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
}

.schedule-item {
    position: relative;
    width: 30px;
    padding-top: 6px;
    height: 30px;
    display: inline-block;
}

.schedule-add-wizard,
.action-add-wizard {
    display: none;
}

.schedule-add-wizard.active,
.action-add-wizard.active {
    display: block;
}


/* user avatar */

.img-20x20 {
    width: 20px !important;
    height: 20px !important;
}

.img-1vx1v {
    width: 1vw !important;
    height: 1vw !important;
}

.img-30x30 {
    width: 30px !important;
    height: 30px !important;
}

.img-50x50 {
    width: 50px !important;
    height: 50px !important;
}

.img-Xx50 {
    width: auto !important;
    height: 50px !important;
}

.img-Xx30 {
    width: auto !important;
    height: 30px !important;
}

.img-border {
    border: 1px solid #999;
}


/* profile */

#profileForm .card-profile {
    padding: 8px;
}


/* input-help */

.input-help {
    display: none;
}

.is-focused>.input-help {
    display: block;
}


/* topbar */

.topbar {
    font-size: 2.8em;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.topbar>.navbar-toggle {
    padding: 0px;
    margin-top: 3px;
}

.topbar>ul {
    position: relative;
    float: right;
    list-style: none;
    margin-right: 15px;
    margin-top: -4px;
}

.topbar .dropdown-menu {
    right: 0;
    left: auto;
}


/* user rights */

.userRight.checked>.rightCheck,
.userRight:not(.checked)>.rightBlock {
    display: inline;
}

.userRight.checked>.rightBlock,
.userRight:not(.checked)>.rightCheck {
    display: none;
}


/* round */

.round {
    border-radius: 50%;
}


/* grayscale */

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* toggle */

.togglebutton label {
    color: inherit;
}


/* billboard-digest */

.billboard-digest>div>i {
    display: none;
}

.billboard-digest-selected {
    font-weight: bold;
}

.billboard-digest>.billboard-digest-selected>i {
    display: inline-block;
    position: absolute;
    top: -3px;
}

/* billboards-attributes */

.billboards-attributes label {
    padding-left: 55px;
    font-size: 90%;
    color: inherit;
    cursor: pointer;
}

/* cursor help */

.cursor-help {
    cursor: help;
}


/* blink */

.blink {
    animation: blink 3s cubic-bezier(1, -0.6, 1, 0) infinite;
}

@keyframes blink {
    95% {
        color: transparent;
    }
}


/* swal2-overflow */

.swal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}


/* bootstrap input-file */

.fileinput-upload.fileinput-upload-button {
    display: none;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 160px;
    height: 120px;
}

.file-preview {
    background-color: white;
}


/* diapos-library */

.diapos-library-container {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

.diapos-library-container.diapos-library-modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    z-index: 200;
}

.diapos-library-container:empty,
.diapos-library-container:empty+.diapos-library-modal-background {
    display: none;
}

.diapos-library-modal-background {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
}

.diapos-library-container.diapos-library-loading {
    background-color: rgba(200, 200, 200, 0.7);
}

.diapos-library-container .close {
    color: #333;
}

.diapos-library-container .close i {
    font-size: 15px;
}

/* directories */

.directories-toolbar {
    width: 100%;
}

.directories-container {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: white;
    padding: 8px;
    width: 100%;
    text-align: left;
}

.directories-loading:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
}

.directories-loading>* {
    vertical-align: middle;
    font-size: 14px;
}

.directories-loading {
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 99;
    background-color: rgba(200, 200, 200, 0.7);
    text-align: center;
}

ul.directories {
    list-style-image: url(/images/fileTree/directory.png);
    list-style-position: inside;
    padding-left: 15px;
}

li.directories>span {
    cursor: pointer;
}

li.directories.active>span {
    font-weight: bold;
}

#diapos-list {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: white;
    padding: 8px;
    width: 100%;
    text-align: left;
}

/* media-library */

.media-library-container {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

.media-library-container.media-library-modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    z-index: 200;
}

.media-library-container:empty,
.media-library-container:empty+.media-library-modal-background {
    display: none;
}

.media-library-modal-background {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
}

.media-library-container.media-library-loading {
    background-color: rgba(200, 200, 200, 0.7);
}

.media-library-container .close {
    color: #333;
}

.media-library-container .close i {
    font-size: 15px;
}


/* media-file-input */
.canvaButton {
    width: 160px;
    height:120px;    
    margin: 8px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.media-file-input .thumbnail {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    max-width: 250px;
    box-shadow: 0 10px 30px -12px #0000006b, 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.media-file-input.media-file-input-new .media-file-input-exists {
    display: none;
}

.media-file-input.media-file-input-exists .media-file-input-new {
    display: none;
}


/* media-dir-tree */

.media-dir-tree-toolbar {
    width: 100%;
}

.media-dir-tree-container {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: white;
    padding: 8px;
    width: 100%;
    text-align: left;
}

.media-dir-tree-loading:before,
.media-file-loading:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
}

.media-dir-tree-loading>*,
.media-file-loading>* {
    vertical-align: middle;
    font-size: 14px;
}

.media-dir-tree-loading,
.media-file-loading {
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 99;
    background-color: rgba(200, 200, 200, 0.7);
    text-align: center;
}

ul.media-dir-tree {
    list-style-image: url(/images/fileTree/directory.png);
    list-style-position: inside;
    padding-left: 15px;
}

li.media-dir-tree>span {
    cursor: pointer;
}

li.media-dir-tree.active>span {
    font-weight: bold;
}


/* Summernote Editor */

.note-btn {
    background-color: #f3f3f3 !important;
    color: black !important;
}

.note-editing-area {
    all: initial;
}


/* Modal */

.modal .modal-dialog {
    margin-top: 10px;
}

.modal .modal-header {
    padding: 5px 5px 0px 5px;
}

.modal .modal-header .close {
    color: #333;
}

.wizard-card .modal-body {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.wizard-card,
.wizard-card .tab-content {
    min-height: 0;
}

.wizard-header {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border: none;
    background-size: contain;
    background-position: center center;
}

#wizardVariable.wizard-card .wizard-title {
    width: 300px;
    margin: auto;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 0px 5px;
    border-radius: 5px 5px 5px 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.wizard-card .wizard-header {
    padding: 5px 0 5px;
}


/* Loading Spinner */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: black;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}


/* Variable sort */

tbody>tr:first-child>td>a.variable-sort-up {
    visibility: hidden;
}

tbody>tr:last-child>td>a.variable-sort-down {
    visibility: hidden;
}


/* Actions sort */

tbody>tr:first-child>td>a.action-sort-up {
    visibility: hidden;
}

tbody>tr:last-child>td>a.action-sort-down {
    visibility: hidden;
}


/* align */

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}


/* COLLAPSIBLE */

.card-header-collapsible.collapsed a:before {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    float: left;
}

.card-header-collapsible a:before {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    float: left;
}

.card-header-collapsible {
    cursor: pointer;
}


/* LEDs */

.led-box {
    height: 25px;
    margin: auto;
}


.led-empty {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 12px;
    -webkit-animation: blinkEmpty 0.5s 2;
    -moz-animation: blinkEmpty 0.5s 2;
    -ms-animation: blinkEmpty 0.5s 2;
    -o-animation: blinkEmpty 0.5s 2;
    animation: blinkEmpty 0.5s 2;
}

@-webkit-keyframes blinkEmpty {
    from {
        background-color: #fff;
    }

    50% {
        background-color: #aaa;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 0;
    }

    to {
        background-color: #fff;
    }
}

@-moz-keyframes blinkEmpty {
    from {
        background-color: #fff;
    }

    50% {
        background-color: #aaa;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 0;
    }

    to {
        background-color: #fff;
    }
}

@-ms-keyframes blinkEmpty {
    from {
        background-color: #fff;
    }

    50% {
        background-color: #aaa;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 0;
    }

    to {
        background-color: #fff;
    }
}

@-o-keyframes blinkEmpty {
    from {
        background-color: #fff;
    }

    50% {
        background-color: #aaa;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 0;
    }

    to {
        background-color: #fff;
    }
}

@keyframes blinkEmpty {
    from {
        background-color: #fff;
    }

    50% {
        background-color: #aaa;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #444 0 -1px 9px, rgba(255, 255, 255, 0.5) 0 2px 0;
    }

    to {
        background-color: #fff;
    }
}

.led-red {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s 2;
    -moz-animation: blinkRed 0.5s 2;
    -ms-animation: blinkRed 0.5s 2;
    -o-animation: blinkRed 0.5s 2;
    animation: blinkRed 0.5s 2;
}

@-webkit-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-moz-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-ms-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-o-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

.led-green {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    -webkit-animation: blinkGreen 0.5s 2;
    -moz-animation: blinkGreen 0.5s 2;
    -ms-animation: blinkGreen 0.5s 2;
    -o-animation: blinkGreen 0.5s 2;
    animation: blinkGreen 0.5s 2;
}

@-webkit-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #0A0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-moz-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #0A0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-ms-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #0A0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-o-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #0A0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #0A0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

.led-yellow {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #FF0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
    -webkit-animation: blinkYellow 0.5s 2;
    -moz-animation: blinkYellow 0.5s 2;
    -ms-animation: blinkYellow 0.5s 2;
    -o-animation: blinkYellow 0.5s 2;
    animation: blinkYellow 0.5s 2;
}

@-webkit-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-moz-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-ms-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-o-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}