@charset "utf-8";
/* CSS Custom */


/*full width pages*/
.container-fluid.fullwidth{
    padding-left:0px;
    padding-right:0px;
}
.container-fluid.fullwidth section > .row{
    margin-left:0px;
    margin-right:0px;
}
.container-fluid.fullwidth .lcol12, .container-fluid.fullwidth .lcol8, .container-fluid.fullwidth .lcol3, .container-fluid.fullwidth .lcol4{
    padding-left: 0px;
    padding-right:0px;
}
.container-fluid.fullwidth .widget-1,.container-fluid.fullwidth .widget-2, .container-fluid.fullwidth .widget-23, .container-fluid.fullwidth .widget-3, .container-fluid.fullwidth .widget-4{
    margin-top:0px;
    margin-bottom:0px;
}   
.navbar{ margin-bottom:0px;border-radius: 0px;}
@media all {
.navbar {
    border-radius: 0px!important;
  }
}
li.dropdown{
	padding-right: 10px;
}
footer{
	min-height: 300px;
	background-color: #504E4E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #534D48;
    position:relative;
}


/*background colors for test*/
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6{}
.bg-1{
	background-color: #F3F3F3;
}
.bg-2{
	background-color: #DFDFDF;
}
.bg-3{
	background-color: #D1D1D1;
}
.bg-4{
	background-color: #C4C4C4;
}
.bg-5{
	background-color: #B6B6B6;
}
.bg-6{
	background-color: #A3A3A3;
}
.margin-right{margin-right: 20px}
/*Main content container*/
#content-outer{
    position:relative;
}
/*Images in containers, max width */
td img {
    max-width:100%;
}
/*Links in table headers*/
th a:link{
    color:#FFFFFF;
}
/*widgets*/
.widget-1, .widget-2, .widget-3, .widget-4, .widget-23{
	border: 1px solid #8F8F8F;border-radius: 5px;
	float: left;
	/*overflow-x: hidden;*/
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
.widget-noboarder{border: none!important;}
.widget-margin{margin-left:2.3333%;}
.widget-margin:first-child{margin-left: 0px!important;}
/*.c1, .c2, .c3, .c4, .c5{padding-left: 0px!important;}*/

.widget-1{width: 100%;}
.widget-2{width: 47.666%;}
.widget-3{width: 31.7%;}
.widget-4{width: 23.252525%;}
.widget-23{width: 63.62%;}

.widget-1.widget-noboarder{
    padding: 0px;
}
@media (min-width:992px) and (max-width:1199px){
    .widget-4.widget-margin{
        margin-left:1.5%;
    }
    .widget-4{
        width:23.125%;
    }
}
@media (max-width: 480px){
.widget-2, .widget-3, .widget-4, .widget-23{width: 100%;}
.widget-margin{margin-left: 0;}
}

.widget-image{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
@media (max-width: 480px){
.widget-mobile-0{ display:none;}	
}
@media (min-width: 481px) and (max-width: 992px) {
.widget-tablet-0{ display:none;}
}
@media (min-width: 993px) and (max-width: 1199px) {
.widget-notebook-0{ display:none;}
}
@media (min-width: 1200px) {
.widget-desktop-0{ display:none;}
}
@media (min-width: 1200px){
.container .widget-4{
width:22.435897%;
}
.container .widget-3{
width:    
}
}

.widget_title, .widget-title{
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #666;
}

.widget_title span[class^="icon-"], .widget-title span[class^="icon-"]{
    font-size:1.3em;
}

/*Generic Loading Overlay*/
#fc-loading-overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:#000000;
    opacity: 0.4;
    filter:alpha(opacity=40);
    z-index:9000;
}

#fc-loading-img{
    display:block;
    width:48px;
    height:48px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-24px;
    margin-left:-24px;
    z-index:9001;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    border-radius:4px;
    padding:10px;
}

#fc-loading-msg{
    display:block;
    width:300px;
    height:150px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-150px;
    z-index:9001;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    border-radius:4px;
    padding:20px;
    text-align:center;
    font-size:16px;
    line-height:16px;
}

#fc-loading-msg img{
    width:48px;
    height:48px;
    border:0px;
    position:absolute;
    left: 126px;
    bottom:20px;
}

/*Modals*/
.modal-dialog{
    z-index:1500;
}

.modal.modal-middle {
  text-align: center;
  padding: 0!important;
}

.modal.modal-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal.modal-middle .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*Yellow Edit Button*/
#editbutton{
    position:absolute;
    top:7px;
    right:5px;
    z-index:100;
}

/*Layout selector*/
#layout_popup_body{
    overflow:hidden;
}
.layout-box{
    width:94px;
    height:94px;
    float:left;
    text-align:center;
    padding-top:5px;
}

.layout-box span{
    width:78px;
    height:78px;
    font-size:78px;
}

.layout-box.active{
    color:#990000;

}
.clickable{
    cursor:pointer;
}

/*Login Popup*/
.login-forgot-account {
float: left;
text-align: left;
font-weight: normal;
top: -9px;
position: relative;
}

div.login-social div.login-social-divider {
border-right: 1px solid #DDD;
}

div.login-social div.login-social-buttons {
text-align: center;
}
/*Carousel
.carousel-inner > .next, .carousel-inner > .prev{
	position: relative!important;
}*/
.carousel-inner > .item > img{
	margin-right: auto;
	margin-left: auto;	
}

.centered{
    text-align:center;
}

.rightaligned{
    text-align:right;
}

.leftaligned{
    text-align:left;
}
/*menu icons*/
.myaccount_shortcut_box{text-align: center;}
.myaccount_shortcut_icon_box{
	margin-right: auto;
	margin-left: auto;
}
.myaccount_shortcut_icon_box:hover{
	border-radius: 4px;
	
}
.myaccount_shortcut_icon  [class^="icon-"], .myaccount_shortcut_icon_box [class*=" icon-"], .myaccount_shortcut_icon_box  [class^="icon-"]{
	font-size: 5em; /*color:#FFF!important;*/
  /*background-color: lightgrey;
  padding: 15px 15px;
  border-radius: 50%;*/
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
}

[class^="icon-"]:hover, [class*=" icon-"]:hover, .icon:hover{
	color: #666666;
	text-decoration: none!important;
}
.myaccount_shortcut_name{
	font-weight: bold;
	padding-top: 5px;
	/*display: block;*/
	text-align: center;
	margin-bottom: 20px;
}

/*progress bar*/
.progress-bar-control { 
    height: 24px;  /* Can be anything */
    position: relative;
    margin: 20px 0 0px 0;
    background: #555;
    
    background-color: #555;
    background-image: -moz-linear-gradient(top, #555, #e3e3e3);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555),color-stop(1, #e3e3e3));
    background-image: -webkit-linear-gradient(#555, #e3e3e3); 
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(0,0,05,0.3);
    box-shadow        : inset 0 -1px 10px rgba(0,0,0,0.7);
}
.progress-bar-control > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
           border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
     -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
         border-bottom-left-radius: 5px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(43,194,83)),
    color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
    );
    -webkit-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.progress-bar-control > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	       -moz-border-radius-topright: 5px;
	    -moz-border-radius-bottomright: 5px;
	           border-top-right-radius: 5px;
	        border-bottom-right-radius: 5px;
	    -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	        -moz-border-radius-topleft: 5px;
	     -moz-border-radius-bottomleft: 5px;
	            border-top-left-radius: 5px;
	         border-bottom-left-radius: 5px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 10px 10px;
    }
}
				
.progress-bar-nostripes > span > span, .progress-bar-nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.progress-bar-marks{
    padding:2px;
    position:relative;
    height:10px;
    margin-top:2px;
}

