﻿@charset "UTF-8";

/*--------------------------------Compatibilità bootstrap 3-------------------------------------*/

#dnnModuleDigitalAssetsSearchBox > input {
    font-size: 13.3333px;
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
/*---------------------------------Fine Compatibilità bootstrap 3--------------------------------*/

/* ---------------------------------------Font-Family -------------------------------------------*/

html, body, form {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    /*margin: 0 2%;*/
}

/* ---------------------------------------Fine Font-Family -------------------------------------*/


/* ---------------------------Sticky Footer -----------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}

footer {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    text-align:center;
         }
/* ------------------------------------ Fine Sticky Footer ------------------------------------------*/

.page-header {
    border-bottom: none;
}