html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;    
}

.navbar-nav .nav-link, .dropdown-item {
    font-size: 1.2em;    
}

.dropdown-item {
    border-bottom: 1px solid #eeeeee;
}

.dropdown-item {
    padding-top:10px;
    padding-bottom:10px;
}

.attention {
    color: green !important;
    font-weight: bold;
}

/* ICON based alert boxes */
.alert-icon {
    font-size: 1em;
}

    .alert-icon .icon {
        font-size: 2em;
    }

    .alert-icon .alertcontent {
    }

    .alert-icon table {
        width: 100%;
    }
/* end ICON based alert boxes*/


.dropdowneditlist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .dropdowneditlist ul li {
        border-bottom: 1px #eeeeee solid;
        padding: 5px;
    }

        .dropdowneditlist ul li:hover {
            background-color: #eeeeee;
            cursor: pointer;
        }

.dropdowneditlist p {
    color: red;
}

.input-validation-error{
    border:2px red solid;
}

.field-validation-error{
    color:red;
}

#theList{
    background-color:aliceblue;
    padding:30px;
}

#graphWidgetsContainer {    
}

.graphwidget {
    border-radius: 15px;
    padding: 10px;
    
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.graphwidget {
    margin-top:15px;    
}


.graphwidget h3{
    text-align:center;
    font-size:1.2em;
    color:#999999;
}

@media (max-width: 768px) {
    .alert-icon .alertcontent {
        padding: 1em;
    }

    .nav-item, .dropdown-item{
        border-bottom: 1px solid #eeeeee;
    }
    
}

@media print {
    
    header, footer {display:none;}

    .container {
        width:100% !important;
        max-width:100% !important;
    }

    #graphWidgetsContainer .col-sm-6 {        
    }

    #graphWidgetsContainer .col-sm-12 {
        page-break-after:always;
    }

    .graphwidget canvas {
        zoom:.8;

    }

        @page {
            margin: 0.5cm;
        }
    }