/* This file is part of Indico.
 * Copyright (C) 2002 - 2018 European Organization for Nuclear Research (CERN).
 *
 * Indico is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 3 of the
 * License, or (at your option) any later version.
 *
 * Indico is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Indico; if not, see <http://www.gnu.org/licenses/>.
 */

/* For the multi-tab control */
.tabSelected {border-top: gray solid;
                border-left: gray solid;
                border-right: gray solid}
.tab { border: gray solid;
        background-color: gray }

label.disabled{
    color: gray;
}

.subtitle {
   font-weight: normal;
   font-size: 16px;
   color: #777777;
   padding: 3px;
   margin-top: 2px;
   margin-bottom: 2px;
}

.errorDetailsBox {
    color: gray;
    font-size: 16px;
    border: 1px solid
}

.displayField {
    color: #444;
    font-size:12px;
    font-weight: bold;
    padding: 3px 20px 3px 0;
}

/* ListWidget, list of users styles */

.selectedListItem {
    background-color: #CDEB8B;
}

.unselectedListItem {
    background-color: #FFFFFF;
}

li.unselectable {
    cursor: default;
    color: #888888;
}

div.PluginOptionPeopleListDiv {
    border: 1px dashed #CCCCCC;
    min-height: 25px;
    min-width: 320px;
}

div.searchUsersButtonDiv {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}

div.suggestedUsersTitle {
    text-align: center;
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 20px;
}

td.searchUsersGroupsPanel, td.suggestedUsersPanel {
    vertical-align: top;
    padding-bottom: 10px;
}

td.searchUsersGroupsPanel {
    width: 450px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right:10px;
}

td.suggestedUsersPanel {
    width: 250px;
    background-color: #FCFCFC;
    border-left: 1px dotted #CCCCCC;
}

.arrowExpandIcon
{
    background: transparent url(/images/menu_arrow_black.png) scroll no-repeat center center;
    font-weight: normal;
    vertical-align: middle;
    display:block;
    width: 20px;
    height: 17px;
    float: right;
    cursor: pointer;
}

.UIRowButton
{
    display: block;
    float: right;
    margin-right: 5px;
}

.UIRowButton2
{
    margin-left: 10px;
    padding-top: 6px;
}

span.mandatoryField
{
    color: #FF0000;
}

/* Breadcrumb styles */

.path img {
    padding-right: 5px;
    padding-left: 7px;
}

/* Root Page */

.container
{
    background: #FFFFFF;
    margin-bottom: 10px;
    margin: 15px 80px 30px 60px;
    /*overflow: visible;*/
    overflow: hidden;
}


