﻿.content {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dae3e9;
    border-left: 1px solid #ccc;
    border-radius: 0 0 0 5px;
    box-shadow: -3px 3px 3px -2px #f1f1f3;
    margin-bottom: 19px;
    margin-left: 146px;
    min-height: 620px;
    min-width: 400px;
    overflow: hidden;
    padding-bottom: 15px;
}

.pad-wrapper {
    margin-top: 48px;
    padding: 0 46px;
}

/* cardiolione stripe footer */
.navbar-text {
    margin-bottom: 7px;
    margin-top: 7px;
}
.navbar-brand {
     max-height:28px;
     padding: 6px;
}
.navbar{
    background-color:#EE6F34;color:white;
    min-height: 30px;
 }

/* Main menu */
    #sel-patients {
        background: url("../Content/imgs/patients-icon.png");
        background-repeat: no-repeat;
    }
    #sel-patients:hover {
        background: url("../Content/imgs/patients-hover.png");
        background-repeat: no-repeat;
    }
    #sel-exams {
        background: url("../Content/imgs/exams-icon.png");
        background-repeat: no-repeat;
    }
    #sel-exams:hover {
        background: url("../Content/imgs/exams-icon-hover.png");
        background-repeat: no-repeat;
    }
    #sel-admin {
        background: url("../Content/imgs/admin-icon.png");
        background-repeat: no-repeat;
    }
    #sel-admin:hover {
        background: url("../Content/imgs/admin-icon-hover.png");
        background-repeat: no-repeat;
    }
    #review-btn {
        background: url("../Content/imgs/review-icon.png");
        background-repeat: no-repeat;
    }
    #review-btn:hover {
        background: url("../Content/imgs/review-icon-hover.png");
        background-repeat: no-repeat;
    }

    #sidebar-nav {
        position: absolute;
        width: 155px;
    }

    .list-group-btn {
        color: #EE6F34;
        height: 55px;
        margin: 6px;
        display: block;
        position: relative;
    }

    .list-group-btn > span:first-child {
        position: absolute;
        left: 69px;
        top: 18px;
    }
    .badge {
        position: absolute;
        right: 12px;
        top: 5px;
    }

    a.list-group-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    #user-box {
        color: #f27021;
        margin-bottom: 78px;
        padding: 16px 8px;
    }

    #sel-logout {
        padding-right: 4px;
    }

    #username {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 14px;
        max-width: 60px;
        overflow: visible;
        padding-left: 5px;
    }

    .slot {
        //vertical-align: middle;
        display: inline-block;
        height: 32px;
        overflow: visible;
    }
