@media only screen and (max-width: 479px) 
{
    .navbar:not(.navbar-collapse) .navbar-header 
    {
        float:   left !important;
        display: block;
    }
    
    .navbar:not(.navbar-collapse) .navbar-header.pull-right
    {
        float:   right !important;
        display: block;
    }
    
    .navbar:not(.navbar-collapse) .ace-nav 
    {
        background-color: transparent;
        border-width:     0;
    }
    
    .navbar:not(.navbar-collapse) .ace-nav > li 
    {
        display:        inline-block;
        float:          none !important;
        text-align:     left;
        letter-spacing: normal;
    }
  
    .navbar:not(.navbar-collapse) .ace-nav > li:first-child 
    {
        border-left-width: 0;
    }
  
    .navbar:not(.navbar-collapse) .ace-nav > li:last-child 
    {
        border-right-width: 0;
    }
}


@media only screen and (max-width: 991px) 
{
    body
    {
        overflow-x: auto;
    }
  
  .sidebar.hide-menu + .main-content
    {
        margin-left: 0px !important;
    }
  
  .sidebar.menu-min + .main-content 
    {
        margin-left: 44px !important;
    }
    
    .main-content
    {
        margin-left: 220px !important;
    }
}

.cursor-pointer {
  cursor: pointer;
}

div[ca-tree-viewer].tree {
  max-height: 108px;
  overflow-y: auto;
  overflow-x: hidden;
  
  /* border: 1px solid #e3e9ed;
  border-right-width:  0;
  border-left-width:   0;
  border-bottom-width: 0; */
}

.display-none {
  display: none;
}

.nav-collapse-separator {
  border-color: #e3e9ed;
}

