﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	font-family: proxima_novaregular, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
    background-color: #EDEDED;
}

div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #009DC6;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

p, ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
    line-height: 18px;
}

p.p1 {
    font-size: 12px;
    line-height: 18px;
}

p.p2 {
    font-size: 14px;
    line-height: 20px;
}

div.noBorder table
{
	border-width: 0px;
}

div.noBorder td
{
	border-width: 0px;
}

a.awesomeButton 
{
    background: #009DDA;
    display: inline-block;
    padding: 3px 10px 4px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    /*border-radius: 5px;*/
    /*box-shadow:  0 1px 3px #AAA;*/
    /*border-bottom: 1px solid #666;*/
    position: relative;
    cursor: pointer;
}

.error
{
	color: Red;
}

a.grayedOutAwesome
{
	background: #ABABAB;
	cursor: default;
}

a.awesomeButtonLarge
{
    background: #007DB1;
    display: inline-block;
    padding: 7px 20px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    box-shadow:  0 1px 3px #AAA;
    border-bottom: 1px solid #666;
    position: relative;
    cursor: pointer;
}

a.grayButtonSizable {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 10px 5px 0px 5px;
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

a.grayButton {
    display: inline-block;
    width: 68px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px 5px 0px 5px;
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

a.disabledGrayButton 
{
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: #CCCCCC;
    cursor: default;
}

div.uploadBox {
    width: 300px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
}

textarea {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 13px;
}
/* HEADINGS   
----------------------------------------------------------*/

h1
{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-family: nexa_lightregular, Arial;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}

h2
{
    padding: 0px 0px 0px 0px;
	margin: 20px 0px 9px 0px;
	font-family: nexa_lightregular, Arial;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
  
h3
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: nexa_lightregular, Arial;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
}

h4
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: nexa_lightregular, Arial;
	font-size: 30px;
	color: #76B928;
	font-weight: normal;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
div.smalltext
{
	font-size: 10px;
}

div.formLeft
{
	width:245px;
	margin:0px 5px 0px 5px;
	float:left;
}

div.formRight
{
	width:671px;
	margin:0px 5px 0px 5px;
	float:left;
}

div.blockLeft
{
	width:250px;
	float:left;
	padding: 0px 10px 0px 0px;
}

div.blockRight
{
	width:646px;
	float:left;
	padding: 0px 5px 0px 20px;
}

div.horizRule
{
	background-color: #EED53B;
	font-size: 1px;
	height: 5px;
	padding: 0px;
}

/*.page
{
	width: 960px;
	margin: 0px auto 0px auto;
}*/


/*#header {
    position: relative;
    margin: 25px 0px 0px 0px;
    color: #000;
    padding: 0;
}*/

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	/* margin: 0px 150px, 150px 150px; */
	width:500px;
	text-align:center
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#mainNav
{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 976px;
	height: 40px;
}

#homeBar
{
	vertical-align:top;
	background-color: #67b2d1;
	width: 976px;
	height: 30px;
	margin:0px;
	padding:0px;
}

/*#footer
{
    color: #999;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 11px;
}

#footerBottom
{
	padding-top: 14px;
	width: 976px;
	height: 200px;
}

#footerMainNav
{
	color: #999;
}

#footerMainNav a
{
	font-family: Arial;
	font-size: 11px;
	color: #999;
}

#footerMainNav a:hover
{
	text-decoration: none;
}

#footerMainNav ul
{
	margin: 0;
	padding-bottom: 5px;
	list-style-type: none;
	display: block;
}

#footerMainNav ul li
{
	display: block;
	float: left;
	margin-right: 15px;
}

#footerRights
{
    clear: both;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	margin-top: 15px;
}

#footerRights a
{
	font-family: Arial;
	font-size: 11px;
	color: #8CC63F;
}

#footerRights a:hover
{
	text-decoration: none;
}*/


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    /*height: 23px;*/
}
/*
input[type="text"] 
{
	margin-top: 3px;
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
	margin-top: 3px;
    width: 200px;
    border: 1px solid #CCC;
}
*/

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
  cursor: pointer;  
}

.bgGrey
{
	background-color: #f4f4f4;
	border: solid 1px #f4f4f4;
}

/* login page
----------------------------------------------------------*/

.userLoginBox {
	width: 710px;
	padding: 70px 40px;
	/*margin: 0px 20px 0px 260px;*/
    margin: 0 auto;
	border:solid 1px #CCCCCC;
	border-radius: 3px;

    background-color: #F2F2F2;
}

.loginBox {
  position: relative;
}


.loginrow 
{
  position: relative;
}
.loginrow:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.editor-label
{
	float: left;
	width: 90px;
	vertical-align: middle;
	font-size: 1.2em;
	padding-top: 8px;
	margin-left: 15px;
}

.editor-field
{
	width: 250px;
	font-size: 1.2em;
	float: left;
}

.loginfield
{
	width: 250px;
	font-size: 1.2em;
	float: left;
	border:solid 1px #08639C;
  color: #666
}

.loginsubmit {
  font-size: 1.2em;
  width: 80px;
  height: 30px;
  background-color: #74bb11;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.loginsubmit:hover {
  opacity: 0.800000011920929;
}

.createsubmit {
  background-color: #b72bb8
}

.addsubmit
{
	font-size: 1.2em;
	width: 140px;
	height: 30px;
}

.prototypesubmit {
  color: #fff;
  background-color: #979797;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.loginsubmit:hover,
.prototypesubmit:hover {
  opacity: 0.800000011920929;
}



/* html alert
----------------------------------------------------------*/

#overlay {
    background:#FFF;
    filter: alpha(opacity=50);
    opacity:0.5;
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:100;
    cursor:pointer;
    cursor:hand;
}

#overlayDialog {
    border: solid 1px #AAA;
    width: 400px;
    background:white;
    display:none;
    position: absolute;
    padding:10px;
    border-radius:5px;
    z-index:101;
    text-align:center;
}

#overlayDialog input {
    width: 65px;
}

#overlayDialog p {
    margin:20px;
}

/* overlay form on manage page
----------------------------------------------------------*/
.wsSettings {
    display: inline-block;
}

.wsSettings div {
    /*margin-top: 5px;*/
}

.wsSettingButtonsDiv {
    /*display: inline-block;*/
    float: right;
    /*vertical-align: top;*/

    text-align: right;
}

.wsSettingButton {
    display: inline-block;
    cursor: pointer;

    color: #848894;
    font-size: 14px;
    margin-left: 20px;

}

    .wsSettingButton:hover {
        color: #444444;
    }


#wsManageUserMenu {
    width: 175px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;

    z-index: 2;
    position: absolute;

    cursor: default;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    box-shadow: 0 2px 4px 0 #000000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);

    color: #000000;
}