.progress-bar-mark-zero{
    position:absolute;
    left:2px;
    top:0px;
    height:10px;
    width:1px;
    border-left: 2px solid #555;
}

.progress-bar-mark-quarter{
    position:absolute;
    left:25%;
    top:0px;
    height:5px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-half{
    position:absolute;
    left:50%;
    top:0px;
    height:10px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-threequarter{
    position:absolute;
    left:75%;
    top:0px;
    height:5px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-total{
    position:absolute;
    right:2px;
    top:0px;
    height:10px;
    width:1px;
    border-left:2px solid #555;
}

.bigger{
    font-size:1.2em;
}
.page-header{margin-top: 0px!important;
margin-bottom: 20px!important;
padding-bottom: 0px!important;}
.calendar-form-img{
	background: url(images/calendar-small.png) no-repeat;
	height: 30px;
    float: left!important;
	width: 30px;
	cursor:pointer; 
    display:block;
}
.calendar-form-img-side{
	/*float: right;*/
	margin-top: 0px;
}
.calendar-form-img-inline{
	background: url(images/calendar-small.png) no-repeat;
	height: 30px;
	width: 30px;
    vertical-align:bottom;
	cursor:pointer; 
    display:inline-block;
}
.well .calendar-form-img-side {margin-right: 6px!important;margin-left: 0px!important;}
.calendar-form-img:hover{background: url(images/calendar-small-hover.png) no-repeat;}
.tooltip {
	line-height: 16px; 
}
input[type="file"]{
	background: none!important;
	border:none!important;
	box-shadow:none!important;
}
form {margin: 0 0 23px;}
.nopadding-right{
    margin-right:-20px !important;
}
#box_container{
	border: 1px none #8F8F8F;
	border-radius: 50px 0px 50px 0px;
	-moz-border-radius: 50px 0px 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #EEEEEE;
    position:relative;
}
.box_image{border-radius: 50px 50px 50px 50px;
	position:absolute;
    top:0px;
    left:0px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;padding: 20px;
}

.box_image span{
	font-size: 6em;
	/*border-radius: 50px 50px 50px 50px;
	background-color: #C3C3C3;*/
	color: #FFF;	
}
.box_title{
	font-weight: bold;
	color: #000;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.box_txt{
	float: left;
	padding: 20px;
    /*width:70%;*/
}
.floating_title {
    float: right;
    width: 120px;
    margin-top: -55px;
    text-align: right;
}
.floating_title_xl{
    width:200px;
}
.floating_title_xxl{
    width:250px;
}
.floating_title_xxxl{
    width:300px;
}
.floating_title_xxxxl{
    width:350px;
}
.floating_title_xxxxxl{
    width:400px;
}
.floating_title_upper{
    margin-top:-100px !important;
}
#met_frmacct_password{
	float: right;
	margin-top: 5px;
}
.centered a{
	text-decoration: none!important;
}
.help-icon{
	display:inline-block;
	line-height: 23px;
    vertical-align: text-top;
	width:23px;
	height:23px;
	background: url(images/help.png) no-repeat center center;}
.help-icon:hover{
	background: url(images/help-over.png) no-repeat center center;
}
.required{color: #a94442;}
.widget_small{
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: lighter;
}
#editbutton-footer{
	position: absolute;
	bottom:0px;
    right:0px;
}


/*introductory paragraph, instructions paragraph*/
.instructions_text{
}

/*Instructions Pages*/

h4.instructions_block_title{
  margin-top:2px;
  margin-bottom:5px;    
}

div.instructions_page_block{
    overflow:hidden;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:10px;
}

div.instructions_page_top{
    min-height:140px;
    overflow:hidden;
}

div.instructions_page_bottom{
    
}

div.instructions_page_icon{
    width:190px;
    height:110px;
    float:left;
    margin-right:10px;
    padding-bottom:10px;
}

.clear{
    clear:both;
}
h3 [class^="icon-"], h3 [class*=" icon-"] {
	font-size: 1.6em;
	vertical-align: text-bottom;
}
#subtitle{
	float: left;
	margin-top: -30px;
}
/*For a white btn, to use in bootstrap-select drop downs*/
.btn-white{
    background-color:#FFFFFF !important;
    background-image:none !important;border: 1px solid #cccccc!important;
border-radius: 5px!important;
}

