/* CSS Document */

/* *************** OVERALL ACTIVE REGION CONTAINER *********** */
#csr_notes_div_item{
    text-align:left;
    width:95%;
    position:inherit;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:5px;
    border-bottom:dashed;
    border-width:1px;
    background-color: rgb(255, 255, 204);
}

.left_tv_div {
    float: left;
    width: 49%;
    margin-left: 1%;
  }

  .right_tv_div {
    float: right;
    width: 49%;
    margin-right: 1%;
  }

  .right_tv_div td,
  .left_tv_div td {
    padding-bottom: 10px;
  }

legend {
    color: #666;
}

body {
    padding: 41px 0 46px 0;
    margin: 0px;
}

table.grid {
    width: 100%;
  }

  .form-control {
    margin-top: 10px;
  }

#page_region {
    width: 100%;
    min-width: 1250px;
    position: relative;
/*	border: 1px solid black; */
}

#page_region.page-region-responsive {
    width: 100%;
    min-width: 1250px;
}

@media all and (min-width: 996px) and (max-width: 1250px) {
  #page_region.page-region-responsive {
    min-width: 965px;
    width: 996px;
  }
}

@media all and (min-width: 765px) and (max-width: 995px) {
  #page_region.page-region-responsive {
    min-width: 765px;
    width: 765px;
  }
}

@media all and (max-width: 764px) {
  #page_region.page-region-responsive {
    min-width: 500px;
    width: 500px;
  }
}

#main {
    padding: 1em 4em;
    /*width: 1071px;*/
}

h1, h2 {
    color: #666;
}
a, a:link, a:visited, a:hover, img {
    border: none !important;
}

/* *************** HEADLINE ******************** */


#headline #logo {
    width: 300px;
    float: left;
}

#headline #facility {
    position: absolute;
    top: 11px;
    left: 285px;
    width: 290px;
    z-index: 10000;
    font-size: 165%;
    height: 20px;
    white-space: nowrap;
}

#facility a,
#facility a:link,
#facility a:visited,
#facility a:hover,
#facility span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #024E8E;
    font-weight: bold;
    text-decoration: none;

}

tr.alarmed td {
    background-color: lightcoral !important;
}


#headline_nav a#facility_button {

    padding: 2px;
    line-height: 20px;
    padding: 2px; line-height: 20px;
    padding: 2px;
    line-height: 20px;
    margin: 6px;
    height: 20px;
}

/* ***************** HEADLINE AUTOCOMPLETE *********** */

#headline #fm_query {
    width: 300px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #024E8E;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
    padding: 3px;
}

#fm_selection b {
    color: #600
}

.autocomplete-w1 {
    background-color: #C64C1D;
    position: absolute; /* IE6 fix: */
    _background: none;
    _top: 1px;
}

.autocomplete {
    width: 350px;
    height: 300px;
    max-height: 500px;
    font-size: 80%;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    overflow: auto;
    margin: 0px; /* IE specific: */
    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete strong {
    color: #900;
    text-decoration: underline
}

.autocomplete div,
.autocomplete div a,
.autocomplete div a:link,
.autocomplete div a:hover,
.autocomplete div a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0px 1px;
}

/* ****************** HEADLINE PHONE SUPPORT ************ */

#headline_phone_support {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003366;
    font-size: 180%;
    position: absolute;
    text-align: right;
    width: 500px;
    top: 46px;
    left: 525px;
    height: 20px;
}

#headline_phone_support b {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ****************** HEADLINE STATUS ************ */

#headline_user_status {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 80%;
    position: absolute;
    width: 500px;
    top: 46px;
    left: 288px;
    height: 20px;
}

#headline_user_status a,
#headline_user_status a:link,
#headline_user_status a:visited,
#headline_user_status a:hover {
    color: black;
    text-decoration: underline;
}

/* *************** HEADLINE NAV ******************** */

#headline_nav {
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: right;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#headline_nav .item,
#headline_nav a,
#headline_nav a:link,
#headline_nav a:visited,
#headline_nav a:hover {
    text-decoration: none;
    color: #666;
    display: block;
    float: right;
    height: 38px;
    padding: 0em 0.5em;
    vertical-align: middle;
    line-height: 38px;

    border-right: 1px solid #FFF;
    border-left: 1px solid #CCC;
}

#headline_nav a.current,
#headline_nav a.current:link,
#headline_nav a.current:visited,
#headline_nav a.current:hover {
    text-decoration: none;
    font-weight: bold;
    color: #600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ********* MAIN NAV ******************** */

#main_nav {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    z-index: 5;
}