/* ID info on Manage Page
----------------------------------------------------------*/
.siteSectionDescription {
    margin: 5px 0px 20px 0px;
}

#fsViewerMessage {
	margin-top: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}

/*#functionButtonsPlaceholder {
    height: 85px;
}*/

/*#functionButtons {
    padding-top: 10px;
    z-index: 110;
    height: 75px;
    background-color: #FFFFFF;
    width: 960px;
}*/

.functionButtonsHover {
    position: fixed;
    top: 0px;

    background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
    padding-top: 10px;
    z-index: 10;

    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
}

/*a.prototypesButton
{
    text-align: center;
    display: block;
    float: left;
    color: #666666;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    width: 100px;
    padding: 40px 0px 8px 0px;
    background-repeat: no-repeat;
    background-position: 42px 10px;
    cursor: pointer;
}

a.grayedOutPrototypesButton {
    text-align: center;
    display: block;
    float: left;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    width: 100px;
    padding: 40px 0px 8px 0px;
    background-repeat: no-repeat;
    background-position: 42px 10px;
    cursor: default;
}

a.prototypesButton:hover {
    background-color: #CCCCCC;
}*/

#createShortcut {
    background-image: url("../images/icon_fileadd.png");
}

#createNewFolder {
    background-image: url("../images/icon_folderadd.png");
}

/*#createWorkspace {
    background-image: url("../images/icon_createworkspace.png");
}*/

/*#addAccountsButton {
    background-image: url("../images/icon_add_accounts.png");
    background-position: 37px 10px;
}*/

/*a.setLevelEnabled {
    background-image: url("../images/icon_set_access_level.png");
}

a.setLevelDisabled {
    background-image: url("../images/icon_set_access_level_inactive.png");
}

a.addSamlEnabled {
    background-image: url("../images/icon_add_to_saml.png");
}

a.addSamlDisabled {
    background-image: url("../images/icon_add_to_saml_inactive.png");
}*/

a.moveItemsEnabled {
    background-image: url("../images/icon_move.png");
}

a.moveItemsDisabled {
    background-image: url("../images/icon_moveinactive.png");
}

/*a.deleteItemsEnabled {
    background-image: url("../images/icon_delete.png");
}

a.deleteItemsDisabled {
    background-image: url("../images/icon_deleteinactive.png");
}*/

/*a.renameItemsEnabled {
    background-image: url("../images/icon_rename.png");
}

a.renameItemsDisabled {
    background-image: url("../images/icon_rename_inactive.png");
}*/

a.duplicateShortcutEnabled {
    background-image: url("../images/icon_duplicate.png");
}

a.duplicateShortcutDisabled {
    background-image: url("../images/icon_duplicate_inactive.png");
}

/*#createNewNotification {
    background-image: url("../images/icon_addnotification.png");
}*/

/*#createNewSlackNotification {
    background-image: url("../images/icon_addnotification.png");
}*/

/*#idTableHeader 
{
    position: relative;
    display: none;
    padding: 10px 5px 10px 5px;
    background-color:#F5F5F5;
    border: 1px solid #CCCCCC;
}*/

#idInfoContainer {
	margin-bottom: 20px;
}

.userAccountError {
	/*position: absolute;
	top: 9px; 
	left: 600px;*/
}

#noPrototypesMessage {
	font-style: italic;
    text-align: center;
}

/*.itemInfoBox {
    padding: 10px 5px 10px 5px;
    background-color:#FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    cursor: default;
}*/

/*.folderBox
{
	background-color:#E5E5E5;	
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}*/

.inviteBox {
    background-color: #9edf92;
    background-color: rgba(158, 223, 146, 0.77);
}

.customDomainPrototype {
    background-color: #D2F0FF;
}

#workspaceCoachmark {
    color: #666666; 
    background-color: #F5F5F5; 
    height: 100px; 
    line-height: 100px; 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 55px; 
    border: 1px solid #CCCCCC;
}

#workspaceCoachmark div 
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/* Folder tree on move dialog on Manage page
----------------------------------------------------------*/
#moveTreeDiv
{
	height: 250px;
	border: solid 1px #08639C;
	background-color: #FFFFFF;
	overflow: auto;
}

.moveTree {
	list-style-type: none;
	margin: 10px 0px 10px -9px;
	overflow:visible;
}

.moveTree ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
}

.moveTreeNode 
{
	margin:3px 0px 3px 32px;
	white-space:nowrap;
}

.moveTreeNode div
{
	padding-top: 2px; 
	padding-bottom: 2px; 
	height: 18px;
}

.moveTreeExpandableNode 
{
	margin-left: 20px;
}

.moveTreeMinus 
{
	vertical-align:middle;
	background: url('/images/foldertreeminus.gif');
	background-repeat: no-repeat;
	margin-right: 3px;	
	margin-bottom: 1px;
	height:9px;
	width:9px;
	display:inline-block;
}

.moveTreePlus 
{
	vertical-align:middle;
	background: url('/images/foldertreeplus.gif');
	background-repeat: no-repeat;
	margin-right: 3px;	
	margin-bottom: 1px;
	height:9px;
	width:9px;
	display:inline-block;
}

.moveTreeFolderLink 
{
	margin-left: 0px;
	cursor: pointer;
}

.moveTreeFolderIcon 
{
	margin-bottom:-3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_folder.png');
	background-repeat: no-repeat;
}

.moveTreeWSIcon 
{
	margin-bottom:-3px;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_workspace.png');
	background-repeat: no-repeat;
}

.moveTreeMPIcon 
{
	margin-bottom:-3px;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_myprojects.png');
	background-repeat: no-repeat;
}

.moveTreeFolderName 
{
	margin-left: 3px;
}

.moveTreeHighlight 
{
	margin-left: -1px;
	background-color : #E3EDF5;
	padding-right : 4px;
	padding-bottom : 0px;
	padding-top : 1px;
	border : 1px solid #AAA;
}

/* Manage Notification Subscriptions Page
----------------------------------------------------------*/
.elementType 
{
    position: absolute;
    top: 9px;
    left: 366px;    
}

.elementModified 
{
    position: absolute;
    top: 9px;
    left: 437px;
}

/*.subscriptionMethod {
    position: absolute;
    top: 9px;
    left: 370px;
}*/

/*.subscriptionName 
{
    position: absolute;
    top: 9px;
    left: 465px;
}*/

/*.editSubDiv 
{
    position: absolute;
    top: 9px;
    right: 160px;    
}*/

/*.editChannelDiv 
{
    position: absolute;
    top: 9px;
    left: 410px;
}*/

/*.deleteSubDiv 
{
    position: absolute;
    top: 9px;
    right: 30px;    
}*/

