/*** WIDGET **/

.apxwidget>div {
    background-color: #fff!important;
}
.apxwidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}
.apxwidget>header>.widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}
.widget-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,.09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
}
.apxwidget>header>h2 {
    padding-top:5px;
    margin-left: 10px;
}
.apxwidget>header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin: 0 0 0 10px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}
.apxwidget-color-darken>header {
    border-color: #383838!important;
    background: #2196F3;
    color: #fff;
}
.apxwidget-color-light>header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
}
.apxwidget>header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}
.apxwidget>div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC!important;
    border-bottom-color: #CCC!important;
    border-left-color: #CCC!important;
    padding: 13px 13px 0;
    overflow: visible;
}

.apxwidget-editbox {
    border-bottom: 1px solid #B1B1B1;
    background-color: #fff;
    margin: -13px -13px 13px;
}

.apxwidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}

.select2-style {
    border: 1px gray solid;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 5px;
    -webkit-appearance: textfield;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 3px;
}
.p10 {
	padding: 10px;
}
.m-t-10 {
	margin-top:10px;
}
.m-r-15 {
	margin-right:15px;
}
.m-l-15 {
	margin-left:15px;
}
.bg-white {
	background-color:white;
}

.nav-button {
	font-size: 20px;
            margin-top: 5px;
            margin-right: 5px;
            margin-bottom: 5px;
            background-color: transparent;
			color: white;
        }
		.nav-div { 
		margin-left:5px; 
		padding: 10px;}
		.nav-div  a:hover{ 
			color: black;
			text-decoration: none;
			background-color: transparent;
		}
        .body-bg { 
            background-color: #ececec;
        }
       
        .nav-tabs > li.active > a {
            -webkit-box-shadow: 0 -2px 0 #57889c;
            -moz-box-shadow: 0 -2px 0 #57889c;
            box-shadow: 0 -2px 0 #57889c;
            border-top-width: 0 !important;
            margin-top: 1px !important;
            font-weight: 700;
        }
		.navbar-inverse .navbar-nav>li>a>span{
			color:white;
		}
        .blue {
            color: blue !important;
        }
        .mini-navbar-side {
            position: absolute;
            left: 0;
            width: 10px;
            overflow: hidden;
            height: calc(100% - 69px);
        }
		.navbar-side {
			width:220px;
			float:left;
		}
		.main {
			width: calc(100% - 220px);
			float:left;
		}
		.minified .main {
			width: calc(100% - 45px);
			float:left;
		}
        .max-height {
            max-height: 100%;
        }

        .col-12-10px {
            width: calc(100% - 10px);
        }

		/* NEW Nav */
		.login-info span {
			display: block;
			background: rgba(0,0,0,.2);
			width: 100%;
			max-width: 100%;
			padding: 5px 10px;
			color: #fff;
			text-decoration: none;
			text-transform: capitalize;
			font-size: 14px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			vertical-align: middle;
		}
		.minified .login-info span {
			display:none;
		}
		.login-info {
			display: block;
			font-size: 12px;
			color: #fff;
			box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
			width: 100%;
			margin: 0!important;
			height: 100px;
			background: url(../images/shiel_logo1.png) no-repeat center center;
			margin-top: -1px!important;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			border: 0;
		}
		nav>ul>li>a>i {
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}
		  nav ul {
			width: 100%;
			padding: 40px 28px 25px 0;
			padding: 0;
			margin: 0;
			font-size: 13px;
			line-height: .5em;
			list-style: none;
			position: relative;
		}
		nav ul li.open>a {
			color: #4C4C4C!important;
		}
		nav ul li a {
    font-size: 13px;
}
nav ul li a, nav ul li.open>a, nav ul li.open>a b {
    color: #4C4C4C!important;
}
nav li a {
    position: relative;
    overflow: hidden;
}
nav ul li a {
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px 10px 11px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none!important;
    position: relative;
}
		nav ul ul {
			margin: 0;
			background: #fff;
			padding: 7px 0;
		}
		nav > ul > li > a {
			font-weight: 400;
			text-transform: uppercase;
			padding: 14px 10px 14px 11px;
		}
		nav ul span.menu-item-parent {
			display: inline-block;
			margin: 0;
			padding: 0;
		}
		.minifyme {
			    background: #2196F3;
    color: #FFF;
    position: absolute;
    width: 35px;
    border-radius: 50%;
    z-index: 999;
    height: 35px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    left: 205px;
    font-size: 25px;
    transition: all .1s linear 0s;
	padding:5px;
		}
	

nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 2px;
}
nav>ul>li>a b {
    position: absolute!important;
    right: 10px;
    top: 10px;
}
b, strong {
    font-weight: 700;
}
nav>ul>li>a b {
    margin-top: 6px;
}
nav li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-left: -120px;
    margin-top: -150px;
    background: #455A64;
    border-radius: 100%;
    opacity: .3;
    transform: scale(0);
}
nav ul ul li>a {
    padding-left: 42px;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
}
nav>ul>li>ul>li>a, nav>ul>li>ul>li>ul>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}
nav>ul>li>ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
}
nav ul li a {
    font-size: 13px;
}
nav>ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    z-index: 1;
}
nav li a:after {
    visibility: hidden;
}
nav ul ul {
    background: #fff;
}
nav ul ul {
    margin: 0;
    background: #fff;
    padding: 7px 0;
}
nav ul li li {
    border-bottom: none;
    position: relative;
}
nav ul ul li {
    margin: 0;
    padding: 0;
}
.minified nav li a {
    overflow: visible;
    border: 0;
}
.minified nav>ul>li>a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
}
.minified nav>ul>li>a>.menu-item-parent, .minified nav>ul>li>ul {
    left: 45px;
}
.minified nav>ul>li>a>.menu-item-parent {
    display: none;
    position: absolute;
    left: 45px;
    top: -3px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}
.minified nav>ul>li, .minified nav>ul>li a {
    position: relative;
}
	.minified .minifyme {
    border-radius: 0;
    left: 0;
    width: 45px;
    border: 0;
}
.minified .minifyme .fa:before {
    content: "\f0a9";
}
.minified .minifyme {
    right: 0;
    position: relative;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 34px;
    font-size: 23px;
}
		
		.minified nav>ul>li {
			border-bottom: 0!important;
			border-top: 0!important;
		}
		.minified nav>ul>li>a b {
			display:none;
		}
		.minified  nav{
			width:45px !important;
		}
		.minified nav>ul>li>ul {
    position: absolute;
    left: 45px;
    width: 200px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #454545;
    margin-top: -3px;
    overflow: hidden;
}
.minified nav>ul>li>ul {
    padding-top: 0;
    border: 0;
    background: #f5f5f5;
    border-left: 1px solid #CACACA;
}
.navbar>div>div {
    display: inline-block;
    vertical-align: middle;
    height: 49px;
}
.minified .login-info {
    height: 25px;
}
.minified nav>ul>li:hover>a>.menu-item-parent, .minified nav>ul>li:hover>ul {
    display: block!important;
}
.minified nav>ul>li ul li {
    background: #fff;
    overflow: hidden;
}
.minified nav>ul>li>a>.menu-item-parent {
    padding-top: 4px;
    top: 0;
}
        
		/* END NEW Nav*/
			
        .ml10 {
            margin-left: 10px;
        }
        .breadcrumb > li {
			color:black;
		}
        .ml5 {
            margin-left: 5px !important;
        }

        #ribbon {
            min-height: 40px;
            background: rgba(255,255,255,.4);
            padding: 0 13px;
            position: relative;
        }

            #ribbon .breadcrumb {
                display: inline-block;
                margin: 0;
                padding: 11px 34px 11px 0 !important;
                background: 0 0;
                vertical-align: top;
            }

                #ribbon .breadcrumb, #ribbon .breadcrumb a {
                    text-decoration: none !Important;
                }

        .navbar-gradient {
            background: #fff;
        }
		
P
{
    MARGIN-TOP: 0.3em;
    MARGIN-BOTTOM: 0.3em;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px
}
H1
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12pt;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 6px;
    CURSOR: default;
    COLOR: buttontext;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
H2
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11pt;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    COLOR: #ffffff;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica
	
}
A
{
    COLOR: #0000ff;
}
A:link
{
	COLOR: #0000ff;
}
A:active
{
	COLOR: #0000ff;
}
A:visited
{
    COLOR: #0000ff;
}
A:hover
{
    COLOR: #a52a2a;
    BACKGROUND-COLOR: #c0c0c0;
    TEXT-DECORATION: none
}
BODY
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 6pt;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 100%;
    COLOR: white;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #CCC!important;/*#00659c;*/
    TEXT: #ffffff
}
TD
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
TD.resultComments
{
	FONT-FAMILY: courier;
}
.CInput
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 130px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
input.CInputAlt10
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 130px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
	background-color: #aaaaaa;
}

