@import url("global_gadgets.css");

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(MaterialIcons-Regular.woff2) format('woff2'),
      url(MaterialIcons-Regular.woff) format('woff'),
      url(MaterialIcons-Regular.ttf) format('truetype');
}

.right-align { text-align:right;}
.left-align { text-align:left;}
.center-align { text-align:center;}
.no-overflow DIV { overflow : hidden }

.status-cell
{
    color               : white;
    font-weight         : bold;
    width               : 50px;
    border-radius       : 5px;
    border              : 1px solid black;
    text-align          : center;
}

.react-select-small__control
{
    height:30px;
}

.dashboard-row
{
    padding-right: 10px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.autocomplete input
{
    height : 20px;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
  }

body {
  background        : #f7f7f7;
  display           : flex;
  min-height        : 100vh;
  flex-direction    : column;
  margin-bottom     : 40px !important;
}

.app_menu {
    padding: 0px 16px;
}

.side_nav_style {
    padding: 26px !important;
    color: #fff !important;
}

.img_profile {
    max-width: 40px;
}

#logo_customer {
    padding: 2px 0px 2px 20px;
}

.appbar_button {
    color: #fff !important;
}

/* all children of appbar_button */
.appbar_button * {
    text-transform: none !important;
}

.login {
    text-align: center;
    width: 40%;
    margin: auto;
    padding-top: 5%;
}

.custom_paper {
    cursor: pointer;
}

.custom_paper:hover {
    background-color: rgba(0, 188, 212, 0.1) !important;
}

.paper_name {
    text-transform: capitalize;
    padding: 0px;
}

.paper_img {
    /* margin: 14px; */
}

.paper_selected {
    border: 2px solid #990000 !important;
    background-color: #EEEEEE !important;
}

.span_field_on_off {
    white-space: nowrap !important;
}


.row_odd 
{
  background-color: #FAFAFA;
  color: #B0B0B0;
}

