/* COMMON */


/*
 * The duplication on @font-face definitions below is intentional. They are being used to
 * workaround font-face rendering issues that sometimes occur in IE8.
 */
@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/SourceSansPro-Regular-webfont.   eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-It-webfont.eot');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-It-webfont.eot');
    src: url('../fonts/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-It-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-SemiboldIt-webfont.eot');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-SemiboldIt-webfont.eot');
    src: url('../fonts/SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-SemiboldIt-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

body, input, textarea, td, span {
    font-family: SourceSansPro, Calibri, Geeza Pro, Arial, sans-serif;
    font-size: 14px;
}
body {
    background-image:url(../images/bg-pattern.png?version=0e7ef0f);
    background-repeat:repeat;
    cursor: default;
    margin: 8px;
}
a {
    color: #1f98d4;
    outline: 0;
}
a:focus {
    color: #1f98d4 !important;
}
img{
    border: 0;
}
button:focus {
	outline:0;
}
.main-top{
    height: 20px;
}
.page-titles{
    font-size: 26px;
    color: #1f98d4;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
}

.display-none {
	display: none !important;
}

.visibility-hidden {
	visibility: hidden !important;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.font-color {color:#333;}
.font-color-black {color:#000000;}
.font-color-light {color:#666666;}
.link{
    text-decoration:underline;
    color:#1f98d4 !important;
    cursor: pointer;
    outline:none;
}
.link:hover{
    text-decoration:none;
}
.loginPageLink{
    text-decoration:underline;
    color: #3E64AE;
    cursor: pointer;
    outline:none;
}
.loginPageLink:hover{
    text-decoration:none;
}
.link.disabled {
    text-decoration:none;
    color:#999 !important;
    cursor:default;
    pointer-events:none;
    opacity: 1 !important;
}
.link-menu{
    text-decoration:none;
}
.clr {
    clear: both;
}

.error-textbox-icon {
	color: #CD0000;
	vertical-align: text-bottom;
	margin-left: -3px;
	font-size: 19px;
	cursor: default;
	display: none;
}

/* dropdown menu on the top */
#wrapUserMenu {
   width: auto;
   position: absolute;
   top:-6px;
   left:235px;
   z-index:10000;
   margin: -2px 0 0 26px;
}
#wrapHelpMenu {
   width: auto;
   position: absolute;
   top:-6px;
   left:265px;
   z-index:10000;
   margin: -2px 0 0 26px;
}
#navbarUserMenu,
#navbarHelpMenu {
   padding: 0;
   height: 1em;
}
.userMenu, .helpMenu {
	visibility: hidden;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 24px;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 1000000;
}
.userMenu {
    right: 48px;
}
.helpMenu {
    right: 18px;
}
.userMenu div:first-child, .helpMenu div:first-child {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.userMenu div:last-child, .helpMenu div:last-child {
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.userMenu-item, .helpMenu-item{
    background-color: #FFFFFF;
    color: #333333;
    cursor: pointer;
    font-weight: normal;
    cursor: pointer;
    padding: 7px 18px;
    white-space: nowrap;
}
.userMenu-item:hover, .helpMenu-item:hover {
    background-color: #F5F5F5;
}
/* end of dropdown menu on the top */

.page-padding{
    padding-left:30px;
}
.page-padding-20{
    padding-left:20px;
}
.ui-layout-resizer-north{
    height: 2px !important;
}
.ui-layout-resizer-west{
    width: 2px !important;
}
.ui-layout-resizer{
    background: none repeat scroll 0 0 transparent !important;
    display: none !important;
}
.ui-layout-pane{
    border: 0px !important;
    background-color: #FFFFFF;
}
.ui-layout-west{
    background: #E0E0E0;
}
.word-break{
    overflow:hidden;
    word-wrap: break-word;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: normal;
}
.ui-layout-north{
    padding: 0px !important;
    height:95px !important;
}
.ui-layout-center{
    padding-left:10px;
    margin-bottom: 20px;
    float: left;
    width: 965px;
}
.ui-layout-west {
    float:left;
}
.ui-layout-container{
}
#layoutContainer input, #changePasswordDialog input {
	padding-left: 6px;
	padding-right: 6px;
}
.layoutContainer-div{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    position: relative !important;
    margin:1px auto 0 !important;
    padding-bottom: 25px;
    background-image:url(../images/left-menu-bg.png?version=0e7ef0f) left !important;
    background-repeat:repeat-y !important;
}
.top-shadow{
    background-image:url(../images/top-bg-effect.png?version=0e7ef0f) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width:800px;
    height: 22px;
    top:94px;
    left:300px;
}

/* Start of Error page style overrides */

#layoutContainer-errorPage {
    margin:	0 auto;
    top: 50px;
    max-width: 900px;
    min-height: 600px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #FFFFFF;
    padding-bottom: 0px !important;
}
#layoutContainer-errorPage .header-top-main {
	text-align: center;
    height: auto !important;
    border-bottom: 1px solid #DBDBDB;
}
#layoutContainer-errorPage .header-logo {
    float: none !important;
    width: auto !important;
    padding: 20px 0 20px 0 !important;
}
#layoutContainer-errorPage .header-logo-img {
    max-width: 400px !important;
    max-height: auto !important;
}
#layoutContainer-errorPage .tagline {
    color: #666666;
    font-size: 14px;
    margin: -25px 0 20px 35px;
}
#layoutContainer-errorPage .stand-bottom-powered-img {
	bottom: 0 !important;
}
#layoutContainer-errorPage .ui-layout-north {
    padding: 0px !important;
    height: auto !important;
}
#layoutContainer-errorPage .ui-layout-center {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    float: none;
    width: 100%;
}
#layoutContainer-errorPage .error-main {
    width: auto;
    height: 500px;
    text-align: center;
	background-size: 600px auto;
	background-position: center;
    background-repeat: no-repeat;
}
#layoutContainer-errorPage .error-msg-table {
    width: 100%;
    padding-top: 68px;
	float: top;
	text-align: center;
	vertical-align: middle;
}
#layoutContainer-errorPage .error-msg {
    padding: 16px;
    color: #666666;
    font-size: 28px;
    font-weight: bold;
}
.error-status-link {
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
}
#layoutContainer-errorPage .bottom-common {
    width: 100% !important;
    max-width: 100% !important;
}

/* End of Error page style overrides */

.top-logout-text {
    text-decoration:none;
}
.top-whatsnew-text {
    text-decoration:none;
}
.top-whatsnew-text, .top-logout-text {
	display: block;
}
.top-icon-whatsnew {
    position:absolute;
    float:right;
    right:125px;
    width:auto;
    color:#333 !important;
    font-weight:bold;
}
.top-icon-logout {
    position:absolute;
    float:right;
    right:30px;
    width:auto;
    color:#333 !important;
    font-weight:bold;
}
.top-account-whatsnew {
    position:absolute;
    right:130px;
    bottom:53px;
    width:89px;
    color:#333 !important;
    font-weight:bold;
    text-align: center;
}
#whatsNewDialog {
    padding-right:10px;
    padding-top:5px;
}
.top-account-logout{
    position:absolute;
    right:35px;
    bottom:53px;
    width:89px;
    color:#333 !important;
    font-weight:bold;
    text-align: center;
}
.login-admin-link {
    font-size: 13px;
    position: absolute;
    height: 20px;
    bottom: 0px;
    right: 0px;
    padding: 2px 7px 0 7px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    background-color: rgb(200, 200, 200);
    background-color: rgba(128, 128, 128, 0.2);
}

.login-admin-link{
	position:relative !important;
	float:right;
    margin-top: -8px !important;
    margin-right: -8px !important;
}

.header-link-right {
    top: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.footer-admin-text {
    position: relative;
    text-decoration:none;
    opacity: 1.0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.footer-privacy-link {
    font-size: 13px;
    position: absolute;
    height: 20px;
    bottom: 0px;
    left: 0px;
    padding: 2px 7px 0 7px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: rgb(200, 200, 200);
    background-color: rgba(128, 128, 128, 0.2);
}
#signiant-logo {
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 0;
    text-align: right;
}
.top-account-person{
    position:relative;
    margin-right:18px;
}
.top-account-help{
    position:relative;
    top:6px;
    left:20px;
}
.member-shadow{
    background-image:url(../images/top-bg-effect.png?version=0e7ef0f) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width:800px;
    height: 22px;
    top:20px;
    z-index: 999;
    left: 100px;
}
.recent-files{
    position:relative;
    bottom:5px;
}
.first-div{
    overflow: auto;
    max-width: 920px;
    padding-bottom:10px;
}
.stand-content-main{
    width: 100%;
    margin: 20px auto 0px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
}
#DashboardView .main-div{
    width:980px;
}
.main-div{
	width:940px;
    float:left;
    height:auto;
    padding-top:12px;
}
.main-div-sd{
    width:920px;
    float:left;
    height:auto;
    padding-top:10px;
}
.group-details .main-div-sd {
	width:827px;
}
.left-menu-span-dash{
    width: 150px;
    position: absolute;
}
.left-menu-conf{
    height: 45px !important;
}
.left-menu-no-wrap{
    white-space:nowrap;
    text-decoration: none;
}
.left-menu-no-wrap:hover{
    background-color: #DCDDDE;
}
.left-menu-dash-img{
    background-image:url("../images/left-menu-dash.png?version=0e7ef0f");
    background-repeat:no-repeat;
    cursor:pointer;
    padding: 0px;
    margin: 0px;
    height: 35px;
    width: 178px;
}
.left-menu-dash-img:hover{
    background-image:url("../images/left-menu-dash-hover.png?version=0e7ef0f");
    background-repeat:no-repeat;
    padding: 0px;
    margin: 0px;
}
.header-top-main{
    padding-top:5px 0 5px 0;
    height: 84px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #c9e84b !important;
}
.header-logo{
    float: left;
    text-align: center;
    width: 199px;
    line-height: 74px;
    margin-top: 10px;
}
.header-logo-img{
    max-width:180px;
    vertical-align: middle;
}
.header-logo-img-bg:hover{
    background-color: #EEEEEE;
}
.header-form{
	margin-top: 31px;
	padding-left: 200px;
	width: 50%;
}
.header-help{
	text-align: right;
	position: absolute;
	bottom: 24px;
	float:right;
	right:30px;
	margin-top:-57px;
}
#helpDialog{
    padding-right:10px;
    padding-top:5px;
}
.header-select{
    padding-top: 2px;
}
.bottom-common{
    width:1200px;
    position:absolute;
    height:45px;
    background-color:#E0E0E0;
    bottom: -46px;
    z-index:0;
    border-top: 1px solid #c9e84b;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    margin:auto;
    left:-1px;
}
.stand-bottom-common{
    color: #666666;
    font-size:12px;
    position:relative;
    top:13px;
}
.stand-bottom-common:hover{
    text-decoration:none;
}
.stand-bottom-copy{
    float:left;
    left:10px;
    cursor:default;
    top:15px;
}
.stand-bottom-links{
    text-align:center;
    margin-right: 80px;
}
.stand-bottom-powered{
    float:right;
}
.stand-bottom-powered-img{
    position:relative;
    right: 10px;
	bottom:15px;
}
.stand-left{
    width:199px;
    min-height:100%;
    background-image:url(../images/left-menu-bg.png?version=0e7ef0f);
    background-repeat:repeat-y;
    position:absolute;
    padding-top:30px;
}
.stand-left-active {
    background-color: #ffffff;
    border-left-color: #c9e84b !important;
}
.stand-left-active-text{
    color:#30A0D8 !important;
    font-weight:bold;
}
.stand-left-sub{
    width:199px;
}
.stand-left-common{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #e0e0e0;
    width:100%;
    height:40px;
    transition: all 0.3s ease;
}
.stand-left-common:hover{
    border-left-color: #c9e84b;
    zoom: 1;
}
.stand-left-text-common{
    font-size:15px;
    padding: 12px 0 8px 49px;
    color: #666666;
}
.stand-left-icon{
    position:absolute;
    padding: 5px 0 0 4px;
}

