@charset "UTF-8";

/*
 * GENERELL
 */
.center {
    display: block;
    margin: 0 auto;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.padding-small {
    padding: 10px;
}
.padding-small-bottom {
    padding: 0 0 10px 0 !important;
}
.padding-big-bottom {
    padding: 0 0 30px 0 !important;
}
.padding-big-top-bottom {
    padding: 30px 0;
}
.margin-big-bottom {
    margin: 0 0 30px 0;
}
.margin-huge-top {
    margin: 60px 0 0 0;
}
.hidden {
    display: none;
}
.clickable {
    cursor: pointer;
}
.big {
    font-size: 25px;
}
.inline-block {
    display: inline-block;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
    left: 0;
}

/*
 * HEADER
 */
#header .ui-block-b {
    min-height: 1px;
}
#header #networtkErrorIcon {
    text-indent: -9999px;
    direction: ltr;
    display: none;
    margin: 0 auto;
}
#header .allocation > div,
#header .clock > div {
    position: relative;
    left: 10px;
    top: 5px;
}
#header .clock span,
#header .allocation span {
    padding: 0 25px 0 25px;
}
#header .allocation > div {
    left: 0;
}

/**
 * NAVIGATIONBAR
 */
#navbar ul {
    max-width: 100%;
}
#navbar ul li {
    display: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    border: 0;
    float: left;
    min-height: 1px;
    overflow: hidden;
}
#footer div .ui-btn {
    padding-top: 50px !important;
}
#footer div .ui-btn:after {
    background-color: transparent;
    margin-left: -15px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
/* detailed icons assignments in styles/navbar.css */

/*
 * CONTENT
 */
.informations,
.calls {
    margin: 1em;
} /* FIX jqm .ui-content .listview */

/**
 * Panel overlay
 **/
.panelWrapper div.content {
    margin-top: 20px;
}
#panel-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 1000;
}

/**
 * Window overlay
 */
#window-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 2000;
    line-height: 100%;
    color: white;
    font-size: 5em;
}
#window-overlay span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 200px;
    text-align: center;
    margin: -100px 0 0 -400px;
}

/*
 *Panel Headlines
 */
.panelHeadline div {
    margin-right: 12px;
    display: block;
    float: left;
    width: 32px !important;
    height: 32px !important;
}

/**
 * Call ListView
 */
div.calls ul.ui-listview > .ui-li-static,
div.informations ul.ui-listview > .ui-li-static {
    /* csslint allow: universal-selector */
    padding: 0;
}
div.calls ul.ui-listview > .ui-li-static div.call > *, /* csslint allow: universal-selector */
div.informations ul.ui-listview > .ui-li-static div.call > * {
    /* csslint allow: universal-selector */
    text-shadow: none;
}
.calllist-no-calls {
    min-height: 30em;
    box-shadow: none;
    background: url("../images/png/check-mark-254.png") no-repeat center center;
}
#progressbar {
    min-height: 30px;
}

/*
 * Calls
 */
div.call {
    position: relative;
    padding: 14px 90px;
}
div.call .call-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}
div.call div.content .timestamp {
    padding: 2px 2px 2px 28px;
    background-position: 4px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.call div.content strong {
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.call div.content .additionally-info-headline {
    padding-left: 28px;
    font-style: italic;
    font-size: 1em !important;
}
div.call div.content .additionally-info-headline div {
    left: 0;
}
div.call div.content .additionally-info-content {
    padding-left: 25px;
    font-size: 1em !important;
}
div.call .status {
    position: absolute;
    right: 10px;
    top: 10px;
}

/*
 * Tooltip
 */
div.tooltip {
    position: absolute;
    bottom: 20px;
    left: 16px;
    z-index: 999;
    padding: 5px;
    font-size: 1.2em;
    opacity: 1;
}
div.tooltip:before {
    border: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    bottom: -0.4em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    z-index: 99;
    opacity: 1;
}
div.success {
    background-color: #effab4;
    border: 2px solid #d1f2a5;
}
div.success:before {
    border-color: #effab4 transparent;
    border-color: rgba(209, 242, 165, 0.9) transparent;
}
.info {
    background-color: #fcf09f;
    border: 2px solid #e1d68e;
}
.error {
    background-color: #ffc48c;
    border: 2px solid #ff9f80;
}
.error:before {
    border-color: #effab4 transparent;
    border-color: rgba(255, 159, 128, 0.9) transparent;
}

/**
 * Conversation View
 */
div.conversation #destination,
div.conversation #duration,
div.conversation #maxDuration,
div.conversation #specialization {
    margin: 0.45em 0;
}
div.conversation .destinationDescription,
div.conversation .durationDescription {
    padding-left: 30px;
}
div.conversation .destinationDescriptionIcon,
div.conversation .durationDescriptionIcon {
    top: 8px;
}
div.conversation #conversationMicrophone img {
    margin: 0 auto;
    display: none;
}
div.conversation #conversationMicrophone {
    margin: 0 auto;
    display: block;
}

/**
 * Protocol
 */
#protocolTable {
    font-size: 0.9em;
}
#protocolTable .divider {
    font-weight: bold;
    background-color: #e9e9e9;
    color: #333;
    text-shadow: 0 1px 0 #eee;
    border: 1px solid #ddd;
}
#protocolTable .logEntry {
    text-shadow: none !important;
}
#protocolTable .duration {
    padding: 2px 2px 2px 28px;
    background-position: 4px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**
 * Settings
 */
.settings-label {
    line-height: 5em;
}
