﻿.homelink {
    display: inline-block; 
    height: 34px; 
    border-right: 2px solid #AAB7C2;
}
.homelogo {
    height: 25px; 
    padding-right: 16px;
}
.sglink{
    text-decoration: none;
    color: #666666;
    font-size: 20px;
    font-weight: 300;
    font: Roboto;
    position: absolute;
    bottom: 3px;
    left: 155px;
}
#FMphone{
    font-weight: 700;
}
.navbar {
    border-bottom: 7px solid #457BBE;
	height:10vh;
	min-height: 57px;
	
}
.navbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
    vertical-align: middle;
}
.navbar ul > li {
    height: 34px;
    vertical-align: middle;
    display: table-cell;
}
.navbar ul > li:not(:last-child) {
    padding-right: 40px;
}
.navbar ul > li i {
    vertical-align: middle;
}

#adminpopup {
    display: none;
    box-sizing: border-box;
    position: absolute;
    border-top: 7px solid #009CE0;
    width: 325px;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px #616D77;
    top: 102px;
    right: 250px;
    z-index: 5;
}

.app-icon {
    height: 50px;
}
#adminpopup:before {
    box-sizing: border-box;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent #009CE0 transparent;
    position: absolute;
    top: -35px;
    right: 30px;
}

.down-arrow:after {
    box-sizing: border-box;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #A53F4A transparent transparent transparent;
    position: absolute;
    top: 63px;
    right: 374px;
}

.tagline {
    font-size: 24px;
    font-weight: 100;
    color: #457BBE;
    line-height: 27px;
}
#marketing-frame {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 1157px;
    overflow: hidden;
}

.login-container {
    width: 440px !important;
    position: relative;
    top: 73px;
    left: calc(50vw - 50px);
    margin-top: 50px;
    margin-right: -50vw;
    margin-bottom: 70px;
    /* margin-left: 500px; */
    transform: translate(-50%,0);
}

.login-container-content{
	border-radius: 10px;
}
.login-content,
.locked-alert-content {
    box-sizing: border-box;
    width: 440px !important;
    padding: 20px 40px;
    min-height: 263px;
	border-radius: 4%;
}

.login-content-header{
    box-sizing: border-box;
    width: 440px !important;
    padding: 20px 40px;
    min-height: 26px;
	text-align: center;
    font-size: 20px;
	border-bottom: 1px solid #25BBEF;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.login-content-header-icon{
	box-sizing: border-box;
}

.login-alert-content{
    box-sizing: border-box;
    width: 440px !important;
    min-height: 67px;
    padding: 15px 40px;
    background-color: #A53F4A;
    border: 1px solid #DC3232;
    color: #FFF;
    font-size: 12px;
}

.locked-alert-content{
    padding: 40px;
    background-color: #A53F4A;
    border: 1px solid #DC3232;
    color: #FFF;
    font-size: 14px;
}
.locked-alert-content .ic-lock {
    margin-right: 12px; 
    display: inline-block; 
    font-size: 1.875rem; 
    line-height: 1; 
    vertical-align: middle;
}

#disabled {
    position: absolute; 
    width: 360px; 
    height:42px; 
    background-color:#FFF; 
    opacity: 0;
}

.form-label {
    padding-bottom: 5px;
}

.public-content {
    padding: 20px 0px;
}

.app-header {
    margin-top: 10px; 
    margin-bottom: 12px; 
    font-size: 19px; 
    color: #666666; 
    font-weight: 300;
}

.app-subheader {
    margin-bottom: 0;
    font-size: 13px;
    color: #616d77;
    font-weight: 400;
}

.container .public-content .row:not(:last-child) {
    padding-bottom: 15px;
}

.color-white {
    color: #FFF;
}
.color-lightblue {
text-decoration: none;
    color: #A2DCF3;
}
.ic-help,
.ic-help:hover {
    font-size: 16px;
    line-height: 16px;
}

