.serif {
    font-family: 'Merriweather', serif;
}

@font-face {
	font-family: 'Screen-Editor';
	src:url('/fonts/Screen-Editor.eot?-y2cawh');
	src:url('/fonts/Screen-Editor.eot?#iefix-y2cawh') format('embedded-opentype'),
		url('/fonts/Screen-Editor.woff?-y2cawh') format('woff'),
		url('/fonts/Screen-Editor.ttf?-y2cawh') format('truetype'),
		url('/fonts/Screen-Editor.svg?-y2cawh#Screen-Editor') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'Screen-Editor';
	speak: none;
 	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Medienpool:before {
	content: "\a1";
	position:relative;
	top:-3px;
}
.icon-Playlist:before {
	content: "\a2";
}
.icon-windows8:before {
	content: "\a3";
}
.icon-tux:before {
	content: "\e609";
}
.icon-SOC_Icon:before {
	content: "\e601";
}
.icon-android:before {
	content: "\e604";
}
.icon-pencil:before {
	content: "\a8";
}
.icon-file-word:before {
	content: "\a7";
}
.icon-trash:before {
	content: "\a9";
}
.icon-Teamviewer:before {
	content: "\f197";
}
.icon-ScreenEditorIcon:before {
	content: "\a12";
}
.icon-plus:before {
	content: "\f0fe";
}
.icon-minus:before {
	content: "\e601";
}
.icon-camera:before {
	content: "\e014";
}
.icon-film:before {
	content: "\e013";
}
.icon-play:before {
	content: "\e012";
}
.icon-music:before {
	content: "\e010";
}
.icon-camera2:before {
	content: "\e00f";
}
.icon-images:before {
	content: "\e00e";
}
.icon-image:before {
	content: "\e00d";
}
.icon-image2:before {
	content: "\e00c";
}
.icon-home:before {
	content: "\e001";
}
.icon-home2:before {
	content: "\e000";
}
.icon-paypal2:before {
	content: "\e1ad";
}
.icon-paypal:before {
	content: "\e1ae";
}

.icon-SOC_chip:before {
    content: "\e603";
}

.icon-ScreenEditor_Geraetanlegen2:before {
    content: "\e600";
}

.icon-ScreenEditor_Geraetanlegen:before {
    content: "\e601";
}

.icon-ScreenEditor_Geraetanlegen3:before {
    content: "\e602";
}

.icon-Schirm_aufteilen:before {
    content: "\e608";
}
.icon-status:before {
    content: "\e60a";
}

.icon-os:before {
    content: "\e60b";
	
}

.icon-power-plug:before {
    content: "\e60c";
}


.icon-uniF008:before {
	content: "\f008";
}

.icon-uniF011:before {
	content: "\f011";
}

.icon-uniF019:before {
	content: "\f019";
}

.icon-uniF039:before {
	content: "\f039";
}

.icon-uniF03D:before {
	content: "\f03d";
}

.icon-uniF03E:before {
	content: "\f03e";
}

.icon-uniF05A:before {
	content: "\f05a";
}

.icon-uniF085:before {
	content: "\f085";
}

.icon-uniF0AD:before {
	content: "\f0ad";
}

.icon-uniF0FE:before {
	content: "\f0fe";
}

.icon-uniF108:before {
	content: "\f108";
}

.icon-uniF109:before {
	content: "\f109";
}

.icon-uniF10A:before {
	content: "\f10a";
}

.icon-uniF179:before {
	content: "\f179";
}

.icon-uniF17B:before {
	content: "\f17b";
}

.icon-uniF17C:before {
	content: "\f17c";
}

.icon-uniF196:before {
	content: "\f196";
}

.icon-mail:before {
	content: "\ea86";
}

.icon-google-plus:before {
	content: "\ea8a";
}

.icon-facebook:before {
	content: "\ea8e";
}

.icon-twitter:before {
	content: "\ea93";
}

.icon-youtube:before {
	content: "\ea99";
}

.icon-vimeo:before {
	content: "\ea9e";
}

.icon-flickr:before {
	content: "\eaa3";
}

.icon-pinterest:before {
	content: "\ead0";
}











/* ====================================================
                  CSS - ALLGEMEIN
==================================================== */

html, body {
    height:100%;
    font-family: 'Open Sans', sans-serif;

}



#bg {

	width:100%;
	height:100%;
 	top:0;
	left: 0;
/* bg1		background-image: url("../images/main_page/oem/test/bg_header-2.jpg");*/
/* bg2 */	background-image: url("../images/main_page/oem/test/bright-color-background-wallpaper_1920x1200_87493 (1).jpg");
		background-size: cover;
}



