﻿html {
    height: 100%;
    background-color: #000;
    margin: 0;
    padding: 0;
}

div.dt-button {
    position: relative !important;
    float: right !important;
    clear: both !important;
}

.red {
    background-color: red;
}

body {
    min-height: 100%;
    height: 100%;
    background-color: #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    background-image: url('../Images/bgf.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    padding-bottom: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: solid 2px;
    width: 80%;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    margin-bottom:50px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #D0D6D8;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #D0D6D8;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align:center;
}

.Modal_Body{
    list-style: none;
    padding: 0 40px;
}
.Modal_Body_Section{
    list-style:none;
    padding:0 40px;
}
.Modal_Body_Subsection{
    display:inline-block;
    padding-bottom:10px;
}

.Modal_Body_Subsection.Third{
    width:33.199%;
}
.Modal_Body_Subsection.Half{
    width:49.8%;
}
.Modal_Body_Subsection.Full{
    width:100%;
}
.Modal_Body_Subsection input{
    box-sizing:border-box;
    width:100%;
}

.Interaction_Row{
    border-bottom:dashed 2px lightgrey;
    padding:15px;
}

.Interaction_Row:hover{
    background-color:whitesmoke;
}

.Interaction_Time{
    width:16%;
    display:inline-block;
}

.Interaction_Type {
    width: 16%;
    display: inline-block;
}

.Interaction_Source {
    width: 18%;
    display: inline-block;
}

.Interaction_Content {
    width: 50%;
    display: inline-block;
}

#pagecover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../Images/Loading.gif);
    background-size: 480px 474px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.VerticalRule {
    width: 0;
    height: 100%;
    display: inline-block;
}

.Help-Tip {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

    .Help-Tip::before {
        content: "";
        background-image: url('../Images/QuestionMarkIcon.png');
        background-size: 100% 100%;
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .Help-Tip .Help-Tip-Text {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .Help-Tip .Help-Tip-Text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .Help-Tip:hover .Help-Tip-Text {
        visibility: visible;
        opacity: 1;
    }

#InputForm {
    margin-top: 10px;
    margin-bottom: -15px;
    border-radius: 5px;
    border: solid 1px;
    padding: 5px;
    background-color: darkgrey;
}

    #InputForm li, #EditForm li, #ViewForm li {
        display: inline-block;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

        #InputForm li input {
            text-align: left;
        }

.AccountingHeader {
    list-style: none;
    padding: 0;
}

    .AccountingHeader li {
        text-align: center;
        display: inline-block;
        padding-right: 15px;
    }

#Edit_Form {
    display: none; /* Hidden by default */
    position: fixed; /*Stay in place */
    z-index: 1; /*top layer */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#Edit_Form_Content {
    background-color: #fff;
    margin: 15% auto; /*15% from top and Centered */
    padding: 20px;
    border: 5px solid;
    border-radius: 10px;
    width: 80%;
}

#Edit_Form_Close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
    transform: translate(75%,-50%);
}

    #Edit_Form_Close:hover,
    #Edit_Form_Close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#Edit_Form_Input_Table {
    width: 100%;
    transform: translateY(-28px);
}

    #Edit_Form_Input_Table caption {
        font-size: 28px;
        font-weight: bold;
    }

    #Edit_Form_Input_Table td {
        text-align: center;
    }

    #Edit_Form_Input_Table label {
        display: inline-block;
        width: 150px;
        text-align: right;
    }

    #Edit_Form_Input_Table select {
        width: 312px;
    }

    #Edit_Form_Input_Table .Edit_Form_Thirds {
        width: 33%;
        text-align: center;
        display: inline-block;
    }

    #Edit_Form_Input_Table .Edit_Form_Documents {
        text-align: center;
        width: auto;
    }

.Alternate_Style {
    background-color: ghostwhite;
}

#EditForm, #ViewForm {
    display: none;
    z-index: 1000;
    padding: 15px;
    width: 750px;
    height: auto;
    border: solid 2px;
    border-radius: 5px;
    position: absolute;
    background-color: grey;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.answers li label {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.answers li input:checked + label {
    background-color: #00FFFF;
    border-radius: 3px;
}

.answers {
    list-style-position: inside;
}

    .answers label {
        cursor: pointer;
        display: inline;
    }

    .answers input {
        visibility: hidden;
    }

.tab {
    padding: 0px;
    margin: 0px;
}

.tabselected {
    border: solid 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    padding: 5px;
    background-color: #f9f9f9;
    text-decoration: none;
}

.tabunselected {
    border: solid 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    padding: 5px;
    background-color: #d0d0d0;
    text-decoration: none;
}

.clienttables {
    margin-bottom: 15px;
    border: solid 2px;
    border-radius: 5px;
    padding: 5px;
    background-color: #bcbcbc;
}

.clienttableinterior {
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 5px;
}

.listlevel li {
    display: inline-block;
}

    .listlevel li a {
        text-decoration: none;
        white-space: nowrap;
    }

        .listlevel li a:hover {
            background-color: #c7d1d6;
        }

#totalwrap {
    padding: 30px;
    /*margin: 0 30px 0 30px;*/
    /*padding-top:30px;
    padding-bottom:30px;*/
    height: calc(100% - 60px);
}