#main_nav_inner {
    height: 38px;
    background-image: url(/images/layout/tb/m.png);
    background-repeat: repeat-x;
}

#main_nav_menu {
}

#main_nav_inner_l {
    height: 38px;
    background-image: url(/images/layout/tb/l.png);
    float: left;
    width: 15px;
}

#main_nav_inner_i {
    height: 38px;
    float: left;
    min-width: 890px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: white;
}

#main_nav_inner_r {
    height: 38px;
    background-image: url(/images/layout/tb/r.png);
    float: right;
    width: 15px;
}

/* ********* MAIN NAV LINKS ******************** */

#main_nav_inner_i a,
#main_nav_inner_i a:link,
#main_nav_inner_i a:visited,
#main_nav_inner_i a:hover,
#main_nav_inner_i span {
    text-decoration: none;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0em 1em;
    margin: 0em;
    color: white;
    font-size: 110%;
}

/* --------- home icon padding ------- */

#main_nav_inner_i img {
    margin: 10px 0px;
}

#main_nav_inner_i a:hover,
#main_nav_inner_i a.current:hover {
    background-image: url(/images/layout/tb/active.png);
    background-repeat: repeat-x;
    color: white;
}

#main_nav_inner_i a.current,
#main_nav_inner_i a.current:link,
#main_nav_inner_i a.current:visited,
#main_nav_inner_i a.current:hover {
    /*
     background-image:url(/images/layout/tb/m_active.png);
     background-repeat:repeat-x;
     color: black; */

    background-image: url(/images/layout/tb/active.png);
    background-repeat: repeat-x;
    color: white;

    border-left: 2px solid #333;
    border-right: 2px solid #333;
}

/* ********* SUB NAV ******************** */

#sub_nav {
    left: 0px;
    /*	padding-left: 100px;
     padding-right: 100px; */
    padding-left: 65px;
    padding-right: 65px;
    position: relative;
}

#sub_nav_inner {
    /*
     height: 36px; */
    height: 100%;
    min-height: 36px;
    background-image: url(/images/layout/sb/m2.png);
    background-repeat: repeat-x;
    background-position: bottom;
    display: block;
    background-color: #FFF;
}

#sub_nav_menu {
}

#sub_nav_inner_l {
    height: 100%;
    min-height: 36px;
    background-image: url(/images/layout/sb/l.png);
    float: left;
    width: 30px;
    height: 100%;
    display: none;
}

#sub_nav_inner_i {
    /*float: left;
     width: 680px;
     height: 36px; */
    min-height: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #666;
    padding: 0px;
}

#sub_nav_inner_r {
    height: 100%;
    min-height: 36px;
    background-image: url(/images/layout/sb/r.png);
    float: right;
    width: 30px;
    display: none;
}

#subform #sub_nav {
    display: none !important;
}

/* ********* SUB NAV LINKS ******************** */

#sub_nav_inner_i a,
#sub_nav_inner_i .item,
#sub_nav_inner_i a:link,
#sub_nav_inner_i a:visited,
#sub_nav_inner_i a:hover {
    text-decoration: none;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 110%;
    line-height: 30px;
    padding: 0em 1em;
    margin: 0em;
    color: #1d4b8d;
}

#sub_nav_inner_i a:hover {
    color: #C64C1D;
}

#sub_nav_inner_i a.active,
#sub_nav_inner_i a.active:link,
#sub_nav_inner_i a.active:visited,
#sub_nav_inner_i a.active:hover {
    color: #C64C1D;
}

/* ********* HOME PAGE NAV ******************** */


#home_page_nav {
    width: 100%;
    margin: 20px 0px;
}

@media all and (min-width: 970px) and (max-width: 1250px) {
    #home_page_nav {
        width: 965px;
    }
}

@media all and (min-width: 755px) and (max-width: 969px) {
    #home_page_nav {
        width: 750px;
    }
}

@media all and (max-width: 754px) {
    #home_page_nav {
        width: 500px;
    }
}

#home_page_nav tr {
    border-bottom: 1px solid #dedede;
}

#home_page_nav tr:last-child {
    border-bottom: none;
}

#home_page_nav tr:first-child td {
    padding: 0 0 15px;
}

#home_page_nav td {
    padding: 20px 0 20px;
    vertical-align: top;
}

#home_page_nav td:first-child {
    width: 20%;
}

#home_page_nav .title {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 5px;
    margin-top: 25px;
    padding-left: 10px;
}
#home_page_nav .title:first-child {
    margin-top: 0;
}

#home_page_nav .title .icon {
    font-size: 1.3em;
    position: relative;
    top: 2px;
}

#home_page_nav .item:hover {
    /*background-image: url(/images/layout/homepage_back_over.png);*/

}

