﻿/* Global Styles */

/* ------------------------------- */

body {
    /*padding-top: 100px;*/
    min-height: 2000px;
  padding-top: 70px;    
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fafaf8;
    color:#444;
    
}

.panel-body .active {
    background:#f2f2f2;
}
.navbar-default .navbar-nav > li > a {
    color: #005fa2;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #005fa2;
    color: #FFF;
}


    h1, h2, h3, h4 {
        font-weight: 400;
    }

    h1 {
        font-size: 40px;
    }
    /*h2 {font-size:25px;}*/
    td {
        padding: 4px 8px 4px 8px !important;
    }

@media (min-width: 320px) {
    .Orderbutton {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        right: 0px;
        left: 0px;
        width: calc(100% - 30px);
        margin: 10px auto;
    }
}

@media (min-width: 768px) {
    h1, h2, h3, h4 {
        font-weight: 400;
    }

    h1 {
        font-size: 55px;
    }
    /*h2 {font-size:25px;}*/
    td {
        padding: 4px 8px 4px 8px !important;
    }

    .Orderbutton {
        position: fixed;
        bottom: 5px;
        z-index: 1000;
        right: 35px;
        width: 240px !important;
        left: unset;
        
    }
}

.navbar {
  margin-bottom: 20px;
}

.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #fff;
}

.navbar-default {
background-color: #fff;
border-color: #e0e0e0;
}

.isDeleted {
    text-decoration: line-through;
    color: #c2c2c2;
}


.disabled {
    pointer-events: none;
}
