﻿
/*@import 'https://fonts.googleapis.com/css?family=Open+Sans';*/
@import "autocomplete.css";

@-webkit-keyframes color_change {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@-moz-keyframes color_change {
    from {
        color: yellow;
    }

    to {
        color: deeppink;
    }
}

@-ms-keyframes color_change {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@-o-keyframes color_change {
    from {
        color: yellow;
    }

    to {
        color: deeppink;
    }
}

@keyframes color_change {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

.warning-bgk {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    padding: 10px;
    text-align: center;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px ;
}
label {
  padding-top: 10px;
  margin-bottom: 2px;
}

/*.user-panel {
    min-height: 60px;
}
.user-panel>.info {
    padding: 10px 5px 5px 30px;
    line-height: 1;
    position: absolute;
    left: 8px; 
}*/

.fl {
    float: left;
    margin: 0 0;
    padding: 0 0;
}
.fr {
    float: right;
    margin: 0 0;
    padding: 0 0;
}
.clear-all {
  clear: both;
}

.error-panel, .info-panel, .loading-panel {
  display: none;
  margin-left: 0;
  padding-left: 0;
}

  .error-panel ul, .info-panel ul {
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
  }


.alert-danger,
.alert-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border-color: #eed3d7;
}

  .alert-danger p,
  .alert-error p {
    color: #b94a48;
    padding-left: 20px;
  }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

  .alert-info h4 {
    color: #3a87ad;
  }


.field-validation-error {
  color: #ff0000;
  display: inline-block;
  font-size: 12px;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/*.skin-blue .logo {
  background: transparent;
}*/

/*.navbar .nav ul.dropdown-menu li a {
  color: #3c8dbc;
}

ul.menu li a {
  color: #3c8dbc;
}*/


/* Dialog css class*/
.dlg-container {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66444444,endColorstr=#66444444);
  background: url(/content/img/common/modal-bg.gif) no-repeat;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
  display: none;
  zoom: 1;
}

#calendar {
  max-height: 650px;
  overflow: hidden;
}


.pull-left {
  margin-right: 5px;
}
.margin-left-center {
  margin-left: 45% !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.data-info {
  font-weight: bold;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}

ul.token-input-list-facebook {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

#token-input-Performers {
  width: 100%;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-center {
    margin: 0 auto;
    left: 42%;
}

.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-3 {
  padding-top: 3px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-5 {
  padding: 10px !important;
}

.ui-widget {
  font-family: inherit;
}

.ui-jqgrid .ui-jqgrid-view {
  font-size: 14px;
}

.fc-view-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.calendar-select {
  padding-left: 30px !important;
  float: left;
}

button.ui-datepicker-trigger {
  border: none;
  padding: 0;
}

.checkbox-title {
  padding: 3px 10px;
  margin-top: -7px;
}


button, input, optgroup, select, textarea {
  padding: 4px 6px;
}

  input.col-xs-12, textarea.col-xs-12 {
    padding: 4px 6px;
  }

.col-xs-10-important {
  width: 83.33333333% !important;
}


.fc-day-grid-event > .fc-content {
  padding: 5px;
}

.calendar-color {
  width: 12px;
  height: 12px;
  float: left;
  margin-left: 3px;
  margin-top: 7px;
}


.btn-link:hover {
  cursor: pointer;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 14px;
  font-family: inherit;
}

.number {
  text-align: right;
}

select.col-xs-12 {
  padding: 5px;
}
.margin-top-25 {
  margin-top: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

a.activity-adding {
  cursor: pointer;
}

a.absence-adding {
  cursor: pointer;
}


span.info {
  font-weight: bold;
}

table.adding-info tr td {
  padding: 5px;
}

input[disabled] {
  background-color: #EBEBE6;
  border-color: #fff;
}

tr.absence {
  color: red;
}

.date-picker {
  white-space: nowrap;
}

.text-align-right {
  text-align: right;
}


.group-title {
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 4px;
}

#missingHoursGrid > tbody > tr > td,
#missingHoursGrid > tbody > tr > td,
#onHoldGrid > tbody > tr > td {
  color: red;
}


.missing-hour {
  color: red;
}

.w110 {
  width: 110px;
}

th.ui-th-column div {
  white-space: normal !important;
  height: auto !important;
  padding: 2px;
}

.italic {
  font-style: italic;
}

.autocomplete {
  float: left;
}

  .autocomplete .ac-results .header {
    overflow: hidden;
    padding: 2px 5px 3px;
    margin: 0;
  }

  .autocomplete .ac-results .ccb-header {
    float: left;
    clear: none;
    font-weight: bold;
  }

  .autocomplete .ac-results li {
    overflow: hidden;
  }

  .autocomplete .ac-results .col {
    float: left;
    clear: none;
    min-height: 10px;
  }

  .autocomplete .ac-results .text, .autocomplete .ac-results .header0 {
    width: 40%;
  }

  .autocomplete .ac-results .title, .autocomplete .ac-results .header1 {
    width: 50px;
    display: block;
  }

  .autocomplete .ac-results .phonenumber, .autocomplete .ac-results .header2 {
    width: 40%;
    padding: 0 3px;
  }



.autocomplete {
  width: 100% !important;
}

  .autocomplete > .t-autocomplete {
    width: 100% !important;
  }

div.autocomplete div.ac-results {
  width: 100% !important;
}

.time-picker,
.date-picker {
  width: 100%;
  position: relative;
  padding-right: 32px;
}

  .time-picker input,
  .date-picker input {
    width: 100%;
  }

  .time-picker button,
  .date-picker button {
    position: absolute;
    right: 0;
  }

.input-group {
  width: 100%;
}

body .tooltipster-base {
  pointer-events: auto;
}

ul.event-list li.glow div.booking-item {
  background: yellow;
}

ul.event-list .over-booking-item div.booking-item,
ul.event-list li.over-booking-item div.booking-item {
  background-color: #b6b6b6;
}

.over-booking-item.play .booking-item .people {
  background-color: orange;
}

.over-booking-item.glow .booking-item .people {
  background-color: yellow;
}

@media screen and (max-width: 768px) {
  /*.nav > li {
    width: 100%;
  }

  .navbar-header {
    height: 62px;
  }

    .navbar-header .navbar-toggle {
      margin-top: 15px;
    }

  .navbar-nav > li > a {
    padding: 8px 5px;
  }

  #navbar > ul {
    width: 100%;
  }*/

  .skin-black .main-header>.logo {
    background-color: #fff;
    color: #000000;
    border-bottom: 0 solid transparent;
    border-right: none;
}
    .skin-black .main-header>.logo:hover {
    background-color: #fff;
    color: #000000;
    border-bottom: 0 solid transparent;
    border-right: none;
}
}

@media screen and (max-width: 480px) {
  .autocomplete .ac-results .ccb-header,
  .autocomplete .ac-results .col {
    clear: both;
    width: 100%;
  }
}


.image-groups {
  width: 400px;
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
 
}

.event-template img {
  float: left;
  margin: 0 8px;
  width: 10%;
}

.event-template p {
  margin: 5px 0 0;
  font-size: 14px;
}

.event-template .title {
  font-size: 15px;
  font-weight: 400;
}

.event-template .groupname {
  padding: 0 8px 5px;
  font-size: 13px;
}

.tooltip-template {
  text-align: left;
}

  .tooltip-template img {
    float: left;
    margin: 8px 8px;
    width: 80px;
    height: 100px;
  }

.tooltip-description {
  padding: 15px 10px;
}

.tooltip-title {
  font-weight: bold;
  font-size: 20px;
}

.tooltip-template p {
  margin: 10px 0 0;
  font-size: 15px;
  text-align: left;
}

.tooltip-template span {
  margin-right: 5px;
  font-size: 15px;
  font-style: italic;
  float: left;
}

.k-tooltip {
  background: white !important;
}

.kendo-textarea {
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  width: 90%;
}


.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0em;
  padding: 0;
  overflow: auto;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  text-align: left;
}



.event-template-leave p {
  margin: 5px 0 0;
  font-size: 14px;
}

.event-template-leave .title {
  font-size: 15px;
  font-weight: 400;
}

.tooltip-template-leave {
  text-align: left;
}

.tooltip-description-leave {
  padding: 10px 0;
  font-size: 15px;
}

.tooltip-title-leave {
  font-weight: bold;
  font-size: 20px;
}

.tooltip-template-leave p {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
}

.tooltip-template-leave span {
  font-size: 14px;
  font-style: italic;
  float: left;
}

.width-100-dropdown {
  width: 100% !important;
    background-color: white !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-7 {
  padding-top: 7px !important;
}


.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}



li.token-input-token-facebook {
  background-color: #f7f7f7;
  border-radius: 3px;
  border-color: #eee;
}

  li.token-input-token-facebook p {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
  }



.c-checkbox {
  position: relative;
  /* handling click events */
  /* when checkbox is checked */
}

  .c-checkbox.c-checkbox-inline {
    display: inline-block;
  }

.form-inline .c-checkbox.c-checkbox-inline {
  margin-right: 20px;
  top: 3px;
}

.c-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.c-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}

  .c-checkbox label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

    .c-checkbox label > span.inc {
      background: #fff;
      left: -10px;
      top: -10px;
      height: 40px;
      width: 40px;
      opacity: 0;
      border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      -webkit-border-radius: 50% !important;
    }

  .c-checkbox label > .box {
    top: 1px;
    border: 2px solid #d0d7de;
    height: 20px;
    width: 20px;
    z-index: 5;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

.ie .c-checkbox label > .box {
  top: 2px;
}

.c-checkbox label > .check {
  top: -2px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #d0d7de;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.c-checkbox label > span.inc {
  -webkit-animation: growCircle 0.3s ease;
  -moz-animation: growCircle 0.3s ease;
  animation: growCircle 0.3s ease;
}

.c-checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

.c-checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.c-checkbox input[type=checkbox]:disabled ~ label,
.c-checkbox input[type=checkbox][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

  .c-checkbox input[type=checkbox]:disabled ~ label > .box,
  .c-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

.c-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.c-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.c-checkbox.has-error label {
  color: #e7505a;
}

  .c-checkbox.has-error label > .box {
    border-color: #e7505a;
  }

  .c-checkbox.has-error label > .check {
    border-color: #e7505a;
  }

.c-checkbox.has-info label {
  color: #4eabe6;
}

  .c-checkbox.has-info label > .box {
    border-color: #4eabe6;
  }

  .c-checkbox.has-info label > .check {
    border-color: #4eabe6;
  }

.c-checkbox.has-success label {
  color: #5dc09c;
}

  .c-checkbox.has-success label > .box {
    border-color: #5dc09c;
  }

  .c-checkbox.has-success label > .check {
    border-color: #5dc09c;
  }

.c-checkbox.has-warning label {
  color: #c8d046;
}

  .c-checkbox.has-warning label > .box {
    border-color: #c8d046;
  }

  .c-checkbox.has-warning label > .check {
    border-color: #c8d046;
  }

.c-layout-go2top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  z-index: 9999;
}

  .c-layout-go2top > i {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #3c8dbc;
    font-size: 38px;
    font-weight: 300;
  }

  .c-layout-go2top:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }



/* jqGrid */
    .ui-jqgrid {
      -moz-box-sizing: content-box;
    }
    .ui-jqgrid-btable {
      border-collapse: separate;
    }
    .ui-jqgrid-htable {
      border-collapse: separate;
    }
    .ui-jqgrid-titlebar {
      height: 40px;
      line-height: 15px;
      color: #676a6c;
      background-color: #F9F9F9;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    .ui-jqgrid .ui-jqgrid-title {
      float: left;
      margin: 1.1em 1em 0.2em;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      position: relative;
      border-left: 0px solid;
      border-right: 0px solid;
      border-top: 0px solid;
    }
    .ui-widget-header {
      background: none;
      background-image: none;
      background-color: #f5f5f6;
      text-transform: uppercase;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }
    .ui-jqgrid tr.ui-row-ltr td {
      border-right-color: inherit;
      border-right-style: solid;
      border-right-width: 1px;
      text-align: left;
      border-color: #DDDDDD;
      background-color: inherit;
    }
    .ui-search-toolbar input[type="text"] {
      font-size: 12px;
      height: 15px;
      border: 1px solid #CCCCCC;
      border-radius: 0px;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
      background: #F9F9F9;
      border: 1px solid #DDDDDD;
      line-height: 15px;
      font-weight: bold;
      color: #676a6c;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    .ui-widget-content {
      box-sizing: content-box;
    }
    .ui-icon-triangle-1-n {
      background-position: 1px -16px;
    }
    .ui-jqgrid tr.ui-search-toolbar th {
      border-top-width: 0px !important;
      border-top-color: inherit !important;
      border-top-style: ridge !important;
    }
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
      background: #f5f5f5;
      border-collapse: separate;
    }
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
      background: #f2fbff;
    }
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
      border: 1px solid #dddddd;
      background: #ffffff;
      font-weight: normal;
      color: #212121;
    }
    .ui-jqgrid .ui-pg-input {
      font-size: inherit;
      width: 50px;
      border: 1px solid #CCCCCC;
      height: 15px;
    }
    .ui-jqgrid .ui-pg-selbox {
      display: block;
      font-size: 1em;
      height: 25px;
      line-height: 18px;
      margin: 0;
      width: auto;
    }
    .ui-jqgrid .ui-pager-control {
      position: relative;
    }
    .ui-jqgrid .ui-jqgrid-pager {
      height: 32px;
      position: relative;
    }
    .ui-pg-table .navtable .ui-corner-all {
      border-radius: 0px;
    }
    .ui-jqgrid .ui-pg-button:hover {
      padding: 1px;
      border: 0px;
    }
    .ui-jqgrid .loading {
      position: absolute;
      top: 45%;
      left: 45%;
      width: auto;
      height: auto;
      z-index: 101;
      padding: 6px;
      margin: 5px;
      text-align: center;
      font-weight: bold;
      display: none;
      border-width: 2px !important;
      font-size: 11px;
    }
    .ui-jqgrid .form-control {
      height: 10px;
      width: auto;
      display: inline;
      padding: 10px 12px;
    }
    .ui-jqgrid-pager {
      height: 32px;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-left,
    .ui-corner-tl {
      border-top-left-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
      border-top-right-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
      border-bottom-left-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
      border-bottom-right-radius: 0;
    }
    .ui-widget-content {
      border: 1px solid #ddd;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      padding: 0;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      border-bottom: 1px solid #ddd;
    }
    .ui-jqgrid tr.jqgrow td {
      padding: 6px;
    }
    .ui-jqdialog .ui-jqdialog-titlebar {
      padding: 10px 10px;
    }
    .ui-jqdialog .ui-jqdialog-title {
      float: none !important;
    }
    .ui-jqdialog > .ui-resizable-se {
      position: absolute;
    }

    .c-content-blog-post-1 .c-comments .c-comment-list .media {
      margin: 5px !important;
    }



.ui-dialog .ui-dialog-titlebar {
    color: inherit !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    border: none !important;
    background-color: white;

}

.c-radio {
  position: relative;
  /* handling click events */
  /* when radio is checked */
}
.c-radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.c-radio label {
  line-height: 1px;
  cursor: pointer;
  padding-left: 30px;

}
.c-radio label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.c-radio label > span.inc {
  background: #fff;
  left: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.c-radio label > .box {
  top: 1px;
  border: 2px solid #d0d7de;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  z-index: 5;
  margin-top: -10px;
}
.ie .c-radio label > .box {
  top: 2px;
  margin-top: -10px;
}
.c-radio label > .check {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #d0d7de;
  opacity: 0;
  z-index: 6;
  display: block;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  margin-top: -10px;
}
.c-radio label > span.inc {
  -webkit-animation: growCircleRadio 0.3s ease;
  -moz-animation: growCircleRadio 0.3s ease;
  animation: growCircleRadio 0.3s ease;
}
.c-radio input[type=radio]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.c-radio input[type=radio]:disabled ~ label,
.c-radio input[type=radio][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio input[type=radio]:disabled ~ label > .box,
.c-radio input[type=radio][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio input[type=radio]:disabled:checked ~ label > .check,
.c-radio input[type=radio][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio.has-error label {
  color: #e7505a;
}
.c-radio.has-error label > .box {
  border-color: #e7505a;
}
.c-radio.has-error label > .check {
  background: #e7505a;
}
.c-radio.has-info label {
  color: #4eabe6;
}
.c-radio.has-info label > .box {
  border-color: #4eabe6;
}
.c-radio.has-info label > .check {
  background: #4eabe6;
}
.c-radio.has-success label {
  color: #5dc09c;
}
.c-radio.has-success label > .box {
  border-color: #5dc09c;
}
.c-radio.has-success label > .check {
  background: #5dc09c;
}
.c-radio.has-warning label {
  color: #c8d046;
}
.c-radio.has-warning label > .box {
  border-color: #c8d046;
}
.c-radio.has-warning label > .check {
  background: #c8d046;
}

.form-c-radios.has-error > label {
  color: #e7505a;
}
.form-c-radios.has-info > label {
  color: #4eabe6;
}
.form-c-radios.has-success > label {
  color: #5dc09c;
}
.form-c-radios.has-warning > label {
  color: #c8d046;
}

.c-radio-list {
  margin: 10px 0;
}
.form-horizontal .c-radio-list {
  margin-top: 0px;
}
.c-radio-list .c-radio {
  display: block;
  margin-bottom: 10px;
}

.c-radio-inline {
  margin: 10px 0;
}
.form-horizontal .c-radio-inline {
  margin-top: 8px;
}
.c-radio-inline .c-radio {
  display: inline-block;
  margin-right: 20px;
}
.c-radio-inline .c-radio:last-child {
  margin-right: 0;
}
.ui-pnotify-text > ul {
    list-style: none;
}
.ui-pnotify-text > li {
    list-style: none;
}
.width-150 {
    width: 150px;
}
.width-120 {
    width: 120px;
}
.width-100 {
    width: 100px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 100px;
}
.modal {
    z-index: 8000 !important;
}
.img-grid {
    text-align: center;
    width: 50px;
    height:50px;
}
.text-center {
  text-align: center;
    
}
.img-edit {
    max-width: 100%;
    max-height: 400px;
}
.img-edit-company {
    max-width: 100%;
    max-height: 400px
}

/* TABLES */

table th {
  background-color:#3c8dbc;
  color:#fff;
    font-size: 13px;
  font-weight:bold;
}
table th,
table td {
  vertical-align:middle !important;
    font-size: 13px !important;
  /*border:1px solid #3c8dbc !important;*/
}
/*
table {
  border-collapse:collapse;
  font:12px inherit;
  color:#333;
}
table tr {
  background-color:#fff;
}
.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}*/
.f-bold-300 {
    font-weight: 300;
}
.f-bold-400 {
    font-weight: 400;
}
.f-bold-700 {
    font-weight: 700;
}
.f-size-14 {
    font-size: 14px;
}
.f-size-16 {
    font-size: 16px;
}
.f-size-18 {
    font-size: 18px;
}

/* contact form */
#small-contact {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
}
#small-contact .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}
.open-small-contact {
  height: 38px;
  width: 38px;
  display: block;
  background: #3c8dbc;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-small-contact:hover {
  color: white;
  background: #3c8dbc;
}
.small-contact-box {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: auto;
  border-radius: 4px;
}
.small-contact-box.ng-small-contact {
  display: block;
}
.body-small .small-contact-box {
  bottom: 100px;
  right: 20px;
}
.small-contact-box.active {
  display: block;
}
.small-contact-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.small-contact-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}
.small-contact-box .content {
  padding: 15px 15px;
}

.with-100-per {
  width: 100%;
}

.img-flag {
    width: 35px;
    height: 30px;
    margin-top: 10px;  
     margin-right: 10px;
 
    cursor: pointer;
}
.box {
    border-top: 1px solid #d2d6de;
}


/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #3c8dbc;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3c8dbc;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #3c8dbc;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
        padding-top: 0px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #3c8dbc;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #3c8dbc;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #3c8dbc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.login-logo, .register-logo {
    text-align: inherit;

}
.text-login {
     text-align: inherit;
   font-size: 22px;

}

.padding-left-55 {
    padding-left: 55px;
}
.image-login {
  /*padding-top: 20px;*/
    padding-right: 60px;
    float: left;
}
.ui-tooltip {
  font-size: 10pt;
}

/* Tab control styles */
#booking-tab-control {
    margin-bottom: 20px;
}

.tab-navigation {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tab-navigation:after {
    content: '';
    display: block;
    clear: both;
}
.tab-navigation li {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    background: #fff;
    border-top: 3px solid transparent;
}
.tab-navigation li:hover {
    /* color: #aaa; */
}
.tab-navigation li.selected {
    border-top-color: #3c8dbc;
    border-bottom-color: transparent;
}
.tab-navigation li > a {
    color: #444;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.tab-navigation li.selected > a {
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.tab-navigation li > a:hover {
    color: #aaa;
}

.tab-navigation li.selected > a {
    color: #444;
    cursor: default;
    border-bottom: 1px solid transparent;
}

/* edit dialog styles */

/*@import 'https://fonts.googleapis.com/css?family=Open+Sans';*/
@import "autocomplete.css";

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    padding: 10px;
    text-align: center;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px ;
}
label {
  padding-top: 10px;
  margin-bottom: 2px;
}
.valign-middle {
  vertical-align: middle;
}
/*.user-panel {
    min-height: 60px;
}
.user-panel>.info {
    padding: 10px 5px 5px 30px;
    line-height: 1;
    position: absolute;
    left: 8px; 
}*/


.clear-all {
  clear: both;
}

.error-panel, .info-panel, .loading-panel {
  display: none;
  margin-left: 0;
  padding-left: 0;
}

  .error-panel ul, .info-panel ul {
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
  }


.alert-danger,
.alert-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border-color: #eed3d7;
}

  .alert-danger p,
  .alert-error p {
    color: #b94a48;
    padding-left: 20px;
  }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

  .alert-info h4 {
    color: #3a87ad;
  }


.field-validation-error {
  color: #ff0000;
  display: inline-block;
  font-size: 12px;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/*.skin-blue .logo {
  background: transparent;
}*/

/*.navbar .nav ul.dropdown-menu li a {
  color: #3c8dbc;
}

ul.menu li a {
  color: #3c8dbc;
}*/


/* Dialog css class*/
.dlg-container {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66444444,endColorstr=#66444444);
  background: url(/content/img/common/modal-bg.gif) no-repeat;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
  display: none;
  zoom: 1;
}

#calendar {
  max-height: 650px;
  overflow: hidden;
}


.pull-left {
  margin-right: 5px;
}
.margin-left-center {
  margin-left: 45% !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.data-info {
  font-weight: bold;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}

ul.token-input-list-facebook {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

#token-input-Performers {
  width: 100%;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-center {
    margin: 0 auto;
    left: 42%;
}

.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-3 {
  padding-top: 3px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-5 {
  padding: 10px !important;
}

.ui-widget {
  font-family: inherit;
}

.ui-jqgrid .ui-jqgrid-view {
  font-size: 14px;
}

.fc-view-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.calendar-select {
  padding-left: 30px !important;
  float: left;
}

button.ui-datepicker-trigger {
  border: none;
  padding: 0;
}

.checkbox-title {
  padding: 3px 10px;
  margin-top: -7px;
}


button, input, optgroup, select, textarea {
  padding: 4px 6px;
}

  input.col-xs-12, textarea.col-xs-12 {
    padding: 4px 6px;
  }

.col-xs-10-important {
  width: 83.33333333% !important;
}


.fc-day-grid-event > .fc-content {
  padding: 5px;
}

.calendar-color {
  width: 12px;
  height: 12px;
  float: left;
  margin-left: 3px;
  margin-top: 7px;
}


.btn-link:hover {
  cursor: pointer;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 14px;
  font-family: inherit;
}

.number {
  text-align: right;
}

select.col-xs-12 {
  padding: 5px;
}
.margin-top-25 {
  margin-top: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

a.activity-adding {
  cursor: pointer;
}

a.absence-adding {
  cursor: pointer;
}


span.info {
  font-weight: bold;
}

table.adding-info tr td {
  padding: 5px;
}

input[disabled] {
  background-color: #EBEBE6;
  border-color: #fff;
}

tr.absence {
  color: red;
}

.date-picker {
  white-space: nowrap;
}

.text-align-right {
  text-align: right;
}


.group-title {
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 4px;
}

#missingHoursGrid > tbody > tr > td,
#missingHoursGrid > tbody > tr > td,
#onHoldGrid > tbody > tr > td {
  color: red;
}


.missing-hour {
  color: red;
}

.w110 {
  width: 110px;
}

th.ui-th-column div {
  white-space: normal !important;
  height: auto !important;
  padding: 2px;
}

.italic {
  font-style: italic;
}

.autocomplete {
  float: left;
}

  .autocomplete .ac-results .header {
    overflow: hidden;
    padding: 2px 5px 3px;
    margin: 0;
  }

  .autocomplete .ac-results .ccb-header {
    float: left;
    clear: none;
    font-weight: bold;
  }

  .autocomplete .ac-results li {
    overflow: hidden;
  }

  .autocomplete .ac-results .col {
    float: left;
    clear: none;
    min-height: 10px;
  }

  .autocomplete .ac-results .text, .autocomplete .ac-results .header0 {
    width: 40%;
  }

  .autocomplete .ac-results .title, .autocomplete .ac-results .header1 {
    width: 50px;
    display: block;
  }

  .autocomplete .ac-results .phonenumber, .autocomplete .ac-results .header2 {
    width: 40%;
    padding: 0 3px;
  }



.autocomplete {
  width: 100% !important;
}

  .autocomplete > .t-autocomplete {
    width: 100% !important;
  }

div.autocomplete div.ac-results {
  width: 100% !important;
}

.time-picker,
.date-picker {
  width: 100%;
  position: relative;
  padding-right: 32px;
}

  .time-picker input,
  .date-picker input {
    width: 100%;
  }

  .time-picker button,
  .date-picker button {
    position: absolute;
    right: 0;
  }

.input-group {
  width: 100%;
}

body .tooltipster-base {
  pointer-events: auto;
}

ul.event-list li.glow div.booking-item {
  background: yellow;
}

ul.event-list .over-booking-item div.booking-item,
ul.event-list li.over-booking-item div.booking-item {
  background-color: #b6b6b6;
}

.over-booking-item.play .booking-item .people {
  background-color: orange;
}

.over-booking-item.glow .booking-item .people {
  background-color: yellow;
}

@media screen and (max-width: 768px) {
  /*.nav > li {
    width: 100%;
  }

  .navbar-header {
    height: 62px;
  }

    .navbar-header .navbar-toggle {
      margin-top: 15px;
    }

  .navbar-nav > li > a {
    padding: 8px 5px;
  }

  #navbar > ul {
    width: 100%;
  }*/

  .skin-black .main-header>.logo {
    background-color: #fff;
    color: #000000;
    border-bottom: 0 solid transparent;
    border-right: none;
}
    .skin-black .main-header>.logo:hover {
    background-color: #fff;
    color: #000000;
    border-bottom: 0 solid transparent;
    border-right: none;
}
}

@media screen and (max-width: 480px) {
  .autocomplete .ac-results .ccb-header,
  .autocomplete .ac-results .col {
    clear: both;
    width: 100%;
  }
}


.image-groups {
  width: 400px;
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
 
}

.event-template img {
  float: left;
  margin: 0 8px;
  width: 10%;
}

.event-template p {
  margin: 5px 0 0;
  font-size: 14px;
}

.event-template .title {
  font-size: 15px;
  font-weight: 400;
}

.event-template .groupname {
  padding: 0 8px 5px;
  font-size: 13px;
}

.tooltip-template {
  text-align: left;
}

  .tooltip-template img {
    float: left;
    margin: 8px 8px;
    width: 80px;
    height: 100px;
  }

.tooltip-description {
  padding: 15px 10px;
}

.tooltip-title {
  font-weight: bold;
  font-size: 20px;
}

.tooltip-template p {
  margin: 10px 0 0;
  font-size: 15px;
  text-align: left;
}

.tooltip-template span {
  margin-right: 5px;
  font-size: 15px;
  font-style: italic;
  float: left;
}

.k-tooltip {
  background: white !important;
}

.kendo-textarea {
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  width: 90%;
}


.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0em;
  padding: 0;
  overflow: auto;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  text-align: left;
}



.event-template-leave p {
  margin: 5px 0 0;
  font-size: 14px;
}

.event-template-leave .title {
  font-size: 15px;
  font-weight: 400;
}

.tooltip-template-leave {
  text-align: left;
}

.tooltip-description-leave {
  padding: 10px 0;
  font-size: 15px;
}

.tooltip-title-leave {
  font-weight: bold;
  font-size: 20px;
}

.tooltip-template-leave p {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
}

.tooltip-template-leave span {
  font-size: 14px;
  font-style: italic;
  float: left;
}

.width-100-dropdown {
  width: 100% !important;
    background-color: white !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-7 {
  padding-top: 7px !important;
}


.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}



li.token-input-token-facebook {
  background-color: #f7f7f7;
  border-radius: 3px;
  border-color: #eee;
}

  li.token-input-token-facebook p {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
  }



.c-checkbox {
  position: relative;
  /* handling click events */
  /* when checkbox is checked */
}

  .c-checkbox.c-checkbox-inline {
    display: inline-block;
  }

.form-inline .c-checkbox.c-checkbox-inline {
  margin-right: 20px;
  top: 3px;
}

.c-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.c-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}

  .c-checkbox label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

    .c-checkbox label > span.inc {
      background: #fff;
      left: -10px;
      top: -10px;
      height: 40px;
      width: 40px;
      opacity: 0;
      border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      -webkit-border-radius: 50% !important;
    }

  .c-checkbox label > .box {
    top: 8px;
    border: 2px solid #d0d7de;
    height: 20px;
    width: 20px;
    z-index: 5;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

.ie .c-checkbox label > .box {
  top: 8px;
}

.c-checkbox label > .check {
  top: 8px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #d0d7de;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.c-checkbox label > span.inc {
  -webkit-animation: growCircle 0.3s ease;
  -moz-animation: growCircle 0.3s ease;
  animation: growCircle 0.3s ease;
}

.c-checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

.c-checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.c-checkbox input[type=checkbox]:disabled ~ label,
.c-checkbox input[type=checkbox][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

  .c-checkbox input[type=checkbox]:disabled ~ label > .box,
  .c-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

.c-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.c-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.c-checkbox.has-error label {
  color: #e7505a;
}

  .c-checkbox.has-error label > .box {
    border-color: #e7505a;
  }

  .c-checkbox.has-error label > .check {
    border-color: #e7505a;
  }

.c-checkbox.has-info label {
  color: #4eabe6;
}

  .c-checkbox.has-info label > .box {
    border-color: #4eabe6;
  }

  .c-checkbox.has-info label > .check {
    border-color: #4eabe6;
  }

.c-checkbox.has-success label {
  color: #5dc09c;
}

  .c-checkbox.has-success label > .box {
    border-color: #5dc09c;
  }

  .c-checkbox.has-success label > .check {
    border-color: #5dc09c;
  }

.c-checkbox.has-warning label {
  color: #c8d046;
}

  .c-checkbox.has-warning label > .box {
    border-color: #c8d046;
  }

  .c-checkbox.has-warning label > .check {
    border-color: #c8d046;
  }

.c-layout-go2top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  z-index: 9999;
}

  .c-layout-go2top > i {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #3c8dbc;
    font-size: 38px;
    font-weight: 300;
  }

  .c-layout-go2top:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }



/* jqGrid */
    .ui-jqgrid {
      -moz-box-sizing: content-box;
    }
    .ui-jqgrid-btable {
      border-collapse: separate;
    }
    .ui-jqgrid-htable {
      border-collapse: separate;
    }
    .ui-jqgrid-titlebar {
      height: 40px;
      line-height: 15px;
      color: #676a6c;
      background-color: #F9F9F9;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    .ui-jqgrid .ui-jqgrid-title {
      float: left;
      margin: 1.1em 1em 0.2em;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      position: relative;
      border-left: 0px solid;
      border-right: 0px solid;
      border-top: 0px solid;
    }
    .ui-widget-header {
      background: none;
      background-image: none;
      background-color: #f5f5f6;
      text-transform: uppercase;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }
    .ui-jqgrid tr.ui-row-ltr td {
      border-right-color: inherit;
      border-right-style: solid;
      border-right-width: 1px;
      text-align: left;
      border-color: #DDDDDD;
      background-color: inherit;
    }
    .ui-search-toolbar input[type="text"] {
      font-size: 12px;
      height: 15px;
      border: 1px solid #CCCCCC;
      border-radius: 0px;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
      background: #F9F9F9;
      border: 1px solid #DDDDDD;
      line-height: 15px;
      font-weight: bold;
      color: #676a6c;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    .ui-widget-content {
      box-sizing: content-box;
    }
    .ui-icon-triangle-1-n {
      background-position: 1px -16px;
    }
    .ui-jqgrid tr.ui-search-toolbar th {
      border-top-width: 0px !important;
      border-top-color: inherit !important;
      border-top-style: ridge !important;
    }
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
      background: #f5f5f5;
      border-collapse: separate;
    }
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
      background: #f2fbff;
    }
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
      border: 1px solid #dddddd;
      background: #ffffff;
      font-weight: normal;
      color: #212121;
    }
    .ui-jqgrid .ui-pg-input {
      font-size: inherit;
      width: 50px;
      border: 1px solid #CCCCCC;
      height: 15px;
    }
    .ui-jqgrid .ui-pg-selbox {
      display: block;
      font-size: 1em;
      height: 25px;
      line-height: 18px;
      margin: 0;
      width: auto;
    }
    .ui-jqgrid .ui-pager-control {
      position: relative;
    }
    .ui-jqgrid .ui-jqgrid-pager {
      height: 32px;
      position: relative;
    }
    .ui-pg-table .navtable .ui-corner-all {
      border-radius: 0px;
    }
    .ui-jqgrid .ui-pg-button:hover {
      padding: 1px;
      border: 0px;
    }
    .ui-jqgrid .loading {
      position: absolute;
      top: 45%;
      left: 45%;
      width: auto;
      height: auto;
      z-index: 101;
      padding: 6px;
      margin: 5px;
      text-align: center;
      font-weight: bold;
      display: none;
      border-width: 2px !important;
      font-size: 11px;
    }
    .ui-jqgrid .form-control {
      height: 10px;
      width: auto;
      display: inline;
      padding: 10px 12px;
    }
    .ui-jqgrid-pager {
      height: 32px;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-left,
    .ui-corner-tl {
      border-top-left-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
      border-top-right-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
      border-bottom-left-radius: 0;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
      border-bottom-right-radius: 0;
    }
    .ui-widget-content {
      border: 1px solid #ddd;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      padding: 0;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
      border-bottom: 1px solid #ddd;
    }
    .ui-jqgrid tr.jqgrow td {
      padding: 6px;
    }
    .ui-jqdialog .ui-jqdialog-titlebar {
      padding: 10px 10px;
    }
    .ui-jqdialog .ui-jqdialog-title {
      float: none !important;
    }
    .ui-jqdialog > .ui-resizable-se {
      position: absolute;
    }

    .c-content-blog-post-1 .c-comments .c-comment-list .media {
      margin: 5px !important;
    }



.ui-dialog .ui-dialog-titlebar {
    color: inherit !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    border: none !important;
    background-color: white;

}

.c-radio {
  position: relative;
  /* handling click events */
  /* when radio is checked */
}
.c-radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.c-radio label {
  line-height: 1px;
  cursor: pointer;
  padding-left: 30px;

}
.c-radio label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.c-radio label > span.inc {
  background: #fff;
  left: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
    .c-radio label > .box {
        top: 8px;
        border: 2px solid #d0d7de;
        height: 20px;
        width: 20px;
        z-index: 5;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
        border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
    }
.ie .c-radio label > .box {
  top: 2px;
}
.c-radio label > .check {
    top: 13px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #d0d7de;
  opacity: 0;
  z-index: 6;
  display: block;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.c-radio label > span.inc {
  -webkit-animation: growCircleRadio 0.3s ease;
  -moz-animation: growCircleRadio 0.3s ease;
  animation: growCircleRadio 0.3s ease;
}
.c-radio input[type=radio]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.c-radio input[type=radio]:disabled ~ label,
.c-radio input[type=radio][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio input[type=radio]:disabled ~ label > .box,
.c-radio input[type=radio][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio input[type=radio]:disabled:checked ~ label > .check,
.c-radio input[type=radio][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-radio.has-error label {
  color: #e7505a;
}
.c-radio.has-error label > .box {
  border-color: #e7505a;
}
.c-radio.has-error label > .check {
  background: #e7505a;
}
.c-radio.has-info label {
  color: #4eabe6;
}
.c-radio.has-info label > .box {
  border-color: #4eabe6;
}
.c-radio.has-info label > .check {
  background: #4eabe6;
}
.c-radio.has-success label {
  color: #5dc09c;
}
.c-radio.has-success label > .box {
  border-color: #5dc09c;
}
.c-radio.has-success label > .check {
  background: #5dc09c;
}
.c-radio.has-warning label {
  color: #c8d046;
}
.c-radio.has-warning label > .box {
  border-color: #c8d046;
}
.c-radio.has-warning label > .check {
  background: #c8d046;
}

.form-c-radios.has-error > label {
  color: #e7505a;
}
.form-c-radios.has-info > label {
  color: #4eabe6;
}
.form-c-radios.has-success > label {
  color: #5dc09c;
}
.form-c-radios.has-warning > label {
  color: #c8d046;
}

.c-radio-list {
  margin: 10px 0;
}
.form-horizontal .c-radio-list {
  margin-top: 0px;
}
.c-radio-list .c-radio {
  display: block;
  margin-bottom: 10px;
}

.c-radio-inline {
  margin: 10px 0;
}
.form-horizontal .c-radio-inline {
  margin-top: 8px;
}
.c-radio-inline .c-radio {
  display: inline-block;
  margin-right: 20px;
}
.c-radio-inline .c-radio:last-child {
  margin-right: 0;
}
.ui-pnotify-text > ul {
    list-style: none;
}
.ui-pnotify-text > li {
    list-style: none;
}
.width-150 {
    width: 150px;
}
.width-120 {
    width: 120px;
}
.width-100 {
    width: 100px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 100px;
}
.modal {
    z-index: 8000 !important;
}
.img-grid {
    text-align: center;
    width: 50px;
    height:50px;
}
.text-center {
  text-align: center;
    
}
.img-edit {
    max-width: 100%;
    max-height: 400px;
}
.img-edit-company {
    max-width: 100%;
    max-height: 400px
}

/* TABLES */

table th {
  background-color:#3c8dbc;
  color:#fff;
    font-size: 13px;
  font-weight:bold;
}
table th,
table td {
  vertical-align:middle !important;
    font-size: 13px !important;
  /*border:1px solid #3c8dbc !important;*/
}

table.table-striped th
{
    text-align: left;
    background: #fff;
    color: #333;
}
/*
table {
  border-collapse:collapse;
  font:12px inherit;
  color:#333;
}
table tr {
  background-color:#fff;
}
.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}*/
.f-bold-300 {
    font-weight: 300;
}
.f-bold-400 {
    font-weight: 400;
}
.f-bold-700 {
    font-weight: 700;
}
.f-size-14 {
    font-size: 14px;
}
.f-size-16 {
    font-size: 16px;
}
.f-size-18 {
    font-size: 18px;
}

/* contact form */
#small-contact {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
}
#small-contact .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}
.open-small-contact {
  height: 38px;
  width: 38px;
  display: block;
  background: #3c8dbc;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-small-contact:hover {
  color: white;
  background: #3c8dbc;
}
.small-contact-box {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: auto;
  border-radius: 4px;
}
.small-contact-box.ng-small-contact {
  display: block;
}
.body-small .small-contact-box {
  bottom: 100px;
  right: 20px;
}
.small-contact-box.active {
  display: block;
}
.small-contact-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.small-contact-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}
.small-contact-box .content {
  padding: 15px 15px;
}

.with-100-per {
  width: 100%;
}

.img-flag {
    width: 35px;
    height: 30px;
    margin-top: 10px;  
     margin-right: 10px;
 
    cursor: pointer;
}
.box {
    border-top: 1px solid #d2d6de;
}

.rotate-90
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270
{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #3c8dbc;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3c8dbc;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #3c8dbc;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
        padding-top: 0px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #3c8dbc;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #3c8dbc;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #3c8dbc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.login-logo, .register-logo {
    text-align: inherit;

}
.text-login {
     text-align: inherit;
   font-size: 22px;

}

.padding-left-55 {
    padding-left: 55px;
}
.image-login {
/*  padding-top: 20px;*/
    padding-right: 60px;
    float: left;
}
.ui-tooltip {
  font-size: 10pt;
}

/* Tab control styles */
#booking-tab-control {
    margin-bottom: 20px;
}

.tab-navigation {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tab-navigation:after {
    content: '';
    display: block;
    clear: both;
}
.tab-navigation li {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    background: #fff;
    border-top: 3px solid transparent;
}
.tab-navigation li:hover {
    /* color: #aaa; */
}
.tab-navigation li.selected {
    border-top-color: #3c8dbc;
    border-bottom-color: transparent;
}
.tab-navigation li > a {
    color: #444;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.tab-navigation li.selected > a {
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.tab-navigation li > a:hover {
    color: #aaa;
}

.tab-navigation li.selected > a {
    color: #444;
    cursor: default;
    border-bottom: 1px solid transparent;
}
.percent-10 {
    width: 10% !important;
}
.percent-20 {
    width: 20% !important;
}
.percent-30 {
    width: 30% !important;
}
.percent-40 {
    width: 40% !important;
}
.percent-50 {
    width: 50% !important;
}.percent-80 {
    width: 80% !important;
}
 .percent-100 {
    width: 100% !important;
}
/* edit dialog styles */
.edit-dialog {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    left: 230px;
    top: 50px;
    height: calc(100% - 50px);
    z-index: 7000;
    overflow: auto;
    width: calc(100% - 230px);
}
/* table: sub-detail */
.sub-detail td {
    background: #ddd;
    color: #444;
}
.edit-btn {
    display: block;
    font-size: 20px;
    cursor: pointer;
}
.edit-flight-info-title {
    font-weight: 600;
}
.edit-flight-info-container {
    display: block;
    margin-bottom: 7px;
}
.edit-flight-info-logo {
    
}
.edit-flight-info-logo img {
   max-width: 100%;
  height: auto;
}
.edit-flight-info-detail {
    font-size: 10pt;
}

/* START: inline edit input*/
input.inline {
    background: transparent!important;
    border: none;
    margin: 0; 
    padding: 0;

}
input.inline:hover {
    outline: 1px solid #4eabe6;
}
/* END: inline edit input*/

/*START: Fake box table*/
.box-body.fake-box-table {
    
}
.box-body.fake-box-table .row {
    border-bottom: 2px solid #ddd;
    padding: 5px 0;
    margin: 0;
}
/*END: Fake box table*/
/*START: Collapable*/
.collapse {
  height: auto;
  width: auto;
}

.collapse.height {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.width {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.collapse.in.width {
  width: auto;
}

.collapse.in.height {
  height: auto;
}
.notificationHeader {
    float: left;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.diplayNotification {
    width: 350px;
    font-size: 15px;
    color: #e7505a
}
/*END: Collapable*/
.width-200 {
    width: 200px;
}
.img-respon {
    width: 75%;
}
.bookingDetailPerson {
    list-style-type: none;
}

.f-bold {
    font-weight: bold;
}

.width-300 {
    width: 300px;
}
.width-process {
    width: 240px;
}
.width-paided {
    width: 300px;
}

.m-left-0 {
    margin-left: 0px !important;
}
.users-list > li {
    width: 10%;
}
.text-muted {
     max-height: 250px !important;
    overflow: auto !important;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0px;
    margin-top: 8px;
    font-size: 12px;
    color: #444444;
    white-space: normal;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>small {
    color: #444444;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0px;
    color: inherit;
    font-size: 15px;
    position: relative;
}
.btn-sm, .btn-group-sm > .btn {
    margin-top: 5px;
}
i {
    margin-right: 5px;
}

.edit_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.delete_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.approve_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.reject_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.view_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.addmember_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.addpermission_command {
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
}

.bg-readonly {
    background-color: #eee !important;
    opacity: 1 !important;
}

.new-pr {
    color: #3a87ad !important;
}

.process-pr {
    color: #ff4500 !important;
}

.watting-pr {
    color: #c8d046 !important;
}

.approve-pr {
    color: #4bb97e !important;
}

.reject-pr {
    color: #FF0033 !important;
}
.lock-pr {
    color: #b8860b !important;
}
.close-pr {
    color: #444444 !important;
}
.close-pr {
    color: #444444 !important;
}

.close-pr {
    color: #444444 !important;
}
.waitingForConfirm-pr {
    color: #d2691e !important;
}
.denied-pr {
    color: #8b0000 !important;
}
.delete-pr {
    color: #676a6c !important;
}

.listdocument {
    overflow: auto;
    max-height: 310px;
    margin-bottom: 0px !important;
}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
    .modal-fullscreen-xs-down {
        padding: 0 !important;
    }
    .modal-fullscreen-xs-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-xs-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    } 
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
    .modal-fullscreen-sm-down {
        padding: 0 !important;
    }
    .modal-fullscreen-sm-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
    .modal-fullscreen-md-down {
        padding: 0 !important;
    }
    .modal-fullscreen-md-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

.modal-fullscreen .modal-dialog {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    padding-top: 1%;
    }

.modal-fullscreen  .modal-content {
        height: auto;
    }
.ob-right{
    text-align : right !important;
}

.k-widget.k-tooltip-validation {
    color: #ff0000 !important;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
    padding-bottom: 8px;
    border-bottom: dotted 1px gray !important;
}


.confirm-pr {
    color: #008000;
}
.color-highlight {
    background: #f08080 !important;
    opacity: 0.9;
}
.color-highlight-event {
    background: #ADDDF3 !important;
    opacity: 0.9;
}
.color-highlight-priority {
    background: #f1b787 !important;
    opacity: 0.9;
}
h3, .h3 {
    margin-top: 5px;
}
.uploadfile-pr {
    color: #a0522d
}
.completedupload-pr {
    color: #4bb97e
}

.no-box-shadow {
    box-shadow: 0 0px 0px rgba(0,0,0,0.1) !important;
}
.margin-top-38 {
    margin-top: 38px;
}


.k-calendar .k-alt, .k-calendar th {
    color: #515967;
}


.font-medium-2 i{
    font-size: 30px !important;
    margin-top: 10%;
}

.blockOverlay {
    z-index: 9999 !important;
}

.blockElement, .blockPage {
    z-index: 9999 !important;
}
.icon-spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*Nguyên add*/
.pdt-27{
    padding-top:27px;
}