#home_page_nav td.right_col {
    padding-left: 0px;
}

#home_page_nav .item {

    border-radius: 3px;
    background-color: white;
    box-shadow: 0 2px 3px 1px #ddd;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 218px;
    height: 121px;
    padding: 10px 8px 0;
    margin-left: 1em;
    margin-bottom: 1em;

    position: relative;
    cursor: pointer;
}

#home_page_nav .item-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
}

#home_page_nav .item .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -25px;
    font-size: 38px;
    color: #2b3b4d;
    text-align: center;
}


#home_page_nav .item .label {
    display: block;
    width: 100%;
    font-size: 110%;
    text-align: center;
}

#home_page_nav .item .tag {
    display: block;
    width: 100%;
    height: 29px;
    font-size: 90%;
    vertical-align: middle;
    text-align: center;
    color: #929292;
}

#home_page_nav a {
    text-decoration: none !important;
}

#home_page_nav .item .label a,
#home_page_nav .item .label a:link,
#home_page_nav .item .label a:visited,
#home_page_nav .item .label a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #20689A;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 110%;
    line-height: 25px;
    display: block;
    position: relative;
}

#home_page_nav .item .label a span.normal_weight,
#home_page_nav .item .label a:link span.normal_weight,
#home_page_nav .item .label a:visited span.normal_weight,
#home_page_nav .item .label a:hover span.normal_weight{
    font-weight: normal;
}

/* ********** MESSAGE ************** */

#message h1, #message h2 {
    color: white;
}

#message_region {
    /*
     padding-left: 60px;
     padding-right: 60px; */
    width: 1050px;
    position: relative;
    background-color: #024e8e;
    background-image: url(/images/msg/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 130px;
}

#main #message_region {
    width: 100%;
}

#message {
    color: white;
    font-size: 120%;
    padding: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 875px;
    display: block;
}

#message h2 {
    font-size: 150%;
    font-weight: lighter;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-bottom: 4px;
}

#message_region #x {
    display: block;
    float: right;
    padding: 4px;
}

#message_region #message_logo {
    position: absolute;
    top: 60px;
    left: 900px;
}

#message_bullets {
    position: absolute;
    top: 3px;
    left: 800px;
    font-size: 180%;
    color: #73A1E0;
    z-index: 100;
}

#message_bullets a,
#message_bullets a:link,
#message_bullets a:visited,
#message_bullets a:hover {
    text-decoration: none;
    color: #73A1E0;
}

#message_bullets a:hover {
    color: white;
}

#message_bullets a.active {
    color: #CCC;
}

/* ************ SEARCH FORM ************* */

#search_form_h {
    margin: 0.5em;
    float: right;
    clear: both;
}

#search_form_h #sq {
    width: 200px;
    font-size: 120%;
    padding: 2px;
    border: 1px solid #999;
    background-color: #FFFFF0;
    height: 29px;
    padding: 2px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
}

#search_form_h div.opt {
    display: inline-block;
    margin-left: 1em;
}

#search_form_h .submit {
    background-image: url(/images/layout/btn/search.gif);
    width: 72px;
    height: 29px;
    background-color: #00659e;
    background-repeat: no-repeat;
    border: none;
    margin-left: 0px;
    vertical-align: top;
}

/* ************ PAGE TITLE ************ */

#page_title {
    margin: 0px;
    margin-bottom: 0.5em;
    position: relative;
    overflow: hidden;
    border: 1px solid white; /* IE fix */
    z-index: 0;
}

#page_title .ch_icon {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin: 0px;
    z-index: 100;
}


#page_title h1 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    margin-left: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 200%;
    line-height: 32px;
    color: #666;
}

#page_title hr {
    border: none;
    border-top: 1px solid #E1E1E1;
    height: 1px;
    width: 100%;

    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 35px;
    left: 0px;
    overflow: hidden;
    z-index: 10;
}

#page_subtitle {
    margin: 0px;
    margin-left: 60px;
}

#page_subtitle h2 {
    float: left;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 130%;
    padding: 0px;
    margin: 0em;
    line-height: 28px;
    color: #666;

}

#page_subtitle .d {
    font-weight: normal;
    color: #CCC;
}

/* *********** FLASH ************** */

#flash .notice {
    margin: 0em 15em;
    display: block;
    border: 1px solid #cf672a;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #E1E1E1;
    padding: 0.5em 2em;
}

#flash .notice b {
    color: #cf672a
}

#flash .error {
    margin: 0em 15em;
    display: block;
    border: 1px solid #900;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #E1E1E1;
    padding: 0.5em 2em;
}

#flash .error b {
    color: #900
}

