/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/


/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/


/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 
 /* start ribbon */

/* loader */

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */
#hideoffer{
	display:none;
}
.btn-link{
	padding:0;
}
.hidetr{
	display:none;
}
.tdpadd{

	font-style:italic;
}
tr:hover {background-color: #f5f5f5;}
.strong{
	font-weight:bold;	
}
.blank{
	border: none;
	background-color:#FFF !important;
}
.cgreen{
	color:#0C3;
}
.cgreend{
	color:#060;
}
.cred{
	color:#F00;
}
.cblue{
	color: #009;
}
.pinloc{
	color:#00C;
}
.shade{
	text-align:center;
	background-color:#ebfcff;
}
.selectpointer{
	cursor: pointer;
}
.delmess{
	cursor: pointer;
}
.fc-scroller {
   overflow-y: hidden !important;
}
.imgp {
	padding: 1em;
}
/*
#messno {
	color:#009;
	font-size:small;
	padding:0;
	border:0;
}
*/
/*
#calendar td.fc-day {
    background: url('../../images/t6.jpg') no-repeat;
    background-size: contain; // cover?

}
#calendar a.fc-event {
    opacity: 0.75;

}
*/
.padrt{
	padding-right: 10px;
	padding-top: 10px;
}
.ral{
	text-align: center;
}
.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */



.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* end ribbon */
 
 
 
.acchead{
	font-size:14px;
}

ul {
  list-style-type: none;
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.liclick:hover{
	
	background:#CCC;
}
.padd{
	margin:15px;
}
.paddlr{
	margin-right:30px;
	margin-left:30px;
}
.paddlp{
	margin-right:30px;
	margin-left:30px;
}
.closed{
	background-color:#f4a742;
}
.prov-booked{
	color:#0FF;
}
.booked{
	color:#9F0
}
.cal-closed{
	color:#e2a946;
}
.expense{
	color:#f90404;
	
}
.smlabel{
	font-size:14px;
}
.redreq{
	color:#F00;
}
.yelreq{
	color:#CF0;
}
.showerror{
	border: 1px solid #f00;
}
.cal-reminder{
	color:#E051E3;
}
#sfeatures{
	overflow:hidden;
}
.pointer {
	cursor: pointer;
}
.whbold{	
	font-weight:bold;
	color:white;
}
.txbold{
	font-weight:bold;
}
.validation{
	font-style: italic;
	color:red;
}
#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
  
    width: 100%;
    padding: 30px;
    min-height: 100vh;
    transition: all 0.3s;


  
  
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}


/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */


/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */




/* Extra small devices (phones, less than 768px) */


/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
  
  
  
  
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}


/* max-width */

@media (max-width: 575px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}


/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}


/* span multiple screenwidths */

@media (min-width: 768px) and (max-width: null) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}


/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */