html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


/* 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";
}

.disabled-glyphicon{
	color: lightgrey;
}

.pagination{
    margin: 0;
}

.move-down-button{
    color: black;
    text-align: center;
    position: fixed;
    top: 215px;
    right: 25px;
    z-index: 5000;
}

.move-up-button{
    color: black;
    text-align: center;
    position: fixed;
    top: 170px;
    right: 25px;
    z-index: 5000;
}

.move-up-button span,
.move-down-button span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(102, 102, 102, 0.43);
    border: 1px solid rgba(53, 52, 52, 0.21);
}

fieldset .form-group{
    padding: 0 10px;
}

.tree-row{
    background-color: #ffffff;
    -webkit-transition:  300ms;
    -moz-transition:  300ms;
    -ms-transition:  300ms;
    -o-transition:  300ms;
    transition:  300ms;
}

.tree-row:hover{
    background-color: #eee !important;
}

.primary-checkbox{
    margin-left:15px;
}

.sortable-item{
    padding:5px;
    margin:3px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid rgba(172, 172, 172, 0.522);
    cursor:move;
}

.article-sort-spin{
    font-size: 18px;
    padding: 10px;
    display:none;
}

.select2-results__options {
    max-height: 225px;
    overflow: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dashboard-widget{
    padding: 0;
    margin: 0 0 10px 10px;
}
.dashboard-widget .widget-box{
    height: 90px;
    width: 100%;
    display: table;
    background: white;
}
.dashboard-widget .widget-box-icon{
    width: 90px;
    display: table-cell;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
}
.dashboard-widget .widget-box-content{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.dashboard-widget .widget-box-text{
    font-size: 18px;
}
.dashboard-widget .widget-remove{
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    right: -5px;
    text-align: center;
    background: #db2828;
    border-radius: 50%;
    color: white;
    line-height: 20px;
    font-size: 18px;
    opacity: 0;
    transition: opacity .5s;
}
.dashboard-widget:hover .widget-remove{
    opacity: 1;
}
.dashboard-widget-placeholder{
    background: white;
    border: 1px solid #ddd;
    padding: 0;
}

.inline-block{
    display: inline-block;
}
.vtop{
    vertical-align: top;
}
.pagination > li > a,
.pagination > li > span{
    padding: 2px 8px;
}
.list-sizer select{
    padding: 2px 8px;
    height: 26px;
}
.btn-admin,
.box-header .btn-primary,
.box-header .btn-danger,
.box-header .btn-warning,
.box-header .btn-success,
.box-header .btn-default,
.box-footer .btn-primary,
.box-footer .btn-danger,
.box-footer .btn-warning,
.box-footer .btn-success,
.box-footer .btn-default{
    padding: 2px 8px;
}