body {
    font-family: 'museo-sans', sans-serif;
    font-size: 1em;
    background-color: #191E24;
    color: #ffffff;
    font-weight: 300;
}

h1 {
    font-weight: 300;
    font-size: 2.4em;
    color: #ffffff;
}

h2 {
    font-weight: 300;
    font-size: 1.4em;
    color: #00A3E3;
}

body {
    margin: 0;
}

#main {
    transition: margin-left .5s;
    padding: 3em 2em 2em 2em;
}

a {
    color: #00A3E3;
    text-decoration: none;
    border-bottom: 2px solid #00A3E3;
}

a:hover,
a:focus {
    border-bottom-color: #ffffff;
    text-decoration: none;
}

a:active,
a.active {
    background-color: #00A3E3;
    color: #ffffff;
}

.tab-bar {
    width: 100%;
    background-color: rgba(25, 30, 36, 0.9);
    border-bottom: solid 1px rgba(25, 30, 36, 0.75);
    border-top: solid 1px rgba(25, 30, 36, 0.75);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.tab-bar-sel {
    color: #ffffff;
}

form {
    margin-bottom: 1em;
}

input,
textarea,
select,
button {
    font-size: 1em;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.25);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.25);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.25);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.25);
}

.i-select {
    background-color: inherit;
    color: #ffffff;
    border: solid 2px #BDCCD4;
    height: 32px;
    /*padding: 0px 4px 0px 4px;*/
    /*font-family: 'FontAwesome';*/
    font-size: 20px;
    text-align: center;
    width: 3em;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.i-dropdown {
    background-color: inherit;
    color: #ffffff;
    border: solid 2px #BDCCD4;
    height: 44px;
    width: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select.png) 96%/12px no-repeat;
}

.i-fontgrid {
    background-color: inherit;
    font-family: 'FontAwesome';
    text-align: center;
    width: 98%;
    line-height: 38px;
    padding: 0px;
}

.i-fontcell {
    text-align: center;
    cursor: pointer;
    width: 34px;
    height: 30px;
    float: left;
    padding: 2px;
    font-size: 21px !important;
    border-bottom: 0;
}

.i-fontgrid a {
    text-decoration: none;
    color: #ffffff;
}

.i-fontgrid a:hover {
    color: #00A3E3;
}

.i-fontgrid a:active {
    color: #ffffff;
}

.i-space {
    padding-right: .5em;
}

.i-space4x {
    padding-right: 2em;
}

.i-required {
    border: solid 2px #D4145A !important;
}

.i-cancel {
    background-color: #D4145A;
    visibility: hidden;
}

.i-color {
    background-color: inherit;
    color: #ffffff;
    border: 0px;
    height: 24px;
    width: 100px;
    padding: 4px;
    margin: 0px;
}

.i-text {
    background-color: inherit;
    color: #ffffff;
    border: solid 2px #BDCCD4;
    height: 40px;
    padding: 0px 4px 0px 4px;
}

.i-text-em {
    background-color: inherit;
    color: #ffffff;
    border: solid 2px #BDCCD4;
    padding: 0px 4px 0px 4px;
}

.i-button {
    border: 0px;
    height: 34px;
    width: 100px;
    cursor: pointer;
}

.a-button {
    border: 0px;
    cursor: pointer;
    height: 48px;
    line-height: 42px;
    font-size: 21px;
    text-align: center;
    margin: 2% auto;
}

.a-button span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.i-text,
.i-dropdown {
    /* background-color: rgba(189, 204, 212, 0.15); */
    background-color: #333;
    color: #AAA;
    border-color: #BDCCD4;
    border-radius: 0;
}

.i-text:hover,
.i-dropdown:hover {
    border-color: #ffffff;
}

.i-text:focus,
.i-dropdown:focus {
    border-color: #00A3E3;
}

.i-button,
.a-button {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #00A3E3;
    transition: background-color .2s ease-in;
    color: #ffffff;
    position: relative;
}

.i-button:hover,
.i-button:focus,
.a-button:hover,
.a-button:focus {
    background-color: rgba(0, 163, 227, 0.8);
}

.i-button:active,
.a-button:active {
    background-color: #ffffff;
    color: #00A3E3;
}

.sidenav {
    height: 64px;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #00A3E3;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 0 1em;
    text-decoration: none;
    font-size: 2em;
    color: #191E24;
    display: inline-block;
    text-align: center;
    border-bottom: 0;
    transition: 0.3s;
    position: relative;
}

.sidenav a:hover::before,
.sidenav a:focus::before {
    left: 0;
    background-color: #191E24;
}