.left-menu{
    width: 190px;
    position:absolute;
    left:0px;
    height: 20px;
    background-color: transparent;
}

.left-menu-img{
    position: absolute;
    top:11px;
    left:5px;
    width: 20px;
    max-width: 20px;
}
.left-menu-content{
    padding-top:3px !important;
    padding-bottom: 3px !important;
    overflow: hidden !important;
}
.left-menu-dashboard{
    height: 22px;
    width: 100%;
    cursor:pointer;
    padding-top:5px;
}
.left-menu-dashboard-item{
    text-decoration: none;
    color:#666666;
    font-weight: bold;
    font-size: 14px;
    padding-left: 32px;
}
.left-menu-dashboard:hover{
    background-color: #DCDDDE;
}
.left-menu-dashboard-icon{
    padding-top:12px;
    padding-left:10px;
}
.ui-accordion-header{
    height: 40px !important;
    width:200px;
}
.activeMenuItem{
    background-color: #d1d2d4;
    font-weight:bold;
}
::-webkit-input-placeholder {
   color: #888888 !important;
}
:-moz-placeholder {
   color: #888888 !important;
}
:-ms-input-placeholder {
   color:#888888 !important;
}
.placeholder {
   color:#888888 !important;
}
/* END OF COMMON */

/* DOWNLOAD */
.download-all-none{
    font-weight:normal;
    font-size:12px;
    color:#367DC5;
}
#downloadBox {
    opacity: 0.95;
}
#filelist-button-back {
    font-size: 18px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.download-main{
    height:auto;
    position: absolute;
    background-color: #f5f5f5;
}
.download-shadow{
    width:300px;
    height:auto;
}

.error-panel-parent.window, .error-panel-parent.window-body,
.index-footer-wrapper,
.account-wrapper,
.account-input {
    border: 1px solid #EEEEEE !important;
}

.expanded,
.common-input {
    border: 1px solid #EEEEEE;
}

.login-shadow {
	width:300px;
    height:auto;
	margin-top:-12px;
	margin-bottom:16px;
}

