/**
 * @author Onetwist Software Development Team
 * @copyright Onetwist Software (https://www.onetwist.com)
 */

body {
    background: #eaedf1;
}

.alert {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.alert ul {
    list-style:none;
    margin: 0px;
    padding: 0px;
}

.alert ul li:before {
    content: "\2192 \0020";
}

.alert.alert-block.alert-danger .errorSummary {
    border: 0px;
}

.grid-filter-cell .form-control {
    height: 30px;
    padding: 2px;
}


.grid-view .summary {
    float:right;
}

.table {
    margin-bottom: 10px;
}

.help-block {
    margin: 0px;
}

label {
    font-weight: normal;
}

table th {
    font-weight: normal;
}

.block-title .fa, 
.block-title .glyphicon, 
.block-title .ion,
.bulk-action-dropdown .fa,
.bulk-action-dropdown .glyphicon,
.bulk-action-dropdown .ion,
.form-actions .fa,
.form-actions .glyphicon,
.form-actions .ion {
    margin: 0px;
    margin-right: 5px;
}

.block-title .btn {
    margin: 0px;
    margin-right: 5px;
}

.modal-body {
    word-wrap: break-word;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

.bulk-action-dropdown {
    position: absolute;
    margin-top: -17px;
}

.impersonate {
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 10000;
    width: 40%;
    background: #394263;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #2E3757;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}

.form-group-borderless {
    border: 0!important;
}

.block .block {
    padding-left:0;
    padding-right:0;
    border:0;
    margin-top:20px;
}

.block .block .block-title {
    margin-left: 0;
    margin-right: 0;
}

.table thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

.block-options .btn {
    border-radius: 0px!important;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}