﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.ltapContent {
    padding: 20px;
    min-height: 400px;
}

.agencyNavigation {
    font-size: 14px;
}

.agencyNavigation a:link, .agencyNavigation a:visited {
    color: #999999;
    text-decoration: none;
}

.agencyNavigation a:hover {
    color: #ffffff;
}

.responsiveImage {
    width: 100%;
    height: auto;
    max-width: 800px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;    
}

.padding-left-medium {
    padding-left: 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;
}

.k-edit-form-container {
    padding: 19px;
    width: auto;
    min-width: 400px;
}

a.k-button:link, a.k-link:link {
    text-decoration: none;
}

.FAQH5 {
    padding: 0;
}

.btn-link {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    font-size: inherit;
}

.btn-link:hover {
    text-decoration: none;
    color: #000;
}

html.wait, html.wait * {
    cursor: wait !important;
}

.pinkBackground{
    background-color:lightpink;    
}

.specialPadding {
    padding:15px;
}

.empty-grid {
    font-weight: bold;
    color: red;
    padding: 15px;
    font-size: 1.5em;
    vertical-align: middle;
}
.ltapListBox .error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.ltapListBox-margin {
    margin-top: 50px;
}
.ltapListBox {
    margin-top: 50px;
}
.ltapListBox,
.ltapListBox .k-listbox,
.ltapListBox .k-listbox .k-selectable .k-list {
    height: 150px;
}
.ltap-typelist,
.ltap-typelist .k-listbox,
.ltap-typelist .k-listbox .k-selectable .k-list {
    height: 80px;
}
#spinner {
    display: none;
}

.glyphicon-refresh-animate.busy {
    visibility: visible;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility:hidden;
}

/* Absolute Center Spinner */
/*.loading {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: visible;
}*/

    /* Transparent Overlay */
    /*.loading:before {
        content: '';
        background-color: rgba(0,0,0,0.3);
    }*/

    /* :not(:required) hides these rules from IE9 and below */
    /*.loading:not(:required) {*/
        /* hide "loading..." text */
        /*font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: inline-grid;
            font-size: 5px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }*/




@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

/*@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}
*/

 /*Animation*/ 

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

