.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-actions ul li a.selected
{
    background-color: white;
}

.button.inline,
input.inline
{
    margin-bottom: 0;
}

select.postfix,
input.postfix
{
    border-left: none;
    margin-left: -1px;
    text-align: left;
}

span.prefix,
label.prefix
{
    color: #999;
    background-color: white;
}

select.inline
{
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding-right: 2em;
}

input.field-dirty,
textarea.field-dirty
{
    text-shadow: 0px 0px 1px #888;
}
input.field-waiting,
textarea.field-waiting
{
    color: #555 !important;
}
input.field-error,
textarea.field-error
{
    color: red;
    border-color: red !important;
}
.field-notice
{
    font-size: 0.8rem;
    line-height: 100%;
}

#page .fluid-middle
{
    min-height: 61.5rem;
}
.fixed-side
{
    background-color: #3A3A3A;
}
.side-nav
{
    padding-bottom: 79px;
    background-color: #494A51;
}

.sober-table {
    border-top: solid 1px #CCC;
    margin: 2rem 3rem 0 3rem;
}
.sober-table.light-margin-top {
    margin-top: 1rem;
}
.sober-table .row{
    border-bottom: solid 1px #CCC;
    width: auto;
}
.sober-table .columns {
    padding: 1rem 1rem;
}

.mce-btn-group .mce-btn,
.mce-btn-group .mce-first
{
    border: none !important;
    background-color: transparent !important;
}
.mce-btn-group .mce-btn
{
    padding: 0.2rem;
}
.mce-panel{
    background-color: #fff !important;
    padding-bottom: 0 !important;
}
.mce-flow-layout-item
{
    margin: 0 !important;
}
.mce-btn button
{
    border-radius: 3px;
}
.mce-btn button:hover,
.mce-btn button:focus
{
    background-color: #dee0e2 !important;
    color: #222f3e;
}
.mce-btn i, .mce-ico
{
    font-size: 16px !important;
}
.rich-fileupload-button-border,
.rich-fileupload-button-border:hover,
.rich-fileupload-button-border:active
{
    float: right !important;
    border: none;
}
.rich-fileupload-button
{
    border: none;
}
.rich-fileupload-button-light,
.rich-fileupload-button-press
{
    border-width: 1px;
    border-color: transparent;
    cursor: pointer;
}
.rich-fileupload-ico-add
{
    padding: 3px;
    border: none;
    background: none;
    cursor: pointer;
}
.rich-fileupload-ico-add:hover
{
    font-weight: bold;
}

.rich-fileupload-toolbar-decor,
.rich-fileupload-list-decor,
.rich-fileupload-list-decor table
{
    margin: 0;
    border-spacing: 0;
    border: none;
}
.rich-fileupload-table-td
{
    text-align: left;
    margin: 0 1rem;
}
.rich-fileupload-del
{
    display: none;
}

.first-left>*:first-child
{
    margin-left: 0;
}

.padded-panel
{
    padding: 0 40px;
}
.padded-panel .panel-header
{
    background-color: #494A51;
    color: #fff;
    margin: 0 -40px;
    margin-bottom: 25px;
    padding: 10px 40px;
}
.padded-panel .panel-header a
{
    color: #fff;
}

.button.secondary.contrast
{
    color: #fff;
}

a.round-badge
{
    margin-left: 0;
}

a.round-badge.inlined
{
    margin-left: 1em;
}

a.round-badge.single
{
    font-size: 1.6rem;
    margin-left: 0;
}

a.round-badge.big
{
    font-size: 2.3rem;
    padding-top: 1rem;
    width: 6.5rem;
    height: 6.5rem;
}
a.round-badge.big em
{
    font-size: 1rem;
    width: 100%;
    margin: 0;
}

a.round-badge.single.big
{
    font-size: 2.9rem;
    padding-top: 1.6rem;
}
a.round-badge.single.huge
{
    font-size: 3.8rem;
    width: 9rem;
    height: 9rem;
    padding-top: 2.3rem;
}

.outpad
{
    margin: 0 -0.9375rem;
    width: auto;
    padding: 1.5625rem 0.9375rem;
}

.bg-1
{
    background-color: #ecf0f1;
    border: solid 1px #cdd7dd;
    border-left: none;
    border-right: none;
}

.no-bg{
    background: none;
}

/** fixme: for large-up only **/
input.inline
{
    display: inline;
    width: auto;
}
input.inline.init-hide
{
    display: none;
}
input.expand
{
    width: 100%;
}
input[type=text].number
{
    text-align: right;
}
.counter-inline
{
    margin-bottom: 12px;
}
.hide-advanced-fields .advanced-field
{
    display: none;
}

.datepicker table
{
    border-spacing: inherit;
}

i.input-icon
{
    position: relative;
    margin-left: 10px;
    margin-right: -25px;
}
i.input-icon.margin2
{
    margin-left: 13px;
}
input.icon-left
{
    padding-left: 31px !important;
    display: inline;
}
input.hour-input
{
    max-width: 10em;
    width: 100%;
}
input.calendar-input
{
    max-width: 10em;
    width: 100%;
    display: inline !important;
}

/* popup */
.popup{
    background-color: #fff;
    max-width: 850px;
    padding: 14px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    display: none;
    height: auto;

}
.popup.small
{
    max-width: none;
    width: 440px;
}
.popup.medium {
    max-width: none;
    width: 550px;
}
.popup.large {
    max-width: none;
    width: 750px;
}
.popup .popup-header
{
    background-color: #DDD;
    margin: -14px -20px 10px -20px;
    padding: 20px;
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.popup .popup-header.compact{
    padding-bottom: 8px;
    padding-top: 13px;
    font-size: 17px;
}
.popup .popup-close {
    font-size: 12px;
    float: right;
    cursor: pointer;
    color: #888;
    padding: 5px;
    margin: -6px -12px 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.popup .popup-close:hover {
    color: #000;
}

.popup-submit
{
    float: right;
    margin-top: 1em;
}

.popup-cancel
{
    position: absolute;
    left: 1.7em;
    bottom: 1.4em;
}

.popup.success .popup-header {
    background-color: #0A0;
    color: #fff;
}
.popup.success .butt.high {
    background-color: #0A0;
    border-color: #080;
}
.popup.error .popup-header {
    background-color: #D00;
    color: white;
}
.popup.error .butt.high {
   background-color: #D00;
   border-color: #A00;
}


/* end popup */

.inline-buttons .button
{
    margin-bottom: 0;
}
.neutral-links a
{
    color: #000;
}

.switch.inline
{
    margin-bottom: 0;
    vertical-align: top;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/** Tooltip **/
.bw-tooltip
{
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #ECF0F1;
    border: solid 1px #999;
    border-bottom-width: 2px;
    padding:  1.3rem 1.8rem;
    width: 600px;
    height: 310px;
    overflow-y: auto;
    color: #000;
    line-height: 1.3;
}
#file-text-tooltip pre
{
    font-family: "Montserrat Light";
    font-size: 0.9rem;
    padding-bottom: 15rem;
}
