@import "compass/css3";

.width-100 {
    width:100%;
}

.flex-display{
 display: flex;
}

.min-height-media {
    min-height: 240px;
}

.max-height-media {
    max-height: 200px;
}

.font-size-16 {
    font-size: 16px;
}

.padding-top-30{
    padding-top:30px;
}

.navbar-nav > li > .dropdown-menu{
    z-index: 99999!important;
}

.full-block-gantt {
    width: 100%;
}

.panel-heading a:hover > span > i {
    color: #0066CC;
    font-size: 2.1em;
}

.chat-message {
    padding: 5px 20px !important;
}

.min-height {
    min-height: 262px;
}

.no-border {
    border: 0px !important;
}

.data-font{
    font-size: 3em;
}
.margin-top-10{
    margin-top: 10px;
}

.data-font-label{
    font-size: 2em;
    color: #BDBDBD;
}

.center-vertiacal-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.data-title{
    font-size: 1.3em;
}

.data-font-detail{
    color: #BDBDBD;
    font-size: 1.2em;
}

.data-font-detail span {
    font-size: 1.5em;
}
.float-right{
    float: right;
}
.chart-title{
    font-size: 1.3em;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .engagement {
        height: 100px;
        width: 600px;
    }

    .gauge {
        display: block;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .engagement {
        height: 100px;
        width: 444px;
    }

    .gauge {
        display: block;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .engagement {
        height: 100px;
        width: 444px;
    }

    .gauge {
        display: block;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .engagement {
        height: 100px;
        width: 510px;
    }

    .gauge {
        display: block;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .engagement {
        height: 100px;
        width: 460px;
    }

    .gauge {
        display: block;
    }
}


.progress span {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: black;
}

.vjs-big-play-button {
    margin: 1% 2% !important;
}

.modal.in .modal-dialog {
    z-index: 99999 !important;
}

div#modalgraph.modal.fade.animate-panel.zoomIn.in {
    z-index: 1 !important;
}

.editable {
    border-bottom: none !important;
}

.badge-corridor {
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
    padding: 5px;
    border: 1px solid #e4e5e7;
    border-bottom: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.filling {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  height:100%;
}
.filling-details{
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  height:100%;
  width:75%;

}

.header-link {
  margin-right: 0px;
}

a.select-study-toggle {
    font-size: 18px !important;
}

.area-name{
    margin-left:5px;
}

#chartjs-tooltip, #chartjs-tooltip-focus-count, #chartjs-tooltip-focus-dwell, #chartjs-tooltip-wireless, #chartjs-tooltip-face, #chartjs-tooltip-sales {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

#chartjs-tooltip th, #chartjs-tooltip-focus-count th, #chartjs-tooltip-focus-dwell th, #chartjs-tooltip-wireless th, #chartjs-tooltip-face th, #chartjs-tooltip-sales th {
    text-align: center;
}

.popover {
    text-transform: none;
}

.row-eq-height .hpanel .panel-body {
    min-height: 92%;
}

.hour-box {
    height: 20px;
    width: 80%;
    background-color: rgba(0,0,0,0.12);
    margin: 3px auto;
    display: block;
}

.hour-box.low {
    background-color: #93d5ed;
}

.hour-box.medium-low {
    background-color: #45a5f5;
}

.hour-box.medium-high {
    background-color: #4285f4;
}

.hour-box.high {
    background-color: #2f5ec4;
}

.hour-box.low:hover, .hour-box.medium-low:hover, .hour-box.medium-high:hover, .hour-box.high:hover {
    background-color: #62CB31;
}

.w-100 {
    width: 100%;
}

.time-label-td {
    width: 40px;
    text-align: right;
    padding-right: 20px;
}

.h-100 {
    height: 95%;
}

.table-fixed {
    table-layout: fixed;
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    display: inline;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.text-black {
    color: #000;
}

canvas#sentiment {
    height: 79px;
    width: 159px;
}

.m-t-xl {
    margin-top: 55px;
}

.m-b-xl {
    margin-bottom: 48px;
}

.text-center {
    text-align: center !important;
}

.form-inline {
    display: inline-block;
}
