﻿.hand {
    cursor: pointer;
}

.radius {
    border-radius: 100%;
}

.tools {
    text-decoration: none !important;
}

.content-header-fd {
    position: relative;
    padding: 15px 15px 10px 20px;
    background: #fbfbfb;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

    .content-header-fd > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header-fd > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

.label-header {
    float: left;
    width: 15%;
    height: 50px;
    background-color: #f3f4f5;
    padding-left: 10px;
}

.label-content {
    float: right;
    width: 85%;
    height: 50px;
    padding-left: 10px;
    clear: right;
}

.number-textbox {
    width: 30px !important;
    text-align: center;
}

.fd-excel-icon {
    background-image: url("../../img/excel.gif");
    border: none;
    width: 18px;
    background-repeat: no-repeat;
    height: 18px;
    margin: 0 8px;
}

/* Patient menu */
.ptMenuCenter {
    text-align: center;
}
