@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Oxygen);

body { margin:0px; font-family:'Oxygen',"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:11px; color:#333333;}
#top { background-color:#000; color:#FFFFFF; padding:10px;}
#corpo { margin:5px 0px 0px 0px;}

a, a:visited { color:#333333; text-decoration:none;}
a:hover, a:visited:hover { color:#ff0000; text-decoration:none;}

td .occupied {background-color:#0b10d4; color:#fff;}
td .error {background-color:#d01907; color:#fff;}

td .occupied a, td .occupied a:visited { color:#ffffff; text-decoration:none; font-size: 11px;}
td .occupied a:hover, td .occupied a:visited:hover { color:#ff0000; text-decoration:none; font-size: 11px;}

td .error a, td .error a:visited { color:#ffffff; text-decoration:none; font-size: 11px;}
td .error a:hover, td .error a:visited:hover { color:#ff0000; text-decoration:none; font-size: 11px;}

td a {
  font-size: 11px;
}
td { padding:1px 2px; font-size:14px; color:#999999; height:50px!important; vertical-align: top; width: 75px;}
td .black { color:#000000;}
h1 { font-size:18px; font-weight:normal; margin:0px 0px 5px 0px; padding:0px 0px 0px 15px;}
h3 { font-size:12px; font-weight:normal; margin:0px 0px 2px 0px; padding:0px; text-transform:uppercase;}
h4 { font-size:15px; font-weight:normal; margin:0px 0px 2px 0px; padding:0px;}
.inserimento { color:#000000; font-size:12px;}
.inserimentowhite { color:#ffffff; font-size:12px;}

a.list-item {
  color: #000 !important;
}
.link-list {
  padding: 10px;
}
.dropdown-menu {
  min-width: 391px;
}
.w-100 { width: 100%;}
.h-100 { height: 100% !important;}
#top a, #top  a:visited { color:#FFFFFF; text-decoration:none;}
#top a:hover, #top  a:visited:hover { color:#ff0000; text-decoration:none;}

#path { font-size:9px; margin:10px 0px 10px 0px; padding:0px 0px 0px 15px;}

.small { font-size:9px;}
.operazioni { font-size:10px; padding:0px 0px 10px 0px;}

#logout-modal {
    display: none;
}

#pause {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    position: fixed;
    z-index: 10000;
    text-align: center;
    display: none;
}

hr {
    margin: 5px 0px;
    border: 1px solid rgba(0,0,0,.1);
}

.dropdown-toggle{
    padding: 2px 4px;
    font-size: 15px;
}

.link-list-wrapper ul li a {
    font-size: 13px;
    line-height: 15px;
    padding:4px 8px;
}

.link-list-wrapper ul li a span {
    margin: 2px 4px;
    font-size: 13px;
}

.form-input-text {
    height: 30px!important;
    margin-bottom: 10px;
    border: 1px solid #ccc!important;
}

.form-input-textarea {
    min-height: 50px!important;
    max-height: 200px!important;
    margin-bottom: 10px;
    border: 1px solid #ccc!important;
}

.form-input-select {
    height: 30px!important;
    margin-bottom: 10px;
    border: 1px solid #ccc!important;
    width: 100%;
}

.align-middle strong{
    vertical-align: middle!important;
}

.daran-message {
    position: fixed;
    z-index: 100;
    -moz-animation: cssAnimation 0s ease-in-out 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in-out 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in-out 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in-out 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    top: 0px;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.daran-message .bg-primary {
    background-color: #E15554;
    padding: 6px;
}

.daran-message .bg-red {
    background-color: #ff0000;
    padding: 6px;
}

.message-error{
    padding: 20px 10px;
    background: #F44336;
    color: white;
    text-align: center;
    border-color: #C1342A;
}

.message-warning{
    padding: 20px 10px;
    background: #FFC700;
    color: white;
    text-align: center;
    border-color: #CC9F00;
}

.message-success{
    padding: 20px 10px;
    background: #4caf50;
    color: white;
    text-align: center;
    border-color: #357C39;
}

.text-white {
    color: white;
}

.fadeout {}

.w-full {
    width: 100vw;
}
