/**
 * @version 2.0 2021.05.27 Consolidated dashboard buttons
 * @copyright Scott Johnson futureshocksolutions.com 2020
 * @license by Scott Johnson futureshocksolutions.com 2020
*/
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 40px 15px 20px;
}
.header {
    border-bottom: 1px solid blue;
    height:65px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.logo {
    float:left;
    width:180px;
    margin-left: 10px;
}
.product_title {
    float:left;
    font-size: 1.2em;
    margin-top: 40px;
}

.nav_buttons {
    float:right;
    margin-top: 35px;
    margin-right: 10px;
}

ul.navlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.navlist li {
    display: inline;
}

ul.navlist li a {
    color: #fff;
    padding: .2em 1em;
    width: 5em;
    background-color: #0A83C1;
}

ul.navlist li a:hover {
    background-color: #369;
    color:#fff;
    text-decoration: none;
}



.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to grid-view sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the nav-bar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/***** ABOUT PAGE*****/
.site-about {

}

#about-wrap {
    width: 705px;
    margin-left: auto;
    margin-right: auto;
}

#webtrack-img {

}

/***** CONTACT PAGE *****/
.site-contact {
}

#contact-wrap,
#login-wrap
{
    width: 705px;
    margin-left: auto;
    margin-right: auto;
}

#contact-wrap p,
#login-wrap p
{
    width:390px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#contact-form,
#login-form
{
    width:400px;
    margin-left: auto;
    margin-right: auto;
}
 /***** CLIENT *****/

.client-index {
    height: 100%;
}
 .secondary-nav {
     height:40px;
     width:100%;
     padding: 5px 10px 5px;
     border-bottom: 1px solid blue;
 }

/***** REPORTS *****/
.report-table,
.settings-table
{
    margin-top: 25px;
    margin-left: 25px;
}

.report-table th
{
    width:200px;
    border-bottom: 1px solid blue;
}

.settings-table thead th
{
    width:400px;
    border-bottom: 1px solid blue;
}

.settings-table tbody th
{
    width:200px;
    text-align: center;
    border-bottom: 1px solid blue;
}

/***** LISTS *****/

#list-types
{
    width:100px;
    float:left;
    margin-top: 10px;

}

#list-types ul
{
    list-style: none;
    padding:0;
    margin-left: 5px;
}

#list-data
{
    width:300px;
    margin:10px 10px;
    float:left;
}

#list-detail
{
    float:left;
    margin:10px 10px;
    width:400px;
}

.tbl-th-cust
{
    padding:0 5px;
}

.tbl-col-cust-odd
{
    padding:0 5px;
    background-color: lightgreen;
}

.tbl-col-cust-even
{
    padding:0 5px;
}

.custDetailTbl {
    width: 700px;
}

.custDetailHead .first{
    border-bottom: 1px solid blue;
    width: 200px;
}

.custDetailHead .second{
    border-bottom: 1px solid blue;
    width: 150px;
}

.custDetailHead .third{
    border-bottom: 1px solid blue;
    width: 150px;
}

.custDetailHead .fourth{
    border-bottom: 1px solid blue;
    width: 50px;
}

#fromDate,
#toDate {
    width:70px;
    font-size: .7em;
}

.coming-soon {
    width:700px;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon span {
    display: block;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.coming-soon span img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #636466;
}

._notes p {
    font-size: 12px;
}

._notes label {
    font-size: 12px;
}

.notes_text {
    font-size: 8px;
}

.export_button {
    border: none;
    background-color: transparent;
}

.showModalButton, .modalAddAssociate, .modalAddAssociateToAccount, .startDmsMatchBack {
    width: 180px;
    height: 25px;
    display: block;
    float:left;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
}


/***************** Dashboard Buttons ******************/
/** xs **/
@media (max-width: 768px) {
    .dark_blue_button {
        font-size: 8px;
    }
    .light_blue_link_button {
        font-size: 8px;
    }
}
/** >xs **/
@media (min-width: 769px) {
    .dark_blue_button {
        font-size: 11px;
    }
    .light_blue_link_button {
        font-size: 11px;
    }
}

.dark_blue_button {
    border: 0;
    height: 25px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    line-height: 21px;
    font-weight: bold;
    color: #ffffff;
}

.dark_blue_button:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1585c2;
}

