body {
  font: 400 14px/1.6; 
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  background: #FFF;
}
@media (min-width: 768px) {
  body {
    background: #e6e6e6;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family:   Arial, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* ==Buttons */
/* ----------------------------------------------- */
.btn-tertiary {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary.active,
.btn-tertiary.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-primary {
  color: #333;
  background-color: #eee;
  border-color: #ccc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary .badge {
  color: #eeeeee;
  background-color: #ffffff;
}
.btn-secondary {
  color: #333;
  background-color: #BFD4E5;
  border-color: #B4C8D8;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #333;
  background-color: #B4C8D8;
  border-color: #B3C7D7;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #B4C8D8;
  border-color: #B3C7D7;
}
.btn-secondary .badge {
  color: #B4C8D8;
  background-color: #ffffff;
}
.btn-tertiary {
  color: #ffffff;
  background-color: #bbbbbb;
  border-color: #a7a7a7;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  background-color: #a7a7a7;
  border-color: #888888;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #bbbbbb;
  border-color: #a7a7a7;
}
.btn-tertiary .badge {
  color: #bbbbbb;
  background-color: #ffffff;
}
.btn-jumbo {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-primary .caret,
.btn-secondary .caret,
.btn-tertiary .caret {
  border-top-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret {
  border-bottom-color: #fff;
}
/* ==Dropdowns */
/* ----------------------------------------------- */
.btn-primary .caret,
.btn-secondary .caret,
.btn-tertiary .caret {
  border-top-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret {
  border-bottom-color: #fff;
}
.dropdown-menu {
  min-width: 185px;
}
.dropdown-menu > li {
  margin-right: .5em;
  margin-left: .5em;
}
.dropdown-menu > li > a {
  padding: 6px 7px;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-header {
  padding: 7px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  background-color: #F5F5F5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444;
  background-color: #dadada;
}
@media (max-width: 768px) {
  .dropdown-header {
    color: #083d33;
    font-size: 13px;
  }
  .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 7px;
  }
  .dropdown-menu .divider {
    background-color: #1abf9f;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
  display: block;
  margin-top: -6px;
  margin-left: 20px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu:before,
.dropdown-submenu:hover > .dropdown-menu:after {
  display: none;
}
@media (min-width: 768px) {
  .navbar .dropdown-submenu > .dropdown-menu,
  .mainnav .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: -1px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .mainnav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    content: " ";
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #e74c3c;
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/* ==Badges */
/* ----------------------------------------------- */
.badge-primary {
  background: #e74c3c;
}
.badge-secondary {
  background: #428bca;
}
.badge-tertiary {
  background: #bbbbbb;
}
/* ==Tables */
/* ----------------------------------------------- */
.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: #f3f3f3;
}
.table-bordered thead tr th,
.table-bordered tfoot tr th {
  color: #444;
  font-size: 12px;
  font-weight: 800;
  background-color: transparent;
  border-bottom-width: 1px;
  vertical-align: middle;
}
.table-bordered.table-highlight {
  border-top-color: #111;
}
.table-bordered.table-highlight thead tr:first-child {
  background-color: #363636;
}
.table-bordered.table-highlight thead tr:first-child th {
  color: #fff;
  font-weight: 600;
  border: 1px solid #2c2c2c;
}
/* ==Modal */
/* ----------------------------------------------- */
.modal-backdrop {
  background-color: #ffffff;
}
.modal-backdrop.in {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal-styled .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #333;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.modal-styled .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.modal-styled .modal-header .close:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.modal-styled .modal-footer {
  padding: 14px 20px 15px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-header {
	background-color: #f5f5f5;
}
/* ==Progress Bars */
/* ----------------------------------------------- */
.progress-bar-primary {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-secondary {
  background-color: #428bca;
}
.progress-striped .progress-bar-secondary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-tertiary {
  background-color: #bbbbbb;
}
.progress-striped .progress-bar-tertiary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* ==List Group */
/* ----------------------------------------------- */
.list-group .list-group-item i {
  color: #e74c3c;
}
.list-group .list-group-item.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.list-group .list-group-item.active i {
  color: #fff;
}
.list-group .list-group-item .list-group-chevron {
  float: right;
  margin-top: 5px;
  color: #bbb;
}
.list-group .list-group-item .badge {
  margin-top: 2px;
}
.list-group .list-group-item .list-group-chevron + .badge {
  margin-right: 10px;
}
/* ==Thumbnails */
/* ----------------------------------------------- */
.thumbnail-view {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.thumbnail-view img {
  max-width: 100%;
}
.thumbnail-view .thumbnail-view-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #111111 url(../img/gallery/zoom.png) no-repeat 50%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumbnail-view:hover .thumbnail-view-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: .5;
  filter: alpha(opacity=50);
}
.thumbnail-footer {
  padding: 7px 10px;
  border-top: 1px dotted #ccc;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  display: table;
}
.thumbnail-footer:after {
  clear: both;
}
.thumbnail-footer a {
  color: #999;
  font-size: 12px;
}
.thumbnail-footer a:hover {
  text-decoration: none;
  color: #e74c3c;
}
.thumbnail-footer .pull-left a {
  padding: 0 12px 0 0;
}
.thumbnail-footer .pull-right a {
  padding: 0 0 0 12px;
}
/* ==Accordion */
/* ----------------------------------------------- */
.accordion .panel-heading {
  padding: 0;
}
.accordion .accordion-toggle {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}
.accordion .accordion-toggle:hover,
.accordion .accordion-toggle:active,
.accordion .accordion-toggle:focus {
  text-decoration: none;
  outline: none !important;
}
.accordion .panel.open .accordion-toggle {
  color: #333;
  background-color: #bfd4e5;
  /*background-color: #e74c3c;*/
  /*background-color: #9D9393;*/
}
/* ==Tabs */
/* ----------------------------------------------- */
.tab-content.stacked-content > .tab-pane {
  padding-top: 0;
}
.nav-tabs,
.nav-pills {
  margin-bottom: 1.5em;
}
.nav-tabs .caret,
.nav-pills .caret,
.nav-tabs a:hover .caret,
.nav-pills a:hover .caret {
  border-top-color: #444;
  border-bottom-color: #444;
}
.nav-pills.nav-stacked > li {
  margin-right: 0;
  margin-bottom: .5em;
}
.nav-pills.nav-stacked > li > a {
  padding: 10px 15px;
}
.nav-pills > li {
  margin-right: 6px;
}
.nav-pills > li > a {
  padding: 5px 12px;
  color: #444;
  background-color: #eee;
}
.nav-pills > li > a:hover {
  background-color: #e4e4e4;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e74c3c;
}
.nav-pills > li.active .caret,
.nav-pills > li.active a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e74c3c;
  font-weight: 600;
}
.nav-tabs > li > a {
  color: #444;
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #eeeeee;
  border-color: #e74c3c;
}
.nav-tabs .dropdown-menu > .active > a,
.nav-tabs .dropdown-menu > .active > a:hover,
.nav-tabs .dropdown-menu > .active > a:focus {
  color: #fff;
}
/* ==Pagination [.pagination] */
/* ----------------------------------------------- */
.pagination > li > a,
.pagination > li > span {
  color: #222;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
  cursor: default;
}
.pager > li > a {
  color: #222;
}
/* ==Forms */
/* ----------------------------------------------- */
.form .row,
.form-horizontal .row {
  margin-bottom: 0 !important;
}
.help-block {
  margin-bottom: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
/* ==Labels */
/* ----------------------------------------------- */
.label-primary {
  background-color: #e74c3c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d62c1a;
}
.label-secondary {
  background-color: #428bca;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #3071a9;
}
.label-tertiary {
  background-color: #bbbbbb;
}
.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #a2a2a2;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
/* ==Text */
/* ----------------------------------------------- */
.text-muted {
  color: #999999;
}
.text-primary {
  color: #e74c3c;
}
.text-warning {
  color: #8a6d3b;
}
.text-info {
  color: #31708f;
}
/* ==Error [.error-container]*/
/* ----------------------------------------------- */
.error-container {
  margin-top: 1em;
  text-align: center;
}
.error-code {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  font-weight: 600;
  line-height: .7em;
}
.error-details {
  display: inline-block;
  vertical-align: top;
  margin-top: 4em;
}
.error-details ul {
  text-align: left;
}
@media (min-width: 768px) {
  .error-container {
    margin-top: 2.5em;
  }
  .error-details {
    width: 250px;
    margin-top: 0;
    margin-left: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .error-container {
    margin-top: 5em;
  }
  .error-code {
    font-size: 150px;
  }
  .error-details {
    width: 350px;
    margin-left: 50px;
  }

  select[multiple],
  .multipleSelect{
  	height:164px;
  }
}
/* ==Navbar [.navbar]*/
/* ----------------------------------------------- */
.navbar {
  position: relative;
  z-index: 501;
  min-height: 60px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 49px;
  color: #454545;
  font-color: #fff;
  padding: 8px 10px;
  width: 100%; 
  }

  .navbar #logo {
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px 0 5px 141px;
    margin-top: 9px;
    background: url("../images/oracle_logo_sm.png") no-repeat center left;
    float: left;}
    @media (max-width: 480px) {
      .navbar #logo {
        font-size: 12px; } }
    @media (max-width: 394px) {
      .navbar #logo {
        font-size: 11px;
        margin-top: 0;
        padding: 0 20px 5px 145px;
        background-position: left center; } }

.navbar .navbar-text {
  color: #999999;
}
.navbar .navbar-nav > li > a {
  color: #135A9D;
  font-weight: bold;
  font-size: 13px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #080808;
  background-color: transparent;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar .navbar-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 10px;
  color: #666;
  font-size: 18px;
  border-color: none;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #333333;
}
.navbar .navbar-collapse {
  /*background: #222222;*/
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  /*border-color: #101010;*/
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
  background-color: #1b1b1b;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar-brand {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-brand-image {
  padding: 15 15;
}
.navbar .navbar-nav > .navbar-profile > a {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}
.navbar-profile-avatar {
  position: relative;
  top: -1px;
  width: 30px;
  margin-right: .65em;
  border: 2px solid #6f6f6f;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navbar-profile-label {
  display: inline;
  font-size: 13px;
}
@media (min-width: 768px) {
  .navbar {
    height: 60px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
.navbar .navbar-nav > li > p {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    color: #333;
    font-size: 13px;
    position: relative;
	display: block;
  }
  .navbar .navbar-nav > li > h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
	display: block;
  }
  .navbar-profile-label {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu:before {
    content: '';
    position: relative;
    z-index: 10601;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    left: 8px;
  }
  .navbar-nav.navbar-right .dropdown-menu:before {
    left: auto;
    right: 12px;
  }
}
/* ==Mainbar [.mainbar]*/
/* ----------------------------------------------- */
.mainbar {
  width: 100%;
  padding: 5px 0;
  /*text-align: center;*/
  background: #F5F5F5;
  border-bottom: 10px solid #fff;
}
.mainbar .mainbar-nav {
  text-align: left;
}
.mainbar .mainbar-nav > li > a {
  /*color: #fff;
  font-weight: 600;*/
  font-size: 11px;
  font-weight: 400;
  text-align: center;  
}
.mainbar .mainbar-nav > li > a > i {
  margin-right: 5px;
}
.mainbar .mainbar-nav > li > a:hover,
.mainbar .mainbar-nav > li > a:focus {
  background: #148e76;
}
.mainbar .mainbar-nav > .open > a,
.mainbar .mainbar-nav > .open > a:hover,
.mainbar .mainbar-nav > .open > a:focus {
  color: #fff;
  background: #0572CE;;
  border-color: #0572CE;
}
.mainbar .mainbar-toggle {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #0a463a;
  font-size: 18px;
  background: transparent;
}
@media (min-width: 768px) {
  .mainbar {
    height: 70px;
    padding: 0;
  }
  .mainbar .mainbar-nav {
    float: none;
    margin-top: 10px;
  }
  .mainbar .mainbar-nav > li {
    margin-right: 4px;
  }
  .mainbar .mainbar-nav > li > a {
    /*padding: 8px 10px;*/
    padding: 2px 2px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #333;
  }
  .mainbar .mainbar-nav > li > a > i {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .mainbar .mainbar-nav > li > a:hover,
  .mainbar .mainbar-nav > li > a:focus {
    background: #F5F5F5;
    color: #0572CE;
  }
  .mainbar .mainbar-nav > li > a:active {
    background: #0572CE;
    color: #FFF;
  }
  .mainbar .mainbar-nav > .active > a,
  .mainbar .mainbar-nav > .active > a:hover,
  .mainbar .mainbar-nav > .active > a:focus {
    color: #fff;
    background: #148e76;
    border-color: transparent;
  }
  .mainbar .mainbar-nav > .active > a::after,
  .mainbar .mainbar-nav > .active > a:hover::after,
  .mainbar .mainbar-nav > .active > a:focus::after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-top-color: #148e76;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
  }
  .mainbar .mainbar-toggle {
    display: none;
  }
  .mainbar .mainbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .mainbar .mainbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .mainbar .mainbar-collapse.in {
    overflow-y: visible;
  }
  
  .worksheetPropertiesDialog {
	width: 600px;
  }
}
@media (min-width: 992px) {
  .mainbar {
    height: 90px;
  }
  .mainbar .mainbar-nav > li {
    margin-right: 10px;
  }
  .mainbar .mainbar-nav > li > a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .mainbar .mainbar-nav > li > a > i {
    font-size: 22px;
  }
  .worksheetPropertiesDialog {
	width: 800px;
  }
}
@media (max-width: 768px) {
  .mainbar .dropdown-menu > li > a:hover,
  .mainbar .dropdown-menu > li > a:focus {
    color: #0572CE;
    background-color: #F5F5F5;
  }
}

/* Mainbar dashboard */
/* ------------------------------------------------ */
@media (min-width: 768px) {
  .mainbar-dashboard {
    height: 90px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .mainbar-dashboard {
    height: 100px;
  }
}
/* ==Content [.content]*/
/* ----------------------------------------------- */
.content {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background: #fff;
}
.content::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  width: auto;
  height: 100px;
  margin-top: -15px;
  margin-right: -25px;
  margin-left: -25px;
  background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffffffff', GradientType=0);
}
.content .breadcrumb {
  padding: 4px 0;
  margin-bottom: 0;
  background: none;
}
.content .breadcrumb > li {
  font-size: 15px;
}
.content-container {
  position: relative;
  z-index: 101;
}
.content-header {
  padding-bottom: .5em;
  margin-bottom: 2.5em;
  border-bottom: 1px dotted #CCC;
}
.content-header-title {
  margin-top: 0;
  color: #333;
  font-size: 24px;
}
.content-header-subtitle {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.row-spacer {
  height: 40px;
}
@media (min-width: 768px) {
  .content {
    min-height: 750px;
    padding: 0;
    margin-top: -72px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .content::before {
    margin: 0;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .content-container {
    padding: 30px 25px 40px 25px;
  }
  .content-header-title {
    font-size: 28px;
  }
}
/* == Content Dashboard */
/* ---------------------------------------------- */
.content-dashboard {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background: #fff;
}
.content-dashboard .breadcrumb {
  padding: 4px 0;
  margin-bottom: 0;
  background: none;
}
.content-dashboard .breadcrumb > li {
  font-size: 15px;
}
.content-container {
  position: relative;
  z-index: 101;
}
.content-header {
  padding-bottom: .5em;
  margin-bottom: 2.5em;
  border-bottom: 1px dotted #CCC;
}
.content-header-title {
  margin-top: 0;
  color: #333;
  font-size: 24px;
}
.content-header-subtitle {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.row-spacer {
  height: 40px;
}
@media (min-width: 768px) {
  .content-dashboard {
    min-height: 750px;
    padding: 0;
    margin-top: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .content-container {
    padding: 30px 25px 40px 25px;
  }
  .content-header-title {
    font-size: 28px;
  }
}
/* ==Footer [.footer]*/
/* ----------------------------------------------- */
.footer {
  padding: 20px 0 20px 0;
  margin-top: 2em;
  font-size: 12px;
  background: #e6e6e6;
  border-top: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff;
}
.footer .row > div {
  padding-bottom: .75em;
}
.footer hr {
  border-top-color: #d2d2d2;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 30px;
    margin-top: 0.1em;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* ==Noticebar [.noticebar]*/
/* ----------------------------------------------- */
.navbar .noticebar > li > a .badge {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  background: transparent;
  border: 2px solid #e74c3c;
}
.navbar .noticebar > .open > a .badge {
  background: #e74c3c;
}
@media (min-width: 768px) {
  .navbar .noticebar > li > a {
    max-height: 60px;
    color: #3c3c3c;
    font-size: 19px;
  }
  .navbar .noticebar > li > a:hover {
    color: #555555;
  }
  .navbar .noticebar > li > a .badge {
    position: absolute;
    top: 6px;
    right: 3px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .navbar .noticebar > .open > a:after {
    content: '';
    position: relative;
    z-index: 1001;
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
  }
}
.noticebar-empty {
  padding: 25px 35px !important;
  text-align: center;
}
.noticebar-empty-title {
  color: #e74c3c;
}
.noticebar-empty-text {
  color: #777;
}
.noticebar-menu-view-all {
  text-align: center;
}
.noticebar-menu {
  width: 325px;
}
.noticebar-menu .nav-header {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}
.noticebar-menu .nav-header a {
  font-weight: 400;
}
.noticebar-menu > li {
  display: table;
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px dotted #ccc;
}
.noticebar-menu > li:last-child {
  border-bottom: none;
}
.noticebar-menu > li > a {
  padding: 8px 12px;
  font-size: 12px;
  white-space: normal;
}
.noticebar-menu > li > a:hover {
  color: #444;
  background: #eee;
}
.noticebar-menu:before,
.noticebar-menu:after {
  display: none !important;
}
.navbar-visible-collapsed {
  display: inline;
}
@media (max-width: 768px) {
  .noticebar-menu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-visible-collapsed {
    display: none;
  }
}
.noticebar-item-image,
.noticebar-item-body {
  display: table-cell;
  vertical-align: middle;
}
.noticebar-item-image {
  width: 36px;
  font-size: 30px;
  text-align: center;
}
.noticebar-item-body {
  padding-left: 20px;
}
.noticebar-item-title {
  display: block;
}
.noticebar-item-time {
  display: block;
  color: #777;
}
/* ==Misc */
/* ----------------------------------------------- */
.nav-icon {
  width: 1em;
  margin-right: 6px;
  font-size: 13px;
  text-align: center;
}
.clear {
  clear: both;
}
/* ==Icons List [.icons-list]*/
/* ----------------------------------------------- */
.icons-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.icons-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1em;
  line-height: 1.65em;
}
.icons-list > li > .icon-li {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1em;
  font-size: 1.25em;
  text-align: center;
}
/* ==Headings [.heading]*/
/* ----------------------------------------------- */
.heading {
  padding-bottom: 8px;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #CCC;
}
.heading-inline {
  display: inline-block;
}
/* ==Portlet [.portlet]*/
/* ----------------------------------------------- */
.portlet {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 0.5em;
  /* Clearfix Hack */
  /* portlet Plain */
}
.portlet .portlet-header {
  position: relative;
  padding: 1px 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #D5D5D5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
}
.portlet .portlet-header:before,
.portlet .portlet-header:after {
  content: " ";
  display: table;
}
.portlet .portlet-header:after {
  clear: both;
}
.portlet .portlet-header h1,
.portlet .portlet-header h2,
.portlet .portlet-header h3,
.portlet .portlet-header h4,
.portlet .portlet-header h5,
.portlet .portlet-header h6 {
  float: left;
  padding: 10px 0;
  margin: 0 1em 0 0;
  font-family:  Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.portlet .portlet-header h1 i,
.portlet .portlet-header h2 i,
.portlet .portlet-header h3 i,
.portlet .portlet-header h4 i,
.portlet .portlet-header h5 i,
.portlet .portlet-header h6 i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  vertical-align: middle;
}
.portlet .portlet-tools {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
}
.portlet .portlet-tools > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.portlet .portlet-tools .btn-icon {
  margin-top: -2px;
  color: #555;
  font-size: 16px;
}
.portlet .portlet-tools .btn-icon:hover {
  text-decoration: none;
  background-color: #fff;
}
.portlet .portlet-tools .btn-icon .caret {
  margin-top: -3px;
}
.portlet .portlet-tools .dropdown-menu {
  left: auto;
  right: 0;
}
.portlet .portlet-tools .btn.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.portlet .portlet-tools .form-control.input-sm {
  display: inline-block;
  width: 125px;
  height: 26px;
}
.portlet .portlet-tools .progress {
  margin-top: 0;
  margin-bottom: 0;
  width: 125px;
}
.portlet .portlet-tools .nav-tabs,
.portlet .portlet-tools .nav-pills {
  margin-bottom: 0;
}
.portlet .portlet-tools .nav-pills > li > a {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 600;
}
.portlet .portlet-tools .nav-pills > li.active > a,
.portlet .portlet-tools .nav-pills > li.active > a:hover,
.portlet .portlet-tools .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #555;
}
.portlet .portlet-toolbar {
  padding: 10px 15px;
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffebebeb', GradientType=0);
  border: 1px solid #d5d5d5;
}
.portlet .portlet-toolbar:before,
.portlet .portlet-toolbar:after {
  content: " ";
  display: table;
}
.portlet .portlet-toolbar:after {
  clear: both;
}
.portlet .portlet-header + .portlet-content,
.portlet .portlet-toolbar + .portlet-content {
  margin-top: 1px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portlet .portlet-header + .portlet-toolbar {
  margin-top: 1px;
}
.portlet .portlet-content + .portlet-toolbar {
  margin-top: 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.portlet .toolbar-bottom .portlet-content {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.portlet.portlet-nopad .portlet-content {
  padding: 0;
}
.portlet .portlet-content:before,
.portlet .portlet-content:after {
  content: " ";
  display: table;
}
.portlet .portlet-content:after {
  clear: both;
}
.portlet.portlet-plain {
  background: transparent;
  border: none;
}
.portlet.portlet-plain .portlet-header {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  background: #fff;
  filter: none;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.portlet.portlet-plain .portlet-header h3 {
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 22px;
}
.portlet.portlet-plain .portlet-header i {
  font-size: 20px;
}
.portlet.portlet-plain .portlet-content {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: none;
}
.portlet {
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-content {
  padding: 15px 15px 15px 15px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-footer {
  padding: 15px;
}
.portlet-table .portlet-content {
  padding: 0;
}
.portlet-table .portlet-content .table-bordered {
  margin-bottom: 0;
  border: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:first-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:first-child {
  border-left: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:last-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:last-child {
  border-right: none;
}
/* ==Progress Stat [.progress-stat]*/
/* ----------------------------------------------- */
.progress-stat {
  margin-bottom: 2.5em;
}
.progress-stat:last-child {
  margin-bottom: 0;
}
.progress-stat-value {
  float: right;
  width: 50%;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}
.progress-stat-label {
  float: left;
  width: 50%;
  color: #999;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.progress-stat .progress {
  clear: both;
  position: relative;
  top: .5em;
}
.lt-ie9 .progress-stat-value {
  font-size: 13px;
}
/* ==Row Stat [.row-stat]*/
/* ----------------------------------------------- */
.row-stat {
  padding: 17px 13px 21px;
  margin-bottom: 1.25em;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.row-stat-label {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.row-stat-value {
  display: inline-block;
  margin-right: .25em;
  margin-bottom: 0;
}
.row-stat-badge {
  position: relative;
  top: -3px;
  font-size: 85%;
}
.row-stat {
  position: relative;
}
.row-stat:after,
.row-stat:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ddd;
  border-top: 0;
}
.row-stat:before {
  bottom: -5px;
  left: 6px;
  right: 6px;
}
/* ==Spark Stat [.spark-stat]*/
/* ----------------------------------------------- */
.spark-stat {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.spark-stat-value {
  display: block;
  margin-top: .75em;
  margin-bottom: .3em;
  font-size: 16px;
  font-weight: 600;
}
.spark-stat-label {
  margin-top: 0;
  font-size: 13px;
}
/* ==Panel Lists [.panel-lists]*/
/* ----------------------------------------------- */
.panel-lists {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-lists li {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 20px;
  border-bottom: 1px solid #e6e7e8;
}
.panel-lists li:before,
.panel-lists li:after {
  content: " ";
  display: table;
}
.panel-lists li:after {
  clear: both;
}
.panel-lists li:before,
.panel-lists li:after {
  content: " ";
  display: table;
}
.panel-lists li:after {
  clear: both;
}
.panel-lists li:first-child {
  padding-top: 0;
}
.panel-list-avatar {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 1px;
  border: 1px solid #ccc;
  padding: 2px;
}
.panel-list-content {
  margin-left: 55px;
}
.panel-list-time {
  float: right;
  color: #aeafb1;
  font-size: 12px;
}
.panel-list-title {
  display: block;
  padding-right: 40px;
}
.panel-list-meta {
  color: #aeafb1;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 14px;
}
.panel-list-meta a {
  color: #4f5259;
}
.panel-list-meta a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
/* ==Back to Top [#back-to-top] */
/* ----------------------------------------------- */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  width: 45px;
  height: 42px;
  display: block;
  background-color: #16a085;
  background-color: rgba(22, 160, 133, 0.3);
  line-height: 35px;
  font-size: 35px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  transition: background 0.25s linear;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #16a085;
  background-color: rgba(22, 160, 133, 0.85);
}
#back-to-top i {
  color: #fff;
}
/* ==Font Awesome List */
/* ----------------------------------------------- */
.fontawesome-icon-list {
  margin-top: 3em;
  margin-bottom: 3em;
}
.fontawesome-icon-list > div {
  margin-bottom: 3em;
  text-align: center;
}
.fontawesome-icon-list > div a {
  display: block;
  color: #777;
  white-space: nowrap;
  font-size: 14px;
}
.fontawesome-icon-list > div a:hover {
  color: #d74b4b;
  text-decoration: none;
}
.fontawesome-icon-list > div i {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
/* ==Autosize [.autosize]*/
/* ----------------------------------------------- */
.originalTextareaInfo {
  width: auto !important;
}
.autosize-animate {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}
/* ==Date Picker [.datapicker]*/
/* ----------------------------------------------- */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #e74c3c;
  background-image: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #e74c3c;
  background-image: none;
}
.datepicker-inline {
  border: 1px solid #c0c0c0;
  width: 215px;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
  display: none;
}
.ui-datepicker .input-group-addon {
  cursor: pointer;
}
/* ==iCheck [.icheck]*/
/* ----------------------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
}
.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  display: inline-block;
  top: 4px;
  margin-right: .5em;
  margin-left: -20px;
}
.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
/* ==Validation [.form-group]*/
/* ----------------------------------------------- */
.form-group {
  position: relative;
}
.form-group .parsley-success .parsley-error-list {
  display: none !important;
}
.form-group .parsley-error-list {
  position: relative;
  display: inline-block !important;
  padding: 2px 10px;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #b94a48;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.form-group .parsley-error-list::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #B94A48;
  position: absolute;
  top: -6px;
  left: 3px;
}
.form-horizontal .form-group span.error {
  margin-left: 1.5em;
  margin-left: 15px;
}
/* ==Howl [.howl]*/
/* ----------------------------------------------- */
.howl {
  padding: 0;
  list-style: none;
  background: #353535;
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.howl:empty {
  display: none;
}
.howl-slot {
  position: relative;
}
.howl-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  color: #000;
  outline: none !important;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.howl-message {
  position: relative;
  padding: 10px 30px 13px 65px;
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  text-shadow: 0px 1px #111111;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.howl-message:hover .howl-close {
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.howl-message a {
  color: #428bca;
  text-decoration: none;
}
.howl-message a:hover {
  text-decoration: underline;
}
.howl-title {
  margin-bottom: 4px;
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.howl-title:empty {
  display: none;
}
.howl-message-inner:before {
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 20;
  display: block;
  content: " ";
  height: 13px;
  width: 13px;
  background-color: #999;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.howl-message.howl-danger .howl-message-inner:before {
  background-color: #d9534f;
}
.howl-message.howl-info .howl-message-inner:before {
  background-color: #5bc0de;
}
.howl-message.howl-success .howl-message-inner:before {
  background-color: #5cb85c;
}
.howl-message.howl-warning .howl-message-inner:before {
  background-color: #f0ad4e;
}
.howl-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1000;
  width: 1em;
  font-size: 20px;
  text-align: center;
}
.howl-has-icon .howl-message-inner:before {
  display: none !important;
}
.howl-has-icon .howl-icon {
  color: #bbb;
}
.howl-has-icon .howl-success .howl-icon {
  color: #5cb85c;
}
.howl-has-icon .howl-warning .howl-icon {
  color: #f0ad4e;
}
.howl-has-icon .howl-danger .howl-icon {
  color: #d9534f;
}
.howl-has-icon .howl-info .howl-icon {
  color: #5bc0de;
}
.howl {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  z-index: 1001;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-left: -150px;
}
@media (min-width: 768px) {
  .howl {
    left: auto;
    right: 30px;
    width: 350px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .howl {
    width: 375px;
  }
}
/* ==Table Checkable [.table-checkable]*/
/* ----------------------------------------------- */
.table-checkable .checkbox-column {
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.table-checkable .checkbox-column input[type=text] {
  display: none;
}
.table-checkable tbody > tr.checked > td {
  background-color: #c1d9ee;
}
/* ==User SignIn*/
/* ----------------------------------------------- */
.account-bg {
  background: #e6e6e6;
}
.account-header-divider {
  margin-top: 0;
  border-top: 10px solid #fff;
  border-bottom: none;
}
.account-wrapper {
  position: relative;
  width: 90%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}
.account-wrapper .row > div {
  margin-bottom: 1em;
}
.account-logo {
  position: relative;
  margin: 0 auto 16px;
  z-index: 100;
  width: 100%;
  height: 40px;
  background-color: #38A0D9;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.account-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.account-form .placeholder-hidden {
  display: none;
}
.account-form .form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 1.25em;
}
.account-body {
  position: relative;
  padding: 35px 30px 10px;
  margin-bottom: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
}
.account-body-title {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.account-body-subtitle {
  color: #777;
  line-height: 1.5em;
}
.account-footer {
  padding: 0 25px;
  margin-top: 1.5em;
}
.account-or-social {
  display: block;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .account-wrapper {
    width: 480px;
    padding: 130px 0;
  }
  .account-wrapper .row > div {
    margin-bottom: 0;
  }
  .account-body .account-form {
    padding: 0 25px;
    text-align: left;
  }
  .account-or-social {
    margin-top: 2em;
  }
}

.scrollable-panel {
  height: 480px;
  overflow-y: auto;
  outline: none;
}

#anywhere-promotion-modal .modal-lg {
  width: 900px;
} 

@media (max-width: 992px) {
	#anywhere-promotion-modal .modal-lg {
	  width: 800px;
	}
}

@media (max-width: 768px) {
  #anywhere-promotion-modal .modal-lg {
    width: 730px;
  }
}

#anywhere-about-modal .modal-content{
    /*background-image: url(../images/GraphicalBkgrd.jpg);*/
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.single-hypelink a{
	text-decoration: none;
}
/* -------------------------- Tree VIew ---------------------------- */
.anywhere-tree-view {
/*     min-height:20px;
    padding:2px;
    margin-bottom:2px;
 background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}
.anywhere-tree-view li {
    list-style-type:none;
    margin:0;
    padding:6px 5px 0 5px;
    position:relative
}
.anywhere-tree-view li::before, .anywhere-tree-view li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.anywhere-tree-view li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.anywhere-tree-view li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.anywhere-tree-view li span {
	font-size: 12px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.anywhere-tree-view li >span {
    cursor:pointer
}
.anywhere-tree-view li >span:hover {
    background:#eee;
    color:#000
}
.anywhere-tree-view>ul>li::before, .anywhere-tree-view>ul>li::after {
    border:0
}
.anywhere-tree-view li:last-child::before {
    height:30px
}
.anywhere-tree-view li.parent_li>span:hover /*, .anywhere-tree-view li.parent_li>span:hover+ul li span*/ {
    background:#eee;
    color:#000
}
.anywere-tree-portlet-content {
  padding: 6px 0px 0px 0px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.anywhere-tree-transfer-icon {
    min-height: 20px;
    line-height: 68px;
    font-size: 28px;
    width: 1em;
    display: block;
    margin: -0.5em auto 0px;
}
.anywhere-vcenter {
	padding-top: 240px;
  	vertical-align: middle;
    float: center;
}
.anywhere-vcenter a{
  text-decoration: none;
  clear: both;
}
.anywere-well {
  min-height: 20px;
  padding: 19px 19px 28px 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);	
}

/* --------------------------- Level member selection --------------------------------------- */
.anywhere-level-member-selection li {
    list-style-type:none;
    margin:0;
    padding:6px 5px 0 5px;
    position:relative
}

.anywhere-level-member-selection li span {
	font-size: 12px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}

/* ------------------------------ Anywhere Crosstab Table ---------------------------------- */
#anywhereCrosstabTable {
	  font-size: 12px;
}
#anywhereCrosstabTable .form-control{
  font-size: 10px;
  display: block;
  width: auto;
  height: 26px;
  padding: 2px 0px 0px 2px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D0D0D0;
}

#anywhereCrosstabTable .defaultCell{
	 font-size: 10px;
 	 width: auto; 
 	 padding: 6px 4px 4px 6px;
}

#anywhereCrosstabTable>tbody>tr>td{
	padding:0px;
	border:0px;
}

#rightTableHead_div,#rightTableHead_div>table,
#rightTableBody_div,#rightTableBody_div>table,
#leftTableBody_div, #leftTableBody_div>table,
#rightTableHead_div,#rightTableHead_div>table{
	border:0px;
}

#anywhereCrosstabTable .cell-highlighted {
    background-color: #BFD4E5 !important;
}

.worksheet-leftTable-head{
	overflow: hidden; 
}

.worksheet-rightTable-head{
	overflow-x: hidden;
	overflow-y: scroll; 
}

.worksheet-leftTable-body{
	overflow-x: scroll;
	overflow-y:hidden; 
}

.worksheet-rightTable-body{
	overflow: scroll; 
	position: relative;
}

/* ------------------------------ Anywhere Loading spinner ---------------------------------- */
.anywhere-refresh-loading {
 cursor: wait;
 z-index: 500;
 position: absolute;
 height: 100%;
 width: 100%;
 background: rgba(255, 255, 255, 0.5);
 top: 0;
 left: 0;
}

.anywhere-refresh-loading i {
 position: relative;
 top: 50%;
 left: 50%; 
 font-size: 28px;
}

.anywhere-loading {
 cursor: wait;
 z-index: 100000;
 position: absolute;
 height: 100%;
 width: 100%;
 background: rgba(255, 255, 255, 0.5);
 top: 0;
 left: 0;
 text-align: left;
}
 .anywhere-loading i {
 position: relative;
 top: 50%;
 left: 50%; 
 font-size: 28px;
}

#anywhere-promotion-modal-form .anywhere-loading {
 display: none;
 cursor: wait;
 z-index: 500;
 position: absolute;
 height: 100%;
 /*width: 50%;*/
 background: rgba(255, 255, 255, 0.5);
 top: 0;
 left: 0;
}

/* ------------------------------ Anywhere Promotion Modal-------------------------------------- */
.form-group.required .control-label:after {
  content: "*";
  color:red;
}

#send-task-modal-form .alert {
  padding: 5px;
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

#anywhere-promotion-modal-form .alert {
  padding: 5px;
  float: left;
  margin-bottom: 0px;
}

#anywhere-promotion-modal-form .alert-cal {
  padding: 5px;
  float: right;
  margin-bottom: 0px;
  margin-top: 5px;
 margin-right: 125px;
}


#anywhere-promotion-modal-form .input-group[class*="col-"]{
   float: left; 
   padding-right: 5px;
   padding-left: 0px; 
}

/* ------ Anywhere Alta Color Scheme: Overwrite bootstrapt ------*/
.label-success {
	color: #333;
    background-color: transparent
}

.label-success[href]:hover,.label-success[href]:focus {
	color: #333;
    background-color: #f5f5f5
}

.btn-success {
    color: #fff;
    background-color: #0576D4;
    border-color: #0061C9
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #4E8DD7;
    border-color: #0576D4
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-success .badge {
    color: #0576D4;
    background-color: #fff
}

.btn-default {
    color: #333;
    background-color: #eee;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #ebebeb;
    background-color: #fff
}
.panel-message {
	color:#000000;
	background-color:#bfd4e5;
	border-color:#d6e9c6;
}
div.oj-focus[class*="data-grid-cell-container"] {
    background-color: #BFD4E5 !important;
}

.cell-value {
	width: 100%;
	/*width: calc(100% - 18px);*/
    padding-right: 17px;
	text-align: center;
    background-color: transparent;
}

.cell-value select {
  width: 100%;
}

.cell-value .oj-inputdatetime {
  min-width: 60px !important;
}
.cell-value .oj-inputdatetime-calendar-icon {
  padding: 0px;
}
.cell-value * {
  background-color: transparent;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

.jet-border {
	/*background-color: #fcfdfe;*/
	border-style: solid;
	border-color: #dfe4e7;
	border-width: 1px;
	border-radius: 2px;
}

.da-savespace-margin-padding {
	margin: 5px 0px 10px;
	padding: 6px;
}

.da-savespace-inline-margin-padding {
	margin: 0px;
	padding: 6px;
	display: inline-block;
}
.toolbar-menu{
	padding: 0px;
	list-style-type: none;
}
.toolbar-menu > li{
	display: block;
	float: left;
	margin-right:20px;
	position: relative;
}
.toolbar-menu > li > a {
	text-align: center;
	color: rgb(51,51,51);
	cursor:pointer;
}
.toolbar-menu > li > a > i {
	display: block;
	margin-botton: 5px;
	font-size: 20px;
}

.navbar .navbar-nav > .dropdown.open > a,
.navbar .navbar-nav > .dropdown.open > a:hover,
.navbar .navbar-nav > .dropdown.open > a:focus {
  color: #080808;
  background: transparent;
}

.binding-helper {
	display: none;
}

/* General: handle some style problems of table */
.anywhere-button-inline {
	margin-bottom: 10px;
}

#contentsListTab {
	overflow-x: auto;
}

#contentsListTab table.content {
	min-height: 0; /* auto is not suitable for non-webkit browsers */
	margin-top: 0;
}
#contentsListTab table.content::before {
	display: none;
}
#contentsListTab table.content iframe {
	border: none;
}
#contentsListTab form {
	margin: 0 10px 10px 0;
}

/* General: open worksheet */
#openWorksheetsListDialog .oj-dialog-body fieldset {
	min-height: 60px;
}

#openWorksheetsListDialog .oj-dialog-body fieldset legend{
	width: auto;
	font-size: 14px;
	margin-bottom: 0;
}

#openWorksheetsListDialog #openWorksheetsListDialogTable .oj-table-body-current-row {
	background-color: #e4f0fa;
}

/* General: some display problems caused by oracle jet */
#mainTabs .oj-start span.oj-component-icon , #mainTabs .oj-end span.oj-component-icon {
	margin-top: 6px;
}

/* General: auto display horizontal scroll bar */
#view_toolbar {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

#view_toolbar>div {
	display: inline-table;
	vertical-align: middle;
	border: none;
}

/* General: whorksheetView page items filters */
#view_toolbar #pageItems>.page-item {
	max-width: 180px;
	height: 60px;
	margin: 0 1px;
	padding: 6px 5px;
	float: left;
	border: 1px solid #fff;
}

#view_toolbar #pageItems>.page-item.level-focus {
	background-color: #dae9f5;
	border-color: #d6dfe6;
}

#view_toolbar #pageItems>.page-item>select {
	max-width: 150px;
}

/* General: whorksheetView layout tool bars */
#view_toolbar #toolBars {
	margin-right: 7px;
}

#view_toolbar #toolBars .subbar {
	background: #f5f5f5;
	border: 1px solid #ccc;
	height: 60px;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group {
	float: left;
	border-right: 2px solid #ccc;
	margin: 0;
	padding: 0 8px;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group.last-subbar-nav-group {
	border-right: none;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>.subbar-nav-group-title {
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>ul {
	height: 30px;
	display: block;
	padding: 0;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>ul>li {
	float: left;
	list-style: none;
	padding: 0 3px;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>ul>li>a {
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>ul>li.clicked>a {
	color: #999;
}

#view_toolbar #toolBars .subbar>ul.subbar-nav>li.subbar-nav-group>ul>li.disabled>a {
	color: #AAA;
}

#view_toolbar #toolBars .dropdown-menu, .dropdown-menu#__HIDDEN_DROPDOWN {
	height: auto;
    max-height: 240px;
    overflow-x: hidden;
}

#datagrid .level-focus {
	background-color: #dae9f5;
}

/* hide defualt icon when having defined icon attribute */
.anywhere-tree-before-hide:before {
	display: none !important;
}

.anywhere-tree-after-selected:after {
	content: "√";
	color: red;
}

.anywhere-tree-hide {
	display: none;
}

#addLevelDialog .oj-tree-list {
	margin-bottom: 10px;
}

.navbar .navbar-nav > .dropdown.open > a,
.navbar .navbar-nav > .dropdown.open > a:hover,
.navbar .navbar-nav > .dropdown.open > a:focus {
  color: #080808;
  background: transparent;
}

.binding-helper {
	display: none;
}

.navbar .navbar-nav > .dropdown.open > a,
.navbar .navbar-nav > .dropdown.open > a:hover,
.navbar .navbar-nav > .dropdown.open > a:focus {
  color: #080808;
  background: transparent;
}

.binding-helper {
	display: none;
}

.oj-tabs-tab-content a:focus {
  outline: none !important;
}

.anywhere-message {
  background-color: black;
  color: white;
  position: fixed;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  min-width: 150px;
  max-width: 80%;
  padding: 10px;
  text-align: center;
}

.fa-check-tree.oj-collapsed>a ins:before {
  content: "√";
  color:red;
  width: 16px;
  height: 16px;
  background-image:url("../Jet/css/libs/oj/v1.2.0/alta/images/hier_folderclose_16_mono.png");
}

.fa-check-tree.oj-tree-node.oj-expanded>a ins:before {
  content: "√";
  color:red;
  width: 16px;
  height: 16px;
  background-image:url("../Jet/css/libs/oj/v1.2.0/alta/images/hier_folderopen_16_mono.png");
}

.fa-check-tree.oj-tree-leaf>a ins:before {
  content: "√" !important;
  color:red;
  width: 16px;
  height: 16px;
  background-image:url("../Jet/css/libs/oj/v1.2.0/alta/images/hier_leaf_16_mono.png");
}

#worksheetUnitDialog .oj-inputnumber {
	width: 60%;
	float: left;
}

#worksheetUnitDialog .oj-inputnumber ~div {
	margin-left: 10px;
	float: left;
	line-height: 30px;
}

@media print {
    .oj-menu {
        visibility: hidden;
    }
}

label {
    margin-bottom: 0px; /*overwrite bootstrap */
}

.anyhere-base-container {
    width: 100% !important;
}
@media (min-width: 768px){
    .anywhere-base-container {
        width: 100% !important;
        padding: 0px !important;
    }
}
@media (min-width: 992px){
    .anywhere-base-container {
        width: 100% !important;
        padding: 0px !important;
    }
}
@media (min-width: 1200px){
    .anywhere-base-container {
        width: 90% !important;
    }
}

/**
 * Currently when the table has much data and show the scroll bars, tbody's min-height, which is added by ojtable,
 * will affect the height of each tr in Mircrosoft Edge
 * 
 * It's very strange, we guess it's may be edge's bug or ojtable's bug.
 * 1. We can set min-height to auto to handle the height issue of tr. 
 * 2. However the scroll bar will disappear, and it's no effect to set tbody's height or max-height.
 * 	  To handle this issue, we need to set tbody's position to absolute, and then you must to define the height of
 * 	  each tbody by hard code, and also you need to define each td's width to avoid the width's inconsistent. 
 */
 /* for win 10 edge */
@supports (-ms-ime-align:auto) {
	table.oj-table-layout-issue-for-ie .oj-table-body {
		position: absolute;
		min-height: auto !important;
		overflow-y: auto;
		width: 100%;
	}

	/* we need to define the height of tbody */
	.oj-table-layout-issue-for-ie#openWorksheetsListDialogTable .oj-table-body {
		height: 277px;
	}
	/* we also need to define the width of td */
	.oj-table-layout-issue-for-ie#openWorksheetsListDialogTable .oj-table-body tr td:nth-child(3) {
		width: 525px;
	}
	
	#sendAsTaskDialog table.oj-table-layout-issue-for-ie .oj-table-body {
		height: 310px;
	}
	
	#worksheetListPersonalizeDialog table.oj-table-layout-issue-for-ie .oj-table-body {
		height: 460px;
	}
	#worksheetListPersonalizeDialog table.oj-table-layout-issue-for-ie .oj-table-body tr td:nth-child(2) {
		width: 545px;
	}
}

