@font-face {
  font-family: 'Roboto';
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/Roboto-300/Roboto-300.eot');
  src: url('../fonts/Roboto-300/Roboto-300.eot?#iefix') format('embedded-opentype'),
       local('Roboto Light'),
       local('Roboto-300'),
       url('../fonts/Roboto-300/Roboto-300.woff2') format('woff2'),
       url('../fonts/Roboto-300/Roboto-300.woff') format('woff'),
       url('../fonts/Roboto-300/Roboto-300.ttf') format('truetype'),
       url('../fonts/Roboto-300/Roboto-300.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Roboto-regular/Roboto-regular.eot');
  src: url('../fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'),
       local('Roboto'),
       local('Roboto-regular'),
       url('../fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'),
       url('../fonts/Roboto-regular/Roboto-regular.woff') format('woff'),
       url('../fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'),
       url('../fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Roboto-500/Roboto-500.eot');
  src: url('../fonts/Roboto-500/Roboto-500.eot?#iefix') format('embedded-opentype'),
       local('Roboto Medium'),
       local('Roboto-500'),
       url('../fonts/Roboto-500/Roboto-500.woff2') format('woff2'),
       url('../fonts/Roboto-500/Roboto-500.woff') format('woff'),
       url('../fonts/Roboto-500/Roboto-500.ttf') format('truetype'),
       url('../fonts/Roboto-500/Roboto-500.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Black Tie';
	src: url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.eot?v=1.0.0');
	src: url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'),
		url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.woff2?v=1.0.0') format('woff2'),
		url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.woff?v=1.0.0') format('woff'),
		url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.ttf?v=1.0.0') format('truetype'),
		url('../fonts/BlackTie-Regular/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #4a4a4a;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin: 0;
    min-height: 100%;
    overflow-y: scroll;
    padding: 0;
    font-weight: 200;
}
strong, b {
    font-weight: 500;
}

.hidden {
	display: none;
}

p.error { color: #CC0000; line-height: 40px; }
.dialog-section span.error, div.error { color: #CC0000; margin-top: 10px; display: block; float: left; width: 100%; }
p.success { color: #009900; line-height: 40px; }

.validation-advice { color: #CC0000; line-height: 20px; margin-bottom: 10px; }

body.bkgr-image {
    background: transparent none repeat scroll 0 0;
}

#bkgr-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10000;
}

#logo-link{
	width: 40px;
	height: 40px;
	background-image: url(../img/logo.svg);
	display: block;
	float: left;
	margin-right: 20px;
}

#content-wrap {
    min-height: 100%;
    min-width: 1280px;
}

.header, .footer {
    background: trnsparent none repeat scroll 0 0;
}

.header-white{
	background: #ffffff;
}

.header, .header-white, .content-outer, .footer {
   margin: 0 0;
}

.footer{
	color: #ffffff;
	height: 120px;
    margin-top: -120px;
    position: relative;
}

.header-top{
	height: 120px;
	margin: 0 40px 0 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.header-logged-in{
	background-color: #ffffff;
}
 
.header-bottom{
	height: 120px;
	margin: 0 0 0 0;
    padding-bottom: 40px;
    padding-top: 40px;
	background-color: #f8f8f8;
}

.footer-bottom{
	margin: 0 40px 0 40px;
    padding-bottom: 40px;
    padding-top: 60px;
}

	
.footer-logged-in{
	background-color: #f8f8f8;
	color: #BDBDBD;
}

.footer-logged-in a{
	
}

#content{
	margin: 0 40px 0 40px;
}

#content-logged-in{
	margin: 0;
}

.content-outer {
    padding-bottom: 140px;
    position: relative;
}

.footer-left,.footer-right{
	float: left;
	width: 50%;
}

.header-left{
	float: left;
	width: 40%;
	height: 40px;
}
.header-left h1 {
    line-height: 40px;
    float: left;
    padding-top: 2px;
}


.header-right{
	float: left;
	width: 60%;
}

.header-left-margin{
	margin-left: 40px;
	width: 40%;
}

.header-right-margin{
	float: right;
	margin-right: 40px;
	width: 50%;
}

.footer-right div, .header-right div{
	float: right;
}

#header, .content-outer, #footer {
    min-width: 1160px;
}

#login-container{
    margin-top: 150px;
    padding-bottom: 40px;
    width: 400px;
    background: rgba(255,255,255,.75);
    border-radius: 5px;
}

#blocked-container{
    margin-top: 150px;
    padding-bottom: 40px;
    width: 500px;
    background: rgba(255,255,255,.75);
    border-radius: 5px;
}

#exception-container{
    margin-top: 150px;
    padding-bottom: 40px;
    width: 800px;
    background: rgba(255,255,255,.75);
    border-radius: 5px;
}

.dialog-container-inline-center {
    margin: 0 auto;
}
.dialog-container {
    background: white none repeat scroll 0 0;
    width: 950px;
}

