/* 
    Created on : Dec 15, 2015, 11:57:10 AM
    Author     : Danny
*/

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.selectpicker {
  margin-bottom: -10px;
}

.table th,
.table td {
  border-top: none !important;
}

.ui-dialog-title {
  font-weight: normal;
}

h2 {
  font-weight: 300;
  font-size: 20px;
}

.ui-loading .ui-loader {
  display: block;
}
.ui-loader {
  display: none;
  position: absolute;
  opacity: 0.85;
  z-index: 100;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  padding: 10px 30px;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.fc-icon-home:after {
  font-family: "Glyphicons Halflings" !important;
  content: "\e021";
  /*font-weight: bold;*/
  font-size: 90%;
  top: +7%;
}

.fc-icon-refresh:after {
  font-family: "Glyphicons Halflings" !important;
  content: "\e030";
  /*font-weight: bold;*/
  font-size: 90%;
  top: +7%;
}

.input-rounded {
  border-radius: 4px !important;
}

.event-dialog {
  padding: 0px !important;
}

.header {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.header img {
  /*width: 100%;*/
  /*float: left;*/
  margin: 0 auto;

  max-width: 100%;
}

.container2 {
  max-width: 1024px;
  margin: 0 auto;
}

.language {
  float: right;
  margin-top: 7px;
}

.language li {
  display: inline;
  margin: 3px;
}

.lang {
  cursor: pointer;
}

.lang img {
  height: 20px;
}

.footer {
  max-width: 1024px;
  margin: 0 auto;
  background: #ddd;
}

.divider {
  float: left;
  height: 1px;
  width: 100%;
  display: block; /* for use on default inline elements like span */
  margin: 15px 0;
  overflow: hidden;
  background-color: #ddd;
}

.divider_dots {
  height: 1px;
  width: 100%;
  display: block;
  margin: 9px 0;
  overflow: hidden;
  border-top: 1px dotted #aaa;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#calendar {
  max-width: 1000px;
  margin: 10px auto;
}

.fc-slats,
.fc-row.fc-widget-header {
  line-height: 2em !important;
  font-size: 1.1em !important;
  font-weight: normal;
}

.fc-button {
  padding: 0 0.6em !important;
  font-size: 1.1em !important;
}

.selectpicker > li a {
  padding: 8px;
}

.selectpicker:hover {
  background: #fff;
}

.selectpicker > li a:hover {
  background: #337ab7;
  color: #fff;
}

.fc-time {
  font-size: 1.2em !important;
  font-weight: normal !important;
  font-style: normal !important;
  /* line-height: 1.75em !important; */
}

.fc-resource-cell {
  font-weight: normal !important;
}

.fc-content {
    height: 100%;
}

.fc-title {
    overflow: hidden;
}

.add_fail {
  box-shadow: 1px 1px 2px 2px rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.77);
}

.add_success {
}

@media screen and (min-width: 0px) and (max-width: 968px) {
  /*    .header {
            width: 100%;
        }*/
}
