﻿

#topheader
{
    background-color: #0094ff;
    color: white;
}

#sidebar
{
    background-color: #999999;
    min-height: 600px;
}

#footer
{
    background-color: #b200ff;
    text-align: center;
}


@media (min-width: 1200px)
{


    .bs-sidebar.affix-bottom, .bs-sidebar.affix
    {
        width: 300px;
    }

    .panel.widu
    {
        width: 300px;
    }
}

@media (min-width: 980px)
{

    body
    {
        margin-top: 70px;
        padding: 0px 20px 0px 20px;
    }

    .bs-sidebar.affix
    {
        position: fixed;
        top: 90px;
        padding: 0px;
    }

    .bs-sidebar.affix, .bs-sidebar.affix-bottom
    {
        width: 250px;
    }

    .panel.widu
    {
        width: 250px;
        margin: 5px;
        margin-top: 90px;
    }

    .bs-sidebar.widu
    {
        width: 100%;
    }
}


.bs-sidebar.affix
{
    position: static;
}


.hover_row
{
    background-color: #A1DCF2;
}

.cerca
{
    padding-left:0px;
    margin:0px;
}

.font12
{
    font-size:12px;
}

.font14
{
    font-size:14px;
}
.font13
{
    font-size:13px;
}

.margin-top-5
{
    margin-top:5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.badge-task {
  display: inline-block;
  min-width: 10px;
  padding: 8px 18px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  background-color: #999999;
  border-radius: 10px;
}

.img-task {
  text-align: center;
  vertical-align: bottom;
}



.progress-page 
    a:hover
{
        color: #262626;
        text-decoration:none;
        background-color: #e8e8e8;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.progress-page a
{
    color: #262626;
}

.taskmenutitle
{
    padding: 3px 20px;
    min-height: 0;
    font-size:1.3em;
}

.dropdown-task-menu a
{
    font-size: 1.0em;
}

.media-body p
{
    margin : 0 0 0 0;
}

a span
{
    font-family: sans-serif;
}
.oggetto-notifica{
    font-size:100%;
    font-weight:bold;
}
.corpo-notifica {
    font-size: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.padding-5 {
    padding:5px;
}

.title-div-vendite-condensed{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px ;
}

.title-div-vendite{
    font-family: 'Roboto', sans-serif;
        font-size: 18px ;
}

.hp-margin-5{
    margin-top:5.5rem;
    margin-bottom:1.5rem;
}

.hp-bg-head-color{
    background-color:#100040!important;
}

.bgimg-login {
    background-image: url('../img/bckg2.jpg');
}

.rowmodal {
    margin-right: 0;
    margin-left: -15px;
}

.FixedHeaderGrid {
    position: absolute;
}
.hiddencol{
    display: none;
}

.TableRowHighlighted
{
    background-color: lightblue;
}
.fisso_in_basso{
    position:fixed;
    bottom:0;
    width:100%;
}