header {
    background-color: #e2e2e2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}

#cleartest {
    clear: both;
}

#disable {
    text-decoration: none;
}

    #disable:hover {
        background-color: transparent;
    }

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    font-size: 0.6em;
    margin-left: 15px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* Management 
----------------------------------------------------------*/
#IframeForm {
    margin: auto;
    width: 640px;
}

#Submission_Number {
    display: block;
    /*margin:5px auto 5px auto;*/
}

#Call_Fire_Submit {
    display: block;
    margin: 5px auto 5px auto;
}

#IframeForm h1 {
    text-align: center;
}

#IframeStatus {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
}

#FormsFrame {
    display: block;
    margin: auto;
    overflow: hidden;
    border: solid 5px #efeeef;
    background-color: #efeeef;
    border-radius: 5px;
}

.BigCheck {
    margin-top: 7.5px;
    transform: scale(2);
}

.ManagementLabel {
    color: white;
}

.Management {
    display: block;
    list-style: none;
    padding: 0;
}

.InputForm {
    border-color: #000;
    width: 100px;
}

.RewriteForm {
    border-color: #000;
    width: auto;
}

.ManagementOptions {
    display: block;
    text-align: center;
}

.ManagementCategory {
    display: block;
    list-style: none;
    padding: 0;
}

.ManagementPermissions {
    display: block;
    list-style: none;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-position: inside;
}

.ManagementPermissionsSubCategory {
    text-align: center;
    display: inline-block;
    padding: 0;
    width: 100%;
    padding-bottom: 25px;
}

.ManagementCategory input[type="password"] {
    width: auto;
}

.ManagementSubCategory {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 300px;
    padding-right: 25px;
}

.ManagementSubCategorySmall {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 150px;
    padding-right: 12.5px;
}

.ManagementSubCategoryLarge {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 600px;
    padding-right: 25px;
    overflow-x: scroll;
}

.ManagementSubCategoryLargeB {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 625px;
    padding-right: 25px;
}

.ManagementTable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid;
    border-collapse: separate;
    background-color: white;
}

    .ManagementTable td, .ManagementTable th {
        padding: 5px;
        border: groove 1px;
        text-align: center;
    }

.firstName {
    display: inline-block;
}