#overlay {
   	background-image: url("../images/main_page/oem/test/body-bg34.png");

/*bg1
 	 filter:     alpha(opacity = 90);   
	-ms-filter: "alpha(opacity = 90)"; 
	opacity:    .90;                     
*/

  	background-position: top left;
  	background-repeat: repeat;
  	height: 100%;
  	width: 100%;


}



.wrapper {
    height:100%;
    background-size: cover;
}







/*           Header              */



#logo {
    	position:absolute;
  	top: 3px;  
    	left:0;
	margin:auto;
	margin-left:34px;
	border:0px;
	width:52px;
	max-height:44px;

}
#logotext {
    padding-left: 85px;
    font-size: 0.85em;
}

/*          Login           */



.form-signin {
	width:20%;
	min-width:270px;
	position:absolute; 
	left:50%; 
	transform: translate(-50%,25%);
	-ms-transform: translate(-50%,25%); /* IE 9 */
   	-webkit-transform: translate(-50%,25%); /* Safari */	
	z-index:1000;
    	margin: 50px auto;
    	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Open Sans', sans-serif;




}


.form-signin:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;



}


.form-signin h2 {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align:center;
	font-size: 1.5em;
	font-weight:500;
	padding:10px;
	margin-top:0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}



.checkbox_txt  {

margin-bottom:15px;
font-size:0.75em;
text-transform:uppercase;

}



input.empty {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;	
    	
}



.form-signin .form-control {
    position: relative;
    min-height:20px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
    margin-bottom:5px;
    font-size: 1em;
}


.form-signin .form-control:focus {
    z-index: 2;

    	
}



.form-signin input[type="email"] {
	margin-top: 30px;
    	margin-bottom: -1px;
	 border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 1em;

    	

}

.form-signin input[type="password"] {
   	margin-bottom: 15px;
	 border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 1em;
	  	

}



.form-signin input:focus {
  outline-color: transparent;
  outline-style: none;
  font-size: 1em;		

}




/* SQUARED FOUR   = Checkbox    */


.squaredFour {
  position: relative;
  top:1px;
    

label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 0px;
      border: 1px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.form-signin-btn {

width:100%;
min-height:40px;
padding: 5px;
display: inline-block;
font-size: 1em;
font-weight: 400;
line-height: 2;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;


}





/*  Impressum, Datenschutz, AGB, News, Ueber Screen-Editor  */    


.divider {
margin:auto;
background-size:contain;
width:100%;
height:10px;

}



.kontakt {
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
}


.kontakt table tr td h2 a {
	padding:20 20 20 0;
}


.kontakt table tr td h2 a {
	text-decoration: none;
	text-transform: none;
	padding-right:50px;
	margin-right:50px;

}



.kontakt a  {
	text-decoration:none;
	border:none;

}

.kontakt a:hover  {
	text-decoration:none;
	border:none;

}


.kontakt h1 img {
	vertical-align: middle;
	margin-bottom: 10px;
}
.kontakt h1 {
	text-align: center;
}
.kontakt h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top: 20px;
}
.kontakt h2 span.num {
	position: absolute;
	left: -70px;
	top: -18px;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 1.1em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}


.kontakt h4 {
font-size: 1.2em;

}








/* ====================================================
   RECHTLICHES
==================================================== */



/*    IMPRESSUM    */