.btn-primary [class^="icon-"], .btn-primary [class*=" icon-"], .btn-success [class^="icon-"], .btn-success [class*=" icon-"], .btn-danger [class^="icon-"], .btn-danger [class*=" icon-"], .btn-warning [class^="icon-"], .btn-warning [class*=" icon-"]{
	color: #FFF;
}
.btn-primary [class^="icon-"]:hover, .btn-primary [class*=" icon-"]:hover, .btn-success [class^="icon-"]:hover, .btn-success [class*=" icon-"]:hover, .btn-danger [class^="icon-"]:hover, .btn-danger [class*=" icon-"]:hover, .btn-warning [class^="icon-"]:hover, .btn-warning [class*=" icon-"]:hover{
	color: #FFF!important;    
}

.avatar_list{
    width: 75px;
    border:1px solid black;
}
.flags_widget{
	text-align: center;
}
.animation-hidden{
    opacity:0;
    filter:alpha(opacity=0);
}
.animation-visible{
    opacity:1;
    filter:alpha(opacity=100);
}
.alert-icon{
    float:left;
    width:30px;
    height:30px;
    font-size:30px;
    line-height:30px;
    margin-top:20px;
    margin-right:20px;
}

.alert-icon [class^="icon-"], .alert-icon [class*=" icon-"]{
    width:30px;
    height:30px;
    font-size:30px;
}

.inline-alert{
    padding:20px;
}

.widget_button{
	font-size: 90%;
	line-height: 120%;
}

.panel-help h4.panel-title{
    font-size:1.1em;
    text-align:left;
}

h3.nomargintop{
    margin-top:0px;
}

.nopadding{
    padding-left:0px !important;
    padding-right:0px !important;
}

.image-thumbnail-right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    width:140px;
}

/*Fixed width buttons*/
.btn-fixed-25{
    width:25%;
}
.btn-fixed-20{
    width:20%;
}

.form-control-adjust{
    padding-top:7px;
}

.flist .form-group{
    margin-bottom:5px;    
}

.flist .form-control-static{
    min-height:38px;
}

.discontinued{
    color: #CCCCCC !important;
}

/*parallax background animations*/
.parallax-block{
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
    clear:both;
}

.text-gray, .text-off{
    color: #ADADAD;
}

.myaccount_shortcut_box.text-gray *,  .myaccount_shortcut_box.text-gray .myaccount_shortcut_icon_box:hover,
.myaccount_shortcut_box.text-gray [class^="icon-"]:hover, .myaccount_shortcut_box.text-gray [class*=" icon-"]:hover {
    color: #ADADAD !important;
} 

.highlighted{
    background-color:#E9C7C7 !important;
}

.done{
    background-color: #d3e5b9 !important;
}

textarea.tall{
    min-height:200px !important;
}

textarea.xtall{
    min-height:300px !important;
}
/*Login new*/
.modal-header {
	padding: 15px;
	min-height: 16.42857143px;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: none !important;
}
.login-social-divider{
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #DADADA;
}
#or {
	position: absolute;
	top: 50%;
	left: -2.5em;
	/*left: -.9em;*/
	letter-spacing: 1px;
	color: #DADADA;
	font-weight: bold;
	background-color: #FFF;
	font-size: 120%;
}
.icon-mail{
	margin-right: 10px; opacity: 0.5;
	width: 110%;
    height: 110%;
}