.inactive_dark_blue_background {
    background-color: #253a61;
}

.active_green_background {
    background-color: green;
}

.light_blue_button {
    border:0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    background-color: #3282C5;
    box-shadow: none;
    cursor:pointer;
}

.light_blue_link_button {

    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1585c2;
    cursor: pointer;
}
.light_blue_link_button:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1585c2;
}

.light_blue_link_button:visited {
    color: #ffffff;
}
/***********************************************/

.modalAddAssociate, .modalAddAssociateToAccount {
    width: 100%;
    height: 25px;
    display: block;
    float:left;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
    border: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.modalDeleteUser {
    width: 70px;
    height: 27px;
    display: block;
    float:left;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    color: #ffffff;
    background-color: red;
}

.deleteNoteConfirm {
    width: 170px;
    height: 27px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    color: #ffffff;
    background-color: red;
}

.float_left_a {
    margin-top: 2px;
    display: block;
    width: 180px;
    height: 23px;
    float:left;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
}
.float_left_a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1585c2;
}

.float_left_a:visited {
    color: #ffffff;
}

.dms_match_back_button {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
}

.dms_match_back_button_completed {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: green;
}

.dms_match_back_button_center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    display: block;
    width: 200px;
    height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
}

.dms_match_back_button:visited, .dms_match_back_button_center:visited, .dms_match_back_button_completed:visited {
    color: #ffffff;
}

.reassign_button {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3282C5;
}
.reassign_button:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #253A61;
}

.reassign_button:visited {
    color: #ffffff;
}

.note_delete_a {
    margin-top: 1px;
    display: block;
    width: 50px;
    height: 23px;
    float:right;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
    font-size: 11px;
    line-height: 25px;
    color: white;
    background-color: red;
}
.note_delete_a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1585c2;
}

.note_delete_a:visited {
    color: #ffffff;
}

.dark_link_button {
    margin-top: 2px;
    display: block;
    width: 200px;
    height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #253a61;
}

.showModalButton:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1585c2;
}

.range_dropdown {
    float:left;
}

.modal_notes {
    width:400px;
}

.modal_customer {
    width:400px;
}

.modal_export_disclaimer {
    width:1000px;
}

.workflow_modal {
    min-width:1500px;
}

.modal_account_list {
    width:400px;
}

.modal_email {
    max-width: 1500px;
}

.modal_range {
    width: 300px;
}

.modal_visits {
    width: 1000px;
}

.modal_add_associate {
    width:600px;
}

.modal_delete_user {
    width:400px;
}

.modal_change_password {
    width: 400px;
}

.modal_delete_note {
    width: 800px;
}

.coming_soon_red {
    font-size: 10px;
    color: red;
}

.contact-form-field {
    float:right;
}

div.required label.control-label::before {
    content: "*";
    color:red;
    margin-right: 3px;
}

.a-last-web-visit {
    border-bottom: 1px solid blue;
}

a.sort-text-link {
    font-size: 10px;
    color:blue !important;
}

.btn_form_reset {
  color: #000;
  background-color: #fff;
  border-color: #2e6da4;
}

.filter_radio label {
    margin-right:5px;
}

.search_radio label {
    margin-right:5px;
}

.modal_quick_search {//V16
    min-width:500px;
}

#sessExpirDiv {

}

#sessExpirP {

}

.data_match_table {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.loading_gif {
    position: fixed;
    left: 0;
    top:0;
    width:150px;
    height: 100px;
    z-index: 9999;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.filter-modal-size{
    max-width: 1500px;
}

.modal_visits {
    max-width: 1000px;
}
