h1 {
    background:none !important;
}

.pd_clearfloat {
    clear: both;
}

/********************************Interaction Box************************
dimensions of interaction box items
width:38px;
height:34px;
**/

.pd_boxTitle{
    font-size:12px;
    color:#fff;
}

#InteractionBar {
    background-color:#4c5160;
    margin-bottom:1px;
}

.sb_icon {
    border-bottom:none !important;
}

.pd_interactionItem {
    background-color:#4c5160;
}

.greyBg {
    background-color:#ebedee;
}

.pd_tabs_margin {
    width:28px;
    text-align:center;
}

.pd_selected {
    color:white;
}

.pd_active{
    color:#fff !important;
}

.pd_dossiertext {
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
}

.pd_disable {
    color: #bebebe;
}

.iconMoon {
    font-family:'icomoon';
    font-size:18px;
}

.sidebar-header {
    line-height:28px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}

/***********************End of Interaction Box*********************/

/******LOGIN FORM******************/

#loginForm {
    border:0px solid black;
    padding-bottom:0px;
}

input#username,
input#password,
input#edit_password,
input#edit_profile {
    background-color:transparent;
    border: none;
    margin: 0px 0px 0px 18px;
    height:28px;
    line-height:28px;
    font-family: arial,verdana,sans-serif;
    font-size:12px;
}

#edit_password,
#edit_profile,
.pd_listItem,
.userlistItem {
    background-color:transparent;
    border: none;
    margin-left:18px;
    margin-right:18px;
    height:16px;
    font-size:12px;
    padding-top:10px;
    color:#4c5160;
    padding-bottom:2px;
}

input#username {
    border-bottom:0px solid #c9cacf;
}

input#password {
}

#edit_profile,
.pd_listItem  {
     border-bottom:1px solid #c9cacf;
     padding-bottom:5px;
}

#pd_uContainer1 {
    padding:0px;
    margin-left:18px;
    margin-right:18px;
    border-bottom:1px solid #c9cacf;
}

/*input#password {
    margin-top:-3px;
     border:0px solid blue;
}*/

input#password,
#pd_currentPassword,
#pd_newPassword,
#pd_confirm_newPassword,
#passwordRegistrationInput,
#passwordRegConfirmInput {
    -webkit-text-security: disc;
    text-security:disc;
}

#loginButton , #registerButton {
    border-right: 1px solid #FFFFFF;
    color: #4C5160;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 28px;
    text-align: center;
    width:114px;
}

#registerButton {
    border-right: none;
    float: none;
    width:115px;
}

#userloginHeader {
    height:28px;
    line-height: 28px;
    padding:0px 0px 0px 18px;
}

#contentBadgeContainer {
    background-color:gray;
}

.buttonContainer {
    width:230px;
    border-top:1px solid white;
}

.buttonContainer div {
    font-size:12px;
    line-height: 28px;
}

.pd_loginContainer {
    width:194px;
    clear:both;
}

#loginForm input.pd_loginContainer[type="text"] {
    border-bottom:1px solid #C9CACF;
}

form.placeholder{
    color:red;
}

/*Webkit input fields*/

input::-webkit-input-placeholder {
    color:#a1aab1;
}

input#edit_profile::-webkit-input-placeholder {
    color:#4c5160;
}

input#edit_password::-webkit-input-placeholder {
    color:#4c5160;
}

input:hover::-webkit-input-placeholder {
    color:#4c5160;
}

input:focus::-webkit-input-placeholder {
    text-indent:-999px;
}

/*Mozilla input fields*/
input:-moz-placeholder,
textarea:-moz-placeholder {
   color:#a1aab1;
}

input:hover::-moz-placeholder,
textarea:-moz-placeholder {
   color:#4c5160;
}

input:focus::hover-moz-placeholder,
textarea:-moz-placeholder {
    text-indent:-999px;
}

/*Microsoft input fields*/
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#a1aab1;
}

input:hover::-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#4c5160;
}

input:focus::-ms-input-placeholder,
textarea:-ms-input-placeholder {
    text-indent:-999px;
}