.CInput10
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 80px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
.CSelection
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 150px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
.CButton
{
    BORDER-RIGHT: #dcdcdc thin outset;
    BORDER-TOP: #dcdcdc thin outset;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #dcdcdc thin outset;
    CLIP: rect(1pt 1pt 1pt 1pt);
    CURSOR: hand;
    COLOR: #191970;
    BORDER-BOTTOM: #dcdcdc thin outset;
    BACKGROUND-COLOR: #d3d3d3
}
.CButtonRed
{
    BORDER-RIGHT: #dcdcdc thin outset;
    BORDER-TOP: #dcdcdc thin outset;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #dcdcdc thin outset;
    CLIP: rect(1pt 1pt 1pt 1pt);
    CURSOR: hand;
    COLOR: #ff0000;
    BORDER-BOTTOM: #dcdcdc thin outset;
    BACKGROUND-COLOR: #d3d3d3
}
H4
{
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-ALIGN: center
}
H5
{
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-ALIGN: left
}
H6
{
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-ALIGN: right
}
.CMainTable
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 0px;
    PADDING-TOP: 3px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	background: rgba(255,255,255,.4);
}
.CConfirmMessage
{
    FONT-SIZE: 18px;
    COLOR: #0000ff;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-ALIGN: center
}
HR
{
    COLOR: #778899
}
.CHeader
{
    FONT-FAMILY: Verdana, Arial, Helvetica;
    BACKGROUND-COLOR: #b0e0e6
}
.CNavigationBar
{
    FONT-FAMILY: Verdana, Arial, Helvetica;
    BACKGROUND-COLOR: #c0c0c0
}
.CHeaderText
{
    FONT-SIZE: 18px;
    COLOR: #800000;
    FONT-FAMILY: Verdana, Arial, Helvetica
}
.CErrorText
{
    FONT-WEIGHT: bolder;
    COLOR: #ff0000;
	FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	/*background-color: #606060;*/
}
.CLI
{
    LIST-STYLE-IMAGE: url(../Images/Arrow.gif)
}
TEXTAREA
{
    WIDTH: 350px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    HEIGHT: 100px;
	background-color: #f0f8ff;
	border-width: 3px;
}
.CLabel
{
    BACKGROUND-COLOR: #d3d3d3
}
.CDataLabel
{
    BACKGROUND-COLOR: #98e9e0
}
.CAlterDataLabel
{
    BACKGROUND-COLOR: #ffffff
}
.CTableHeading
{
    FONT-SIZE: 15pt;
    COLOR: #800000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: underline
}
.CInput5
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 50px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}

.CInput8
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 70px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}

.CInputGry5
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 50px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	background-color: #aaaaaa;
}


.CInputGry
{
	BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 130px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	background-color: #aaaaaa;
}

.CInputBigGry
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 250px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	background-color: #aaaaaa;
}

.CSelectionGry option
{
	background-color: #aaaaaa;
	background: #aaaaaa;
}

.CTextAreaGry
{
	background-color: #aaaaaa;
}

.CListTH
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #999999
}
.BListTH{
    font-size: 10pt;
    color: black;
    background-color: dodgerblue;
}
.CListTHL
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #cccccc
}
.CListTHLT2
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #dedede;
}
.CListTHLT
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #aaaaaa;
}

.CListTD
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
	BACKGROUND-COLOR: #d9dada;

}
.CListTDSmI
{
    FONT-SIZE: 6pt;
    COLOR: #000000;
	BACKGROUND-COLOR: #d9dada;
	font-style: italic;
}
.CListTHBSmI
{
	FONT-SIZE: 6pt;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #999999;
	font-style: italic;
}
.CListTHB
{
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #999999
}
.CListTDAlt
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
	BACKGROUND-COLOR: #ffffff;

}
.CLabelTD
{
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #66afe9;
}
.CLabelTDSM
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #66afe9;
}
.CLabelTDAlt
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #800040
}
.CInputBig
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 250px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}

