﻿html {
  font-size: 12px;
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding: 15px;
}

.navbar {
  background-color: #CE3415;
  color: #fff;
}

.navbar-inverse .navbar-nav > a {
  color: #ff0000 !important;
}


.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
}


.navbar-nav > .open > a {
  background-color: #CE3415 !important;
  color: #CE3415;
}


.navbar-header {
  padding: 0px;
  color: #fff;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand span {
  color: #fff;
}

  .navbar-brand img {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
  }

ibaput[type=text],
select, textarea {
  width: 100%;
}

.field-validation-error > span {
  color: red;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}



.grid-col-25 {
  width: 25px;
}

.grid-col-40 {
  width: 40px;
}

.grid-col-80 {
  width: 80px;
}

.grid-col-100 {
  width: 100px;
}

.grid-col-120 {
  width: 120px;
}

.grid-col-150 {
  width: 150px;
}

.grid-col-300 {
  width: 300px;
}

.full-booking {
  color:#ff0000;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.datepicker {
  z-index: 9999 !important;
}

#modalEditor .modal-content {
  width: 990px;
}

.cursor-pointer {
  cursor: pointer;
}

.row-selected {
  background-color:#b6ff00;
}

.loader {
  position: absolute; /*important*/
  top: 50%; /*position Y halfway in*/
  left: 50%; /*position X halfway in*/
  transform: translate(-50%,-50%); /*move it halfway back(x,y)*/
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