.subscriptionTreeView 
{
	height: 250px;
	border: solid 1px #08639C;
	background-color: #FFFFFF;
	overflow: auto;
}

.fsTree {
	list-style-type: none;
	margin: 10px 0px 10px -9px;
	overflow:visible;
}

.fsTree ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
}

.fsTreeNode 
{
	margin:3px 0px 3px 32px;
	white-space:nowrap;
}

.fsTreeNode div
{
	padding-top: 2px; 
	padding-bottom: 2px; 
	height: 14px;
}

.fsTreeExpandableNode 
{
	margin-left: 20px;
}

.fsTreeMinus 
{
	vertical-align:middle;
	background: url('/images/foldertreeminus.gif');
	background-repeat: no-repeat;
	margin-right: 3px;	
	margin-bottom: 1px;
	height:9px;
	width:9px;
	display:inline-block;
}

.fsTreePlus 
{
	vertical-align:middle;
	background: url('/images/foldertreeplus.gif');
	background-repeat: no-repeat;
	margin-right: 3px;	
	margin-bottom: 1px;
	height:9px;
	width:9px;
	display:inline-block;
}

.fsTreeFolderLink 
{
	margin-left: 0px;
	cursor: pointer;
}

.fsTreeFolderIcon 
{
	margin-bottom:-3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_folder.png');
	background-repeat: no-repeat;
}

.fsTreeWSIcon 
{
	margin-bottom:-3px;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_workspace.png');
	background-repeat: no-repeat;
}

.fsTreeMPIcon 
{
	margin-bottom:-3px;
	width: 19px;
	height: 16px;
	display: inline-block;
	background: url('/images/icon_myprojects.png');
	background-repeat: no-repeat;
}

.fsTreeFolderName 
{
	margin-left: 3px;
}

.fsTreeFileLink 
{
    margin-left: 0px;
    cursor: pointer;    
}

.fsTreeFileIcon 
{
    margin-bottom: -3px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/images/fileicon.png');
    background-repeat: no-repeat;    
}

.fsTreeFileName 
{
    margin-left: 3px;    
}

.fsTreeAllLink 
{
    margin-left: 0px;
    cursor: pointer;    
}

.fsTreeAllName 
{
    margin-left: 3px;    
}

.fsTreeHighlight 
{
	margin-left: -1px;
	background-color : #E3EDF5;
	padding-right : 4px;
	padding-bottom : 0px;
	padding-top : 1px;
	border : 1px solid #AAA;
}

/* Manage Discussions Page
----------------------------------------------------------*/
.noIssuesMessage 
{
    font-style: italic;
    text-align: center;
}

#issuesTable
{
    width: 100%;
}

/* Branding page  
----------------------------------------------------------*/

div.leftColumnBrand {
    float: left;
    width: 400px;
    margin: 20px 0px 0px 40px;
}

div.rightColumnBrand {
    float: right;
    width: 400px;
    margin: 20px 40px 0px 0px;
}


/* Account Password Page
----------------------------------------------------------*/

div.passBox
{
	width: 400px;
	height: 150px;
	margin: 20px auto;
	border:solid 1px #CCCCCC;
	border-radius: 3px;
}

div.passBox table
{
	border-width: 0px;
}

div.passBox td
{
	border-width: 0px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
}

#title
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #08639C;
	font-weight: normal;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/*#topnav
{
    margin-top: 55px;
}*/

div.loginContainer {
    font-family: Arial;
    font-size: 12px;
    margin-right: 10px;
}

/*#userEmail {
    color: #666666;
}

ul.nav
{
	left: 40px;
	top: 60px;
}

ul.nav li
{
	display: inline;
}

ul.nav a 
{
    font-family: nexa_lightregular, Arial;
    font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
	color: #666666;
}

ul.nav a.selected
{
	color: #000000;
}

ul.nav a:hover
{
	color: #000000;
}

.topNavContainer
{
	float: right;
	text-align: right;
    margin-top: 15px;
}*/

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: normal;
    color: #ff0000;
    font-size: 12px;
}

.validation-summary-errors li
{
	list-style-type:none;
}

/*Prototype settings pages and PrototypeOptions.Master specific (some used by admin setup pages)
----------------------------------------------------------*/
#overviewTable, #dimensionTable, #mobileSettingsTable, #webSettingsTable {
	border: none;
}

#overviewTable td, #dimensionTable td, #mobileSettingsTable td, #webSettingsTable td {
	border: none;
    padding-right: 30px;
}

.overviewPropRow {
    /*border-bottom: 1px solid #eeeeee;*/
}

.overviewProp {
  	font-family: nexa_lightregular, Arial;
    color: #414141;
	font-size: 24px;
    padding-left: 0px;
    padding-top: 32px;
}

#toggleDiscussionDiv {
    float: right;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.rootPageRow {
	background-color: #CAF4FF;
}

.notFoundPageRow {
	background-color: #FFD2d2;
}

.revisionRow, .seoUrlPageRow, .redirectRow, .domainRow {
	overflow: hidden;
}

.seoUrlPageRow .editLink
{
	/*position: absolute;*/
	/*left: 900px;*/
}

.seoUrlPageRow .saveLink
{
	display: none;
	/*position: absolute;*/
	/*left: 900px;*/
	/*top: 10px;*/
}

.seoUrlPageRow .cancelLink
{
	display: none;
	/*position: absolute;*/
	/*left: 900px;*/
	/*top: 30px;*/
}

.seoUrlPageName
{
	/*float: left;*/
	/*position: relative;*/
	/*left: 17px;*/
	/*width: 221px;*/
	word-wrap: break-word;
}

.seoUrlPageTitle
{
	/*float: left;*/
	/*position: relative;*/
	/*left: 27px;*/
	/*width: 221px;*/
	word-wrap: break-word;
}

.seoUrlPrettyUrl
{
	/*float: left;*/
	/*position: relative;*/
	/*left: 38px;*/
	/*width: 175px;*/
	word-wrap: break-word;
}

.seoUrlPageTitle input, .seoUrlPrettyUrl input
{
	display: none;
	/*width: 100%;*/
}

.seoUrlMetaDescription
{
	/*float: left;*/
	/*position: relative;*/
	/*left: 50px;*/
	/*width: 210px;*/
	word-wrap: break-word;
}

.seoUrlMetaDescription .elementText
{
	white-space: nowrap;
	/*width: 100%;*/
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}

.seoUrlMetaDescription textarea
{
	display: none;
	width: 100%;
	margin: 0px;
	resize: vertical;
}

/*.redirectRow .redirectType
{
	float: left;
	position: relative;
	left: 15px;
	width: 130px;
}*/

/*.redirectRow .fromPath
{
	float: left;
	position: relative;
	left: 26px;
	width: 280px;
	word-wrap: break-word;
}*/