#impressum  {
	width: 100%;
	padding: 2%;
	font-size:12px;
	display: block;
	margin: auto;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 20px;
	padding-right: 22%;
	padding-bottom: 20px;
	padding-left: 22%;
}

#impressum a {text-decoration: none;}
#impressum a:hover {text-decoration: none;}






/*    DATENSCHUTZ     */


#datenschutz  {
	width: 100%;
	padding: 2%;
	font-size:12px;
	display: block;
	margin: auto;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 20px;
	padding-right: 22%;
	padding-bottom: 20px;
	padding-left: 22%;
}

#datenschutz a {text-decoration: none;}
#datenschutz a:hover {text-decoration: none;}





/*    AGB     */


#agb  {
	width: 100%;
	padding: 2%;
	font-size:12px;
	display: block;
	margin: auto;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 20px;
	padding-right: 22%;
	padding-bottom: 20px;
	padding-left: 22%;
}

#agb p {
	position:relative; 
	left:35px; 
	top:-28px;
	textalign:justify;
	margin-bottom:-28px;
}

#agb a {text-decoration: none;}
#agb a:hover {text-decoration: none;}












/* ====================================================
   NEWS LOGIN
==================================================== */


.list-news li {margin-left:-40px; list-style-type:none;}
.list-news li {margin-top:25px;}
.list-news li:first-child {margin-top:0px;}
.list-news .wrap {margin-bottom: 8px;}
.list-news .badge {
	float:left;
	width:60px;
	padding:8px 0 8px 0;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	margin-right:10px;
}

.list-news .badge span {display:block; font-size:12px;}

.imgHolder {
	width:450px;
	height:110px;
	margin:0px;
	padding:0px;
	position: absolute;
	top:20px;
}

.imageHolder .caption {
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	min-height:100px;
	text-align: center;
	font-size:16px;
	margin-top:-105px;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;


} 

.imageHolder:hover .caption { opacity: 0.9; cursor:pointer; }



.news-info {  word-wrap: break-word; word-break: normal; }

.news-info a {text-decoration:none; font-weight:bold; border:none;}




/* ====================================================
   LOGIN
==================================================== */

.footer-index {
	font-family: sans-serif,Arial;
	font-size:10px;
	display: block;
	margin: auto;
	max-width: 100%;
	width: 100%;
	padding: 5px 2% 5px 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	height: 40px;
	overflow:hidden;
}


.footer-index a {
	margin-left: 5px;
	text-decoration: none;
	border:none;
	white-space: nowrap;
}


.footer-index a:hover {
	margin-left: 5px;
	text-decoration: none;
	border:none;
	white-space: nowrap;

}


#back-to-top {
display: none;
text-align:center;
padding:5px;  
margin: 0;
position: fixed;
bottom:40px;
left: 0;
width: 38px;
height: 38px;
z-index: 99;
-webkit-transition: background 0.1s linear 0s;
-moz-transition: background 0.1s linear 0s;
-o-transition: background 0.1s linear 0s;
transition: background 0.1s linear 0s;
font-size:35px;
padding-bottom:10px;
}




/* ====================================================
   Navi
==================================================== */


#changePW,  #changeUser {
	position: relative;
	cursor: pointer;

}



/* ====================================================
   Sidebar
==================================================== */


#cssmenu {
	width:120px;
	position: fixed;
	top:50px; 	
	bottom:40px;
	left:0;
	right:120px;
	margin: 0;
	line-height: 1;
	float:left;
	overflow:hidden;
	margin-bottom:0px;
	z-index: 1;
}


.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
	text-transform: uppercase;
	display: block;
	padding: 20px;
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	letter-spacing: 0.5px;
	font-size: 12px;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	position: relative;
	line-height: 1.7;
}

#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#cssmenu ul > li.has-sub > a::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#cssmenu ul > li.has-sub > a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#cssmenu ul > li.has-sub::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;

  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}

#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}

#cssmenu ul ul li a {
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}


#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;

}

/*        CLIENT SELECT      */

