﻿/* Generic */

body#mainbody, div#main, #banner
{
background-color: Transparent;
}


body
{
    font-family:wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	font-size:small;
	color: #555555; 
	margin: 0px;
	background-color: Transparent;
	background-attachment: fixed;

}

#MainBody /* nav + main + footer */
{
	margin-top:-20px;
}


#ctl00_ContentPanel
{
	
width: 100% !important;	
}

.thumb-list-mode li {
    width: 98% !important;
    background-color: white !important;
    border: none !important;
    border-bottom: solid 1px #cccccc !important;
    height:40px !important;
    margin: 0 !important;
    list-style-type: none;
    padding-top:10px;
}

.thumb-grid-mode li /* determinse recordings blocks*/ {
    vertical-align: top !important;
    padding-right: 20px;
    width: 300px !important;
    background-color: white !important;
    border: solid 1px #cccccc !important;
    height: 115px !important;
    padding-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0 5px 0 !important;
}

.thumb-virtual-list {
    border: 2px dashed #57A0FF;
}

#followers-list li  /* determinse recordings blocks*/
{
	vertical-align: top !important;
    padding-right: 20px ;
    width: 300px !important;
    background-color: white !important;
    border: solid 1px #cccccc !important;
    height: 115px !important;
    padding-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; 
    *display: inline;
    margin:0 0 5px 0 !important;
}

.iconHeader /* fixed of the icons before the menu headings like Administration, Live, Video etc*/
{
    width:14px;
    height:14px;
}


html {
	overflow-y: scroll;
}
div#wrapper {
	width: 1218px;
	max-height: 1250px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px solid #000000;
	background-color: rgba(255,255,255,0.5);
}
div#header {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: url('/P2G/Plugins/MediaService.aspx?request=banner') no-repeat;
	height: 65px;
	line-height: 65px;
	background-color: #e9e9e9;
}
div#nav {
	width: 200px;
	/* height: 700px;*/
	padding: 0px;
	float: left;
	border: solid red 0px;
    margin-right: 10px;
    margin-top: 7px;
    
}
div#main {

	min-width: 640px;
	height: 100%;
	min-height: 1150px; 
	margin-left: 0px;
	padding: 0px;
/*	float: right;		*/
/*	display: inline;	*/
	border: solid 0px;
    margin-top: 7px;
}
div#footer {
	padding: 0px;
	height: auto;
	line-height: 20px;
	border-top: 0px solid #000000;
	text-align: right;
	display: block;
}
ul {
	margin: 0px 5px 0px 10px;
	padding: 0;
	border: solid 0px red;
	list-style-image: none; /* hide weird bullits in IE9 Compatible mode */
}



ul.nav li {
	text-align: left; 
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	color: #1c1c1c;
	height: 30px;
	line-height: 30px;
}
ul.nav li.category {
	padding: 0px 0px 0px 0px;
	border-bottom: dotted 1px #cccccc;
	height: 50px;
	line-height: 50px;
}

ul.nav li.menu-item-selected, ul.nav li.menu-item {
    border-radius: 5px;
    outline: none;
}

ul.nav li.menu-item-selected {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	BACKGROUND-COLOR:#E80000;
	border: solid 0px transparent;
}

ul.nav li.menu-item-selected a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 0px transparent;
}


ul.nav li.menu-item-selected:hover {
	COLOR: white; 
	BACKGROUND-COLOR: #3C3C3C;
	
}

ul.nav li.menu-item-selected a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 0px transparent;
	BACKGROUND-COLOR:#3C3C3C;
}


ul.nav li.menu-item:hover
{
	COLOR: white; 	
	BACKGROUND-COLOR: #3C3C3C;
}

ul.nav li.menu-item:hover a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 0px transparent;
	BACKGROUND-COLOR: #3C3C3C;}