.sidenav a:active,
.sidenav a.active {
    color: #ffffff;
}

.sidenav a:active::before,
.sidenav a.active::before {
    left: 0;
    background-color: #ffffff;
}

.sidenav .table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.sidenav ul#horizontal-list {
	list-style: none;
}

.sidenav ul#horizontal-list li {
    display: inline;
}

.logo {
    height: 64px;
}

.logo-home {
    height: 64px;
    position: fixed;
    top: 8px;
    left: 8px;
}

.nav-label {
    display: none;
}


/* When you mouse over the navigation links, change their color */

.offcanvas a:focus {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        font-size: .8em;
    }
}

.list {
    border-color: #BDCCD4;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
}

.list td,
.list th {
    font-size: .8em;
    text-align: left;
    border-bottom: 1px solid #BDCCD4;
}

.list th {
    text-transform: uppercase;
    font-size: .7em;
    color: rgba(255, 255, 255, 0.66);
    border-bottom-width: 2px;
}

.list td {
    color: #ffffff;
    transition: background-color .3s ease-in;
}

.list a {
    border-bottom: 0;
}

.list tr {
    opacity: .8;
    transition: opacity .3s ease-in;
}

.list tr .action-edit a,
.list tr .action-delete a {
    opacity: 1;
    transition: opacity .3s ease-in;
    color: #BDCCD4;
    padding: 0 .25em;
}

.list tr:hover {
    opacity: 1;
}

.list tr:hover td {
    background-color: rgba(189, 204, 212, 0.25);
}

.list tr:hover .action-edit a,
.list tr:hover .action-delete a {
    opacity: 1;
    color: #00A3E3;
    width: 1em;
    height: 1em;
    border-radius: 1em;
}

.list tr:hover .action-edit a:hover,
.list tr:hover .action-edit a:focus,
.list tr:hover .action-delete a:hover,
.list tr:hover .action-delete a:focus {
    color: #ffffff;
}