/*.redirectRow .toUrl
{
	float: left;
	position: relative;
	left: 35px;
	width: 335px;
	word-wrap: break-word;
}*/

/*.redirectRow .editLink
{
	position: absolute;
	left: 800px;
}*/

/*.redirectRow .deleteLink
{
	position: absolute;
	left: 900px;
}*/

/*.domainRow .domainName
{
	float: left;
	left: 16px;
	width: 196px;
	word-wrap: break-word;
    padding: 8px 5px 8px 0px;
    margin-left: 16px;
}*/

/*.domainRow .domainOwner
{
	float: left;
	left: 21px;
	width: 179px;
	word-wrap: break-word;
    padding: 8px 5px 8px 0px;
}*/

/*.domainRow .domainPrototype
{
	float: left;
	left: 27px;
	width: 230px;
	word-wrap: break-word;
	padding: 8px 5px 8px 0px;
}*/

/*.domainRow .domainVerified
{
	float: left;
	left: 31px;
	width: 60px;
	padding: 8px 5px 8px 0px;
}*/

a.unblockSE
{
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #199ED7;
    background-color: #199ED7;
    padding: 8px 0px 8px 0px;
    background-repeat: no-repeat;
    background-position: 42px 10px;
    cursor: pointer;
}

a.unblockSE:hover {
    opacity: .9;
    -moz-opacity: .9;
}

a.blockSE
{
    text-align: center;
    color: #666666;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    padding: 8px 0px 8px 0px;
    background-repeat: no-repeat;
    background-position: 42px 10px;
    cursor: pointer;
}

a.blockSE:hover {
    background-color: #CCCCCC;
}

/*.domainRow .setLevelLink
{
  	float: left;
    width: 145px;
}*/

.pluginAllPages
{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
}

#newPluginButton
{
	background-image: url("../images/icon_fileadd.png");
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
}

#newRedirectButton
{
	background-image: url("../images/icon_fileadd.png");
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
}

.pluginActions a {
    cursor: pointer;
    margin-left: 5px;
}




/* Images
-----------------------------------------------------------------------------*/

.plusIcon {
    background: no-repeat center url("/images/plus.png");
    width: 17px;
    height: 16px;
    display: inline-block;
}

.hamburgerIcon {
    background: no-repeat center url("/images/hamburger.png");
    width: 15px;
    height: 15px;
    display: inline-block; 
}

.deleteIcon {
    background: no-repeat center url("/images/delete.png");
    width: 16px;
    height: 16px;
    display: inline-block; 
}

.blueFolder {
    background: no-repeat center url("/images/blueFolder.png");
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: 3px;
    /*top: -4px;*/
}

.greyFolder {
    background: no-repeat center url("/images/greyFolder.png");
    width: 18px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 3px;
    /*top: -4px;*/
}

.greyBlueFolder {
    background: no-repeat center url("/images/greyBlueFolder.png");
    width: 18px;
    height: 15px;
    display: inline-block;
    /*position: relative;*/  
}

.blueFile {
    background: no-repeat center url("/images/blueFile.png");
    width: 16px;
    height: 22px;
    display: inline-block;
    position: relative; 
}

.greenFile {
    background: no-repeat center url("/images/greenFile.png");
    width: 16px;
    height: 22px;
    display: inline-block;
    position: relative;
}


.pinkFile {
    background: no-repeat center url("/images/pinkFile.png");
    width: 16px;
    height: 22px;
    display: inline-block;
    position: relative;  
}