.category {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.menu-item {
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.menu-item-selected {
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
select.form {
	font-size: 12px;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.form {
	font-size: 12px;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 4px;
}
textarea.form {
	font-size: 12px;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.editDialog {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.ui-jqgrid tr.jqgrow td {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.textSettings {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.centered {
	position: fixed;
	left: 50%;
	margin-left: -100px;
}


#catalogueLogo {
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	width:205px;
	height:200px;
}

#banner {
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;

}
#searchBox {
	vertical-align: middle;
}
/*
#btnSearch {
	vertical-align: middle;
	background-color: White;
	background-image: url('/p2g/Images/img-search.png');
	background-repeat: no-repeat;
	background-position: center center;
}
*/
#btnClear {
	vertical-align: middle;
	background-size: 50% 50%;
	background-color: White;
	background-image: url('/p2g/Images/img-searchclear.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.leftpane1, .leftpane2, .leftpane3, .rightpane {

background-color: #eeeeee;
border-color: transparent;}

.leftpane1 {
	width: 203px;
	margin: 0;
	border: solid 1px #ffffff;
}
.leftpane2 {
	margin: 7px 0px 0px 0px;
	width: 203px;
	height: 100px;
	float: bottom;
	border: solid 0px red;

}
.leftpane3 {
	margin: 7px 0px 0px 0px;
	width: 203px;
	height: 160px;
	float: bottom;
	border: solid 0px red;

}

.leftpane1, .leftpane2, .leftpane3 {
    margin: 0;
    border: solid 1px #c5c5c5;
    border-radius: 5px;
}

img {
	border: solid 0px #ffffff;
}
.rightpane {
	background-color: transparent;
	width: auto;
	min-height: 45px;
	float: left;
	color: #1c1c1c;
	line-height: 45px;
	border-left: solid 0px #4f4f4f;
	border: solid 0px #4f4f4f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
    max-width:900px;
}
#ctl00_Head1 {
	width: auto;
}
#CurrentList {
	font-weight: lighter;
	font-size: large;
	margin: 0px 4px 0px 15px;
	text-transform: uppercase;
}
.tdTableMore {
	width: 130px;
	vertical-align: top;
}
.listoption {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.listlabel {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.listText {
	font-size: 12px;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.listButton {
	font-family: Segoe UI, Lucida Grande,Helvetica,Tahoma,Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100px;
	height: 25px;
}
.labelForm {
	width: 100px;
	display: inline-block;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.labelForm2 {
	width: 150px;
	display: inline-block;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.labelForm3 {
	width: 205px;
	display: inline-block;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	overflow: hidden;
}
.labelFormProfile {
	width: 70px;
	display: inline-block;
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.divFormProfile {
}
.ddFormProfile {
	width: 280px;
}
.textForm {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	width: 350px;
}
.areaForm {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	width: 350px;
}
.ddlForm {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	width: 356px;
}
.divForm {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
	padding: 2px;
}
.divForm2 {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.divForm span, .divForm input, .divForm select, .divForm textarea, .divForm button {
	font-family: Segoe UI,Verdana,Arial,sans-serif;
	font-size: 11px;
}
.divForm2 span, .divForm2 input, .divForm2 select, .divForm2 textarea, .divForm2 button {
	font-family: Segoe UI,Verdana,Arial,sans-serif;
	font-size: 11px;
}
.divForm3 {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.divForm3 span, .divForm3 input, .divForm3 select, .divForm3 textarea, .divForm3 button {
	font-family: wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
}
.aSearchCategory {
	color: #151515;
}
.dialogUiDeleteButtton {
	background: #FF5757 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5757), to(#FF0000)) !important;
	background: -webkit-linear-gradient(#FF5757, #FF0000) !important;
	background: -moz-linear-gradient(top, #FF5757, #FF0000) !important;
	background: -ms-linear-gradient(#FF5757, #FF0000) !important;
	background: -o-linear-gradient(#FF5757, #FF0000) !important;
	background: linear-gradient(#FF5757, #FF0000) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5757', endColorstr='#FF0000') !important;
	zoom: 1 !important;
	color: White !important;
}
.dialogUiDeleteButtton:hover {
	border-color: Gray !important;
}
.audiooverlay {
	display: block;
	z-index: 50;
	position: absolute;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}


.catalogueTemplateTimeStamp {
	max-height: 15px;
	color: orange;
	border: solid 0px black;
	overflow: hidden;
	color:#000000;
}
.catalogueTemplateTitle {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

.catalogueTemplateTitle:hover
{
COLOR: white; BACKGROUND-COLOR: #C162A6;
}

.catalogueTemplateEditLink {
}
.catalogueTemplateMoreLink {
}
.catalogueTemplateDeleteLink {
}
.catalogueTemplateViewsAndRatings {
}
.asteriskForm {
	margin-left: 2px;
	vertical-align: top;
}
.exclamationForm {
	margin-left: 2px;
	vertical-align: top;
	width: 10px;
	height: 10px;
}
.maincontent {
	width: 100%;
	text-align: left;
	border: solid transparent 0px;
	height: 100%;
	margin: 0 auto;
	float: left;
	background-color: transparent;
	
}
#ContentPanel {
	Width: 100%;
}
.imgloading1 {
	width: 470px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Elements HEADERS */

h1, .h1, h2, .h2,h3, .h3, h4, .h4,h5, .h5, h6, .h6 {
	margin: 0 0 6px 0;
	font-family: Arial, sans-serif; 
	color: #000000;
}

.simple-pagination
{
padding-top:5px !important;
	}
}

.table-minimalist {
width: 100%;
}

.table-minimalist {
font-size: 12px;
background: #fff;
width: 100%;
border-collapse: collapse;
text-align: left;
margin: 20px 5px 20px 5px;
}


.table-minimalist th {
    font-size: 12px;
    font-weight: bold;
    color: #343434;
    border-bottom: 2px solid #343434;
    padding: 10px 8px;
    text-transform: uppercase;
}

.table-minimalist tr {
    line-height: 28px;
}

.sharebtn
{
    margin: 1px;
    height: 20px;
    vertical-align: middle;
}

.shareLabel
{
    font-weight:bold;
    margin-top:2px;
    margin-left:2px;
    vertical-align:top;
    display:inline-block;
}

.ul-upload
{
    list-style-type: none;
    margin:0;
    border:solid 0px green;
    width:996px;
    float:left;
}

.li-upload
{
    padding-right: 20px;
    width: 150px;
    padding-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; 
    *display: inline;
    vertical-align:top;
    background-color:white;
    border:solid 1px #cccccc;
    width:300px;
    height:115px;
    margin:0px 0px 30px 0px;
}

.div-upload-progress {
    margin-left:0px;
    padding-bottom:10px;
}

.img-upload {
    width:125px; 
    max-height:100px;
    border:0
}

.div-img-upload {
    display: table-cell;
    vertical-align: middle;
}

.div-div-img-upload {
    float: left;
    width: 125px;
    height: 100px;
    display: table;
}

.div-div-div-img-upload {
    margin: 2px;
    width: 310px;
    height: 120px;
    border: 2px;
}

.div-img-upload-important {
    display: table-cell !important;
    vertical-align: middle !important;
}

.div-div-img-upload-important {
    float: left !important;
    width: 125px !important;
    height: 100px !important;
    display: table !important;
}

.div-div-div-img-upload-important {
    margin: 2px !important;
    width: 310px !important;
    height: 120px !important;
    border: 2px !important;
}

.title-upload {
    color: #ABABAB;
    text-decoration: none;
    font-weight: bold;
}

.date-upload {
    width: 160px;
    color: orange;
    max-height: 15px;
    border: solid 0px green;
    overflow: hidden;
}

.div-title-upload {
    overflow: hidden;
    max-height: 30px;
    width: 160px;
}

.div-title-date-upload {
    height: 50px;
}

.div-info-upload {
    float: left;
    width: 170px;
    height: 120px;
    display: inline;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
}

.div-info-upload-important {
    float: left !important;
    width: 170px !important;
    height: 120px !important;
    display: inline !important;
    margin: 0px 0px 0px 10px !important;
    overflow: hidden !important;
}

.progress-upload {
    width: 130px;
}

.more-upload {
    float: right;
}

.div-more-upload {
    margin-top: 18px;
}

span.btn.btn-success.fileinput-button {
    border: 1px solid #c5c5c5;
    background: #d6d6d6;
    font-weight: normal;
    color: #454545;
    border-radius: 5px;
    outline: none;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

span.btn.btn-success.fileinput-button:hover {
    background: #EDEDED;
    border: 1px solid #999999;
}




div.progress-bar.progress-bar-success
{
color: #fff;
background-color: #C162A6;
border-color: #C162A6;
}

.encoder-div-button
{background-color: #EEEEEE !important;
 border:1px solid #333333 !important;
}

.ui-jqgrid-bdiv
{
    overflow-x:hidden !important;
}

.thumb-virtual
{
    border:2px dashed #57A0FF;
    width: 120px !important;
}

.div-outer-playlist
{
    position:relative;
    vertical-align:middle;
    display:table-cell;
}

.div-bottom-playlist
{
    border:1px solid #57A0FF;
    width:113px !important;
}

.div-middle-playlist
{
    border:1px solid #57A0FF;
    position:relative;
    top:2px;
    left:2px;
    background-color:White;
    width:113px !important;
}

.div-outer-playlist-list {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    text-align: -webkit-center;
}

.div-bottom-playlist-list {
    border: 1px solid #57A0FF;
    width: fit-content !important;
}

.div-middle-playlist-list {
    border: 1px solid #57A0FF;
    position: relative;
    top: 2px;
    left: 2px;
    background-color: White;
    width: fit-content !important;
}

.div-playlist
{
    position:relative;
    top:3px;
    left:3px;
    display:table-cell;
}

.div-playlist-chrome
{
    position:relative;
    top:1px;
    left:1px;
    display:table-cell;
}


.thumb-playlist
{
    width: 115px !important;
    margin-bottom:-3px !important;
    
}

/* Forms authentication login page */

input#txtPassword.text-input, input#txtUserName.text-input, span#lblPassword.label, span#lblUserName.label, fieldset.editform
{
	width: auto !important;
	height: auto !important;
	font-size: 150% !important;
	display: block !important;

}

 input#btnSubmit.custom-button.ui-state-default
 {
	width: auto !important;
	height: auto !important;
	font-size: 170%; !important;
	font-weight:bold;
	padding:10%;
}


.loginlogo {
	background-image: url('/p2g/plugins/MediaService.aspx?request=logo');
	background-repeat:no-repeat;
	width:100px;
	height: 100px;
	background-size:contain;
	margin: 0 auto;
}

#centerpoint 
{
    margin-top:200px;
}
 

#waiting {
    margin:auto;
    width:400px;
    height: 20%;
    /*background:rgba(50,50,50,0.5);
      border-radius: 25px;
      border: 2px solid #787878;
    */
    text-align: center;
    padding: 20px;
}


/* ---------------- */

/* Statistics Page Table Style */

.CssStatisticsTable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #8e8d8d;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
    
    
    overflow-x:auto;
}.CssStatisticsTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CssStatisticsTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CssStatisticsTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CssStatisticsTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CssStatisticsTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CssStatisticsTable tr:hover td{
	
}
.CssStatisticsTable tr:nth-child(odd){ background-color:#e5e5e5; }
.CssStatisticsTable tr:nth-child(even)    { background-color:#ffffff; }
.CssStatisticsTable td{
	vertical-align:middle;
	
	
	border:1px solid #8e8d8d;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CssStatisticsTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CssStatisticsTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CssStatisticsTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CssStatisticsTable tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #8e8d8d;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CssStatisticsTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CssStatisticsTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CssStatisticsTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CssStatisticsTableLeft td:first-child{
    text-align:left !important;
}

.CssStatisticsTableCustom {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:0px solid #8e8d8d;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
    
    overflow-x:auto;
}

.CssStatisticsTableCustom table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CssStatisticsTableCustom th{ background-color:#e5e5e5; }

/* ---------------------- */

.MarginSubMenu
{
    margin:25px 0px 0px 0px;
}



#followers-list.li {
border: dashed 1px #D5D5D3;
}

a
{color:#000000;}

.catalogueTemplateTitle
{color:#000000;}

.catalogueTemplateTitle:hover
{
COLOR: white; BACKGROUND-COLOR: #B61D1E;
}

.catalogueTemplateTimeStamp
{color:#000000;}



#CurrentList{

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
    color: white;
	font-size: 3em;
    
}


div.fc-view-container, CssStatisticsTableCustom, #FolderContent
{
	background-color: white;
}




/*box controller*/
/*configure*/
/*
    Styles for the Device Configuration Page
*/

/* Body div of page */
#formContent {
    width: 60%;
    margin: 0 auto;
}

/* Devices panel */
#deviceTypePanel {
    margin-top: 1em;
}

.deviceItemsContainer {
  width: 100%;
}

.deviceItemsContainer>div {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  width: 27%;
  margin: 1.5em 6% 0 0;
  background: white;
  background: -webkit-linear-gradient(white, #eee);
  background: -o-linear-gradient(white, #eee);
  background: -moz-linear-gradient(white, #eee);
  background: linear-gradient(white, #eee);
}

.deviceItemsContainer div {
  border-radius: 8px;
  text-align: center;
}

.deviceItemsContainer div img {
  height: 4em;
  margin: 0.5em;
}

.deviceItemsContainer>div:not(.active) label { font-weight: initial; }
.deviceItemsContainer>div:not(.active):not(.disabled) label { cursor: pointer; }

.deviceItemsContainer>div:nth-child(3n) {
  float: right;
}

.deviceItemsContainer>div:nth-child(3n + 1) {
  float: left;
}

.deviceItemsContainer>div:nth-child(3n + 2) {
  display: inline-block;
}

.deviceItemsContainer>div:hover:not(.active):not(.disabled) {
  box-shadow: 3px 3px 9px grey;
  cursor: pointer;
}

.deviceItemsContainer>div.active {
  background: #eee;
  background: -webkit-linear-gradient(#eee, #ddd);
  background: -o-linear-gradient(#eee, #ddd);
  background: -moz-linear-gradient(#eee, #ddd);
  background: linear-gradient(#eee, #ddd);
}
.deviceItemsContainer>div.active div:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
  background: #262420;
  background: -webkit-linear-gradient(#4a463f, #262420);
  background: -o-linear-gradient(#4a463f, #262420);
  background: -moz-linear-gradient(#4a463f, #262420);
  background: linear-gradient(#4a463f, #262420);
  color: white;
}

.deviceItemsContainer>div div:last-child {
  padding: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #bbb;
  background: -webkit-linear-gradient(#ddd, #ccc);
  background: -o-linear-gradient(#ddd, #ccc);
  background: -moz-linear-gradient(#ddd, #ccc);
  background: linear-gradient(#ddd, #ccc);
}

/* Information messages */
.message {
    margin: 1em 0;
    border: 2px groove black;
    background-color: whitesmoke;
    color: black;
    font-weight: 600;
}

.errorMessage {
    border-color: darkred;
    background-color: indianred;
    color: #610000;
}

.errorMessage>p {
    margin-left: .75em;
    margin-top: .5em;
}

.succesMessage {
    border-color: darkgreen;
    background-color: darkseagreen;
    text-align: center;
    color: darkgreen;
    padding: 0.75em 0em;
}

.succesMessage p{
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* Table with configuration values */
.HRTable td>input {
    width: 100%;
    padding-left: 1%;
    overflow: hidden;
    max-width: 100%;
    background-color: rgba(0,0,0,0);
    border: 0px solid rgba(0,0,0,0);
}

.HRTable tbody td>input:disabled, .HRTable tfooter td>input:disabled {
    color: rgb(75,75,75);
    cursor: text;
}

.HRTable td>input:focus {
    outline: none;
}

/* Notation style */
.notation {
    float: left;
    font-size: 11px;
}

/* Div with buttons for submitting */
.buttonWrapper {
   text-align: right;
}

.buttonWrapper input {
   padding: .5% 1.5%;
   font-size: 100%;
   margin-top: .4em;
   margin-left: 2%;
   border-radius: 8px;
   text-align: center;
   box-shadow: 2px 2px 2px grey;
   border: 1px solid rgba(0, 0, 0, 0.3);
   background: #bbb;
   background: -webkit-linear-gradient(#ddd, #ccc);
   background: -o-linear-gradient(#ddd, #ccc);
   background: -moz-linear-gradient(#ddd, #ccc);
   background: linear-gradient(#ddd, #ccc);
}

.buttonWrapper input:hover:enabled {
  box-shadow: none;
   cursor: pointer;
}

.buttonWrapperEdit
{
box-shadow: none !important;
margin-top:0 !important;
margin-left:0 !important;
border-radius:0 !important;
}
/*#buttonWrapper input:disabled {
   display: none;
}
*/
/*end configure*/

/*stream*/
#error {
    text-align: center;
    font-size: 1.25em;
    margin: 1em 0;
}

#playerWrapper, #addressWrapper {
    margin: 0 auto;
    width: 65%;
}

#playerWrapper{
    margin-top: 1em;
}

#addressWrapper {
    text-align: center;
}

#vlcEmb {
    width: 100%;
    height: 40em;
}

#addressLink {
    border: none;
    background-color: rgba(0,0,0,0);
    text-align: center;
    max-width: 100%;
    width: 100%;
    font-size: 1.5em;
    margin: 0.5em;
    cursor: copy;
}
/*end stream*/


/*download*/
.loader {
    margin: 1.5em auto 0.5em auto;
}
/*end donwload*/

/*view device*/
/*
    Styles for the Device View Page
*/

/* Body  */
#dashboard img{
    height: 1.85em;
}

/* Table with all devices */
#dashboard .HRTable td {
    border-left: none;
    border-right: none;
}

#dashboard .HRTable tfoot td {
    border-bottom: none;
}

#dashboard .HRTable tfoot td {
    padding-top: 1.25em;
}

/* Option cells and stream icon cell */
#dashboard td.option img, #dashboard td.stream img, #dashboard td.download img {
    cursor: pointer;
}

/* Downloads wrapper, overlay and content */
#downloadsWrapper {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#downloadsOverlay {
    display: table-cell;
    vertical-align: middle;
    background: rgba(100, 100, 100, 0.35);
}

#downloadsContent {
    margin: 0 auto;
    padding: 1em;
    width: 65%;
    background: white;
    border: 1px black solid;
}

#downloadsContent .loader {
    margin: 1.5em auto 0.5em auto;
}

#downloadListWrapper {
    max-height: 40em;
    overflow-y: scroll;
}

#downloadsContent .HRTable {
    margin-top: 0;
}

#downloadsContent .HRTable .duration { 
    text-align: right; 
    padding-right: 1%;
}

#downloadsContent .HRTable td:last-child { border-left: none; }
#downloadsContent .HRTable td:nth-last-child(2) { border-right: none; }

#downloadsContent .HRTable img { cursor: pointer; }
#downloadsContent .HRTable .remove-download { margin-left: 25%; }
/*end view device*/


/*configure schedule*/
/*
    Styles for the Schedule Configure Page
*/

/* Wrapper for overview table */
#overviewWrapper {
    width: 100%;
    max-height: 400px;
    overflow-y:scroll;
    margin-top: 1em;
    margin: 1em 0;
}


#overviewWrapper .HRTable .removeImg {
    margin-left: 1em;
}

#overviewWrapper .HRTable tbody tr:hover:not(#emptyTable) td{
    border-style: inset;
    cursor: pointer;
}

/* Table with all schedules */
.HRTable {
    margin: 0;
}

/* Class for the table row that's being editted */
.editing {
    background-color: #FFFFA3 !important;
}

.editImg {
    margin-left: 10%;
}

/* Information messages */
.message {
    border: 2px solid black;
    background-color: rgb(185, 185, 185);
    color: black;
    padding-top: 0.5em;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
}

.infoMessage {
    border-color: #FFDD00;
    background-color: #FFFFA3;
}

.infoMessage span {
    font-weight: bold;
}

.errorMessage {
    border-color: darkred;
    background-color: indianred;
    color: #610000;
    font-weight: bold;
}

.errorMessage>p {
    margin-left: .75em;
    margin-top: .5em;
}

.errorMessage ul {
    padding: 0;
    list-style-type: none;
}

.successMessage {
    border-color: darkgreen;
    background-color: darkseagreen;
    text-align: center;
    color: darkgreen;
}

.successMessage span {
    font-weight: bold;
}

/* Table with configuration values */
.HRTable td {
    padding-top: 0;
    padding-bottom: 0;
}

.HRTable td:first-child {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.HRTable thead td>input {
    font-weight: bold;
    color: inherit;
}

.HRTable td>input, .HRTable td:first-child {
    padding-left: 1%;
}

.HRTable td input {
    background-color: rgba(0,0,0,0);
    border: none;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

/* Layout styles*/
#layout-container {
    margin-top: 1.5em;
    width: 600px;
}

#layout-container>.loader {
    margin-left: 1em;
    margin-top: 3em;
}

#layout-container>.layout {
   margin: 1em auto 0 auto;
   background: black;
   width: 180px;
   height: 120px;
   position: relative;
   outline: 1px solid black;
   margin-left: 30px;
   box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    text-align: left;
}

#layout-container>.layout.active img {
   z-index: 810;
   width: 30px;
   position: absolute;
   left: 145px;
   top: 5px;
}

#layout-container>.layout:hover:not(.active) {
   box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
   cursor: pointer;
}

#layout-container>.layout:nth-child(3n) {
  display: inline-block;
}

#layout-container>.layout:nth-child(3n + 1) {
  float: right;
}

#layout-container>.layout:nth-child(3n + 2) {
  float: left;
  margin-left: 0;
}

#layout-container>.layout>div {
   position: absolute;
}

#layout-container>.layout>div {
   position: absolute;
}

#layout-container>.layout span {
    padding-left: 5px;
    font-weight: bold;
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

/* Notation style */
.notation {
    float: left;
    font-size: 11px;
}

/* Repeat styles */
#repeatCell #summary {
    font-weight: bold;
}

#repeatCell > div {
    padding: .5em 0;
}

#repeatCell > div p {
    margin: 0;
    padding: 0;
}

#repeatPopupContent input, #repeatCell input {
    width: auto;
    height: auto;
    overflow: hidden;
}

#repeatPopupContent .repeatOption { margin: .75em 0; }
#repeatPopupContent .radioContent { padding-left: 1%; }

#repeatPopupContent .radioLeft {
  float: left;
}

#repeatPopupContent .radioContent {
  float: left;
  width: 97%;
  max-width: 97%;
}

#repeatPopupContent input[type='number'] {
  width: 50px;
  border: none;
  background: transparent;
  text-align: center;
}

#repeatPopupContent input[type='number']:disabled , #repeatPopupWrapper .disabledOption {
  color: rgba(100, 100, 100, 0.4);
}

#repeatPopupContent .disabledOption .repeatNotifier {
    color: black;
}

