body {
  background: #f2f2f2;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cmgreen {
  color: #88C425;
}

.cmred {
  color: #C83839;
}

.cmblue {
  color: #55bec3;
}

.scbk{
  color: #fff;
  position: relative;
  display: block;
  padding: 12px 14px 7px;
  text-shadow: 0 1px 1px #627C6A;
  font-size: 1.7em;
}

.input-sm {
  height: 32px;
}

.input-group-addon {
  padding: 6px 12px;
}

.main-green {
  color: #45B29D;
}

table.my-table, table.my-table > tbody {
  table-layout: fixed;
  color: #555;
}

th.my-th {
  background: #45B29D;
  border: 1px solid #ddd;
  color: #fff;
  text-shadow: 0 1px 1px #627C6A;
  font-size: 0.8em;
}

.my-td {
  text-align: right;
}

.my-ul {
  font-size: 0.9em;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.logo {
  padding-left: 0px;
  padding-top: 20px;
}

.logo:hover {
  background-color: transparent !important;
}

.navbar {
  border: 0px;
  padding-left: 2px;
  padding-top: 3px;
  /* background: linear-gradient(to bottom right, #e0e0e0, #00b034);*/
  background-color: #ebebeb;
}

.nav-pills > li > a {
  color: #737373;
  font-size: 1.1em;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  color: #737373;
  background-color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: #737373;
  background-color: #fff;
}

.nav>li.active>a,
.nav>li.active>a:hover,
.nav>li.active>a:focus {
  color: #737373;
  background-color: #f2f2f2;
}

.my-dropdown-menu {
  background-color: #EFF0F0;
}

.my-dropdown-menu>li>a {
  color: #737373;
}

.my-dropdown-menu>li>a:hover {
  color: #737373;
  background-color: #fff;
}

.btn {
  color: #737373;
  background: #f2f2f2;
  border-color: #ccc;
  border-radius: 0px;
}

.btn-default:hover,
.btn-default:focus {
  border-color: #45B29D;
    color: #45B29D;
    background-color: #fff;
    box-shadow: 0 8px 5px -5px #a3dbd0;
}

.btn-default[disabled] {
  background-color: #F8FAFA;
  border-color: #ccc;
}

.btn-danger {
  color: #C83839;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #C83839;
  background: #B3D6BE;
}

.btn-danger[disabled] {
  border-color: #d97373;
  background-color: #d35f5f;
}

.btn-link {
  color: #55bec3;
}

.btn-link:hover,
.btn-link:focus {
  color: #55bec3;
}

.flaticon {
  font-size: 1.8em;
}

.btn-icon {
  color: #737373;
  background: #f2f2f2;
  border-color: transparent;
}

.btn-icon:hover,
.btn-icon:focus {
  color: #737373;
  background: #f2f2f2;
  border-color: transparent;
}

.glyphicon-calendar {
  color: #508560;
}

.bootstrap-datetimepicker-widget table td.today:before{
  background-color:#2E984D;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{
  background-color:#2E984D;
}

.bootstrap-datetimepicker-widget table td span.active{
  background-color:#2E984D;
}

label.custom-select {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.custom-select select {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 18px 6px 12px;
  outline:none; /* remove focus ring from Webkit */
  line-height: 1.42857143;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  color: #555;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .custom-select select {
    padding-right:30px;
  }
}

/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Select arrow styling */
.custom-select:after {
  content: "▼";
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  padding: 0 7px;
  background: #fff;
  color: #555;
  pointer-events:none;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.no-pointer-events .custom-select:after {
  content: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
  select {
    background:none;
    padding: 5px;
  }
}

body {
  color: #627C6A;
}

a {
  color: #55bec3;
}

a:hover,
a:focus {
  color: #55bec3;
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

#mypanel {
  box-shadow: -4px 10px 10px #ccc;
}

.panel-default>.panel-heading {
  color: #627C6A;
  background-color: #F8FBF9;
}

.panel.with-nav-tabs .panel-heading{
  padding: 5px 5px 0 5px;
  background-color: #F8FBF9;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a {
  background-color: #EFF0F0;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #627C6A;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #627C6A;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #627C6A;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
  cursor: pointer;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.resultmessage {
  font-size: 1.4em;
  vertical-align: middle;
}

.resulticon {
  font-size: x-large;
  padding-right: 10px;
  vertical-align: middle;
}


#spotlink {
  background-color: #262626;
  color: #fff;
  margin-top: 20%;
}

#spotlink:hover,
#spotlink:focus {
  color: #db9200;
  background-color: #383838;
}

.table-paginated {
  height: 180px !important;
}

.prev_link,
.page_link,
.next_link {
  color: #737373;
  background: #f2f2f2;
  border-color: #ccc;
  border-radius: 0px;
}

.page_link:hover,
.page_link:focus {
  border-color: #45b29d !important;
  color: #45b29d !important;
  background-color: #fff !important;
  box-shadow: 0 8px 5px -5px #a3dbd0 !important;
}

#table-schedules-pager > .active > a {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
  color: #737373;
}

.page_link:hover,
.page_link:focus {
  color: #55bec3;
}

.redvalues {
    color: red;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

a.disabled{
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
    cursor: default;
}
