﻿[data-url] {
    cursor: pointer;
}

[data-url=''] {
    cursor: default;
}

/*a {
    color: #007acc;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    box-sizing: border-box;
}
a:visited, a:hover {
    color: #007acc;
}
a:hover {
    border-bottom: 1px solid #007acc;
}*/

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

body {
    padding: 0px !important;
}
.gs-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #E7E7E7;
    opacity: 0.7;
}
.gs-mask > .loading {
    background-image: url('/Content/GSTemplate/img/loading.gif');
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    width: 16px;
    height: 16px;
}

span.glyphicon {
    margin-right: 3px;
}