/* Repeat popup styles */
#repeatPopupWrapper {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
}

#repeatPopupOverlay {
    display: table-cell;
    vertical-align: middle;
    background: rgba(100, 100, 100, 0.35);
}

#repeatPopupContent {
    margin: 0 auto;
    padding: 1em;
    width: 40%;
    background: white;
    box-shadow: 0px 0px 10px grey;
}

#repeatPopupContent h3 {
    font-weight: bold;
}

/* Form buttons */
#save {
    float: right;
    border: none;
    background-color: rgba(0,0,0,0);
}

#save, #editStop {
    text-decoration: underline;
    color: black;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em;
}

#save:hover, #editStop:hover {
    color: rgb(200, 75, 75);
}
/*end configure schedule*/

/*view schedule*/
/*
    Styles for the Schedule Configure Page
*/

/* Div with grouping links (Today, week, month) */
#groupSection {
    margin-top: 1em;
}
#groupSection a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.selectedGroup {
    color: rgb(200, 75, 75) !important;
}

/* Wrapper div for table  */
#tableWrapper {
    width: 100%;
    max-height: 400px;
    overflow-y:scroll;
}

/* Table with all schedules */
.HRTable {
    margin-top: 0;
}

#tableWrapper .HRTable .description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Div wrapper for configution link*/
#configureLinkWrapper {
    margin-top: 1em;
    text-align: center;
}

