﻿html,body 
{
    height:100%;
    margin:0px;
    font-family:Sans-Serif;
    color: #444;
}

    .footerBottom
    {
        font-weight:bold;
        position:relative;
        bottom: 0px;
        right: 0px;
        padding:15px;
        width:100%;
    }
.repTxt
{
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}

    .tCellDesc
    {
        text-align:right;
        font-style:italic;
    }
    
    a.white:link {
    color: #fff;
    text-decoration: none;
}

a.white:visited {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    color: #fff;
    text-decoration: none;
}

a.white:active {
    color: #fff;
    text-decoration: none;
} 

.iconStyle
{
    padding-right: 5px;
}

.InfoSuccess
{
    width:100%;
    font-weight: bold;
    color: #4F8A10;
    background-color: #DFF2BF;
    padding: 5px;
    text-align: center;
}
.InfoFailure
{
    width:100%;
    font-weight: bold;
    color: #D8000C;
    background-color: #ffcccc;
    padding: 5px;
    text-align: center;
}
    

.content
{
    min-height: 100%;
    margin-bottom: -150px;
    position: relative;
}

    .bFooter
    {
        height: 150px;
        position: relative;
    }

.clearfooter {
height: 150px;
clear: both;
}

#cContainer
{
    position:relative;
    top:19px;
    z-index: 10000;
}

.btnStyle
{
    background-color:#efefef;
    border: 1px solid #bcbcbc;
}

.slicknav_menu {
	display:none;
}

.cBGround
{
    background-image: url("../images/bGround-Office.png");
    background-attachment:scroll;
    background-size: cover; 
    background-repeat:no-repeat;
	margin:0; 
	padding:0;
	background-position:bottom;
}

@media screen and (max-width:800px) {
	/* #menu-main-menu is the original menu */
	#menu{
		display:none;
	}

	.slicknav_menu {
		display:block;
	}
	
	.imageDisplay
	{
        visibility:hidden;
	    height:150px;
	}

    .centerTContent
    {
        background-color:rgba(36,48,100,0.75);
        color:#fff;
        padding:5px;
        border-radius:15px;
        position:absolute;
        top:-15px;
        right:0px;
        max-height: 150px;
        height:150px;
        overflow-y:auto;
        width:100%;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
    }
    
        .bContentRight
    {
        background-color: #243064;
        border-radius:15px;
        color:#fff;
        padding:10px;
        float:right;
        width:40%; 
        overflow-y:auto;
        min-width: 150px;
        max-height: 300px;
    }

    .gGradientLeft
    {
        width:20px;
        background-image: url("../images/bgPattern.png");
    	background-repeat:repeat;
            /* Old browsers */
        background: #ffffff;
            background: url("../images/bgPattern.png"), -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: url("../images/bgPattern.png"), -webkit-gradient(linear, left top, right top, color-stop(67%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: url("../images/bgPattern.png"), -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
            background: url("../images/bgPattern.png"), -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
            background: url("../images/bgPattern.png"), -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
            background: url("../images/bgPattern.png"), linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,1)',GradientType=1 ); /* IE6-9 */
    }

    .gGradientRight
    {
        width:20px;
        background-image: url("../images/bgPattern.png");
    	background-repeat:repeat;
        /* Old browsers */
        background: #ffffff;
        background: url("../images/bgPattern.png"), -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: url("../images/bgPattern.png"), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: url("../images/bgPattern.png"), -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: url("../images/bgPattern.png"), -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: url("../images/bgPattern.png"), -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: url("../images/bgPattern.png"), linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,1)', endColorstr='rgba(255,255,255,0)',GradientType=1 ); /* IE6-9 */

    }
    

}

@media screen and (min-width:801px) {
	/* #menu-main-menu is the original menu */

	
	.imageDisplay
	{
        height: 350px;
	}

    .centerTContent
    {
        background-color:rgba(36,48,100,0.75);
        color:#fff;
        padding:15px;
        border-radius:15px;
        position:absolute;
        top:-15px;
        min-height: 330px;
        max-height: 330px;
        left:300px;
        width:400px;
        overflow-y:auto;
        height:100%;
        max-width:400px;
        box-shadow: 0px 00px 15px rgba(0,0,0,0.35);
        

    }
    
    .bContentRight
    {
        background-color: #243064;
        border-radius:15px;
        color:#fff;
        padding:10px;

    }
    
    .gGradientLeft
    {
        width:90px;
        
            background-image: url("../images/bgPattern.png");
    	    background-repeat:repeat;
            /* Old browsers */
            background: #ffffff;
            background: url("../images/bgPattern.png"), -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: url("../images/bgPattern.png"), -webkit-gradient(linear, left top, right top, color-stop(67%,#rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: url("../images/bgPattern.png"), -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
            background: url("../images/bgPattern.png"), -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
            background: url("../images/bgPattern.png"), -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
            background: url("../images/bgPattern.png"), linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,1)',GradientType=1 ); /* IE6-9 */
    }

    .gGradientRight
    {
        width:90px;
        background-image: url("../images/bgPattern.png");
    	background-repeat:repeat; 
        /* Old browsers */
        background: #ffffff;
        background: url("../images/bgPattern.png"), -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: url("../images/bgPattern.png"), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: url("../images/bgPattern.png"), -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: url("../images/bgPattern.png"), -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: url("../images/bgPattern.png"), -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: url("../images/bgPattern.png"), : linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,1)', endColorstr='rgba(255,255,255,0)',GradientType=1 ); /* IE6-9 */

    }

}

.divContainer
{
    position:relative;
}

.logoType
{
    color: #666;
    font-size: 24px;
    font-weight:bold;
}

#backChange 
{

    -webkit-animation-name: backChange; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 10s; /* Chrome, Safari, Opera */
    animation-name: backChange;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

/* Standard syntax */
@keyframes backChange 
{
    0%   {background-color: #99CC33;}
    50%  {background-color: yellow;}
    100%  {background-color: #99CC33;}
}


/* Standard syntax */
@keyframes example {
    0%   {background-color: #99CC33;}
    50%  {background-color: yellow;}
    100% {background-color: #99CC33;}

}

.mItem
{
    display:inline;
    list-style:none;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    padding: 0px 50px 0px 0px;
}

.bHeader
{
    background-color: #233165;
    height:20px;
    width:100%;
    color:#fff;
    padding:5px;
}

.centerContent
{
    width:75%;
    margin-left:auto;
    margin-right:auto;
}

.fullContentPane
{
  background-color:#ffb528;
8;
    width:100%;
}

.hText
{
    font-weight:bold;
    font-size:20px;
    vertical-align:middle;
}