.download-top{
    position: absolute;
    left:80px;
    top: -7px;
}
.d-temp{
    position: absolute;
    left:47px !important;
    top: -8px;
}
.download-top-text-banner{
    position: absolute;
    width: 242px;
    left: 54px;
    top: -8px;
   	line-height: 27px;
    text-align: center;
}
.download-top-text{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.download-top-lg{
    position: absolute;
    left: 47px;
    top: -8px;
}
.download-top-z-index{
	z-index: 3;
}
.download-top-text-lg{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.download-body, .upload-body{
    padding-top: 25px;
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
}

.download-body {
    margin: 0 24px 0 24px;
}

.encryption-warning {
    background: #999;
    color: white !important;
    padding: 5px 11px 5px 11px;
    margin: 4px -1px 4px 0;
    word-wrap: break-word;
    text-align: center;
    border-radius: 5px;
}

#settings-menu-container {
	position: absolute;
}
.download-logo{
    width: 160px;
    max-width:160px;
    height: auto;
}
.download-company-name{
    padding-top:5px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #999999;
    font-family:DownloadCompanyNameFont;
}
.package-details{
    display: inline-block;
    margin: 5px 0 0 0;
}
.download-folder-icon{
    float: left;
}
.download-folder{
    float: left;
    padding-top: 1px;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
    position: relative;
}
.download-file-amount{
    color: #666666;
    font-weight: bold;
}
.download-table{
    text-align: left;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    background: #FFFFFF;
    color: black;
    width: 100%;
}
.download-td-file{
    display: flex;
    align-items: center;
}
.download-td{
    height: 40px;
    padding-left: 5px;
    color: #666;
}
.download-td-check{
    border-left:1px solid #CCC;
    padding-left: 0px !important;
    text-align: center;
}
.download-td-title{
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    height: 24px;
    font-size: 14px;
    padding-left: 8px;
    border-top-left-radius:5px;
}
.download-td-dl{
    width: 10%;
    text-align:center;
    border-left:1px solid #CCC;
    border-top-right-radius:5px;
}
.download-browse{
    background-image: url('../images/account-user.png?version=0e7ef0f');
    background-repeat: repeat-x;
    width: 140px;
    height: 33px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    float: right;
}

.download-hr{
    width: 100%;
    height: 1px;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    border-left: none;
    position: relative;
    margin-top: 10px;
}
.upload-hr{
    width: 100%;
    height: 1px;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    border-left: none;
    position: relative;
    margin-top: 40px;
}
.checkbox {
    width: 20px;
    height: 20px;
    padding: 0 20px 0 0;
    margin-left:7px;
    margin-bottom:3px;
    background: url('../images/download-checkbox.png?version=0e7ef0f') no-repeat;
    display: block;
    clear: left;
    z-index:1;
}
.upload-sig-logo{
    float: left;
    bottom: 2px;
    padding-right: 17px;
    width:124px;
    height:40px;
}
.download-sig-logo{
    float: left;
    padding-right: 17px;
    position: relative;
    width:124px;
    height:40px;
}
.forgotpass-sig-logo{
    float: left;
    margin-top: -10px;
    position: relative;
    width:124px;
    height:40px;
}
.resetpass-sig-logo{
    float: left;
    margin-top: -10px;
    position: relative;
    width:124px;
    height:40px;
}
.key-req-sig-logo{
    float: left;
    bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
    width:124px;
}

.download-file-icon{
    float: left;
    left: 0;
    position: relative;
}

.download-td-text{
    float: left;
    padding-left: 0px;
    text-align: left;
    left:10px;
    position: relative;
    width:250px;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.download-filename-text {
    width:255px;
	text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-weight:bold;
}
.download-text{
    text-align: left;
}
/* END OF DOWNLOAD */

.key-req-main{
    height:450px !important;
    width:410px !important;
}
.login-invalid{
    font-weight:bold;
    color:red;
    font-size: smaller;
}
.password-reset-success{
    font-weight:bold;
    color:#F07430 !important;
}
.login-logo-img{
    max-height: 70px;
    max-width: 160px;
    height: auto;
}
.key-req-logo-img{
    height: auto;
}
.key-req-top {
	position: absolute;
	left: 87px;
    top: -8px;
}
.login-top {
	position: absolute;
	left: 47px;
    top: -8px;
}
.login-body{
    padding-top: 25px;
    text-align: center;
}
.top-top-logout-bg{
    width:100%;
    height:10px;
    background-color:#E0E0E0;
    position: absolute;
    top:0;
}
.key-req-top-text-banner{
    position: absolute;
    width: 242px;
    left: 94px;
    top: -8px;
    line-height: 27px;
    text-align: center;
}
.key-req-top-text{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.key-req-form {
    display: block;
    width: auto;
    height: 225px;
    margin-top: 10px;
}
.key-req-success-msg {
    display: none;
    width: auto;
    height: 219px;
    font-size: 16px;
}
.key-req-success-msg p:first-child{
    padding-top:50px;
}
.login-company-name{
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #999999;
}
.key-req-company-name{
    padding-top:20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #3E64AE;
}

.cursor-default {
   cursor: default;
}

.login-browse {
	background-image: url('../images/account-user.png?version=0e7ef0f');
	background-repeat: repeat-x;
	width: 100px !important;
	height: 25px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border: 0px;
	position: relative;
	top: -10px;
	float: right;
	margin-left: 2px;
	padding-bottom: 1px;
}

.download-button{
    width: 140px;
    height: 33px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    float: right;
}
.key-req-browse{
    float: none !important;
    position: inherit;
    margin: auto;
}
.login-shadow-bottom{
    padding-top:20px;
    padding-bottom: 8px;
}
.login-form{
    text-align: left;
    top: 15px;
}
.key-req-user{
    color: #3e64ae;
    font-weight: bold;
    background-color: transparent;
    bottom: 15px;
    font-size: 14px;
    width: 60px;
    text-align: right;
}
.key-req-user-code{
    bottom: 10px;
    width: auto;
    position: relative;
    margin-left: 70px;
}

.styled{
	display:inline;
}
.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }


.ToolText{position:relative; }
.ToolTextHover{position:relative;}
.ToolTextHover span{
    display:block;
    position:absolute;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#FECA66;
    color: #666666;
    font-weight:bold;
    text-align: center;
    height:auto;
    padding:3px;
    width:150px;
    left:0px;
    top:0px;
}
.ToolTextHover span.down-check{
    top:20px;
}

.ToolText div {
    display: none;
    position:relative;
    border-radius:5px;
    bottom:45px;
    top: 0;
    background-color:#FECA66;
    color: #666666;
    font-weight:bold;
    height:auto;
    width:auto;
    padding:3px;
    white-space: nowrap;
    z-index: 100000;

}

/* For larger error messages */
.ToolText span {
    display: none;
    position:absolute;
    border-radius:5px;
    top:auto;
    background-color:#FECA66;
    color: #666666;
    font-weight:bold;
    height:auto;
    width: 220px;
    padding:3px;
    z-index: 100000;
    float: right;
    overflow: hidden;
}
.ToolText:hover span{
    display:inline;
}

.ToolText.error div {
    font-weight: normal;
    background-color:#C00;
    color: #FFF;
}
.ToolText img:hover + div {
    display:block;
}


.key-req-input{
    width: 275px;
    height: 25px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #CCC;
    margin-left:70px;
    padding-left:10px;
    padding-right:10px;
    position: relative;
    bottom:25px;
    font-size: 1em;
}
.key-req-input-code{
    width: 135px;
    height: 25px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #CCC;
    margin-left: 5px;
    padding-left:10px;
    padding-right:10px;
    position: relative;
    bottom: 27px;
    font-size: 1em;
}
.login-space {
	height: 10px;
}

/* END OF LOGIN */

/* ERROR */
.error-main{
    width:auto;
    height:auto;
    text-align: center;
}
/* END OF ERROR */

/* LANDING */
.landing-main{
    position:absolute;
    width:100%;
    height:auto;
    top: 30%;
    text-align: center;
    font-size: 40px;
    color: #2688ce;
}
/* END OF LANDING */

.error-msg-page-body{
	overflow-x: hidden !important;
}

/* ACCOUNT ACTIVATION FAILED */
.account-activation-failed{
    position:absolute;
    width:auto;
    height:auto;
    left:12%;
    top: 30%;
    text-align: center;
    font-size: 36px;
    color: #2688ce;
}
/* END OF ACCOUNT ACTIVATION FAILED */

/* TABLE ALTERNAION*/
.even{
    background-color: #ffffff;
  }
.odd{
    background-color: #f5f5f5;
}
/* END OF TABLE ALTERNATION */
.pagination-td{
    position: absolute;
    padding-right: 10px;
    padding-top:5px;
    width:913px;
    text-align: center;
    vertical-align: middle;
    background-color: #E7E8E9;
    height: 22px;
    border:1px solid #C7C9CB;
    border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
.pagination-td-member{
    position: absolute;
    padding-right: 50px;
    right:27px;
    padding-top:5px;
    width:870px;
    text-align: center;
    vertical-align: middle;
    background-color: #E7E8E9;
    height: 25px;
    border:1px solid #C7C9CB;
    bottom:265px;
    border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    visibility: hidden;
}

.pagination-separator{
    color: #666;
}
#pageLinks i {
    padding: 0 10px;
    font-weight: bold;
}
.fs{
    font-size:14px !important;
}
.bl-last{
    padding-top:40px !important;
}
.help-button{
    width:150px !important;
}
.gen-portals-list-comboBox{
	height: 25px !important;
	width: auto;
	margin-left: 275px;
	cursor:pointer !important;
	margin-top: 16px;
}

.gen-portals-list-comboBox .styled-select {
	width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.gen-portals-list-comboBox .styled-select option {
	width: auto;
	max-width: 570px !important;
}

.manage-portal-title {
    color: #1f98d4;
	position: absolute;
    font-size: 18px;
    margin-left: 145px;
    margin-top: 13px;
    padding: 5px;
	display: inline-block;
	font-weight: bold;
}

.goToPortal-icon {
	margin-left: 360px;
    margin-top: -20px;
}

.portalConfig-display{
    padding-bottom: 5px;
}

.styled-select {
    font-family: SourceSansPro, Calibri, Geeza Pro, Arial, sans-serif;
	font-size:14px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 2px 3px 2px 5px;
}

tr.table-row-spacer > td {
  padding-bottom: 0.5em;
}

.delivery-specification-detail {
	width: 700px !important;
}

.delivery-specification-placeholder, .validation-failure-placeholder {
	margin: 0 10px !important;
	overflow: hidden !important;
}

.delivery-spec-select {
	margin-top: 15px;
	margin-bottom: 5px;
}

select.delivery-spec-picker {
	width: 678px;
	position: relative;
	left: 1px;
	margin-top: 10px;
}

select.error-delivery-spec-picker {
	width: 775px;
	position: relative;
	left: 1px;
}

.delivery-spec-summary-table {
    width: 100%;
	border-spacing: 0 !important;
	padding: 2px !important;
}

.delivery-spec-summary-table td {
	vertical-align: top;
	padding: 5px 0 5px 0 !important;
}

.delivery-spec-summary-table .scrollable {
	overflow: auto;
    max-height: 8em;
}

.delivery-spec-summary-table tr.table-row-spacer .scrollable {
	word-break: break-all;
	word-wrap: break-word;
}

.delivery-spec-summary-table .delivery-spec-summary-label {
	padding-right: 10px;
}

.delivery-spec-error-description{
    padding: 2px 2px 10px 2px;
}

.delivery-spec-details-container {
    overflow: auto;
    max-height: 400px;
    padding: 0 10px 0 2px;
    margin-top: 10px;
}

.delivery-spec-details-table-wrap {
	max-height: 400px;
    overflow: hidden;
	padding: 20px 0 0;
	margin-top: 10px;
	position:relative;
	border: 1px solid #CCCCCC;
	background: #eeeeee;
}

.delivery-spec-details-table-wrap-inner {
	max-height: 400px;
    overflow: auto;
}

.delivery-spec-details-table {
	color: #666666;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 0 -1px;
	/*NOTE: table-layout style is needed to make the td's word-wrap style work on IE8*/
	table-layout: fixed;
}

.delivery-spec-details-table-expected-value {
	white-space: pre;
}

.delivery-spec-details-table thead th {
	border: none;
	padding:0 3px 0 5px;
	background: #eeeeee;
	color: #1f98d4;
}

.delivery-spec-details-table thead th p {
	margin:0px;
	position:absolute;
	top:0px;
}

.delivery-spec-details-label {
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.delivery-spec-details-table td {
	padding: 3px 5px 3px 5px;
	border: 1px dotted #DDDDDD;
	word-wrap: break-word;
}

.delivery-spec-details-table td.last-td-in-row {
	border-right: 0px none;
}

.delivery-spec-details-table tr.delivery-specification-failure-detail-fileName td {
	border-top: 1px solid #CCCCCC;
}

.delivery-spec-details-table tr.last td {
	border-bottom: 0px none;
}

.delivery-spec-details-table tr.odd td {
	background-color: #FFFFFF;
}

.delivery-spec-details-table tr.even td {
	background-color: #F4F6FA;
}

.delivery-spec-error-detail-paragraph-scroll{
	overflow:auto;
	max-height:8em;
	margin-top: 10px;
}

.delivery-spec-invalid-file-error-paragraph {
	margin-top: 5px;
}

.delivery-spec-error-detail-signiant-app-link {
	text-decoration: underline !important;
}

.delivery-spec-invalid-file-name {
	font-style: italic;
	font-weight: bold;
	color: #444444;
}

.delivery-spec-error-detail-first-paragraph {
	margin-top: 13px;
}

.delivery-spec-details-type {
	background: none #FFFFFF !important;
    font-weight: bold;
    color: #666666 !important;
    text-align: left !important;
    padding: 3px 5px 3px 5px;
}

.delivery-spec-details-package-table-wrap {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	max-height: 300px;
    overflow: hidden;
	position:relative;
	background: #eeeeee;
}

.delivery-spec-details-package-table-wrap-inner {
	 box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding: 10px;
	max-height: 280px;
    overflow: auto;
    background-color: #FFFFFF;
}

.delivery-spec-details-package-table {
    color: #666666;
	width: 100%;
	border: 2px solid #1f98d4;
    border-radius: 10px;
	border-spacing: 0;
	margin-bottom: 10px;
    border-collapse: separate;
	/*NOTE: table-layout style is needed to make the td's word-wrap style work on IE8*/
	table-layout: fixed;
}

.delivery-spec-details-package-table thead th {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #AAAAAA;
	padding:0 3px 0 5px;
	background: #eeeeee;
}

.delivery-spec-details-package-table td {
	padding: 3px 5px 3px 5px;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #FFFFFF;
}

.delivery-spec-details-package-table tr.odd td {
	background-color: #FFFFFF;
	text-align: left;
}

.delivery-spec-details-package-table tr.even td {
	background-color: #F4F6FA;
	text-align: left;
}

.delivery-spec-details-package-table td.left {
	border-right: 1px solid #AAAAAA;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.delivery-spec-details-package-table td.right {
	border: 0px;

}

.delivery-spec-details-package-table tr.first td.left,
.delivery-spec-details-package-table tr.first td.right {
	border-radius: 0 0 0 0;
}

.delivery-spec-details-package-table tr.middle td.left,
.delivery-spec-details-package-table tr.middle td.right {
	border-radius: 0 0 0 0;
}

.delivery-spec-details-package-table tr.last td.left {
	border-radius: 0 0 0 10px;
}

.delivery-spec-details-package-table tr.last td.right {
	border-radius: 0 0 10px 0;
}

.delivery-spec-details-package-table .missing {
	border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.delivery-spec-details-package-table span.delivery-spec-details-range-to {
	color: #1f98d4;
}

.font-style-italic {
	font-style: italic;
}

.delivery-spec-raw-link {
    display: inline-block;
    font-size: 12px;
}

div.delivery-spec-raw-link {
    text-align: right;
    padding-right: 10px;
}

div.delivery-spec-detail {
	max-height: 400px;
	overflow: auto;
	padding: 0 5px;
}

div.delivery-spec-sub-header {
	color: #666666;
	font-weight: bold;
    padding: 10px 0 0 6px;
}

span.delivery-spec-delimiter {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	max-width: 150px;
	white-space: nowrap;
}

.delivery-specification-detail .ui-dialog-buttonpane {
	border-color: #E0E0E0 !important;
}

.delivery-specification-detail .ui-dialog-titlebar-close {
	top: 18px;
}

.delivery-specification-requirements {
	padding-bottom: 5px;
}

span.delivery-spec-advanced-section-toggle {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.delivery-spec-advanced-section-toggle-plus {
	background-image: url(../images/square-plus.png?version=0e7ef0f);
}

.delivery-spec-advanced-section-toggle-minus {
	background-image: url(../images/square-minus.png?version=0e7ef0f);
}

.delivery-specification-details-tabs-hidden {
    display: none;
}

.delivery-specification-details-tab-content {
    max-height: 300px;
    overflow: hidden;
}

.delivery-specification-failure-detail .delivery-specification-details-tab-content,
.delivery-specification-failure-detail .delivery-spec-details-package-table-wrap  {
	max-height: 500px;
}
.delivery-specification-failure-detail .delivery-spec-details-package-table-wrap-inner {
	max-height: 480px;
}

.delivery-specification-failure-detail .accordion, .cloudspex-failure-report .accordion {
    border-width: 0 !important;
}

table.delivery-specification-errors-accordion-data-table {
	border: 0;
	border-spacing: 0;
	width: 100%;
}

table.delivery-specification-errors-accordion-data-table td{
	border: 0;
	border-spacing: 0;
	width: 50%;
	vertical-align: top;
}

table.delivery-specification-errors-expected-data-table,
table.delivery-specification-errors-actual-data-table {
	width: 100%;
	border-spacing: 0;
	padding: 0 5px 0 5px;
}

table.delivery-specification-errors-expected-data-table th,
table.delivery-specification-errors-actual-data-table th {
	border: 2px solid #CCCCCC;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-spacing: 0;
	background-color: #F2F2F2;
	text-align: center;
	vertical-align: middle;
	color: #1f98d4 !important;
}

table.delivery-specification-errors-expected-data-table .delivery-spec-details-package-table th,
table.delivery-specification-errors-actual-data-table .delivery-spec-details-package-table th {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #AAAAAA;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #666666 !important;
}

table.delivery-specification-errors-expected-data-table td,
table.delivery-specification-errors-actual-data-table td {
	border: 2px solid #CCCCCC;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top: 0px none;
	border-spacing: 0;
	text-align: center;
	vertical-align: top;
}

.delivery-specification-errors-expected-data-wrap,
.delivery-specification-errors-actual-data-wrap {
	background: #FFFFFF;
	max-height: 300px;
	overflow: auto;
	padding: 10px;
}

/* Start jQuery UI Tab Plugin style override */

.delivery-specification-placeholder .ui-state-default,
.validation-failure-placeholder .ui-state-default {
    background: #F2F2F2;
    padding-bottom: 0px !important;
    border: 2px solid #CCCCCC;
}

.delivery-specification-placeholder .ui-widget-content,
.validation-failure-placeholder .ui-widget-content {
    border: 0px solid #FFFFFF !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.delivery-specification-details-tabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    box-shadow: none;
}

.delivery-specification-placeholder .delivery-specification-details-tabs .ui-widget-content,
.validation-failure-placeholder .delivery-specification-details-tabs .ui-widget-content {
	border: 2px solid #CCCCCC !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.delivery-specification-placeholder .stNav,
.validation-failure-placeholder .stNav {
    background: #EEEEEE;
    height:24px !important;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: 2px !important;
}

.delivery-specification-placeholder .stPrev
.validation-failure-placeholder .stPrev {
    left: 2px !important;
}

.delivery-specification-placeholder .stNext,
.validation-failure-placeholder .stNext {
    right: 2px !important;
}

.delivery-specification-placeholder .ui-tabs-selected,
.validation-failure-placeholder .ui-tabs-selected {
	height: 20px !important;
    background: #F2F2F2;
    padding-bottom: 0px !important;
    border: 2px solid #CCCCCC;
    border-bottom: 1px solid #F2F2F2 !important;
}

.delivery-specification-placeholder .ui-state-active a,
.validation-failure-placeholder .ui-state-active a {
    outline: none;
}

.delivery-specification-placeholder .ui-icon,
.validation-failure-placeholder .ui-icon {
    margin-top: 4px;
}

.delivery-specification-details-tabs .ui-tabs-panel {
    padding: 0 !important;
}

.delivery-specification-details-tabs .ui-state-default a,
.delivery-specification-details-tabs .ui-state-default a:link,
.delivery-specification-details-tabs .ui-state-default a:visited {
    color: #666666 !important;
}

.delivery-specification-details-tabs .ui-tabs-selected a,
.delivery-specification-details-tabs .ui-tabs-selected a:link,
.delivery-specification-details-tabs .ui-tabs-selected a:visited {
    color: #1f98d4 !important;
}

.delivery-specification-placeholder .ui-state-active a.delivery-specification-details-tab.ui-tabs-anchor {
    color: #1f98d4 !important;
}

.delivery-specification-details-tabs .ui-tabs-nav {
    height: 24px !important;
}

.delivery-specification-details-tabs .ui-tabs-nav li {
    height: 18px !important;
    top: 0 !important;
}

.delivery-specification-details-tabs .ui-tabs-nav li.ui-state-active {
    height: 19px !important;
}

.delivery-specification-details-tabs .ui-tabs-nav li.ui-tabs-selected {
    height: 20px !important;
}

.delivery-specification-details-tabs .ui-tabs-nav li a {
    padding: 0.05em 0.5em !important;
}

.delivery-specification-details-tabs  .ui-tabs-nav {
    height: 22px;
}

/* End jQuery UI Tab Plugin style override */

.baseName-link {
    font-size: 12px !important;
}

.baseName-dialog {
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

.deliveryRequestDialog.sui-dialog.ui-dialog-content.ui-widget-content {
    overflow: hidden;
}

/* Portals List Box Style Start */

label.custom-sel {
	position: relative;
	display: inline-block;
}

.custom-sel select {
	width:272px;
    display: inline-block;
	position: absolute;
    border: 1px solid #CCCCCC;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: 20px;
    background: #FFFFFF;
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-left:200px;
    margin-bottom: -6px;
}

@media screen and (min-device-pixel-ratio:0) {
    .custom-sel select {
        padding-right:30px;
    }
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-sel select {
        padding-right:30px;
    }
}

/* Select arrow styling */
.custom-sel:after {
    content: url(../images/arrow-chart.png?version=0e7ef0f);
    position: absolute;
    top: 2px;
    right: 0;
	left:370px;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    margin:1px;
    width:8px;
    color: white;
    pointer-events:none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.custom-sel-dash:after{
	top: 0px !important;
}

/* Portals List Box Style End */

.password-min-char {
	font-size: 12px;
}

.passwordError {
	color: #CD0000;
	display: none;
	padding: 5px 0px 0px 5px;
}
.user-options{
	white-space:nowrap;
	border-radius:15px;
	padding:1px;
}

.user-menu-button{
	padding-right:20px;
}
.user-menu-drop{
	background:url(../images/arrow.png?version=0e7ef0f);
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:10px;
	margin-left:-20px;
	cursor:hand !important;
	width:15px;
	height:10px;
	z-index:999;
}

#administration .m-btn-downarrow{
	display:none;
}

.icon-person{
	margin-top: 1px;
	background:url('../images/account-username.png?version=0e7ef0f') no-repeat;
	background-position: left 10px top 0px;
	padding-right: 10px;
	margin-right: 5px;
}

.icon-person-warn{
	background:url('../images/alert_orange.png?version=0e7ef0f') no-repeat;
	background-position:left 0px, right 10px;
	margin-left: 5px;
}

.menu-item-warn{
	background:url('../images/alert_orange.png?version=0e7ef0f') no-repeat;
	background-position:left 4px;
	padding-left:18px;
}
.top-banner, .service-status-banner, .ad-content-banner {
    border-top: 1px solid #666;
    color: #b6b6b6;
    font-size: 17px;
    text-align: center;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
    width: 100vw;
}

.app-bar {
    margin-right: -8px;
    font-size: 14px;
    text-align: left;
    height: 56px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width:580px;
    z-index:1;
    width: 100vw;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.27);
}

.app-bar-group {
	display: flex;
}

#app-bar-content {
    min-width:600px;
}

.app-bar-button[disabled] {
   	pointer-events: none;
    opacity: 0.4;
    border: 1px solid #999999;
}

.app-bar-button:hover {
    background: #ECECEC;
    color: #1f98d4;
    cursor: pointer;
}

.app-bar .app-bar-button .icon, .app-bar .icon {
    font-size: 20px;
    padding: 2px;
    color: rgba(0,0,0,0.87);
    width: 20px;
    height: 20px;
}

.app-bar .app-bar-item {
    margin-right: 24px;
}

.app-bar .app-bar-icon-item {
    margin-top: 6px;
}

.app-bar-icon-link {
    text-decoration:none !important;
}

.app-bar #userProfileName {
    white-space: nowrap;
    color: rgba(0,0,0,0.54);
}

.userProfileNameDiv {
    padding: 15px;
}

.top-banner, .service-status-banner, .ad-content-banner {
    background-color: #323131;
}

.me-banner {
    background-color: #1A91D0;
    color: #000000;
}

.me-banner-login {
    margin-left: -8px;
    margin-top: -8px
}

.me-banner a {
    color: #000000 !important;
}

.top-banner a, .service-status-banner a, .ad-content-banner a {
    display: inline-block;
    color: #0088cc;
    text-decoration: none;
}

.service-notification-banner {
	height: 35px;
	text-align:center;
}

span.top-banner-message {
	font-size: 17px;
}

.service-status-banner .top-banner-message {
    color: #ffad0f;
}

.top-banner #banner-install-app:hover,
.service-status-banner #service-status-link:hover,
.ad-content-banner a:hover {
	color: #0088cc;
    text-decoration: underline;
}

.dismiss-banner-button {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-color: #248cbd;
    border-style: none;
    background-color: #1b91d0;
    color: white;
    border-radius: 4px;
    right: 0px;
    font-size: 0.8em;
}

.me-dismiss-banner-button {
    color: #000000;
}

.clickable {
    cursor: pointer;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#userProfileContainer {
    /* Use profile Icon has 2px padding hence 22+2=24px*/
    margin-right: 22px;
}
#portal-switcher, #portal-activity-button {
    position: relative;
}
#portal-switcher {
    margin-left: 24px;
}

#pa-warn-icon.fa-exclamation-triangle {
    color: #ffad0f;
    font-size: 14px;
    position: relative;
    top: 2px;
    padding-right: 0px;
}

#user-help-button {
    position: relative;
}

.whatsnew-hidden {
    display:none;
}
.whatsnew-hidden {
    display:none;
}

.whatsnew-item-info {
    display: none;
    font-size: 8px;
	color: red;
    left: 16px;
    position: absolute;
    top: -1px;
}

.whatsnew-menu-item-info {
    display: none;
    font-size: 8px;
    color: red;
    padding-right: 5px;
}

.transfers-menu-text, .whatsnew-item-text {
   vertical-align: middle;
}

.rotated-icon-spacer {
	padding-right: 5px;
}

.app-bar-button {
    background: #FFFFFF;
    color: #666666;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 7px;
}

.app-bar-button .down-arrow {
    padding-left: 5px;
    padding-right: 2px;
}

.app-bar-button .icon {
    margin-left: 2px;
    margin-right: 5px;
}

.app-bar-collapsible-button-label {
	display: none;
	border: none !important;
}

.button-loading-indicator {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-right: 5px;
    padding: 2px;
}

/* We've used here https://loading.io/css/ for pure CSS loaders */
.button-loading-indicator div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: button-loading-indicator 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #74BCE2 transparent transparent transparent;
}

