﻿.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-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);
    }
}

.AjaxLoadingAnimate{
    position:absolute;
    top: auto;
}

.AjaxLoading,
.AjaxLoading:hover,
.AjaxLoading:active { opacity: 0.5; cursor: default; -webkit-box-shadow: none; box-shadow: none; }

.padding-small {
    padding: 2px;
}

.validation-error {
    color:red;
}

.inline {
    width:auto;
    display:inline;
}

.left-indent {
    margin-left: 20px;
}

.right {
    text-align:right;
}

.formCheckbox {
    margin-left: 0 !important;
}