﻿#agm-configurator-btn {
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg);
}

a {
    color: #0050c5;
}
#aaagm-configurator-btn {
    height: 20px !important;
    width: 80px !important;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg);
}
.alert-fixed {
    position: fixed;
    top: 10vh;
    left: 50vw;
    width: 700px;
    margin-left: -350px;
    z-index: 98;
    max-width: 90vw;
    opacity: 0;
    vertical-align: center;
    text-align: center;
}

    /*   .pjax-loader-bar {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 40;
            opacity: 0;
            transition: opacity 0.4s linear 0.4s;
        }
        .pjax-loader-bar .progress {
            position: fixed;
            top: 0;
            left: 0;
            height: 2px;
            background: #77b6ff;
            box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
            transition: width 0.4s ease;
        }*/