﻿body {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #F5F6F7;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-default {
    background-color: #3682de;
}

    .navbar-default .navbar-text {
        color: white;
    }

    .navbar-default .navbar-center {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }

.navbar-inverse {
    background-color: #314158;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav h3 {
        color: #ddd;
    }

    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: green;
    }
/*Headers*/
.page-header {
    border-bottom: 1px solid #6cbe45;
}

.main-header {
    border-bottom: 4px solid #6cbe45;
}

.rmLink.rmRootLink span {
    color: #ffffff;
}

.widgetLink {
    cursor: pointer;
    color: #314158;
}

.app-container {
    -webikt-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: none;
    background: whitesmoke;
    border-left: 20px solid #cecac8;
    border-bottom: 20px solid #cecac8;
    border-top: 20px solid #d8d5d4;
    border-right: 20px solid #d8d5d4;
}

    .app-container .app-container-full {
        height: auto;
    }

.tab-content .widget-container {
    background-color: #F5F6F7;
}

.widget-container {
    -webikt-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: none;
    margin-top: 25px;
    background: whitesmoke;
}

    .widget-container .widget-container-full {
        height: auto;
    }

.widget-container-top {
    margin-top: 0;
}

.widget-title {
    color: #90989e;
    text-decoration: none;
}

.widget-one-button {
    height: 202px;
}

.widget-two-button {
    height: 257px;
}

.widget-description {
    color: #1b1b1d;
    text-decoration: none;
}

.widget-icon {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding-top: 7px;
    border: 2px solid #d4d5d7;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    background-color: #ffffff;
}

.btn-more {
    position: absolute;
}

.more-options {
    display: none;
    background-color: white;
    border: 2px solid #d4d5d7;
    width: 300px;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
}

.widget-img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background-color: #ffffff;
}

.RadWindow_Genesis table.rwShadow .rwTopLeft,
.RadWindow_Genesis table.rwShadow .rwTopRight,
.rwMinimizedWindow.RadWindow_Genesis table.rwShadow .rwTopLeft.rwCorner,
.rwMinimizedWindow.RadWindow_Genesis table.rwShadow .rwTopRight.rwCorner,
.RadWindow_Genesis table.rwShadow .rwBodyLeft,
.RadWindow_Genesis table.rwShadow .rwBodyRight,
.RadWindow_Genesis table.rwShadow .rwFooterLeft,
.RadWindow_Genesis table.rwShadow .rwFooterRight {
    width: 1px !important;
}

.badge {
    margin-right: 5px;
}

.badge-red {
    background-color: #CC0033;
    color: #ffffff;
}

.default-page-tab {
    color: #7f7f7f;
}

.riTextBox {
    height: 38px !important;
}

.form-control.rfdDecorated {
    height: 38px !important;
}

.rmSlide {
    z-index: 10000;
}

.RadGrid {
    margin-left: auto;
    margin-right: auto;
}

.rgEditForm {
    width: 700px !important;
    padding: 30px;
    background-color: #ffffff;
}

    .rgEditForm .rgHeader {
        height: 30px !important;
        font-size: 16px;
        border-bottom: 1px solid #7f7f7f;
        margin-bottom: 20px;
    }

    .rgEditForm input[type=text],
    .rgEditForm select {
        width: 220px !important;
        height: 38px !important;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .rgEditForm tr td:first-child {
        text-align: right;
        width: 200px;
    }

.application-text-container {
    height: 70px;
}

.tab-content {
    background: white;
    border-left: 1px solid #d4d5d7;
    border-bottom: 1px solid #d4d5d7;
    border-right: 1px solid #d4d5d7;
    padding: 15px 25px 10px 25px;
}

table > tfoot > tr > th > i.fa-search {
    float: right;
    padding-top: 15px;
}

.bottom-rule {
    border-bottom: 1px solid #6cbe45;
    margin-top: 60px;
}

.patient-number-wrapper {
    height: 55px;
    margin-bottom: 5px;
}

.navbar-fixed-top {
    /*min-height: 80px;*/
}

    .navbar-fixed-top .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

/*.navbar-fixed-top .navbar-nav h3 {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 30px;
    margin-left: 30px;
    min-width: 12em;
}*/

.navbar-report {
    background-color: #1b874c;
    background-image: none;
}

    .navbar-report .navbar-nav li a {
        color: white;
    }

        .navbar-report .navbar-nav li a:hover {
            color: #6cbe45;
        }

    .navbar-report .navbar-nav .dropdown .dropdown-menu {
        background: #1b874c;
    }

.hiddenButton {
    display: none;
}

.excel-export {
    color: #207245;
    float: right;
    margin-bottom: 10px;
}