.dialog-container-inner{
	margin: 0 40px 0 40px;
}

.dialog-section {
    padding: 0;
}

.dialog-section span a{
	color: #4a90e2;	
}

input[type="text"], input[type="password"], select, textarea {
    background: #ffffff none repeat scroll 0 0;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
}

textarea{
	height: 200px;
	resize: vertical;
	color: #4a90e2;
}

.dialog-section input[type="text"], .dialog-section input[type="password"], .dialog-section select, .dialog-section textarea {
    margin-top: 20px;
}

.button {
    background: #4a90e2 none no-repeat scroll 0 0;
    border-right: 1px solid #f8f8f8;
    color: white;
    float: left;
    height: 40px;
    text-align: center;
    width: 198px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 0;
    padding: 10px 10px 10px;
    width: auto;
}

.button span:nth-child(2){
	vertical-align: text-bottom;
}

.button-dialog{
	float:right;
}

form .button{
	width: 100%;
	margin: 20px 0 0 0;
}

form#fileupload .button{
	width: auto;
}

.fileupload-buttonbar-inner .button{
	margin: 20px 10px 0 0;
}

.button a{
	
}

.button.b-close, .button.bClose {
	background-color: #000000;
	border: 1px solid #ffffff;
	cursor: pointer;
	color: white;
	border-radius: 4px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 4px;
	position: absolute;
	right: -7px;
	top: -7px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	height: auto;
	width: auto;
	margin-top: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body.bkgr-color{
	background-color: #ffffff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #4A4A4A;
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 125%;
	font-size: 100%;
	font-weight: 200;
}

h1, .h1 {
	font-size: 30px;
}

h1.no-margin{
    margin: 0;
}

h2, .h2 {
	font-size: 170%;
}

h3, .h3 {
	font-size: 130%;
}

p.heading {
	font-size: 30px;
	color: #4A4A4A;
	line-height: 80px;
	margin:0;
	padding-top: 3px;
}

p.heading-color {
	color: #4a90e2;
	line-height: 50px;
}
	
span.heading{
	font-size: 30px;
	color: #4A4A4A;
	margin:0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 150%;
}

a,.link {
	color: #ffffff;
	text-decoration: underline;
}

a.blue {
	color: #4a90e2;
	text-decoration: underline;
}

ol,
ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	line-height: 150%;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol.nomargin,
ul.nomargin {
	margin-bottom: 0;
}

ol.unstyled,
ul.unstyled {
	list-style-type: none;
	padding-left: 0;
}

ol.inline,
ul.inline {
	list-style-type: none;
	padding-left: 0;
}

ol.inline > li,
ul.inline > li {
	display: inline-block;
	padding-left: 1em;
}

ol.inline > li:first-child,
ul.inline > li:first-child {
	padding-left: 0;
}

table.listview a {
	float: left;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/*
*
* menu
*
*/

ul#menu{
	float: right;
}

ul#menu li.menu-item{
	float:right;
	list-style-type: none;
	margin-right: 30px;
	padding-top: 11px;
}

ul#menu li.menu-item-icon{
	font-size: 18px;
	padding-top: 10px;
}

ul#menu li.menu-item a{
	color: #4A90E2;
	text-decoration: none;	
}

ul#menu li.active a{
	color: #BDBDBD;
}

ul#menu li.menu-item-icon a{
	display: block;
	width: 30px;
	float: left;
}

.content-grid-item p a{
	line-height: 40px;
	color: #4a90e2;
}

ul#menu li.menu-item a:hover{
	text-decoration: underline;
}

/*
*
* icons
*
*/

.icon {
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: inherit;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #4a90e2;
	font-size: 20px;
}

table.listview thead span.icon-active{
	font-weight: 400;
}

.button .icon{
	color: #ffffff;
}

.icon-sort{
	margin-left: 20px;
}

.icon-question-circle:before {
    content: "\F044";
}

.icon-square:before {
	content: "\F08B";
}

.icon-square-checked:before {
	content: "\F014";
}

.icon-angle-up:before {
	content: "\F090";
}

.icon-angle-down:before {
	content: "\F091";
}

.icon-angle-left:before {
	content: "\F092";
}

.icon-directory-open:before{
	content: "\F06A";
}

.icon-directory:before{
	content: "\F032";
}

.icon-edit:before{
	content: "\F024";
}

.icon-delete:before{
	content: "\F029";
}

.icon-download:before{
	content: "\F056";
}

.icon-info:before{
	content: "\F02B";
}

.icon-file:before{
	content: "\F02A";
}

.icon-upload:before{
	content: "\F055";
}

.icon-cancel:before{
	content: "\F00C";
}

.icon-add:before{
	content: "\F01C";
}

.icon-action:before{
	content: "\F012";
}

.icon-cut:before{
	content: "\F0B6";
}

.icon-copy:before{
	content: "\F0B7";
}

.icon-arrow-down:before{
	content: "\F099"
}

.icon-ok:before{
	content: "\F012";
}