.CInputLarge
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 400px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#bcbcbc; layer-background-color:#bcbcbc; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:#00659c; layer-background-color:#00659c; color:white;}
.clLevel0over{background-color:#bcbcbc; layer-background-color:#bcbcbc; color:Maroon; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#bcbcbc; layer-background-color:#00659c; color:#004000;}
.clLevel1over{background-color:#bcbcbc; layer-background-color:#bcbcbc; color:Maroon; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:#00659c; layer-background-color:#00659c; color:white;}
.clLevel2over{background-color:#0099cc; layer-background-color:#0099cc; color:Maroon; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

.panicFontClass{
	
	font-size:8pt;
	font-weight:bold;
	color:orange;	
	
}

a.tel { cursor: default; /* no hand pointer */ }

div.divmsg
{
	font-size: 12pt; color: #ff0000; font-weight: bold;
}


div.divmsgRedS
{
	font-size: 10pt; color: #ff0000; font-weight: bold;
}


.divmsgTD
{
	color: #ff0000;
}
.divmsgGryTD
{
	background-color: #999999; 
}

.divHightlightYellow{
	font-weight:bold;
	color:#000000;	
    BACKGROUND-COLOR: yellow
}

.divHightlightYellowRev{
	font-weight:bold;
	color:yellow;	
    BACKGROUND-COLOR: #000000
}

.Highlight
{
  background-color: #3A83CC;
  cursor: pointer;
}
.HighlightOver
{
  background-color: #9BC8FF;
  cursor: pointer;
}


/* CSS3 Menu Begin */

ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#00659c;border-width:2px;border-style:solid;border-color:#FFF;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;}
ul#css3menu1 ul{
	display:none;position:absolute;left:100%;top:0;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;padding:0 3px 3px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:block;float:left;padding:0 3px 3px;}
ul#css3menu1>li{
	margin:3px 0 0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:14px Verdana;color:#FFF;cursor:pointer;padding:5px;background-color:#00659c;background-image:none;background-repeat:repeat;border-width:1px 0 0 0;border-style:solid;border-color:#00659c;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
ul#css3menu1 ul li{
	float:none;margin:3px 0 0;}
ul#css3menu1 ul a{
	text-align:left;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#FFF;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#00aaff;border-color:#00659c;border-style:solid;color:#000;background-image:url("/SCHEDULER/CPANEL/style/mainbk.png");text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-image:url("/SCHEDULER/CPANEL/style/arrowsub.png");background-position:right center;background-repeat:no-repeat;padding-right:14px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	color:#000;text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-width:0;}
ul#css3menu1 li.subfirst>a{
	border-width:0;}

/* CSS3 Menu Begin */

@media print {
	.noPrint {display:none;}
 }	

 .unlined-field { 
 border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid black;
    background-color: transparent;
	text-align:center;
	}
 
fieldset {
    border: black solid 2px;
}
fieldset > legend { font-weight: bold; color: black; font-size: 12px;}

table.hdrmenu td
{
	FONT-SIZE: 12pt;
	color: #ffffff;  
}

nav ul ul ul li {
	padding-left:15px;
}

.hdrmenu a:link, .hdrmenu a:visited ,.hdrmenu a:active
{
    /*color: #191970;  
	background: #cccccc;
	padding: 3px;*/
	color: #FFFFFF;
	FONT-SIZE: 12pt;
	text-decoration:none;	
}

.hdrmenu a:hover
{
	color: #000000;   
}


div.boxHome  {
	width: 400px;
	height: 408px;
	background: url(../images/box_bgr.png) center top no-repeat;
	color: #000000;
}

div.boxHomeIn {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

a.boxHomeIn:visited{
	color: #00659c;
}
a.boxHomeIn:link{
	color: #00659c;
}
img.CErrorWarnImg{
	float:none;
}
img.CErrorStopImg{
	float: none;
}	

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px; 
  position: relative;
  left: 50%;  
  margin-bottom: 10px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.map_marker {
    background: transparent url(../images/icons/map/blu.png) scroll 0 0 no-repeat;
    /*height: 64px;*/
    line-height: 40px;
    text-align: center;
    /*width: 64px;*/
}
.modal-dialog.modal-1300 {
    width: 1300px;
    margin: 30px auto;
}

img.CClickable:hover {
    cursor: pointer;
}

.CListTDSM
{
	FONT-SIZE: 6pt;
	COLOR: #000000;
}
.CListTHActv
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #33BFFF;
}

select.fixedWidth{
	 font-size: 16px;
	 font-family: "Courier";
	 font-style: bold;
	 font-weight: 700;
}