/*****end of login form***********/

.profile {
    color:#4c5160;
    padding-left:18px;
    height:28px;
}

/*****ADD DOSSIER BUTTON**********/

.pd_generalButton {
    display: inline-block;
    width: 212px;
    height: 28px;
    padding: 0px 0px 0px 18px;
    margin: 0;
    margin-bottom: 1px;
    vertical-align: middle;
    line-height: 28px;
    background: #ebedee !important;
    color: #fff !important;
}

/************** CHANGE PASSWORD FORM       *****************/

.pd_warning {
    color:red;
    margin-top:15px;
    padding-left:25px;
    font-size:14px;
}

.pd_success {
    color:blue;
    font-size:20px;
}

.pd_profile_selected {
    /*background-color:#D2D2D2;*/
    color:blue;
}

/*************************end of change password***************/

/***LOGOUT CONFIRMATION BUTTON**/

.logoutText {
    color:white;
}

#st_log_out_confirm {
    border:0px solid green;
}

#confirmationMsg {
    color:white;
    font-size:12px;
    line-height: 28px;
    padding: 0 0 0 18px;
    width: 212px;
}

/**END OF LOGOUT CONFIRMATION BUTTON*/

/* CONFIRM & CANCEL BUTTONS */
.cancelButton , .confirmButton {
    cursor:pointer;
    display:inline-block;
    float:right;
    width:28px;
    height:28px;
    padding:0px !important;
    margin:0px !important;
    border-left:1px solid white !important;
    background:transparent url(../images/icons/confirm.png) top left no-repeat scroll;
}

.cancelButton {
    background:transparent url(../images/icons/abort.png) top left no-repeat scroll;
}


/******************  EDIT DOSSIER BUTTON     ********************/

.pd_editDossier {
    font-size:12px;
    margin-bottom:0px;
}

.pd_img {
    float:left;
}

/**index.html css*/
#addbmbutton,
.clickable {
    cursor: pointer;
}
#st_addDossier{
    background-image:url(../images/add.png);
}

.st_editDosser {
    float:right;
    width:28px;
    border-left:1px solid white;
    font-size:18px;
    text-align:center;
    color:#4C5160;
}

.st_unbookmarked {
    color:#4C5160;
}

.st_bookmarked {
    color:#ebedee;
}

/***** Dossier List Styles *****/
#L1, #L2, #followingListHeader {
    clear: both;
}

.dossier_item {
    border:0px solid red;
    /*float: left;*/
    margin-right: 10px;
    padding-top:10px;
    padding-bottom:0px;
    width:470px;
    /*height:145px;*/
}

ul#sortable li{
    /* height:145px; */
}

.dossier_item_border {
    border-bottom:1px solid #C9CACF;
    height:auto;
    padding-bottom:15px;
}

.small {
    font-size:11px !important;
    margin-bottom: 0px !important;
    line-height: 13.2px !important;
}

span.overview_date {
    padding-right:5.5px;
    line-height: 13.2px !important;
}

a.OTName {
    background: transparent url("../../images/icons/more_darkblue.gif") no-repeat scroll 0 4px;
    border: 0px;
    color: #1D517E;
    font-weight: bold;
    margin-left: 2px;
    padding-left: 9px;
    text-decoration: none;
}

/************Registration*****/
.pd_inactive {
    color: #c9cacf !important;
    cursor: default !important;
}

#titleRegistrationInput {
    display: inline-block;
    float: left;
    width: 184px;
    height: 18px;
    margin: 5px 17px 5px 15px;
    padding: 0px;
    background: #fff;
    color: #4C5160;
    border: none;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

#pd_reg_title_container {
    display: inline-block;
    width: 279px;
    background: #ebedee;
}

.registration_message {
    color:red;
}

#emailInputContainer {
    /*border:1px solid red;*/
}

.dossier_text p a {
    color:#0089CF;
}

/****EMBED VIEW *********/

#dropdown_embed {
    height:auto;
    border:0px solid green;
    padding:0px;
}