div.select {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	text-align: left;
	padding: 0px 5px 0px 5px;
	color: white;
	font-weight: normal;
	max-height: 220px;
	overflow: hidden;
	font-size:14px;
	overflow-y: hidden;
}
div.select div.selected { font-weight: bold; cursor: pointer;}
div.select div.option:hover {
	font-weight: bold;
	text-decoration:none;
	 
}
div.select div.option {cursor: pointer;}
div.select div { height: 20px; width: 165px;  }
.select-button {
	

	border: none;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	pointer-events: none;
	vertical-align: top;
	cursor: pointer;
}

/* Intro */

#intro .headline {
    margin-top: 15px;
    margin-bottom: 15px;
}

#intro .headline h1 {
    font-size: 36px;
}

#intro .headline p.lead {
    font-size: 28px;
}

#intro i.icon {
    font-size: 80px;
    line-height: 2;
}

#intro i.icon:hover {
    color: inherit;
}

#intro .footer {
    margin-top: 30px;
    margin-bottom: 60px;
}

#intro a:link,
#intro a:visited,
#intro a:hover,
#intro a:active {
    text-decoration: none;
}

#intro .panel h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#intro .panel h4 {
    margin-bottom: 30px;
}

#intro .panel:hover {
    background-color: #1d2d44;
    color: #fff;
}

@media (min-width: 540px) {
    #intro .headline h1 {
        font-size: 48px;
    }
    #intro .headline p.lead {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    #intro .container {
        width:630px;
    }
}

@media (min-width: 992px) {
    #intro .container {
        width:850px;
    }
    #intro .headline {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    #intro .container {
        width:1170px;
    }
    #intro .headline {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #intro .footer {
        margin-top: 90px;
    }
}

/* DeviceList */

#rdevices {
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 40px;
}
#rdevices a:active,
#rdevices a:hover,
#rdevices a:focus,
#rdevices a:visited {
    text-decoration: none;
    color: inherit;
}
#rdevices .dtable table {
    width: 100%;
}
#rdevices .dtable td {
    padding: 5px;
}
#rdevices .hVersion,
#rdevices .dVersion,
#rdevices .hUpdate,
#rdevices .dUpdate,
#rdevices .hName,
#rdevices .dName,
#rdevices .eName,
#rdevices .hPlaylist,
#rdevices .dPlaylist,
#rdevices .statusOnline,
#rdevices .statusOffline,
#rdevices .statusDevices {
    text-align: left;
}
#rdevices .hOs,
#rdevices .dOs,
#rdevices .eOs {
    text-align: center;
}
#rdevices .hStatus,
#rdevices .dStatus,
#rdevices .hControls,
#rdevices .dControls {
    text-align: right;
}
#rdevices .headerEditGroupTable {
    height: 35px;
}
#rdevices .dName,
#rdevices .eName {
    height: 45px;
}
#rdevices .hUpdate,
#rdevices .dUpdate,
#rdevices .hStatus,
#rdevices .dStatus,
#rdevices .hCapture,
#rdevices .dCapture {
    width: 33px;
    min-width: 33px;
}
#rdevices .hOs,
#rdevices .dOs,
#rdevices .eOs {
    width: 42px;
    min-width: 42px;
}
#rdevices .statusOnline,
#rdevices .statusOffline,
#rdevices .statusDevices {
    width: 70px;
    min-width: 70px;
}
#rdevices .hVersion,
#rdevices .dVersion {
    width: 102px;
    min-width: 102px;
}
#rdevices .hDevices {
    width: 120px;
    min-width: 120px;
}
#rdevices .hPlaylist,
#rdevices .dPlaylist,
#rdevices .ePlaylist,
#rdevices .hControls,
#rdevices .dControls {
    width: 200px;
    min-width: 200px;
}
#rdevices .statusOnline i,
#rdevices .statusOffline i,
#rdevices .statusDevices i {
    margin-right: 5px;
}
#rdevices .hCaret,
#rdevices .hControls i,
#rdevices .dControls i {
    margin-right: 10px;
}
#rdevices .hName,
#rdevices .dName,
#rdevices .eName,
#rdevices .hPlaylist,
#rdevices .dPlaylist,
#rdevices .ePlaylist {
    border-left: thin solid black;
}
#rdevices td.hOs,
#rdevices td.dOs,
#rdevices td.eOs,
#rdevices td.hControls,
#rdevices td.dControls {
    padding-top: 8px;
}
#rdevices td.hName,
#rdevices td.dName,
#rdevices td.eName,
#rdevices td.hPlaylist,
#rdevices td.dPlaylist,
#rdevices td.ePlaylist,
#rdevices td.statusOnline {
    padding-left: 15px;
}
#rdevices span.hDevices {
    padding-left: 30px;
}
#rdevices .dPlaylist,
#rdevices .ePlaylist,
#rdevices .eGroupname {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#rdevices .fa-sliders {
    font-size: 18px;
}

