﻿.fw-container {
    height: 230px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #5a6a81;
    background: #5a6a81;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    border-radius: 6px 6px 0 0;
    
    margin-bottom: 20px;
    position: relative;
}

.fw-loader {
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-24px;
    margin-left:-24px;
}

.fw-title{
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px !important;
    padding-left:15px;
    background:#5a6a81;
    color:white;
    height:30px;
    padding-top:3px;
}

    .fw-title::before {
        content: '\f09e';
        font-family: FontAwesome;
        padding-right: 4px;
        font-weight: lighter;
    }

.fw-items{
    height:200px;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    background:#eee;
}

.fw-items p{
    margin-bottom:0px !important;
    border-style:dashed;
    border-width:0 0 1px 0;
    padding:0px;
    border-color:#cccccc;
}

.fw-items p:last-child{
    border-style:none;
}

    .fw-items a {
        padding: 4px 15px 4px 15px;
        display:block;
    }