#inputContainer {
    width: 192px !important;
    height: 60px;
    margin: 0;
    padding: 10px 18px;
    border: 1px solid #CCCCCC;
}

.pd_embed_buttons {
    display:inline-block;
    float:left;
    width:115px;
    height:28px;
    cursor: pointer;
    border:none;
    font-size:12px;
    line-height:28px;
    background-color: #EBEDEE;
    color:#4c5160;
    text-align: center;
}

#contentEmbed {
    border-right:1px solid white;
}

#badgeStyle {
    width:114px;
    float:none;
}

.pd_activeBadge {
    background-color:#0089CF;
    color:white;
}

#drop_info{
    padding-top:3px;
    padding-left:7px;
    color:#0089CF;
    font-style:italic;
}

#embedButtons {
    margin-top:1px;
    width:230px;
    height:28px;
}

#badgeHeader {
    cursor: pointer;
    top:0px;
}

#titleContainer {
    /*background-color:#ebedee;*/
    line-height:18px;
    margin:11px 0px 3px;
}

#headerDescription {
    /*padding: 10px;*/
    font-size: 12px;
}

.dossierItemText {
    font-size:12px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.liItem {
    margin: 0px;
    height:28px;
}

body.embedBadge {
    /* overflow: hidden; */
}

.pd_overflow {
    overflow-x:hidden;
    overflow-y:auto;
    /*height: 270px; */ /* 380 - 87px*/
}

/*****END OF EMBED VIEW********/

/********************************BOOOKMARK BUTTON *********************************/
.bookmarkItem {
    margin-bottom:0px;
}

.overflowText {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

.bookmarkButtonText {
    display: inline-block;
    width:180px;
    color:inherit;
}

#headerText {
    width: 22.72em;
    height: 27em; /*it was 6em, it can be set auto to get automatically the height of the filled content*/
    margin-bottom: 2em;
    background: #ebedee;
    border: .1em solid #C9CACF;
    border:0px solid green;
    float:right;
}

#header_image {
    position:relative;
    border:0px solid red;
}

#bannerImageEditOverlay {
    position:absolute;
    top:0px;
    width:470px;
    height:176px;
    z-index:5;
    background:transparent url(../images/click-to-edit.png) top left no-repeat scroll;
}

#header_container {
    border:1px solid green;
}

#contentArea {
    border:0px solid blue;
}

#dossier_description {
    border:0px solid green;
}

.dossierItemActive {
    color: #0089CF;
    border:0px solid blue;
}

.deleteButton {
    cursor: pointer;
}

.deleteConfirmContainer {
    float:right;
}

#addDossierBtn {
    font-size:12px;
    margin-right:10px;
}

.headerTitle {
    font-size:16px;
    font-weight:bold;
}

.hidden {
    display:none;
}

.welcomeText {
    font-size:20px;
    border:0px solid black;
}

.dossierCat {
    color:#0089CF;
    font-size:16px;
    cursor:pointer;
    list-style-type: square;
}

