﻿.highlight {
    animation: blink-animation-red 1.5s linear infinite;
    -webkit-animation: wk-blink-animation-red linear 1.5s infinite;
}

@keyframes blink-animation-red {
    50% {
        color: #980000;
    }
}

@-webkit-keyframes wk-blink-animation-red {
    50% {
        color: #980000;
    }
}

.highlight-white {
    animation: blink-animation-white 1.5s linear infinite;
    -webkit-animation: wk-blink-animation-white linear 1.5s infinite;
}

@keyframes blink-animation-white {
    50% {
        color: white;
    }
}

@-webkit-keyframes wk-blink-animation-white {
    50% {
        color: white;
    }
}

input[type=checkbox] {
    margin-top: 10px;
}

.nav {
    height: 40px;
}

.accordion-selected {
    background-color: #888;
    border-radius: 4px;
    color: white;
}

.accordion-default {
}

    .accordion-default:hover {
        background-color: #d3d3d3;
        border-radius: 4px;
        color: black;
    }

.panel-open .panel-heading {
    background-color: #980000;
}
/*
.control-title {
    line-height: 34px;
}
*/
.control-title label {
    margin-top: 10px;
}

.accordion-selected .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab), .accordion-default .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    box-shadow: none;
}

.panel .panel-heading .panel-title a:hover {
    color: #980000;
}

.panel-open .panel-heading .panel-title a:hover {
    color: white;
}

.panel-open .panel-heading .panel-title a:active {
    color: #980000;
}

.panel-heading {
    padding: 5px 15px;
}

.panel-body {
    padding: 5px 15px;
}

.accordion-selected button {
    padding: 0 !important;
}

.accordion-default button {
    padding: 0 !important;
}

.btn {
    padding: 2px 15px;
}

.grid-button {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.control-title {
    padding-top: 0px;
}

    .control-title label {
        margin-bottom: 0px !important;
    }

body {
    font-size: 13px !important;
}

ng-form {
    margin: 0px !important;
}

td div button {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.modal-footer button {
    margin-left: 5px !important;
}

.k-grid-content td {
    height: 30.5px !important;
}

#gridTable table {
    touch-action: pan-x pan-y !important;
}

#gridTable {
    touch-action: pan-x pan-y !important;
}

#routesGrid table {
    touch-action: pan-x pan-y !important;
}

#routesGrid {
    touch-action: pan-x pan-y !important;
}

.field-description {
    padding: 1vh 0.5vw;
}

.search-bar {
    padding-top: 1.7vh;
}

/* NAVBAR */

.k-grid td {
    padding: 0 5px;
}

.nav {
    font-weight: 400;
}

    .nav .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

.navbar-user {
    padding: 0 1vw;
    line-height: 1.5;
    padding-top: 7px;
    text-align: right;
    font-size: 1.2em;
}

.navbar-location, .navbar-caregiver-patient {
    padding: 0 1vw;
    line-height: 1.5;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.8em;
}

.navbar-brand {
    line-height: normal;
}

    .navbar-brand small {
        display: block;
        font-size: 10px;
    }

ul.dropdown-menu li a {
    cursor: pointer;
}

/* END NAVBAR */

/* INPUT */

input {
    font-weight: bold;
    text-indent: 10px;
}


.k-input {
    font-weight: bold !important;
}


    .k-input.k-invalid {
        background-image: none !important;
        border-bottom: 1px solid red !important;
    }

.form-control.k-invalid {
    background-image: none !important;
    border-bottom: 1px solid red !important;
}

.form-control.ng-invalid-pattern {
    background-image: none !important;
    border-bottom: 1px solid red !important;
}
select.form-control.ng-invalid-required {
    background-image: none !important;
    border-bottom: 1px solid red !important;
}

.combo.k-invalid {
    border-bottom: 1px solid red !important;
}

/* END INPUT */

/* KENDO - VARIE */

.k-grid-header {
    text-transform: uppercase;
}

.pager {
    margin: 10px 0 10px 0 !important;
}

.k-grid tr {
    cursor: default !important;
    font-weight: 400;
}

    .k-grid tr:hover {
        background-color: #eee !important;
    }

.k-grid .k-state-selected {
    background-color: #fff !important;
    color: #333 !important;
}

