@import 'https://fonts.googleapis.com/css?family=Open Sans:300,400,700';

body {
    background: #FFFFFF;
    color: #434B44;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#header .navbar {
    margin: 0;
}

#content {
    padding-top: 20px;
    padding-bottom: 50px;
}

iframe.embed {
    margin: 0 -15px 0;
    border: 0 none;
    height: 1400px;
    width: calc(100% + 30px);
}

#embed-content {
    padding-bottom: 50px;
}

#footer {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    padding: 30px 0 20px;
}

.schedule {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
}

.schedule th {
    color: #666;    
    font-size: 11px;
    text-align: center;
    padding: 4px 8px;    
}

.schedule th.day {
    cursor: pointer;
    width: 13%;
}

.schedule td {
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

.schedule td.hour {
    color: #666;
    font-weight: bold;
    margin-top: -8px;
    position: absolute;
}

.schedule th.day:hover,
.schedule td.hour:hover {
    color: #000;
    transform: scale(1.1);
}

.schedule .slot {
    background: #DCDCDC;
}

.schedule .slot.opened {
    background: #2277D0; 
}

table.logs td {
    border-bottom: 1px solid #fff;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: 0.9em;
}

.card {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 0 15px;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
}

.swipecard-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.swipecard {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0 auto 12px; 
    padding: 20px 20px;
    border: 1px solid #dcdcdc;
}

.swipecard h4 {
    margin-top: 0;
}

.period-list > a {
    line-height: 26px;
}

.period-list > a button {
    margin-top: -5px;
}

.mb0 {
    margin-bottom: 0;
}

.ml15 {
    margin-left: 15px;
}

.ml5 {
    margin-left: 5px;
}


.mr15 {
    margin-right: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}


.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 500;
}

.btn, .input-group-addon {
    font-size: 13px;
}

.btn-primary {
    background-color: #fff;
    border-color: #2277D0;
    color: #2277D0;
}

.btn-primary:hover,
.btn-primary:focus {    
    background-color: #2277D0;
    color: #fff;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

.modal-content {
    border-radius: 2px;
    box-shadow : 0;
}

.form-control {
    font-size: 13px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #2277d0;
}

.loading {
    margin: 10px 10px 20px;
    text-align: center;
}

.assign-danger {
    color: #e53935;
}
.assign-warning {
    color: #FB8C00;
}
.assign-success {
    color: #43A047;
}

.pagination {
    float: right;
    margin: 0 0 10px;
}

label {
    font-weight: normal;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table th.total {
    color: #337ab7;
    background-color: #e3f2fd;
}

#operations-result table em {
    color: #555;
    font-size: 12px;
    font-weight: bold;
    
}

.login {
    background: #F1F1F1;

    height:100%;
    /*display: table;*/
}

#login {
    margin-top: 30%;
    height: 100%;
}
.login_image, .login_form {
    height: 100%;
}

.login .container-fluid
, .login .container-fluid > .row
{
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .login {
        background-image: url("/images/background-md.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
        background-blend-mode: overlay;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 1200px) {
    .login_image {
        background-image: url("/images/background-hd.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
        background-blend-mode: overlay;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.login form {
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    padding: 30px 20px;
}

.login form input.form-control {
    background: #FBFBFB;
    color: #000;
    height: 44px;
}

.login h1 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 20px;
    outline: 0 none;
    padding: 0;
    text-align: center;
}

.period-labels .label {
    display: inline-block;
    font-size: 80%;
    font-weight: normal;
    margin: 4px 4px 0 0;
    padding: 6px 6px;
}

.period-labels .label:hover {
    cursor: pointer;
}

.swipe-zone {
    border: 1px solid #eee;
    border-radius: 4px;
    color: #000;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.swipe-zone.active {
    background-color: #E8F5E9;
    border-color: #A5D6A7;
}

.swipe-zone.inactive {
    background-color: #ffebee;
    border-color: #ef9a9a;
    cursor: pointer;
}

.swipe-zone .assign-form {
    height: 0;
    overflow: hidden;
}

.swipe-zone .swipe-msg {
    display: none;
    /*font-size: 16px;
    font-weight: 700;*/
}

.swipe-zone .swipe-msg.inactive {
    display: block;
}

.swipe-zone img {
    margin: 15px 0;
}

.assign-response {
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.label.balance {
    font-size: 110%;
}

#accept-form button[type="submit"],
#decline-form button[type="submit"] {
    font-size: 20px;
    font-weight: 300;
}

.search-result.list-group > a {
    font-size: 1.2em;
}

/* Tiles */
.tile {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.tile .title {
  margin:10px 0 0;
}
.tile.indigo,
.tile.blue,
.tile.red,
.tile.teal,
.tile.green,
.tile.orange {
  color: #fff;
}
.tile.indigo {
  background: #3F51B5;
}
.tile.blue {
  background: #2196F3;
}
.tile.red {
  background: #f44336;
}
.tile.teal {
  background: #009688;
}
.tile.green {
  background: #4CAF50;
}
.tile.orange {
  background: #FF9800;
}
.disabled .tile {
    background-image: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75));
    background-size: cover;
    background-repeat: no-repeat;
}

/* Colors */
.red {
    color: #f44336;
}
.green {
    color: #4CAF50;
}
.orange {
    color: #FF9800;
}

.bg-red {
    background-color: #f44336;
}

.monitoring hr {
    margin: 20px 0 5px;
}

.monitoring .more-infos {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    padding: 1.5rem;
    z-index: 1;
    background: rgb(244, 244, 244);
}

.compensation-on.active {
    background-color: #4CAF50 !important;
    color: #fff !important;
}

.compensation-off.active {
    background-color: #f44336 !important;
    color: #fff !important;
}

.product {
    /*
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px;
    */
    color: #000;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}
.product.active {
    background-color: #E8F5E9;
    border-color: #A5D6A7;
}
.product.inactive {
    background-color: #ffebee;
    border-color: #ef9a9a;
}
