﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font: 14px/14px 'Montserrat', sans-serif;
    /*height: 100%;*/
    margin-bottom: 100px;
}


/*body {
    padding-top: 10px;
    padding-bottom: 20px;
    font: 14px/18px 'Montserrat', sans-serif;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.logo {
    /*background-color: #FFF;*/
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: #23537b;
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: top;
    /*text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgba(0,0,0,0.15);*/
}

.TabellaPermessi th, .TabellaPermessi td {
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
}


td.intestazioneTabella {
    background: #72b7f1;
}


#EditTable div.panel {
    display: inline-block;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 400px;
}

#topmenu {
    margin-right: 30px;
    margin-left: 30px;
    width: 100%;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#header {
    height: 80px;
}

#LeftMenu {
    vertical-align: top;
}

/*****************************************************NAV****************************************/
#SideMenu {
    font: 14px/14px 'Montserrat', sans-serif;
    /*background: #004050;*/
    background: #337ab7;
    width: 250px;
    margin: 0 auto 0 auto;
    color: white;
    /*Some cool shadow and glow effect*/
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);
}

    #SideMenu * {
        margin: 0;
        padding: 0;
    }

    /*heading styles*/
    #SideMenu h3 {
        font-size: 12px;
        line-height: 34px;
        padding: 0 10px;
        cursor: pointer;
        /*fallback for browsers not supporting gradients*/
        /*background: #003040;*/
        background: #024c75;
        background: linear-gradient(#024c75, #013a5a);
    }

        #SideMenu h3 a {
            padding: 0 10px;
            font-size: 12px;
            line-height: 34px;
            display: block;
            color: white;
            text-decoration: none;
        }

        /*heading hover effect*/
        #SideMenu h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        }
        /*iconfont styles*/
        #SideMenu h3 span {
            font-size: 16px;
            margin-right: 10px;
        }
    /*list items*/
    #SideMenu ul li {
        list-style-type: none;
    }
    /*links*/
    #SideMenu ul ul li a {
        color: white;
        text-decoration: none;
        font-size: 11px;
        line-height: 27px;
        display: block;
        padding: 0 15px;
        /*transition for smooth hover animation*/
        transition: all 0.15s;
    }
    /*hover effect on links*/
    #SideMenu ul ul li table:hover {
        /*background: #003545;*/
        background: #0084C2;
        border-left: 5px solid lightgreen;
    }

    #SideMenu ul ul li a:hover {
        /*background: #003545;*/
        background: #0084C2;
        /*border-left: 5px solid lightgreen;*/
    }
    /*Lets hide the non active LIs by default*/
    #SideMenu ul ul {
        display: none;
    }

    #SideMenu li.active ul {
        display: block;
    }

    /*#SideMenu a:not(:only-child):after {
        font-family: fontawesome;
        /*position: absolute;
        right: 50px;
        top: 50px;
        content: "\f0fe";
        padding-right: 20px;
    }

    #SideMenu .active > a:not(:only-child):after {
        content: "\f146";
    }*/

    #SideMenu ul ul ul {
        margin-left: 15px;
        border-left: 1px dotted rgba(0, 0, 0, 0.5);
    }

    #SideMenu p.dropMenu:after {
        font-family: fontawesome;
        margin-right: 5px;
        content: "\f0fe";
        /*position: absolute;
        right: 50px;
        top: 50px;
        content: "\f0fe";
        padding-right: 20px;*/
    }

    #SideMenu .active p.dropMenu:after {
        content: "\f146";
    }

    #SideMenu table {
        padding: 0;
        margin: 0;
    }

ul.navbar-nav > li {
    display: inline-block;
    line-height: 32px;
    margin: 0 4px 0 0;
    padding: 0 8px;
    border-top: 4px solid #dedede;
}

    ul.navbar-nav > li:hover {
        color: #087bbb;
        background: #d8d8d7;
        border-top-color: #087bbb;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: left;
        animation-duration: .4s;
        animation-name: fadeIn
    }

.card-body > table tr td {
    vertical-align: middle;
}


Table tr td.dt-body-right {
    text-align: right;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: left;
}

.sortable-placeholder {
    margin-left: 0 !important;
    border: 1px solid #ccc;
    background-color: yellow;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    padding: 0;
    text-align: center;
}
.bottomfooter {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
/*html {
    height: 100%;
    box-sizing: border-box;
}*/
