/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/04/2017, 14:16:33
    Author     : Bruno
*/

body {
    /*background-image: url('../img/bg_fruits.png?v5');*/
    background-color: #dee2e6;
}

.navbar-nav > li > div {
    /*padding: 10px 15px; 
    padding-top: 15px; 
    line-height: 20px;*/
    font-size: 1.2em;
    font-weight: bold;
}

#clock > span {
    margin-right: 20px;
}

.navbar-default .navbar-text {
    color: black;
}

.input-lg.font-26 {
    font-size: 26px;
}
.font-bold {
    font-weight: bold;
}

.table>tbody>tr.success-forced>td, .table>tbody>tr.success-forced>th, .table>tbody>tr>td.success-forced, .table>tbody>tr>th.success-forced, .table>tfoot>tr.success-forced>td, .table>tfoot>tr.success-forced>th, .table>tfoot>tr>td.success-forced, .table>tfoot>tr>th.success-forced, .table>thead>tr.success-forced>td, .table>thead>tr.success-forced>th, .table>thead>tr>td.success-forced, .table>thead>tr>th.success-forced {
    background-color: #dff0d8 !important;
    font-weight: bold;
    cursor: auto;
}

.table-hover>tbody>tr.success-forced:hover>td, .table-hover>tbody>tr.success-forced:hover>th, .table-hover>tbody>tr:hover>.success-forced, .table-hover>tbody>tr>td.success-forced:hover, .table-hover>tbody>tr>th.success-forced:hover {
    background-color: #d0e9c6 !important;
}

.ui-sortable-handle {
    cursor:move; 
    cursor:-webkit-grab; 
    cursor:-moz-grab; 
    cursor:grab;
}

.ui-sortable-helper {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.modal-footer div {
    display: inline-block;
    margin: 0 15px;
}

.nav-pills>li>a {
    color: #000;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    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;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#clock-box {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    font-weight: bold;
}

#clock {
    font-size: 1em;
}

.action-options .btn {
    margin: 1px;
}