﻿body {
    font-family: Arial;
    background-color: white;
    margin: 0;
    font-size: 12pt; 
    color: rgb(100, 101, 105);
}

h1 {
    font-family: Arial;
    font-size: 28pt;
    font-weight: bold;
    color: rgb(100, 101, 105);
    padding: 10px 0;
}

    h1 span {
        border-bottom: 3px solid rgb(171, 26, 44);
    }

h3 {
    font-family: Arial;
    font-size: 22pt;
    color: rgb(100, 101, 105);
}

.layout-within .attribute-readonly {
    background-color: #eee;
    border: 1px solid #cdcdcd;
}

.input-validation-error{
    border: 1px solid red !important;
}

.field-validation-error{
    font-size: 12px;
}

.layout-within button {
    margin-top: 6px;
}

.portlet.box.blue-hoki {
    border: 1px solid rgb(34, 53, 111);
}

    .portlet.box.blue-hoki > .portlet-title {
        background-color: rgb(34, 53, 111);
    }

.blue.btn {
    background-color: rgb(34, 53, 111);
    /*background-color: rgb(72, 86, 144);*/
}

    .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
        background-color: rgb(72, 86, 144) !important;
    }

    .blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
        background-color: rgb(168, 171, 199) !important;
    }

.red.btn {
    background-color: rgb(171, 26, 44);
}

@media(min-width: 850px) {
    .home {
        padding: 0 5px;
        float: left;
    }

    .dropmenu {
        display: none;
    }

    .menu {
        font-size: 20px;
        font-weight: bold;
        padding-left: 150px;
    }

        .menu.alt {
            padding: 0 5px;
            float: right;
        }

        .menu a {
            color: black;
            text-decoration: none;
            cursor: pointer;
            transition: 0.3s;
            white-space: nowrap;
        }

            .menu a:hover {
                color: rgb(100, 101, 105);
            }

        .menu.alt a {
            background-color: rgb(34, 53, 111);
            border-radius: 4px !important;
            /*border: 1px solid rgb(34, 53, 111);*/
            color: white;
        }

            .menu.alt a:hover {
                background-color: rgb(73, 86, 144);
            }

        .menu > ul {
            margin: 0;
            padding: 0;
        }

            .menu > ul > li {
                display: inline-block;
                position: relative;
            }

                .menu > ul > li > a {
                    display: inline-block;
                    margin: 10px 2px;
                    padding: 6px 11px;
                }

                .menu > ul > li > ul {
                    display: none;
                    position: absolute;
                    top: 45px;
                    padding: 0;
                    margin: 0;
                    /*border: 1px solid rgb(100, 101, 105);*/
                    background-color: white;
                    list-style-type: none;
                    min-width: 160px;
                    color: black;

                    font-weight: normal;
                    font-size: 16px;
                }

                .menu > ul > li:hover > ul {
                    display: block;
                }

                .menu > ul > li > ul > li {
                    padding: 3px 15px;
                    cursor: pointer;
                }

                .menu > ul > li > ul > li:hover {
                    background-color: #eee;
                }

        .menu.alt > ul > li {
            position: relative;
            background-color: white;
        }
}

@media(max-width: 849px) {
    .home {
        float: left;
        padding: 0 5px;
    }

    .dropmenu {
        display: block;
        text-align: right;
        height: 70px;
    }

        .dropmenu .fa {
            font-size: 45px;
            font-weight: bold;
            line-height: 45px;
            padding: 1px 5px;
            border: 1px solid rgb(34, 53, 111);
            border-radius: 5px;
            margin: 10px;
            cursor: pointer;
        }

    .menu {
        display: none;
        font-size: 20px;
        font-weight: bold;
        background-color: white;
    }

        .menu.drop {
            display: block;
        }

        .menu.alt {
        }

        .menu a {
            display: block;
            padding: 6px 15px;
            color: black;
            text-decoration: none;
            cursor: pointer;
            transition: 0.3s;
            border-bottom: 1px solid rgb(100, 101, 104);
        }

            .menu a:hover {
                color: rgb(100, 101, 105);
            }

        .menu.alt a {
            background-color: rgb(34, 53, 111);
            border-bottom: 1px solid white;
            color: white;
        }

            .menu.alt a:hover {
                background-color: rgb(73, 86, 144);
            }

        .menu > ul {
            margin: 0;
            padding: 0;
        }

            .menu > ul > li {
                display: block;
                position: relative;
            }

        .menu.drop > ul > li.casc > a::after {
            content: '+';
            float: right;
        }

        .menu.drop > ul > li.casc.drop > a::after {
            content: '-';
            float: right;
        }

        .menu > ul > li > a {
        }

        .menu > ul > li > ul {
            display: none;
            top: 45px;
            padding: 0;
            margin: 0;
            background-color: #EEE;
            list-style-type: none;
            min-width: 160px;
            color: black;
        }

        .menu > ul > li.drop > ul {
            display: block;
        }

        .menu > ul > li > ul > li {
            cursor: pointer;
        }

        .menu.alt > ul > li {
            position: relative;
            background-color: white;
        }
}

.footer {
    text-align: center;
    position: absolute;
    bottom: -100px;
    height: 100px;
    left: 0;
    right: 0;
    background-color: rgb(172, 32, 44);
    background-color: white;
    color: rgb(34, 53, 111);
    /*border-top: 2px solid rgb(34, 53, 111);*/
}

    .footer a {
        font-size: 10pt;
        color: rgb(100, 101, 105);
    }

    .footer .contact {
        text-align: left;
        font-size: 12pt;
        padding: 0px 10px 10px;
        vertical-align: middle;
    }

        .footer .contact a {
            font-size: 12pt;
        }

        .footer .contact .fa {
            font-size: 24px !important;
            line-height: 24px;

            display: inline-block;
            width: 24px;
            text-align: center;
        }

    .footer .social {
        padding: 10px 0 0 10px;
    }

        .footer .social a {
            display: inline-block;
            font-size: 18px;
            padding: 5px;
            border: 1px solid rgb(100, 101, 105);
            border-radius: 18px !important;
            width: 36px;
            margin-right: 10px;
        }

@media (max-width: 767px) {
    .footer .social {
        text-align: left;
    }

        .footer .social a {
            text-align: center;
        }
}

.layout-within label {
    color: #6b6b77;
    font-weight: 400;
}

    .layout-within label.not-empty {
        color: #000;
    }



/*Product Details*/

.product-details {
    position: relative;
}

    .product-details .grouping {
        font-size: 11pt;
        padding-bottom: 18px;
    }

    .product-details .sect-head {
        font-size: 12pt;
        font-weight: bold;
    }

    .product-details .subtext {
        font-size: 9pt;
    }

    .product-details ul {
        list-style: none;
        padding: 0;
        margin-top: 0;
    }

    .product-details li {
        padding-left: 1.3em;
    }

        .product-details li:before {
            content: "\f046"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            font-size: 14px;
            display: inline-block;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

    .product-details ul.checked li:before {
        content: "\f046"; /* FontAwesome Unicode */
    }

    .product-details ul.excluded li:before {
        content: "\f05e"; /* FontAwesome Unicode */
    }

@media(max-width: 1200px) {
    .product-details .product-icon {
        display: none;
    }
}