/* Lnik to configuration page */
#configureLink {
    color: rgb(200, 75, 75);
    text-decoration: underline;
    font-weight: bold;
}
/*end view schedule*/

/*main*/


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Deafult table styles for the tables with HRTable id */
.HRTable {
    margin-top: 1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    text-align: left;
}

.HRTable td {
    border: 1px outset rgb(255,255,255);
    padding: 0.2em 0.4em;
}

.HRTable thead th {
    background-color: rgb(165,165,165);
    border-top: 1px outset rgb(255,255,255);
    border-bottom: 3px outset rgb(255,255,255);
    color: white;
    font-weight: bold;
}

.HRTable th.header { 
    background-image: url('/p2g/images/bg.gif'); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 20px; 
    margin-left: -1px; 
} 

.headerSortUp { 
    background-image: url('/p2g/images/asc.gif') !important; 
    background-color: #8e8d8d; 
    background-repeat: no-repeat; 
    background-position: center right; 
} 

.headerSortDown { 
    background-image: url('/p2g/images/desc.gif') !important; 
    background-color: #8e8d8d; 
    background-repeat: no-repeat; 
    background-position: center right; 
} 



.HRTable thead input { 
    color: white;
    font-weight: bold;
}

.HRTable tbody tr:nth-child(even) {
    background-color: rgb(215,215,215);
}