.button-loading-indicator div:nth-child(1) {
    animation-delay: -0.45s;
}

.button-loading-indicator div:nth-child(2) {
    animation-delay: -0.3s;
}

.button-loading-indicator div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes button-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1200px) {
	.app-bar-collapsible-button-label {
		display: inline;
	}
}

.dropdown-menu-list-container {
    position: relative;
}

.dropdown-menu-list {
    list-style: none;
    padding: 0px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    display: none;
    min-width: 175px;
    background-color: white;
    overflow: hidden;
}

.portal-switcher .dropdown-menu-list{
    left: -1px;
}

.dropdown-menu-list a, .dropdown-menu-list a:hover {
    color: #666666;
    text-decoration: none;
}

#portal-list.dropdown-menu-list a {
    padding: 5px;
    display: block;
}

#userMenu.dropdown-menu-list a,
#userSettingMenu.dropdown-menu-list a,
#userHelpMenu.dropdown-menu-list a {
    padding: 8px 16px;
    display: block;
}
#userSettingMenu .userSettingsMenu-autoDelivery,
#userSettingMenu .userSettingsMenu-rememberTransferWithoutApp {
    padding: 8px 16px 0px 16px;
    display: block;
}

.rememberTransferWithoutAppEnabled {
    min-width: 200px;
}

.dropdown-menu-list li:hover {
    background-color: #ECECEC;
}

.dropdown-menu-section {
    border-bottom: 1px solid #e9ebee;
}

.manage-portal-external-link {
    float: right;
    line-height: 17px;
    font-size: 18px;
    padding-right: 5px;
}

#signiant-new-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
}

.signiant-console-modal {
	text-align: center;
}

.signiant-console-modal > .text {
	width: 70%;
	margin: 0 auto;
	margin-top: 28px;
}

.signiant-console-modal .mediashuttle-link {
	color: #1A91D0 !important;
}

.signiant-console-centered-container {
	margin: 0 auto;
    width: 70%;
    border: 1px solid #E0E0E0;
    padding-bottom: 42px;
    text-align: center;
}

.signiant-console-centered-container .text {
	width: 75%;
    margin: 0 auto;
    margin-top: 42px;
}

.signiant-console-centered-container button {
	font-family: SourceSansPro, Calibri, Geeza Pro, Arial, sans-serif;
}

.signiant-opsadmin-external-link {
	float: left;
    line-height: 17px;
    padding-right: 5px;
    margin-left: 10px;
    font-size: 1.3rem;
    margin-top: 12px;
}

.signiant-console-external-link {
    float: right;
    line-height: 23px;
    font-size: 18px;
    margin-top: 8px;
    margin-left: 8px;
}

.signiant-console-external-button {
	display: inline-block;
	background-color: #1A91D0 !important;
	margin-top: 28px;
	border-radius: 2px;
	height: 42px;
    line-height: 42px;
    border: none !important;
    color: white !important;
    font-weight: bolder;
    border-radius: 2px;
    min-width: 158px;
    padding: 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.signiant-console-external-button:hover {
	background-color: #01589B !important;
	text-decoration: none !important;
}

.portal-logo {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    vertical-align: middle;
    margin: 0 2px;
}

.portal-logo-small {
    height: 14px;
    width: 14px;
    border-radius: 14px;
    vertical-align: middle;
}

.portal-label {
    display: inline-block;
    width: 146px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 6px;
}

#portal-list {
    width: 230px;
    max-height: 255px;
    overflow-y: scroll;
}

a[data-lingua="whatsNew"]:before {
    content: '';
    margin: 0 8px 0 1px;
    display: none;
}

