﻿body {
    background: linear-gradient( 90deg, #e4e4e4, #e4e4e4 283px, #e4e4e4 20px, #e4e4e4 40px);
}

@media (min-width: 768px) {
    body {
        background: linear-gradient( 90deg, #f9f9f9, #f9f9f9 33.333333333%, #dddddd 33.333333333%, #dddddd calc(33.333333333% + 1px),#e4e4e4 20px, #e4e4e4 40px);
    }
}

@media (min-width: 992px) {
    body {
        background: linear-gradient( 90deg, #f9f9f9, #f9f9f9 25%,#dddddd 25%, #dddddd calc(25% + 1px), #e4e4e4 20px, #e4e4e4 40px);
    }
}

@media (min-width: 1200px) {
    body {
        background: linear-gradient( 90deg, #f9f9f9, #f9f9f9 16.66666667%,#dddddd 16.66666667%, #dddddd calc(16.66666667% + 1px), #e4e4e4 20px, #e4e4e4 40px);
    }
}

.roundedframe {
    background-color: white;
    padding: 20px;
}

.jumbotron {
    color: white !important;
    background-color: black !important;
}
.navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 2px 7px #aaaaaa;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 30px !important;
}

.page-footer {
    background-color: #f8f9fa;
    color: #428bca;
    box-shadow: 0px -2px 7px #aaaaaa;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin-top: 30px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.sidenav {
    xposition: fixed;
    xtop: 51px;
    xbottom: 0;
    xleft: 0;
    xz-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f9f9f9;
    xborder-right: 1px solid #eee;
    xwidth: 200px;
    margin-left: -15px;
    margin-right: -15px;
    xbox-shadow: 0px 2px 7px #aaaaaa;
}

.pagecaption {
    background-color: white;
    padding: 15px;
    padding-left: 6vw;
    font-size: 14pt;
    font-weight: bold;
    border: solid 1px #dddddd;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
        text-transform: uppercase;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nexttosidenav {
    margin-left: 200px !important;
    padding-top: 30px !important;
}


.headercontainer{
    padding-left:10px;
    padding-right:30px;
}

.sidenav-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 25px -4px 20px -4px;
    font-weight: bold;
}
    .sidenav-title span {
        background: #f9f9f9;
        padding: 0 10px;
    }

.sidelink {
    
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 45px;
}
    .sidelink:hover {
        text-decoration: none;
        background-color: #eeeeee;
    }
    .sidelink.active {
        color: #fff;
        background-color: #428bca;
        xbackground-blend-mode: color-dodge;
    }
.iconstar {
    background-image: url(/assets/images/star.png);
}
.iconhome {
    background-image: url(/assets/images/homeblack.png);
}
.iconplus {
    background-image: url(/assets/images/plusgreen.png);
}
.iconhtml {
    background-image: url(/assets/images/htmlblack.png);
}
.icontick {
    background-image: url(/assets/images/tickgreen.png);
}
.iconchart {
    background-image: url(/assets/images/chartblack.png);
}
.iconhealth {
    background-image: url(/assets/images/healthred.png);
}
.iconlanding {
    background-image: url(/assets/images/landing.png);
}
.editicon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/images/editblue.png);
    display: block;
    float: right;
    margin-right: -15px;
}
    .editicon:hover {
        background-image: url(/assets/images/editorange.png);
    }


.bold {
    color: #ff6700;
    font-weight:bold;
}
.multiline {
    width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;
}

.singleline {
    width: 100% !important;
    max-width: 100% !important;
}

.instruction, .errormessage, .htmlsnippet {
    margin-top: 0px;
    margin-bottom: 20px;
    /* color: #337ab7; */
    /* font-size: 10pt; */
    background-color: #efefef;
    padding: 10px;
    border-radius: 4px;
    padding-left: 60px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 50px;
    background-image: url(/assets/images/info.png);
}

.errormessage {
    background-image: url(/assets/images/errorwhite.png);
    background-color: red;
    color: white;
    margin-top: 20px;
    margin-bottom: 0px;
}

.htmlsnippet {
    background-image: url(/assets/images/htmlblack.png); 
    font-family: "Roboto Mono";
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 15pt;
    padding: 78px;
    color:steelblue;
    
}

    @media (max-width: 768px) {

        .htmlsnippet {
            word-break: break-all;
            padding: 10px;
            padding-left: 50px;
            font-size: 9pt;
        }
        .sidenav {
        xdisplay: none;
    }

    .nexttosidenav {
        xmargin-left: 0px !important;
        xpadding: 10px !important;
    }

        .headercontainer {
            
            padding-right: 0px;
        }
}









.thumbimg {
    xwidth: 170px;
    max-width: 100%;
    padding: 0% 15% 0% 15%;
}

.mainimg {
    xwidth: 250px;
    max-width: 100%;
    padding: 0% 15% 0% 15%;
}

.imagetable {
    border-collapse: collapse;
    width: 100%;
    border: solid 2px #428bca;
}

    .imagetable th {
        border: solid 1px #ffffff;
        padding: 7px 20px;
        width: 150px;
        /* background-color: #666666; */
        background-color: #eeeeee;
        font-weight: normal;
    }

    .imagetable td {
        border-bottom: solid 1px #eeeeee;
        padding: 7px 20px;
        /* width: 80%; */
        /* background-color: #eeeeee; */
        overflow-wrap: anywhere;
    }

.tophead, .topheadright {
    width: auto !important;
    font-weight: bold !important;
    background-color: #428bca !important;
    color: white !important;
    padding: 4px 20px !important;
}

.topheadright {
    text-align: right;
}

.darkhr {
    border-top-color: darkgray;
}

.imgnamecaption {
    padding: 5px;
    background-color: #eeeeee;
    margin-bottom: 10px;
}

.locked {
    color: #aaaaaa;
}