﻿@import url('PracticeManagement/PracticeManagement.css');
@import url('PracticeManagement/LeadManagement/Default.css');
@import url('PracticeManagement/LeadManagement/LeadForms.css');
@import url('PracticeManagement/PatientManagement/Default.css');
@import url('PracticeManagement/PatientManagement/PatientRecord.css');
@import url('PracticeManagement/PatientManagement/PrimaryInformation.css');
@import url('PracticeManagement/PatientManagement/PatientEditForm.css');
@import url('PracticeManagement/PatientManagement/Visits.css');
@import url('PracticeManagement/PatientManagement/Behavioral.css');
@import url('PracticeManagement/PatientManagement/TransactionHistory.css');

@import url('PracticeManagement/PatientManagement/VisitsEditForm.css');
@import url('PracticeManagement/PatientManagement/SOAP.css');
@import url('PracticeManagement/PatientManagement/Transactions.css');
@import url('PracticeManagement/PatientManagement/Notes.css');
@import url('PracticeManagement/PatientManagement/Files.css');
@import url('PracticeManagement/PatientManagement/ProgressSummary.css');

@import url('PracticeManagement/InventoryManagement/Default.css');
@import url('PracticeManagement/InventoryManagement/InventoryForms.css');

@import url('PracticeManagement/Reports/Default.css');
@import url('PracticeManagement/Reports/ReportGrids.css');

@import url('Templates/Emails/Default.css');
@import url('Templates/Notes/Default.css');


@font-face
{
    font-family: Arimo;
    src: url("../Styles/Fonts/New-Arimo-Regular.ttf");
}

#SiteDiv {
    /*position: relative;
    width: 950px;
    height: 725px;
    float: left;*/
}

/*
    This is used to override the opacity in chrome defaulting to 0    
*/
.PopupForm {
    opacity: 100;
}

/*
    This is used to override the default look and feel of a button
    It was created to remove the Javascript:_doPostback(.) when hovering over a linkbutton
*/
.link {
    background: none;
    border: none;
    padding: 0px;
    color: #5494EA;
    cursor: default;
    font: normal 14px Arial;
}

    .link:hover {
        color: #4DA3AA;
        cursor: pointer;
    }

/* The follow are for Images for buttons */
.NoImage {
    background: none;
    border: none;
    padding: 0px;
}

.ImageButton {
    border: none;
    padding: 0px;
    cursor: default;
}

    .ImageButton:hover {
        cursor: pointer;
    }

.RequiredLbl {
    color: red !important;
}

.TitleLbl {
    font: bolder 10px arial !important;
    padding-right: 5px;
}

.DetailsInfoLbl {
    font: normal 9px arial !important;
}

.ButtonShadowing {
    float: right;
    -moz-box-shadow-bottom: 4px 4px 0px darkgray;
    -webkit-box-shadow-bottom: 4px 4px 0px darkgray;
    box-shadow: 4px 4px 0px darkgray;
}

.Rounded_MainDiv {
    background-color: transparent;
}

.Rounded_HeaderDiv {
    min-height: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    background-color: #6C9C31;
    border: 1px solid #6C9C31;
    padding: 8px;
    color: white;
    font: bold 10px arial !important;
}

.Rounded_BodyDiv {
    background-color: #DAE9B4;
    border-left: 1px solid #6C9C31;
    border-right: 1px solid #6C9C31;
    padding: 8px;
    font: 10px arial !important;
}

.Rounded_FooterDiv {
    min-height: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    background-color: #DAE9B4;
    border-top: 1px solid #DAE9B4;
    border-left: 1px solid #6C9C31;
    border-right: 1px solid #6C9C31;
    border-bottom: 1px solid #6C9C31;
}

.PopupText {
    font: normal 14px arial !important;
}

.LeftFloat {
    float: left;
    padding-left: 5px;
}


/* New Style
----------------------------------------------------------*/

.RightFloat {
    float: right;
    padding-right: 5px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
    font-family: Arimo;
}

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background-color: #fff;
    font-size: .8em;
    height: 100px;
}

/* menu
----------------------------------------------------------*/
#menu {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #menu a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #menu a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #menu ul {
        margin: 0;
    }

    #menu li {
        display: inline;
        list-style: none;
    }

    .float-left {
    float: left;
}

.float-right {
    float: right;
}

.btnStyle {
    color: #404040;
    font: normal 12px Tahoma,Geneva,sans-serif;
    border: 1px solid #6C9C31;
    background: #DCDDDE;
    padding: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: 10px;
}

    .btnStyle:hover {
        background: #BED630;
    }

    .btnStyleGrid {
    color: #404040;
    font: normal 12px Tahoma,Geneva,sans-serif;
    border: 1px solid #6C9C31;
    background: #DCDDDE;
    padding: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

    .btnStyleGrid:hover {
        background: #BED630;
    }

.headerText {
    color: white;
    font-weight: bold;
    padding: 4px 6px;
    text-align:center;
    font-size: 14px;
    text-decoration:none;
    font-family:Arial;
}

.expandBtn {
    color: white;
    font-weight: bold;
    text-align:center;
    font-size: 20px;
    text-decoration:none;
    font-family:Arial;
    width:100%;
}

.gvNoPadding {
    padding: 0px 0px 0px 0px;
}

.gvPadding {
    padding: 4px 2px 4px 2px;
}

.NotUser {
    text-decoration:none;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    /*margin-left:-6px;*/
    background-color: #737d81;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 0px 0px 25px 25px;
    padding-bottom:10px;
}

.dropdown-content a {
    color: white;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding:0px 0px 0px 0px; 
    margin:0px;
}

.imgShadow {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.imgstyle {
    width: 28px;
    height: 27px;
    margin-top: -5px;
    vertical-align:middle
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

.pagerstyle {
    line-height: 0px;
}