.lastName {
    display: inline-block;
}
/*Fancy Check*/
/* Customize the label (the container) */
.Fancy_Check_Label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
    .Fancy_Check_Label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.Fancy_Check_Span{
    float: right;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* Create a custom checkbox */
.Fancy_Check_Span_Special {
    float: right;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.Fancy_Check_Label:hover input ~ .Fancy_Check_Span {
    background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.Fancy_Check_Label:hover input ~ .Fancy_Check_Span_Special {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.Fancy_Check_Label input:checked ~ .Fancy_Check_Span {
    background-color: #2196F3;
}
/* When the checkbox is checked, add a blue background */
.Fancy_Check_Label input:checked ~ .Fancy_Check_Span_Special {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Fancy_Check_Span:after {
    content: "";
    position: absolute;
    display: none;
}
/* Create the checkmark/indicator (hidden when not checked) */
.Fancy_Check_Span_Special:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Fancy_Check_Label input:checked ~ .Fancy_Check_Span:after {
    display: block;
}
/* Show the checkmark when checked */
.Fancy_Check_Label input:checked ~ .Fancy_Check_Span_Special:after {
    display: block;
}


/* Style the checkmark/indicator */
.Fancy_Check_Label .Fancy_Check_Span:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.Fancy_Check_Label .Fancy_Check_Span_Special:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:5px;
    margin-left:8px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.Nice_Radio_Hide {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .Nice_Radio_Hide input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
    }

.Nice_Radio {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -22.5%);
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.Nice_Radio_Hide:hover input ~ .Nice_Radio {
    background-color: #ccc;
}

.Nice_Radio_Hide input:checked ~ .Nice_Radio {
    background-color: #2196F3;
}

.Nice_Radio:after {
    content: "";
    position: absolute;
    display: none;
}

.Nice_Radio_Hide input:checked ~ .Nice_Radio:after {
    display: block;
}

.Nice_Radio_Hide .Nice_Radio:after {
    top: 9px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

header, footer, div,
nav, section {
    display: block;
}

.search {
    border-left: initial !important;
    display: block;
    float: right;
    padding-right: 10px;
    padding-top: .075em;
}

    .search input {
        border-radius: 5px;
        height: .8em;
        width: 200px;
        background: no-repeat white url('../Images/search.png');
        background-position: right 5px center;
        padding-right: 25px;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.headerCenterWrap {
    margin: 0 -5px 0 -5px;
    padding: 0;
    text-align: center;
    width: calc(100% + 5px);
}

.headerCenter {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background-color: grey;
}

    .headerCenter table {
        margin: 0;
        background-color: white;
    }
/*.headerCenter table{

}*/
.float-right {
    float: right;
    clear: none;
}

.Float_Right {
    float: right;
    clear: none;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: auto;
}

.inlineForms {
    text-align: center;
}

    .inlineForms form {
        display: inline-block;
    }

#under {
    color: red;
}

#calltimeaverage {
    text-align: right;
}

#indexWrap {
    margin: -30px -30px -30px -30px;
}

#leftpanel {
    float: left;
    margin: 0;
    padding: 10px;
    width: 350px;
}

.Agent_DashBoard_Section {
    border-radius: 5px;
    border: solid 2px;
    padding: 5px;
    /*display: inline-block;*/
    margin: 5px;
}

.Agent_DashBoard_Header {
    margin: 0px;
}

.Agent_DashBoard_Row table {
    /*width:308px;*/
    width: 100%;
}

.Agent_DashBoard_Row th {
    text-align: left;
}

.Agent_DashBoard_Row td {
    text-align: right;
    padding: 0px;
}

.Agent_DashBoard_Row tr {
    border-bottom: 2px groove;
}

.Agent_DashBoard_Data {
    text-align: center;
}

#rightpanel {
    float: right;
    margin: 0;
    padding: 10px;
    width: 350px;
}

.Agent_ScoreCard {
    border-radius: 5px;
    border: solid 2px;
    padding: 5px;
    /*display: inline-block;*/
    margin: 5px;
}

.Agent_ScoreCard_Overall h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#Agent_ScoreCard_Overall_Data {
    border-radius: 5px;
    border: solid;
    width: 75px;
    margin: auto;
    height: 75px;
}

.Agent_ScoreCard_Sub_Grade {
    border-radius: 5px;
    border: solid;
    width: 75px;
    text-align: right;
    padding: 0px;
    height: 75px;
    display: inline-block;
}

.Agent_ScoreCard_Letter_Grade {
    text-align: center;
    height: 75%;
    font-size: 3em;
}

.Health_Submit_Data_Display {
    text-align: center;
    height: 100%;
    font-size: 1.5vw;
    transform: translateY(12.5%);
}

.Status_Table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.Status_Table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.Status_Table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.Status_Table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.Status_Table tr td:first-child {
    padding-left: 5px;
}

.Status_Table tr td:last-child {
    padding-right: 5px;
}

.Agent_ScoreCard_Percentage {
    text-align: center;
    height: 25%;
    font-size: .75em;
}

.Agent_ScoreCard_Data_Table {
    width: 100%;
}

    .Agent_ScoreCard_Data_Table th {
        text-align: left;
        font-size: 2em;
    }

    .Agent_ScoreCard_Data_Table td {
        text-align: right;
        padding: 0;
    }

#Health_Submit_Data_Table td:hover {
    background-color: #D0D6D8;
}

#Health_Submit_Data_Table a {
    padding: 0;
}

#testpanel {
    margin: auto;
    width: 50%;
    border-radius: 5px;
    background-color: #EEE;
}

    #testpanel ol {
        font-weight: bold;
    }

        #testpanel ol li ol {
            font-weight: normal;
        }

#centerpanel {
    margin: 0 370px 0 370px;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
}

#taskTable {
    text-align: center;
    border: 3px solid;
    border-radius: 5px;
    padding: 5px;
}

    #taskTable h3 {
        display: inline-block;
        margin: 0;
        border-bottom: groove;
        width: 100%;
    }

    #taskTable table tbody tr td:last-child {
        display: flex;
        justify-content: space-around;
    }

    #taskTable table img {
        display: inline-block;
        height: 20px;
        width: 20px;
    }


#productionLabel {
    float: left;
}

.production {
    float: right;
}
/*.productionrow{
}*/
#leftfloat {
    float: left;
}

#rightfloat {
    float: right;
}