.redFile {
    background: no-repeat center url("/images/redFile.png");
    width: 16px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.gearIcon {
    background: no-repeat center url("/images/gearIcon.png");
    width: 23px;
    height: 14px;
    display: inline-block;

    margin-top: 4px;
    margin-left: 11px;
    cursor: pointer;
}

.copyIcon {
    background: no-repeat center url("/images/copy.png");
    width: 7px;
    height: 8px;
    display: inline-block;
    cursor: pointer;

    position: relative;
    top: -3px;
}

.uploadIcon {
    background: no-repeat center url("/images/upload.png");
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
}

.addAccountIcon {
    background: no-repeat center url("/images/icon_add_accounts.png");
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.setAccessLevelIcon {
    background: no-repeat center url("/images/icon_set_access_level.png");
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.addSamlIcon {
    background: no-repeat center url("/images/icon_add_to_saml.png");
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.axshareLogo {
  background: no-repeat center url("/images/axsharelogo.png");
  width: 283px;
  height: 31px;
  display: inline-block;
}

.axshareEntLogo {
    background: no-repeat center url("/images/axure-share-enterprise-logo.png");
    width: 306px;
    height: 48px;
    display: inline-block;
}

.axshareLoginSideImg {
    background: no-repeat center url("/images/axure-login-side.png");
    width: 360px;
    height: 739px;
    display: inline-block;
}

.errorImg {
    background: no-repeat center url("/images/error.png");
    width: 49px;
    height: 43px;
    display: inline-block;
}

.smallErrorImg {
    background: no-repeat center url("/images/smallError.png");
    width: 12px;
    height: 11.2px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .plusIcon {
        background: no-repeat center url("/images/plus@2x.png");
        background-size: contain !important;
        width: 17px;
        height: 16px;
        display: inline-block;
    }

    .hamburgerIcon {
        background: no-repeat center url("/images/hamburger@2x.png");
        background-size: contain !important;
        width: 15px;
        height: 15px;
        display: inline-block; 
    }

    .deleteIcon {
        background: no-repeat center url("/images/delete@2x.png");
        background-size: contain !important;
        width: 16px;
        height: 16px;
        display: inline-block; 
    }
    
    .blueFolder {
        background: no-repeat center url("/images/blueFolder@2x.png");
        background-size: contain !important;
        width: 20px;
        height: 16px;
        display: inline-block;
        position: relative;
        left: 3px;
        /*top: -4px;*/
    }

    .greyFolder {
        background: no-repeat center url("/images/greyFolder@2x.png");
        background-size: contain !important;
        width: 18px;
        height: 15px;
        display: inline-block;
        position: relative;
        left: 3px;
        /*top: -4px;*/
    }

    .greyBlueFolder {
        background: no-repeat center url("/images/greyBlueFolder.png");
        background-size: contain !important;
        width: 18px;
        height: 15px;
        display: inline-block;
        /*position: relative;*/
    }

    .blueFile {
        background: no-repeat center url("/images/blueFile@2x.png");
        background-size: contain !important;
        width: 16px;
        height: 22px;
        display: inline-block;
        position: relative; 
    }

    .greenFile {
        background: no-repeat center url("/images/greenFile@2x.png");
        background-size: contain !important;
        width: 16px;
        height: 22px;
        display: inline-block;
        position: relative; 
    }

    .pinkFile {
        background: no-repeat center url("/images/pinkFile@2x.png");
        background-size: contain !important;
        width: 16px;
        height: 22px;
        display: inline-block;
        position: relative; 
    }

    .redFile {
        background: no-repeat center url("/images/redFile@2x.png");
        background-size: contain !important;
        width: 16px;
        height: 22px;
        display: inline-block;
        position: relative; 
    }

    .gearIcon {
        background: no-repeat center url("/images/gearIcon@2x.png");
        background-size: contain !important;
        width: 23px;
        height: 14px;
        display: inline-block;

        margin-top: 4px;
        margin-left: 11px;

        cursor: pointer;
    }

    .copyIcon {
        background: no-repeat center url("/images/copy@2x.png");
        background-size: contain !important;
        width: 7px;
        height: 8px;
        display: inline-block;
        cursor: pointer;

        position: relative;
        top: -3px;
    }

    .uploadIcon {
        background: no-repeat center url("/images/upload@2x.png");
        background-size: contain !important;
        width: 14px;
        height: 14px;
        display: inline-block;
        cursor: pointer;
    }

    .axshareLogo {
      background: no-repeat center url("/images/axsharelogo.png");
      background-size: contain !important;
      width: 283px;
      height: 31px;
    }

    .axshareEntLogo {
        background: no-repeat center url("/images/axure-share-enterprise-logo@2x.png");
        background-size: contain !important;
        width: 306px;
        height: 48px;
    }

    .axshareLoginSideImg {
        background: no-repeat center url("/images/axure-login-side@2x.png");
        width: 360px;
        height: 739px;
        display: inline-block;
    }

    .errorImg {
        background: no-repeat center url("/images/error@2x.png");
        background-size: contain !important;
        width: 49px;
        height: 43px;
        display: inline-block;
    }

    .smallErrorImg {
        background: no-repeat center url("/images/smallError@2x.png");
        background-size: contain !important;
        width: 12px;
        height: 11.2px;
        display: inline-block;
    }
}

/*---------------------------------------------------------------------------*/

/* Dialog Divs
-----------------------------------------------------------------------------*/

.dialogDiv {
    border: solid 1px #AAA !important;
    /*width: 410px;*/
    background: white !important;
    display: none;
    position: absolute;
    padding: 20px !important;
    z-index: 101; 
}

.dialogForm {
    margin-top: 10px;
}

    .dialogForm input[type="text"], 
    .dialogForm input[type="email"],
    .dialogForm input[type="password"] {
      height: 34px;
      font-size: 20px;
      line-height: 20px;
    }

    .dialogForm textarea {
        width: 100%;
    }

.dialogContents {
     margin-top: 10px;
	/*width:370px;*/
	padding: 10px 0px 20px 0px;
	/*border:solid 1px #CCCCCC;*/
	/*background-color:#F5F5F5;*/ 
}

.dialogActions {
    margin-top: 10px;
    text-align: right;
}

    .dialogActions .spinner {
        width: 43px;
        margin-right: 10px;
    }

.dialogErrorMessage {
	color: Red;
	text-align: center;
}

.dialogStatusMessage {
    color: Green;
    text-align: left;
}


.dialogCancel {
    margin-left: 5px;
}


.dialogDiv .axGreenRoundedBtn,
.dialogDiv .axRedRoundedBtn,
.dialogDiv .axGreyRoundedBtn {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 20px 0 20px;
}

.dialogDiv button.axGreenRoundedBtn,
.dialogDiv button.axRedRoundedBtn,
.dialogDiv button.axGreyRoundedBtn {
  border: none;
  vertical-align: top;
}

/*---------------------------------------------------------------------------*/

/* Filesystem/Workspace Manage Page
-----------------------------------------------------------------------------*/

div.alertMessage 
{
    font-size: 18px;
    color: Green;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

div.alertMessage p
{
    font-size: 18px;
    color: Green;
}

#workspacesContainer {
    padding: 20px 0 24px 0px;
}

#workspacesHeader h1 {
    font-size: 36px;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #414141;
}

#workspacesHeader h2 {
    margin-top: 0px;
    padding-left: 15px;
}

#filesysInfoDiv {
    padding-left: 15px;
    margin-bottom: 24px;
}

#filesysName {
    font-size: 36px;
    margin-bottom: 10px;
}

.functionButtons {
    padding-left: 15px;
    padding-bottom: 10px;
}

.functionButtonsLeft {
    display: inline-block;
}

.functionButtonsRight {
    float: right;
}

.prototypesButton {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none; 
}
    
    .prototypesButton:hover {}

    .prototypesButton span {
        position: relative;
        top: -3px;
        margin-left: 5px;
    }

.grayedOutPrototypesButton {
    opacity: 0.4;
    cursor: default !important;
}

#workspaceTable {
    width: 100%;
    table-layout: fixed;
}

#workspaceTable td {
    /*height: 60px;*/
    /*vertical-align: middle;*/
    font-size: 12px;

    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
}

#idTableHeader th {
    height: 55px;
    background-color: #EDEDED;
}

#idTableHeader a {
    color: #343434;
}

.wsCol-0 {
    padding-left: 11px;
    /*width: 34px;*/
    width: 50px;
}

.wsCol-1 {
    text-align: right;
    padding-right: 10px;
    /*width: 55px;*/
    width: 45px;
}

    td.wsCol-1 {
        /*position: relative;*/
        /*top: 3px;*/
    }
	
.wsIconWrapper {
    position: relative;
    top: 3px;
}

.wsIconWrapper {
    position: relative;
    top: 3px;
}