.HRTable tbody tr:nth-child(odd) {
    background-color: rgb(240,240,240);
}

.HRTable tbody tr:last-child td {
    border-bottom: 1px outset rgb(255,255,255);
}

.HRTable input, .HRTable img {
    height: 2em;
}

/* Set properties for tablerow which specifies that the table contont is empty */
#emptyTable {
    background-color: rgb(235, 235, 235) !important;
}

#emptyTable td {
    text-align: center !important;
    padding: 0.5em 0 !important;
}

/* Remove selection border of disabled inputs and textareas */
textarea:disabled:focus, textarea:read-only:focus, input:disabled:focus, input:read-only:focus {
    outline: none;
}

/* LOADING ANIMATION */
.loader {
    margin: 0 auto;
    cursor: initial;
}

.loader,
.loader:before,
.loader:after {
  background: #c00;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.4em;
  height: 0.65em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -0.75em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 0.75em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #c00;
    height: .65em;
  }
  40% {
    box-shadow: 0 -1.6em #c00;
    height: .65em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #c00;
    height: .65em;
  }
  40% {
    box-shadow: 0 -1.6em #c00;
    height: .65em;
  }
}

/* Blink animation */
.blink {
   -webkit-animation: blink 2s infinite ease;
   animation: blink 2s infinite ease;
}