/* Change Password Dialog Styles Begin */
.change-password-view-group {
    margin: 20px 15px 10px 15px;
    display: block;
    width: 95%;
    height: 24px;
    vertical-align: middle;
    position: relative;
}
.change-password-view-desc {
	float: left;
	padding-top: 2px;
	width: 35%;
}
.change-password-input-div {
	float: left;
	width: 53%;
	padding: 0 0 10px 20px;
}
.change-password-input {
	border: 1px solid #1f98d4;
	margin: 0px;
	height: 20px;
	width: 222px;
}
.change-password-warning {
	background-image: url('../images/error.png?version=0e7ef0f');
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	width: 5%;
	height: 24px;
	display: none;
}
.change-password-dialog-width {
	width: 505px !important;
}
.change-password-dialog {
	display: none;
	padding: 5px !important;
}
.confirm-new-pwd-group {
	margin: 35px 15px 10px 15px;
}
.change-password-error {
    margin: 10px 0px 10px 0px;
	display: none;
	color: red;
	font-weight: bold;
	text-align: center;
}

.invalid-characters-inserted {
    color: #cd0000;
    position: absolute;
    top: 30px;
    left: 122px;
}

.show-invalid-characters-error {
    display: block;
}

.hide-invalid-characters-error {
    display: none;
}

.group-distance {
    margin: 20px 15px 28px 15px;
}

.manage-profile-view-desc {
	float: left;
	height: 24px;
	padding-top: 2px;
	width: 22%;
}
.user-view {
    font-weight: bold;
	text-overflow: ellipsis !important;
	-o-text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important;
    padding-left: 20px;
    padding-top: 2px;
}

/* Change Password Dialog Styles End */

/* About Dialog Styles Start */

.user-about-dialog-view-group {
    margin: 15px 0 0;
    position: relative;
    text-align: center;
}

.user-about-dialog-view-desc {
    max-width: 180px;
    width: 180px;
}

.user-about-dialog-revision {
    font-size: 12px;
    max-width: 180px;
    width: 180px;
}

/* About Dialog Styles End */

/* Language Icon Styles Start */
.user-profile-show-edit-profile-lang {
	float: right;
	font-size: 20px;
}
.profile-edit-profile-lang {
	margin-left: 2%;
	font-size: 25px;
}
.profile-language-selector {
	float: left;
	padding: 0 0 10px 20px;
}
/* Language Icon Styles End */

.contact-admin-dialog{
	width: 510px !important;
}

.ui-menu .ui-menu-item a {
	width: auto !important;
	padding: 4px 5px 2px 5px;
    line-height: 1.5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {     /* required for IE11 */
    .ui-menu .ui-menu-item {
        width: 100% !important;
    }
    .ui-menu .ui-menu-item a {
        width: 96% !important;
    }
}

.ui-menu-item *{
	white-space:nowrap !important;
}

.ui-dialog-hr {
    height:1px;
    background-color:#999999;
    margin-bottom: 5px;
}

/* Start jQuery override */
.ui-widget-content {
    background-color: #FFFFFF !important;
}

.ui-menu .ui-menu-divider {
	margin: 0px 0 !important;
}

.ui-widget-overlay {
    opacity: 0.8 !important;
    filter: Alpha(Opacity=80) !important;
}

.ui-widget-overlay.ie-protected-mode {
	z-index: 99;
	background-image: none;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0 0.5em 0.5em !important;
}

.ui-button-text-only {
    padding: 1px 10px 2px 10px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;}

.ui-dialog-content.ui-widget-content {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: transparent;
}

.ui-dialog-buttonpane button.ui-button.ui-corner-all.ui-widget {
    padding: 1px 10px 3px 10px!important;
}

/* End jQuery override */

/* Start bootstrap.css override */

.delivery-specification-details-tabs .accordion {
	margin-bottom: -7px !important;
}

.delivery-specification-details-tabs .accordion-group {
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	margin-bottom: 7px;
}

.delivery-specification-details-tabs .accordion-heading {
	border-radius: 4px 4px 1px 1px;
}

.delivery-specification-details-tabs .accordion-heading .expanded {
	background: #F2F2F2;
	color: #1f98d4 !important;
	border-color: transparent !important;
	border-radius: 3px 3px 0 0;
}

.delivery-specification-details-tabs .accordion-heading .accordion-toggle {
    padding: 4px 8px;
}

.delivery-specification-details-tabs .accordion-heading .collapsed {
    padding: 4px 8px;
    background: #F2F2F2;
    color: #666666 !important;
    border-radius: 3px 3px 3px 3px;
}

.delivery-specification-details-tabs .accordion-heading a,
.delivery-specification-details-tabs .accordion-heading a:link,
.delivery-specification-details-tabs .accordion-heading a:visited {
	font-weight: bold;
	outline: none;
}

.delivery-specification-details-tabs .accordion-heading a:hover {
	text-decoration: none;
	background: #DDDDDD;
}

.delivery-specification-details-tabs .accordion-heading a:focus {
	text-decoration: none;
}

.delivery-specification-details-tabs .accordion-inner {
	background: #FBFBFB;
	padding: 10px 5px 10px 5px;
	border-top: 2px solid #CCCCCC;
	border-radius: 0px 0px 3px 3px;
}

/* End bootstrap.css override */

/* Recipient Picker Styles Begin */

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: none !important;
}

.autocomplete-z-index {
    z-index: 1002;
}

.autocomplete-item {
    display: flex !important;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: none;
    color: #666;
}

