@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot');
    src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'), local('Open Sans'), local('Open-Sans-regular'), url('../fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'), url('../fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'), url('../fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'), url('../fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Open-Sans-600/Open-Sans-600.eot');
    src: url('../fonts/Open-Sans-600/Open-Sans-600.eot?#iefix') format('embedded-opentype'), local('Open Sans Semibold'), local('Open-Sans-600'), url('../fonts/Open-Sans-600/Open-Sans-600.woff2') format('woff2'), url('../fonts/Open-Sans-600/Open-Sans-600.woff') format('woff'), url('../fonts/Open-Sans-600/Open-Sans-600.ttf') format('truetype'), url('../fonts/Open-Sans-600/Open-Sans-600.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Open-Sans-700/Open-Sans-700.eot');
    src: url('../fonts/Open-Sans-700/Open-Sans-700.eot?#iefix') format('embedded-opentype'), local('Open Sans Bold'), local('Open-Sans-700'), url('../fonts/Open-Sans-700/Open-Sans-700.woff2') format('woff2'), url('../fonts/Open-Sans-700/Open-Sans-700.woff') format('woff'), url('../fonts/Open-Sans-700/Open-Sans-700.ttf') format('truetype'), url('../fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto-regular/Roboto-regular.eot');
    src: url('../fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), local('Roboto'), local('Roboto-regular'), url('../fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('../fonts/Roboto-regular/Roboto-regular.woff') format('woff'), url('../fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('../fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Roboto-500/Roboto-500.eot');
    src: url('../fonts/Roboto-500/Roboto-500.eot?#iefix') format('embedded-opentype'), local('Roboto Medium'), local('Roboto-500'), url('../fonts/Roboto-500/Roboto-500.woff2') format('woff2'), url('../fonts/Roboto-500/Roboto-500.woff') format('woff'), url('../fonts/Roboto-500/Roboto-500.ttf') format('truetype'), url('../fonts/Roboto-500/Roboto-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Roboto-700/Roboto-700.eot');
    src: url('../fonts/Roboto-700/Roboto-700.eot?#iefix') format('embedded-opentype'), local('Roboto Bold'), local('Roboto-700'), url('../fonts/Roboto-700/Roboto-700.woff2') format('woff2'), url('../fonts/Roboto-700/Roboto-700.woff') format('woff'), url('../fonts/Roboto-700/Roboto-700.ttf') format('truetype'), url('../fonts/Roboto-700/Roboto-700.svg#Roboto') format('svg');
}

body {
    font-family: OpenSans, Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: normal;
    font-style: normal;
    background-color: #CFD8DC;
}

a {
    color: #000;
    text-decoration: none;
}

.col-sm-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

* /
/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.cmp {
    display: inline-block;
    width: 50%;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */


/*    .row.content {
        height: 150px
    } */


/* Set gray background color and 100% height */


/* .sidenav {
    padding-top: 10px;
    padding-left: 0px;
    /* background-color: #8a99a8; */


/* height: 100%;
    align-content: center;
} */


/* Set black background color, white text and some padding */

footer {
    background-color: #8090A0;
    color: black;
    padding: 0px;
    margin: 0px;
    text-align: right;
}


/* @font-face {
  font-family: 'Glyphicons Halflings';
  src: local('Glyphicons Halflings'), url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
} */

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after,
.gsc-inline-block {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.pnl {
    margin-bottom: 10px;
    background-color: #F5F5F5;
    border: 0px solid #738488;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 10px #9E9E9E;
    box-shadow: 5px 5px 10px #9E9E9E;
}

.panel-primary>.panel-heading {
    color: #fff;
    padding: 10px;
    background-color: #7F92A2;
    border-color: #800000;
    border-radius: 3px 3px 0px 0px;
}

.panel-body {
    background-image: none;
    text-align: left;
    padding: 5px;
    margin: 0px;
    border: 0;
    width: 100%;
    height: 100%;
    */
}

.page-header {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #7F92A2;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 49px;
}


/*.container-canvas {
        margin-right: auto;
        margin-left: auto;
        width: 800px; 
    } */

#pnl1 {
    margin-bottom: 20px;
    background-color: #93A7AB;
    /* border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px #9E9E9E;
    box-shadow: 5px 5px 15px #9E9E9E; */
}

#pnl2 {
    padding: 8px;
    margin-bottom: 0px;
    background-color: #B0B8C0;
    border: 0px solid #001884;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #78909C;
    box-shadow: 0px 0px 10px 1px #838E99 inset;
}

#pnl3 {
    margin-bottom: 10px;
    background-color: #F5F5F5;
    border: 0px solid #738488;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 10px #9E9E9E;
    box-shadow: 5px 5px 5px #9E9E9E;
}

