
    <style>
    * {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 1.4em;;
    }
    body
    {
        font-family: Helvetica, Arial, sans-serif !important;
        height: 100%;
        margin: 0;
        font-size: 1.4em;;
        background-color: #ffffff;
    }
    .muAlignC {text-align:center;}
    .muAlignL {text-align:left;}
    .muAlignR {text-align:right;}
    .muHide {visibility:hidden;}
    .muHideD {display:none;}
    input .form-control {background-color: #fffeef;color: #3e3e3e; font-size: 1.4em;}
    select .form-control {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 1.4em;;
        background-color: #fffeef;color: #3e3e3e; font-weight: bold; font-size: 1.4em;
    }

    .panel-body {background-color: #ffffff;}

    .panel-default > .header-1 {
        background-color: #02958b; color: #ffffff;
        border-bottom-style: hidden;
    }
    .panel-default > .header-2 {
        background-color: #01a99c; color: #ffffff;border-bottom-color:#529850;
        border-bottom-style: solid;
        border-bottom-width: 4px;
        overflow: auto;
        border-radius:0;
    }
    .header-2 > .navbar-right {margin-right:0;}
    .panel-default > .panel-heading {
        background-image: none;
    }
    .dropdown-toggle:hover {
        text-decoration: none;
    }

    thead {background-color: #ffffff; color: #3e3e3e;}
    .table-striped > tbody > tr:nth-child(odd) > td {background-color: #ececec; color: #3e3e3e;}
    .table-striped > tbody > tr:nth-child(even) > td {background-color: #f6f6f6; color: #3e3e3e;}
    .table-striped > tbody > tr:hover > td {background-color: #d9f2d9;}

    .header-2 > .nav-pills>li>a {background-color: #01a99c; color: #ffffff;}
    .header-2 > .nav-pills>li.active>a {background-color: #7ac278; color: #ffffff;}
    .header-2 > .nav-pills>li.active>a:focus, .header-2 > .nav-pills>li.active>a:hover {background-color: #7ac278; color: #ffffff;}
    .header-2 > .nav-pills>li>a:focus, .header-2 > .nav-pills>li>a:hover {background-color: #7ac278; color: #ffffff;}

    .panel-body > .nav-pills>li>a {background-color: #ffffff; color: #000000;}
    .panel-body > .nav-pills>li.active>a {background-color: #7ac278; color: #ffffff;}
    .panel-body > .nav-pills>li.active>a:focus, .panel-body > .nav-pills>li.active>a:hover {background-color: #7ac278; color: #ffffff;}
    .panel-body > .nav-pills>li>a:focus, .panel-body > .nav-pills>li>a:hover {background-color: #7ac278; color: #ffffff;}

    .panel-primary {border-color: #529850;}

    .Absolute-Center {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .login-logo {background-color:#00aa9c;}
    .login-form
    {
        top: 15%;
        position: relative;
    }

        .panel-footer {background-color: #ffffff; font-family: &#39;Helvetica Neue&#39;, Helvetica, Arial, sans - serif; color: #3e3e3e; font-size: 1em;}
        .panel-footer p {vertical-align:middle;}

        .template {display: none;}

        /* Tab Navigation */
        .nav-tabs:not(.noStyle) {
            margin: 0;
            padding: 0;
            border: 0;
        }

        .nav-tabs:not(.noStyle) > li > a, .nav-tabs:not(.noStyle) > li:not(.active) > a:hover {
            background: #00aa9c;
            color: white;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
        }
        .nav-tabs:not(.noStyle) > li.active > a,.nav-tabs:not(.noStyle) > li.active > a:focus, .nav-tabs:not(.noStyle) > li.active > a:hover{
            background: #F5F5F5;
            color: #00aa9c;
            box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
        }

        /* Tab Content */
        .tab-pane {
            background: #F5F5F5;
            box-shadow: 0 0 4px rgba(0,0,0,.4);
            border-radius: 0;
            padding: 10px;
        }
        .fc-axis.fc-widget-header {color:black;text-align:center;cursor:pointer;font-weight:bold;}
        .fc-axis.fc-widget-header > img {margin:auto;height:16px;width:16px;}
        .muvError {position:relative;color: #B94A48}
    </style>

