﻿/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */

/*------------------------------------*\
    NAV
\*------------------------------------*/

/*9 aug 2017*/



body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
}

.login {
    background-color: #fff;
    border-top: 6px solid #fff;
    display: inline-block;
    font-size: 15px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 65px;
}

.username {
    display: inline-block;
    font-size: 15px;
    text-align: right;
    vertical-align: text-top;
    width: 500px;
}

ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    font-size: 15px;
}

    ul.nav li {
        font: Calibri;
        display: inline-block;
        margin-right: -4px;
        margin-left:2px;
        position: relative;
        background: #fff;
        cursor: pointer;
    }

.Mainmenu li div > a {
    display: block;
    padding: 15px 20px;
}

ul.nav li:hover a {
    /*color: #fff !important;*/
    color: #e41b49 !important;
}

ul.nav li:hover {
    /*background: #E41B49;
            color: #fff !important;*/
    /*border-bottom: 2px solid #e41b49;*/
    color: #e41b49;
    
}

ul.nav li div a:hover {
    /*background: #E41B49;
            color: #fff !important;*/
    /*border-bottom: 2px solid #e41b49;*/
    color: #e41b49;
    font-weight:bold;
    
}


ul.nav li ul {
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    z-index:1;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

    ul.nav li ul li {
        background: #99ccff none repeat scroll 0 0;
        border: 1px solid #dedede;
        color: #fff;
        display: block;
        margin-top: 3px;
        padding: 7px;
        width: 188px;
        z-index: 9999;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
    }

        ul.nav li ul li:hover {
            background: #dcedfe;
            border: 1px solid #c8c5c5;
        }

ul.nav li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}


.selected a {
    color: #E41B49;
}

.selected div > a {
    color: #E41B49;
    font-weight: bold;
}

.selected {
    /*background-color: #E41B49 !important;*/
    /*border-bottom: 2px solid #e41b49;*/
    color: #E41B49;
}

.subMenu li > a {
    display: block;
}

