﻿
.button-medium-ash {
    font-family: 'dinotregular';
    background: #929292;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 1px;
    border: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-top: 10px;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.button-medium-ash:hover, .button-medium-ash:focus {
    border-color: #6a6867;
    color: #fff;
    background-color: #6a6867;
}

#loadingDiv {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('/App_Themes/DigiSign/images/loder.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.valid-failed {
    color: red;
}

.valid-ok {
    color: green;
}


.validation {
    color: red;
    display: inline-block;
}

/*a:not([href]):not([class]){
     color: #f47f20; 
     text-decoration: none; 
}
    a:not([href]):not([class]):hover {
        color: #0d6efd;
    }*/