#new, .login-forgot-account {
	letter-spacing: 1px;
	color: #666666;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.remember.checkbox{
	margin-top: 30px;
	margin-bottom: -10px;
}
#loginhome .btn-primary, #loginhome-1 .btn-primary {border-color: #ccc;text-align: left;
	padding-left: 20px;}
#loginhome.modal-content a, #loginhome-1.modal-content a{
	color: #ffffff;opacity: 0.7;
	text-decoration: underline;
}
#loginhome.modal-content a:hover, #loginhome-1.modal-content a:hover{
	color: #ffffff; opacity: 1;
	text-decoration: underline;
}

img.fullwidth{
    width:100%;
}

.scrollable-dropdown-menu{
    max-height:180px;
    height:auto;
    overflow-x:hidden;
}

/*callaction*/

.callaction-form{
    position:relative;
}
.callaction-fixed{
    position:absolute;
    top: 50%;
    left:50%;
    width:525px;
    margin-left:-262px;
    margin-top:-120px;
    text-align:center;
}
.callaction-fixed-title{
    font-size:1.8em;
    font-weight:bold;
    line-height:1.7em;
    color:#FFFFFF;
}
.callaction-fixed-subtitle{
    font-size:1.1em;
    line-height:1.3em;
    color:#FFFFFF;
}
.callaction-fixed-form{
    padding:10px;
    background-color:transparent;
    margin-top:10px;
}
.callaction-fixed-form form{
    margin:0px;
}
.callaction-fixed-form input.callaction-text{
    padding-top:16px;
    padding-bottom:16px;
    padding-left:22px;
    padding-right:22px;
    height:66px;
}
.callaction-fixed-form button{
    padding-top:16px;
    padding-bottom:16px;
    padding-left:22px;
    padding-right:22px;
}
@media (min-width: 768px){
    .callaction-fixed-form .callaction-text{
        width:350px !important;
    }
}

@media (max-width:767px){
    .callaction-fixed{
        position:absolute;
        top: 50%;
        left:50%;
        width:320px;
        margin-left:-160px;
        margin-top:-130px;
        text-align:center;
    }
    .callaction-fixed-form .callaction-text{
        width:300px !important;
    }
}
/*callaction end*/

/*ads*/
.ads_thumb{
    max-height:80px;
}

.ads_image{
    max-height:200px;
}
/*end ads*/

/*full footer*/
.elements-full-footer-widget{
    overflow:hidden;
}

.elements-full-footer-widget .social-icons{float:left; line-height: 1.8em; 
}

.elements-full-footer-widget .social-icons [class^="icon-"], .elements-full-footer-widget .social-icons [class*=" icon-"]{
	color:#ffffff;
	width: 1.3em;
	height: 1.3em;
	font-size: 1.3em;
    line-height:1.3em;
	background-color: transparent;
    padding:5px;
    border:1px solid #ffffff;
	-moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.elements-full-footer-widget .social-icons-mobile{
	float: left;
	margin-top: 20px;
}
.elements-full-footer-widget .social-icons-mobile [class^="icon-"], .elements-full-footer-widget .social-icons-mobile [class*=" icon-"]{
	/*color:#EEEEEE;*/
	width: 3em;
	height: 3em;
	font-size: 3em;
	background-color: #fff;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
.elements-full-footer-widget .footer-links-mobile{
	width: 60%;
	float: left;
	
}
.elements-full-footer-widget h4{
    color:#ffffff;
}

.elements-full-footer-widget a{ color: #Fff;}

.elements-full-footer-widget a:hover{
    color:#ffffff;
    text-decoration: underline;
}


.elements-full-footer-widget.footer-copyright{
    text-align:left;
    font-size:0.8em;
}
.elements-full-footer-widget.footer-copyright a{
    
}

.elements-full-footer-widget .social-icons a:hover{
    text-decoration: none;
}

.elements-full-footer-widget.footer-copyright{
    margin-bottom:30px;
    margin-top:20px;
}
/*end full footer*/