.flex_space_between {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.flex {
    flex: 1;
}

.flex_end {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}

.flex_reverse {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_center {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.uffa div {
    margin-top: 0px;
}

.dragger {
    cursor: move !important;
    cursor: grab !important;
}

.master-footer
{
    height      : 10px !important;
    cursor      : pointer !important;
    position    : fixed;
    bottom      : 0px;
    padding-left: 10px;
    width       : 100%;
}

.master-footer:hover
{
    height: 22px !important;
}

.master-footer .footer-toggle
{
    transition  : opacity 0.5s !important;
    opacity     : 0 !important;
    height      : 0 !important;
    overflow    : hidden !important;
    cursor      : pointer !important;
}

.master-footer:hover .footer-toggle ,
.master-footer:hover ~ .footer-toggle  {
    transition  : opacity 0.5s !important;
    opacity     : 1 !important;
    height      : 22px !important;
    z-index     : 9999;
}

.master-app-bar
{
    height: 10px !important;
}

.master-app-bar:hover
{
    height: 48px !important;
}

.master-app-bar .app-bar-toggle 
{
    transition  : opacity 0.5s !important;
    opacity     : 0 !important;
    height      : 0 !important;
    overflow    : hidden !important;
    cursor      : pointer !important;
}

.master-app-bar:hover .app-bar-toggle ,
.master-app-bar:hover ~ .app-bar-toggle  {
    transition  : opacity 0.5s !important;
    opacity     : 1 !important;
    height      : 48px !important;
    z-index     : 9999;
}

.icon-gadget {
    transition: opacity 0.2s !important;
    overflow: hidden !important;
    cursor: hand !important;
    cursor: pointer !important;
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.icon-gadget-hiddable
{
    height: 0 !important;
    opacity: 0 !important;
}

.frame-gadget:hover .icon-gadget-hiddable,
.frame-gadget:hover ~ .icon-gadget-hiddable {
    opacity: 1 !important;
    height: auto !important;
}

.frame-gadget-tile
{
  overflow : hidden;
  height: 20px;
  width: 70%;
}

.mobile_gadget
{
    opacity: 1 !important;
}

.gadget-body
{
    width       : 100%;
    height      : calc(100% - 55px);
}

.frame_option_container, .frame_collapsed_container
{
  position  : absolute;
  right     : 0px;
  z-index   : 9999;
}

.frame_option_container button, .frame_collapsed_container button
{
  width: 32px;
}

.frame_option_player
{
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;
}

.frame_collpsed
{
  /* margin-bottom : 10px; */
  margin-bottom : 0px;
}

.frame_collapsed_container
{
    height                      : 10px;
    background-color            : transparent !important;
    border-top-left-radius      : 3px;
    border-top-right-radius     : 3px;
    border-bottom-left-radius   : 3px;
    border-bottom-right-radius  : 3px;
}

.frame_collapsed_container SPAN
{
    color       : transparent;    
}

.frame_collapsed_container button
{
    padding-top    : 5px;
}

.frame_collapsed_container:hover
{
    height                  : 36px;
    border                  : 1px solid darkgray;
    background-color        :rgba(255,255,255, 0.7) !important;
}

.frame_collapsed_container:hover SPAN
{
    color: black;
}


.disabled {
    text-decoration: line-through !important;
}

.extraClass {
    pointer-events: auto !important;
    &:hover {
        visibility: visible !important;
        opacity: 1 !important;
    }
}




.single {
padding: 30px 15px;
margin-top: 40px;
background: #fcfcfc;
border: 1px solid #f0f0f0; }
.single h3.side-title {
margin: 0;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
color: #333;
text-transform: uppercase; }
.single h3.side-title:after {
content: '';
width: 60px;
height: 1px;
background: #ff173c;
display: block;
margin-top: 6px; }

.single ul {
margin-bottom: 0; }
.single li a {
color: #666;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #f0f0f0;
line-height: 40px;
display: block;
text-decoration: none; }
.single li a:hover {
color: #ff173c; }
.single li:last-child a {
border-bottom: 0; }

.defaultMenuValign
{
	line-height:48px;
	vertical-align:middle;
}

.white
{
	color: white;
}

INPUT { color: black; }

FOOTER {
    position:fixed;
    bottom : 0px;
    padding-left : 10px;
    width: 100%;
}

.last_refresh {
    font-size       : 12px;
    padding-bottom  : 10px;
    padding-right   : 5px;
}

.gadget-footer 
{
    /* float           : left;
    width           : 100%;
    text-align      : right;
    padding         : 0px;
    height          : 24px;
    vertical-align  : top;
    line-height     : 24px;
    margin-top      : -20px; */
    height          : 24px;
    position        : absolute;
    width           : 100%;
    bottom          : 10px;    
}

DIV.imageUploadPreview
{
    /* width : 200px; */
    border: 1px solid gray;
    height: 100px;
    padding:2px;
}

DIV.imageUploadPreview IMG
{
    height: 96px;
}

.error_border
{
    border: 3px dashed #990000 !important;
}
.error_backgroud
{
    background-color: #990000 !important;
}

.slideshow-player{
    padding-right: 20px;
    margin-right: 20px;
}

.slideshow-player .slideshow-title{
    padding-right: 15px;
    font-weight: 500;
    vertical-align: middle;
}

.slideshow-player i {
    cursor: pointer;
}

.slideshow-menu-toggle {
    padding: 15px;
    border-bottom: 1px solid #06914c;
}

.style_popover {
  position : absolute;
  z-index : 2;
  margin-top : '6%';
}

.style_cover {
    position: 'fixed';
    top: '0px';
    right: '0px';
    bottom: '0px';
    left: '0px';
}

.btn_sperator
{
    margin-left: 10px !important;
}

.small_icon_button
{
    margin: 5px;
    width: 36px;
    max-width: none;
    min-width: none;
}

.table_cell
{
    padding: 4px;
    height: 10px;
    max-height: none;
    min-height: none;
    white-space: normal;
}

.select_adjust_fullwidth
{
    width: 100%;
    margin-top: 10px;
}

.icon-left
{
    margin-right: 10px;
    float: left;
}

.icon-right
{
    margin-left : 10px;
    float: right;
}

.label-for-icon
{
    position: absolute;
    line-height: 24px;
    vertical-align:bottom;
    right : 5px;
    bottom: 0px;
}

.gadget_option_paper
{
    min-height: 200px;
    min-width: 200px;
    max-width: 200px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.gadget_option_paper:hover
{
    background-color: rgba(0, 188, 212, 0.1) !important;
}

.big-icon
{
    font-size:60px !important;
}

.large-icon
{
    font-size: 100px !important;
}

.input-picker
{
    text-transform : uppercase;
    font-weight: bold;
}

.to-point
{
    cursor:pointer;
}

.gadget-toolbar
{
    max-height: 36px !important;
    min-height: 36px !important;
    padding: 0px 0px 0px 10px !important;
}

.top-rounded-border
{
    border-top-left-radius      : 4px;
    border-top-right-radius     : 4px;
}

.full-light-rounded-border
{
    border-top-left-radius      : 3px;
    border-top-right-radius     : 3px;
    border-bottom-left-radius   : 3px;
    border-bottom-right-radius  : 3px;
}

.grid_default
{
  background-color : white;
  border: 1px solid #D0D0D0;
}

.grid_clean
{
  background: none;
  border: 0px;
}

.gadget_container
{
  overflow          : hidden;
  padding-bottom    : 15px;
}

.time-selector-select
{
    width: 100%;
}

.interval-time-label
{
    font-size: 0.8em;
}

.inner-form_container
{
  boarder: 1px solid gray;
}

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

.h2
{
  font-size: 32px;
}

.h3
{
  font-size: 20px;
}

.h4
{
  font-size: 14px;
}

.noBottomMargin
{
    margin-bottom: 0px;
}

.good
{
    color :#2ba4f5;
}

.warning
{
    color: orange;
}

.bad
{
    color: #990000;
}

.unknown
{
    color: #8a8a8a;
}

.red_gradient
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+56,6d0019+100 */
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a90329 0%, #8f0222 56%, #6d0019 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a90329 0%,#8f0222 56%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a90329 0%,#8f0222 56%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green_gradient
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+13,52b152+28,008a00+52,005700+83,002400+100 */
  background: #b4ddb4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b4ddb4 0%, #83c783 13%, #52b152 28%, #008a00 52%, #005700 83%, #002400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b4ddb4 0%,#83c783 13%,#52b152 28%,#008a00 52%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b4ddb4 0%,#83c783 13%,#52b152 28%,#008a00 52%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.violet_gradient
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
  background: #a7cfdf; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.yellow_gradient
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e696+0,d1d360+100;Wax+3D */
  background: #e5e696; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e5e696 0%, #d1d360 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e5e696 0%,#d1d360 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e5e696 0%,#d1d360 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tooltip_invisible:hover SPAN
{
    color: black;
}

.scrollbar-container-strict
{
    height: calc(90%) !important;
}

.blink {
    animation: blink 5s steps(3, start) infinite;
    -webkit-animation: blink 5s steps(3, start) infinite;
  }

  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }


  .profile_img
{
    width       : 50px;
    margin-left : -15px;
    float       : left;
    margin-right: 10px;
    font-size   : 50px !important;
}

.profile_container
{
    line-height : 50px;
    height      : 50px;
    /* margin-top  : -15px; */
}


.blink4 {
    animation: blink 5s steps(2, start) infinite;
    -webkit-animation: blink 5s steps(2, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }


.search-icon
{
    height          : 100%;
    position        : absolute;
    pointer-events  : none;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

button:focus {
    outline: none;
    background-color: #EEEEEE !important;
}

.gadget-paper
{
    margin      : 5px; 
    text-align  : center;
    height      : 80%;
}

.absolute-center {
    margin          : 0;
    position        : absolute;
    top             : 45%;
    left            : 25%;
    right           : 25%;
    -ms-transform   : translateY(-50%);
    transform       : translateY(-50%);
  }


/*   TV MODE */
.tv-mode
{
    font-size       :   24px !important;
    font-weight     :   bold !important;
    /* text-transform  : uppercase !important; */
}

.tv-mode-section
{
    font-size           : 18px !important;
    font-weight         : bold !important;
    color               : black;
    padding             : 5px;
    margin              : 0px 10px 10px 0px;
}

.tv-mode-section-big
{
    font-size           : 24px !important;
    border-radius       : 10px;
    background-color    : #F4F4F4;
}

.tv-mode .primary_text
{
    line-height: 0.6em;
    padding: 0.2em 0 0 0.2em;
}

.tv-mode .secondary_text
{
    font-size : 0.8em !important;
    padding: 0.2em 0 0 0.2em;
}


.react-datepicker__time-list
{
    width       : 40px !important;
}

.react-datepicker__time-box
{
    overflow-y  : visible !important;
}

.standard_table TH
{
    font-size: 14px;
    font-weight:bold;
}

.pagination LI A, .pagination LI
{
    font-size: 14px;
    font-family: Roboto, tahoma, verdana;
}

.pagination-buttons
{
    cursor:pointer;
}

.autocomplete div
  {
    color: black;
    z-index: 200;
    padding-left: 5px; 
  }

.autocomplete DIV DIV
{
    border-bottom: 1px solid #EDEDED;
}
