/* styles reset */
html,
body,
div,
dd,
dt,
dl,
img,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
form,
td {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 20px;
}
a {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
p,
li {
  text-align: left;
  margin-left: 10px;
}
ul {
  margin-left: 25px;
}
img {
  border: 0;
}
/* common styles */
body {
  padding: 10px 0 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #d1d1d1;
  text-align: center;
  font-size: 12px;
  color: #7e7e7e;
}
.l-wrapper {
  width: 1000px;
  margin: auto;
  text-align: left;
}
.b-content-block {
  /*margin:0 0 10px;*/
  padding: 0 9px 0 8px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.b-content-block_dark {
  /*background:#61163a;*/
  /*background:#B60263;*/
  background: #00798e;
  color: #FFF;
}
.b-content-block_dark a {
  color: #FFF;
}
/* header */
.b-header-block {
  padding-top: 10px;
  background: url(../img/block/header_bg.png) repeat;
  overflow: hidden;
}
.b-opteamis-logo {
  float: left;
  margin-top: -1px;
  margin-bottom: 9px;
}
.b-user-panel {
  float: right;
  /*background:url(../img/block/user_panel_r_bg.png) no-repeat 100% 0;*/
  padding-right: 6px;
  color: #FFF;
  margin-bottom: 10px;
  height: 79px;
}
.b-user-panel_inner {
  /*background:url(../img/block/user_panel_bg.png) no-repeat 0 0;*/
  height: 42px;
  width: 600px;
  padding: 8px 6px 0 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
  /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00798E', endColorstr='#00798E');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00798E', endColorstr = '#00798E')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #00798e, #00798e);
  background-image: -ms-linear-gradient(top, #00798e, #00798e);
  background-image: -o-linear-gradient(top, #00798e, #00798e);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#00798e), to(#00798e));
  background-image: -webkit-linear-gradient(top, #00798e, #00798e);
  background-image: linear-gradient(top, #00798e, #00798e);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#hdr_menu_short {
  top: 50px;
  margin-top: 7px;
}
#hdr_menu_short .m_ {
  line-height: 25px;
  border-right: 1px solid white;
  padding: 7px 3px;
  color: #121C23;
  text-decoration: none;
  line-height: 22px;
}
#hdr_menu_short a.m_act {
  background-color: #00798e;
  color: white;
}
#hdr_menu_short a:hover {
  background-color: #00798e;
  color: white;
}
#hdr_menu_short .m_open {
  border-left: none;
}
#hdr_menu_short .m_close {
  border-right: none;
}
.header-tile {
  height: 10px;
  background-color: #00798e;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4PX;
  -webkit-border-bottom-right-radius: 4PX;
  -khtml-border-bottom-right-radius: 4PX;
  border-bottom-right-radius: 4PX;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4PX;
  -webkit-border-bottom-left-radius: 4PX;
  -khtml-border-bottom-left-radius: 4PX;
  border-bottom-left-radius: 4PX;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4PX;
  -webkit-border-top-right-radius: 4PX;
  -khtml-border-top-right-radius: 4PX;
  border-top-right-radius: 4PX;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4PX;
  -webkit-border-top-left-radius: 4PX;
  -khtml-border-top-left-radius: 4PX;
  border-top-left-radius: 4PX;
}
.b-user-panel_inner2 {
  background-color: #E6E8E7;
  padding: 5px 5px 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.b-user-panel .b-greetings-message {
  float: left;
}
.b-user-panel .b-greetings-message-timesheet {
  float: left;
  font-size: 16px;
}
.timesheet-certify {
  font-size: 16px;
  color: #7e7e7e;
}
.hide-column-names table {
  border-color: white;
  border-width: 0px;
  border-style: none;
}
.hide-column-names table .ui-widget-content {
  color: #7e7e7e;
  border-color: white;
}
.hide-column-names table thead tr {
  display: none;
  border: 0px;
}
.hide-column-names table .ui-datatable .ui-datatable-data td,
.hide-column-names table .ui-datatable .ui-datatable-data-empty td {
  border-right-style-value: none;
  border-left-width-value: 0px;
  border-left-style-value: none;
}
.hide-column-names table .date-column {
  font-size: 10px;
}
.b-user-panel .b-profile-nav {
  float: left;
  clear: left;
  list-style: none;
  margin: 8px 0 0;
}
.b-user-panel .b-profile-nav li {
  margin: 0;
  padding: 0;
  float: left;
}
.b-user-panel .b-profile-nav li:before {
  content: "·";
  margin: 0 5px;
  display: block;
  float: left;
}
.b-user-panel .b-profile-nav li:first-child:before {
  content: "";
  margin: 0;
}
.b-user-panel .b-profile-nav li a {
  color: #FFF;
}
.b-user-panel .b-profile-nav li a:hover {
  color: #d1d1d1;
  text-decoration: none;
}
.b-user-panel .b-user-action {
  float: right;
  color: #FFF;
  font-size: 12px;
  margin-top: 2px;
}
/*ajax loading bar */
.ajax-loading-dialog .ui-dialog-titlebar {
  display: none !important;
}
/* main navigation */
.b-navigation-block {
  text-align: center;
  line-height: 25px;
  overflow: hidden;
}
.b-navigation-block_inner-wrapper {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-navigation-block li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
.b-navigation-block li:before {
  content: "·";
  margin: 0 5px;
  display: block;
  float: left;
}
.b-navigation-block li:first-child:before {
  content: "";
  margin: 0;
}
.b-navigation-block a {
  text-decoration: none;
}
.b-navigation-block a:hover {
  text-decoration: underline;
  color: #d1d1d1;
}
/* modifications */
.b-header-block,
.b-footer-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/*main content style */
.b-main-content-block {
  padding: 12px 22px 19px;
}
.b-main-content-block .b-main-panel div:first-child {
  padding: 0px 0px 0px;
}
.b-main-panel {
  border: none;
}
.b-mission-info {
  background: url(../img/block/border_gradient_bg.png) no-repeat 0 100%;
  margin: 0 0 12px;
  padding: 0 0 12px;
  line-height: 18px;
}
.b-mission-info th {
  padding-right: 10px;
}
.b-main-content-block a {
  color: #00798e;
  font-size: 12px;
  text-decoration: none;
}
.b-widget-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}
.b-tabs {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-bottom: -7px;
}
.b-tabs a {
  display: block;
  float: left;
  margin-right: 2px;
  font-size: 13px;
  color: #00798e;
  text-decoration: none;
  background: url(../img/tabs/tab_l_bg.png) no-repeat 0 0;
}
.b-tabs a:hover {
  color: #00798e;
}
.b-tabs a:first-child {
  background: url(../img/tabs/tab_first_l_bg.png) no-repeat 0 0;
}
.b-tabs a strong {
  display: block;
  background: url(../img/tabs/tab_r_bg.png) no-repeat 100% 0;
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
  width: 188px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.b-tabs .b-tab-active {
  background: url(../img/tabs/tab_active_l_bg.png) no-repeat 0 0;
  color: #00798e;
}
.b-tabs .b-tab-active strong {
  background: url(../img/tabs/tab_active_r_bg.png) no-repeat 100% 0;
}
.b-tabs a.b-tab-active:first-child {
  background: url(../img/tabs/tab_active_first_l_bg.png) no-repeat 0 0;
}
.b-workspace-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.b-workplace-content {
  background: url(../img/block/workspace_main_bg.png) repeat-y 0 0;
  width: 955px;
}
.b-workplace-content_tc {
  background: url(../img/block/workspace_corners_bg.png) no-repeat 0 -5px;
  width: 954px;
  height: 5px;
  overflow: hidden;
}
.b-workplace-content_bc {
  background: url(../img/block/workspace_corners_bg.png) no-repeat 0 0;
  width: 954px;
  height: 5px;
  overflow: hidden;
}
/* panel */
.b-panel-widget-wrapper {
  position: relative;
}
.b-step-arrow {
  position: absolute;
  background: url(../img/block/arrows_sprite.png) no-repeat 0 0;
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  margin-right: -20px;
  margin-bottom: -30px;
}
.b-step-arrow_none {
  display: none;
}
.b-step-arrow_mr {
  top: 50%;
  margin-top: -16px;
  background-position: 0 -31px;
}
.b-step-arrow_tr {
  top: 0;
  margin-top: -30px;
  background-position: 0 -62px;
}
.b-step-arrow_tm {
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -15px;
  background-position: 0 -93px;
}
.b-step-arrow_bm {
  left: 50%;
  margin-left: -15px;
  background-position: 0 -124px;
}
.b-step-arrow_bl {
  left: -11px;
  background-position: 0 -155px;
}
.b-step-arrow_ml {
  top: 50%;
  margin-top: -16px;
  left: -11px;
  background-position: 0 -186px;
}
.b-panel-widget {
  background: url(../img/block/panel_bottom_bg.png) no-repeat 0 100%;
  padding-bottom: 9px;
  margin: 15px 14px 14px 22px;
}
.b-panel-widget__inner {
  background: url(../img/block/panel_top_bg.png) no-repeat 0 0;
  width: 270px;
  padding: 3px 3px 0;
}
.b-panel-header {
  background: url(../img/block/panel_header_bg_default.png) no-repeat 0 0;
  line-height: 34px;
  font-weight: bold;
  color: #00798e;
  padding-left: 17px;
}
.b-panel-content {
  position: relative;
  padding: 10px 25px 5px 17px;
}
.task-actions {
  margin-top: 50px;
}
.task-content {
  width: 200px;
  margin-right: 2px;
}
.b-panel-widget .b-icon {
  background: url(../img/icons/sprite.png) no-repeat 0 0;
  position: absolute;
  overflow: hidden;
  height: 40px;
  width: 40px;
  right: 8px;
  top: 9px;
}
.b-panel-widget_active .b-icon {
  background-position: 0 -40px;
}
.b-panel-widget_inactive .b-icon {
  background-position: 0 -80px;
}
.b-panel-widget_complete .b-icon {
  background-position: 0 0;
}
.b-panel-widget .task-actions {
  overflow: hidden;
}
.b-panel-widget .task-actions a {
  background: none;
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
  float: right;
}
.b-panel-widget .task-actions button span {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #00798e;
}
.b-panel-widget_inactive .task-actions button span {
  color: #8c8c8c;
}
/* footer */
.b-footer-block {
  line-height: 25px;
  overflow: hidden;
}
.b-footer-block .b-copyrights {
  text-transform: uppercase;
  float: left;
}
.b-footer-block .b-footer-nav {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
.b-footer-block .b-footer-nav li {
  float: left;
  margin: 0;
  padding: 0;
}
.b-footer-block .b-footer-nav li:before {
  content: "·";
  margin: 0 5px;
  display: block;
  float: left;
}
.b-footer-block .b-footer-nav li:first-child:before {
  content: "";
  margin: 0;
}
.b-footer-block .b-footer-nav li a {
  text-decoration: none;
}
.b-footer-block .b-footer-nav li a:hover {
  text-decoration: underline;
  color: #d1d1d1;
}
.ui-widget {
  font-size: 1em;
  margin-bottom: 2px;
}
legend {
  text-align: left;
}
table {
  border-collapse: collapse;
}
/* UI styles */
.active .ui-widget-header {
  background: blue;
}
.inactive .ui-widget-header {
  background: gray;
}
.complete .ui-widget-header {
  background: green;
}
/* blocks styles */
#headermenu {
  width: 100%;
  background-color: #00798e;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/*.menu-link {*/
/*color:white;*/
/*padding-left:5px;*/
/*padding-right:5px;*/
/*text-shadow: 1px 1px #828282;*/
/*}*/
/*.menu-link a:visited {*/
/*color:white;*/
/*text-decoration:none;*/
/*}*/
.menu-item {
  color: white;
  text-shadow: 1px 1px #828282;
}
.menu-item a {
  text-decoration: none;
}
.menu-item a:hover {
  border-width: 1px;
}
.menu-item a:visited {
  border-width: 1px;
}
.filter-row {
  padding: 2px;
}
.filter-label {
  width: 100px;
  vertical-align: top;
}
.filter-value {
  border: 0px;
  vertical-align: top;
  padding: 0px 15px 0px;
}
.filter-value input {
  width: 120px;
  font-size: 11px;
}
.filter-value select {
  width: 130px;
  font-size: 11px;
  color: #999999 !important;
}
.filter-value label {
  color: #999999 !important;
}
.filter-value button {
  width: 100px;
}
.order-parameters-row {
  vertical-align: top;
}
.list-action-column {
  width: 200px;
}
.actions-toolbar {
  margin-bottom: 20px;
}
.actions-toolbar button {
  margin: 0 0 0 20px;
  padding: 0;
  float: right;
  vertical-align: middle;
}
.actions-toolbar a {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 14px;
  float: right;
}
.td-workday {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.td-holyday {
  background-color: #dfdFdF;
}
.td-disabled {
  background-color: #d1d1d1;
}
.td-day,
.td-holyday,
.td-disabled {
  width: 110px;
  padding: 3px;
  border: 1px solid #cccccc;
}
.editor,
.number-editor {
  width: 50px;
}
.number-editor {
  text-align: right;
  padding-right: 1px;
}
.tasklist-table {
  border-style: hidden;
}
/* mission list  */
.mission-status-column-header {
  width: 50px;
  text-align: center;
}
.mission-status-column-item {
  font-size: 85%;
  color: #009900;
}
.mission-status-column-item-notactive {
  color: #666;
}
.agreement-fieldset-header {
  text-align: center;
  color: #666;
  font-weight: bold;
  padding: 0px;
}
.invoice-panel-title {
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  color: #666;
}
.invoice-panel-content {
  font-size: 11px;
}
.process-status {
  font-size: 85%;
  float: left;
}
.process-date {
  float: right;
  font-size: 85%;
  color: #898787;
}
.process-no-action-label {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 85%;
  color: #898787;
}
.process-actions {
  clear: both;
  padding: 2px 2px 2px;
}
.marge {
  text-align: center;
  /*font-weight: bold;*/
  font-family: Tahoma;
}
.marge-value {
  text-align: center;
  padding-left: 10px;
  font-family: Tahoma;
}
.small-grey-info {
  font-size: 85%;
  color: #7e7e7e;
  text-align: left;
}
.mission-list-go-button {
  float: right;
}
.mission-list-taskList {
  text-align: left;
}
.mission-list-mn a {
  color: #767676;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.mission-list-mn a:hover {
  color: #00798e;
}
.mission-list a {
  color: #7e7e7e;
  text-decoration: none;
}
.mission-list a:hover {
  color: #00798e;
}
.ts-days-count {
  font-size: 18px;
}
.ts-days-count-panel {
  width: 100%;
  text-align: right;
}
.ts-days-count-info {
  width: 100%;
  text-align: right;
  background: url(../img/block/border_gradient_bg.png) no-repeat 80% 100%;
}
.ui-notificationbar {
  background-color: #ffffcc;
  color: black;
  height: 20px;
  position: fixed;
  width: 100%;
  /*filter: alpha(opacity = 80);*/
  opacity: 0.9;
  padding: 20px 0 0 20px;
  font-size: 14px;
}
.confirmation-dialog button {
  text-decoration: none;
}
.ui-widget-overlay {
  opacity: 0.5;
}
/*activities */
/*.srm-table .srm-table td{border-left-style: none;border-right-style: none;}*/
.no-border {
  border: 0px none !important;
}
.activity-table {
  text-align: center;
}
.activity-table .c1 {
  width: 30%;
}
.activity-table .c2 {
  width: 25%;
}
.activity-table .c3 {
  width: 25%;
}
.activity-table .c4 {
  width: 10%;
}
.activity-table .c5 {
  width: 5%;
}
/* bootstrap buttons */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large .icon {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small .icon {
  margin-top: -1px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0044cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
/*inputs*/
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xllarge {
  width: 350px;
}
.input-xxlarge {
  width: 530px;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
/* bootstrap alerts */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/* bootstrap labels */
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
}
.label-warning {
  background-color: #f89406;
}
.label-success {
  background-color: #468847;
}
.label-info {
  background-color: #3a87ad;
}
/* bootstrap headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
/*boostrap icons*/
[class^="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  background-image: url(../bootstrap2/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url(../bootstrap2/img/glyphicons-halflings-white.png);
}
.ui-widget .icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.ui-widget .icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
/*tabs*/
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  display: block;
  padding: 3px 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list .nav-header {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-transform: uppercase;
}
.nav-list > li + .nav-header {
  margin-top: 9px;
}
.nav-list .active > a,
.nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a,
.nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.calendar-item {
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.calendar {
  padding: 2px;
}
.ui-datatable .ui-datatable-data .calendar td {
  border: 0px none;
}
.ui-state-default .calendar-item button,
.ui-widget-content .ui-state-default .calendar-item button {
  width: 100%;
  margin: 0px;
  background-image: none;
}
.without-header .ui-dialog-titlebar {
  display: none;
}
.ui-dialog-buttonpane {
  text-align: right;
}
.ui-datatable .ui-datatable-data td,
.ui-datatable .ui-datatable-data-empty td {
  border-left-style-value: none !important;
  border-right-style-value: none !important;
}