.nav-icon
{
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #2C5D6C 0%, #223E4A 100%);
  
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #2C5D6C 0%, #223E4A 100%);
  
  /* Opera */ 
  background-image: -o-linear-gradient(top, #2C5D6C 0%, #223E4A 100%);
  
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C5D6C), color-stop(1, #223E4A));
  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #2C5D6C 0%, #223E4A 100%);
  
  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #2C5D6C 0%, #223E4A 100%);
  
  cursor: pointer;
}

.nav-tabs-wrapper > .nav-tabs
{
  min-width: 3000px;
}

.nav-tabs > li
{
    display:       table-cell;
    position:      relative;
    text-align:    center;
    cursor:        grab;
    cursor:        -webkit-grab;
    vertical-align:middle;
    float:         none;
}

.nav-tabs.tab-main > li
{
    border:        1px solid #dee4e8;
}

.nav-tabs > li > a {
    padding: 2px 12px 2px;
}

.nav-tabs.tab-main > li > a .close {
    line-height: 18px;
}

.nav-tabs.tab-main  > li.active {
  border: none;
  border-top: 3px solid #00a8d2;
}

.nav-tabs.tab-main > li.active > a, .nav-tabs.tab-main > li.active > a:hover {
  color: #000000 !important;;
  text-align: left;
  font-family: CASans-Bold;
  background-color: #f9f9f9 !important;;
}

.nav-tabs.tab-main > li > a {
    color: #39454a;
    background-color: #ebf0f3;
}

.nav-tabs.tab-main > li > a:hover {
    color: #5da1b2 !important;
    background-color: #f5f5f5 !important;
}

.nav-tabs-wrapper {
    position: relative;
    /*margin:   0 auto*/;
    overflow: hidden;
    /*padding:  5px;*/
    height:   33px;
}

.nav-tabs-scroller {
  text-align:      center;
  cursor:          pointer;
  display:         none;
  padding:         6px 7px;
  white-space:     no-wrap;
  vertical-align:  middle;
}

.nav-tabs-scroller-right{
  float:right;
}

.nav-tabs-scroller-left {
  float:left;
}

.nav-tabs .close
{
    float: none;
  margin-left: 15px;
    margin-right: 0px;
}

.sidebar 
{
  opacity:             1;
  visibility:          visible;
  width:               220px;

  background:          #dee4e8;
  background-color:    #dee4e8;
  border:              1px solid #a4b4bb;
  border-bottom-width: 0px;
  border-top-width:    0px;
  border-right:        1px solid #c5d0dc;
    
  -webkit-transition: width 500ms ease, visibility 200ms linear, opacity 200ms linear;
  -moz-transition:    width 500ms ease, visibility 200ms linear, opacity 200ms linear;
  -o-transition:      width 500ms ease, visibility 200ms linear, opacity 200ms linear;
  -ms-transition:     width 500ms ease, visibility 200ms linear, opacity 200ms linear;
  transition:         width 500ms ease, visibility 200ms linear, opacity 200ms linear;
  z-index:      500;
  overflow-y:   auto;
}

.sidebar.menu-min
{
    width: 44px;
    overflow-y:   visible;
}

.sidebar.menu-min + .main-content 
{
    margin-left: 44px !important;
}

.sidebar:before
{
  background-color: rgba(0,0,0,0);
  border-style:     none;
  border-color:     transparent;
  border-width:     0px;
  width:            100%;
}

.sidebar.hide-menu
{
  opacity:    0;
  visibility: hidden;
  width:      0px;
}

.sidebar.hide-menu + .main-content
{
  margin-left: 0px !important;
}

.sidebar, .sidebar:before {
    height:           100%;
    position:         absolute;
}

.no-skin{background-color:#bbb}


.ca-page-header {
  min-width: 580px;
}

.navbar {
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #204d5c 0%, #132530 100%);
  
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #204d5c 0%, #132530 100%);
  
  /* Opera */ 
  background-image: -o-linear-gradient(top, #204d5c 0%, #132530 100%);
  
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #204d5c), color-stop(1, #132530));
  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #204d5c 0%, #132530 100%);
  
  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #204d5c 0%, #132530 100%);
  
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);

  min-height: 50px;
  width: 100%;
}

.navbar .navbar-right {
  margin-right: 0px;
  padding-right: 13px;
}

.navbar .login-navbar-header {
  .navbar-header;
  width: 100%;
}

.navbar .navbar-brand { /* CA fix for brand */
    padding-left:  18px;
    padding-right: 18px;
    padding-top:   18px;
    padding-bottom: 0px;
    
    font-size:  20px;
    font-style: normal;
    color:      #fafafa;
}

.navbar img.navbar-brand
{
  padding-top:    10px;
  padding-bottom: 10px;
  padding-left:   13px;
    padding-right:  0px;
    height: 50px;
}

.navbar-version
{
    color:     #bebebe;
    font-family: arial;
    font-size: 11px;
    font-style: normal;
    padding-top: 14px;
    padding-left: 100px;
}

.navbar-buttons.pull-right > .ace-nav > li:last-child > div
{
  padding-right: 17px;
}

.ace-nav .nav-user-photo
{
  margin:        0;
  max-width:     30px;
  border-radius: 100%;
    border:        none;
}

.ace-nav > li
{
  line-height: 50px;
  height:      50px;
  border-left: none;
}

.ace-nav > li > div > a {
  color: inherit;
  text-decoration: none;
}

.ace-nav .open > a,
.ace-nav .open > a:hover,
.ace-nav .open > a:focus {
  background-color: transparent;
}

.ace-nav > li > div {
  color:       #fafafa;
  display:     block;
  line-height: inherit;
  text-align:  center;
  height:      100%;
  width:       auto;
  min-width:   50px;
  padding:     0 8.5px;
  position:    relative;
}


.ace-nav > li > div:hover,
.ace-nav > li > div:focus,
.ace-nav > li > div.open {
    color: #fafafa;
}
.ace-nav > li.grey > div {
  background-color: #555555;
}
.ace-nav > li.grey > div:hover,
.ace-nav > li.grey > div:focus,
.ace-nav > li.grey > div.open {
  background-color: #4b4b4b;
}
.ace-nav > li.purple > div {
  background-color: #892e65;
}
.ace-nav > li.purple > div:hover,
.ace-nav > li.purple > div:focus,
.ace-nav > li.purple > div.open {
  background-color: #762c59;
}
.ace-nav > li.green > div {
  background-color: #2e8965;
}
.ace-nav > li.green > div:hover,
.ace-nav > li.green > div:focus,
.ace-nav > li.green > div.open {
  background-color: #2c7659;
}
.ace-nav > li.light-blue > div {
  background-color: #62a8d1;
}
.ace-nav > li.light-blue > div:hover,
.ace-nav > li.light-blue > div:focus,
.ace-nav > li.light-blue > div.open {
  background-color: #579ec8;
}
.ace-nav > li.light-blue2 > div {
  background-color: #42a8e1;
}
.ace-nav > li.light-blue2 > div:hover,
.ace-nav > li.light-blue2 > div:focus,
.ace-nav > li.light-blue2 > div.open {
  background-color: #359fd9;
}
.ace-nav > li.red > div {
  background-color: #b74635;
}
.ace-nav > li.red > div:hover,
.ace-nav > li.red > div:focus,
.ace-nav > li.red > div.open {
  background-color: #a34335;
}
.ace-nav > li.light-green > div {
  background-color: #9abc32;
}
.ace-nav > li.light-green > div:hover,
.ace-nav > li.light-green > div:focus,
.ace-nav > li.light-green > div.open {
  background-color: #8ba832;
}
.ace-nav > li.light-purple > div {
  background-color: #cb6fd7;
}
.ace-nav > li.light-purple > div:hover,
.ace-nav > li.light-purple > div:focus,
.ace-nav > li.light-purple > div.open {
  background-color: #c263ce;
}
.ace-nav > li.light-orange > div {
  background-color: #f79263;
}
.ace-nav > li.light-orange > div:hover,
.ace-nav > li.light-orange > div:focus,
.ace-nav > li.light-orange > div.open {
  background-color: #f28653;
}
.ace-nav > li.light-pink > div {
  background-color: #f4dae5;
}
.ace-nav > li.light-pink > div:hover,
.ace-nav > li.light-pink > div:focus,
.ace-nav > li.light-pink > div.open{
  background-color: #eeccda;
}
.ace-nav > li.dark > div {
  background-color: #404040;
}
.ace-nav > li.dark > div:hover,
.ace-nav > li.dark > div:focus,
.ace-nav > li.dark > div.open {
  background-color: #363636;
}
.ace-nav > li.white-opaque > div {
  background-color: rgba(255, 255, 255, 0.8);
}
.ace-nav > li.white-opaque > div:hover,
.ace-nav > li.white-opaque > div:focus,
.ace-nav > li.white-opaque > div.open {
  background-color: rgba(245, 245, 245, 0.8);
}
.ace-nav > li.dark-opaque > div {
  background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.dark-opaque > div:hover,
.ace-nav > li.dark-opaque > div:focus,
.ace-nav > li.dark-opaque > div.open {
  background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.transparent > div {
  background-color: transparent;
}
.ace-nav > li.transparent > div:hover,
.ace-nav > li.transparent > div:focus,
.ace-nav > li.transparent > div.open {
  background-color: rgba(0, 0, 0, 0.1);
}
.ace-nav > li.light-10 > div {
  background-color: rgba(255, 255, 255, 0.1);
}
.ace-nav > li.light-10 > div:hover,
.ace-nav > li.light-10 > div:focus,
.ace-nav > li.light-10 > div.open {
  background-color: rgba(255, 255, 255, 0.2);
}
.ace-nav > li.dark-10 > div {
  background-color: rgba(0, 0, 0, 0.1);
}
.ace-nav > li.dark-10 > div:hover,
.ace-nav > li.dark-10 > div:focus,
.ace-nav > li.dark-10 > div.open {
  background-color: rgba(0, 0, 0, 0.2);
}

.ace-nav > li > div > a > .ace-icon {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  width: 20px;
}

.ace-nav > li > div > a > .badge {
  position: relative;
  top: -4px;
  left: 2px;
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-menu > li > a {
  text-align: left;
}

.menu-text 
{
  vertical-align: middle;
}

.nav-list > li > a {
  height:     40px;
  color:      #1e5060;
  font-size:  14px;
  font-style: normal;
  text-align: left;
} 

 .nav-list > li:hover > a
{
    color: #ffffff;  
}

.menu-image
{
    display:        inline-block;
    vertical-align: middle;
    
    min-width:  30px;
    height:     16px;
}

.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus 
{
  background-color: transparent;
  color:            #fafafa;
  border-color:     transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #5da1b2;
    border-color:     none;
    color:            #ffffff;
}

.sidebar.menu-min .nav-list > li:hover > a
{
    background-color: #5da1b2;
}

.nav > li > a:focus {
  background-color: transparent;
}

.nav > li > a:hover {
    text-decoration:  none;
    background-color: #5da1b2;
    color:            #ffffff;
}

.nav-list > li+li:before{
    background: url('lhn_divider.png') repeat-x top left; 
    content:    "";
    position:   absolute;
    left:       0;
    top:        0;
    display:    block;
    width:      100%;
    max-width:  100%;
    height:     2px;
}

.sidebar.menu-min .nav-list > li+li:hover:before
{
    display:    none;
}

.sidebar.menu-min .nav-list > li > a >.menu-text
{
  border:     none;
  top:        0px;
  height:     39px;
}

/* .sidebar.menu-min .nav-list > li:last-child > a >.menu-text
{
    height:     38px;
} */

.nav-list > li:last-child:after{
    /* background: url('lhn_divider.png') repeat-x top left;  */
    content:    "";
    position:   absolute;
    left:       0;
    bottom:     0;
    display:    block;
    width:      100%;
    max-width:  100%;
    height:     2px;
} 

.nav-list:after {
  background: url('lhn_divider.png') repeat-x top left; 
  width:      100%;
    max-width:  100%;
    height:     2px;
}

.pfSeparator {
  border-style: none;
  border-width: 0px;
  
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #f2F5F6 0%, #CAD3D7 100%);
  
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #f2F5F6 0%, #CAD3D7 100%);
  
  /* Opera */ 
  background-image: -o-linear-gradient(top, #f2F5F6 0%, #CAD3D7 100%);
  
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2F5F6), color-stop(1, #CAD3D7));
  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #f2F5F6 0%, #CAD3D7 100%);
  
  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #f2F5F6 0%, #CAD3D7 100%);
   
  width:      100%;
    height:     5px;
}

.nav-list > li
{
   border-style: none;
   border-width: 0px;
}

.nav-list > li:first-of-type {
  border-top-width: 0px;
}

.nav-list > li.active .nav-submenu {
  display: block;
}
.nav-list > li .nav-submenu {
  list-style:  none;
  margin:      0;
  padding:     0;
  line-height: 1.5;
  position:    relative;
}
.nav-list > li .nav-submenu > li {
  margin-left: 0;
  position: relative;
}

.nav-list > li .nav-submenu > li > div.link-type-include .tree-item
{
  height:      34px;
  line-height: 34px;
  
  padding: 0 0 0 25px;
  
  border-left-width:  0;
  border-right-width: 0;
  
  border-color:     #e3e9ed;
  border-top-color: transparent;  
  background-color: #ffffff;
}

.nav-list > li .nav-submenu > li > div.link-type-include .tree-item:before
{
  border: none;
}

.nav-list > li .nav-submenu > li > div.link-type-include .tree-item > .tree-item-name
{
  vertical-align: middle;
}

.nav-list > li .nav-submenu > li > div.link-type-include .tree-item:last-child
{
  border-bottom-color: transparent;  
}

.nav-list > li .nav-submenu > li:last-child > div.link-type-include > hr:last-child
{
  display: none;
}

.nav-list > li .nav-submenu > li > div.link-type-include .tree-item:hover
{
  background-color: #eaf9ff;
}

.nav-list > li .nav-submenu > li > a.link-type-include, .nav-list > li .nav-submenu > li > div > a.link-type-include 
{
  padding: 0px;
}

.nav-list > li .nav-submenu > li > div > a
{
    padding:     10px 15px 10px 7px !important;
}

.nav-list > li .nav-submenu > li > a, .nav-list > li .nav-submenu > li > div > a 
{
    display:     block;
    position:    relative;
    padding:     10px 15px 10px 25px;
    margin:      0;
    color:       #2e2e2e;
    font-size:   14px;
    font-family: CASans;
    font-style:  normal;
    text-align:  left;
    border-bottom: 1px solid #e3e9ed;
    border-top: 1px solid #ffffff;
}

.nav-list > li .nav-submenu > li > a
{
  text-decoration:  none;
  background-color: #ffffff;
}

.nav-list > li .nav-submenu > li > a:hover, .nav-list > li .nav-submenu > li > div > a:focus
{
  color: #2e2e2e;
}

.nav-list > li .nav-submenu > li > a:hover, .nav-list > li .nav-submenu > li > div > a:hover {
    text-decoration:  none;
    background-color: #e6f1f4;
    border-bottom: 1px solid #e3e9ed;
    border-top: 1px solid #e6f1f4;

}

.nav-list > li .nav-submenu > li a > .menu-icon {
    display: inline-block;
    min-width: 30px;
    margin-right: 2px;
    vertical-align: sub;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.nav-list > li .nav-submenu > li.active > a > .menu-icon,
.nav-list > li .nav-submenu > li:hover > a > .menu-icon {
  display: inline-block;
}
.nav-list > li > .nav-submenu {
  background-color: #ffffff;
}

.nav-list > li > .nav-submenu > li:before {
  content:  "";
  display:  block;
  width:    7px;
  position: absolute;
  z-index:  1;
  left:     20px;
  top:      17px;
  
  /* border: 1px dotted;
  border-width: 1px 0 0; */
}
.nav-list > li > .nav-submenu:before {
  content:   "";
  display:   block;
  position:  absolute;
  z-index:   1;
  left:      18px;
  top:       0;
  bottom:    0;
  
 /*  border: 1px dotted;
  border-width: 0 0 0 1px; */
}

.sidebar.menu-min .nav-list li > a .arrow {
    display: none;
}

.sidebar.menu-min .nav-list .nav-submenu .nav-submenu a .badge,
.sidebar.menu-min .nav-list .nav-submenu .nav-submenu a .label {
  top: 0;
}

.sidebar.menu-min .nav-list > li > a > .menu-text {
  width: 220px;
}

.sidebar.menu-min .nav-list > li > .nav-submenu {
  position:       absolute;
  z-index:        1028;
  left:           42px;
  top:            -1px;
  margin-top:     40px;
  padding-bottom: 2px;
  width:          220px;
  
  /*display: none !important;*/
  visibility: hidden;
}

.sidebar.menu-min .nav-list > li > .nav-submenu.collapsing {
    width: 0px;
    box-shadow: none;
    border-right: 0px;
    border-width: 0px;
}

.sidebar.menu-min .nav-list > li > .nav-submenu 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e6e6e6 #cccccc #cccccc;
    border-image: none;
    border-right: 1px solid #cccccc;
    border-style: solid;
    border-width: 1px;
    box-shadow:   2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.sidebar.menu-min .nav-list > li > .nav-submenu:before {
  display: none;
}
.sidebar.menu-min .nav-list > li > .nav-submenu:after {
  content: "";
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: -1px;
  border-right: 1px solid;
  border-right-color: inherit;
}
.sidebar.menu-min .nav-list > li > .nav-submenu li:before {
  display: none;
}
.sidebar.menu-min .nav-list > li > .nav-submenu li > a {
  margin-left: 0;
 /*  padding-left: 22px; */
}
.sidebar.menu-min .nav-list > li > .nav-submenu li > a > .menu-icon {
  left: 4px;
}
.sidebar.menu-min .nav-list > li.hover > .nav-submenu {
  padding-bottom: 0;
}
.sidebar.menu-min .nav-list > li.open > .nav-submenu {
  display: none;
}
.sidebar.menu-min .nav-list > li:hover > .nav-submenu {
  display: block !important;
  visibility: visible;
}

.sidebar.menu-min .nav-list > li > .nav-submenu li > .nav-submenu > li > a {
  margin-left: 2px !important;
  padding-left: 30px;
}
.sidebar.menu-min .nav-list > li > .nav-submenu li > .nav-submenu > li > .nav-submenu > li > a {
  margin-left: 2px !important;
  padding-left: 45px;
}
.sidebar.menu-min .nav-list > li > .nav-submenu li.active > a:after {
  display: none;
}
.sidebar.menu-min .nav-list li.hover > .nav-submenu {
  margin-left: 0;
}
.sidebar.menu-min .nav-list > li > .nav-submenu li.hover > .nav-submenu > li > a,
.sidebar.menu-min .nav-list > li > .nav-submenu li > .nav-submenu > li.hover > .nav-submenu > li > a {
  margin-left: 0 !important;
}

/* .sidebar.menu-min .nav-list li.active.open > .nav-submenu > li.active > a:after {
  display: none;
} */

.sidebar.menu-min .nav-list > li:hover > a >.menu-text 
{
    background-color: #5da1b2;
}

.sidebar.menu-min .nav-list > li > a > .menu-text 
{
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.sidebar.menu-min .nav-list li.active.open > .nav-submenu > li > a > .menu-text 
{
    background-color: #ffffff;
}

.main-content {
    margin-left:      220px !important;
    height:           100%;
    
    -webkit-transition: margin-left 500ms ease;
    -moz-transition:    margin-left 500ms ease;
    -o-transition:      margin-left 500ms ease;
    -ms-transition:     margin-left 500ms ease;
    transition:         margin-left 500ms ease;
}

.sidebar.hide-menu~.footer .footer-inner
{
    left: 0px;
}

.footer .footer-inner 
{
    left: 220px;
    
    -webkit-transition: left 500ms ease;
    -moz-transition:    left 500ms ease;
    -o-transition:      left 500ms ease;
    -ms-transition:     left 500ms ease;
    transition:         left 500ms ease;
}

.footer .footer-inner .footer-content {
    left:        15px;
    right:       15px;
    bottom:      10px;
    padding:     0 0 10px 0;
    line-height: 40px;
    border-top:  1px solid #d8d8d8;
}

.footer-content {
  font-family:    tahoma;
  font-size:      12px;
  color:          #6e6e6e;
  font-style:     normal;
  line-height:    24px;
  letter-spacing: 0.02em;
}

.lisa_header{
    background-color: #ffffff;
}
.lisa_body{
    background-image:url(./Content_bkgnd.png);
    background-repeat:repeat-x;
    vertical-align:middle;
    //height: 560px;
    margin-top: 30px;
    position: relative;
    
}
.lisa_footer{
    height: 34px; 
    background-color: #ffffff;
    border-top: 1px solid #e4e5e6;
    border-bottom: 1px solid #e4e5e6;
}

.product_name{                
    font-family: CA Sans, Arial, Helvetica, San-serif;; 
    font-size: 28px; 
    color: #032075; 
    font-weight:bold;
    
}
.ca_logo{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
}
.ca_userimage{
    margin-top: 25px;
    margin-right: 0px;
    vertical-align: text-bottom;
}
.ca_logout{
    margin-top: 30px;
    margin-right: 5px;
}
.ca_spt{
    margin-top: 30px;
    margin-right: 25px;
    float: right;
}
.product_logo{
}
.ca_username{
    font-family: Arial, Helvetica, San-serif;
    font-size: 12px; 
    color: #2985c0; 
    vertical-align: text-top;
}
.selected_text {            
    font-family: Arial, Helvetica, San-serif; 
    font-size: 18px; 
    color: #474747;
}
.selected_text :hover{            
    font-family: Arial, Helvetica, San-serif; 
    font-size: 18px; 
    color: #000000;
}
.body_text{
    font-family: Arial, Helvetica, San-serif; 
    font-size: 14px; 
    color: #6d6d6d; 
}
.links{           
    font-family: Arial, Helvetica, San-serif;  
    font-size: 11px; 
    color: #2985c0; 
}
/*Copyright text*/
.copyright {           
    font-family: Arial, Helvetica, San-serif; 
    font-size: 10px; 
    color: #6d6d6d;
    float:left; 
    padding: 10px 5px 10px 5px;
}
.LISA_Ver{           
    font-family: Arial, Helvetica, San-serif; 
    font-size: 10px; 
    color: #87abc3; 
    float:right;
    padding: 10px 5px 10px 5px;
}
/*  tooltip */

.changecolor + .tooltip > .tooltip-inner {
    background-color: #d15a5a; 
    color: #fff; 
    border: 1px solid #d15a5a; 
    /*text-align: left;
    max-width: 350px !important;
    text-decoration: none;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    word-spacing: 2px;
}

.changecolor + .tooltip.top > .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #d15a5a;
}
.changecolor + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #d15a5a;
}
.changecolor + .tooltip.bottom > .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #d15a5a;
}
.changecolor + .tooltip.right > .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #d15a5a;
}

/* end tooltip */

.menu-collapse-title {
  height:       40px; 
  line-height:  40px; 
  padding-left: 8px;
}

.sidebar.menu-min .nav-list> li > a > .menu-image
{
    width: 44px;
}

.menu-expand-icon
{
  display:      inline-block;
  width:        8px;
  height:       8px;
  
  margin-right: 4px;
}

.schedule_N16
{
  background: url('schedule_N16.png') no-repeat center center/16px 16px;
}

.lhn-expand
{
  background: url('lhn_expand_8.png') no-repeat center center/8px 8px;
}

.lhn-collapse
{
  background: url('lhn_collapse_8.png') no-repeat center center/8px 8px;
}

.lhn-pathfinder
{
    background: url('lhn_pathfinder_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-pathfinder, .nav > li.open > a > .lhn-pathfinder, .nav > li:hover > a > .lhn-pathfinder
{
    background: url('lhn_pathfinder_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-dashboard
{
    background: url('lhn_home_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-dashboard, .nav > li.open > a > .lhn-dashboard, .nav > li:hover > a > .lhn-dashboard
{
    background: url('lhn_home_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-monitor
{
    background: url('lhn_monitor_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-monitor, .nav > li.open > a > .lhn-monitor, .nav > li:hover > a > .lhn-monitor
{
    background: url('lhn_monitor_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-appinsight
{
    background: url('lhn_appinsight_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-appinsight, .nav > li.open > a > .lhn-appinsight, .nav > li:hover > a > .lhn-appinsight
{
    background: url('lhn_appinsight_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-settings
{
    background: url('lhn_settings_18.png') no-repeat center center/16px 16px;
}

.selection2-view-16
{
    background: url('selection2_view_16.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-settings, .nav > li.open > a > .lhn-settings, .nav > li:hover > a > .lhn-settings
{
    background: url('lhn_settings_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-support
{
    background: url('lhn_support_and_update_n_16.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-support, .nav > li.open > a > .lhn-support, .nav > li:hover > a > .lhn-support
{
    background: url('lhn_support_and_update_s_16.png') no-repeat center center/16px 16px;
}

.lhn-create
{
    background: url('lhn_create_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-create, .nav > li.open > a > .lhn-create, .nav > li:hover > a > .lhn-create
{
    background: url('lhn_create_sel_18.png') no-repeat center center/16px 16px;
}

.lhn-manage
{
    background: url('lhn_manage_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-manage, .nav > li.open > a > .lhn-manage, .nav > li:hover > a > .lhn-manage
{
    background: url('lhn_manage_sel_18.png') no-repeat center center/16px 16px;
}

.login-btn, 
.btn, .btn-default, 
.btn:focus, .btn-default:focus, .btn:hover, .btn-default:hover {
  background-color: #5DA1B2 !important;
  border-color: #5DA1B2;
  border: none;
}

.login-label {
  font-family: 'CASans-Bold';
  font-size:  20px;
}

.login-label, .login-field-label, .body {
  color: #001f30;
}

.login-box {
  height:303px;
  width:400px;
  margin:50px auto;
}

.login-main
{
  height:100%;
  width:100%;
  background-color: #ffffff;
}

.search-res-token{
    font-family: monospace;
    font-weight: bold;
    font-size: 110%;
    color: red;
    /*font-size: 12px;*/
}

.search-res-other{
    font-family: monospace;
    /*font-size: 12px;*/
}

.manage-tree-item {
  /* width: 125px; */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selected-project-container {
  padding: 3px 13px;
}

.manage-select-project {
/*   width: 125px; */
  width:       84%;
  height:      28px;
}

.sidebar.menu-min .manage-select-project {
  width: 80%;
}

.selected-project-container > span > button.btn-cas1
{
  vertical-align: top;
}

.loadmask 
{
  background-color: #616e72;
  z-index: 600;
}

.loadmask-label 
{
  color:     #ffffff;
  font-size: 20px;
}
 
.acl-disabled
{
  color: #AAAAAA !important;
    cursor: default  !important;
    text-decoration: none  !important;
} 

 .button-wrapper {
  display: inline-block;
}

a.acl-disabled {
  opacity: .5;
}

a.acl-disabled > i {
    color: #b6cdd7
}

.action-buttons a:hover.acl-disabled {
  text-decoration: none;
  opacity: .5;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.registry-connection
{
    color: #646464;
    font-family: arial;
    font-size: 11px;
    font-style: normal;
}
.acl-disabled > img {
  opacity: .5;
}

body {
  padding-top: 0px;
  background-color: #f5f5f5;
  overflow-x: auto;
}
.wizard-steps {
  list-style: none;
  width: 75%;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 10px 0 0 12%;
}
.wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.wizard-steps li .step {
  border: 0px;
  color: #147c8f;
  font-size: 15px;
  border-radius: 2%;
  background-color: #e4ecec;
  position: relative;
  display: inline-block;
  width: 97%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 6px;
}
.wizard-steps > li .step:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard-steps > li .step:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #e4ecec;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.wizard-steps li.active .step {
  color: #ffffff;
  background-color: #218faf;
  font-weight: bold;
}
.wizard-steps > li.active .step:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #218faf;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.wizard-steps > li.complete .step {
  color: #ffffff;
  background-color: #44b9b2;
  cursor: default;
  -webkit-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.wizard-steps > li.complete .step:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #44b9b2;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
}
.wizard-steps li.complete:hover .step {
  background-color: #e4ecec;
  color: #546474;
}
.wizard-steps > li.complete:hover .step:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #e4ecec;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
}
.wizard-steps li .badge {
  margin-right: 8px;
  background-color: #ffffff !important;
  color: #44b9b2;
  font-weight: bold;
}
.wizard-steps li.active .badge-wizard {
  background-color: #ffffff !important;
  color: #147c8f;
}
.wizard-steps li.complete .badge-wizard {
  background-color: #f5f5f5 !important;
  color: #44b9b2;
}
.wizard-steps li.complete:hover .badge-wizard {
  background-color: #44b9b2 !important;
  color: #f5f5f5;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
.btn-cas1 {
  display: inline-block;
  background-image: none !important;
  border: 0px solid #FFF;
  box-shadow: none !important;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  color: #FFFFFF;
  background-color: #5da1b2;
  border-width: 0px;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 24px;
  border-radius: 0px;
}
.btn-cas1:hover {
  background-color: #307384 !important;
  text-weight: bold;
  color:white;
  text-decoration:none;
}
.btn-cas1.active, .btn-cas3.selected, .btn-cas2-sec.active, .btn-cas2-sec.selected, .btn-cas1.dropdown-toggle {
  background-color: #009ec6;
}
.page-content {
  background: #f5f5f5 !important; 
  background-color: #f5f5f5 !important;
}
.page-content.content-ca {
  background-color: #f5f5f5;
background-color: #f5f5f5;
}
body {
background-color: #f5f5f5;
background: #f5f5f5;
}
.btn-cas2 {
  display: inline-block;
  background-image: none;
  border: 1px solid #CAD9DE;
  box-shadow: none !important;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  color: #000000;
  background-color: #E1EBEE;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 0px;
}

.btn-cas2-sec {
  display: inline-block;
  background-image: none !important;
  border: 1px solid #CAD9DE;
  box-shadow: none !important;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  color: #000000;
  background-color: #E1EBEE;
  padding: 1px 5px;
  font-size: 12px;
  height: 28px;
  line-height: 24px;
  border-radius: 0px;
}
.btn-cas2-sec:hover, .btn-img-cas2:hover {
  background-color: #CEE2E8 !important;
  text-weight: bold;
}
.btn-cas2:hover {
  background-color: #CEE2E8 !important;
  text-weight: bold;
}
.btn-cas3 {
  display: inline-block;
  background-image: none !important;
  border: 1px solid #CAD9DE;
  box-shadow: none !important;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  color: #000000;
  background-color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0px;
}
.btn-cas3:hover {
  background-color: #F3F3F3 !important;
  text-weight: bold;
}

.btn-cas4 {
    display: inline-block;
    border: 1px solid #CAD9DE;
    transition: all 0.15s ease 0s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    padding: 0px 5px;
    font-size: 11px;
    line-height: 18px;
    color: #555555;
    background-color: #F3F3F3;
    font-weight: normal;
    margin-left:-4px
}
.btn-cas4-active {
    display: inline-block;
    border: 0px 1px solid #009EC6;
    transition: all 0.15s ease 0s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    padding: 0px 5px;
    font-size: 11px;
    line-height: 18px;
    background-color: #009EC6;
    color: #ffffff;
    margin-left:-4px
}
.btn-cas4:hover {
    background-color:  #E1EBEE !important;
    color: #000000;
}
.btn-cas4-active:hover {
    color: #EAEAEA;
}
.btn-cas4.active,
.btn-cas4.selected,
.btn-cas4.toggle {
    background-color: #009EC6;
    color: #ffffff;
}

select.input-ca {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 14px;
}
input.input-ca {
  height: 26px;
  line-height: 16px;//;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 8px;
}

.alert-record {
  padding: 8px;
  margin: 0 0 10px 0;
  border: 1px solid transparent;
  font-size: 13px;
  border-radius: 0px;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #31708F;
}
.alert-search {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}

input.input-ca-search {
  height: 28px;
  line-height: 16px;//;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 8px;
  margin-top: -2px;
}


.navbar .navbar-brand {
  padding-top: 12px;
}
.nav-tabs.tab-main {
  border-color: #C5D0DC;
  margin-bottom: 0 !important;
  margin-left: 0;
  position: relative;
  top: 1px;
  padding-top: 4px;
  /* padding-left: 4px; */
  background-color: #EFF3F8;
  border: 0 0px 2px 0 solid #000000;
}
.tab-content.main-tab {
  background-color: #f5f5f5;
  border: 1px solid #c5d0dc;
  padding: 10px 10px;
  position: relative;
  margin-left: 4px;
  margin-top: -10px;
  height: 100%;
}
.page-content.content-ca {
  background-color: #f5f5f5;
  position: relative;
  margin: 0;
  padding: 5px;
  height: 670px;
}
.nav-tabs.tab-second {
  border-color: #C5D0DC;
  margin-bottom: 0 !important;
  margin-left: 0;
  position: relative;
  top: 1px;
}
.nav-tabs.tab-second > li.active > a {
  border-top-width: 2px;
  border-top: 2px solid green;
  background-color: #f5f5f5;
  border-bottom-color: transparent;
  box-shadow: none;
  margin-top: auto;
}
.nav-tabs.tab-second > li > a:hover {
  color: #000000;
  border-color: #C5D0DC;
  border-top: 1px solid transparent;
}
.nav-tabs.tab-second > li.active > a:hover {
  border-top-width: 2px;
  border-top: 2px solid green;
  background-color: #f5f5f5;
  border-bottom-color: transparent;
  box-shadow: none;
  margin-top: auto;
}
.widget-toolbar > .nav-tabs.tab-second {
  border-bottom-width: 0;
  margin-bottom: 0;
  top: auto;
  margin-top: 3px !important;
}
.widget-header-small > .widget-toolbar > .nav-tabs.tab-second > li > a {
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.widget-header > .widget-toolbar > .nav-tabs.tab-second > li.active > a {
  border-top: 2px solid green;
  border-bottom: 2px solid transparent;
}
.btn-spin,  {
  background-color: #e1ebee !important;
  border-color: #6fb3e0;
  color: #000000 !important;
}
.btn-spin:hover, .btn-spin:focus {
  background-color: #C4E5FA !important;
  border-color: #6fb3e0;
  color: #000000 !important;
}
.widget-header.dash1 {
  color: #404040;
  background: linear-gradient(#C1E9F3, #A0D5E3) repeat scroll 0% 0% transparent !important;
}
.widget-header.dash2 {
  color: #404040;
  background: linear-gradient(#DBF0CF, #B9DDBF) repeat scroll 0% 0% transparent !important;
}
.widget-header-small > .widget-title.black {
  color: #404040;
  font-weight: bold;
}
.widget-header-small > .black {
  color: #404040;
  font-weight: bold;
}
.widget-toolbox.toolbox-ca {
  height: 36px;
  margin-top: -6px;
}
.widget-toolbox.toolbox-ca2 {
  height: 36px;
  margin-top: -6px;
  background: #D9EDF7;
}
.widget-toolbox.toolbox-ca3 {
    height: 36px;
    background: #D9EDF7;
}
.page-content.content-ca {
  background-color: #f5f5f5;
  position: relative;
  margin: 0;
  padding: 5px;
}
.tab-content {
  border-top: 1px solid #c5d0dc;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  padding: 8px 15px 8px 8px;
  position: relative;
  overflow: auto;
}

.footer .footer-inner .footer-content {
  border-top: 0px solid #d8d8d8;
}
.widget-box.widget-box-casearch {
  border-color: #bce8f1;
}
.widget-header.widget-header-small.dash1-light {
  color: #404040;
  background: #D9EDF7 !important;  //update
}
.widget-box.transparent>.widget-body, .widget-box>.widget-body {
  border-width: 0;
  background-color: #f5f5f5;
}

.widget-box.transparent>.widget-header.ca-nounder {
  border-bottom: 0px solid #f5f5f5;
}
.media-body>.media-heading {
  margin: 0 0 5px;
}
.media-body>.media-subheading {
  color: #000000;
  font-size: 14px;
}
.widget-box.transparent>.widget-header {
  background: #f5f5f5;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:active, 
.dropdown-menu > li.active > a, 
.dropdown-menu > li.active > a:hover, 
.dropdown-menu .dropdown-submenu:hover > a {
    background: none repeat scroll 0 0 #ccebff;
    color: #002f48;
}


.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  background-color: #ffffff;
  color: #132631;
  font-size: 12px;
  text-shadow: 0px 0px 0 rgba(42, 45, 50, 0.5);
  border-radius: 0;
  padding: 5px 9px;
  border: 1px solid #96b7c0;
}
.tooltip.top .tooltip-arrow {
  
  border-top-color: #96b7c0;
  -moz-border-top-colors: #96b7c0;
}
.tooltip.right .tooltip-arrow {
  border-left-width: 0;
  border-right-color: #96b7c0;
  -moz-border-right-colors: #96b7c0;
}
.tooltip.left .tooltip-arrow {
  border-right-width: 0;
  border-left-color: #96b7c0;
  -moz-border-left-colors: #96b7c0;
}
.tooltip.bottom .tooltip-arrow {
  border-top-width: 0;
  border-bottom-color: #96b7c0;
  -moz-border-bottom-colors: #96b7c0;
}


.tooltip-ca + .tooltip > .tooltip-inner,
.tooltip.tooltip-ca > .tooltip-inner {
  background-color: #ffffff;
  text-shadow: 0px 0px 0 rgba(40,50,100,0.3);
  color: #132631;
  border: 1px solid #96b7c0;
}
.tooltip-ca + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-ca.top .tooltip-arrow {
  
  border-top-color: #96b7c0;
  -moz-border-top-colors: #96b7c0;
}
.tooltip-ca + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-ca.right .tooltip-arrow {
  
  border-right-color: #96b7c0;
  -moz-border-right-colors: #96b7c0;
}
.tooltip-ca + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-ca.left .tooltip-arrow {
  
  border-left-color: #96b7c0;
  -moz-border-left-colors: #96b7c0;
}
.tooltip-ca + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-ca.bottom .tooltip-arrow {
   
  border-bottom-color: #96b7c0;
  -moz-border-bottom-colors: #96b7c0;
}


.modal-footer {
  padding-top:        10px;
  padding-bottom:     11px;
  border-top-color:   #aec2cd;
  -webkit-box-shadow: none;
  box-shadow:         none;
  background-color:   #ffffff;
}

.modal-header {
  background: linear-gradient(#ffffff, #e7f0f2) !important;
  background: -webkit-linear-gradient(#ffffff, #e7f0f2) !important;
  background: -o-linear-gradient(#ffffff, #e7f0f2) !important;
  background: -moz-linear-gradient(#ffffff, #e7f0f2) !important;
  padding:       10px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height:    16.42857143px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 20px;
  font-weight: bold;
  color: #001f30;
  font-family: 'CASans',"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab-content {
  background-color: #f5f5f5;
} 

.closeLoginError {
  width: 16px;
  height: 16px;
  background: url('CloseMessage_16.png') no-repeat scroll 0 0 transparent !important;
  opacity: 0.8;
}

.alert {
  margin-bottom: 0px;
}

.page-content, .page-content {
    background: f5f5f5;
}
.widget-header.dash3 {
    color: #669FCC;
    background: none repeat scroll 0% 0% transparent !important;
    border: 0px;
}


html, body {
    height: 100%;
}

#footerbar1234{
    min-height: 100%;
    position: relative;
}
#footer1234 {
    position:fixed;
    bottom:0px;
    height: 27px;
    width: 100%;
    background: #f2f2f2;
    border-top: 1px  solid #cccccc;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index:500;
    min-width: 840px;
}
#fsr {
    float: right;
    white-space: nowrap;
    margin-top: 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #626262;
    margin-right:10px;
}
#fsl {
    float: left;
    white-space: nowrap;
    margin-top: 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #626262;
    margin-left:10px;
    margin-right:20px;
}

/* #footer1234 > #fsl {
    margin-right: 20px;
} */


span.db-message-container .tooltip-inner, div.db-message .tooltip-inner {
  font-family: Arial;
  font-size:   10px;
  color:       #505050;
  font-style:  normal;
  text-align:  center;
}

span.db-message-container .db-message-link {
  font-family: Arial;
  font-size:   10px;
  font-style:  normal;
  text-align:  left;
  color:      #3284c9;
}

.db-message-container {
  margin-left:  3px;
  margin-right: 5px;
  font-family:  Arial;
  font-size:    10px;
  font-style:   normal;
  text-align:   left;
  color:        #505050;
}

.db-message-tool-icon {
  vertical-align: middle;
  width:          12px;
  height:         13px;
}

.db-message {
  margin-top: 8px;
}

#footer1234 .db-message {
    white-space: nowrap;
    margin-top:  5px;
    font-family: Arial;
    font-size:   10px;
    color:       #505050;
    text-align:  left;
    line-height: 27px;
    display:     inline;
}

a:hover, a:focus {
        text-decoration: none;
}

.btn-cas1:disabled, .btn-cas2:disabled, .btn-cas2-sec:disabled, .btn-cas3:disabled,
.btn-cas1[disabled], .btn-cas2[disabled], .btn-cas2-sec[disabled], .btn-cas3[disabled],
.btn-cas1[disabled]:hover,.btn-cas2[disabled]:hover, .btn-cas2-sec[disabled]:hover,.btn-cas3[disabled]:hover,
.btn-cas1.disabled:hover,.btn-cas2.disabled:hover, .btn-cas2-sec.disabled:hover,.btn-cas3.disabled:hover {
        cursor:not-allowed;
        color:#E5E5E5;
        background-color: #abbac3 !important;
        border-color: #abbac3;
        pointer-events: none;
        opacity: .65;
        color: #FFF !important;
}

.modal-header .close 
{
  line-height: 28px;
  font-size:   20px;
  opacity:     1;
}

.modal-header .close:hover, .modal-header .close:focus 
{
  opacity: 1;
}

.editable-error 
{
  white-space: normal;
}

.db-message
{
    color:       #646464;
    font-family: arial;
    font-size:   11px;
    font-style:  normal;
    width:       100%;
}

.db-message-icon
{
    vertical-align: middle; 
    width:          16px;
    height:         16px;
}

.db-message > .db-message-text
{
    display:    inline-block; 
    width:      330px; 
    text-align: left;
}

.db-message-text
{
    color: #9f2424 !important;
}

.sidebarColor
{
  background: #dee4e8;
}

.non-modal
{
  outline: 0;
}

#compareDiff.non-modal 
{
  min-width: 500px;
}

#compareDiff.non-modalbody
{
  position: absolute;  
}

.non-modal-open
{
  overflow: auto;
}

.position-fixed
{
  position: fixed;
  z-index: 2;
}

.nav-action-icon {
  float:          right;
  vertical-align: middle;
  display:        inline-block;
  margin-right:   8px;
  margin-top:     10px;
}

.search input 
{
  background-color:    #fff;
  background-image:    url("search_14.png"); 
  background-repeat:   no-repeat;
  background-position: 98% 50%;
  background-origin:   padding-box;   
  padding-right:       24px;
}

.feature_item_image
{
  width:  150px;
  height: 100px;
}

.feature_row
{
  position:         relative;
  padding-top:      15px;
  padding-bottom:   15px;
  height:           130px;
  overflow:         hidden;  
}

.feature_row > div {
    margin:    0 210px 0 160px;
}

.feature_row > div:first-child
{
  position: absolute;
    top:      15px;
    width:    150px;
}

.feature_row > div:last-child 
{
  position: absolute;
    top:      15px;
    width:    200px;
}

.feature_row > div:first-child
{
    left:       -160px;
    text-align:  right;
}

.feature_row > div:last-child 
{
    right:         -210px;
    padding-left:  40px;
    padding-right: 40px;
    text-align:    right;
}

.thesandbox_panel > .page-header > .media-heading
{
  color: #669FCC;
}

.thesandbox_description, .thesandbox_accept
{
  width: 95%;
}

.feature-content
{
  min-height: 390px;
  max-height: 1300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding:    0;
}

.thesandbox_welcome, .feature-title, .feature-title > a
{
  font-family: 'CASans-Bold';
  font-size:   16px;
  text-align:  left;
  color:       #262626;
  font-style:  normal;
}

.feature-title > a
{
  text-decoration: underline;
}

.feature-title > a:hover
{
  text-decoration: none;
}

.enablebetafeatures-window.modal-dialog 
{
  margin: 200px auto 30px auto;
}

.margin-right-20
{
  margin-right: 20px;
}

.close > .modal-close-20
{
  display:        inline-block;
  vertical-align: middle;
  width:         20px;
  height:        20px;
  background:    url('Del3_N20.png') no-repeat center center/20px 20px;
}

.close:hover > .modal-close-20
{
  background: url('Del3_H20.png') no-repeat center center/20px 20px;
}

button[disabled].close > .modal-close-20
{
  background: url('Del3_D20.png') no-repeat center center/20px 20px;
}

.feature-agreement-link
{
  color:           #262626;
  text-decoration: underline;
}

.feature-agreement-link:hover
{
  color: #262626;
}

.avatar-menu-image
{
  margin-right: 3px;
  height:       16px;
  width:        16px;
}

.modal-dialog.modal-sm > .modal-content {
    width: 370px;
}

.ca-ext-prefix .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto;
}

/*.idle-login > .modal-dialog.modal-sm, .idle-login > .modal-dialog.modal-sm > .modal-content  
{
    width: 395px;
}*/

.modal-backdrop
{
  background: #E5E4E2;
  opacity: 0;
}

.disable-mouse {
  pointer-events: none;
  opacity: 0.6;
}

.criticalAlert > .infoField {
    background: url("error_16.png") no-repeat 7px 45% !important;
    padding-left:30px;
    width: 370px;
    background-color: #E8F0F3 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #658E98;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    color: #2D2E2E !important;
    text-align: left;
    padding-right: 35px;
}
.criticalAlert > .toggleBtn {
    width: 20px;
    background-color: #E8F0F3 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #658E98;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8) !important;
    margin-left: -4px;
}
.criticalAlert > .toggleBtn > .caret {
    margin-left: -4px;
    color: #29778B;
}
.open .toggleBtn.dropdown-toggle {
    border-color: #658E98;
    background-color: #E8F0F3 !important;
    /*border-left: 1px solid #658E98;*/
}
.criticalAlertDropdown {
    margin-top: -8px;
    width: 100%;
    padding: 0;
}
.criticalAlertDropdown >.alertList {
    height: 30px;
    scroll: auto;
}
.criticalClose{
    position: absolute;
    right: 42px;
    top: 19px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #29778B !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}
.criticalClose:hover {
    color: #29778B;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .9;
}
.rotateIcons{
    position: absolute;
    float: right;
    height: 34px;
    width: 15px;
    right: 25px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.indicators{
    width: 7px;
    height: 7px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #29778B;
    border-radius: 10px;
    position: relative;
    top: 2px;
}
.rotateIcons .active {
    width: 7px;
    height: 7px;
    margin: 2px;
    background-color: #29778B;
}
.listPanel{
    max-height: 130px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 5px;
}
.listPanelTable{
    table-layout: fixed;
    width: 100%;
}
.listPanelRow{
    color: #000000;
    line-height: 23px;
}
.listPanelCell{
    height: 30px;
    width: 350px;
    padding-left: 7px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.panelFooter{
    height: 35px;
}
.panelFooter > .btn-cas1 {
    cursor: pointer;
    margin-left: 44%;
    position: absolute;
    margin-top: 6px;
    height: 24px;
    line-height: 20px;
}
.listPanelItemClose{
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #29778B !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    position: relative;
    right: 8px;
}
.listPanelItemClose:hover {
    color: #29778B;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .9;
}
.tooltip-inner {
    white-space: pre-wrap;
    word-wrap: break-word;
    min-width: 100px;
    max-width: 700px;
    text-align: left;
}
.tooltip-inner > .alertListTooltip {
    width: 100%;
    table-layout: fixed;
}
.tooltip-inner > .alertListTooltip tr {
    vertical-align: top;
}
.tooltip-inner > .alertListTooltip td {
    padding-left:5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.lhn-reports
{
    background: url('lhn_reports_18.png') no-repeat center center/16px 16px;
}

.nav > li > a:hover > .lhn-reports, .nav > li.open > a > .lhn-reports, .nav > li:hover > a > .lhn-reports
{
    background: url('lhn_reports_sel_18.png') no-repeat center center/16px 16px;
}

.disable-mouse {
	pointer-events: none;
	opacity: 0;
}

.disable-mouse-recordingInProgress {
    pointer-events: none;
    opacity: 0.6;
}

.ca-max16 {
    background: url('Maximize3_N20.png') no-repeat center center/16px 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 6px;
}

.ca-min16 {
    background: url('Minimize3_N20.png') no-repeat center center/16px 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 6px;
}

.ca-ui-grid-cell-text {
    padding: 2px 4px;
}