a.autocomplete-item.ui-menu-item-wrapper.ui-state-active,
.autocomplete-item:hover,
.autocomplete-item:focus {
    font-weight: 400;
    margin: -1px !important;
    text-decoration: none;
    zoom: 1;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png?version=0e7ef0f') 50% 50% repeat-x;
    color: #599fcf;
    cursor: default;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {     /* required for IE11 */
    .autocomplete-item {
        display: inline-block !important;
    }
}

.autocomplete-item .member {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: none;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    border-radius: 5px;
    padding: 2px;
    z-index: 10002;
}

.group-picker-element .group-name {
    order: 1;
    display: inline;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-picker-element .group-member-count {
    order: 2;
    display: inline;
    float: right;
    padding-left: 12px;
}

.autocomplete-down-arrow {
    background-image: url('../images/arrow-drop.png?version=0e7ef0f') !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 7px;
    margin-top: 30px;
    cursor: pointer;
}

.autocomplete-up-arrow {
    background-image: url('../images/arrow-up.png?version=0e7ef0f') !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    margin-left: 7px;
    cursor: pointer;
}

.autocomplete-member-info {
	width: 124px;
	float: left;
	text-align: left;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-member-div, .autocomplete-member-invalid-div {
	z-index: 100;
	position: relative;
}

.autocomplete-member-div {
	margin-right: 2px;
	width: 146px;
	margin-top: 3px;
	height: 18px;
	border: 1px solid #8EAACE;
	background: #F7F7F7;
	border-radius: 5px;
	float: left;
}

.autocomplete-member-invalid-div {
	margin-right: 2px;
	width: 146px;
	margin-top: 3px;
	height: 18px;
	border: 1px solid #CA3538;
	background: #F99393;
	border-radius: 5px;
	float: left;
	color: white;
}

.autocomplete-member-invalid-div .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png?version=0e7ef0f);
}

.autocomplete-member-invalid-div:hover .ui-icon:hover {
    background-image: url(images/ui-icons_ffffff_256x240.png?version=0e7ef0f) !important;
}

.recipientContainer {
    margin-left: 28px;
    argin-top: 2px;
    width: auto;
    cursor: default;
}

div.image-preload-container {
    display: none;
}
/* Recipient Picker Styles End */

.autoLoad-senderEmailAdd {
    width: auto;
    float: left;
    text-align: left;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-senderEmail-div{
	margin-left: 52px;
	width: auto;
	margin-top: 3px;
	height: 18px;
	border: 1px solid #8EAACE;
	background: #E9F2FF;
	border-radius: 5px;
	float: left
}

.ui-icon-closeButton {
	background-position: -96px -128px;
	margin-left:20px;
    margin-top: 2px;
}

.dialog-style {
    margin: 0 10px !important;
    padding: 10px 0 !important;
    border-top: 1px solid #AAAAAA !important;
    word-wrap: break-word !important;
}

/* Force display of scrollbars in Webkit browsers - START */
.os-mac ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

.os-win ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

.os-mac ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.os-win ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

div {
    scrollbar-width: thin !important;
}
/* Force display of scrollbars in Webkit browsers - END */

.schedule-demo {
	position: absolute;
	top: 5px;
	left: 5px;
	padding:5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fafafa;
	opacity: 0.95;
	z-index: 99;
}

.transfer-success-twitter-button-container {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

iframe.transfer-success-twitter-hashtag-button {
	display: block;
}

.confirm-delete-dialog {
	display: none;
}
.nosession-dialog {
	width: 500px !important;
}
.nosession-dialog .ui-dialog-content, .confirmation-dialog .ui-dialog-content {
	border-top: 1px solid #AAAAAA;
    margin: 0 10px;
    padding: 10px 0;
}

input:disabled {
	cursor: default;
}

.login-button {
    width: 100px;
    height: 30px;
	position: relative;
	border-radius: 5px;
	font-weight: bold;
}

.permissions {
     display: block;
     height: 20px;
     line-height: 20px;
}

.permissions label {
	vertical-align: middle;
}

.signiant-blue {
	color: #1f98d4;
}

/** Instruction dialogs. */
.instruction-dialog {
	padding: 12px;
}
.instruction-dialog .ui-dialog-titlebar {
	padding-top: 0px;
}
.instruction-dialog .ui-dialog-title {
	display: block;
	margin-top: 17px !important;
}
.instruction-dialog .ui-dialog-titlebar img {
	float: left;
	height: 35px;
	padding-right: 12px;
}
.instruction-dialog .ui-dialog-titlebar-close {
	margin-top: -20px;
}
.instruction-dialog.ui-dialog  {
	width: 650px !important;
}
.instruction-dialog-small.ui-dialog  {
	width: 500px !important;
}
.instruction-dialog .ui-dialog-content, #download-client-instructions  {
	border-top: 2px solid #c9e84b;
}
.instruction-dialog .content-wrapper {
	margin: 18px auto;
	width: 450px;
}
.instruction-dialog .plugin-download .description {
	padding-top: 12px;
	padding-bottom: 15px;
}
.instruction-dialog .action-button-wrapper {
	text-align: center;
}
.instruction-dialog .action-button-wrapper button {
	background-image: url("../images/account-user.png?version=0e7ef0f");
	background-repeat: repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	color: white;
	cursor: pointer;
	font-family: SourceSansPro, Calibri, Geeza Pro, Arial, sans-serif;
	font-size: 16px;
	height: 33px;
	margin: 0px auto;
	padding: 0 10px 0 10px;
}
.instruction-dialog .footer {
	border-top: 2px solid #c9e84b;
	padding: 5px 5px 0px 5px;
	text-align: center;
}
.instruction-dialog .footer a {
	color: #1f98d4;
	font-size: 12px;
	outline: none;
}
.instruction-dialog .footer .help-link {
	float: right;
}
.instruction-dialog .footer .mediashuttle-link {
	float: left;
}

.instruction-dialog .installation-instructions {
	display: block;
	text-align: center;
}

.instruction-dialog .instructions-manual-downoad {
    padding-top: 20px;
}

.instruction-dialog .installation-instructions-steps {
	display: table;
	border-collapse:separate;
	border-spacing:10px 0px;
	margin: 20px auto;
}
.instruction-dialog .installation-instructions-steps div {
	display: table-row;
}
.instruction-dialog .installation-instructions-steps div div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 2px dashed #c9e84b;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #FFFFFF;
	padding: 5px 5px 1px 5px;
	margin-top:10px;
}
.instruction-dialog .installation-instructions-steps div div img {
	margin: 4px 3px 0 3px;
}
.instruction-dialog .installation-instructions-steps p {
	margin: 12px 0 8px -22px;
}
.instruction-table {
	display: table;
	border: none !important;
	width: 170px;
    line-height: 40px;
	padding: 0 !important;
}
.instruction-cell{
	padding: 3px 0px 0px 0px !important;
}
.instruction-table-number-cell {
	display: table-cell;
	text-align: left;
	position: inherit !important;
	padding-left: 0px !important;
}
.instruction-table-text-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 170px;
	padding-left: 12px;
}
.step-numbers {
    position: absolute;
    top: 142px;
    border: none !important;
    background: none !important;
    color: #c9e84b;
    font-size: 36px;
}
#download-client-instructions .step-numbers {
	top: 100px;
}
.step-actions {
    margin-bottom: 10px !important;
    font-size: 15px;
    color: #666666;
}
.notification-view {
	display: inherit;
	display: inline-table; /* fallback style */
	top: 5px;
	z-index: 99;
	max-width: 95%;

	height: auto !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.notification {
	position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #555;
    background-color: #EEEEEE;
    padding: 7px 50px;
}

.notification-close-button {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.notification-close-button:hover {
	color: red;
	cursor: pointer;
}

.plugin-upgrade-recommended,
.native-plugin-found,
.ie-protected-mode,
.blocked-transfer-notify {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 0 4px 8px;
	display: table;
	border: 1px solid #CCC;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color: #555;
    z-index: 2;
	background-color: #EEEEEE;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content,
.native-plugin-found .native-plugin-found-content,
.ie-protected-mode .ie-protected-mode-content,
.blocked-transfer-notify .blocked-transfer-notify-content {
	display: table-row;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .logo,
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message,
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .close,
.native-plugin-found .native-plugin-found-content .logo,
.native-plugin-found .native-plugin-found-content .message,
.native-plugin-found .native-plugin-found-content .close,
.ie-protected-mode .ie-protected-mode-content .logo,
.ie-protected-mode .ie-protected-mode-content .message,
.ie-protected-mode .ie-protected-mode-content .close,
.blocked-transfer-notify .blocked-transfer-notify-content .logo,
.blocked-transfer-notify .blocked-transfer-notify-content .message,
.blocked-transfer-notify .blocked-transfer-notify-content .close {
	display: table-cell;
	vertical-align: top;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .logo,
.blocked-transfer-notify .blocked-transfer-notify-content .logo {
	padding: 10px 5px 0px 5px;
}
.native-plugin-found .native-plugin-found-content .logo,
.ie-protected-mode .ie-protected-mode-content .logo {
    padding: 2px 5px 0px;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .logo img,
.blocked-transfer-notify .blocked-transfer-notify-content .logo img {
	height: 35px;
}
.native-plugin-found .native-plugin-found-content .logo img,
.ie-protected-mode .ie-protected-mode-content .logo img {
	height: 30px;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message,
.native-plugin-found .native-plugin-found-content .message,
.ie-protected-mode .ie-protected-mode-content .message,
.blocked-transfer-notify .blocked-transfer-notify-content .message {
	padding: 10px;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message .buttons,
.blocked-transfer-notify .blocked-transfer-notify-content .message .buttons {
	margin-top: 10px;
	text-align: center;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message .buttons .ok,
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message .buttons .cancel,
.blocked-transfer-notify .blocked-transfer-notify-content .message .buttons .resume,
.blocked-transfer-notify .blocked-transfer-notify-content .message .buttons .ignore {
	background-image: url('../images/account-user.png?version=0e7ef0f');
	background-repeat: repeat-x;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: white;
	font-family: SourceSansPro, Calibri, Geeza Pro, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    padding: 0 10px 0 10px;
    cursor: pointer;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .message .buttons .cancel,
.blocked-transfer-notify .blocked-transfer-notify-content .message .buttons .ignore {
	margin-left: 10px;
}

.ignoreWarning {
	text-align: center;
	margin: 10px 0 -5px 0;
}

.ignoreWarning a {
	font-size: 12px;
	text-decoration: underline;
}

.ignoreWarning a:hover {
	color: #0088cc;
    text-decoration: none;
}

.plugin-upgrade-recommended .plugin-upgrade-recommended-content .close .close-wrapper,
.native-plugin-found .native-plugin-found-content .close .close-wrapper,
.ie-protected-mode .ie-protected-mode-content .close .close-wrapper,
.blocked-transfer-notify .blocked-transfer-notify-content .close .close-wrapper  {
	position: relative;
	width: 50px;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .close .close-wrapper .closeButton,
.native-plugin-found .native-plugin-found-content .close .close-wrapper .closeButton,
.ie-protected-mode .ie-protected-mode-content .close .close-wrapper .closeButton,
.blocked-transfer-notify .blocked-transfer-notify-content .close .close-wrapper .closeButton {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	border: none !important;
	background-image: url('../images/dialog-close.png?version=0e7ef0f');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.plugin-upgrade-recommended .plugin-upgrade-recommended-content .close .close-wrapper .closeButton:hover,
.native-plugin-found .native-plugin-found-content .close .close-wrapper .closeButton:hover,
.ie-protected-mode .ie-protected-mode-content .close .close-wrapper .closeButton:hover,
.blocked-transfer-notify .blocked-transfer-notify-content .close .close-wrapper .closeButton:hover {
	border: 1px solid #CCC;
}
#plugin-download-iframe {
	display: none;
}

.ie-protected-mode a {
	color: #1f98d4;
}

.plugin-unsupported-dialog {
  padding: 12px;
}

.plugin-unsupported-dialog.ui-dialog {
	width: 620px !important;
}
.plugin-unsupported-dialog .content-wrapper {
	width: 570px;
    margin: 18px auto;
}

.plugin-unsupported-dialog .ui-dialog-titlebar img {
  float: left;
  height: 35px;
  padding-right: 12px;
}

.plugin-unsupported-dialog .ui-dialog-title {
  display: block;
  margin-top: 17px !important;
}

.plugin-unsupported-dialog .ui-dialog-content {
  border-top: 2px solid #c9e84b;
}

.plugin-unsupported-dialog .footer {
  border-top: 2px solid #c9e84b;
  padding: 5px 5px 0px 5px;
  text-align: center;
}

.plugin-unsupported-dialog .footer a {
  color: #1f98d4;
  font-size: 12px;
  outline: none;
}

.plugin-unsupported-dialog .footer .mediashuttle-link {
  float: left;
}

.plugin-unsupported-dialog .footer .help-link {
  float: right;
}

.plugin-unsupported-placeholder .content-wrapper .message {
	margin-bottom: 20px;
}

#native-plugin-not-found, #native-plugin-blocked-dialog {
	padding: 5px 10px 10px 10px !important;
	border: 1px solid #CCC;
}

.tx-plugin-install-dialog img[src*="close.png"] {
	display: none;
}

.tx-plugin-upgrade-dialog a[href*="Signiant-Plugin-License-Agreement.htm"],
.tx-plugin-install-dialog a[href*="Signiant-Plugin-License-Agreement.htm"] {
	display: none;
}

.tx-plugin-install-dialog img {
	height: auto;
	width: auto;
}

#native-plugin-not-found h1, #native-plugin-not-found p {
	font-weight: normal !important;
}

#native-plugin-not-found-direct, .learn-plugin-upgrade-banner {
	color: #1f98d4;
	text-decoration: underline;
	padding-left: 3px;
	cursor: pointer;
}

#native-plugin-not-found-direct:hover, .learn-plugin-upgrade-banner:hover {
	color: #1f98d4;
	text-decoration: none;
}

#native-plugin-not-found-install, #native-plugin-blocked-body {
	padding: 5px 10px 15px 10px !important;
}

#native-plugin-not-found-instruction-1, #native-plugin-not-found-instruction-2, #native-plugin-not-found-instruction-3 {
	padding: 5px 5px 0 5px;
}

#native-plugin-not-found-footer a, #native-plugin-blocked-footer a {
	font-size: 12px;
}

#step-number-1, #step-number-2, #step-number-3 {
	padding: 10px 10px 5px 10px !important;
}

#native-IE-protected-dialog {
	box-shadow: none !important;
}

#native-plugin-found-body td, #plugin-upgrade-recommended-content td, #native-plugin-upgraded-dialog td, #native-IE-protected-dialog td {
	font-size: 14px !important;
}

#native-plugin-found-dialog img {
	border: none !important;
}

#native-plugin-found-body td+td {
	padding: 0 15px 0 15px;
}

#native-plugin-not-found-body button, .blocked-transfer-notify-content button, #native-plugin-upgrade-banner-body button {
	background-image: url('../images/account-user.png?version=0e7ef0f');
	background-repeat: repeat-x;
	border: none;
    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius:5px 5px 5px 5px !important;
    -webkit-border-radius:5px 5px 5px 5px !important;
	cursor: pointer;
}

#native-plugin-upgrade-banner-body button {
	font-weight: bold;
}

#native-IE-protected-body {
	padding-right: 10px;
}

#native-plugin-upgraded-body td+td {
	padding-right: 20px;
}

#native-IE-protected-body a, #native-plugin-upgraded-body a {
	color: #1f98d4;
	text-decoration: underline;
}

#native-IE-protected-body a:hover, #native-plugin-upgraded-body a:hover {
	color: #1f98d4;
	text-decoration: none;
}

#native-plugin-not-found-header img, #plugin-upgrade-recommended-content img, #native-plugin-upgraded-dialog img {
	top: 7px !important;
	border: none !important;
	height: auto;
	width: auto;
}


#native-plugin-found-body img, #native-plugin-upgrade-banner-body img, #native-plugin-upgraded-body img, #native-IE-protected-dialog img {
	height: 35px !important;
}

#native-plugin-upgrade-banner-body td {
	vertical-align: top;
	padding-top: 8px;
}

#native-plugin-upgrade-banner-body td+td {
	padding: 8px 8px 4px 8px !important;
}

#native-plugin-upgrade-banner-body table:nth-child(2) {
	margin: auto;
}

#native-plugin-upgrade-banner-body table:nth-child(2) td:first-child {
	padding-left: 0 !important;
}

#install-plugin-button {
	cursor: pointer;
}

img[src*="dialog-close.png"] {
	height: 16px !important;
	width: 16px !important;
	cursor: pointer;
}

#signiant-app-mask, #signiant-app-connecting-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
}

.signiant-app-mask-inner {
	width: 100%;
	height: 100%;
	background: url(../images/activity-large.gif?version=0e7ef0f) no-repeat center center;
}

.profile-save-activity {
    position: absolute;
    width: 98%;
    height: 98%;
    background: url(../images/activity-large.gif?version=0e7ef0f) no-repeat center center rgbA(255, 255, 255,0.8);
}

#selectFilesHotspotWidget.signiant-app-mask-inner {
	background-size: 12%;
}