.wsCol-2 {
    min-width: 420px;
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wsCol-3 {
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;   
}

.wsCol-4 {
    /*width: 250px;*/
    padding-left: 10px;
    padding-right: 10px;   
}

    .wsCol-4 .prototypeLinkDiv {
        /*width: 200px;*/
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 2px;

        margin-right: 5px;
    }

.wsCol-5 {
    width: 55px;
    text-align: center;
}

.wsCol-6 {
    width: 75px;
    text-align: center;
}

    .folderBox .wsCol-0 {
        border-right: none !important;
    }

    .folderBox:not(.filesystemBox) td.wsCol-1 {
        top: 0px !important;
    }

    .prototypeBox td.wsCol-0, .prototypeBox td.wsCol-1, .prototypeBox td.wsCol-2 {
        vertical-align: middle !important;
        top: 0px !important;
    }

    td.wsCol-3, td.wsCol-4, td.wsCol-5 {
        vertical-align: middle !important;
    }

    th.wsCol-2, th.wsCol-3, th.wsCol-4, th.wsCol-5 {
        cursor: default;
    }

    td.wsCol-0 {
        border-right: 1px solid #C4C4C4 !important;
    }

.inviteBox td {
    border: none !important;
}

.inviteProfileImg {
    display: inline-block;
    position: relative;
    top: 1px;
    left: -6px;
    margin-right: 1px;
}

    .inviteProfileImg img {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        border: 1px solid #979797;
    }

.inviteDescription {
    display: inline-block;
    position: relative;
    min-width: 300px;
    max-width: 580px;
    margin-left: 5px;
    margin-right: 5px;
}

.inviteDescriptionTitle {
    font-size: 14px !important;
    color: #3F3F3F !important;
}

.inviteMessage, .invitee {
    font-size: 11px !important;
    color: #3f3f3f !important;
}

.inviteActions {
    vertical-align: middle;
    display: table-cell;
}

    .inviteActions div {
        margin-right: 30px;
    }

[class*="wsCol-"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    border-top: none; 
    border-left: none; 
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
}

tr td[class*="wsCol-"] {
    vertical-align: initial;
}

.shadedItemInfoBox {
    background-color: #fafafa;
}

.elementInfoDiv {
    font-size: 11px;
    color: #535353;
}

.prototypeBox .elementName span {
    color: #000000;
    font-size: 14px;
}

.elementName span {
    color: #138cdd;
    font-size: 18px;
}

    .folderBox .elementName span {
        color: #199ED8;
        /*color: #138CDD;*/
        /*font-size: 14px;*/
        font-size: 18px;
    }

#idInfoContainer .invitedUsers, #idInfoContainer .sharedUsers {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}


.hoverItem {
	/*background-color: #FCF7BA;*/
	background-color: #FFFDE1;
}

.hoverItem a {
    /*color: #FFFFFF;*/
}

.hoverItem a:hover {
    color: #009DC6;
    text-decoration: underline;
}

.selectedItem {
	/*background-color: #FCF7BA;*/
	background-color: #FFFDE1;
}

.selectedItem a {
    /*color: #FFFFFF;*/
}

.invitedUsersOverflowLink, .sharedUsersOverflowLink {
    color: #199ED8;
    cursor: pointer;
}

.invitedUsersOverflowHover, .sharedUsersOverflowHover {
    position: absolute;
    z-index: 10;
    background: white;
    padding: 15px 10px 5px 15px;
    /*display: none;*/
    /*visibility: hidden;*/

    max-width: 300px;
}

.invitedUsersOverflowRow, .sharedUsersOverflowRow {
    margin-bottom: 15px;
    margin-top: 0px !important;
}

.fsProfileThumbnail {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #979797;
    position: relative;
    top: 4px;
}

.fsProfileInfo {
    display: inline-block;
    height: 40px;
    margin-top: 0px !important;
    margin-left: 5px;
}

    .fsProfileInfo div {
        font-size: 10px;
        line-height: 8px;
        color: #343434;
    }

.fsProfileUserName {
    font-family: proxima_novaregular, helvetica, arial;
    height: 14px;
    font-weight: bold;
}

.fsProfileBio, .fsProfileEmail {
    font-family: proxima_novaregular;
    height: 14px;
}


/*---------------------------------------------------------------------------*/

/* Prototype/Admin Header Info
-----------------------------------------------------------------------------*/

#pathHeader {
    font-size: 14px;
    margin-bottom: 8px;
}

#sitePrototypeName, #adminOptionsTitle {
	font-family: proxima_novaregular, Arial;
	font-size: 36px;
	color: #414141;
	text-align: left;
    /*margin-bottom: 16px;*/

    display: inline-block;
}

#sitePrototypeUrl, #ssoUrl {
    margin-bottom: 16px;
}

    .protoUrl {
        color: #666666;
        font-size: 14px;
    }

#ssoUrl, #ssoUrl a {
  color: #666666;
  font-size: 16px;
}

#adminOptionsHeaderInfo {
  margin-bottom: 16px;
}

/*---------------------------------------------------------------------------*/

/* Prototype/Admin Side Nav
-----------------------------------------------------------------------------*/

#prototypeSideNav, #adminOptionSideNav {
    background-color: #EDEDED;
    max-width: 190px;
    min-width: 190px;
    padding-left: 12px;
    padding-top: 24px;
    /*float: left;*/
    /*display: inline-block;*/
    vertical-align: top;
    /*margin-right: 32px;*/

    /*height: 100%;*/

    display: table-cell;
}

.prototypeSideNavOption {
    font-size: 18px;
    line-height: 32px;
    padding-left: 8px;
    margin-bottom: 20px;
    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none; 
}

    .prototypeSideNavOption:hover {
        background-color: #FFFFFF;
    }

.prototypeSideNavOptionSelected {
    background-color: #FFFFFF;
}

.prototypeSideNavOptionLink {
    color: #444444;
    display: inline-block;
    width: 100%;
}

    .prototypeSideNavOptionLink:hover {
        color: #444444;
    }

/*---------------------------------------------------------------------------*/

/* Admin Side Nav
-----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/


/* Issue Manage Page
-----------------------------------------------------------------------------*/

#issuesTable table, #pluginsTable table, #seoUrlsTable table, #redirectsTable table {
    width: 100%;
    margin-top: 10px;
}

#issuesTable th, #pluginsTable th, #seoUrlsTable th, #redirectsTable th {
    background-color: #FFFFFF;
    border-left: none;
    border-right: none;
    height: 50px;
}

#issuesTable td, #pluginsTable td, #seoUrlsTable td, #redirectsTable td {
    height: 50px;
    border-left: none;
    border-right: none;
}

#pluginsTable th a, #seoUrlsTable th a, #redirectsTable th a {
    color: #000000;
}

.openIssueLink {
    color: #343434;
}




#issueDisplay {
    width: 800px;
    /*height: 400px;*/
    min-height: 100px;
    max-height: 400px;

    border-radius: 15px;
}

.issueDialogContent {
    margin: 10px 0 20px 15px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 20px;
    overflow-y: auto;
    /*height: 340px;*/
    max-height: 340px;

    -webkit-overflow-scrolling: touch;
}
    .issueDialogContent::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 20px;
        /*background-color: #8f949a;*/
    }
    .issueDialogContent::-webkit-scrollbar {
        width: 2px;
        /*background-color: #8f949a;*/
    }
    .issueDialogContent::-webkit-scrollbar-thumb {
        border-radius: 20px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
        /*-webkit-box-shadow: inset 0 0 6px #8F949A;*/
        background-color: #8F949A;
    }
    .issueDialogContent .selectedPinColorOption {
        top: 0px;
    }


