@media screen and (min-width: 0px) and (max-width: 1000px) {
  .table_cell_content{ display: none; }  /* show it on smaller screen */

}
@media screen and (min-width: 1001px) {
  .table_cell_content{ display: table-cell; }   /* hide it on larger screens */
  .navbar li {
        margin-left : 1em;
        margin-right : 1em;
    }
}

.call_form_fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #dee2e6;
    border-radius: 5px;
    padding: 15px;
}

.call_form_legend {
    width: auto;
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #dee2e6;
    margin-left: 20px;
}

.general_form_legend {
  width: auto;
  background: #1F497D;
  color: #fff;
  padding: 5px 10px ;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 0 0 5px #dee2e6;
  margin-left: 20px;
  margin-top: 15px;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: 
    #5bc0de;
}

.cursorpointer {
    cursor: pointer;
}

.img-30 {
    width: 30px;
}

.font-11 {
    font-size: 11px;
}

.font-16 {
    font-size: 16px;
}

.centered-toast {
    width: 60% !important;
}

.customized-chart {
  height:100%;
  width:100%;
  min-height:150px;
}

.modal-body {
    max-width: 100%;
    overflow-x: auto;
}


.hidechatpanel {
    position:fixed;
    top:70px;
    right:0px;
    overflow: hidden;
    width:30px;
    height: 35px;
    /*border-left: #ffab23 2px solid;
    border-top: #ffab23 2px solid;
    border-bottom: #ffab23 2px solid;*/
    background: #fff;
    display: block;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.chatpanel {
    position:fixed;
    top:70px;
    right:0px;
    overflow: auto;
    width:220px;
    height: 100%;
    /*border-left: #ffab23 2px solid;*/
    display: none;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    z-index: 990;
}

.profile-chat-img {
    border: none;
    background: #3f9684  none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 20px;
    width: 20px;
}

.button_notification {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 0px 3px;
  font-size: 11px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -5px;
  left: 20px;
}

.hide_chat_notification {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 0px 3px;
  font-size: 11px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
  left: 0px;
}

.notifications_span {
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 0px 5px; /* Add some padding so it looks nice */
}

.popover {
  max-width: 450px !important;
}

.popover-body {
  max-height: 500px !important;
  overflow: auto !important;
}


#user_timer_draggable {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 9;
  /*background-color: #f1f1f1;*/
  background-color: #fff;
  text-align: center;
  border: 1px solid #d3d3d3;
  width: 200px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#user_timer_draggable_header {
  /*cursor: move;*/
  cursor: pointer;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

.ghosted_vin {
    background-color: #ff8f8f;
}

.calledrows {
    background-color: #fff4a1 !important;
}

.has_duplicated_phone_style {
  background-color: #ff919c !important;
}

.has_duplicated_vin_style {
  background-color: #ff919c !important;
}

.countdown-warning {
  font-size: 20px;
  color: #fa3e3e;
  font-weight: bold;
}