.lightbulb {
    width: 200px;
}

.erroricon {
    float:left; 
    margin-right: 10px;
    margin-top: 2px;
}

.noPermMessage {
    padding: 10px 50px 20px 50px;
    margin-left: -50px;
    margin-right: -50px;
    color: #FFF;
}

.freddie-num {
    font-weight: 700;
}

[name=username] {
    padding-left: 50px;
    background: #FFF url("../images/ic-profile-glb.svg") no-repeat 20px center;
}
[name=password] {
    padding-left: 50px;
    background: #FFF url("../images/ic-lock-glb.svg") no-repeat 20px center;
}

.tabbedLeft {
    padding-left: 75px;
}

.contact-table {
    margin-top: 20px; 
    border: 0;
}
.contact-table:not(:last-child) {
    margin-bottom: 30px;
}

.contact-table > thead {
    background-color: transparent !important;
}

.contact-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
}

.contact-table > tbody > tr, 
.contact-table > tfoot > tr {
    border-bottom: none;
}

.contact-table > thead > tr > th,
.contact-table > tbody > tr > td,
.contact-table > tfoot > tr > td {
    color: #00435B;
}

.contact-table > tbody > tr > td > img {
    margin-right: 12px;
    height: 23px;
}

.contact-table > tbody > tr > td > p > img {
    margin-right: 12px;
    height: 23px;
}

.contact-table > tbody > tr:not(:last-child) > td {
    border-bottom: 0;
}

.contact-table .top-divider {
    border-top: 1px dotted #AAB7C3;
}

.contact-table > tbody:nth-child(2) > tr >  td.top-divider{
	border-top: 0 !important;
}


img {
    border: 0px none;
    vertical-align: middle;
}

.hover-brightblue:hover {
    color: #4DD1FF;
}
.hover-white:hover {
text-decoration: underline;
    color: #FFF;
}

.global-header-item {
    margin-left: 7px;
}

.feedback {
    position: fixed;
    top: 366px;
    right: 25px;
    padding: 13.5px 0;
    background-color: #FF970F;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    transform: translate(50%, 50%) rotate(-90deg);
    line-height: 23px;
}

.feedback:hover {
    background-color: #009CE0;
    cursor: pointer;
}
.feedback:hover:after {
    border-color: #4DD1FF transparent transparent #4DD1FF;
}

*::-moz-focus-inner {
    padding: 0;
    border: 0
}

.news-container {
    background-color: #FF970F;
    margin: 0 -50px;
}

.news {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-left: 35px;
    padding-right: 55px;
}

.news-component {
    padding: 14px 0;
}

.news-component.divider {
    border-bottom: 1px solid #E5E7EA;
}

.news .img-container {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 42px;
}

.news img {
    height: 30px;
    margin-right: 40px;
}

.news .text-container {
    display: inline-block;
    width: calc(100% - 74px);
    
}

.news-link,
.locked-link {
    color: inherit;
}

.pageContainer {
    min-height: calc(100% - 133px);
}
.compatible a {
    color: rgba(170, 183, 194, 0.8);
}
.compatible a:visited {
    color: rgba(170, 183, 194, 0.8);
}
.compatible a:hover {
    color: #009CE0;
}

.contact-table > tbody > tr >  td.contact-app-name {
    color: #666666;
    font-weight: 300;
}

.contact-table > tbody > tr >  td > p:first-child.contact-app-name {
    color: #666666;
    font-weight: 300;
    line-height:1.3125;
    padding-top:0px !important;
    padding-bottom:15px !important;
}

.contact-table > tbody > tr >  td > p.contact-app-name {
    color: #666666;
    font-weight: 300;
    line-height:1.3125;
    padding-top:15px;
    padding-bottom:15px;
}

.contact-table > tbody > tr >  td > p:last-child.contact-app-name {
    color: #666666;
    font-weight: 300;
    line-height:1.3125;
    padding-bottom:0px !important;
}


