@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl.otf);
    font-weight: normal;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_0.otf);
    font-weight: 300;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_1.otf);
    font-weight: 500;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_2.otf);
    font-weight: 700;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_3.otf);
    font-weight: 900;
}
@font-face {
    font-family: Taurus;
    src: url(../fonts/TAURU.otf);
}
body,html,head
{
 
    width: 100%;
    height: 100%;
    background: inherit;
    overflow: auto;
    font-family: Museo Sans Cyrl;
    padding: 0px;
}
body
{
    top: 0 !important;
}
.toggle_sticky
{
    float: left;
    /*min-height: 250px;*/
}
html
{
    background: #fafafa;
    background-size: cover;
   /* background: url(https://zellox.com/wp-content/uploads/2016/05/website-backgrounds-%E2%80%AB1%E2%80%AC-%E2%80%AB%E2%80%AC-1920x1080.jpg);
   background: url(../images/new/bg1.png);
    background-size: cover;
    background-position-x: center;*/
    /*background-position: center;
    background-repeat: no-repeat;*/
}
label
{
    display: initial;
    font-weight: normal
}
.v
{
    position: absolute;
    top:0.5rem;
    right: 3rem;
    color: #0bbce1;
    font-size: 10px;
    z-index: 0;
    margin-top: 35px;
    display: none;
}
md-toolbar
{
    min-height: auto;
    background-color: #0cb8e2 !important;
}
.md-toolbar-tools
{
    height: auto;
}
.md-button[disabled]
{
    color:rgb(255,255,255,0.38);
    cursor: no-drop;
    
}
.item-event
{
    height: auto;
    display: flex;
    min-height: 75px;
    padding: 1rem 0.5rem;
    margin-top: 0;
   
    /* margin: 0; */
    /* margin-bottom: 0.5rem; */
}
.item-event>md-icon
{
    max-width: 40px;
    margin: 0;
}
.item-event>.md-list-item-text
{
    text-align: left;
    padding: 0 1rem;
    /* padding-top: 1rem; */
    line-height: 20px;
    max-width: 350px;
}
.item-event>.md-list-item-text>h3
{
    font-size: 13px;
    margin: 0;
    margin: 0.5rem 0;
    font-weight: 500;
}
.item-event>.md-list-item-text>h4
{
    font-size: 12px;
    margin: 0;
    font-weight: 100;
    white-space:initial;
}
.item-event>.md-list-item-text>p
{
    font-size: 11px;
    margin: 0;
    text-align: left;
    font-weight: 400;

}
.btn
{
    outline: none;
}
.btn:focus,.btn:active
{
    outline: none !important;
}
.btn-showLeftPanel
{
    position: absolute;
    top: 4rem;
    right: 1rem;
    z-index: 1;
    display: none;
}
.btn-hideLeftPanel
{
    display: none;
}
blockquote
{
    border-color: #8340f7;
    background: white;
        border-width: 2px
}
optgroup
{
    font-size: 0;
}
option
{
    font-size: 13px;
}
body
{
    
}
header
{
    height: 40px;
    background: #0cb8e2;
}
th
{
    color: rgba(35,31,32,0.7);
}
td{
     color: rgba(35,31,32,0.7);
}
h1
{
    margin: 0;
}

.h2_head
{
    padding: 1rem 4rem; 
    background: white;
    border-left: 2px solid #1da3e8;
}
.head-title
{
        padding: 2.5rem 2rem;
    padding-bottom: 1rem;
    font-weight: 400!important;
    padding-top: 1.5rem;
}
.head-mytext
{
        padding: 0rem 2rem;
    padding-bottom: 1rem;
    font-size: 16px;
    font-weight: 400!important;
}
.left-panel
{
    
    position: relative;
    width: 100%;
    /* width: calc(100% - 2rem); */
    height: 100%;
    float:  left;
    margin: 0;
    margin-top: -3px;
    font-size: 13px;
    padding: 1rem;
    background: rgba(255,255,255,1);
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
    border: 1px solid rgba(0,0,0,0.14);
   /* box-shadow: 0 0 0 1px #c1c1c1;*/
    /* border-radius: 4px; */
    border-radius: 0;
    border-top: none;
        
}
.connect_fail
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100000;
}
.loader_content 
{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 20%;
}
.loader_content p 
{
    padding: 6rem;
    font-size: 3rem;
    color: #13aee5
}
.loaderspan
{
  font-size: 10rem;
  -webkit-animation: spinner 1.2s infinite linear;
  animation: spinner 1.2s infinite linear;
}
/*.spinner {
  width: 8rem;
  height: 8rem;
  will-change:auto;

  margin: 33rem auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}*/
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@-webkit-keyframes spinner {
  0% { color: #05d1c0;
      -webkit-transform: rotate(0deg);
      opacity: 1;
      
  }
  50% { 
      color: #0bbce1;
      -webkit-transform: rotate(180deg);
      opacity: 0.3;
        
  }
  100% {
      color: #3d77f4;  
     -webkit-transform: rotate(360deg);
     opacity: 1;
  }
}

@keyframes spinner {
  0% { 
      opacity: 1;
      color: #05d1c0;
    transform: rotate(0deg)
    -webkit-transform: rotate(0deg);
  } 50% { 
      opacity: 0.3;
      color: #0bbce1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg) ;
  } 100% { 
      opacity: 1;
      color: #3d77f4;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    
  }
}











