@charset "utf-8";
body {
    background: #2B4E71;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    color: #292d30;
}
.wrapper {
    position: relative;
}
.wrapper::before, .wrapper::after {
    content: "";
    display: table;
    line-height: 0;
}
.wrapper::after {
    clear: both;
}
.container::before, .container::after {
    content: "";
    display: table;
    line-height: 0;
}
.container::after {
    clear: both;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.footer-wrapper {
    background: #f4f4f4 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}
.header-wrapper {
    background: #2B4E71 none repeat scroll 0 0;
    height: 80px;
    padding: 10px 0;
}
.cmf-top {
    display: inline-block;
}
.cmf-top a, .cmf-top div {
    float: left;
}
.cmf-top div.stat-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 210%;
    font-weight: 300;
    text-transform: uppercase;
}
.cmf-top a.cmf-logo {
    background: rgba(0, 0, 0, 0) url("../images/logo-cmf.png") no-repeat scroll 0 0 / 100% auto;
    height: 31px;
    margin: 7px 7px 0 0;
    width: 67px;
}
a.cmf-logo-left {
    background: rgba(0, 0, 0, 0) url("../images/logo-cmf.png") no-repeat scroll 0 0 / 100% auto;
    float: left;
    height: 31px;
    margin: 7px 7px 0 0;
    width: 67px;
}
.cmf-top div.stat-devider {
    background: rgba(0, 0, 0, 0) url("../images/devider.png") no-repeat scroll 0 0;
    height: 32px;
    margin: 5px 5px 0;
    width: 14px;
}
.cmf-top div.stat-date {
    color: rgba(255, 255, 255, 1);
    font-size: 210%;
    font-weight: 300;
}
.cmf-top div.stat-date sup {
    font-size: 60%;
    font-weight: 300;
}
.tab-wrapper {
    padding: 0;
}
.tab-header {
    border-bottom: 0 solid #fbab32;
}
.tab-header ul.nav {
    text-align: center;
}
.tab-header ul li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding: 0 15px;
}
.tab-header ul li a {
    color: #575757;
    display: inline-block;
	text-align: center;
}
.tab-header ul li a:after {
    background: #fbab32 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: none;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.tab-header ul li.active a:after {
    display: block;
}
.tab-header ul li a span {
    display: block;
}
.tab-header ul li a span.highlight {
    display: block;
    float: none;
    font-size: 140%;
    font-weight: 600;
    line-height: 90%;
    padding: 37px 0 0;
}
.tab-header ul li a span.brk {
    display: block;
    float: none;
    font-size: 180%;
    font-weight: 300;
    line-height: 90%;
    padding: 0;
}
.tab-header ul li a span {
    line-height: 115%;
    padding: 5px 0 0 2px;
}
.tab-header ul li a span.number {
    color: #494949;
    font-size: 300%;
    font-weight: 300;
    line-height: 100%;
    padding: 0;
}
.tab-header ul li:hover a, .tab-header ul li:hover a span.number {
    color: #2B4E71;
}
.today-info li {
    border-bottom: 1px solid #f57079;
    padding: 12px 0;
    position: relative;
}
.tab-body ul.today-info {
    margin-left: 0;
}
.tab-body ul.today-info li:last-child {
    border-bottom: 0 none;
}
.tab-body ul.site-list {
    margin-left: -1%;
}
.tab-body ul.site-list li {
	margin: 15px 0 15px 4%;
	position: relative;
	padding-bottom: 15px;
}
.tab-body ol.site-sublist li {
	border-bottom: 1px solid #767676;
}
.tab-body ul.site-list li:last-child{
	border-bottom:0px;
}
.tab-body ul.site-list li span {
    background: #192E44 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    height: 32px;
    left: -38px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 32px;
}
.tab-body ul ul {
    padding-top: 2px;
}
.tab-body ul ul li {
    border: 0 none;
    padding: 2px 0 !important;
}
.tab-body ul ul li::after {
    display: none;
}
.tab-body ul li a {
    color: #f0522f;
    display: inline-block;
}
.tab-body ul li a:hover {
    text-decoration: underline;
}
.tab-body ul li a.link {
    background-size: 100% auto !important;
    font-size: 1px;
    height: 15px;
    margin-left: 5px;
    opacity: 0.7;
    overflow: hidden;
    text-indent: -200px;
    width: 13px;
}
.tab-body ul li a.link.demo-link {
    background: rgba(0, 0, 0, 0) url("../images/demo-icon.png") no-repeat scroll 0 2px;
    margin-left: 15px;
}
.tab-body ul li a.link.dev-link {
    background: rgba(0, 0, 0, 0) url("../images/link-icon.png") no-repeat scroll 0 2px;
}
.tab-body ul li a.link:hover {
    opacity: 1;
}
.tab-top-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0 30px;
}
.tab-bottom-wrapper {
    background: #2B4E71 none repeat scroll 0 0;
    padding: 25px 0 50px;
}
h2.title {
    color: #faae3d;
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: uppercase;
}
span.stat {
    color: #d9d9dc;
    font-size: 300%;
    font-weight: 300;
    line-height: 100%;
    padding: 5px 15px 0 0;
    position: absolute;
}
span.stat.number-prev-week {
    background: rgba(0, 0, 0, 0) url("../images/ico-prev-week.png") no-repeat scroll right top;
    top: 0;
	display:none;
}
span.stat.number-next-week {
    background: rgba(0, 0, 0, 0) url("../images/ico-next-week.png") no-repeat scroll right top;
    bottom: -10px;
}
span.stat.hidden {
    visibility: hidden;
}
.help-index {
    bottom: -55px;
    color: #000;
    font-size: 85%;
    left: 0;
    position: absolute;
}
.help-index span {
    display: inline-block;
    margin-right: 40px;
    padding-left: 15px;
}
.ico-star {
    background: rgba(0, 0, 0, 0) url("../images/ico-star.png") no-repeat scroll 0 4px;
}
.ico-has {
    background: rgba(0, 0, 0, 0) url("../images/ico-has.png") no-repeat scroll 0 3px;
}
#search_criteria {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll left top;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.1);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 10px 5px 55px;
    width: 70%;
	border-bottom: 1px solid #767676;
}
#search_criteria:focus, #search_criteria:focus:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: medium none;
}
#reset {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 10px 25px;
}
input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}
input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}
.info-loop{ padding:50px 0 0 0;}
.tab-content {
    margin-bottom: 20px;
}
.viewall{    
    margin-top: 20px;
    float: left;
    background: #faae3d;
    padding: 5px 10px;
}
.viewall:hover{    
    background: #FAADB2;
}
.tab-body ul.site-list li span.fileinfo, .tab-body ul.site-list li span.fileinfo > span{
	position: relative;
	background-color: transparent;
	width: auto;
	left: auto;
	height: auto;
	top: auto;
}
.fileinfo {
    padding: 0 3px 0 7px;
    border-radius: 1px;
    display: inline-block;
}
.fileinfo small {
    display: inline-block;
}
.file-icon {
    color: #E2574C !important;
    font-size: 80%;
    text-transform: uppercase;
    display: inline-block;
	padding: 0 3px 0 7px;
}
.file-icon i {
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-size: 90% !important;
    margin-bottom: 0 !important;
}
.tab-body ul li[class*="docid-"] a{
	color:#fff;
}
.weekly-activities h2{
	font-size: 1.1rem;
	color:#EA344D;
	font-weight: 600;
}
.tab-body ul li[class*="docid-"] h2 a{
	color:#EA344D;
}
.tab-body ul.site-list li h2 span{
	color:#EA344D;
}
.weekly-activities h3{
	font-size: 1.05rem;
}
.header__logo {
    float: left;
}
.header__logo a {
    display: inline-block;
}
.ne-logo img {
    height: 60px;
}
.site-logo img {
    margin-top: 4px;
    height: 55px;
}
.cmf-top {
    width: 75%;
    text-align: center;
	padding: 10px 0;
}
.cmf-top > div {
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.header__logo__right {
    float: right;
}
.niclogo img {
    height: 52px;
    background-color: #fff;
	margin-right: 5px;
}
.uxdtlogo img {
    height: 52px;
    background-color: #fff;
}
ol.site-sublist {
    list-style-type: none;
}
.tab-body ol.site-sublist li {
    margin: 15px 0 15px 2%;
}
.hbtn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px 8px;
    margin: 0 3px 6px 3px;
    text-align: center;
    border: solid 2px #ffffff;
    text-decoration: none;
    color: #fff !important;
    white-space: nowrap;
    z-index: 0;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #767676;
	float:right;
}
.hb-fill-right-bg:hover {
    color: #2b4e71 !important;
    background: #fff;
    transition: all 0.3s ease;
}
.hbtn.hb-fill-right-bg:before {
    position: absolute;
    content: '';
    background: #fff;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
}
.hbtn.hb-fill-right-bg:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}