/* *********** PAGE TABS ********** */

#edit_tabs {
    background-color: #CCCCCC;
    /*	margin-top: 0.5em;
     padding: 0.5em; */
    z-index: 10;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: 4px;
    position: relative;
    border-bottom: 2px solid #666;
}

#edit_tabs_inner {
    padding: 0.25em;
    padding-left: 210px;
}

#edit_tabs h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    background-color: #666;
    color: white;
    font-weight: bold;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 110%;
    padding: 0.25em;
    text-align: center;
}

#edit_tabs a,
#edit_tabs a:visited,
#edit_tabs a:hover,
#edit_tabs a:link {
    border-radius: 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #777777;
    color: black;
    font-size: 110%;
    line-height: 24px;
    margin: 2px;
    padding: 3px 8px;
    background-color: white;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 20;
}

#edit_tabs a.active {
    background-color: #00518f !important;
    background-image: url("../img/m.png");
    background-position: center center;
    background-repeat: repeat-x;
    border: 1px solid #093a5f;
    color: white !important;
}

div#subform {
    border: 1px solid #999;
    padding: 1em;
}

#subform h2 {
    background-color: #444444;
    display: block;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 150%;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 3px;
    font-weight: bold;
    position: relative;
    /*
     background-image:url(/images/layout/tb/m.png);
     background-repeat:repeat-x;
     height: 38px;
     width: 890px;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: white; */
}

/* ********** FOOTER *************** */

#footer {
    clear: both;
    font-size: 80%;
    color: #999;
    margin-left: 2em;

}

/* ************* SNAP ************* */

#page_title .snap {
    float: right;
    border: 1px solid #666 !important;
    background-color: #E1E1E1;
    padding: 4px 1em;
    line-height: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #1D4B8D;
    text-decoration: none;
    margin-left: 10px;
}

/* **************** IMPERSONATION ************** */

#impersonation .stop_link {
    float: right;
    display: block;
    font-weight: normal;
    font-size: 80%;
    color: yellow;
    text-decoration: none;
}

#impersonation {
    background-image: url(/images/layout/impersonation.png);
    background-position: center middle;
    font-size: 120%;
    font-weight: bold;
    color: white;
    padding: 4px;
}


/* **************** TICKETS ******************** */

.dl_ticket dl dt {
    font-weight: bold;
    width: 10em;
    display: block;
    float: left;
    text-align: right;
    padding: 2px 1em;
    line-height: 125%;
}

.dl_ticket dl dd {
    clear: right;
    padding: 2px 1em;
    line-height: 125%;
}

.dl_ticket {
    padding: 1em;
    border: 1px solid #999;
    background-color: #ebe7e7;
    margin: 1em 0em;
    font-size: 110%;
    width: 50%;
}

.dl_ticket h2 {
    font-weight: bold;
    font-size: 150%;
    border-bottom: 1px solid #CCC;
    margin: 0.5em 0em;
    padding: 0.25em 0em;
    line-height: 150%;
}

/* **************** AUTOFORM ******************** */


form .fe {
    clear: both;
}

form .fe label {
    padding: 3px 4px 0px 0px;
    float: left;
    text-align: right;
    width: 95px;
    height: 18px;
}

form .fi {
    color: #666666;
    font-size: 80%;
}

form .fb {
    padding-bottom: 2px;
    float: left;
    clear:right;
}

form .fb label{
    float: none;
    display: inherit;
    width:auto;
    text-align:left;
    height:auto;
    padding: 1px 2px;
}

form .fb label:hover {
    background-color: #ffcc66;
}

/* **************** CRUD BUTTONS *************** */

.crud_btn,
.crud_btn:link,
.crud_btn:visited,
.crud_btn:hover {
    background-position: center left;
    background-repeat: no-repeat;
    padding: 4px;
    border: 1px solid #999 !important;
    text-decoration: none;
    color: black;
    padding-left: 24px;
    padding-right: 10px;
    margin: 1em;
    display: inline-block;

    box-shadow:0 0 10px rgba(255, 255, 255, 1);

}

.add_btn,
.add_btn:link,
.add_btn:visited,
.add_btn:hover {
    background: rgb(215, 215, 215); 
    background-position: center left;
    background-repeat: no-repeat;
    padding: 4px;
    border: 1px solid #9C9 !important;
    text-decoration: none;
    color: black;
    padding-left: 24px;
    padding-right: 10px;
    margin: 1em;
    display: inline-block;

    box-shadow:0 0 15px rgba(255, 255, 255, 1);
}