#legend {
    border: solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: #e5e5e5;
}

#row {
    border-bottom: groove;
    padding-top: 3px;
    white-space: nowrap;
}

    #row div {
        display: inline-block;
        height: 15px;
        width: 15px;
        border-radius: 3px;
    }

    #row span {
        margin-left: 5px;
        margin-right: 5px;
    }

#futureA {
    background-color: #b3d9ff;
}

#futureB {
    background-color: #80bfff;
}

#activeA {
    background-color: #b3ffb3;
}

#activeB {
    background-color: #80ff80;
}

#upcomingA {
    background-color: #ffffb3;
}

#upcomingB {
    background-color: #ffff80;
}

#pendingA {
    background-color: #ffe0c0;
}

#pendingB {
    background-color: #ffc082;
}

#expiredA {
    background-color: #ff8b8b;
}

#expiredB {
    background-color: #f66b6b;
}

#body {
    background-color: #efeeef;
    clear: both;
    min-height: calc(100% - 60px - 120px - 44px); /* 60px = Padding on TotalWrap 120px = Size of Header 44px = Size of Nav   */
}

#pager, .reportOutput, #reportOutput, #reportOutput0, #reportOutput1, #reportOutput2, #reportOutput3, #reportOutput4, #reportOutput5, #reportOutput6, #reportOutput7, #reportOutput8, #reportOutput9, #reportOutput10, #reportOutput11, .reportOutput {
    overflow-x: auto;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding: 30px;
    background-color: #fff;
}

/*.featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

header .content-wrapper {
    padding-top: 5px;
}

/* Client Page Alignments*/
#clientgroup {
    width: 100%;
}

#clientleft {
    width: 50%;
    float: left;
}

#clientright {
    width: 50%;
    float: right;
}

#clientinline {
    float: left;
    margin-right: 5px;
}

    #clientinline #Age {
        width: 2em;
    }

    #clientinline #PrimaryDOB {
        width: 10em;
    }

    #clientinline #PrimarySSN {
        width: 6em;
    }

    #clientinline #City {
        width: 8em;
    }

    #clientinline #County {
        width: 8em;
    }

    #clientinline #Zipcode {
        width: 5.5em;
    }

    #clientinline #PhoneNumber {
        width: 5.7em;
    }

    #clientinline #AlternatePhoneNumber {
        width: 5.7em;
    }

#Address {
    width: 20em;
}
/*#clientinline input{
}*/
#clientclear {
    width: 100%;
    clear: both;
}

.clientclear {
    clear: both;
    line-height: 0;
}
/*****************************************************************************/
footer {
    clear: both;
    background-color: #D0D6D8;
    font-size: .8em;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/

#login {
    display: block;
    position: absolute;
    max-width: 322px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .85em;
    text-align: right;
    border-style: solid;
    border-color: black;
    border-width: 5px;
    border-radius: 5px;
    background-color: #1f212e;
    padding-top: 15px;
}

    #login img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #login form {
        padding: 5px;
    }

    #login ul {
        padding: 0px;
    }

    #login li {
        display: block;
        list-style: none;
    }

    #login input {
        border-radius: 5px;
    }

        #login input[type=password], #login input[type=email] {
            width: 300px;
        }

/* menu
----------------------------------------------------------*/
nav {
    background: linear-gradient(to top, #191919, #787878 );
    box-shadow: 0 10px 5px grey;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    list-style-type: none;
    margin: 0;
}

ul#menuTable {
    font-size: 1.3em;
    font-weight: 600;
    list-style-type: none;
    margin: 0;
}

ul#menu li {
    display: inline-block;
    border-right: 1px solid #5d5d5d;
    border-left: 1px solid #929292;
    margin-right: -5px;
}

    ul#menu li ul li {
        margin-right: 0px;
    }

ul#menuTable li {
    display: inline-block;
}

ul#menu li a, .dropbtn {
    display: block;
    color: #e4e4e4;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

ul#menuTable li a, .dropbtn {
    display: block;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

ul#menu li ul li a.dropbtnLvl {
    padding: 20px;
}

ul#menu li a:hover, .dropdown:hover .dropbtn {
    color: #e4e4e4;
    background-color: #191919;
}

ul#menuTable li a:hover, .dropdown:hover .dropbtn {
    color: #e4e4e4;
    background-color: #191919;
}

ul#menu li a:hover, .dropdownLvl:hover .dropbtnLvl {
    color: #e4e4e4;
    background-color: #191919;
}

li.dropdown {
    display: block;
}