.l-td {
    padding: 4px 0px 4px 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l-w1x {
    width: 2em;
    max-width: 2em;
}

.l-w2x {
    width: 4em;
    max-width: 4em;
}

.l-w3x {
    width: 6em;
    max-width: 6em;
}

.l-w4x {
    width: 8em;
    max-width: 8em;
}

.l-w5x {
    width: 10em;
    max-width: 10em;
}

.l-w6x {
    width: 12em;
    max-width: 12em;
}

.l-w7x {
    width: 14em;
    max-width: 14em;
}

.l-w8x {
    width: 16em;
    max-width: 16em;
}

.l-w12x {
    width: 24em;
    max-width: 24em;
}

.l-w16x {
    width: 32em;
    max-width: 32em;
}

.l-w1fix {
    width: 16px;
}

.l-rect {
    width: 1em;
    height: 1em;
    border-radius: 1em;
}

.l-center {
    text-align: center !important;
}

.l-wrap {
    white-space: normal;
}

.l-icon {
    /*background-color: #666;*/
    /*color: #FFF;*/
    padding: 4px;
    width: 22px;
    text-align: center;
}

.l-h2x {
    line-height: 2em !important;
}

.titolo,
.scherma {
    float: left;
    width: 50%;
}

.schema {
    position: absolute;
    width: 33%;
    right: 0;
    top: 7.5em;
    display: table;
}

.schema__item {
    display: table-cell;
    position: relative;
    text-align: center;
}

.schema__item span {
    display: block;
}

.schema__label {
    font-size: .66em;
    text-transform: uppercase;
    letter-spacing: 1;
}

.schema__number {
    font-size: 2.4em;
    position: absolute;
    top: -1.2em;
    left: 0;
    color: #00A3E3;
    width: 100%;
}

.sidenav a::before {
    content: '';
    display: block;
    position: absolute;
}

.clear {
    clear: both;
    padding-bottom: 8px;
}

.modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #191E24;
    margin: 2em auto;
    /* 15% from the top and centered */
    padding: 2em;
    width: 80%;
    overflow: hidden;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-background {
    background-image: url(../images/wallpaper1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.login-panel {
    /* background-color: #333333F1; */
    /* border: 1px solid #888; */
    margin: 5% auto;
    padding: 20px;
    text-align: center;
}

.login-input {
    background-color: #333;
    color: #FFF;
}

.login-remember {
    color: #FFF;
}

.login-logo {
    margin: 1% auto;
    text-align: center;
}

.login-logo-text {
    font-size: 3em;
    color: #007aCC;
}

.footer {
    position: absolute;
    bottom: 10px;
    width: 98%;
    text-align: center;
}

.m-top0 {
    margin-top: 0px;
}

.n-panel {
    margin: 2% auto;
    padding: 8px;
    width: 90%;
    text-align: center;
}

.n-panel .msg {
    font-size: 2.4em;
}

.n-panel .msg-request-inst {
    font-size: 1em;
}

.n-panel .msg-request-inst u {
    color: #009CEE;
}

.n-panel .msg-request-inst b {
    color: #D4145A;
}

.n-panel a {
    transition: 0.3s;
}

.n-panel a:hover {
    color: #009CEE;
    text-decoration: underline;
}

.s-month {
    position: fixed;
    left: 4em;
    bottom: 0px;
    padding: 1em 2em;
    width: 100%;
    text-transform: uppercase;
    background-color: #191E24;
}

.s-month td {
    text-align: center;
    color: #BDCCD4;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 700;
    padding: .5em 1em;
    vertical-align: top;
}

.s-month .m-td {
    width: 40px;
}

.s-month .m-tde {
    color: #ffffff;
    cursor: pointer;
}

.s-month .m-tdd {
    color: #ffffff;
}

.s-month .m-tdd a {
    border-bottom-color: transparent;
}

.s-month a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    height: 1.6em;
    border-bottom-width: 4px;
}

.s-month a:hover {
    color: #00A3E3;
}

.r-days {
    font-size: 20px;
    float: left;
    /*border-bottom: solid 1px #AAA;*/
}

.r-cap {
    background-color: #008439;
    color: #fff;
    text-align: right;
    padding-right: 4px;
    width: 2em;
    border-bottom: solid 2px #222;
}

.r-crlf {
    clear: left;
}

.r-red {
    background-color: #FD0033;
}

#available_years {
    margin-top: -1em;
    padding: .5em 1.5em .5em .5em;
    font-size: 1em;
    width: auto;
    font-weight: 700;
}

.usertag-list {
    padding: 0;
}

.usertag-list li {
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: .1em .1em 0 0;
}

.tooltip {
    background: #2c333b;
    color: #00A3E3;
    max-width: 300px;
    padding: .5em;
    position: absolute;
    display: none;
    z-index: 9999;
}

.tooltip-content {
    font-size: .9em;
}

.tooltip::before {
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    border-right: 10px solid #2c333b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
}

.taggle_list {
    float: left;
    width: 100%;
}

.taggle_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

.taggle_list li {
    float: left;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 5px;
}

.taggle_list .taggle {
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.taggle_list .taggle_hot {
    background: rgba(#ffffff), 0.25;
}

.taggle_list .taggle .close {
    font-size: 1.1rem;
    position: absolute;
    top: 5px;
    right: -8px;
    text-decoration: none;
    padding-left: 2px;
    padding-top: 3px;
    line-height: 0.5;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 4px;
    display: none;
    border: 0;
    background: none;
    cursor: pointer;
}

.taggle_list .taggle:hover {
    padding: 5px;
    padding-right: 15px;
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
}

.taggle_list .taggle:hover>.close {
    display: block;
}

.taggle_list .taggle .close:hover {
    color: #990033;
}

.taggle_placeholder {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    top: 12px;
    left: 8px;
    transition: opacity, .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.taggle_input {
    padding: 8px;
    padding-left: 0;
    float: left;
    margin-top: -5px;
    background: none;
    width: 100%;
    max-width: 100%;
}

.taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -500px;
    z-index: -1;
    visibility: hidden;
}

.taggle_text {
    color: #ffffff;
}

.session-add {
    position: fixed;
    bottom: 80px;
    right: 25px;
}

.session-add a {
    font-size: 5em;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 0px;

}

.t-number {
    color:#FFF;
    background-color: #D4145A;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px;
    font-weight: 800;
}

.t-text {
    color: #00A3E3;
    display: inline-block;
}

.i-left {
    float: left;
}

.i-right {
    float: right;
}

.tr-highlight-green {
    background-color: #2F9C43 !important;
}

.tr-highlight-yellow {
    background-color: #998825 !important;
}

.tr-highlight-red {
    background-color: #D4145A !important;
}

.tr-highlight-red-mid {
    background-color: #d4769a !important;
}

.ico2x {
    font-size: 2em;
}

.col-green {
    color: #00FF00;
}

.col-red {
    color: #FF0000;
}

.col-yellow {
    color: #FFFF00;
}

.col-gray {
    color: #777777;
}

.opt-col {
    float: left;
    margin-right: 2em;
}

.opt-instructions {
    font-size: 0.8em;
    color:#007aCC;
    margin-top: 4px;
}

/*# sourceMappingURL=logbook--dark.css.map */