.issueDialogContent .feedbackIssue {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.issueDialogContent .feedbackUserHeaderTable {
}

.issueDialogContent .feedbackUserHeaderTable, 
.issueDialogContent td,
.issueDialogContent .anonNameChangeInfo,
.issueDialogContent .anonNameChangeInfo td {
    border: none;
    padding: 0;
}

.issueDialogContent .feedbackUserName,
.issueDialogContent .axureFeedbackUserName {
    margin-left: 5px;
    font-weight: bold;
}
.issueDialogContent .relativeCreatedDateTd {
    width: initial;
    min-width: 90px;
    max-width: 120px;
}





/*---------------------------------------------------------------------------*/


/* Notification Page
-----------------------------------------------------------------------------*/

#notificationTable table {
    width: 100%;
    margin-top: 10px;
}

#notificationTable td {
    border-left: none;
    border-right: none;
    height: 50px;
}

#notificationTable .folderBox td {
    background-color: #FAFAFA;
}

.notifyCol-0 {
    width: 4%;
    text-align: right;
}

.notifyCol-1 {
    width: 46%;
    cursor: default;
}

.notifyCol-2 {
    width: 12%;
    cursor: default;
}

.notifyCol-3 {
    width: 5%;
}

.notifyCol-4 {
    width: 6%;
}

.notifyCol-5 {
    width: 10%;
}

.notifyCol-6 {
    width: 17%;
}

/*---------------------------------------------------------------------------*/


/* Domains Page
-----------------------------------------------------------------------------*/

#domainTable {
    width: 100%;
    margin-top: 10px;
}

/*---------------------------------------------------------------------------*/


/* Saml Setup Page
-----------------------------------------------------------------------------*/

#idpContainer {
    width: 70%;
    display: inline-block;
}

.idpBox {
    padding: 30px;
}

.idprow {
    margin-bottom: 30px;
}

.idplabel {
    font-size: 24px;
    color: #414141;
    margin-bottom: 5px;
}

.idpfield {
    width: 70%;
}

#idpSave {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 120px;

    display: inline-block;
}

#idpFormExplanation {
    width: 25%;
    float: right;
    vertical-align: top;
    font-family: proxima_novaregular, Helvetica, Arial;
}

    #idpFormExplanation p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    #idpFormExplanation span {
        font-size: 12px;
    }

.purpleTooltipDiv {
    margin-right: 5px;
    width: 5px;
    height: 25px;
    background-color: #B722B8;
    display: inline-block;
}

.tooltip {
    display: inline-block;
    vertical-align: top;
    width: 94%;
}

#idpSecurityCertBtn {
    margin-left: 20px;
    margin-right: 10px;
}

#idpSecurityCertFileName {
    display: inline-block;
    color: #535353;
}

/*---------------------------------------------------------------------------*/


/* SAML Accounts Page
-----------------------------------------------------------------------------*/

.samlModifyUserBtn {
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    
}

#samlAccountsTable {
    width: 100%;
    margin-top: 10px;

}

/*---------------------------------------------------------------------------*/

/* Admin Email Page
-----------------------------------------------------------------------------*/

#adminEmailPageContents .emailBox {
  padding: 30px;
}

#adminEmailPageContents .emailsection {
  margin-bottom: 30px;
}

#adminEmailPageContents .emailrow {
  margin-bottom: 14px;
}

#adminEmailPageContents .emaillabel {
  font-size: 24px;
  color: #414141;
  margin-bottom: 5px;
}

#adminEmailPageContents .emailfield {
  width: 70%;
}

#sendTestEmailDialog .emailfield {
  width: 100%;
}

#adminEmailPageContents #emailSave {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 120px;
  display: inline-block;
}

/*---------------------------------------------------------------------------*/

/* Admin Ldap Page
-----------------------------------------------------------------------------*/

#adminLdapPageContents .ldapBox {
  padding: 30px;
}

#adminLdapPageContents .ldapsection {
  margin-bottom: 0;
}

#adminLdapPageContents .ldaprow {
  margin-bottom: 14px;
}

#adminLdapPageContents .ldaplabel {
  font-size: 24px;
  color: #414141;
  margin-bottom: 5px;
}

#adminLdapPageContents .ldapfield {
  width: 70%;
}

#testLdapAuthentication .ldapfield {
  width: 100%;
}

#ldapContainer {
  width: 70%;
  float: left;
}

#ldapFormExplanation {
  width: 25%;
  float: right;
  vertical-align: top;
  font-family: proxima_novaregular, Helvetica, Arial;
}

  #ldapFormExplanation p {
    font-size: 14px;
    margin-bottom: 4px;
  }

  #ldapFormExplanation span {
    font-size: 12px;
  }

#adminLdapPageContents pre {
  margin-top: 0;
}

/*---------------------------------------------------------------------------*/

/* Information Page
-----------------------------------------------------------------------------*/

#adminInfoPageContents .informationBox {
    padding: 30px;
}

/*---------------------------------------------------------------------------*/
/* Site History Page
-----------------------------------------------------------------------------*/
#siteHistoryTable {
  width: 100%;
  table-layout: fixed;
}

.siteHistoryCol-0 {
    width: 75px;
}

    td.siteHistoryCol-0 {
        text-align: center;
    }

.siteHistoryCol-1 {
    word-wrap: break-word;
    
}
.siteHistoryCol-2 {
    word-wrap: break-word;
    
}
.siteHistoryCol-3 {
    width: 250px;
}
.siteHistoryCol-4 {
    width: 50px;
}





/*---------------------------------------------------------------------------*/

/* Admin Account Setup Page
-----------------------------------------------------------------------------*/

#accountsContainer {
}

    #adminAccountPageContents .prototypesButton span {
        cursor: pointer;
    }

    #adminAccountPageContents .grayedOutPrototypesButton div, #adminAccountPageContents .grayedOutPrototypesButton span {
        cursor: default;
    }

    #adminAccountPageContents .functionButtonsLeft {
        margin-bottom: 10px;
    }

#accountsTable {
    width: 100%;
}

    #accountsTable td {
        border-right: none;
        border-left: none;
    }


/*---------------------------------------------------------------------------*/

/* Log In Page
-----------------------------------------------------------------------------*/

#loginPageContents {
  padding-top: 0;
  min-width: 1114px;
}
#loginPageContents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

  #loginPageContents #loginPageLeft {
    float: left;
    text-align: left;
    padding: 0;
    padding-top: 34px;
  }
#loginPageContents #loginPageRight {
  float: right;
  position: relative;
}

#loginPageContents #logInPageTabs {
  height: auto;
  line-height: 18px;
  font-size: 18px;
}

  #loginPageContents .loginTab {
    width: 109px;
    background-color: #fff;
    color: #535353;
    padding: 5px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
  }

  #loginPageContents .loginTab:hover {
    background-color: inherit;
  }

    #loginPageContents .loginTab.logInTabSelected {
      color: #009cd9;
      background-color: #e7e7e7;
    }