@-webkit-keyframes blink {
   0% { opacity: 0; }
   50% { opacity: 1; }
   100% { opacity: 0; }
}

@keyframes blink {
   0% { opacity: 0; }
   50% { opacity: 1; }
   100% { opacity: 0; }
}

/* Selection color */
::selection { 
    background: #c00;
    color: white;
}

::-moz-selection { 
    background: #c00;
    color: white;
}

.bodyContent
{
    margin-top:40px !important;
    }
    /*end main*/
/*end box controller*/

.ui-widget-header {
    border: 0px !important;
    background:none !important;
}

.ui-icon-closethick {
    background-image: url('/p2g/images/cross.png') !important;
    background-position: left top !important;
    background-size: cover;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.serverStatusTabs > ul {
  text-align: center !important;
  margin: 50px 0 0 !important;
  padding: 0 !important;
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  z-index: 1 !important;
}
.serverStatusTabs > ul > li {
  display: inline-block !important;
  background: none !important;
  padding: 0px 15px !important;
  position: relative;
  width: auto;
  max-width:300px;
  margin: 0 0 0 -4px;
  border:none !important;
}
.serverStatusTabs > ul > li:before, .serverStatusTabs > ul > li:after {
  opacity: 0 !important;
  transition: 0.3s ease !important;
}
.serverStatusTabs > ul > li.ui-tabs-active:before, .serverStatusTabs > ul > li.ui-tabs-active:after, .serverStatusTabs > ul > li.ui-state-hover:before, .serverStatusTabs > ul > li.ui-state-hover:after, .serverStatusTabs > ul > li.ui-state-focus:before, .serverStatusTabs > ul > li.ui-state-focus:after {
  opacity: 1 !important;
}
.serverStatusTabs > ul > li:before, .serverStatusTabs > ul > li.ui-state-active.ui-state-hover:before, .serverStatusTabs > ul > li.ui-state-active.ui-state-focus:before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  box-shadow: 0 2px rgba(22, 195, 255, 0.5) !important;
  top: 50% !important;
  bottom: 1px !important;
  left: 5px !important;
  right: 5px !important;

}
.serverStatusTabs > ul > li:after, 
.serverStatusTabs > ul > li.ui-state-active.ui-state-hover:after, 
.serverStatusTabs > ul > li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fafafa;
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  left: 50% !important;
  bottom: -6px !important;
  margin-left: -6px !important;
  transform: rotate(45deg) !important;
  box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
