/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

.page-title    { margin: 0 0 0 0; }
.page-subtitle { margin: 5px 0 20px 0; }

#header #logo-group #logo {
    width: 40px;
    margin-left: 20px;
}

#header #logo-group #logo-text {
    margin: 14px 0 0 0;
    font-size: 18px;
    color: #FFFFFF;
}

#logo-group img {
    float: left;
    width: 29px;
}

#site-title {
    margin: 12px 0 0 15px;
    color: #DFDFDF;
    font-size: 14pt;
}

#loading-container {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 9999;
}

#loading {
    display: none;
    margin: 0 auto;
    width: 120px;
    padding: 5px 10px 5px 10px;
    background-color: #FBEED5;
    border: 1px solid #AAA;
    border-radius: 6px;
}

#init {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

#a4error {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
#inner-message {
    margin: 0 auto;
    width: 90%;
}

.date-margin {
    margin-top: 34px;
}

.pg-header {
    margin-bottom: 20px;
}

.deleted, .red, .red a {
    color: #F00;
}

.ignored, .ignored a {
    color: #AFAFAF;
}

nav {
    margin-top: 20px;
}

.tooltip {
    z-index: 9999 !important;
}

.bold {
    font-weight: 600;
}

.text-default {
    color: #777;
}

.minifyme {
    margin-top: 20px;
}

.clr {
    clear: both;
}

.table-hover tbody tr {
    cursor: pointer;
}

th a:hover {
    color: #F00;
    text-decoration: none;
}

.panel-permissions h2 {
    color: #006FA6;
    margin-bottom: 6px;
}

.responder {
    padding: 10px;
    border-radius: 4px;
    background-color: #EFEFEF;
    margin-bottom: 10px;
}

.table-borderless > tbody > tr > td {
    border: none;
}

.table tbody > tr > td.vert-align-middle {
    vertical-align: middle;
}

.disabled {
    cursor: not-allowed;
}

.form-control-tier {
    border: 1px solid #DFDFDF;
    font-size: 9pt;
    margin: 0;
    padding: 2px 2px 2px 10px;
    height: 20px;
}

.sortable-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sortable-list:after {
    clear:both;
    content: '';
    display: block;
    height: 10px;
}

.sortable-item {
    width: 100%;
    padding: 10px 20px 10px 20px;
    margin: 1px;
    background-color: #FFF;
    border-radius: 4px;
    cursor: move;
    cursor: -webkit-grabbing;
}

.sortable-item:hover {
    background-color: #DFDFDF;
}

.sortable-item:after {
    clear:both;
}

.sortable-item-handle {
    visibility: hidden;
    float: left;
}

.sortable-item-handle:after {
    float: left;
    visibility: visible;
    cursor: move;
    cursor: -webkit-grabbing;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    content:'\f0c9';
}

.sortable-item-content {
    width: 100%;
}

.lifecycle.sortable-item {
    background-color: #EFEFEF;
}

a.list-group-item:hover {
    cursor: pointer;
}

.panel-group .panel {
    overflow: visible;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.event-stream-title {
    background: #FFF;
    padding: 8px 4px 8px 4px;
    margin-top: 1px;
}

.event-stream-container {
    background: #FFF;
    padding: 8px 4px 8px 4px;
    margin-top: 1px;
}

.event-stream-container:hover {
    cursor: pointer;
    background: steelblue;
    color: #FFF;
}

.event-stream-content {
    background: #FFF;
    padding: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* ALWAYS SHOW SCROLL */

.show-scrollbars ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
.show-scrollbars ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
}

/* MENU HOVER */

.dropdown-toplevel:hover .dropdown-toplevel-menu {
    display: block;
}

/* END MENU HOVER */

.clr {
    clear: both;
}

/* INSIGHTS */

service-times {
    float: left;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    clear: both;
}

service-times-pie {
    float: left;
    width: 100%;
    margin-top: 20px;
}

service-times-legend {
    float: left;
    width: 100%;
    margin-top: 40px;
}

service-times-deviation {
    float: left;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.low {
    fill: rgb(116,196,118);
    stroke-width: 0;
}
.medium {
    fill: rgb(222,222,156);
    stroke-width: 0;
}
.high {
    fill: rgb(205,131,119);
    stroke-width: 0;
}

/* --- */

call-lifecycle-graph div {
    padding: 7px;
}

call-lifecycle-graph, call-typical-stats {
    float: left;
    width: 100%;
}

.axis path,
.axis line {
  fill: none;
  stroke: #EFEFEF;
  shape-rendering: crispEdges;
}
#insights {

}
.x path, .y path {
    display:none;
}
.y {
    font-size: 11pt;
}
.actionLine {
    fill: none;
    stroke: #CFCFCF;
    stroke-width: 6;
}
.callstats {
    height:20px;
}
.action-employee-name:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* --- */

#insights-tooltip {
    position: absolute;
    display: none;
    z-index: 99999;
    background-color: #000;
    color: #DDD;
    padding: 5px;
    border-radius: 3px;
}

/* --- LIGHTNING --- */

.text-thread {
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}

.text-thread-timestamp {
    margin-right: 10px;
    color: #AFAFAF;
    font-size: 7pt;
    position: relative;
    top: 8px;
}

.text-thread-to {
    margin-right: 10px;
    color: #FFF;
    background-color: steelblue;
}

.text-thread-from {
    color: #000;
    background-color: #EFEFEF;
}

.angular-ui-tree-placeholder {
    background-color: #AFAFAF;
    border: #9F9F9F 1px dashed;
}

/* --- */

/* JQUERY UI TIME PICKER ADDON CSS */

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/* Angular UI Tree */
.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}
.tree-node.zone-type-custom {
  color: #333;
  background: #DFDFDF;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* angularjs-slider */

span.rz-bubble, span.rz-bubble.rz-limit { /* hide limits - only used in radio currently */
  display: none !important;
}

.section-label {
    padding : 10px 5px
}

.clickable:hover {
    cursor: pointer;
}

.col-reason-list div {
    padding: 0px 3px;
}

.col-reason-list header {
    background-color : #bebebe;
    color : #333;
    font-weight : 600;
}