/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  color: #fff;
  background: linear-gradient(to bottom, #3c3c3c 0px, #222222 100%);
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container{width:1280px;}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px; padding-left: 15px;
}

code {
  font-size: 80%;
}

/********* ***********/

.page-header{
  margin:20px 0;
}

.page-header .heading{
  margin: 0px;
}

.navbar-brand.logo {
  padding: 7px;
}

.message.success{
  color:#238825;
  font-size: 16px;
}

.error-message{
  color:#e84325; 
}

.message.error{
  color:#e84325; 
  font-size: 16px;
}

.navbar-blue {
  background-color: #3c8dbc;  border-color: #3c8dbc;
}

.navbar-nav a{
  color: #fff; transition: all 0.45s ease-in-out 0s; font-size: 13px;
}

.navbar-blue .nav > li > a:focus, .navbar-blue .nav > li > a:hover{
  background-color: #337ab7;
}

.navbar-blue .navbar-brand, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: #337ab7;  
}

.dropdown-menu>li>a{
  padding: 2px 20px;
}

.dropdown-menu .divider{
  margin: 5px 0;
}

.footer{
  height: 40px;
}

.footer .container .text-muted{
  margin: 10px 0px; color: #fff;
}

.footer .container .text-muted a{
  color: #fff; transition: all 0.45s ease-in-out 0s;
}

.footer .container .text-muted a:hover{
  text-decoration: none; color: #337ab7;
}

/** DatePicker **/
td.available{transition: all 0.45s ease-in-out 0s; cursor: pointer;}

td.available:hover, td.off.available:hover {background-color: #337ab7; color: #fff;}

.daterangepicker {padding: 7px;}

.daterangepicker td.off {color: #aaa;}

.daterangepicker .active.available{background-color: #337ab7; color: #fff;}

.daterangepicker.dropdown-menu table .month,.daterangepicker.dropdown-menu .calendar-time{text-align: center;}

.daterangepicker.dropdown-menu .glyphicon.glyphicon-time{display: none;}

/** DatePicker **/

.banner_container{
  width:300px;height:150px;position:relative; border: 1px solid #cacaca; padding: 2px;
}

.banner_container .img-responsive{
  height: 100%; margin:0 auto;
}

.delete_banner, .remImg{
    position: absolute; right: -6px; cursor: pointer; color: #b33435; top: -6px; background: #c9c9c9;
    padding: 2px; border-radius: 10px;
}

.user-logout-button .dropdown-toggle{
  background: #23527c none repeat scroll 0 0; border-radius: 6px; height: 36px; position: relative; top: 7px;
}

.user-logout-button .dropdown-toggle .glyphicon.glyphicon-user {
    position: relative; top: -75%;
}

.glyphicon.glyphicon-user.round, .glyphicon.glyphicon-log-out {
    background: #cfcfcf none repeat scroll 0 0; border-radius: 5px; padding: 5px;
}

/******************************************************/

/* Style the Image Used to Trigger the Modal */
.previewImg {
    border-radius: 5px; cursor: pointer; transition: 0.3s;
}

.previewImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalInner{
    max-width: 80%; margin: 0 auto; display: block; position: relative;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.modalInner .close {
    position: absolute;
    top: -13px;
    right: -13px;
    color: #F1a2a0;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999;
    background: #c3c3c3;
    border-radius: 28px;
    padding: 0 4px;
    line-height: .8;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #F13240;; opacity: 1;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