.serverStatusTabs > ul > li.ui-state-hover:before, .serverStatusTabs > ul > li.ui-state-focus:before {
  box-shadow: 0 2px rgba(0, 0, 0, 0.2) !important;
}
.serverStatusTabs > ul > li.ui-state-hover:after, .serverStatusTabs > ul > li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
.serverStatusTabs > ul > li.ui-state-focus a {
  text-decoration: none !important;
}
.serverStatusTabs > ul > li:focus {
  outline: none !important;
}
.serverStatusTabs > ul > li a {
  color: #444  !important;
  text-decoration: none  !important;
  width: 100%  !important;
  padding: 0px !important;
}
.serverStatusTabs > ul > li a:focus {
  outline: none !important;
}

.serverStatusTabs > ul > li a:active { 
     text-decoration: none  !important;
}
.serverStatusTabs > ul > li a span {
  position: relative  !important;
  bottom: 10px  !important;
}

.serverStatusTabs {
  min-width: 360px;
  border: none !important;
  background:none !important;
}

.lightpage-contents {
  padding: 10px;
  min-height: 200px;
}

.lightpage {
  border:none;
}

.metadataEditHeader {
    border-top: #00000033 solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important;
}

.settingHeader {
    border-top: #00000033 solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 900px;
    margin-bottom: 20px !important;
}

.generalSettingsHeader{
    border: #eeeeee solid 1px;
    /*box-shadow: 2px 2px #eeeeee;*/
    margin-bottom: 20px !important;
    padding:8px;
    padding-bottom: 5px;
}

.metadataEditContent {
    background:white !important;
    background-color:white !important;
    border-style:none !important;
}

.metadataEditContent-dark {
    color: white !important;
    background-color: black !important;
    border-style: none !important;
}


.metadataEditFormContent {
}

.metadataEditFormControl {
    min-height:28px;
}

.metadataEditFormControl > input[type=text] {
    width: 450px !important;
}

.metadataEditFormControl > select {
    width:450px !important;
}

.metadataEditFormControl > textarea {
    width:450px !important;
    overflow-x:hidden;
    overflow-y:auto;
}

.thMemberUser {
    width: 200px;
    text-align: left;
}

.thMemberEmailAddress {
    width: 200px;
    text-align: left;
}

.thMemberRole {
    width: 100px;
    text-align: left;
}

.thMemberLastActivityDate {
    width:150px;
    text-align: right;
}

.thMemberMore {
    width: 50px;
}

.user-name-td {
    text-align: left;
}

.user-email-td {
    text-align: left;
}

.user-role-td {
    text-align: left;
}

.user-activity-td {
    text-align: right;
}

.user-more-td {
    text-align: right;
}

/* Alternating tables */
.table-minimalist tr:nth-child(even) {background: #DDD;}
.table-minimalist tr:nth-child(odd) {background: #FFF;}


.loadingBackgroundImage {
  background-image: url("/p2g/images/LoadingDataLti.gif");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position:center center;
}

.schedule-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: white;
    z-index: 10;
    opacity: 0.8;
}

/* chart legend */
table.jqplot-table-legend, table.jqplot-cursor-legend {
    width: max-content;
}

/* combobox and textbox to be same height*/
input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-button, .page-button:active {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
    height: 32px;
    border-radius: 5px;
    outline: none;
    text-transform: capitalize;
}

.page-button:hover {
    background: #EDEDED !important;
    border: 1px solid #999999 !important;
}

.clear-page-button, .page-button:active {
    border: 1px solid #c5c5c5 !important;
    font-weight: normal !important;
    height: 32px;
    border-radius: 5px;
    outline: none;
    text-transform: capitalize;
}

.clear-page-button:hover {
    border: 1px solid #999999 !important;
}

.page-combobox {
    min-width: 100px;
    height: 32px;
    font-size: 1em !important;
    padding: 5px 24px 5px 5px;
    border: 1px solid rgb(118,118,118) !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* SVG background image */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='ffc5c5c5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 12px;
    background-repeat: no-repeat;
}

.page-textbox {
    height: 32px;
    font-size: 1em !important;
}

.page-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em !important;
}

.control-x-small {
    width: 100px;
}

.control-small {
    width: 120px;
}

.control-medium {
    width: 180px;
}

.control-x-medium {
    width: 250px;
}

.control-large {
    width: 360px;
}

.control-x-large {
    width: 400px;
}

.control-xx-large {
    width: 440px;
}

.control-xxx-large {
    width: 500px;
}

/* Combobox for metadata dialog */
.dialog-combobox {
    min-width: 100px;
    width: 250px;
    height: 28px;
    font-size: 1em !important;
}

.filter-combobox {
    height: 28px;
    font-size: 1em !important;
}

.dialog-combobox-warning {
    background-color:red;
}

/* Combobox for other dialogs */
.dialog-combobox-other {
    min-width: 100px;
    height: 28px;
    font-size: 1em !important;
    padding: 5px 24px 5px 5px;
    border: 1px solid rgb(118,118,118) !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* SVG background image */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='ffc5c5c5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 12px;
    background-repeat: no-repeat;
}

.page-tr {
    height: 30px;
    vertical-align: middle;
    font-size: 1em;
}

.page-td {

}

.dialog-textbox {
    width: 250px;
    height: 28px;
    font-size: 1em !important;
}

.dialog-textbox-other {
    height: 28px;
    font-size: 1em !important;
}

.dialog-textarea {
    width: 250px;
}