.table_type_1_text
{
    padding-top: 1rem;
    text-align: left;
    font-weight: 500
}
.table-icon-type_1
{
    font-size: 30px;
    padding: 1rem;
    padding-bottom: 0;
}
.table_type_2_text
{
    text-align: left;
}
.report_panel
{
    margin: 1rem 0 ;
}
.content
{
    position: relative;
    width: calc(100% - 1rem);
    max-height: calc(100% - 4rem);
    height: 100%;
    float: left;
   /* background: #f3f3f3;*/
    overflow-y: auto;
}
.valid
{
    
}
.not_valid
{
    border-color: rgba(255,1,1,0.5);
}
label.not_valid
{
    border-color: transparent;
    color: rgba(255,1,1,0.5);
}
/*.not_valid>input[type="checkbox"]
{
    border-color: transparent;
    color: rgba(255,1,1,0.5);
}*/
.not_valid>input[type="radio"].not_valid
{
    border-color: transparent;
    color: rgba(255,1,1,0.5);
}
.not_valid>button
{
    border-color: rgba(255,1,1,0.5);
}
table>tbody>tr>td
{
    padding: 2px;
	overflow: auto;
}
.bt-head-panel
{
    border-radius: 4px;
    color: #231f20;
    border-radius: 4px !important;
    float: left;
    width: 10rem;
    text-align: center;
    padding: 5px 0;
    margin: 0.5rem
   
}
.btn
{
    border-radius: 4px;
}
.btn-block-info
{
    border-radius: 4px;
    width: 37px;
    margin-right: 10px;
    padding: 3px 5px;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.3);
    
}
.btn-in-pan
{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.bt-head-panel>span
{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 30px;
}
.bt-head-panel-active
{
 color: white;
    background: rgba(12,184,226,1);
}
.head-page
{
    width: 100%;
    height: 2rem;
   /* background-image: -webkit-linear-gradient(Top,rgba(255, 255, 255, 0.9),#f3f3f3);
    background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.9),#f3f3f3);*/
    position: relative;
    z-index: 1;
}
.head-page-big
{
    width: 100%;
    height: 9rem;
    /*background-image: -webkit-linear-gradient(Top,rgba(255, 255, 255, 0.9),#f3f3f3);
    background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.9),#f3f3f3);*/
    position: relative;
    z-index: 1;
}
.content-panel
{
    position: relative;
    width: 100%;
    max-height: CALC(100% - 7rem);
    overflow: auto;
}
.level_1-item
{
    position: relative;
}
.level_danger
{
    position: absolute;
    top: 0.9rem;
    right: 3.5rem;
    font-variant: small-caps;
    font-weight: 500;
    color: #d32520;
    opacity: .5;
    font-size: 11px;
}
.li-menu-level_2>.level_danger
{
    right: -0.5rem;
    top: 0.5rem;
}
.level_danger>span
{
    padding-right: 0.5rem;
}
.ul-menu
{
        margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 0.5rem
}
.li-menu
{
    width: calc(100% - 2rem);
    height: 4.5rem;
    margin: 0.2rem 0.2rem;
    padding: 0.7rem 1.5rem;
    text-align: center;
    color: #231f20;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
   /* background-image: url(../images/icon/down.png);*/
    background-size: 4rem;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    border-left: 2px solid #231f20;
    display: inline-block;
    outline: none;
}
.li-report
{
    height: 3rem;
}
.content-page
{
    padding: 0;
 /* margin-top: 1.5rem;*/
}
.li-menu-active
{
    border-left: 2px solid #13aee5; 
}
.li-menu:hover
{
     border-left: 2px solid #13aee5; 
}
.li-menu h4
{
    padding: 0;
    margin: 0;
    text-align: left;
        font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.li-menu p
{
    text-align: left;
    margin: 0;
    padding: 0;
     white-space: nowrap;
    overflow: hidden;
}
.li-menu-level_2
{
    height: 2.5rem;
    background-size: 2rem;
    text-align: left;
    margin-left: 2rem;
    width: calc(100% - 6rem);
    border-left: 1px solid #231f20;
    list-style-type: none;
    white-space: nowrap;
    padding: 0.4rem 1rem;
    position: relative;
}
.li-menu-level_3
{
    height: 3rem;
    text-align: left;
    margin-left: 1.5rem;
    width: calc(100% - 6rem);
    border-left: none;
    list-style-type: none;
    background-size: 4.5rem;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
     border-bottom: 1px solid transparent; 
         white-space: nowrap;
    overflow: hidden;
    padding-left: 4rem;
    /*padding-top: 1rem;*/
    margin-bottom: 0;
}
.padding0
{
    padding: 0;
}
.padding0-left
{
    padding-left: 0;
}
.padding0-right
{
    padding-right: 0;
}
.head-panel_1
{
    padding: 0;
    padding-bottom: 9px;
    background: white;
    border-left: 2px solid #1da0bd;
}
.login-user>md-icon
{
    color:#0bbce1;
    display:inline-block;
    max-width: 50px;
}
.login-user>p
{
    text-align: left;
    padding-left: 0;
    font-size: 16px;
}
.header_login
{
    float: right;
    margin-right: 2rem;
    padding: 0.3rem 1rem;
    background: white;
    border-radius: 25px;
    margin: 0.3rem 1rem;
    color: #434343;
}
.header_login>span
{
    color:#0bbce1
}
.cell
{
    position: relative;
    margin: 0rem;
    padding: 0.5rem;
    background-color: rgba(255,255,255,0.85);
    border-width: 0;
    border-color: #ddd;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    /*box-shadow: none;*/
    border-style: solid;
    background: white;
    border-color: #ddd;border-width: 0; border-style: solid;
    
}
.daterangepicker.ltr
{
    margin-top: 2rem;
    border-radius: 0;
}
.ranges li
{
    border-radius: 0;
}
.ranges li.active
{
    background-color: #0cb8e2;
    border: 1px solid #0cb8e2;
}
.daterangepicker .input-mini.active
{
    border-radius: 0;
}
.daterangepicker .input-mini
{
    border-radius: 0;
}


.head-cell-content
{
    
    text-align: center;
    padding: 1rem;
    /*float: left; border-bottom: 1px solid rgba(221, 221, 221, 0.8);*/
    border-radius: 4px;
}
.container_select
{
    width: 100%;
    margin: 1rem 0;
}

.body-cell-content
{
    text-align: center;
    padding: 1rem;
    max-height: 500px;
    overflow-y: auto;
    /* position: relative; */
    padding-top: 0px;
}
.head_content_report
{
    font-size: 16px;
    text-align: left;
    padding: 0.5rem 1rem;
}
.body_content_report
{
    text-align: left;
    padding: 1rem 2rem;
    overflow: auto;
    margin-bottom: 2.3rem;
    height: auto;
	
}

.item_report
{
    margin: 0;
    margin-bottom: 1rem;
    margin-left: 2rem;
    cursor: pointer;
    font-size: 15px;
}
.daterange_control_report
{
    float: right;
    margin: 0.5rem;
    margin-right: 3rem;
}
.item_report>input
{
   padding: 0.5rem 1rem; 
}
.position_report
{
    float: left;
    width: 100%;
}
.content_report
{
    float: left;
    width: 100%;
     /*height: 300px;*/
}
.control_report
{
    float: left;
    width: 100%;
   
    /*position: relative;*/
}
.btn_left
{
    /*position: absolute;*/
/*    top: 0;
    left: 0;*/
    float: left;
}
.btn_right
{
    /*position: absolute;*/
/*    top: 0;
    right: 0;*/
    float: right;
}
.btn_refresh
{
    position: absolute;
    top: 1.3rem;
    left: 2.3rem;
}
.form-control
{
    border-radius: 0;
}
.multiSelect
{
    display: block;
    width: 100%;
}
.multiSelect > button
{
    max-height: 200px;
    width: 100%;
    min-height: 34px !important;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 0;
    overflow: hidden;
}
.multiSelect > button:hover
{
  background-image: none;
  
}
.multiSelect .checkboxLayer{
    position: fixed
}
.multiSelect .caret
{
    position: absolute;
    top:13px;
    right: 6px;
}
.multiSelect .checkboxLayer
{
    margin-top: 0.2rem;
    border-radius: 0;
    background-color: white;
}
.multiSelect .helperButton
{
    background-color: white;
    border: 1px solid white;
}
.multiSelect .helperButton:hover
{
    border: 1px solid white;
    background-color: white;
    color: #231f20;
    border-bottom: 1px solid #13aee5;
}
.multiSelect .helperButton:active
{
    border: 1px solid white;
    background-color: white;
    color: #231f20;
    border-bottom: 1px solid #13aee5;
}
.multiSelect .helperButton:focus
{
     border: 0 solid white !important;
     -web-box-shodow: none !important;
     box-shadow: none !important;
      border-bottom: 1px solid #13aee5 !important;
} 
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected
{
    background: transparent;
    border: none;
}
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover
{
   background: #0cb8e2 !important;
}
.body-cell-content .big
{
     
    max-height: 100%;
    
}
.head-cell-content .close
{
    position: absolute;
    right: 2rem;
    top:2rem;
}
.btn-stick
{
    
}
.table-big
{
    min-width: 760px;
}
.h3-title-cell
{
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    color: rgba(35, 31, 32, 0.8);
}

.li-menu-level_2:hover
{
     border-left: 1px solid #13aee5; 
}
.head-text
{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    text-align: center
}
.img_head
{
        position: absolute;
    right: 0;
    z-index: 0;
    height: 100%;
    padding: 2.5rem 2rem;
}
.head-panel
{
        position: relative;
    width: 100%;
    /*height: 9rem;*/
}
.logo
{
    margin: 0 1rem;
    font-size: 16px;
    font-weight: 500;
    color: white;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.logo_container
{
    width:  100%;
    padding: 1rem 0.5rem;
    
}
.img_logo
{
    width:  15rem;
    /*padding-left: 3rem;
    padding-right: 4rem;*/
    
}
.control_container
{
    width: 100%;
    float: left;
    /* padding: 0 0.5rem; */
    padding-bottom: 1rem;
}
.control_container>.control
{
    float: left;
    /* margin-bottom: 0.5rem; */
    
}
.control_container>.control>input
{
    height: 33px;
    /*border-radius: 2px*/
}
.control_container>.control.btn
{
    height: 33px;
    width: 33px;
    margin-left: 0.5rem;
    background: #5cb85c;
    color: white;
    padding: 6px 0;
    border-radius: 2px;
    /*float: right;*/
}
.page
{
    display: block;
    width: 100%;
    height: 100%;
   /* position: absolute;*/
}

.loader-page
{
    /* background: #0cb8e2; */
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}
.loader-page-content
{
    margin-top: 25rem;
    /* background: #0cb8e2; */
    text-align: center;
    padding: 2rem;
    /* box-shadow: 0 0 1rem #407ad6; */
}
.loader-page-background
{

}
.loader-page-content>img
{
    /* animation: pulse 2s linear infinite; */
    animation: headShake 7s linear infinite;
    display: inline-block;
    margin-bottom: 3rem;
    /* margin-left: 10rem; */
}
.loader-page-content>p
{
    font-size: 36px;
    font-weight: 500;
    /* color: white; */
    color: #0cb8e2;
}

.loader
{
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    margin-top: 20rem;
}
.floar-right
{
    float: right
}
.my-row
{
    max-height: calc(100% - 40px );
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 40px
        
}
.th_report
{
    border: thin solid black !important;
    position: relative;
}
.th_report>.fa
{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.td_report
{
    border: thin solid black;
}
/*background: rgba(64,188,235,0.1);*/
.stick
{
    width: 100%;
    height: auto;
    position:relative;
    background: transparent;

    float: left;
}
.stick-general-info
{
   /* max-width: 100%;*/
}
.stick-summary-info
{
   /* max-width: 100%;*/
}
.container_charts
{
    height: 300px;
    width: 100%;
    position: relative;
    /*max-width: 538px;*/
}
.tr-left
{
    text-align: left;
}
.stick-60
{
    /*max-width: 100%;*/

}
.stick-data
{
  /*  max-width: 100%;
      margin: 0;*/
}
/*.spinner {
  width: 8rem;
  height: 8rem;
  will-change:auto;

  margin: 33rem auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}*/
.sk-fading-circle {
  margin: 100px auto;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0bbce1;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
@-webkit-keyframes sk-rotateplane {
  0% { background-color: #05d1c0;
      -webkit-transform: perspective(120px);
      
  }
  50% { 
      background-color: #0bbce1;-webkit-transform: perspective(120px) rotateY(180deg);
        
  }
  100% {background-color: #3d77f4;  -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg);}
}

@keyframes sk-rotateplane {
  0% { 
      background-color: #05d1c0;
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) ;
  } 50% { 
      background-color: #0bbce1;
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) ;
  } 100% { 
      background-color: #3d77f4;
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    
  }
}
.loader .background-image
{
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25rem;
}
.loader .background-image.animated
{
    -webkit-animation: vega-loader 4s infinite;
    animation: vega-loader 10s infinite;
    animation-timing-function: linear;
}
.modal-content
{
    border-radius: 0;
}
.bt-left-panel
{
    width: 100%;
    height: 5rem;
    margin: 0.2rem 0;
    padding: 1.3rem 3rem;
    text-align: center;
    color: rgba(35, 31, 32, 0.6);
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(35, 31, 32, 0.2);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.bt-left-panel:hover
{
    text-decoration: none;
    border: 2px solid rgba(0, 210, 186, 0.5);
    color: rgba(35, 31, 32, 1);
}
.bt-left-panel:active
{
    text-decoration: none;
    border: 2px solid rgba(0, 210, 186, 1);
    color: rgba(35, 31, 32, 1);
    box-shadow: none;
    -box-shadow:none;
}
.bt-left-panel:focus
{
    outline: 0px;
    outline-offset: 0px;
    color: rgba(35, 31, 32, 1);
}
.bt-left-panel:active:focus, .bt-left-panel:focus
{
    outline: 0px;
    outline-offset: 0px;
    color: rgba(35, 31, 32, 1);
}
.bt-white
{
    background: white;
}
.btn-info
{
    background: #0bbce1;
}
.md-success
{
    background-color: #5cb85c !important;
    color:white !important;
}
.md-success[disabled]
{
    cursor: no-drop;
    background-color:rgba(0,0,0,0.12) !important;
    color:rgba(0,0,0,0.38) !important;
}

.btn-default,.btn-default:hover,.btn-default:active,.btn-default:focus
{
    background: white
}
.color{
    width: 100%;
    height: 100%;
    min-height: 2rem;
    min-width: 2rem;
    display: block;
}

.tariff_schedule.footer-cell-content
{
    display: inline-block;
    width: 100%;
}
.container_tariff_schedule
{
    margin-bottom: 1rem;
    text-align: left;
    white-space: nowrap;
}
.container_tariff_schedule>.left
{
    text-align: left;
}
.container_tariff_schedule>p
{
    /* margin: 0; */
    font-size: 16px;
    font-weight: 100;
    text-align: center;
}
h4.otherInfo
{
    font-size: 16px;
    font-weight: 100;
    color: #343434;
}
.nya-bs-select
{
    width: 100%;
    display: inherit !important;
}
.table-cell-vega
{
   
    cursor: pointer;
}
.table-cell-vega:hover
{
    background: rgba(64,188,235,0.1);
}
.table-cell-vega:active
{
    background: rgba(64,188,235,0.3);
}
.stick-general-info .cell .body-cell-content
{
   /* min-height: 26rem;*/
}
.stick-summary-info .cell .body-cell-content
{
   /* min-height: 26rem;*/
}
.modal-body
{
    float: left;
    width: 100%
}
.pac-container
{
    z-index: 1051 !important;
}
.typeahead
{
    z-index: 1051 !important;
    display: block !important;
}
.btn-header{
  position: relative;
    display: inline-block;
    margin: 0;
    border: 0;
    color: rgb(255, 255, 255);
    border-radius: 0;
    border-bottom: 3px solid;
    border-color: transparent;
    z-index: 1
}
.btn-header:hover{
    border: 0;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid;
    border-color: white;
}
.md-button[disabled].btn-header:hover
{
    color: inherit;
    color: rgb(255, 255, 255,0.38);
    border-color: transparent;
    /* border: none; */
}
.btn-header-active{
    background: rgba(255,255,255,0.1);
    border: 0;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid;
    border-color: white;
}
md-icon.fa
{
    font-size: 25px;
}
span.notifications
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    font-size: 12px;
    top: 4px;
    right: 4px;
    background-color: #e75753;
    color: white;
}
.work-panel
{
    color:white;
   /* background: #0cb8e2;margin:0 3rem;margin: 0.5rem;*/
   background: white;
    
    border-radius: 4px;
    
    padding: 0.3rem;
}
.work-panel .head-cell-content
{
    background: #0cb8e2;
}
.bt-head-panel:focus,.bt-head-panel:hover
{

    color: white;
    background: rgba(12,184,226,0.6);
    /*color:#0cb8e2;
    background: rgba(12,184,226,0.4)*/
}
.my_animated
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.olyrm
{
    -webkit-animation: olyrm 1s infinite;
    animation: olyrm 1s infinite;
    animation-timing-function: linear;
}
.table>thead>tr>th
{
    border-bottom: none;
	overflow: auto;
}
.table>tbody>tr>td
{
    border-top: none;
	overflow: auto;
}
.li-menu-level_3>fa-check
{
    position: absolute;
    right: 1rem;
}
.danger
{
    color:red !important
}
.dangerHistory>td
{
    color:red !important
}
.padding-left0
{
    padding-left: 0;
}
.block-info-style-1
{
    color: #231f20;
    width: 100%;
    border-color: #ddd;
    border-width: 0;
    border-style: solid;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    min-height: 6.3rem;
    border-radius: 4px;
}
.block-info-style-2
{
    padding: 0;
    color: #231f20;
    background: transparent;
    text-align: left;
    float: left;
    font-size: 12px
}
.block-info
{
    padding: 0.5rem 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    
}

.block-daterange
{
    padding: 0.5rem 1rem;
    display: inline-block;
}
.block-info>table>tbody>tr>td
{
    color: inherit;
}
.icon-device_icon
{
    padding-left: 0.4rem;
    padding-right: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 18px;
}
.block-info-input
{
    height: 22px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    cursor: pointer
}
.map
{
    /*height: 400px*/
}
.time
{
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    widows: 100%;
    right: 20px;
    bottom: 6px;
    text-align: right;
    
}
.head-info
{
    margin: 0;
    font-size: 16px;
}
 .body-info
{
    margin: 0;
    font-size: inherit;
    font-weight: 700;
}

@-webkit-keyframes olyrm
{
    /*
    0%, to {
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(.8) rotate(-15deg);
    }*/
    0%, to {
        background:rgba(255,0,0,0.4);
     /* border-bottom:  1px solid red;*/
    }
    50% {
/* border-bottom: 1px solid #00d2ba;*/
background:rgba(0,210,186,0.4);
    }
}
@keyframes olyrm
{
    /*
    0%, to {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(.8) rotate(-15deg);
    }*/
    0%{
        background:rgba(255,0,0,0.4);
    }
   
    to
    {
        background:rgba(0,210,186,0.4);
        
    }
}
.olyrm2
{
    -webkit-animation: olyrm2 1s infinite;
    animation: olyrm2 1s infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes olyrm2
{
    /*
    0%, to {
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(.8) rotate(-15deg);
    }*/
    0%, to {
      color:  red;
    }
    50% {
 color: #00d2ba;
    }
}
@keyframes olyrm2
{
    /*
    0%, to {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(.8) rotate(-15deg);
    }*/
    0%{
        color:  red;
    }
   
    to
    {
        color:  #00d2ba;
    }
}
.olyrm3
{
    -webkit-animation: olyrm3 1s infinite;
    animation: olyrm3 1s infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes olyrm3
{
    /*
    0%, to {
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(.8) rotate(-15deg);
    }*/
    0%, to {
      border-left: 2px solid  red;
    }
    50% {
        border-left: 2px solid  #00d2ba;

    }
}
@keyframes olyrm3
{
    /*
    0%, to {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(.8) rotate(-15deg);
    }*/
    0%{
      border-left: 2px solid  red;
    }
   
    to
    {
       border-left: 2px solid  #00d2ba;
    }
}
@-webkit-keyframes vega-loader
{
    /*
    0%, to {
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(.8) rotate(-15deg);
    }*/
    0%, to {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes vega-loader
{
    /*
    0%, to {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(.8) rotate(-15deg);
    }*/
    0%{
        transform: rotate(0deg);
    }
   
    to
    {
        transform: rotate(359deg);
    }
}
.cell-low
{
    margin-top: 1rem;
    border: none;
    font-size: 13px;
    box-shadow: 0 0 0 1px transparent;
    background: white;border-color: #ddd;border-width: 0; border-style: solid;  
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}
.cell-low-min
{
    box-shadow: 0 0 0 0px transparent;
    margin: 2rem 0;
}
.work-panel-body
{
    

  
    background: transparent;
    border-radius: 4px;
}
.help
{
    cursor: help;
}
.help .glyphicon-info-sign
{
    color:rgba(12,184,226,0.5);
}
/*.pointer .glyphicon-info-sign:hover
{
    color:#0cb8e2;
}*/
.pointer .glyphicon-eye-open:hover
{
    color: #02d5b9;
}
.pointer .glyphicon-cog:hover
{
    color: #476bf7;
}
.pointer .glyphicon-remove-sign:hover
{
    color: red;
}
.cell-low .head-cell-content
{
    float: none
   /* background: #0cb8e2;*/
}
.cell-low .head-cell-content .h3-title-cell
{
   /* color: white;*/
}
.cell-low .body-cell-content 
{
    margin: 0.5rem 0;
}
.pointer
{
    cursor: pointer;
}
.page-conteiner
{
    padding: 0;
    margin: 0;
}
.table
{
    margin-bottom: 0;
}
.content-row
{
    width: 100%;
    float: left;
}



.custom-slider.rzslider .rz-bar {
  background: #ccc;
  height: 2px;
}
.custom-slider.rzslider .rz-selection {
  background: orange;
}

.custom-slider.rzslider .rz-pointer {
  width: 8px;
  height: 16px;
  top: auto; /* to remove the default positioning */
  bottom: 0;
  background-color: #0cb8e2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.temperatureBlue
{
    color: blue !important;
}
.temperatureRed
{
    color: red !important;
}
.custom-slider.rzslider .rz-pointer:after {
  display: none;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
  color:#0cb8e2
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: #ccc;
}

.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}

.custom-slider.rzslider .rz-tick.rz-selected {
  background: #0cb8e2;
}


.marginTop10
{
    margin-top: 10px
}
.icon-device
{
    position: absolute;
    left: 2rem;
    font-size: 16px;
    margin-top: -0.5rem;
    right: inherit;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px 1px;
    border: 1px solid;
    border-radius: 25px;
}
.text-muted
{
    /*color: green*/
}
.datepicker.dropdown-menu tbody button {
   color:black
}
.datepicker.dropdown-menu tbody button.btn-primary {
   color:white;
   background: #c1c1c1
}
.btn-today
{
    background: transparent;
    color: red !important;
}
.interactive_tr:hover
{
    background: rgba(14,184,227,0.2)
}
.datepicker-mode-0{
    min-height: 275px
}
.btn-today:hover
{
    background: transparent;
    opacity: 0.7;
}
.icon-device.fa-free-code-camp
{
    padding-left: 0px
}
.icon-device-color_energy
{
    color: #fe5e00;
    border-color: #fe5e00;
}
.icon-device-color_snow
{
    color: #fe5e00;
    border-color: #fe5e00;
    padding-top: 4px;
    padding-left: 4px;
}
.icon-device-color_water_hot
{
    color: #f26252;
    border-color: #f26252;
}
.icon-device-color_water_ice
{
    color: #0bbce1;
    border-color: #0bbce1;
}
.icon-device-color_gas
{
    color: #8340f7;
    border-color: #8340f7;
}
.icon-device-color_protection
{
    color: #476bf7;
    border-color: #476bf7;
}
.icon-device-color_protection.fa-thermometer-full
{
   /*padding-left: 5px*/
}

.icon-device-color_energy-active
{
    color: white;
    background: #fe5e00;
}
.icon-device-color_water_hot-active
{
    color: white;
    background: #f26252;
}
.icon-device-color_water_ice-active
{
    color: white;
    background: #0bbce1;
}
.icon-device-color_gas-active
{
    color: white;
    background: #8340f7;
}
.icon-device-color_protection-active
{
    color: white;
    background: #476bf7;
}
.data_null
{
    min-height: 250px;
}
.data_null>span
{
    color: #f26252;
    font-size: 50px;
    padding: 2rem;
}
.table>tbody+tbody
{
    border:none;
}
.data_null>p
{
    
}
#page2
{
    overflow-x: auto;
}
.color-vega-green
{
    color: rgb(0,214,183);
}
.color-vega-crimson
{
    color: #a20025;
}
.color-vega-light_blue
{
    color: rgb(11,188,226);
}
.color-vega-blue
{
    color: rgb(75,104,249);
}

.color-vega-indigo
{
    color: rgb(131,64,247);
}
.content
{
    /* margin-top: 1rem; */
    /* margin-left: 1rem; */
    width: calc(100% - 2rem)
}
.myborder{
    background: white;border-color: #ddd;border-width: 0; border-style: solid;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}
.title_device_btn
{
    position: absolute;
    top:0.5rem;
    right: 1.5rem;
}
@media (max-width:993px){
    .title_device_btn
    {
        position: relative;
        margin:1.5rem;
        margin-top:0.5rem;
    }
    .logo
    {
        display: none;
    }
    .btn-showLeftPanel
    {
        display: inline-block;
    }
    .btn-hideLeftPanel
    {
        display: inline-block;
    }
    .toggle_sticky
    {
        width: 100%
    }
}
@media (min-width:992px){
   
    #page2
  {
     
  }
}
.container, .container-fluid
{
    margin-right: auto;
    margin-left: auto;
   /* padding-left: 0px;
    padding-right: 0px;*/
}
@media (min-width:1200px){
    .content-page
{
    padding: 0 15px;
  /* margin-top: 1.5rem; */
}
.cell
{
    margin: 0.5rem 0;
}
    .container, .container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
    .left-panel
   {
       width: 350px;
       
       
      /* margin:2rem 0;*/
   }
   .content
   {
       width: calc(100% - 350px - 1rem);
   }
   
    .stick-data
    {
        
    }
    #page2
  {
     /* min-width: 1500px;*/
    
  }
   .stick-general-info
{
 /*   max-width: 42rem;*/
}
.stick-summary-info
{
  /*  max-width: 45rem;*/
}
}
@media (min-width:1400px){
   .container
   {
       width: 100%
   }
    .stick-data
    {
    /*      margin: 0 ;
      max-width: 60rem;*/
      
    }
    .stick-60
    {
       /* max-width: 73.5rem;*/
    }
   
    #page2
  {
  
  }
}

/*v1.1.6*/
.theadForPrint
{
    visibility: hidden;
    border: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    border-color: transparent;
    vertical-align: 0;
    
}
.theadForPrint>th
{
    margin: 0;
    padding: 0 !important;
}
.theadForUser,.theadForUser>th
{
    border-top: 0 !important;
}
.head-cell-content-btn-download
{
    float: left;
    margin-top: -2.5rem;
}


.left_devices_panel
{
    float: left;
    width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 27px);
}
.right_devices_panel
{
    float: left;
    width:calc(100% - 250px);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 27px);
}

.ul-novigation-group-device
{
    margin: 0;
    margin-top: 10px;
    list-style: none;
    text-align: left;
    margin-right: 7rem;
    padding-left: 0
}
.li-ul-novigation-group-device
{
    padding: 0.5rem;
    /*border-bottom: 1px solid black;*/
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    text-transform: capitalize;
}
.li-ul-novigation-group-device:hover
{
    background: rgba(12,184,226,0.2);
    color: #333;
}
.li-ul-novigation-group-device:active
{
    /*list-style: initial;*/
    background: rgba(12,184,226,0.6);
    color: white;
}
.li-ul-novigation-group-device.active
{
    /*list-style: initial;*/
    /*background:#0cb8e2;*/
    color: #0cb8e2;
    background:#0cb8e2;
    color: white;
}
.li-ul-novigation-group-device.recomendation
{
    color:white;
    background:rgba(5,200,200,0.3);
}
.li-ul-novigation-group-device.saved
{
    /*color:white;*/
    background: rgba(12,184,226,0.1);
}
.li-ul-novigation-group-device.selected
{
    color:white;
    background:#0cb8e2;
}

.li-ul-novigation-group-device.active>.fa
{
    color: #0cb8e2;
    position: absolute;
    left: -2.4rem;
    top: 0.2rem;
    font-size: 20px;
    border-radius: 4px;
    /*border-radius: 4px 0 0 4px;*/
    border: 2px solid #0cb8e2;
/*    padding-top: 0.2rem;
    padding-bottom: 0.2rem;*/
}


.ul-novigation-device
{
    margin: 0;
    margin-top: 10px;
    list-style: none;
    text-align: left;
    /*margin-right: 7rem;*/
    padding-left: 0
}
.li-ul-novigation-device
{
    padding: 0.5rem;
    /*border-bottom: 1px solid black;*/
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
}
.li-ul-novigation-device:hover
{
    background: rgba(12,184,226,0.2);
    color: #333;
}
.li-ul-novigation-group-device:active
{
    /*list-style: initial;*/
    background: rgba(12,184,226,0.6);
    color: white;
}
.li-ul-novigation-device.active
{
    background:#0cb8e2;
    color: white;
}
.li-ul-novigation-device.recomendation
{
    background:#ddd;
}

.li-ul-novigation-device.active>.fa
{
    color: #0cb8e2;
    position: absolute;
    left: -2.4rem;
    top: 0.2rem;
    font-size: 20px;
    border-radius: 4px;
    /*border-radius: 4px 0 0 4px;*/
    border: 2px solid #0cb8e2;
/*    padding-top: 0.2rem;
    padding-bottom: 0.2rem;*/
}
.li-ul-novigation-device>.devEui, up_devices_panel_head_title>.devEui
{
    font-size: 12px;
}
.li-ul-novigation-device.disabled
{
    cursor:no-drop !important;
    background: #ddd;
}
.up_devices_panel
{
    float: left;
    width: 100%;
    /*padding: 0.5rem;*/
    padding-top: 0;
    /*height: 100%;*/
}

.up_devices_panel_head
{
    float: left;
}
.up_devices_panel_head_text
{
    font-size: 16px;
    font-weight: 500;
}
.search_form
{
    width: 23rem;
    position: relative;
    text-align: center;
    /*border-radius: 2px;*/
}
.search_form_min
{
    width: 25rem;
}
.search_input
{
    border-radius: 2px;
}
.search_span
{
    position: absolute;
    top: 0;
    right:  0;
    font-size: 20px;
    height: 100%;
    width: 3.5rem;
    padding-top: 0.6rem;
    background: #0cb8e2;
    color: white;
    border-radius: 2px;
}

.up_devices_panel_head_title
{
    padding: 0.9rem;
    /*cursor: pointer;*/
    border-radius: 2px;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
    float: left;
}

.right_devices_panel_body
{
    float: left;
    width: 100%;
    overflow: hidden;
    /* max-height: 50rem; */
}
.right_devices_panel_body_img
{
    float: left;
    width: 100%;
    padding-bottom: 0.5rem;
}
.right_devices_panel_body_img>img
{
    float: left;
    width: calc(100% - 10rem);
    border-radius: 2px;
    margin: 0.5rem;
    box-shadow: 0 0 2px 0;
    
}
.right_devices_panel_body_head
{
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0.5rem;
}
.right_devices_panel_body_text
{
    padding-bottom: 0.5rem;
    white-space: pre-line;
}
.right_devices_panel_foother
{
    float: left;
    width: 100%;
    padding: 2rem 0;
}
.right
{
    float:right;
}

.absolute
{
    position: absolute;
}
.li_absolute_right
{
    right: 1rem;
    top:0.8rem;
}
.row_devices_panel_head
{
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 60px);
    
}
.help_modal_header_span
{
    float: right;
    padding-top: 0.3rem;
    margin-right: 1rem;
    color: #0cb8e2;
    width: 20px;
    height: 20px
}
.help_modal_header_span:active
{
    opacity: 0.4;
}

.itemChannel
{
    float: left;
    padding: 1.5rem;
    width: 17rem;
    margin: 0.4rem;
    display: inline-block;
    border: 2px solid;
    border-color: #03a688;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    height: 90px;
    /*color:#333;*/
}
.itemChannel:hover
{
    background: rgba(5,150,150,0.1);
}
.itemChannel:active
{
    background: rgba(5,150,150,0.3);
}
.itemChannel.active
{
    background: rgba(5,150,150,1);
    color: white;
}
.itemChannel.disabled
{
    border-color: #a20025;
    background: rgba(150,0,50,0.1) !important;
    cursor: no-drop;
    color:#a20025;
}
.itemChannel_header
{
    white-space: nowrap;
}
.itemChannel_header_title
{
    font-weight: 500;
    font-size: 16px;
}
.itemChannel_body
{
    white-space: nowrap;
}
.itemChannel_body>select
{
    padding: 0 5px;
    height: 25px;
    margin-top: 1rem;
}
.item_li-menu-level_3:hover>.li-menu-level_3
{
     border-left: none;
     background: rgba(92,183,92,0.2);
     /*color: white;*/
}
.btn-li
{
    float: left;
    display: inline-block;
    position: absolute;
    right: 1.5rem;
    top: 2px;
    padding: 4px 7px;
    border-radius: 2px;
    
}
.btn-li:hover
{
    background: rgba(92,183,92);
    color: white;
}
.item_li-menu-level_3
{
    position: relative;
}
.li-menu-level_3:hover
{
    border-left: none;
    background: rgba(92,183,92) !important;
    color: white;
}
.item_li-menu-level_3:hover>.li-menu-level_3.icon-device
{
     color:white !important;
     border-color: white !important;
}
.editDevice
{
    max-width: 700px;
    min-height: 750px;
}
.editDevice_footer
{ 
    float: left; 
    width: 100%;
    padding: 15px;
}
.sweet-alert
{
    border-radius: 2px;
}

.sweet-alert button
{
    border-radius: 2px;
}
.editDevice_header
{
    float: right;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 1rem;
}
.editDevice_header>.close
{
    padding: 0.7rem;
}
.editDevice_header>.help_modal_header_span
{
    padding: 1.2rem;
}
.editDevice_header>.comment_page_modal
{
    padding: 0.7rem 1.4rem;
    float: left;
}
.btn_back_header
{
    float: left;
    /*padding: 1.2rem;*/
    background: #0bbce1;
    color: white;
    border-radius: 2px;
}
.btn_back_header:hover
{
    color: white
}
.editDevice_footer>button
{
    border-radius: 2px;
}
.btn-group-map
{
    position: absolute;
    z-index: 1111;
    right: 1rem;
    top: 1rem
}
.btn-group-map>button
{
    width: 10rem
}
.btn-group .btn+.btn
{
    margin: 0
}
.btn-group-map>button.active
{
    background: #0bbce1 !important;
    color: white !important;
}
.title_device
{
    margin-bottom: 0.5rem;
}

.sweet-alert
{
    font-family: Museo Sans Cyrl;
}
.danger_report > .fa
{
    color: #a20025
}
.help_block_info
{
    position: absolute;
    top: 5px;
    right: 25px;
    color: #0bbce1;
}
audio
{
    display: none
}
#google_translate_element
{
    float: right;
    padding: 0 0.3rem;
    margin: 0.1rem 0.7rem;
    border: none !important;
    /* position: absolute;
    right: 180px; */
}
.goog-te-gadget-simple
{
    /* border-radius: 25px; */
    padding: 0.3rem 0.5rem !important; 
}
.skiptranslate
{
    height: 39px;
}
.goog-te-banner-frame
{
    position: relative;
    /* display: none; */
}
.up_devices_panel > .btn_back_header 
{
    margin-left: 1rem;
}
.select_head-cell-content
{
    float: left;
    width: 200px;
    margin-top: -2.5rem;
}
.hr-settings
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-group-settings
{
    padding-left: 15px;
    margin: 1rem 0;
}
.btn-group-device
{
    /* padding-left: 15px; */
    margin: 1rem 0;
}
.setting-label
{
    font-weight: 300;
}
.settings-page>.panel
{
    margin-left: 15px;
}
.debug
{
    display: none !important;
}
md-content.md-padding
{
    padding: 1rem 0;
}
md-select
{
    margin: 0;
    margin-bottom: 4px;
}
md-select-value
{
    color: white;
}
md-select .md-select-icon
{
    color: white;
}
.md-datepicker-input-container.md-datepicker-invalid
{
    border-bottom-color: inherit !important;
}