/* for ie */
@media screen and (min-width:0\0) {
	table.oj-table-layout-issue-for-ie .oj-table-body {
		position: absolute;
		min-height: auto !important;
		overflow-y: auto;
		width: 100%;
	}

	/* we need to define the height of tbody */
	.oj-table-layout-issue-for-ie#openWorksheetsListDialogTable .oj-table-body {
		height: 277px;
	}
	/* we also need to define the width of td */
	.oj-table-layout-issue-for-ie#openWorksheetsListDialogTable .oj-table-body tr td:nth-child(3) {
		width: 525px;
	}
	
	#sendAsTaskDialog table.oj-table-layout-issue-for-ie .oj-table-body {
		height: 310px;
	}
	
	#worksheetListPersonalizeDialog table.oj-table-layout-issue-for-ie .oj-table-body {
		height: 460px;
	}
	#worksheetListPersonalizeDialog table.oj-table-layout-issue-for-ie .oj-table-body tr td:nth-child(2) {
		width: 545px;
	}
}

#sendAsTaskDialog table .oj-table-body tr td:nth-child(2), #sendAsTaskDialog table tr th:nth-child(2) {
	width: 20%;
}

#sendAsTaskDialog table .oj-table-body tr td:nth-child(3), #sendAsTaskDialog table tr th:nth-child(3) {
	width: 80%;
}

/* Avoid scroll issue inner javafx */
.oj-table-body {
	overflow-x: auto !important;
}