.brand-color {
    color: #9fc721;
}

.places-rows .drag-handle {
    text-align: center;
    cursor: grab;
    border: solid 1px #ced4da;
    border-radius: 0.375rem;
    background-color: white;
    line-height: 2.3em;
}

.travel-time-column {
    text-align: center;
}

.places-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.action-buttons {
    text-align: right;
}

.empty-list-container {
    text-align: center;
}

.empty-list-container img {
    margin-bottom: 26px;
    margin-top: 100px;
}

.iframe-html {
    font-family: monospace;
    font-size: 0.8em;
}

.iframe-html-preview {
    background: url(../images/Ajax-loader.gif) center center no-repeat;
    display: none;
}

.row.row-no-padding > * {
    padding-right: 0;
    padding-left: 0;
}

.mobile-table-header {
    display: none;
}

.places-rows .loop-counter {
    display: none;
}

/* Phone */
@media only screen and (max-width: 760px) {
    .desktop-table-header,
    .places-rows .drag-handle {
        display: none;
    }

    .mobile-table-header,
    .places-rows .loop-counter {
        display: block;
    }

    .action-buttons,
    .main-form .btn {
        /*TODO: don't apply to templates from GAEB report*/
        /*margin-top: 5px;*/
    }
    .places-rows {
        margin-top: 20px;
    }

    .travel-time-column {
        text-align: left;
    }
}

.flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 3;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 3;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 3;
}

@keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: transparent;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: transparent;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: transparent;
    }
}

 .service-selection .categories {
     font-weight: bold;
     margin: 0;
     padding-top: 10px;
 }
.service-selection .areas {
    padding-top: 5px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.service-selection .services {
    margin: 0 0 0 20px;
}

.admin-icon {
    text-shadow: 0 0 8px #ffd700, 0 0 16px #ffd700, 0 0 24px #ffd700;
}