.signiant-app-connecting-info-msg {
    position: absolute;
	width: 100%;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.signiant-app-cancel-transfer-mask-inner {
    width: 100%;
    height: 100%;
    background: url(../images/activity-large.gif?version=0e7ef0f) no-repeat center center;
}

/* START OF TAPIv2 OVERRIDES FOR MS */

.msapi_file_list_container {
    font-family: SourceSansPro,Calibri,Geeza Pro,Arial,sans-serif !important;
    cursor: pointer;
    width: auto !important;
}

#uploadBox .signiant-app-mask-inner,
#downloadBox .signiant-app-mask-inner {
    width: auto !important;
}

.msapi_files {
	margin-top: 0px !important;
	margin-left: 2px !important;
}

.msapi_files [item="list"]:hover {
    background-color: #D3ECF8 !important;
    color: #333333 !important;
}

.msapi_files [imgtype="Archive"], .msapi_files [imgtype="Audio"], .msapi_files [imgtype="Disc"],
.msapi_files [imgtype="File"], .msapi_files [imgtype="Folder"], .msapi_files [imgtype="Image"],
.msapi_files [imgtype="Video"] {
    padding-left: 30px !important;
}

.msapi_files [imgtype="Archive"] {
    background: url('../images/archive-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="Audio"] {
    background: url('../images/audio-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="Disc"] {
    background: url('../images/disc-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="File"] {
    background: url('../images/other-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="Folder"] {
    background: url('../images/dir-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="Image"] {
    background: url('../images/image-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files [imgtype="Video"] {
    background: url('../images/video-file-grey.png?version=0e7ef0f') no-repeat !important;
    background-position: 2px 2px !important;
}

.msapi_files div.selected {
    background-color: #7BC5EA !important;
}

.msapi_selectFiles {
    background: none !important;
}

.msapi_selectFiles_disabled {
    background: none !important;
}

.msapi_file_list_container [item="clearFile"] {
    background-image: url('../images/dialog-close.png?version=0e7ef0f') !important;
	background-position: left 4px !important;
    margin-top: 1px !important;
    padding-left: 20px !important;
}

.msapi_file_list_container [item="clearFile"]:hover {
	background-image: url('../images/close-red.png?version=0e7ef0f') !important;
}

.msapi_files [item="list"] {
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin-right: 1px;
    padding: 3px 0;
}
#selectFilesHotspot {
    height: 196px !important;
}

#selectFilesHotspotWidget, .add-files{
    height: 170px !important;
    width: 100%;
    overflow: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0px 24px 24px 24px;
}

#selectFilesHotspotWidget {
    width: auto !important;
    overflow: auto !important;
    border: 1px dashed rgb(128, 128, 128) !important;
}

#add-files-text {
	color: #666666;
    max-height: 57px;
    padding-top: 6px;
    padding-left: 8px;
    text-align: left;
    cursor: pointer;
}
.add-files-button-icon {
    padding-right: 4px;
}

/* END OF TAPIv2 OVERRIDES FOR MS */

#portal-feature-not-supported, #portal-feature-needs-app-upgrade,
#cloudspex-not-supported, #portal-settings-menu-hint, #share-portal-long-filename-hint, #error-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
   	background-color: rgba(255, 255, 255, 0.98);
    z-index: 100000;
    top: 0;
    left: 0;
    text-align: center;
}

#portal-feature-not-supported, #portal-feature-needs-app-upgrade,
#cloudspex-not-supported, #error-overlay {
    padding-top: 250px;
}

.feature-not-supported-msg {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 17px;
    color: black;
}

.feature-needs-app-upgrade-msg, .cloudspex-not-supported-msg, .new-feature-hint-msg-block, .new-feature-hint-msg, .new-feature-hint-learn-more, .error-overlay-msg {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.feature-needs-app-upgrade-msg {
    padding-top: 50px;
}

.error-overlay-msg {
    padding-top: 120px;
}

.cloudspex-not-supported-msg {
    padding-top: 85px;
}

.app-upgrade-instruction-step-msg {
	text-align: center;
    font-size: 17px;
}

.app-upgrade-instruction-step-msg a:hover{
    color: #0088cc;
}

.app-upgrade-instruction-step-msg ol {
	display: inline-block;
    text-align: left;
    -webkit-padding-start: 16px;
}

.app-upgrade-instruction-step-msg li {
    padding-left: 2px;
}

.use-different-browser-msg {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    color: black;
    line-height: 137px;
}

.sad-face-img {
	position: absolute;
	left: 15%;
}

.browser-img {
  display: inline-block;
}

.not-supported-feature-browsers {
  vertical-align: middle;
  margin-bottom:0.25em;
}

.new-feature-hint-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 80%;
    margin: auto;
}

.new-feature-hint-msg-block {
	display: inline-block;
    order: 1;
    width: 40%;
}

.new-feature-hint-img {
	display: inline-block;
    order: 2;
    padding: 50px 0;
}

.new-feature-hint-msg {
    padding: 70px 50px 20px 50px;
}

.new-feature-hint-dismiss a:hover {
	color: #1f98d4 !important;
    text-decoration: underline;
}

.new-feature-hint-learn-more {
    margin-top: 30px;
}

.new-feature-hint-learn-more a {
    color: #666 !important;
    font-size: 16px;
    text-decoration: none;
}

.new-feature-hint-learn-more a:hover {
	color: #1f98d4 !important;
    text-decoration: underline;
}

.new-feature-hint-corner {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    font-weight: bolder;
    font-size: larger;
}

/* Begin Send from share / Move dialogs */

.browse-folders-dialog-title-icon,
.download-dialog-title-icon,
.send-widget-title-icon,
.sui-dialog-title-icon {
	display: inline;
	float: left;
	position: absolute;
	left: 10px;
	font-size: 18px;
}

.request-files-dialog-title-icon {
	display: inline;
	float: left;
	position: absolute;
	left: 10px;
    top: 7px;
}

.request-files-dialog-title-icon .icon-submit:before {
   font-size: 26px !important;
}

.dialog-overlay {
    background: white;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100000;
    opacity: 0.9;
}

.dialog-overlay-message {
    color: black;
    font-size: 20px;
    width: 70%;
    text-align: center;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    margin: 0 auto;
    vertical-align: middle;
}

.browse-folders-dialog.ui-dialog,
.download-package-dialog.ui-dialog,
.send-package-widget-wrapper.ui-dialog,
.sui-dialog.ui-dialog {
    border: 0px;
    padding: 0px;
}

.browse-folders-dialog .ui-dialog-titlebar,
.download-package-dialog .ui-dialog-titlebar,
.create-folder-subscription-dialog .ui-dialog-titlebar,
.edit-folder-subscription-dialog .ui-dialog-titlebar,
.send-package-widget-wrapper .ui-dialog-titlebar,
.sui-dialog  .ui-dialog-titlebar {
    background-color: #1a91d0;
    color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 35px;
    padding-right: 30px;
}

.create-folder-subscription-dialog .ui-dialog-titlebar {
    width: 86.7%;
    top: -1px;
    left: -0.6px;
}

.browse-folders-dialog .ui-dialog-title,
.download-package-dialog .ui-dialog-title,
.create-folder-subscription-dialog .ui-dialog-title,
.edit-folder-subscription-dialog .ui-dialog-title,
.send-package-widget-wrapper .ui-dialog-title,
.sui-dialog .ui-dialog-title {
    color: white;
    font-size: 15px !important;
    text-align: center;
    width: 100%;
    padding-top: 2px;
}

.autodelivery-dialog .ui-dialog-titlebar-close .ui-icon,
.browse-folders-dialog .ui-dialog-titlebar-close .ui-icon,
.download-package-dialog .ui-dialog-titlebar-close .ui-icon,
.create-folder-subscription-dialog .ui-dialog-titlebar-close .ui-icon,
.edit-folder-subscription-dialog .ui-dialog-titlebar-close .ui-icon,
.send-package-widget-wrapper .ui-dialog-titlebar-close .ui-icon,
.sui-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png?version=0e7ef0f);
}

.autodelivery-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.browse-folders-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.download-package-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.create-folder-subscription-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.edit-folder-subscription-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.send-package-widget-wrapper .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
.sui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_3383bb_256x240.png?version=0e7ef0f);
}

.delivery-request-share-dialog.ui-dialog {
    border: 0px;
    padding: 0px;
}

.delivery-request-share-dialog .ui-dialog-titlebar {
    background-color: #1a91d0;
    color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 35px;
    padding-right: 30px;
}

.delivery-request-share-dialog .ui-dialog-title {
    color: white;
    font-size: 14px !important;
    text-align: center;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 8px;
}

.request-files-dialog-content-container {
	height: 100%;
}

.delivery-request-share-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png?version=0e7ef0f);
}

.delivery-request-share-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_3383bb_256x240.png?version=0e7ef0f);
}

.delivery-request-share-dialog .notifyRequestorSection input {
	float: left
}

.delivery-request-share-dialog .notifyRequestorSection div {
    float: right;
    width: 93%;
}

.browse-folders-dialog .sui-bar{
    margin:0px !important;
    width: auto !important;
}

.browse-folders-dialog.ui-dialog {
    padding: 0;
    border: 0;
    background: #eeeeee;
}

#browse-folders-error-message.error-message {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow-wrap: break-word;
}

.download-body #browse-folders-error-message.error-message {
    background: #fff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.browse-folders-dialog #folder-warn-area {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    margin-top: 10px;
}

.browse-folders-dialog .dialog-warn-icon {
    float: left;
    margin: 5px 6px 0 6px;
}

.browse-folders-dialog .dialog-warn-area {
    padding: 5px;
}

.browse-folders-dialog .sui-dialog {
    padding: 10px !important;
    padding-top: 0px !important;
}

.browse-folders-dialog .fa-exclamation-circle {
	font-size: 18px;
	color: #ffad0f;
}

/* End Send from share / Move dialogs */

/* Begin JSTree overrides */

.jstree-default .jstree-anchor {
    margin-left: -4px !important;
}

.jstree-children .jstree-node {
    margin-left: 19px !important;
}

#Portal_Root.jstree-node {
    margin-left: 0 !important;
}

.download-table .jstree-container-ul {
	margin-top: 5px;
	margin-left: -18px;
}

.download-table .jstree-node {
    padding: 1px 0;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -5px !important;
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
	background-position: 3px 4px !important;
}

/* End JSTree overrides */

.error-message {
    color: red;
}

#send-package-container {
}

.send-package-widget {
}

.send-package-field-input {
}

.send-package-widget .recipient-container-input {
    margin: 0;
}


.send-package-widget #recipients-container-widget .recipient-container-input {
    z-index: 10000 !important;
}

.send-package-widget #cc-recipients-container-widget .recipient-container-input {
    z-index: 1000 !important;
}

.send-package-widget #bcc-recipients-container-widget .recipient-container-input {
    z-index: 100 !important;
}

.autocomplete-box  {
    z-index: 10001 !important;
    border-radius: 5px;
    padding: 2px;
}

.send-package-widget #recipients-container-widget {
    z-index: 10000;
}

.send-package-widget #cc-recipients-container-widget {
    margin-top: 10px;
    z-index: 1000;
}

#cc-recipients-delivery-request-container #recipientsPanel {
	z-index: 500;
}

#send-package-files {
	max-height: 75px;
    position: relative;
}

#send-package-files .send-package-file {
    display: flex;
    align-items: center;
    margin-bottom: 1%;
    overflow: hidden;
}

#send-package-files .send-package-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#send-package-files .send-package-file-icon {
    display: inline-table;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

#send-package-files .send-package-file-icon.other-file-icon {
    background: url('../images/other-file-grey.png?version=0e7ef0f') no-repeat;
}