/* Mediapool */

#mediapool:not(.panel) {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
#mediapool:not(.panel) .fileManager {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 45px;
}

#mediapool:not(.panel) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mpThumb {
	text-align: center;
	position:relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center; 
	width:133px;
	height:100px;
	overflow:hidden;
	border-radius: 3px;
}

.mpThumb div {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding: 3px;
}
.mpThumb div.controls {
	display:none;
}
.mpThumb:hover div.controls {
	display:block;
	cursor: pointer;
}
.mpThumb:hover div.text {
	display: none;
}
.mpThumb img.type {
	position: absolute;
	right: 2px;
	top: 2px;
	opacity: 0.5;
}
#mpControls {
	position:absolute;
	height:45px;
	left:0;
	right:0;
	bottom:0;
	padding:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 34px;
}
#mpControls .statusText {
	float: right;
	padding-right: 30px;
}
#mpControls img {
	width: 23px;
	height: 23px;
	margin-right: 5px;
	cursor: pointer;
}
.mpThumb div.controls img {
	padding: 5px 8px 5px 8px;
}
ul.tree a {
    white-space: nowrap;
    text-decoration: none;
}
ul.tree a:visited {
	text-decoration: none;
}
ul.tree a:active {
	text-decoration: none;
}
ul.tree a.filter {
	text-decoration: underline;
}

ul.tree,
ul.tree ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul.tree ul {
	margin-left:10px;
	position:relative;
}
ul.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid;
}
ul.tree li {
	margin:0;
	padding:0 6px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	position:relative;
}
ul.tree ul li:before {
	content:"";
	display:block;
	width:6px;
	height:0;
	border-top:1px solid;
	position:absolute;
	top:10px;
	left:0;
}
ul.tree ul li:last-child:before {
	height:auto;
	top:10px;
	bottom:0;
	width: 6px;
}
ul.tree {
	width:220px;
	overflow: auto;
	border-right: 1px solid black;
	height: 100%;
	float:left;
	padding:10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.fileList {
	position:absolute;
	left: 222px;
	right: 0;
	top: 0;
	bottom:0;
	list-style-type: none;
	overflow:auto;
	margin:0;
	padding:0;
	font-size: 13px;
}
ul.fileList li {
	float: left;
	margin: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#mediapool:not(.panel) .spinner {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}

#mediapool:not(.panel) .spinner-icon {
	width: 14px;
	height: 14px;

	border:  solid 2px transparent;
	border-top-color:  #29d;
	border-left-color: #29d;
	border-radius: 10px;

	-webkit-animation: nprogress-spinner 400ms linear infinite;
	-moz-animation:    nprogress-spinner 400ms linear infinite;
	-ms-animation:     nprogress-spinner 400ms linear infinite;
	-o-animation:      nprogress-spinner 400ms linear infinite;
	animation:         nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
	0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes nprogress-spinner {
	0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes nprogress-spinner {
	0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes nprogress-spinner {
	0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
	0%   { transform: rotate(0deg);   transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}

#ui-id-1 {
	overflow: hidden;
}