a.active {
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Tabs */

div.tabListContainer {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}

ul.tabList {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    padding-bottom: 1px;
    border-bottom: 1px solid #777777;
}

ul.tabList li{
    display: inline;
    position: relative;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.tabSelected  {
    color: #E25300;
    background: #F2F2F2;
    border: 1px solid #777777;
    padding-top: 8px;
    border-bottom: 2px solid #F2F2F2;
    margin-left: 2px;
    margin-right: 1px;
}

.tabSelected  a, .tabSelected  span {
    padding-top: 3px;
    color: #555555;
    font-size: 12px;
}

div.tabScrollArrowBg {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 15px;
    height: 15px;
    display: none;
    background: white url(/images/tab_scroll_arrows.png) no-repeat scroll 0 -60px;
}

div.tabScrollArrow {
    border: 1px solid #999999;
    width: 13px;
    height: 13px;
    background: transparent url(/images/tab_scroll_arrows.png) no-repeat scroll 0 0;
}

div.tabGradient {
    background: white url(/images/tab_bg.png) repeat-x scroll 0 -60px;
    /*border-left: 1px solid #777777;
    border-right: 1px solid #777777;*/
    height: 20px;
}

div.tabBorderGradient {
    background: white url(/images/tab_bg.png) repeat-x scroll 0 -80px;
    height: 20px;
    width: 1px;
    display: inline;
}

.tabUnselected {
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-bottom: 0;
    background: white url(/images/tab_bg.png) repeat-x scroll 0 -30px;
    padding-top: 3px;
    margin-left: 1px;
    cursor: pointer;
}

.tabUnselected a, .tabUnselected  span {
    color: #4c6a83;
    font-weight: normal;
    font-size: 12px;
}

.tabExtraButtons {
    background-color: #888;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    box-shadow:1px 1px 1px #000;
    -moz-box-shadow:1px 1px 1px #000;
    z-index: 1;
}

.tabExtraButtons .buttonContainer {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #aaa;
    cursor: pointer;
}

.tabExtraButtons .buttonContainerLeft {
    border-left: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
}

.tabExtraButtons .buttonContainerRight {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
}

.tabExtraButtons .buttonContainer:hover {
    background: #555;
}

ul.tabList li.hiddenTab
{
    display: none;
}

.popUpLabel {
   text-align: right;
   font-size: 13px;
   font-family: Verdana, Arial;
   color: #523D04;
   font-weight: normal;
   padding-right: 5px;
   padding-bottom: 3px;
}

.popUpTdContent {
   font-weight: normal;
   padding-bottom: 3px;
   color: black;
}

 .popUpButton {
   margin: 0px;
   margin-top: 1px;
   margin-right: 1px;
 }

.tooltip {
   background-color: #FFFFFF;
   border: 1px solid #000000;
   color: #000000;
 }

.invalid {
    -moz-appearance: none;
    background-color: #FFB9B9 !important;
}

.invalidLabel {
    color: #ff1122;
}

.warningText {
    color: #881122;
}

.tooltipError {
   max-width: 300px;
   padding: 5px;
   border: 1px solid #777;
   color: #ad1f1f;
   background: white;
   -moz-box-shadow: 2px 2px 2px #444;
   -webkit-box-shadow: 2px 2px 2px #444;
   box-shadow: 2px 2px 2px #444;
}

ul.errorList {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.errorList {
    width: 400px;
}

span.errorTitle {
    font-size: medium;
    font-weight: bold;
}

div.warningExplanation {
    margin-top: 10px;
    color: #555;
    text-align: left;
}


ul.warningLevel0 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.warningLevel1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.exclusivePopup {
    background-color: white;
    display: block;
    min-width: 250px;
    padding: 15px;
    overflow: hidden;
}

div.ui-dialog-titlebar {
    padding: 0.4em 15px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.exclusivePopup .printLink {
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    right: 45px;
    border: 1px solid #aaa;
    border-bottom-color: white;
    background: white;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

div.balloonPopupCloseButton {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background-image: url('/images/popup_close_button.png');
    width: 15px;
    height: 15px;
}

.loadingPopup {
    background: transparent url('/images/load_lightblue.gif') scroll no-repeat center center;
    min-width: 130px;
    height: 70px;
}
.loadingPopup .text {
    color: #DDD;
    text-align: center;
    font-family: Verdana;
    padding-top: 80px;
}

.timezonePopup {
    min-width: 320px;
    padding: 10px 5px 0;
}

.timezonePopup .tzHeader {
    font-size: 20px;
    color: #444;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #AAA;
}

.timezonePopup select {
    min-width: 260px;
    margin: 5px 5px 5px 20px;
    border: 1px solid #AAA;
}
.timezonePopup .tzContainer {
    padding: 0px 5px;
}

div.ui-draggable.timetableBlock {
   /* border: 3px solid #9F883B;*/
}

div.ui-draggable.timetableBlock:hover {
    cursor: move;
}

div.ui-draggable-dragging.timetableBlock {
    z-index: 9000;
    opacity: 0.5;
}

/* Timetable drag n drop,
   droppable styles ends here. */

div.timetableBlockTitle {
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
}

a.entry-attachments + div.timetableBlockPresenters {
    margin-right: 24px;
}

div.timetableBlockPresenters {
    float: right;
    margin: 4px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
    font-style: italic;
}

div.timetableBlockMaterial {
    cursor: pointer;
    padding: 2px;
    margin: 2px;
    float: right;
    width: 12px;
    height: 12px;
    background: transparent url(/images/material_folder.png) scroll no-repeat 3px 3px;
}

div.timetableBlockMaterial:hover, div.timetableBlockMaterialActive {
    border: 1px solid #777;
    margin: 1px;
    background-color: white;
}

div.timetableBlockTime {
    position: absolute;
    bottom: 4px;
    right: 6px;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockTimeDiscreet{
    float: left;
    margin: 4px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
}

div.timetableBlockLocation {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-style: italic;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockConvener {
    position: absolute;
    left: 4px;
    font-style: italic;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockContribs {
    margin: 4px;
    border: 1px solid #CCC;
}

span.sessionRenameEntry, span.sessionRenameValue {
    color: #888888;
    font-weight: bold;
}

div.exclusivePopup {
    background-color: white;
    display: block;
    min-width: 250px;
    padding: 15px;
    overflow: hidden;
}

div.ui-dialog-titlebar {
    padding: 0.4em 15px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.exclusivePopupTopBg {
    background-color: #F8F8F8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.exclusivePopup .printLink {
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    right: 45px;
    border: 1px solid #aaa;
    border-bottom-color: white;
    background: white;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

div.balloonPopupCloseButton {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background-image: url('/images/popup_close_button.png');
    width: 15px;
    height: 15px;
}

.loadingPopup {
    background: transparent url('/images/load_lightblue.gif') scroll no-repeat center center;
    min-width: 130px;
    height: 70px;
}
.loadingPopup .text {
    color: #DDD;
    text-align: center;
    font-family: Verdana;
    padding-top: 80px;
}

div.timetablePreLoading {
    background: transparent url('/images/load_big.gif') scroll no-repeat center center;
}
div.timetablePreLoading .text {
    color: #777;
    text-align: center;
    font-family: Verdana;
    letter-spacing: 2px;
}

div.timetableLoading {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 10px 0 6px 35px;
    background: transparent url('/images/loading.gif') scroll no-repeat 10px center;
    color: #444;
}

.timetableFilter {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.timetableFilter .content {
    width: 900px;
    margin: 0 auto;
    background: #ECECEC;
    border: 1px solid #777;
    border-bottom: none;
    position: relative;
}

.timetableFilter .content table {
    background: white;
    width: 100%;
}

.timetableFilter .content td {
    padding: 13px 30px;
    white-space: nowrap;
    background-color: #ECECEC;
    vertical-align: middle;
    width: 1px;
}

.timetableFilter .closeButton {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url('/images/close_button.png') scroll no-repeat 0 0;
}

.timetableFilter .closeButton:hover {
    background-position: 0 -16px;
}

ul.popupList {
    background: #FFFFFF;
    padding: 0px;
    border: 1px solid #99aabb;
    font-size: 13px;
    margin: 0px;
    max-width: 500px;
    min-width: 80px;

    -moz-box-shadow: 2px 2px 2px #444;
    -webkit-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
}

/* When it's in a popuplist chain then make the box shadow
 * more descreet. */
ul.popupListChained {
    -moz-box-shadow: 0px 0px 1px #444;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}

ul.popupList li {
    list-style-type: none;
}

ul.popupList input {
    vertical-align: middle;
}

ul.popupList li a {
    vertical-align: bottom;
    padding: 4px;
    display: block;
    list-style-type:none;
}

ul.popupList li a.selected {
    background: #99aabb;
}

ul.popupList li span {
    min-width: 200px;
    display: block;
}

ul.popupList li a:hover {
    padding: 4px;
    display: block;
    list-style-type:none;
    color: white;
    background: #5FA5D4;
}

ul.sectionPopupList {
    padding: 5px;
    max-width: 300px;
    overflow: hidden;
}

ul.sectionPopupList ul.subPopupList {
    padding: 0;
    margin: 0 5px;
}

ul.sectionPopupList li a {
    font-size: 13px;
}

ul.sectionPopupList li a:hover {
    background: #ECECEC;
    color: #0B63A5;
}

ul.sectionPopupList li.section {
    height: 25px;
    display: block;
    cursor: pointer;
}

ul.sectionPopupList li.section .line {
    height: 12px;
    border-bottom: 1px dotted #777;
    position: relative;
    min-width: 200px;
}

ul.sectionPopupList li.section .name {
    position: absolute;
    top: 0; right: 0;
    font-family: Verdana;
    font-size: 12px;
    color: #666;
    padding: 5px 10px;
    background: white;
}

ul.popupListCheckboxes {
    min-width: 200px;
}

ul.popupListCheckboxes li {
    cursor: pointer;
}

ul.popupListCheckboxes li:hover {
    opacity: 0.8;
}

ul.popupListCheckboxes li span {
    display: inline;
    cursor: pointer;
    margin: 1px 0;
    padding: 3px;
}

ul.popupListCheckboxes li input {
    margin: 2px;
    padding: 0;
}

.ui-resizable-handle {
    z-index: 0 !important;
}

div.cssTplSelection {
    padding: 10px;
    padding-left: 75px;
    border-top: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    color: #444444;
}

div.cssPreview {
    float: right;
}

ul.nobulletsListInline
{
    margin:0px;
    margin-top: 10px;
    padding-left: 0px;
}

ul.nobulletsListInline li
{
    margin-left: 10px;
    height: 25px;
    overflow: visible;
    list-style-type: none;
    display: inline;
}

div.AspectsListDiv {
    margin-bottom: 10px;
    height: 100px;
    width: 350px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.PeopleListDiv {
    margin-bottom: 10px;
    height: 100px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.disabled {
    background: #DDDDDD;
}

div.disabled input {
    color: #AAAAAA;
    background: #DDDDDD;
}

div.disabled input[disabled] {
    background: #DDDDDD;
}

div.posterEntry {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    padding: 5px;
    margin-bottom: 5px;
    overflow: auto;
    width: 100%;
}

div.posterEntry:hover {
    background-color: #ECECEC;
}

.startEndDate, .support {
    margin-top: 5px;
}

.startEndDate td, .support td {
    color: #000;
}
td.startEndDateEntry, td.supportEntry, span.innerWidgetLabel {
    color: #666;
    padding-right: 6px;
}

.support td input {
    width: 300px;
}

tr.selectedItem td {
    color: #000;
}

.filterTable {
    border-collapse: collapse;
}

div.invalid {
    background: white;
}

.widgetCheckboxOption {
    margin-top: 5px;
}


.widgetCheckboxOption span {
    vertical-align: middle;
    font-size: 12px;
    color: #555;
    margin-left: 2px;
}

.widgetCheckboxOption input {
    vertical-align: middle;
}

.headerRoomLayoutTimeTable {
    text-align: center;
    float: left;
    margin-top: 10px;
    color: black;
    font-weight: bold;
    border-left: 1px solid #E8E8E8;
}

.titleUpCellTD {
    width:20%;
}

.inputDescription {
    font-size: 11px;
    color: #888;
    margin-left: 0px;
}

.regFormSubtotal {
    margin-left: 10px;
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #3B4145;
    font-weight: bold;
}

/*
    Used to display scroll bar in CKEditor properly.
*/

body.cke_show_borders {
    height: auto;
}

.infoTD {
    padding: 4px 4px 4px 10px;
}

.infoTR:hover {
    background-color: #ECECEC;
}

.infoTable {
    -moz-border-radius: 5px 5px 5px 5px;
    border:1px solid #999999;
}

table.infoTable td.tableHeader {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-bottom: 1px groove #A4A4A4;
    font-weight: bold;
}

table.infoTable td.content {
    padding: 7px;
}

/*
    Available tags in Notification Templates
*/

table.legend {
   border: 1px solid #5294CC;
   background:#F6F6F6;
   padding-bottom: 5px;
   padding-top: 2px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

table.legend tr.legendTr:hover {
    background-color: #FFE8B3;
}

table.legend td.titleTd {
    padding:5px;
    color:#5294CC;
    text-align: left;
}

table.legend td.legendTd {
    padding-right: 10px;
    color:#3054BF;
    cursor: pointer;
}

/* End notif templates */

table.infoQuestionsTable td.dataHeader {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-bottom: 1px groove #A4A4A4;
    font-weight: bold;
}

table.infoQuestionsTable td.content {
    padding: 7px;
}

table.infoQuestionsTable td.questionContent {
    padding: 7px;
    max-width: 500px;
    min-width: 370px;
}

table.infoQuestionsTable td.dataFooter {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-top: 1px groove #A4A4A4;
}

table.infoQuestionsTable td.dataBold {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    font-weight: bold;
}

.link {
    cursor: pointer;
    color: #045FB4;
}

.deadLineCell {
    text-align:left;
    padding: 7px;
    width: 170px;
}

.contributionDataCell {
    border-bottom: 1px solid #DDDDDD;
}

.groupTitleSmallPaper {
   font-weight: bold;
   font-size: 12px;
   color: #444444;
   padding: 3px 0 3px 0;
   font-style: italic;
}

.emailFieldTitle {
    color: #523D04;
    text-align: right;
}

.emailFieldContent {
    color: black;
    padding-left: 10px;
}

.titleCellTDSecondLevel {
   vertical-align: top;
   text-align: right;
   padding-right: 15px;
   width: 15%;
   color: #666666;
   padding-left: 40px;
}

.formError {
    font-weight: bold;
    color: #881122;
    padding-top:10px;
    text-align:center;
}

.abstract.selected, .participant.selected {
    background: #CDEB8B;
}

.abstract:hover, .participant:hover {
    background: #FFF6DF;
}

.abstract.selected:hover, .participant.selected:hover {
    background: #CDEB8B;
}

.authorTable {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid gray;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: white;
    cursor: move;
    z-index: 1;
}

.divNotSelected {
    background: #ECECEC;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 3px 0px 6px 2px;
    width: 70%;
}

.divSelected {
    background: #CDEB8B;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 3px 0px 6px 2px;
    width: 70%;
}

.authorError {
    font-weight: bold;
    color: #881122;
    text-align: left;
    padding-top: 6px;
}

.addAuthorTD {
    width: 20%;
    text-align:left;
    padding-top:6px;
    padding-left: 6px;
}

.authorText {
    width: 90%;
    padding-left: 5px;
}

.dragndrop-placeholder {
    background: none repeat scroll 0 0 #FFCC66;
    height: 1.5em;
    margin-top: 3px;
    margin-bottom: 3px;
}
.drop-target {
    background: none repeat scroll 0 0 #FFF7CF;
    border: 1px dashed #FFAA00 !important;
    width: 85%;
}

.sortblock {
    width:85%;
}

.sortblock ul {
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 4px;
    list-style-type: none;
    width: 100%;
}

.social_share_tooltip {
    max-width: 420px;
    color: #fff;
}

.social_share_tooltip.qtip-dark h3 {
    color: #aaa;
    font-size: 15px;
}

.social_share_tooltip.qtip-blue h3 {
    color: #1F8DD1;
    font-size: 15px;
}

.social_share_tooltip.qtip-dark h4 {
    margin-bottom: 5px;
    color: #aaa;
}

.social_share_tooltip.qtip-blue h4 {
    margin-bottom: 5px;
    color: #1F8DD1;
}

.social_share_tooltip .note {
    font-style: italic;
    font-size: 11px;
    float: right;
}

.social_share_tooltip.qtip-dark .note {
    color: #555;
}

.social_share_tooltip.qtip-blue .note {
    color: #999;
}

.social_share_tooltip.qtip-dark .qtip-content{
    background: rgba(40,40,40,0.96);
    border-color: #303030;
}

.social_share_tooltip.qtip-blue .qtip-content{
    background: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

.social_share_tooltip .social_site img {
    display: inline-block;
    vertical-align: middle;
}

#fb-like {
    height: 25px;
    overflow: hidden;
    visibility: hidden;
}

.social_share_tooltip .social_site {
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: visible;
    vertical-align: middle;
    height: 25px;
}

.social_share_tooltip.qtip-dark .social_site {
    background: rgba(0,0,0,0.15);
}

.social_share_tooltip.qtip-blue .social_site {
    background: rgba(255,255,255,0.6);
}

.social_share_tooltip .social_site * {
    vertical-align: middle !important;
}

div#social a {
    display: block;
    overflow: auto;
}

div#social:hover {
    opacity: 1;
}

.placesLeft {
    color:green;
    font-style:italic;
    padding-left: 5px;
}

.noPlacesLeft {
    color: red;
}

.scrolling {
    background-color:#FFFFFF;
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1;
}

.ui-list-menu-level {
    position: absolute;
    background: #fff;
    padding: 0px;
    z-index: 1;
    box-shadow: inset 0 0 25px #e8e8e8, 0px 0px 2px rgba(220, 220, 200, 0.4);
}

.ui-list-menu-level > li:hover {
    background: #f0f0f0;
}

.ui-list-menu-level > li {
    min-width: 1em;
    border-bottom: 1px solid #eee;
    text-align: center;
    list-style-type: none;
    float: left;
    height: 30px;

    text-decoration: none;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;

    cursor: pointer;
}

.ui-list-menu {
    margin-right: 10px;
}

.ui-list-menu li > a {
    display: block;
    padding: 7px 12px;
    text-align: left;
}

.ui-list-menu li.selected {
    background: #eee;
}

.ui-list-menu > a {
    min-width: 45px;
}

.ui-list-menu-level-0 {
    background: none;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 0px;
    display: block;
    list-style-type: none;
    padding-left: 0;
    clear: both;
    border-spacing: 0;
}

.ui-list-menu-level-0 > li {
    background: #ECECEC;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;

}

.ui-list-menu-level-0 > li > a {
    font-weight: bold;
}

.ui-list-menu-level-0 > li:last-child {
    border-right: none;
}

.ui-list-menu-level-1 {
    border: solid 1px #dcdcdc;
    z-index: 0;
    min-width: 150px;
}

.ui-list-menu-level-1 > li {
    font-weight: normal;
    float: none;
    display: block;
    overflow: auto;
}

.ui-list-menu-level-1 > li:hover {
    padding-left: -1px;
    border: 1px solid #ddd !important;
    border-width: 0 0 1px 0 !important;
}

.ui-list-menu-level-2{
    width: 100px;
}

.ui-list-menu li:hover {
    color: #333;
    border-color: #999;
}


.ui-list-menu li.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.ui-list-menu li.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

.ui-list-menu li.middle:hover, .ui-list-menu li.right:hover {
    border-left: solid 1px #999
}

.ui-list-menu li.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
    margin: 0;
}

#dragTip {
    position: absolute;
    background: #f0f0f0;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 10px;
    padding: 4px;
    opacity: 0.7;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

#dragTip .pointer {
    position: absolute;
    background: url('/images/pointer_tip.png');
    height: 7px;
    width: 5px;
    top: 6px;
    right: -5px;
}

.ui-resizable-resizing {
    opacity: 0.9;
    z-index: 1000;
}

.icalExportPopup {
    max-width: 400px;
    padding: 15px 5px 0 5px;
}

.icalExportPopup .exportIcalHeader {
    font-weight: bold;
    font-size :12px;
    margin-bottom: 5px;
}

.icalExportPopup .iCalExportSection {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.icalExportPopup input[type=text] {
    width: 100%;
    cursor: text;
    color: #000;
    font-size: 10.5px;
}

.icalExportPopup a {
    font-size: 11px;
}

.icalExportPopup .icalSeparator {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.icalExportPopup .agreement {
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle;
    text-align: justify;
    background: rgba(0,0,0,0.15);

}

.icalExportPopup .note {
    font-style: italic;
    font-size: 11px;
    text-align: right;
    margin-bottom: 5px;
}

div#sdlw-actions {
    padding: 10px 0px 10px 5px;
}

.savedText {
    margin-left: 10px;
    color: #118822;
}

.settingsWidget {
    padding: 0 5px 5px;
    min-width: 250px;
}

.settingsWidget a, .protectionWidget a {
    font-size: 12px !important;
}

.settingsWidget .settingsWidgetSection, .protectionWidget .protectionWidgetSection {
    padding: 10px 0px 0px;
    text-align:justify;
}

.settingsWidget .settingsWidgetHeader {
    font-weight: bold;
    font-size: 14px;
}

.settingsWidget .settingsSeparator {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom:5px;
}

.protectionWidget{
    font-size: 12px;
    padding: 0 5px 5px;
    line-height: 17px;
}

.sessionTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    padding-bottom: 3px;
    margin-top: 0;
}


.contributionReviewingStatus {
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.contributionReviewingStatusRejected {
    background: none repeat scroll 0 0 #B93725;
}

.contributionReviewingStatusAccepted {
    background: none repeat scroll 0 0 #9AC33A;
}

.contributionReviewingStatusPending {
    background: none repeat scroll 0 0 #A4CCC9;
}

.contributionReviewingStatusCorrected {
    background: none repeat scroll 0 0 #D8B81A;
}

.contributionReviewingStatusNotSubmitted {
    background: none repeat scroll 0 0 #BCB8A3;
}

.historyReviewHeader {
    border-bottom: 1px solid #DDDDDD;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.historyReview {
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 5px;
    padding: 10px;
}

.historyReviewJudgment{
    display: block;
    padding: 10px;
    margin: 5px
}

.historyReviewJugmentComments {
    background-color: #EAEAEA;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

div.sdlw-complete {
    font-style: italic;
    color: #666666;
}

span#sdlw-progress {
    padding-left: 10px;
    display: inline-block;
}

.material_tip {
    border-color: #ddd !important;
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.2);
}

.material_tip .qtip-content {
    background: #f8f8f8;
}

ul.material_list {
    min-width: 150px;
    max-width: 250px;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
}

ul.material_list a {
    color: #0b63a5;
}

ul.material_list h3 {
    margin-top: 0;
    text-align: right;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bbb;
    font-weight: normal;
    text-shadow: 1px 1px #fff;
}

ul.material_list ul {
    padding-left: 0px;
    margin: 2px 0 10px 0;
}

ul.material_list ul li {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visibility_hidden {
    visibility: hidden;
    padding: 0;
    height: 0;
    margin: 0;
    border: 0;
}

.user_list_icon_shield {
    cursor: pointer;
    margin-left: 5px;
    vertical-align: -12%;
    font-size: 15px;
}
