﻿.main-content
        {
            max-width: 100%;
        }
        .modal-body
        {
            padding: 0;
        }
        .boxed-slider.flexslider
        {
            border-radius: 0px;
        }
        .boxed-slider.flexslider .caption
        {
            position: absolute;
            bottom: 0;
        }
        .boxed-slider.flexslider .flex-control-paging li a
        {
            width: 25px;
        }
        .flex-direction-nav
        {
            width: 100%;
            display: table;
            height: 100px;
            position: absolute;
            top: 40%;
            display: none;
        }
        .boxed-slider.flexslider .flex-direction-nav a.flex-next, .boxed-slider.flexslider .flex-direction-nav a.flex-prev
        {
            width: 60px !important;
            height: 60px !important;
            top: 0;
            background-size: 100%;
        }
        .boxed-slider.flexslider:hover .flex-direction-nav
        {
            display: block;
        }
        .boxed-slider.flexslider .flex-direction-nav a.flex-prev
        {
            left: 0;
        }
        
        .boxed-slider.flexslider .flex-control-nav
        {
            position: absolute;
            bottom: 0px;
            padding: 5px;
            z-index: 600;
        }
        .boxed-slider.flexslider .flex-control-paging li a
        {
            width: 25px;
        }
        .boxed-slider.flexslider .flex-control-paging li a.flex-active
        {
            background: #D00;
        }
        .impLinks
        {
            width: 100%;
            overflow: hidden;
        }
        .impLinks-row.hRow
        {
        }
        .impLinks-row.hRow li
        {
            /* float: left;
            padding: 10px;
            margin: 5px;
            height: 80px;*/
        }
        .Useful-Links > a
        {
            background-color: #eee;
            color: #17a9ff;
            font-size: 18px;
            font-weight: bold;
            padding: 5px 8px;
            text-decoration: none;
            display: block;
            margin-bottom: 15px;
        }
        
        .Useful-Links > a:hover
        {
            color: #D00;
        }
        .EmpOfMonth .news-box h4
        {
            margin-bottom: 0;
        }
        .PicMonthEmp
        {
            border: 1px solid #ddd;
            padding: 2px;
            max-width: 100%;
        }
        .boxMonthEmp
        {
            padding: 10px;
        }
        .lTabs
        {
            background: #eee;
        }
        .lTabs .tab-content
        {
            margin: 0;
            background: none;
        }
        .lTabs > ul
        {
            background: #F8F8F8;
            margin: 0;
            padding: 0;
        }
        .lTabs ul li
        {
            border-bottom: 1px solid #ddd;
        }
        .lTabs ul li.active
        {
        }
        .lTabs > ul li.active a, .lTabs > ul li.active a:hover
        {
            background: #eee;
            color: #333;
        }
        .lTabs > ul li a
        {
            margin: 0;
            border-radius: 0;
            padding: 10px;
        }
        .lemmon-slider li
        {
            margin: 0 6px;
        }
        .lemmon-slider, .lemmon-slider, .lemmon-slider img
        {
            height: 274px;
        }
        .lemmon-slider img
        {
            border: 1px solid #ccc;
            padding: 5px;
        }
        #myModalGreetings, #myModalGreetingsQuiz
        {
            width: 40% !important;
            background: Transparent;
        }
        #myModalGreetings > .modal-header > a.close, #myModalGreetingsQuiz > .modal-header > a.close
        {
            text-decoration: none;
            line-height: 90% !important;
        }
        /*.modal-body
        {
            height: 600px !important;
            max-height: 600px !important;
        }*/
        
        
        @media screen and (max-width:800px)
        {
            /*.modal-body
            {
                height: 300px !important;
                max-height: 300px !important;
            }*/
            #myModalGreetings, #myModalGreetingsQuiz
            {
                width: 80% !important;
            }
        
        }
        @media screen and (max-width:479px)
        {
            /*.modal-body
            {
                height: auto !important;
                max-height: auto !important;
            }*/
            #myModalGreetings > .modal-header > a.close, #myModalGreetingsQuiz > .modal-header > a.close
            {
                text-decoration: none;
                line-height: 0.2 !important;
                text-indent: -5px;
            }
        }
        .imgOuter
        {
            margin: auto;
            height: 190px;
            position: relative;
        }
        .imgInner
        {
            width: 150px;
            margin: auto;
            height: 185px;
            background: url(assets/images/award-ribbons.png) no-repeat;
            background-size: 100%;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }
        .empPhoto
        {
            width: 130px;
            height: 130px;
            margin: auto;
            display: block;
            top: 9px;
            position: absolute;
            left: 0;
            right: 0;
            border-radius: 50%;
        }
        .empDetail
        {
            text-align: center;
        }
        .empDetail h5
        {
            font-size: 13px;
        }
        .boxOuter
        {
            background: peachpuff;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            margin-bottom: 20px;
        }
        
        .boxOuter::after
        {
            content: "";
            background: #fccca2;
            width: 50%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
            position: absolute;
        }
        .boxMiddle
        {
            /* background: peachpuff;
            padding: 10px;
            height: 180px;*/
            z-index: 1;
            position: relative;
        }
        .boxMonthEmp.revised
        {
            min-height: 295px;
        }
        .empTitle
        {
            padding: 10px 10px;
            z-index: 1;
            position: relative;
            color: #000;
        }