.titleWelcome {
    font-style:italic;
    font-size:18px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.addB {
    float:right;
    padding-bottom:15px;
    padding-right:30px;
}

.addInput {
    margin-top: 35px;
    vertical-align:middle;
}

.errorDossiers {
    font-size:20px;
    line-height:70px;
    height:70px;
}

.red {
    color:red;
}

.hidden {
    display:none;
}

/************************DOSSIER CONTENT VIEW *******************/
.deletecontainer {
    float: right;
    font-size: 18px;
}

.desContainer {
    max-height:75px;
    display:block;
    overflow:hidden;
    float:right;
}

.dossierItemDescription {
    height:78px;
    /*white-space: nowrap;*/
    text-overflow:ellipsis;
    overflow: hidden;
    border:0px solid green;
    text-align:justify;
}

/*******************END DOSSIER CONTENT VIEW*********************/

/***********************SORTING IMPLEMENTATION*******************/

*[placeholder] {
    color: #666;
}

.placeholder {
    height: 120px;
    background: #4c5160;
    border:0px solid black;

}

.currentSortedItem {
    position:relative;
    top: 0px;
    border: 0px solid red;
    background:#ebedee;
}

.dragIcon , .deleteButton {
    display:inline-block;
    float:right;
    width:28px;
    height:28px;
    margin-left:1px;
}

.dragIcon {
    display:inline-block;
    width:28px;
    height:28px;
    margin-left:1px;
    background:transparent url(../images/icons/change-position.png) top left no-repeat scroll;
    cursor: ns-resize;
}

.deleteButton {
    background:transparent url(../images/icons/bin.png) top left no-repeat scroll;
}

.pd_box {
    position: relative;
    /*font-family: sans-serif;*/
    font-family:"Times New Roman", times, serif;
    display: block;
    /*width: 244px;*/
    height: 7.2em;
    overflow: hidden;
}

.pd_box .text {
    color: #333;
    padding: 8px 20px 20px 2px;
    /*width: 204px;*/
    overflow: hidden;
    /*background: #E0E0E0;
    /*font-size: .95em;*/
    font-size:13px;
    line-height: 1;
    text-align: justify;
}

.pd_box .text:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 1em;
    bottom: 0px;
    left: 0px;
    /*background: #E0E0E0;*/
}

.pd_box .text:before {
    content: '...';
    text-align: right;
    position: absolute;
    display: block;
    width: 2em;
    height: 0.7em;
    bottom: 0.09em;
    right: 20px;
    background: -moz-linear-gradient(left, rgba(224, 224, 224, 0) 0%,
        rgba(224, 224, 224, 1) 38%, rgba(224, 224, 224, 1) 99% );
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(224,
        224, 224, 0) ), color-stop(38%, rgba(224, 224, 224, 1) ),
        color-stop(99%, rgba(224, 224, 224, 1) ) );
    background: -webkit-linear-gradient(left, rgba(224, 224, 224, 0) 0%,
        rgba(224, 224, 224, 1) 38%, rgba(224, 224, 224, 1) 99% );
    background: -o-linear-gradient(left, rgba(224, 224, 224, 0) 0%,
        rgba(224, 224, 224, 1) 38%, rgba(224, 224, 224, 1) 99% );
    background: -ms-linear-gradient(left, rgba(224, 224, 224, 0) 0%,
        rgba(224, 224, 224, 1) 38%, rgba(224, 224, 224, 1) 99% );
    background: linear-gradient(to right, rgba(224, 224, 224, 0) 0%,
        rgba(224, 224, 224, 1) 38%, rgba(224, 224, 224, 1) 99% );
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#00e0e0e0',
        endColorstr='#e0e0e0', GradientType=1 );
}

#captcha_message {
    color:red;
    font-size:12px;
    padding:10px;
}

.cap {
    float: left;
    width: 454px;
    height: auto;
    margin: 0px;
    margin-bottom: 1px;
    padding: 5px 8px 5px 8px;
    line-height: 18px;
    border: none;
    border-right: solid 1px white;
    background: #ebedee;
    color: #4C5160;
}

/*******************************INVITATION VIEW *****************************************/
#beta_announcement {
    margin-top:10px !important;
}

#invitationView {
    margin-top:10px;
}

#roleSelectorView {
    background: #ebedee;
    width:212px;
    border-top:1px solid white;
    padding-left:18px;
    font-size:12px;
    height:28px;
    clear:both;
}

.roleSeparatorUnselected {
    border-right: 1px solid white;
    background:#4C5160;
    color:#ebedee ;
    padding-right:5px;
    padding-top:10px;
    padding-left:5px;
    height:18px;
    float:left;
}

.selectedRole {
    padding-top:8px;
    padding-bottom:8px;
    color:white;
    background:#4C5160;
}

.UnselectedRole {
    padding-top:8px;
    padding-bottom:8px;
    color:#4C5160;
    background:#ebedee;
}

.userRoleSelected {
    color:white;
}

.userRoleUnSelected {
    color:#4C5160;
}

#labAnnounce {
    text-align: center;
    padding:10px;
}

.noJSWarning {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 10px 18px;
}