.dropdownMenu {
    font-size: 0.9em;
    display: none;
    position: absolute;
    background-color: #787878;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style-type: none;
    padding: 0;
    border: 2px solid #191919;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdownMenuLvl {
    font-size: 0.9em;
    display: none;
    position: absolute;
    background-color: #787878;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style-type: none;
    padding: 0;
    border: 2px solid #191919;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdownMenu a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

    .dropdownMenu a:hover {
        background-color: #7ac0da;
    }

.dropdown:hover .dropdownMenu {
    display: block;
}

.dropdownLvl:hover .dropdownMenuLvl {
    display: block;
}

#userdata {
    float: right;
    text-align: right;
    font-weight: bold;
}

    #userdata a {
        text-decoration: none;
    }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #D0D6D8;
        color: #000;
        padding: 20px 40px 30px 40px;
    }

    .featured div.title h1, .featured div.title h2 {
        color: #354B50;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
div.title {
    margin-bottom: 10px;
}

    div.title h1, div.title h2 {
        display: inline;
    }

    div.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */

section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* un-ordered list */

ul.clear {
    list-style-type: none;
    padding-left: 0px;
}

ul.dates, ul.drops {
    padding-left: 0px;
    list-style-type: none;
}

    ul.dates li, ul.drops li {
        display: inline-block;
    }

.submit {
    border-radius: 5px;
}

    .submit:hover {
        background: #686868;
        color: white;
    }



/* ordered list */

ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round a {
        padding: 0;
        text-decoration: none;
    }

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

.label {
    font-weight: 700;
}

/* login page */
/*#loginForm {

}*/

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
}

#loginForm input {
    width: 250px;
}

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

#Service_Additional_Left {
    width: 50%;
    float: left;
}

#reportOutput fieldset legend, .reportOutput fieldset legend {
    display: block;
    font-weight: bold;
    font-size: 1.8em;
}

#reportOutput fieldset label, .reportOutput fieldset label {
    display: inline-block;
    margin: 0px;
    margin-left: 30px;
    padding: 5px;
    font-size: 1.25em;
}

    #reportOutput fieldset label input, .reportOutput fieldset label input {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        width: initial;
    }




label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 5px 0;
    padding: 5px;
    border-radius: 5px;
    width: 300px;
}

select {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 5px 0;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-summary-errors ul {
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
.headerStyle2, .headerStyle2 a {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    height: 65px;
}

    .headerStyle2 th {
        padding-left: 15px;
        padding-right: 15px;
    }



table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 2em;
    border: 0 none;
}


.tables {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .tables table {
        float: left;
    }

.FinalExpense th {
    padding-left: 15px;
    padding-right: 15px;
}

.tableStyle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .tableStyle tfoot, .tableStyle2 tfoot {
        border-top: solid 1px;
    }

.tableStyle2 {
    white-space: nowrap;
}
/*.headers{

}*/
.righttable {
    overflow-x: scroll;
}

/*.tableStyle thead tr th:nth-child(-n+3), .tableStyle tbody td:nth-child(-n+3){
    position:absolute;
    width:150px;
    
}*/
.tableStyle tbody :hover, .tableStyle2 tbody :hover {
    background-color: #b3ffff;
}

.tableStyle thead, .tableStyle2 thead {
    border-bottom: solid 1px;
}

    .tableStyle thead th {
        border-left: 10px;
        border-right: 10px;
    }

.headers th:nth-child(n+4) {
    display: none;
}

.headers td:nth-child(n+4) {
    display: none;
}

.righttable th:nth-child(-n+3) {
    display: none;
}

.righttable td:nth-child(-n+3) {
    display: none;
}
/*.headerStyle th{
}*/
.headerStyle th a {
    /*display:table-cell;*/
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}



.headerStyleAlt, .headerStyleAlt a {
    text-align: center;
}

.headerStyleHidden {
    margin-top: -9999px;
    margin-bottom: -9999px;
    visibility: hidden;
    height: 0px;
    text-align: center;
}


.alternateStyle {
    background-color: #e2e2e2;
}







/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {


    body {
        padding: 0px;
    }
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */


    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    #userdata {
        float: right;
        text-align: right;
    }
    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    #clientleft {
        width: auto;
        float: left;
    }

    #clientright {
        width: auto;
        float: left;
    }
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    .tables {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .headers {
        display: inline;
        overflow-x: visible;
    }

    .righttable {
        overflow-x: visible;
        display: inline-block;
    }
}


@media print {
    header, nav, footer, aside {
        display: none
    }

    .featured {
        margin: 0px;
        padding: 0px;
        background-color: #787878;
    }

    .content-wrapper main-content clear-fix {
        background-color: transparent;
    }

    body {
        background: none;
        background-color: transparent;
    }
}
