﻿/* shared footer */

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;*/
  min-height: 60px;
  /*background-color: #f5f5f5;*/
  background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
  background-repeat: repeat-x;
  background-color: #222;
  text-align: center;
}

.footerLinks {
    float:none;
}

@media (min-width: 768px) {
    .footer {
        text-align: left;
    }
    
    .footerLinks {
        float: right;
    }
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* pre login */

.login-body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* post login */

body {
    padding-bottom: 30px;
    padding-top: 70px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.table {
    margin-bottom:0 !important;
}

.tableInPanel {
    margin-bottom:0 !important;
}

.panel-with-table {
    padding: 0 15px !important;
}

.validate-textbox .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.validate-dropdown > .form-control-feedback, .validate-row > .form-control-feedback {
    position: absolute;
    top: 0px;
    right: -17px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.validate-updown .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: -15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.validate-checkbox .has-feedback .form-control-feedback {
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.validate-date > div > div > .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.validate-combo > div > div > .form-control-feedback {
    position: absolute;
    top: 25px;
    right: -15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .selectize-input {
    border-color: #3c763d !important;
}

.has-error .selectize-input {
    border-color: #a94442 !important;
}

.bookingDot {
    width: 35px;
    font-weight: bold;
    text-align: center;
}

.bootbox {
    z-index: 20000 !important;
}

.smallText {
    font-size: 70%;
    margin-bottom: 0;
}

.divPSAMTimeSpot, .divPSPMTimeSpot {
    padding-bottom: 5px;
}

.name {
    white-space: nowrap;
}

.email {
    display: block;
}

/* datatables fixes */

.dataTables_length, .dataTables_info {
    padding-left: 10px !important;
}
.dataTables_filter, .dataTables_paginate {
    padding-right: 10px !important;
}

@media screen and (max-width:640px) {
    .dataTables_length {
        padding-left: 0 !important;
    }
    .dataTables_filter {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .dataTables_info {
        padding-left: 0 !important;
    }
    .dataTables_paginate {
        padding-right: 0 !important;
    }
}

.dataTables_filter .form-control {
    width: auto !important;
}