.fsu-LoginBackground {
  background: url('/login/loginBackground.jpg') ; 
  background-size: 100%;
  background-repeat: no-repeat; 
  background-position: top right;
}

.fs-Login {
    background: linear-gradient(219deg, #00cf72, #529330);
    background-size: 500% 500%;
    -webkit-animation: login 4s ease infinite;
    -moz-animation: login 4s ease infinite;
    animation: login 4s ease infinite;
}

#Ultradox {
	width: 400px;
	height: 400px;
}

.fsu-PickerContent {
	padding: 0 20px;
}

.fsu-PickerFields {
	padding-bottom: 10px;
}

.fsu-PickerFolderName {
	white-space: nowrap;
	margin-left: 5px;	
	position: relative;
    top: -1px;	
}

.fsu-PickerSearchBox {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;	
}

.fsu-PickerTreePanel, .fsu-PrinterPickerPanel {
	border: 1px solid #dedede;
	padding-top: 1px;
	border-top-left-radius: 3px;	
	border-bottom-left-radius: 3px;	
}

.fsu-PickerRowsPanel, .fsu-PrinterOptionsPanel {
	border: 1px solid #dedede;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	border-top-right-radius: 3px;	
	border-bottom-right-radius: 3px;	
}
	
.fsu-TreeLoading {
  animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

.fs-ButtonDefault.fsc-FontIcon .html-face {
	top: 6px;
	position: relative;
}

.fs-Menu, .fs-FilesToolbar {
	background-color: #dc0021;
}

.fs-WizardStepIndicator {
    padding-left: 24px;
}

.fs-Welcome {
    padding-left: 10px;
    width: 450px;
}

.fsu-InstallAddonButton {
	width: 150px;	
}

.fsu-AuthIcon {
    color: #FFFFFF;
    font-size: 32px;
    padding: 18px;
	text-align: center;
    border-radius: 50%;    
    min-width: 32px;
    box-sizing: content-box;    
}

.fsu-AuthBorder {
	width: 96px;
	height: 96px;
    border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
}

.fs-FileMetaData {
    top: 0;
}

.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-Top {
    text-align: center;
    padding: 120px 0 75px 0;    
}

.fs-Top h1, .top h2 {
	margin-top: 20px;
	font-size: 42px;
}

.fs-SectionBorderBottom {
	border-bottom: 1px solid #e8e8e8;
}

.fs-SectionQuote {
	padding-bottom: 0px;
}

.fs-Section h2 {
	margin: 0 0 28px 0;
	font-size: 38px;	
	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-weight: 400;
	font-style: italic;
    color: #333 !important;
    text-align: center;
}
.fs-Quote .author {
    color: #039be5 !important;
    font-weight: bolder;
    text-align: center;
}

.fs-SectionPartner {
    border-top: 1px solid #e8e8e8;
}

.fsu-DrawIt {
	fill: #fff;
  	fill-opacity: 0;
   	stroke: #fff;
   	stroke-width: 2;
   	stroke-dasharray: 750;
   	stroke-dashoffset: 750;
   	animation: draw 1.5s linear 0s 1 normal forwards, fill 1s linear 3s 1 normal forwards;
}

#bb1 {
   	animation: draw 1s linear 1.5s 1 normal forwards, fill 1s linear 3.2s 1 normal forwards;
}

#bb2 {
   	animation: draw 1s linear 2s 1 normal forwards, fill 1s linear 3.4s 1 normal forwards;
}

#bb3 {
   	animation: draw 1s linear 2.5s 1 normal forwards, fill 1s linear 3.6s 1 normal forwards;
}

.fsu-ExampleDialog .fs-ButtonDefault .fs-IconFont, .fsu-ExampleDialog .fs-ButtonSpecial .fs-IconFont {
	font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    color: #333;
} 

.fsu-ExampleDialog .fs-ButtonSpecial .fs-IconFont {
    color: #fff;
    top: 3px;
}

.fsu-ExampleThumbnail {
	width: 120px;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 4px;
    border-radius: 3px;
    margin-right: 20px;
}

.fsu-ExampleDescription p {
    margin: 0;
    font-size: 14px;
}

.fsu-ExamplesTop {
    padding: 5px 0 5px
}

.fsu-ExampleFolder {
	color: #999;
}

.fsu-ExamplesFiles {
}

.fsu-ExampleFilesLabel {
    font-size: 21px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 14px 19px 16px;
    margin-top: 6px;
}

.fsu-ExampleFile {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
   	padding: 5px 0;
}

.fsu-ExampleFileImage {
	margin-top: 4px;
}
	
.fsu-ExampleFileName {
	color: #444;
    font-size: 14px;
    font-weight: 500;
}

.fsu-ExampleFileDescription {
	font-weight: bold;
	font-size: 15px;
}

.fsu-ExampleDialog .fs-ButtonSecondary, .fsu-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;
	}
	
	.fsu-LoginBackground {
		background: url('/login/loginBackground.jpg') ; 
  		background-size: 180%;
  		background-repeat: no-repeat; 
  		background-position: top right;
	}
	
	#Ultradox {
		width: 225px;
		height: 225px;
	}
	
	.drawIt {
	   	stroke-width: 2.5;
	}
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  to {
    fill-opacity: 1;
  }
}

@-webkit-keyframes login {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}
@-moz-keyframes login {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}
@keyframes login { 
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}