.delete_btn,
.delete_btn:link,
.delete_btn:hover,
.delete_btn:visited {
    background: rgb(215, 215, 215) url(/images/layout/btn/x.gif);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 4px;
    border: 1px solid #C66 !important;
    text-decoration: none;
    color: rgb(100, 0, 0);
    padding-left: 24px;
    padding-right: 10px;
    margin: 1em;
    display: inline-block;

    box-shadow:0 0 15px rgba(255, 255, 255, 1);
}

.back_btn,
.back_btn:link,
.back_btn:hover,
.back_btn:visited {
    background: rgb(215, 215, 215) url(/images/layout/btn/back.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 4px;
    border: 1px solid #999 !important;
    text-decoration: none;
    color: rgb(0, 0, 100);
    padding-left: 24px;
    padding-right: 10px;
    margin: 1em;
    display: inline-block;
}

.edit_btn,
.edit_btn:link,
.edit_btn:hover,
.edit_btn:visited {
    background: rgb(215, 215, 215) url(/images/layout/btn/back.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 4px;
    border: 1px solid #999 !important;
    text-decoration: none;
    color: rgb(0, 0, 100);
    padding-left: 24px;
    padding-right: 10px;
    margin: 1em;
    display: inline-block;

}

.edit_btn:hover,
.add_btn:hover,
.crud_btn:hover,
.back_btn:hover,
.delete_btn:hover {
    background-color: #ffcc66;
}

table.grid td.colalt,
table.grid td {
    border-right: none !important;
    border-left: none !important;
}

table.grid .active td,
table.grid .hilite td,
table.grid td.hilite {
    background-color: rgb(225, 245, 255);
}

table.grid td.col_right {
    text-align: right;
}

#work_type_search_div {
    position: relative;
}

#view_list_div {
    border: 1px solid: #FFFFFF;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    background-color: #FFFFFF;
    padding:4px;display:none;
    position: absolute;
    left: 350px;
    top: 215px
}

#equipment_repair_types_div {
    position: absolute;
    left: 80px;
    top: 245px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding:4px;
    display:none
}

h2 {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 130%;
    padding: 0px;
    margin: 0em;
    line-height: 28px;
    color: #666;

}

/* Position relative is a big no-no here because it breaks the AjaxPending mask cover that
keeps people from click a billion times on the same links.
 #subform_outer {
   position: relative;
 }
*/

#page_region .interest_chart_link {
    position: absolute;
    height: 33px;
    z-index: 99;
    padding-left: 32px;
    left: 25px;
    border: 1px solid #C5C5C5 !important;
    background: white url(../img/shield.png) no-repeat 6px;
    line-height: 10px;
    font-size: 11px;
    width: 140px;
    border-radius: 10px;
}

#page_region .destination .interest_chart_link {
    top: 3px;
}

#page_region .inmate .interest_chart_link {
    top: 15px;
}

#page_region .interest_chart_link a{
    text-decoration: none;
    position: relative;
    top: 7px;
    color: #024E8E;
}

td.image{
    padding: 20px;
}

td.content {
    font-size: 10px;
    vertical-align: top;
    padding-top: 16px;
}

td.content span {
    font-size: 16px;
    font-weight: bold;
}

td.content a {
    font-size: 12px;
    display: block;
    margin-top: 20px;
}

li.investigator_tree {
    border-bottom: 1px solid;
}

ul.info_charts {
    margin: 0 28px;
}

div.refund_notice {
    color: #800000;
}

.layout-visitors-btn {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.layout-visitors-btn .notice{
    color: #900;
    padding-left: 10;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
}


/* **************** CSR Merchant / Credit Deposit - Inmate Details page **************** */
#merchPrepaid #depositError {
  color:#d13330;
}

#merchPrepaid .errorState {
  border:2px solid #d13330;
}

#merchPrepaid  i.age {
  font-size:10px;
  color: #888;
}

#merchPrepaid .payment_info {
  height: 390px;
}

#merchPrepaid .enter_cc_info {
  text-align: center;
  padding-top: 10px;
}

#deposit_notice {
  font-size: 14px;
  font-weight: bold;
  color: green;
  padding: 10px 0 10px;
}

#deposit_error {
  font-size: 14px;
  color: red;
  padding: 10px 0 10px;
}

.enter_cc_info .submit {
  width: 200px;
  height: 30px;
  background-color: #00659e;
  background-repeat: no-repeat;
  border: none;
  margin-left: 0px;
  vertical-align: top;
  color: #FFF;
  border-radius: 3px;
}

.btn_disabled {
  opacity: .5;
}

fieldset {
    border: 1px solid #ccc;
    padding: 7px 6px 6px 6px;
	margin: 1px 2px 1px 2px;
}

