﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/* MO : disattivato override su bootstrap */
/*
    input,
select,
textarea {
    max-width: 280px;
}
*/

.small-header {
    min-height: 60px;
    border-bottom: 7px solid #4eab3c;
    background-color: white;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    z-index: 1050;
}

.small-header a { color: #5f5f5f }

/* Layout */
/*html, body{ height: 100%; }*/
body > #container { 
    padding-top: 64px;
    min-height: 250px; 
}

.btn-info {
    background-color: #93cddd !important;
}

/*********************************
    Override btn-primary
*/
.btn-primary {
    background-color: #63a845 !important;
    border-color: unset !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #006d41 !important;
}
/*********************************/

/*CUSTOM Override Bootstrap*/
@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 900px !important;
  }
}

#footer {
    /*clear: both;
    position: relative;
    z-index: 10;
    height: 90px;
    margin-top: 0px;*/
}
#footer {
    /*background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    color: #aaa;
    text-align: center;
    padding-top:10px;*/
}

footer { 
    background-color: #515151; 
    color: white;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.link-logo-kpn {
    display: inline-block;
    margin: 10px 0px 10px 0px;
}

.logo-kpn {
    height: 50px;
}

@media (min-width: 768px) { 
    footer { 
        padding: 30px 0px 30px 0px;
    }

    .link-logo-kpn {
        margin: 20px 0px 20px 0px;
    }

    .logo-kpn {
        height: 66px;
    }
}

@media (min-width: 992px) { 
    footer { 
        padding: 30px 0px 30px 0px;
    }

    .link-logo-kpn {
        margin: 20px 0px 20px 0px;
    }

    .logo-kpn {
        height: 66px;
    }
}

/******** Code for stiky footer ******/

html { 
    height: 100%; 
}
body { 
    min-height: 100%; 
    padding: 0; 
    margin: 0; 
    position: relative; 
}
body:after { 
    content: ''; 
    display: block; 
    height: 160px; 
}
footer { 
    height: 160px; 
    position: absolute; 
    bottom: 0; 
    width: 100%; 
}

@media (min-width: 768px) { 
    body:after { 
        height: 200px; 
    }
    footer { 
        height: 200px; 
    }
}

@media (min-width: 992px) { 
    body:after { 
        height: 200px; 
    }
    footer { 
        height: 200px; 
    }
}