#pnl4 {
    min-height: 150px;
    margin-bottom: 20px;
    background-color: #F8F7FF;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #78909C;
    box-shadow: 0px 0px 10px 2px #78909C;
}

#pnl5 {
    padding: 10px; margin: 0px;
    background-color: #F8F7FF;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #78909C;
    box-shadow: 0px 0px 10px 2px #78909C;
}

#nws {
    padding-top: 15px;
    margin-bottom: 15px;
    background-color: #F8F7FF;
    border: 0px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #78909C;
    /* box-shadow: 5px 5px 15px #9E9E9E; */
    box-shadow: 0px 0px 10px 2px #78909C;
}


*/ .modal .modal-dialog {
    width: 800px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.modal-open .modal,
a:focus {
    outline: none !important;
}

h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: white 0.1em 0.1em 0.2em;
}

#myCarousel .carousel-caption {}

.carousel-control {
    top: 50%;
    color: #000;
    bottom: auto;
    /* padding-top:1px; */
    width: 50px;
    /* height:36px; */
    opacity: 1;
}

.carousel-control:hover {
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control:focus {
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators li {
    background-color: #999;
    background-color: rgba(70, 70, 70, .25);
}

.carousel-indicators .active {
    background-color: #8090A0;
}

.glyphicon.glyphicon-chevron-left {
    font-size: 20px;
}

.glyphicon.glyphicon-chevron-right {
    font-size: 20px;
}


/* begin styles for RSS Feed */

.rss-box {
    margin: 5px;
    padding-left: 10px;
    height: 100%;
    /* width: 100%; 
	background-color: #ffe;
	border: 1px solid silver; */
}

.rss-items {
    margin-top: 10px;
    padding: 10px 5px;
    /*padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px; */
    margin-right: 0px;
    margin-left: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.rss-item {
    color: #0000aa;
    font-size: 9pt;
    font-style: normal;
    font-weight: 600;
    list-style: none;
    padding-bottom: 0.5em;
}

.rss-item a {
    color: #000;
    font-size: 10.5pt;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    padding: 0px;
    /* text-shadow: #fff 1px 1px 2px; */
}

.rss-item a:hover {
    color: #671100;
}

.rss-item a:visited {
    color: #800044;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: auto;
        padding-left: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        position: relative;
        min-height: 1px;
        /* padding-right: 15px;
        padding-left: 15px; */
    }
    .rss-box {
        padding-left: 5px;
    }
    .rss-item {
        font-size: 2pt;
        color: #F0F0F0;
    }
    .rss-item a {
        font-size: 10pt;
        font-weight: 600;
        padding: 0px;
        color: blue;
    }

    h2 {
        font-size: 20px;
        white-space: normal;
        line-height: normal;
    }
    footer {
        font-size: 8pt;
        margin-top: 15px;
    }
}

.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #F8F7FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    /* box-shadow: 0 0 2px #999; */
    box-shadow: 0px 0px 10px 2px #78909C;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: -webkit-center;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    /* height: auto !important; */
    height: 80px !important;
}

/* .text-left {
    text-align: -webkit-center;
} */

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
