﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.no-padding-lr {
    padding-left:0px !important;
    padding-right:0px !important;
}

.field-validation-error {
    color:red;
}
.input-validation-error{
    border-color:red !important;
}

.calendarFormAlign {
    padding-top: 7px;
}

.chkBoxCenter {
    text-align: right;
}

.calendarFormTextArea {
    padding-left: 30px;
    padding-right: 30px;
}

.tile {
    position: relative;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: solid;
    color: #487A7B;
    margin: 15px auto;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.tile-disabled {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: solid;
    color: #8c8c8c;
    margin: 15px auto;
    cursor: default;
    background-color: #dedede;
}

    .tile-disabled:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.tile:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tile:hover {
    background-color: #487A7B;
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    color: #FFFFFF;
}

.tile-disable:hover {
    background-color: #bdbdbd;
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    box-shadow: 0px 0px 95px 7px rgba(196,196,196,1);
    color: #FFFFFF;
}

.tile-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tile-content-disabled {
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.tile-content > .lnr {
    font-size: 50px;
}

.tile-content > .fas {
    font-size: 40px;
}

.tile-label {
    font-size: large;
    margin-top: 5px;
}

.lift-text {
    margin-bottom: 17px;
}

#app-tiles-mobile {
    display: none;
}

@media(max-width: 993px) {
    #app-tiles {
        display: none;
    }

    #app-tiles-mobile {
        display: inherit;
    }
}

.mobile-menu-item {
    height: 55px;
    width: 100%;
    position: relative;
    border-top: solid;
    border-bottom: solid;
    border-width: 0.05px;
    border-color: #487A7B;
    cursor: pointer;
    padding-top: 13px;
    margin-bottom: 20px;
}

    .mobile-menu-item h3 {
        margin-left: 10px;
        color: #487A7B;
        position: relative;
        bottom: 20px;
    }

    .mobile-menu-item .pull-right {
        margin-right: 10px;
        color: #487A7B;
    }

.survey-panel {
    border: 1px solid #d6e9c6;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.clear {
    clear: both;
}

div.survey-chooser {
}

    div.survey-chooser.disabled div.survey-chooser-item {
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
        cursor: default;
    }

    div.survey-chooser div.survey-chooser-item {
        padding: 11px;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        border: 1px solid #efefef;
    }

        div.survey-chooser div.survey-chooser-item.selected {
            border: 4px solid #487A7B;
            background: #efefef;
            padding: 8px;
            filter: alpha(opacity=100);
            opacity: 1;
        }

        div.survey-chooser div.survey-chooser-item input {
            position: absolute;
            left: 0;
            top: 0;
            visibility: hidden;
        }

.survey-header {
    margin-top: 0;
    margin-bottom: 0;
}

.w-100 {
    width: 100%;
}

.awesomplete {
    min-width: 100%;
}

#calendarLoading {
    z-index: 10;
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    margin-bottom: 30px !important;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #c8c8c8;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.dropdown-item {
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.collapsible {
    background-color: #dff0d8;
    color: #487A7B;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible:after {
        content: '\02795';
        font-size: 13px;
        color: white;
        float: right;
        margin-left: 5px;
    }

    .collapsible.active:after {
        content: "\2796";
    }

    .collapsible.active, .collapsible:hover {
        background-color: #dff0d8;
    }