/* --- Only edit in MASTER branch -- */

.account-settings {
    box-shadow: 1px 15px 10px #bfbfbf8c;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    z-index: 20;
    position: absolute;
    right: 0;
    top: 60px;
    width: 150px;
    background: white;
}

body {
    font-family: 'Lato', sans-serif;
}

.button {
    border: none;
    border-radius: 100px;
    font-size: 14px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.button:disabled, .input:disabled {
    opacity: 0.5;
}

.button.orange {
    background: #e9640d;
    color: #fff;
    border: none;
    transition: all 0.2s;
}

.button.orange:hover {
    background: #ff8300c4;
}

.button.orange:disabled:hover {
    background: #ff8300;
}

.button.glass {
    background: #4242428a;
    border: 1px solid #cccccc5c;
    color: white;
    transition: all 0.2s;
}

.button.glass:hover {
    background: #0000008a;
}

.button-popup-confirm {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.checkbox-show-connected-devices {
    margin: auto;
    margin-right: 15px;
}

.dflex {
    display: flex;
}

.device-list {
}

.device-list-options {
    display: flex;
    margin: auto;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 5px;
}

.device-list-seekbar {
    display: flex;
    flex-direction: column;
}

.device-list-search-input {
    border: none;
    background: none;
    flex: 1;
    padding: 10px;
}

.device-list-search-icon {
    margin: auto;
    margin-right: 0px;
    font-size: 24px;
    color: #534d4d;
    padding: 10px;
    background: lightgray;
}

.wrapper-device-list-search {
    background: #d3d3d34a;
    border: 1px solid #bdbcbc;
    border-radius: 5px;
    flex: 1;
    margin-bottom: 0;
    padding: 0;
}

.amargin {
    margin: auto;
}

.hmargin-0 {
    margin-left: 0;
    margin-right: 0;
}

.hmargin-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.hmargin-5.left {
    margin-left: 5px;
    margin-right: 0;
}

.hmargin-5.right {
    margin-left: 0;
    margin-right: 5px;
}

.hmargin-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.hmargin-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.hmargin-15.left {
    margin-left: 15px;
    margin-right: 0;
}

.hmargin-15.right {
    margin-left: 0;
    margin-right: 15px;
}

.hmargin-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.hmargin-20.left {
    margin-left: 20px;
    margin-right: 0;
}

.hmargin-20.right {
    margin-left: 0;
    margin-right: 20px;
}

.hmargin-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.hmargin-25.left {
    margin-left: 25px;
    margin-right: 0;
}

.hmargin-25.right {
    margin-left: 0;
    margin-right: 25px;
}

.hmargin-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.hmargin-30.left {
    margin-left: 30px;
    margin-right: 0;
}

.hmargin-30.right {
    margin-left: 0;
    margin-right: 30px;
}

.horizontal-line {
    border-bottom: 1px solid #ff54005e;
}

.horizontal-line.light {
    opacity: 0.6;
}

.horizontal-line.glass {
    border-bottom: 1px solid #cccccc5c;
}

.horizontal-line.grey {
    border-bottom: 1px solid #d0d0d0;
}

.link  {
    cursor: pointer;
    color: #ff5400;
}

.link.glass {
    color: white;
}

.link-logout {
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-right: 0;
    font-size: 48px;
    color: #e9640d;
}

.navbar-hmenu {
    display: none;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    color: #e9640d;
    cursor: pointer;
}

.navbar-hmenu.visible {
    display: flex;
}

.wrapper-info-item-title {
    display: flex;
}

.wrapper-navbar-selector {
    display: none;
}

.icon-navbar-selector {
    font-size: 15px;
    margin: auto;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 16px;
}

.icon-search-options {
    color: #4d4d4d7a;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 2px;
}

.input {
    background: #ff830017;
    color: #4f4f4f;
    border: 1px solid #ff54005e;
    border-radius: 100px;
    padding: 8px;
    padding-left: 10px;
}

.indicator-info-item-title {
    background: green;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 9px;
    display: none;
}

.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider {
    position: absolute;
    cursor: pointer;
    height: 28px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ff761b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}

.text {
    color: black;
}

.orange {
    color: #e9640d;
}

.dark {
    color: #4d4d4d;
}

.text.bold {
    font-weight: bold;
}

.text-info {
    padding: 10px;
    padding-left: 20px;
    padding-top: 20px;
}

.vertical-line {
    border-left: 1px solid #ff54005e;
}

.vertical-line.glass {
    border-left: 1px solid #cccccc5c;
}

.vertical-line.grey {
    border-left: 1px solid #d0d0d0;
}

.vmargin-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.vmargin-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.vmargin-5.bottom {
    margin-bottom: 5px;
    margin-top: 0;
}

.vmargin-5.top {
    margin-bottom: 0;
    margin-top: 5px;
}

.vmargin-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.vmargin-10.bottom {
    margin-bottom: 10px;
    margin-top: 0;
}

.vmargin-10.top {
    margin-bottom: 0;
    margin-top: 10px;
}

.vmargin-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.vmargin-15.bottom {
    margin-bottom: 15px;
    margin-top: 0;
}

.vmargin-15.top {
    margin-bottom: 0;
    margin-top: 15px;
}

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

.vmargin-20.bottom {
    margin-bottom: 20px;
    margin-top: 0;
}

.vmargin-20.top {
    margin-bottom: 0;
    margin-top: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.label-info-item-title {
    color: #4d4d4d;
    font-weight: bold;
    margin: auto;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.label-info-item-text {
    color: #717171;
    margin: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.label-search-options {
    color: #8b8b8b;
    font-size: 15px;
    margin: auto;
    margin-right: 0px;
    margin-top: 1px;
}

.label-navbar-selector {
    margin: auto;
    margin-left: 25px;
    margin-right: 10px;
}

.info-item {
    padding: 10px;
    padding-left: 20px;
    margin-top: 2px;
}

.list-item {
    border-radius: 4px;
    background: lightgrey;
    cursor: pointer;
}

.link-popup-back {
    position: absolute;
    right: 0;
    padding: 15px;
    font-size: 20px;
}

.product-icon {
    height: 45px;
    margin: auto;
    margin-left: 6px;
}

.product-info-title {
    font-size: 20px;
    color: black;
    font-family: 'Lato',
    sans-serif;
    font-weight: bold;
}

.product-info-slogan {
    height: 12px;
    width: 100px;
    margin-left: auto;
    margin-right: 2px;
    margin-top: 0px;
    background: url("../image/logo-embelin-black.png");
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-position-x: right;
}

.popup-title-text {
    margin: auto;
    margin-left: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #696969;
}

.wrapper-device-list-options {
	height: 25px;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
    overflow-y: hidden;
}

.wrapper-navbar {
    box-shadow: 1px 1px 10px #bfbfbf8c;
    height: 60px;
    padding: 10px;
    max-height: 45px;
    display: flex;
    background: white;
    z-index: 10;
    position: relative;
}

.wrapper-popup {
    background: white;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    top: 25px;
    overflow: hidden;
    height: 100%;
}

.wrapper-popup-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.wrapper-popup-header {
    display: flex;
    height: 50px;
}

.wrapper-popup-background {
    background: #000000d6;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 150;
}

.wrapper-product-info {
    display: flex;
    margin-left: 10px;
}

.wrapper-product-info-text {
    display: flex;
    flex-direction: column;
}

.wrapper-tab-item {
    display: flex;
    flex: 1;
}

.wrapper-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #bfbfbf8c;
    display: flex;
    flex-direction: column;
}

.wrapper-tab-bar {
    display: flex;
    flex-direction: row;
    min-height: 45px;
}

.wrapper-device-list-search-input {
    display: flex;
    border-bottom: 1px solid #bdbcbc;
}

.tab-bar-spinner {
    display: none;
    font-size: 24px;
    height: 25px;
    width: 25px;
    margin: auto;
    margin-right: 10px;
}

.tab-item {
    padding: 10px;
    color: grey;
}

.tab-item.selected {
    color: #e9640d;
}

.tab-page {
    opacity: 0;
    transition: 0.2s all;
    position: absolute;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tab-page.visible {
    opacity: 1;
}

.spinner-login {
    opacity: 0;
    position: absolute;
    animation: rotate 1.5s linear infinite;
    transition: 0.2s all;
    font-size: 17px;
    margin-left: 3px
}

.spinner-login.visible {
    opacity: 1;
}

.label-login-button {
    margin: auto;
    transition: 0.2s all;
}

.button-login {
    transition: 0.2s all;
    position: relative;
    display: flex;
}

.wrapper-dropdown {
    border-top: none;
    box-shadow: 0px 0px 6px 4px #bfbfbf8c;
    background: white;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 10px;
    margin-right: 0px;
    margin-top: 0;
    min-width: 200px;
    border-radius: 5px;
    top: -500px;
    transition: 0.2s all;
}

.wrapper-dropdown.moved-in {
    top: 75px;
}

.wrapper-dropdown-item {
    padding: 8px;
    display: flex;
    cursor: pointer;
}

.wrapper-dropdown-item:hover {
    background: lightgray;
}

.wrapper-dropdown-item.hidden {
    display: none;
}

.wrapper-dropdown-item-area {
    border-radius: 5px;
    overflow: hidden;
}

.promotional {
    padding: 15px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 500px) {
    .hide-small {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vmargin-small-10 {
        margin-bottom: 10px;
    }

    .wrapper-product-info {
        margin-left: 0;
    }
}
