* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

textarea {
    height: 7em;
}
.no-no:hover {
    cursor: not-allowed;
}
.hidden{
    display: none !important;
}
.pager-bottom .pagination {
    margin-bottom: 4em;
}
.pager{
    text-align: right; 
    padding: .5em 0 0 0;
    margin-top: 1em;
}
.pager a{ 
    font-size: 1.1em;
    color: #666;
    text-decoration: none;
    padding: 0 .4em 0 .4em;
}
.pager a:hover{
    background-color: #bbbbbb;
    color: #666;
}
.pager a.selected{
    background-color: #353535;
    color: white;
}
.TextCenter {
    text-align: center;
}
.TextRight {
    text-align: right;
}

.flex-center {
    margin: auto;
}
.flex-right {
    margin-left: auto;
}

.Bold {
    font-weight: 700;
}
.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ErrorText {
    margin: 0;
}
.ErrorText p, .ErrorText div {
    background: #970B0E;
    font-size: .8em;
    color: #FFF;
    padding: .3em;
    line-height: 1.6;
}
.editable:not(.editing) .editable-entry-edit {
    display:none !important;
}
.editable.editing .editable-entry-static {
    display:none !important;
}
.editable:not(.editing) .hideEmpty {
    display:none !important;
}
.editable:not(.editing) .hideEmpty.hasValue {
    display:block !important;
}

/*#LogoutButton, #SwitchRolesButton {
    margin: .3em;
}*/

#LogoutButton form, #SwitchRolesButton form {
    margin-bottom: 0em;
}

#LogoutButton .button, #SwitchRolesButton .button {
    margin-bottom: 0em;
}

.futureDate h6 {
    color: red;
}
.loader {
    background: url('/Content/ajax-loader.gif');
    width: 24px;
    height: 24px;
}
.editable:not(.saving) .show-when-saving {
    display:none;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}
#ComposeModal select {
    height: 2em;
    border: 1px solid #ccc;
}

.margin-top {
    margin-top: 1em !important;
}
.margin-bottom {
    margin-bottom: 1em !important;
}

.yesNoButton {
    min-width: 100px;
}
.removeButtonWithText {
    position: relative;
    margin: .75em;
}

.reveal-modal {
    margin-bottom: 100px;
}
.reveal-modal .removeButtonWithText {
    margin: .5em;
}
.removeButtonWithText .button {
    /*margin: 0em 0em 0em 0em !important;*/
    margin-right: .7em;
    margin-bottom: 0em;
}
.removeButtonWithText p {
    margin: 0em 0em 0em 0em;
}
.removeButtonWithText .removeButtonText {
    position: absolute;
    top: .65em;
    line-height: 1.5em;
    /*margin: -1.8em 0em 0em 3.5em;*/
}

.commaSeparated:after {
    content: ", ";
}
.commaSeparated:last-child:after {
    content: "";
}
/*span.icon:before { display: inline-block; margin-top: .2em }*/

.scrollAtViewBottom {
    overflow-y: scroll;
}

.scrollAtViewBottom.y-scroll {
    overflow-y: scroll;
}

input[type="text"].numberField {
    font-size: 1em;
    width: 4em;
    text-align: center;
    padding-left: 0em;
    padding-right: 0em;
    height: 2em;
}

.alertText {
    color:red;
}
.modalSelectDropdown {
    max-width:400px;
}
select.inputHeight {
    padding: .3em;
    margin-bottom: 0;
}

div.inputHeight, a.button.inputHeight {
    font-size: .845em;
}

#TopTitle span {
    position:relative;
    top:.2em;
}

.reveal-modal .select2-container {
    margin-bottom: 1em;
}

.noneText {
    font-style: italic;
}

/* FOR VERTICAL CENTERING */
.block {
  text-align: center;
}
 
/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* The element to be centered, can
   also be of any width and height */ 
.centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 100%
}
/* END VERTICAL CENTERING */

/* USER SNAPSHOT STYLES */
.userSnapshot {
    padding: 1em;
}
.userSnapshot .leftContent {
    float: left;
}
.userSnapshot .profilePicture img {
    max-height: 100px;
}
.userSnapshot .rightContent {
    float: left;
    margin-left: 1em;
}
.userSnapshot .fullName {
    font-weight: bold;
    text-align: center;
}
.userSnapshot .messageUser {
    margin-top: 1.68em;
    text-align: center;
}
.userSnapshot .messageUser a {
    margin-bottom: 0em;
}
/* END USER SNAPSHOT STYLES */


@media only screen and (min-width: 1280px) {
    .scrollableContainer {
        overflow-y: auto;
    }
}
@media only screen and (max-width: 1279px) {
    .scrollableContainer:not(.small-no-scroll) {
        overflow-y: auto;
    }
}

.tooltip-ster {
    position: relative;
    cursor:pointer;
}

@media only screen and (min-width:940px) {
    .tooltip-ster .smallQuestion {
        position: absolute;
        bottom: -0.3em;
        left: 0.2em;
    }
}

@media only screen and (max-width:939px) {
    .tooltip-ster .smallQuestion {
        position: absolute;
        bottom: 0em;
        left: 0em;
        padding: 0.5em 0.5em 0 0.5em;
    }
}

.cursor-pointer {
  cursor: pointer;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0;
}
.margin-right-none {
  margin-right: 0;
}
.margin-top-none {
  margin-top: 0;
}
.inline-block {
  display: inline-block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-adaptive-scroll {
  overflow-x: auto;
}
.overflow-y-adaptive-scroll {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.gap-1em {
  gap: 1em;
}
.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.nowrap {
  white-space: nowrap;
}
.height-100 {
  height: 100%;
}