.loginPageCall {
  font-size: 48px;
  line-height: 1;
  font-family: Helvetica, Arial;
}

#loginPageContents #logInButton {
  font-family: Helvetica, Arial;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  width: 100%;
  height: 56px;
  line-height: 55px;
  box-shadow: none;
}

#loginPageContents .logInForms {
  background-color: #e7e7e7;
  width: 501px;
  padding: 15px 32px 25px 32px;
  margin-bottom: 25px;
}

#loginPageContents .loginfield {
  font-size: 24px;
  width: 100%;
  height: 52px;
  outline: none;
  padding-left: 17px;
  margin-bottom: 30px;
}

  #loginPageContents .loginfield::-webkit-input-placeholder {
    color: #d2d2d2;
  }
  #loginPageContents .loginfield:-moz-placeholder {
    color: #d2d2d2;
  }
  #loginPageContents .loginfield::-moz-placeholder {
    color: #d2d2d2;
  }
  #loginPageContents .loginfield:-ms-input-placeholder {
    color: #d2d2d2;
  }
  #loginPageContents .loginfield::-ms-input-placeholder {
    color: #d2d2d2;
  }
  #loginPageContents .loginfield::placeholder {
    color: #d2d2d2;
  }

#loginPageContents input[type="checkbox"] {
  width: auto;
  height: auto;
}

#loginPageContents .checkboxlabel {
  color: #666;
  font-size: 13px;
}

#loginPageContents .prototypefield,
#loginPageContents .prototypesubmit {
  height: 39px;
}


#loginPageContents .prototypefield{
  margin: 0;
}

#loginPageContents .prototypesubmit {
  width: 100%;
}

#loginPageContents .prototypeForms {
  padding-top: 25px;
  padding-bottom: 5px;
}

#loginPageContents .enterprojecttitle {
  color: #7F7F7F;
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 18px;
}

#loginPageContents .login-spinner {
  position: absolute;
  left: -23px;
  top: 18px;
}

#loginPageContents .axshareLoginSideImg {
  width: 381px;
  height: 776px;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#loginPageContents .axshareLoginSideImgOverlayText {
  width: 215px;
  top: 206px;
  margin-left: 48px;
  line-height: 30px;
}

/*---------------------------------------------------------------------------*/
/* SubInstance Log In Page
-----------------------------------------------------------------------------*/
#subInstanceLoginPageContents {
}

    #subInstanceLoginPageContents:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

#loginPageLeft {
    float: left;

    padding: 50px 0px 60px 30px;
    text-align: left;
}

#loginPageRight {
    float: right;
}

#logInPageTabs {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #FFFFFF;
}

    #logInPageTabs div {
        width: 125px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    #logInPageTabs div:hover {
            background-color: #F2F2F2;
        }

.logInTabSelected {
    background-color: #F2F2F2;
}

#logInForms {
    width: 600px;
    background-color: #F2F2F2;

    padding: 35px 30px 30px 30px;
}

.subinstanceLoginRow input[type="text"], .subinstanceLoginRow input[type="password"], .loginfield {
    font-size: 36px;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    margin-bottom: 28px;

    border: 1px solid #D3D3D3;
}

.subinstanceLoginRow input[type="checkbox"] {
    position: relative;
    top: 2px;
}

#logInButton, #createButton, #samlButton {
    font-family: proxima_novabold, Helvetica, Arial;
    font-size: 26px;
    vertical-align: middle;
    text-align: center;

    display: inline-block;
    margin-right: 5px;

    width: 100%;
    height: 68px;
    line-height: 68px;

    box-shadow: inset 0 -2px 0 0 #898989;
    box-shadow: inset 0 -2px 0 0 rgba(137, 137, 137, 0.58);
}

#createButton {
    background-color: #B722B8;
}

    #createButton:active {
        background-color: #898989;
    }


.axshareLoginSideImgOverlay {
    width: 360px;
    height: 739px;
    background-color: #091819;
    background-color: rgba(9, 24, 25, 0.74);

    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);

    z-index: 1;
    position: absolute;
    top: 10px;
}

.axshareLoginSideImgOverlayText {
    width: 250px;
    color: #E4E4E4;

    font-family: Open Sans, Helvetica, Arial;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.3px;

    position: absolute;
    z-index: 2;
    top: 250px;
    margin-left: 30px;
}

.axshareLoginSideImgOverlaySubtext {
  color: #E4E4E4;
  top: 727px;
  left: 48px;
  position: absolute;
  font-family: 'Helvetica', 'Helvetica';
  font-size: 11px;
}
/*---------------------------------------------------------------------------*/
/* Workspace Add/Manage Members Page
-----------------------------------------------------------------------------*/
.wsUserTable {
  width: 100%;
  table-layout: fixed;
}

    .wsUserTable td {
        border-left: none;
        border-right: none;
    }

.wsUserCol-0 {
    width: 50px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.wsUserCol-1 {
    width: 400px;
}
.wsUserCol-2 {
    width: 250px;
}
.wsUserCol-3 {
    
}
.wsUserCol-4 {
    width: 84px;
}
    .wsUserCol-4 input {
        margin-left: 32px;
    }
.wsUserCol-5 {
    width: 50px;
}

/*---------------------------------------------------------------------------*/














/* Expo
-----------------------------------------------------------------------------*/

#expoProjectHeader {
    margin-bottom: 5px;
}

#expoProjectHeader_right {
    display: inline-block;
    float: right;
}

#addScreenBtn, #previewBtn, #deleteScreenBtn {
    display: inline-block;
    padding: 10px;
    font-size: 12px;
}
    #previewBtn {
        margin-right: 10px;
    }
    
#expoOverviewPageContents .container {
    overflow: auto;
}

#expoWorkspace {
    display: none;   
}

#uploadOverlay {
    display: none;
    position: absolute;
    top: 10px;

    pointer-events: none;
}
    #uploadOverlay form {
        height: 100%;
        margin-top: 0;
    }
    #uploadOverlayDiv {
        height: 100%;
    }

#noAssetOverlay {
    display: none;
    /*display: flex;*/
    height: 100%;

    align-items: center;
    justify-content: center;
}


.fieldStatusMsg {
    color: green;
}

.fieldStatusMsg.error {
    color: red !important;
}

#webBgImgDiv {
    width: 100px;
    height: 100px;

    text-align: center;

    display: none;
}

#webBgImgThumbnail {
    max-width: 100%;
    max-height: 100%;
}

#submitImgBtn {
    display: none;
}

#deleteImgBtn {
    display: none;
}

.preview-axure-share {
    height: 37px;
    padding: 9px 12px;
    vertical-align: top;
    margin-right: 35px;
    display: inline-block;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 14px;
    color: black;
}

.preview-axure-share:hover {
    border-color: #999;
    color: #999;
}