html,
body {
    height: 100%;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*Writed By Silvia*/
#withoutaction-alert{
    border-color: #3c8dbc !important;
    background-color: #3c8dbc !important;
}
#revenue-chart{
    background-color: white;
}

.loader, .loader:after, .loader:before {
    display: block;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loader 1.8s infinite ease-in-out;
    animation: loader 1.8s infinite ease-in-out; }

.loader {
    margin: 0px auto 10px;
    transform: translateY(-100%);
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s; }

.loader:after, .loader:before {
    content: '';
    position: absolute;
    top: 0; }

.loader:before {
    left: -3.5em; }

.loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s; }

@-webkit-keyframes loader {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #38a2b8; }
    40% {
        box-shadow: 0 2.5em 0 0 #38a2b8; } }

@keyframes loader {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #38a2b8; }
    40% {
        box-shadow: 0 2.5em 0 0 #38a2b8; } }

/* Added by Silvia at 15/03/2018*/
/*.fancybox-inner{
    height: 45% !important;
}*/