.pageHeader {
    background: -moz-linear-gradient(91deg, rgba(185,220,253,1) 0%, rgba(224,239,254,1) 53%, rgba(255,255,255,1) 95%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255,255,255,1)), color-stop(47%, rgba(224,239,254,1)), color-stop(100%, rgba(185,220,253,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(91deg, rgba(185,220,253,1) 0%, rgba(224,239,254,1) 53%, rgba(255,255,255,1) 95%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(91deg, rgba(185,220,253,1) 0%, rgba(224,239,254,1) 53%, rgba(255,255,255,1) 95%); /* opera 11.10+ */
    background: -ms-linear-gradient(91deg, rgba(185,220,253,1) 0%, rgba(224,239,254,1) 53%, rgba(255,255,255,1) 95%); /* ie10+ */
    /*background: linear-gradient(359deg, rgba(185,220,253,1) 0%, rgba(224,239,254,1) 53%, rgba(255,255,255,1) 95%); /* w3c */
    background: linear-gradient(359deg, rgb(107, 181, 251) 0%, rgb(197, 222, 247) 53%, rgba(255,255,255,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9dcfd',GradientType=0 ); /* ie6-9 */
  
    border-top: 2px solid #E41B49;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px;
    width: 99.1%;
}

    .pageHeader > span {
        font-size: 17px !important;
        font-weight: bold;
    }

.sideMenu {
    background-color: #99ccff;
    font-size: 13px;
    border: 1px solid #dedede;
    height: 17px;
    padding: 5px;
    width: 88%;
    display: inline-block;
    color: #000;
    margin-left: 14px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}



    .sideMenu:before {
        content: ' ';
        background-color: #E41E4A;
        width: 1%;
        display: initial;
        border: 1px solid #dedede;
        font-size: 14px;
        height: 18px;
        padding: 5px;
        margin-top: -6px;
        margin-left: -18px;
    }



    .sideMenu:hover {
        background: #018AE0;
        color: #fff !important;
    }

.sideMenuborder {
    background-color: #E41E4A;
    width: 1%;
    display: inline-block;
    border: 1px solid #dedede;
    font-size: 14px;
    height: 18px;
    padding: 5px;
    display: inline-block;
}

.sideMenu > a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    display: inherit;
    width: 99%;
    margin-left: 4px;
}

    .sideMenu > a:hover {
        color: #fff !important;
    }


ul.lst, ol {
    list-style: outside none none;
}

li.lilst {
    background: #808080 none repeat scroll 0 0;
    color: #fff;
    counter-increment: myCounter 1;
    font-size: 1.2em;
    margin: 0 0 20px;
    padding: 2px 0 6px 12px;
    position: relative;
    top: 1em;
    width: 70%;
}

    li.lilst a {
        color: #fff;
        text-decoration: none;
    }

    li.lilst::before {
        background-color: #e41b49;
        border-radius: 50%;
        color: #fff;
        content: "";
        display: inline-block;
        font-family: exo;
        font-size: 21px;
        font-weight: bold;
        height: 14px;
        left: -25px;
        line-height: 1.3em;
        padding: 7px;
        position: absolute;
        text-align: center;
        top: 3px;
        width: 8px;
    }

.pageTop span {
    margin-right: 10px;
}

.pageTop a {
    color: #E41B49 !important;
    text-decoration: none;
    font-weight: bold;
}

.pageTop {
    background-color: #E41B49;
    height: 25px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}




.vidHeader {
    color: #000;
    font-size: 13px;
    width: 95%;
    /*vertical-align: top;*/
    height: 41px;
    /*padding-top: 7px;*/
}


.clsplassure {
    background-color: #99ccff;
}

    .clsplassure > table {
        margin-top: 10px;
        font-size: 15px;
        margin-left: 10px;
    }

.tblfooter th {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.clsplassureRight {
    border-left: 5px solid #E41A4A;
    width: 25px;
    vertical-align: top;
}

.clsplassureLeft {
}





.list-type3 {
    margin: 0 auto;
    width: 500px;
}

    .list-type3 > li, .list-type3 a {
        float: left;
        height: 35px;
        line-height: 35px;
        position: relative;
        font-size: 15px;
        margin-bottom: 12px;
        font-family: 'Roboto', sans-serif;
        transition: all 1.5s ease;
        width: 81%;
    }

    .list-type3 a {
        padding: 0 60px 0 22px;
        background: #0089e0;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .list-type3 li:before, .list-type3 a:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
            height: 0;
            border-color: transparent #0089e0 transparent transparent;
            border-style: solid;
            border-width: 18px 12px 18px 0;
        }

        .list-type3 a:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 4px;
            float: left;
            width: 6px;
            height: 6px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            -moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;
        }

        .list-type3 a:hover {
            background: #99ccff;
            color: #000;
        }

.list-hover {
    background: #99ccff !important;
    color: #000 !important;
}

    .list-hover:before {
        border-color: transparent #E41B49 transparent transparent !important;
    }

.list-type3 a:hover:before {
    border-color: transparent #E41B49 transparent transparent;
}



/* css list with numeber circle background -------------- */

.numberlist {
    width: 450px;
}

    .numberlist ol {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        font: 15px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
    }

        .numberlist ol ol {
            margin: 0 0 0 2em;
        }



    .numberlist a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: #FFF;
        color: #444;
        text-decoration: none;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: .3em;
    }



        .numberlist a:hover {
            background: #cbe7f8;
            text-decoration: underline;
        }

        .numberlist a:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -1.3em;
            top: 50%;
            margin-top: -1.3em;
            background: #87ceeb;
            height: 2em;
            width: 2em;
            line-height: 2em;
            border: .3em solid #fff;
            text-align: center;
            font-weight: bold;
            -moz-border-radius: 2em;
            -webkit-border-radius: 2em;
            border-radius: 2em;
            color: #FFF;
        }



/* End css list with numeber circle background -------------- */
.vids {
    margin-bottom: 3px;
    padding: 9px;
    display: block;
    width: 100%;
    float: left;
    vertical-align: top;
}

.vid {
    margin-bottom: 5px;
    border: 1px solid grey;
    border-radius: 1px;
    padding: 5px;
    display: inline-block;
    width: 45%;
    float: left;
    margin-right: 2px;
}