.dialog-textarea-other {
    height: 75px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog-label-singleline {
    vertical-align: -webkit-baseline-middle;
}

.dialog-label-multiline {
    vertical-align: top;
    margin-top: 5px;
}

.dialog-restore-button {
    width:22px;
    height: 22px;
    vertical-align: middle;
    margin: 0px 0px 6px 0px;
    background-size: 80% 80%;
    background-color: White;
    background-image: url('/p2g/Images/img-restore.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.dialog-left-deletebutton {
    position: absolute;
    left: 15px;
}

.dialog-hintcontainer {
    background: #fcf8e3;
    border: 1px solid #c5c5c5;
    padding: 2px;
    margin-top: 5px;
}

.dialog-mandatory-level {

}

.dialog-span-permission-shortcut {
    display: inline-block;
    vertical-align: middle;
}

.dialog-span-permission-shortcut input[type="checkbox"] {
    vertical-align: middle;
}

.dialog-span-permission-shortcut label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.dialog-div-permissions {
    margin:4px;
}
.dialog-ol-permissions {
    height: 200px;
    border: 1px solid #8e8d8d;
}

.dialog-div-permission-buttons {
    float:right; 
}

.dialog-checkbox-shortid {
    margin-left: 5px;
    vertical-align: -7px;
}

.dialog-label-shortid {
    vertical-align: -webkit-baseline-middle;
}

.dialog-textbox-shortid {
    vertical-align: middle;
    margin-top:5px;
}

.advanced-search-combobox {
    min-width: 100px;
    height: 32px;
    font-size: 1em !important;
    padding: 5px 24px 5px 5px;
    border: 1px solid rgb(118,118,118) !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* SVG background image */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='ffc5c5c5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 12px;
    background-repeat: no-repeat;
}

.advanced-search-textbox {
    height: 32px;
    font-size: 1em !important;
    margin-top: 2px;
}

.advanced-search-plus {
    width: 14px;
    margin: 2px;
}

.advanced-search-minus {
    width: 14px;
    margin: 2px;
}

.advanced-search-box {
    float: right;
    padding: 10px;
    width: 680px;
}

.infoCatalogue {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

.folder-storage-container {
    height: 24px;
    width: 80%;
    margin-top: 2px;
    position: relative;
    border: 1px solid black;
    vertical-align: middle;
}

.folder-storage-usage {
    height: 100%;
}

.folder-storage-label {
    position: absolute;
    top: 0px;
    line-height: 24px;
    vertical-align: middle;
}

.transcoding-content {
    margin:5px;
}

.labelLowercase {
    text-transform: lowercase;
}

.context-menu {
    /*padding-right: 10px;*/
}

.context-menu li {
    margin: 5px;
    padding: 9px 2px 9px 5px;
}


.dropzone-area
{
	text-align:center;
	border:2px dashed gray;
	background-color:#f2f2f2;
	margin:5px 0px 5px 0px;
	height:200px
}

.dropzone-container
{
 	width:100%;
	height:200px;
	position:absolute;
	left:0
}

.dropzone-files
{
	width:100%;
	height:200px;
	position:absolute;
	left:0;
}

.dropzone-button
{
	position:absolute;
	width:100%;
	line-height:200px;
	left:0;
}

.dropzone-text
{
	font-size:10pt;
	color:gray
}

.dropzone-fileupload
{
	width:100%;
	height:200px;
}

/*password dialog*/
.password-textbox-hide {
    background-image: url('/p2g/images/eye.png');
    background-size:20px 10px;
    height:10px;
}
.password-textbox-reveal {
    background-image: url('/p2g/images/eye-slash.png');
    background-size:20px 14px;
    height:14px;    
}
.password-textbox {
    background-repeat:no-repeat;
    width:20px;
    display:inline-block;
}

img.grayscale { 
  filter:grayscale(100%);
}

a.defaultCursor{
    cursor: default;
}

.transcoding-content-item {
     height:90px; 
     margin:10px;
     padding:4px; 
     border:1px solid lightgray;

}
div.progressbar
{
    margin:2px;
    background:lightgray;
    height:24px;
}

div.progressbar-value {
    background:green;
    height:20px;
    text-align:left;
    padding:0px 0;
    font-weight:bold;
    height:24px;
    line-height:24px;
    color:white;
}

.search-input {
    padding-left: 32px;
    border: 1px solid #767676;
    background-image: url('/p2g/images/img-search.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 10px;
    outline: 0;
}

.dialog-select-groupmembers {
    width: 100%;
    height: 180px;
    overflow: auto;
}

.dialog-select-header {
    color: black;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.dialog-select-child {
    margin-left: 6px;
    padding: 3px;
}

.dialog-anchor-button {
    font-size: 40px;
    text-decoration: none;
}

.dialog-select-role {
    overflow: auto;
    height: 270px;
    width: 100%;
}

.dialog-verticalspace-thin {
    height: 5px;
    clear: both;
}

[class^="dialog-tab-page-"] {
    border: 1px solid #ccc;
}

.dialog-tab-page-role {
    height: 280px;
    display: flex;
    align-items: flex-end;
}

.centercontainer {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.multiSelectPermissions .ui-selecting {
    background: #3399FF;
}

.multiSelectPermissions .ui-selected {
    background: #3399FF;
    color: white;
}

.multiSelectPermissions {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    border: 1px solid black;
    overflow: scroll;
    overflow-x: hidden;
}

.virtual-metadata-sortable {
    list-style-type:none;
}

.virtual-metadata-sortable li {
    margin:10px 0px;
}

.button-space-small{
    margin-left:1px;
}

.qtip-custom {
    max-width: 455px !important;
    min-height: 180px !important;
}

.btn-custom:disabled {
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #666 !important;
    pointer-events: none;
}
.btn-custom:disabled:hover {
    background-color: #ccc !important;
    color: #666 !important;
}

.qtip-mixed {
    max-width: 455px !important;
    min-height: auto !important;
}

.context-menu-item-child {
    vertical-align: middle
}

.page-overlay{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.virtual-reference-list {
    list-style-type: none;
}

.virtual-reference-list li {
    margin: 10px 0px;
}