.no-scroll {
    overflow: hidden;
}

.tagline-container {
    width: calc(100% - 447px);
}

/*CAROUSEL STYLES*/

/*.carousel-pane {
    height: 167px;
    position: absolute;
    width: calc(100% - -30px);
}*/
.carousel-control {
/*    position: absolute;
    top: 50%;*/
}
.carousel-control [class^='ic-'] {
    cursor: pointer;
    color:  #00435B;
    font-size: 1.125rem;
    display: inline-block;
    margin: 0 20px; 
}
/*.carousel-control [class^='ic-']:hover {
    color: #009CE0;
}*/
.carousel-control.prev {
    left:   480px;
    -webkit-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
}
.carousel-control.next {
    right:   480px;
    -webkit-transform: translate(25%, -50%);
    -webkit-transform: translate(25%, -50%);
}

.carousel-circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 5px solid rgba(170, 183, 194, 1);
    border-radius:  10px;
    cursor: pointer;
    margin-bottom: 3px;
    color: #8e99a0;
}
.carousel-circle.active {
    /*border-color: #009CE0;*/
    border-color: #00435B;
}
.carousel-circle + .carousel-circle {
    margin-left: 10px;
}
.carousel-article {
    margin-right: 38px;
    height: 100%;
    display: block;
    overflow: hidden;
}
.carousel-image {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.carousel-image img {
    max-height: 100%; 
    max-width: 100%; 
    height: 55px;
    width: 55px;
}
.carousel-left {
    position: relative;
    float: left;
    min-height: 1px;
    height: 100%;
    width: auto;
    margin-right: 20px;
}

.carousel-right {
    position: relative;
    float: left;
    min-height: 1px;
    height: 100%;
    width: 75%;
}

.carousel-message {
    position: relative;
    top: 40%;
    transform: translateY(-30%);
    ms-transform: translateY(-30%);
    webkit-transform: translateY(-30%);
}
.carousel-directive {
    width: calc(100% - 447px);
    background-color:#D5E377; 
    min-height:263px; 
    min-width:650px; 
    padding:20px; 
}

.image-class-one{
    
    background-color: transparent;    
	margin-bottom: -4%;
	margin-left: 43%;
	margin-top:-10%;
	position: absolute;
}
.image-class-one img {
    width: 50%;
    height: 50%;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 25%;
    margin-top: 20%;
}
.image-overlay-one {
    width: 60px;
    height: 60px;
    border: 3px solid #E5E7EA;
	 border-radius: 50%;	 
    overflow:hidden; 
    background-color:#457BBE;
}
.image-overlay-error {
    width: 60px;
    height: 60px;
    border: 3px solid #E5E7EA;
	 border-radius: 50%;	 
    overflow:hidden; 
    background-color:#DC3232;
}
.fixed-header{
        top: 0;
}
.fixed-footer{
	bottom: 0;
	/*height:10vh;*/
	height: 72px;
	/*position:absolute;*/
	width:100%;
	min-height: 57px
} 
.container{
	height:80vh;
} 	
.ping-container{
        min-height: 100%;
        margin-bottom: -72px;
}
.ping-body-container{
	min-height: 650px;
}
.tooltip-text.type-alert.place-bottom.show, .ping-input-label .tooltip-text.type-alert.place-bottom.show, .ping-input-container .tooltip-text.type-alert.place-bottom.show {
    /*margin-left: 270px;*/
    visibility: visible;
    display: inline-flex;
}
.tooltip-text.type-alert.place-bottom, .ping-input-label .tooltip-text.type-alert.place-bottom, .ping-input-container .tooltip-text.type-alert.place-bottom {
    margin-top: 10px;
    /*position: absolute;*/
    left: 0;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    z-index: 999;
    display: none;
    margin-left: 100;
}
.tooltip-text.type-alert, .ping-input-label .tooltip-text.type-alert, .ping-input-container .tooltip-text.type-alert {
    font-size: 9px;
    font-family: Verdana;
    max-width: 350px;
    pointer-events: auto !important;
    text-transform: none;
    white-space: normal;
    font-weight: normal;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #d8dbdc;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 2px 2px 4px 0px #323232;
    -moz-box-shadow: 2px 2px 4px 0px #323232;
    box-shadow: 2px 2px 4px 0px #323232;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px;
    vertical-align: baseline;
    margin: 0;
    text-align: center;
}
.tooltip-text.type-alert.place-bottom:before, .ping-input-label .tooltip-text.type-alert.place-bottom:before, .ping-input-container .tooltip-text.type-alert.place-bottom:before {
    top: -24px;
    border-color: transparent transparent #d8dbdc transparent;
}

.tooltip-text.type-alert.place-bottom:after, .ping-input-label .tooltip-text.type-alert.place-bottom:after, .ping-input-container .tooltip-text.type-alert.place-bottom:after {
    top: -20px;
    border-color: transparent transparent #fff transparent;
}
.tooltip-text.type-alert.place-bottom:before, label .tooltip-text.type-alert.place-bottom:after, .ping-input-label .tooltip-text.type-alert.place-bottom:before, .ping-input-label .tooltip-text.type-alert.place-bottom:after, .ping-input-container .tooltip-text.type-alert.place-bottom:before, .ping-input-container .tooltip-text.type-alert.place-bottom:after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    border-style: solid;
    border-width: 10px;
    /*left: -60px;*/
}
a.password {
	color: #C1E7F7;
	text-decoration: none;
	font-size: 20px;
	font-family: Roboto;
	}