#send-package-files .send-package-file-icon.directory-file-icon {
    background: url('../images/dir-file-grey.png?version=0e7ef0f') no-repeat;
}


#send-package-files .send-package-file-icon.audio-file-icon {
    background: url('../images/audio-file-grey.png?version=0e7ef0f') no-repeat;
}

#send-package-files .send-package-file-icon.video-file-icon {
    background: url('../images/video-file-grey.png?version=0e7ef0f') no-repeat;
}

#send-package-files .send-package-file-icon.image-file-icon {
    background: url('../images/image-file-grey.png?version=0e7ef0f') no-repeat;
}

#send-package-files .send-package-file-icon.archive-file-icon {
    background: url('../images/archive-file-grey.png?version=0e7ef0f') no-repeat;
}

#send-package-files .send-package-file-icon.disc-file-icon {
    background: url('../images/disc-file-grey.png?version=0e7ef0f') no-repeat;
}

.send-package-file-remove {
    background-image: url(../images/dialog-close.png?version=0e7ef0f) !important;
    background-position: left -3px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 12px;
    width: 10px;
    height: 10px;
}

.send-package-file-remove:hover {
    background-image: url(../images/close-red.png?version=0e7ef0f) !important;
}

#send-package-message {
	resize: none;
}

.send-package-icon-send {
	margin-right: 10px;
	color: white !important;
}

#send-package-button .send-package-icon-send {
    font-size: 20px;
    vertical-align: middle;
}

.primary-order-dialog-button .send-package-icon-send {
    font-size: 20px;
    vertical-align: middle;
}

.primary-order-dialog-button .download-package-icon-send {
    font-size: 28px;
    vertical-align: middle;
    margin-top: -5px;
}

.primary-order-dialog-button:disabled {
	background: rgba(0, 172, 238, 0.48) !important;
	cursor: default;
}

.primary-request-files-dialog-button:disabled {
    background: rgba(0, 172, 238, 0.48) !important;
    cursor: default;
}

/* ---------- SIGNIANT UI (sui) ---------- */

.sui-dialog {
	background: white;
    height: 100%;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}

#infoDialog {
    padding: 15px;
}

.sui-section {
    flex: 0 1 auto;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

.sui-box {
    padding: 5px 6px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}

.sui-bar {
	width: 100%;
    margin-left: -15px;
    margin-top: -15px;
    padding: 5px 15px 2px 15px;
    line-height: 30px;
    background: grey;
    color: white;
    font-size: larger;
    text-align: center;
    box-sizing: content-box;
}

.sui-bar i {
	line-height: inherit;
	position: absolute;
	left: 15px;
}

.sui-header {
	margin-bottom: 15px;
}

.sui-footer {
	margin: 0;
	padding-top: 10px;
	line-height: 36px;
}

.sui-section-fill {
	flex: 1 1 auto;
}

.sui-section-label {
	color: rgba(0,0,0,0.4);
	float: left;
	margin-right: 10px;
}

.sui-button {
	height: 36px;
	line-height: 36px;
	border: none !important;
	background: rgb(0,172,238) !important;
	color: white !important;
	border-radius: 4px;
	min-width: 100px;
	padding: 0 10px;
	cursor: pointer;
}

.sui-button:hover {
    background: rgba(0,172,238,0.9) !important;
}

.sui-footer button {
	float: right;
	margin: 0 0 0 5px;
}

.datagrid-scroll-fix {
    width: 100% !important;
}

.sui-button-cancel {
	background: none !important;
	color: rgba(0,0,0,0.5) !important;
}

.sui-button-cancel:hover {
    background: rgba(0,0,0,0) !important;
    text-decoration: underline !important;
}

.sui-button-add-folder {
    margin-left: -5px !important;
    background: none !important;
    color: rgba(0,0,0,0.5) !important;
    float: left !important;
}

.sui-button-add-folder:hover {
    background: rgba(0,0,0,0) !important;
    text-decoration: underline;
}

#browse-folders-ok:disabled, #browse-folders-add-folder:disabled, #browse-folders-cancel:disabled {
    opacity: .15;
    text-decoration: none;
    cursor: default;
    border: none;
    background: #888;
    color: black;
}

#browse-folders-add-folder:disabled, .sui-button-cancel:disabled {
    background: none !important;
}

.sui-heading {
	font-size: medium;
}

.sui-heading i {
	margin-right: 5px;
}

.sui-no-padding {
	padding: 0 !important;
}

.sui-overflow-auto {
	overflow: auto;
}

#browse-content-area {
    min-height: 300px;
    height: 100% !important;
    margin: 0;
    border-radius: 5px;
}

#folder-browse-area, #browse-content-screen {
	border: 1px solid #aaaaaa;
    border-radius: 4px;
}

#folder-browse-area {
    height: 300px;
    min-height: 300px;
}

.folder-browse-area-max {
    height: 85% !important;
}

.settings-menu-item {
    padding: 8px 16px !important;
}

.settings-menu-item label {
    font-weight: normal;
    margin: 0;
}

.settings-menu-item span {
    margin-right: 9px;
}

.disabled-opacity {
    opacity:0.5;
}

#settings-menu {
    margin-top: 8px;
    overflow: hidden;
}

#settings-menu.ui-menu.ui-widget.ui-widget-content {
	border: 1px solid #aaa !important;
	box-shadow: none !important;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px !important;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px !important;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px !important;
}

#settings-menu.ui-menu {
	padding: 0;
}

.settings-menu-item, .settings-menu-item *{
	cursor:pointer;
}

.settings-menu-item input[type="checkbox"] {
    margin-right: 8px;
}

.settings-menu-item:hover {
    background-color: #ECECEC;
}

.settings-menu-separator {
    border-top: 1px solid #ccc;
}

#add-transfer-password-div .password,
#add-transfer-password-div .confirm-password {
	white-space:nowrap;
	text-align:left;
    margin: 4px 0px 4px 0px;
}

#add-transfer-password-div .password i,
#add-transfer-password-div .confirm-password i {
	font-size: 19px;
	margin-left: -3px;
	vertical-align: text-bottom;
	cursor: default;
}

#enter-transfer-password-div {
    text-align: center;
}

#download-package-widget .datagrid{
	height: 65%;
}

#download-package-widget .datagrid-maximize{
	height: 80%;
}

#send-package-widget .datagrid {
	height: 43%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {     /* required for IE11 */
    #send-package-widget .datagrid {
        height: 21% !important;
    }
}

#download-package-widget .datagrid .datagrid-wrap{
	height: 99% !important;
}

#send-package-widget .datagrid .datagrid-wrap {
    height: 98% !important;
}

#download-package-widget .datagrid .datagrid-wrap .datagrid-view,
#send-package-widget .datagrid .datagrid-wrap .datagrid-view {
	height: 100% !important;
}

#download-package-widget .datagrid .datagrid-wrap .datagrid-view2,
#send-package-widget .datagrid .datagrid-wrap .datagrid-view2 {
	height: 100% !important;
}

#send-package-widget .datagrid-maximize {
	height: 62.9% !important;
}

#send-package-widget .datagrid .datagrid-view2 .datagrid-body {
	height: 84% !important;
}

#send-package-widget .datagrid .datagrid-view2 .datagrid-body-maximize {
	height: 95% !important;
}

#download-package-widget .datagrid .datagrid-view2 .datagrid-body {
	height: 92% !important;
}

#download-package-widget .datagrid .datagrid-view2 .datagrid-body-maximize {
	height: 96% !important;
}

.request-file-settings-icon {
    transform: rotate(90deg);
    margin-right: 9px;
    font-size: 15px;
    margin-left: -1px;
}

.tree-folder, .conflict-row .fa-home, .conflict-row .fa-folder {
	font-size: 17px;
	color:rgb(0, 169, 211) !important;
}


/**Recipient Picker Styles*/
#recipientContainer {
    overflow: hidden;
    max-height: 23px;
    margin-bottom: 2px;
}

#recipientContainer.showing-more {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: none;
}

.recipients-spacer {
    display: none;
}

#recipientsPanel.expanded {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: -1px 14px 12px 0px;
}

#recipientEmailsDiv .ToolText div, #send-package-files .ToolText div, #recipientsDiv .ToolText div {
    top: -21px;
    left: 3px;
    width: calc(100% - 28px);
    white-space: normal;
    height: calc(100% - 2px);
    line-height: 1.2;
    border-radius: 3px;
}

.datagrid-send-package-view #recipientsPanel #recipientEmailsDiv .ToolText .tooltipText,
.datagrid-send-package-view #recipientsPanel #recipientsDiv .ToolText .tooltipText {
    left: -25px;
    width: 100%;
}

.datagrid-send-package-view #recipientsPanel #recipientEmailsDiv .label-place-holder-left,
.datagrid-send-package-view #recipientsPanel #recipientsDiv .label-place-holder-left {
    width: 98%;
    padding-left: 5px;
}

#recipientsDiv, .pickerInput {
    outline:none;
    box-shadow:none;
}

.recipient-picker-input {
    width:314px;
    height:20px;
    margin-top:2px;
    border:0px;
}

.datagrid-send-package-view #recipientsPanel.expanded {
    width: 95%;
    position: absolute;
    z-index: 2;
    margin: -1px 14px 12px -2px;
}

#send-package-container #recipientsPanel.expanded {
    width: calc(100% - 32px);
    margin: -1px 14px 12px -1px;
    border: 1px solid #aaa;
}

div#deliveryRequestDialog div#recipientContainer.showing-more {
    max-height: 139px !important;
}

.invite-with-recipient-picking,
.invite-without-recipient-picking {
    margin-left: 25px;
    text-align: left;
    vertical-align: bottom;
}

.expanded .invite-with-recipient-picking {
    position: absolute;
    bottom: 5px;
}

.invite-without-recipient-picking {
    position: relative;
}

.inviteMembers .inviteMembersCheckbox {
	margin: 3px 0.5ex;
}

.recipient-container-input {
    padding:0px 0px;
    background-color: #FFFFFF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin: 3px 0px 3px 0px;
}

.index-tooltip {
    display: none;
    position: absolute;
    right: 3px;
    top: 3px;
    text-align: right;
}

.recipient-picker-loading {
    background: url(../images/activity-large.gif?version=0e7ef0f) no-repeat center center;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.recipient-picker-loading::-webkit-input-placeholder {
    opacity: 0.3 !important;
}

.recipient-picker-loading::-moz-placeholder {
    opacity: 0.3 !important;
}

.recipient-picker-loading:-ms-input-placeholder {
    opacity: 0.3 !important;
}

.recipient-picker-loading::placeholder {
    opacity: 0.3 !important;
}

/**Recipient picker Styles*/

.tapiV1-show {
	width: 100%;
	height: 100%;
}

@media only screen
    and (min-device-width: 1px)
    and (max-device-width: 736px)
    and (orientation: portrait)
{
    .userSettingsMenu-retryWithoutApp {
        font-size: 14px !important;
    }

    .dismiss-banner-button {
        width: 30px;
        height: 30px;
    }

    .autocomplete-senderEmail-div {
        margin-top: 7px;
        margin-left: 64px;
    }

    #settings-menu-container {
        position: absolute;
        right: 16px;
    }

    #settings-menu.ui-menu.ui-widget.ui-widget-content {
        top: inherit !important;
        left: inherit !important;
    }

    .align-to-midle {
        margin-top: 0;
        transform: translateY(100%);
    }
}
