.fse-LoginBackground {
  background: url('/login/workspaceBG.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fs-LogoButton {
	top: 14px;
	font-size: 32px;
}

.fs-Title {
	line-height: 24px;
}

.fs-AppsLogo {
	font-size: 148px;
}

.fse-Family img {
	max-width: 72px;
	height: auto;
}

.fse-Family div {
    text-align: center;
}

.fse-Family p {
	margin-top: 6px;	
}

/* esther */

.fs-SectionWhite {
    background-color: #ffffff !important;
    padding-top: 25px;
}

.fs-SectionGrey {
    background-color: #f3f3f3 !important;
    padding-top: 25px;
}

.fs-SectionCenter, .fs-SectionCenter h2, .fs-SectionCenter p {
    text-align: center;
}

.fs-Section a, .fs-Section a:visited, .fs-Section a:hover {
   	color: #039be5;
    transition: color .3s;
    font-size: 19px;
    text-decoration: none;
}

.fs-Section a:hover {
   	color: #029ae4;
	text-decoration: underline;
}

.fs-SectionBorderBottom {
	border-bottom: 1px solid #e8e8e8;
}

.fs-SectionQuote {
	padding-bottom: 0px;
}

.fs-Section h2 {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.fs-SectionExamples h4 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-SectionWhite h4, .fs-SectionGrey h4 {
	font-weight: 300;
    text-transform: uppercase;
    padding-left: 2px;
    color: #333;
    font-size: 15px;
    margin: 18px 0;
}

.fs-Section p {
	line-height: 1.42857143;
}

.fs-Section .col-1-2>img {
	margin-top: 25px;
}

.fs-ComposedVideo {
	margin-top: 50px;
}

/* Left column */
.fs-Section .col-1-2:first-child {
	padding-right: 40px;
}

.fs-Section .col-1-2:first-child>img {
	padding: 0 5px 0 10px;
}

/* Right column */
.fs-Section .col-1-2:nth-child(2) {
	padding-left: 40px;
}

.fs-Section .col-1-2:nth-child(2)>img {
	padding: 0 10px 0 5px;
}

.fs-Quote .quote {
	font-size: 28px;
	font-style: italic;
    text-align: center;
}
.fs-Quote .author {
    font-weight: bolder;
    text-align: center;
}

.fs-SectionPartner {
    border-top: 1px solid #e8e8e8;
}

.fs-DialogBox .Caption {
    color: #fff;
    background-color: #333333;
	padding: 11px 21px 10px;
	cursor: move;
	border-bottom: none;    
}

.fs-DialogPrompt {
    font-weight: bolder;
    padding: 10px 0 4px 0;
}

.fse-ExampleDialog .fs-ButtonDefault .fs-IconFont, .fse-ExampleDialog .fs-ButtonSpecial .fs-IconFont {
	font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    color: #333;
} 

.fse-ExampleDialog .fs-ButtonSpecial .fs-IconFont {
    color: #fff;
    top: 3px;
}

.fse-ExampleThumbnail {
	width: 120px;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 4px;
    border-radius: 3px;
    margin-right: 20px;
}

.fse-ExampleDescription p {
    margin: 0;
    font-size: 14px;
}

.fse-ExamplesTop {
    padding: 5px 0 5px
}

.fse-ExampleFolder {
	color: #999;
}

.fse-ExamplesFiles {
}

.fse-ExamplesQuickstart {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-top: 6px;
	padding: 6px 0px 6px 19px;
    background-color: #f5f5f5;
    width: 100%;
}

.fse-ExampleFilesLabel {
    font-size: 21px;
}

.fse-ExampleFile {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
   	padding: 5px 0;
}

.fse-ExampleFileImage {
	margin-top: 4px;
}
	
.fse-ExampleFileName {
	color: #444;
    font-size: 14px;
    font-weight: 500;
}

.fse-ExampleFileDescription {
	font-weight: bold;
	font-size: 15px;
}

.fse-ExampleDialog .fs-ButtonSecondary, .fse-ExampleDialog .fs-ButtonDefault {
    margin-right: 10px;
}

@media screen and (max-width: 870px) {
	.fs-Section .col-1-2:first-child>img, .fs-Section .col-1-2:nth-child(2)>img {
		padding: 0 10px;
	}
	
	.fs-Section .col-1-2:first-child, .fs-Section .col-1-2:nth-child(2) {
		padding: 0px;
	}

}