.icon-rename:before{
	content: "\F036";
}

.icon-close:before{
	content: "\F00C";
}

/*
*
* Content grid
*
*/

div.content-grid-item,
div.content-grid-form-container{
	padding: 0 50px 0 50px;
	border-bottom: 1px solid #f8f8f8;
}

div.content-grid-item p.line-height{
	line-height: 40px;
}

div.content-grid-item{
	height: 40px;
}

div.content-grid-item-no-border{
	border-bottom: none;
}

div.content-grid-item-large{
	padding-top: 5px;
	height: 60px;
}

div.content-grid-item .button, div.header-bottom .button{
	float: right;
	margin-left: 10px;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin-top:0;
}

div.content-grid-item span {
	line-height: 40px;
}

div.content-grid-item .button span {
	line-height: 20px;
}

form.content-grid-form{
	margin: 20px 0; 
}

form.content-grid-form div.form-label{
	width: 100%;
	font-weight: 400;
	margin-bottom: 5px;
}

form.content-grid-form div.form-label span{
	font-weight: 200;
}

form.content-grid-form > div{
	width: 100%;
}

form.content-grid-form input,
form.content-grid-form select{
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
	color: #4a90e2;
}

form.content-grid-form .button{
	width: auto;
	color: white;
}

form.content-grid-form a.inline{
	color: #4a90e2;
	line-height: 30px;
}

.button span.icon{
	color: #ffffff;
	margin: 0 10px 0 0;
	padding: 0;
}

.button span.icon-nomargin{
	margin: 0;		
}

div.header-bottom .button .icon{
	height: 20px;
	width: 20px;
}

span.checkbox-inline{
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

div.content-grid-item span.text
div.content-grid-item span.icon{
	line-height: 40px;
	float:left;
	
}

#directory-breadcrumb span.text{
	float:left;
	margin-right: 20px;
}

#directory-breadcrumb span.icon{
	margin-right: 2px;
}

div.content-grid-item a.switchDirectory span{
}

table.listview{
	width: 100%;
	
}

table.listview td.text-right{
	text-align: right;
}

table.listview td a{
	color: #4a4a4a;
}

table.listview tbody .icon{
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
    line-height: 40px;
    text-align: center
}

table.listview thead span{
	display: block;
	float: left;
	font-weight: 400;
}

table.listview tr td, table.listview tr th{
	border-bottom: 1px solid #f8f8f8;
	height: 40px; 
}

table.listview tr td.icon{
	width: 40px;
}

table#directory_overview tr td:nth-child(1){
	width: 40px;
}

table#directory_overview tr td:nth-child(2){
	width: 220px;
}

table#directory_overview tr td:nth-child(3){
	display: none;
	width: 75px;
}

table#directory_overview tr td:nth-child(4){
}

table#directory_overview tr td:nth-child(5){
	width: 20%;
}

table#directory_overview tr td:nth-child(6){
	width: 20%;
}

/*
* accounts table
*/

table#account_overview tr td:nth-child(1){
	width: 40px;
}

table#account_overview tr td:nth-child(2){
	width: 150px;
}

table#account_overview tr td:nth-child(3){
	width: 20%
}

table#account_overview tr td:nth-child(4){
	width: 20%;
}

table#account_overview tr td:nth-child(5){
	width: 20%;
}

td.thumbnails img{
	margin: 0;
}

table.listview tbody .icon-first{
	margin-left: 0;
}

/*
*
* Upload
*
*/

#upload-container{
	width: 1000px; 
	display :none;
}

#upload-container-inner{
	padding : 10px; 
	background-color: #ffffff; 
	border-radius: 5px;
}

#upload-container #upload-container-inner .fileupload-buttonbar{
	height: 40px;
	margin-bottom: 20px;
}

#upload-container #upload-container-inner form fieldset{
	border: 0; 
	padding: 0;
}

.fileupload-buttonbar .fileupload-buttonbar-inner{
	width: 800px;float:left;
}

#upload-Table {
	width: 100%;
}

#upload-Table .button{
	width: auto;
	margin-top: 0;
	padding:0 10px 0 10px;
}

#upload-Table td{
	height: 40px;
}

#upload-Table td span{
 line-height: 40px;
}

#upload-Table td span{
 line-height: 40px;
}

#upload-Table .progress{
	margin-top: 10px;
}

.fileupload-progress{
	width: 100%;
	margin-bottom: 20px;
}

#upload-Table .checkbox-inline{
	height: 20px;
	width: 20px;
	margin-top: 10px;
	font-size: 20px;
	cursor: pointer;
	padding:0;
	color: #4a90e2;
	margin: 0 10px 0 0;
}

#create-directory-container,
#delete-information-container,
#rename-item-container{
	display: none;
}

.account-form-tree {
	margin: 10px 0 10px 0;
	width: 100%;
}

/*
*  Simple Content
*/

.div-simple-content-fixed{
	margin: 40px;
}