.k-pager-numbers .k-state-selected {
    border-color: #0fb2fc transparent transparent;
}


.k-invalid-msg {
    display: none !important;
}

.k-grid-content {
    min-height: 355px;
}

.k-loading-image {
    color: #ffffff;
    font-size: 90px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.0s infinite ease;
    animation: load6 1.0s infinite ease;
    background-image: none;
}

.k-loading-color {
    background-color: #000000;
    opacity: 0.2;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

/* END KENDO - VARIE */

/* VARIE */

label {
    font-weight: 300;
    color: #444;
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #444;
}

.row {
    margin-top: 5px;
}

.field-report {
    color: #980000;
    font-style: italic;
    font-weight: bold;
}

    .field-report .togglelabel {
        color: #980000;
        font-style: italic;
        font-weight: bold;
    }
/*
h3 {
    text-transform: uppercase;
    margin-top: 0;
}

.center-pills {
    display: inline-block;
}

.bold {
    font-weight: bold !important;
}







.combo {
    width: 100%;
}

.gridButtonGrey {
    color: #666;
}


.effects {
    cursor: pointer;
}

    .effects .img {
        position: relative;
        float: left;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .effects .img:nth-child(n) {
            margin-right: 5px;
        }

        .effects .img:first-child {
        }

        .effects .img:last-child {
            margin-right: 0;
        }

        .effects .img img {
            display: block;
            margin: 0;
            padding: 0;
            max-width: 100%;
            height: auto;
        }

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a img {
    border: none;
}

#effect a {
    text-decoration: none;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

    a.close-overlay.hidden {
        display: none;
    }

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

#effect .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

    #effect .overlay a.expand {
        left: 0;
        right: 0;
        bottom: 50%;
        margin: 0 auto -30px auto;
    }

#effect .img.hover .overlay {
    height: 100%;
}

#effectfinger .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

    #effectfinger .overlay a.expand {
        left: 0;
        right: 0;
        bottom: 50%;
        margin: 0 auto -30px auto;
    }

#effectfinger .img.hover .overlay {
    height: 100%;
}
    */
/* END VARIE */
.accordion-selected {
    background-color: #888;
    border-radius: 4px;
    color: white;
}

.accordion-default {
}

    .accordion-default:hover {
        background-color: #d3d3d3;
        border-radius: 4px;
        color: black;
    }

.panel-open .panel-heading {
    background-color: #980000;
}

.accordion-selected .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab), .accordion-default .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    box-shadow: none;
}

.panel .panel-heading .panel-title a:hover {
    color: #980000;
}

.panel-open .panel-heading .panel-title a:hover {
    color: white;
}

.panel-open .panel-heading .panel-title a:active {
    color: #980000;
}

/*Login CSS*/
.login-title {
    font-size: 5em;
    color: rgb(255,255,255) !important;
}

.login-subtitle {
    font-size: 2em;
    color: rgb(220,220,240) !important;
    /*padding-left: 20px;*/
    margin-top: -20px;
    font-variant: small-caps;
}

.login-tabset .nav-tabs {
    background-color: transparent;
}

    .login-tabset .nav-tabs .active a {
        background-color: #980000 !important;
    }