a.password:hover {text-decoration:underline;}
.ping-error {
	height: auto;
	font-size: 16px;
	color: #CF0A2C;
	background-color: #FAE7EA;
	border-radius: 5px;
	padding:10px;
	margin-bottom:15px;
	margin-top:15px;
	}
#left {
		float: left;
		width: 50%;
		height: 100%;
		border-right: 1px solid white;
	}
#leftcenter {
position: relative;	
    top: 50%;
    }
#leftcentericon {
    padding-bottom:15px;
}
#icon-error {
    fill: #DC3232; 
}
#leftcenterpaddingtext {
    padding-top:15px;
    padding-bottom:15px;
    	color: #FFFFFF;
    	text-decoration: none;
    	font-size: 26px;
}
#right {
		float: left;
		width: 50%;
		height:100%;
		border-left: 1px solid white;
}
#righticon {
    width: 0;
    margin: auto;
    padding-right: 30px;
    padding-bottom: 40px;
    width: 60px;
    height: 60px;
    overflow:hidden;
    padding-bottom: 80px;
    }
img.icon {
    width: 60px;
    height: 60px;
    }
#rightform {
        width: 350;
        margin: auto;
    }
#rightformextended {
    width: 450;
    margin: auto;
    }
#rightformextended480 {
    width: 480;
    margin: auto;
    }
.pb20{
padding-bottom: 20px;
}
.fixed-footer2{
	bottom: 0;
	/*height:10vh;*/
	height: 60px;
	/*position:absolute;*/
	width:100%;
	min-height: 60px
} 
.container2{
	height:100%;
} 	
.ping-container2{
        min-height: 100%;
        margin-bottom: -60px;
        background: url('../../../images/fmac/default/bg.png') no-repeat;
        background-size: cover;	
}
#usernameicon{
background-image:url('../../../images/fmac/default/bg.png'); 
background-repeat: no-repeat; 
background-position: 2px 3px;
}
#passwordicon{
background-image:url('../../../images/fmac/default/bg.png'); 
background-repeat: no-repeat; 
background-position: 2px 3px;
}
dontdisplay{
	display:none;
}
#title {
    margin: auto;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
}
#titleerror {
    margin: auto;
    text-align: center;
    font-size: 26px;
    color: #EEABB7;
    font-weight: bold;
}
