  ﻿.well.note {
    background-color: #f0ebef;
    border: 0;
}

.well i {
    vertical-align: top;
}

section .header,
section .item {
    overflow: hidden;
    min-height: 40px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

section .item:hover {
    background-color: #f0f0f0;
}

section .item:last-child {
    border-bottom: 0px;
}

.item.disabled *, .sub-item.disabled, .disabled {
    color: #bbb !important;
}

section .header {
    color: #123960;
    background-color: #e9f1fd;
    font-weight: 700;
}

.item i {
    margin-top: -5px;
}

.item-details {
    width: 80px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}

.item div {
    padding: 0;
}

.sub-item {
    margin: 10px;
}

span .fa-info-circle {
    cursor: pointer;
}

.float-modal {
    cursor: pointer;
    position: absolute;
    right: 25px;
}

section .header .pull-left {
    width: 90%;
}

 @media screen and (max-width:560px) {
    .well.note {
      padding-right:5px;
    }
 }
