﻿.aw-LoadingStatus {
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #999;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin-left: -50px;
    background-color: white;
}

.page-header {
    font-size: 20px !important;
    margin: 20px 0 20px;
}

.image_preview {
    height: 300px;
}

.image_preview-sm {
    height: 200px;
}

.check-box {
    height: 30px;
}

.btn-info2 {
    background-image: -webkit-linear-gradient(top,#6dacba 0,#4C8697 100%);
    background-image: -o-linear-gradient(top,#6dacba 0,#4C8697 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6dacba),to(#4C8697));
    background-image: linear-gradient(to bottom,#6dacba 0,#4C8697 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6dacba', endColorstr='#ff4C8697', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #467d8c;
    color: #fff;
}
    .btn-info2:focus, .btn-info2:hover {
        background-color: #4C8697;
        background-position: 0 -15px;
        color: #fff;
    }