.btn-federa {
    background-color: #F36D2A !important;
    text-transform: none;
    font-size: 15px;
}
/*Mobile CSS*/
.main-buttons {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

@media (max-width: 992px) {
    .problem-list-mobile {
        margin-left: 15px;
    }

    .login-label {
        display: none;
    }

    .login-top-mobile {
        display: none;
    }

    .background-folderselection-mobile {
        height: 22px;
    }
}

@media (max-width: 767px) {
    .login-title {
        font-size: 3em;
    }

    .login-subtitle {
        font-size: 1.5em;
        margin-top: 0px;
    }

    .navbar-user {
        display: none;
    }

    .navbar-location, .navbar-caregiver-patient {
        display: none;
    }

    .header-buttons-mobile {
        margin-top: -100px;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #A43133;
    }
}

@media (max-width: 743px) {
    .main-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 568px) {
    .patients-nav-mobile > ul {
        height: 80px;
    }
}

@media (max-width: 447px) {
    .to-date-picker-mobile {
        margin-left: 8px;
        margin-top: 10px;
    }
}

@media (max-width: 340px) {
    .patients-nav-mobile > ul {
        height: 120px;
    }

    .navbar-brand small {
        font-size: 9px;
    }

    .navbar-brand {
        padding: 15px 0px 0px 15px;
    }

    .login-credits {
        font-size: 12px;
    }
}
/*
.col-xs-12-1, .col-sm-12-1, .col-md-12-1, .col-lg-12-1 {
    width: 100%;
}

.col-xs-12-2, .col-sm-12-2, .col-md-12-2, .col-lg-12-2 {
    width: 50%;
}

.col-xs-12-3, .col-sm-12-3, .col-md-12-3, .col-lg-12-3 {
    width: 33.3%;
}

.col-xs-12-4, .col-sm-12-4, .col-md-12-4, .col-lg-12-4 {
    width: 25%;
}

.col-xs-12-5, .col-sm-12-5, .col-md-12-5, .col-lg-12-5 {
    width: 20%;
}

.col-xs-12-6, .col-sm-12-6, .col-md-12-6, .col-lg-12-6 {
    width: 16.6%;
}

.col-xs-12-7, .col-sm-12-7, .col-md-12-7, .col-lg-12-7 {
    width: 14.28%;
}

.col-xs-12-8, .col-sm-12-8, .col-md-12-8, .col-lg-12-8 {
    width: 12.5%;
}

.col-xs-12-9, .col-sm-12-9, .col-md-12-9, .col-lg-12-9 {
    width: 11.1%;
}

.col-xs-12-10, .col-sm-12-10, .col-md-12-10, .col-lg-12-10 {
    width: 10%;
}

.col-xs-12-11, .col-sm-12-11, .col-md-12-11, .col-lg-12-11 {
    width: 9.09%;
}

.col-xs-12-1, .col-sm-12-1, .col-md-12-1, .col-lg-12-1 {
    width: 8.3%;
}*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .col-sm-12-1 {
        width: 100%;
    }

    .col-sm-12-2 {
        width: 50%;
    }

    .col-sm-12-3 {
        width: 33.3%;
    }

    .col-sm-12-4 {
        width: 25%;
    }

    .col-sm-12-5 {
        width: 20%;
    }

    .col-sm-12-6 {
        width: 16.6%;
    }

    .col-sm-12-7 {
        width: 14.28%;
    }

    .col-sm-12-8 {
        width: 12.5%;
    }

    .col-sm-12-9 {
        width: 11.1%;
    }

    .col-sm-12-10 {
        width: 10%;
    }

    .col-sm-12-11 {
        width: 9.09%;
    }

    .col-sm-12-1 {
        width: 8.3%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .col-md-12-1 {
        width: 100%;
    }

    .col-md-12-2 {
        width: 50%;
    }

    .col-md-12-3 {
        width: 33.3%;
    }

    .col-md-12-4 {
        width: 25%;
    }

    .col-md-12-5 {
        width: 20%;
    }

    .col-md-12-6 {
        width: 16.6%;
    }

    .col-md-12-7 {
        width: 14.28%;
    }

    .col-md-12-8 {
        width: 12.5%;
    }

    .col-md-12-9 {
        width: 11.1%;
    }

    .col-md-12-10 {
        width: 10%;
    }

    .col-md-12-11 {
        width: 9.09%;
    }

    .col-md-12-1 {
        width: 8.3%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .col-lg-12-1 {
        width: 100%;
    }

    .col-lg-12-2 {
        width: 50%;
    }

    .col-lg-12-3 {
        width: 33.3%;
    }

    .col-lg-12-4 {
        width: 25%;
    }

    .col-lg-12-5 {
        width: 20%;
    }

    .col-lg-12-6 {
        width: 16.6%;
    }

    .col-lg-12-7 {
        width: 14.28%;
    }

    .col-lg-12-8 {
        width: 12.5%;
    }

    .col-lg-12-9 {
        width: 11.1%;
    }

    .col-lg-12-10 {
        width: 10%;
    }

    .col-lg-12-11 {
        width: 9.09%;
    }

    .col-lg-12-1 {
        width: 8.3%;
    }
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
