.width-150 {
    width: 150px;
}
.planning_header {
    background-color:#007592;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
}
.macroCicleHeader {
    background-color:#007592;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
}
.macroCicleLow {
    background-color:#00BE02;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
}
.macroCicleMedium {
    background-color:#FFFF00;
    color:#000000;
    text-align: center;
    font-weight: bold;
}
.macroCicleHigh {
    background-color:#FF3224;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
}
.microCicleLow {
    background-color:#00BE02;
    color:#ffffff;
    text-align: center;
}
.microCicleMedium {
    background-color:#FFFF00;
    color:#000000;
    text-align: center;
}
.microCicleHigh {
    background-color:#FF3224;
    color:#ffffff;
    text-align: center;
}
th.vertical-label{
    -webkit-transform: rotate(270deg) ;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    height: 130px;
    max-width: 1px;
}
.error, .form-control.error {
  box-shadow: none !important;
  border: 2px solid red !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.input-group .select2-container--default .select2-selection--single {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.fc-event .fc-content {
  color:#444;
  padding: 4px;
}
.fc-event .fc-content .fc-title {
  font-weight: bold;
}
.tab-culture .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.tab-culture .nav-tabs {
    margin-bottom: 0;
}
.mail-to {
  text-decoration: underline;
  color: #eee;
}
.mail-to:hover {
  text-decoration: none;
  color: #fff;
}
.tooltip {
    position: fixed;
}
.tooltip .tooltip-inner {
    text-align: left;
    padding:10px;
}
table.table-hover tbody tr:hover, table.table-hover tbody tr:hover td {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.tooltip-inner {
    white-space:pre;
    max-width:none;
}
.notice-box {
  display: block;
  min-height: 35px;
  width: 100%;
}
.notice-box-icon {
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.notice-box-text {
  display: inline;
  font-size: 12px;
  float: left;
  font-weight: 600;
}
.notice-box-date {
  display: inline;
  font-size: 12px;
  float: right;
}
.notice-box-content {
  padding: 0px 10px;
  margin-left: 13px;
}
.notice-box-message {
  display: block;
  float: left;
  font-size: 12px;
  width: 100%;
  margin:0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.menu li.UNREAD {
  background-color: #ffe;
}
.sidebar-menu > li > a.sub-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-menu > li > a > i.sub-item {
  margin-left: 24px;
}
.table-striped>tbody>tr.readed {
   background-color: #ffe;
}
.workout-chart {
  display: block;
  width:100%;
  text-align:center !important;
  padding: 10px 0 20px 0;
}
.workout-editor {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height: 210px;
  position: relative;
}
.workout-editor.ace_editor {
  line-height: 20px;
  font-size: 14px;
}
.ace_error {
  position:absolute !important;
  background-color:#F4B9B7 !important;
}
.ace_tooltip {
  display: none !important;
}
.slim {
  margin-bottom: 0px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray-light {
  background-color: #eee;
}
.bg-blue-light {
  background-color: #d8edf6;
}
.bg-green-light {
  background-color: #def0d9;
}
.bg-yellow-light {
  background-color: #fcf8e4;
}
.bg-orange-light {
  background-color: #f0e0ce;
}
.bg-red-light {
  background-color: #f0d9d9;
}
.bg-red-light-hover {
  background-color: #facece;
}
th.dt-center, td.dt-center {
  text-align: center;
}
hr.black {
  border-top: 1px solid grey;
  width: 100%;
}
ul.list-group-unbordered div.with_pad {
  padding: 0 10px;
}
ul.list-group-unbordered div.with_pad .form-group {
  margin: 0px;
}
