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;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.jumbotron .alert-danger {
    width: auto;
    display: inline-block;
}

.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";
}

.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;
}

.login-email {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
}

.card-update .radio {
    display: inline-block;
    margin: 0 10px 0 0;
}

.tree-answer {
    margin-top: -20px;
}

.card-error {
    color: #c55;
}

.card-warning {
    color: #e18f00;
}

.card-success {
    color: #44a75e;
}

.date-picker-name {
    float: left;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 10px;
}

.date-picker-form {
    float: left;
    width: 140px;
}

.group-picker, .date-picker {
    margin-top: 10px;
}

.group-picker-name {
    font-size: 20px;
    float: left;
}

.date-picker-form {
    float: left;
}

.complete-percent {
    margin-bottom: 10px;
}

.stat-table {
    border: 2px solid #DCDCDC;
}

.message-title {
    font-weight: bold;
}

.alert-removed-users {
    margin-bottom: 0;
    padding: 6px 12px;
}

.copyright {
    margin-top: -10px;
}

.counters {
    margin-top: -5px;
    margin-right: 10px;
}

.delete-file {
    color: #860000;
    cursor: pointer;
}

.portfolio-select {
    padding-left: 0;
    padding-top: 15px;
}

.portfolio-add > div {
    margin-left: 0;
    margin-top: 15px;
}

.alert-in-work {
    margin-top: 30px;
}
.left-sidebar {
    width: 25%;
    background:  #B0E0E6;
    float: left;
}

.content {
    float: left;
    width: 50%;    
}

.right-sidebar {
    width: 25%;
    background:  #B0E0E6;
    float: left;
}
