html,
body {
    height: 100%;
}
.wrap > .container {
    padding: 20px 15px 20px;
}
.footer {
    padding-top: 20px;
    position: absolute;
    width: 100%;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
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: "\e151";
}
a.desc:after {
    content: "\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";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;

}
.order-items .rejected {
    text-decoration: line-through
}
.card {
    width:160px;
    height:280px;
    border:1px solid #cdcdcd;
    float:left;
    margin: 5px 5px;
    position:relative;
    z-index: 1;
    overflow:hidden;
}
.card-content {
   background-color: #d8d8d8;
   height:240px;
}
.card-label {
    width:160px;
    height:40px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.card:hover .card-content {
  opacity: .3;
  transition-duration: .3s;
  transition-delay: .1s;
 
}        
.card-content {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 1;
}        
.card-controls {
    position: absolute;
    margin: 60% auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    text-align: center;
   
}
.card .card-controls-overlay {
    transition-property: opacity;
    transition-duration: .5s;
    z-index: 0;
    opacity: 0;
}     
.card:hover .card-controls-overlay {
    opacity: 1;
    transition-duration: .3s;
    transition-delay: .1s;
    z-index: 10;
}
.card-highlight {
    box-shadow: 0px 0px 10px green;
    transition: box-shadow 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    
}
.card-highlight.card-highlight-animate {
     transition:box-shadow 5s;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
     box-shadow: none;
}
.sections .selectable.active {
    border-color: orange;
}
.sections .selectable { 
    cursor: pointer;
}
.sections .ui-sortable-handle { 
    cursor: move;
}
.properties {
    width: 460px;
    overflow-y: hidden;
    border: 1px solid #dedede;
    position: fixed;
    right: 0;
    top: 51px;
    border-top: none;
    bottom: 0px;
    background-color: #fff;
    transition: width .3s ease-in;
}
.properties table {
    border: none !important;
    font-size: 12px;
}
.properties th {
    border-left: none !important;
}
.properties td {
    border-right: none !important;
}
.properties table label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px !important;
}
.properties.active {
    width: 460px;
    overflow-y:auto;
}
.sections.collapsed {
    margin-right: 465px;
}
.module {
    margin-left: 240px;
}
.module.expanded {
    margin-left: 54px;
    height:100%;
}  
.module .content {
    padding: 90px 12px;
}
#preferences {
    position: relative;
}
#preferences .property-box .section-title  {
    display:none;
}
.section-sidebar  {
    width:186px;
    background-color:transparent;
    padding: 0px 4px !important;
    border-right: 1px;
    border-right-color: #e3e3e3;
    border-right-style: solid;
    height:100%;  
}
#section-sidebar-widget {
    min-height: 50px;
    min-width:186px;
    position:fixed;
    float:left;
}
.section-sidebar .brand{
    background-color:transparent;
}
.section-sidebar a {
    color: #4a4a4a;
    font-size:12px;
}

.section-sidebar a:hover {
    cursor:move;
}

.non-static-sections {
    min-height: 50px;
}
.non-static-sections.empty {
    border: 1px dashed #cdcdcd;
    position:relative;
    margin-bottom: 20px;
}
.non-static-sections.empty:after {
    content:'Drag section here';
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.non-static-sections .selectable a {
    color:red
}
.non-static-sections .selectable a:hover {
    cursor:default;
}
#page-sections .sections {
    width:650px;
    margin-left:225px;
    z-index: 0;
    position:relative;
}
.sections .page-properties {
    cursor: pointer;
    float:right;
}
.module .toolbar .navbar {
    position:fixed;
    left:240px;
    right:0;
}
.module.expanded .toolbar .navbar {
    left:54px;
}
.sidebar .avatar {
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 25px;
    width:80%;
}    
.sidebar .avatar .avatar-badge {
    border-radius: 25px; 
    width: 48px; 
    height: 48px; 
    text-align: center; 
    margin-right: 10px; 
    background-color:#4a90e2;
}
.sidebar .avatar .avatar-badge p:first-child {
    margin-top:25%;
    font-size: 18px;
} 
.sidebar .avatar .avatar-name {
    margin-top:10px;
    font-size: 14px;
} 
.sidebar .avatar .avatar-info {
    color:#c9c9c9;
    font-size: 12px;
} 

.sidebar .avatar .avatar-details {
    width:67%;
    word-wrap: break-word;
}

.sidebar.collapsed .avatar {
    left:0;
    right:0;
}
.sidebar.collapsed .avatar-details { 
    display:none; 
}
.sidebar.collapsed .avatar-badge { 
    width: 30px; 
    height:30px;
    margin: 0 auto;
    float: none !important;
    position: relative;
} 
.sidebar.collapsed .avatar-badge p:first-child { 
    font-size:12px; 
    position: absolute; 
    right: 0; 
    left: 0;
}