.panel.panel-left.panel-reveal {
    background-color: transparent;
}

.floating-button {

}

i.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative;
    color: #898e91;
}

i.icon.icon-back {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-forward {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-bars {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%3E%3Cpath%20d%3D'M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
    font-size: 20px;
}

i.icon.icon-camera {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23333'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12'%20r%3D'3.2'%2F%3E%3Cpath%20d%3D'M9%202L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202H9zm3%2015c-2.76%200-5-2.24-5-5s2.24-5%205-5%205%202.24%205%205-2.24%205-5%205z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-next, i.icon.icon-prev {
    width: 25px;
    height: 25px
}

i.icon.icon-next {
    background-image: url("../img/btn-next.svg")
}

i.icon.icon-prev {
    background-image: url("../img/btn-prev.svg")
}

i.icon.icon-plus {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url("../img/btn-plus.svg");
}

i.icon.icon-close {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url("../img/btn-close.svg")
}

i.icon.icon-search {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url("../img/btn-search.svg")
}

body {
    background: rgba(255, 255, 255, 0.5);
}

.min-header {
    padding: 2px;
    border: none !important;
}

.right {
    float: right;
}

.min-tools-bar-tab {
    background: white;
}

.panel-left .list-block {
    margin: 0;
}

.navbar {
    background-color: white;
}

html.ios-gt-8 .navbar .center {
    font-weight: 500;
}

.toolbar a.active {
    color: teal;
}

.toolbar a.active i {
    color: teal;
}

i.icon-default-color {
    color: #3190a0 !important;
}

.content-block {
    padding: 0;
}

.page-on-center {
    box-shadow: none;
}

.min-list-block ul:after, .min-list-block ul:before, .min-list-block .item-inner:after {
    height: 0px;
}

.min-list-block ul li.active {
    color: white;
    background: teal;
}

.panel-left .active .fa-group {
    color: white;
}

.panel-left .active .min-current-balance {
    color: white;
}

.min-list-block ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(205, 201, 199, 0.2);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.panel-left {
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
}

.list-block .item-link .item-inner {
    background-size: 10px 15px;
}

.no-order {
    color: black;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-top: 45%;
    text-align: center;
}

.list-block, .item-detail {
    margin: 0;
}

.tab .list-block {
    background: white;
}

.order-list {
    background: none !important;
}

.delete-btn {
    background: #ff3b30 !important;
}

.panel-left .content-block {
    margin: 0;
}

.panel-left .content-block p.center {
    font-size: 15px;
    background: rgba(205, 201, 199, 0.2);
    display: block;
    padding: 4px;
    padding-left: 15px;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
}

.panel-left .list-block .item-content {
    height: 30px !important;
}

.panel-left .fa-group {
    color: #3190a0;
    padding-left: 3px;
    text-align: center;
}

.panel-left .min-current-balance {
    font-size: 11px;
    padding: 3px;
    color: #d60e0e;
}

.list-group.room-list ul .item-title {
    font-size: 15px;
}

.img-circle {
    border-radius: 50%;
}

.img50_50 {
    width: 50px;
    height: 50px;
}

.img30_30 {
    width: 30px;
    height: 30px;
}

.img35_35 {
    width: 35px;
    height: 35px;
}

.img60_60 {
    width: 60px;
    height: 60px;
}

.img80_80 {
    width: 80px;
    height: 80px;
}

#reportView .list-block .item-content {
    padding-left: 5px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.min-preloader {
    position: fixed;
    left: 46%;
    z-index: 9999;
    top: 50%;
}

.user-logo {
    text-align: center;
    padding-top: 10%;
}

.user-logo img {
    border: 1px solid white;
}

.content-block.min-user-detail-content {
    background: url("../img/4.png");
    padding: 0;
    margin: 0;
    min-height: 160px;
}

p.user-name {
    font-size: 18px;
    color: teal;
    padding: 0;
    margin: 0;
}

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

.min-total-cost, .min-current-balance {
    font-size: 14px;
    text-align: center;
}

.min-total-cost-label, .min-current-balance-label {
    font-size: 13px;
    text-align: center;
}

.min-coin-container {
    padding-bottom: 10px;
    padding-top: 10px
}

#reportView .content-block-title {
    text-transform: none;
    padding: 10px;
    margin: 0;
}

#reportView #report_content .list-block {
    margin-top: 0;
}

.pd-top-8 {
    padding-top: 8px !important;
}

.order-list .item-inner:after {
    height: 0px !important;
}

.order-list .item-media + .item-inner {
    margin-left: 3px;
}

.order-list .item-media {
    padding-left: 5px;
}

.order-list .item-header {
    margin-left: 3px;
}

.order-list ul li.card-content {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}

.hide {
    display: none !important;
}

.create-time {
    font-size: 12px;
}

.total-min-coin {
    padding-top: 0px;
}

.pd-left-10 {
    padding-left: 10px;
}

.min-history-detail {
    background: #cccccc;
}

.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
}

.facebook-card .card-header {
    display: block;
    padding: 10px;
}

.facebook-card .facebook-avatar {
    float: left;
}

.facebook-card .facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.facebook-card .facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.facebook-card .card-footer {
    background: #fafafa;
}

.facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.facebook-card .card-content img {
    display: block;
}

.facebook-card .card-content-inner {
    padding: 15px 10px;
}

.order-list .card {
    width: 100%;
    margin: 10px 5px;
}

.order-list .card-header {
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.swipeout-actions-right {
    z-index: 999;
}

.order-list .card-footer {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.order-list .time-line-content:after {
    height: 0px !important;
}

.preloader-indicator-modal {
    background: rgba(0, 0, 0, 0.2);
}

.bg-white {
    background: white !important;
}

/* Analytics Page */

.custom {
    width: 25%;
}

.activity {
    min-height: 120px;
    margin-top: 5px;
    padding: 5px 20px;
    position: relative;
    left: -20px;
    width: 85% !important;
}

.use-percentage {
    min-height: 150px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.cost {
    border-top: 8px solid #fadd99;
    background-color: #e08f50;
    min-height: 150px;
    margin-top: 10px;
    padding: 5px 20px;
    position: relative;
    left: -20px;
    width: 100%;
}

hr {
    background: #CCC;
    height: 1px;
}

.food-waste-heading {
    color: #444;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.consumed {
    position: absolute;
    top: 55px;
    left: 50px;
    z-index: 99;
    font-size: 20px;
}

.cost {
    color: #fff;
}

.cost h2, .cost h3 {
    font-weight: normal;
    margin: 5px 0;
}

.cost h2 {
    color: #fff;
    font-size: 18px;
}

.cost h3 {
    color: #ebc7ad;
    font-size: 14px;
}

.cost img {
    margin-left: 70px;
}

.amount {
    font-size: 48px;
    width: 36%;
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
}

.amount sup {
    font-size: 18px;
}

#chart_area {
    width: 140px !important;
    height: 140px !important;
}

ul.legend {
    float: right;
    width: 45%;
    font-size: 11px;
}

ul.legend li {
    list-style-type: none;
    margin-bottom: 8px;
}

ul.legend li span {
    padding: 5px 0 0 18px;
    margin-right: 5px;
}

ul.legend li span.blue {
    background: #6aa9d4;
}

ul.legend li span.yellow {
    background: #f1e786;
}

ul.legend li span.orange {
    background: #e08f50;
}

ul.legend li span.teal {
    background: #6ad4b0;
}

ul.legend li span.red {
    background: #dc5655;
}

#line_chart_month {
    background: white;
}

#room_content .user-logo {
    padding-top: 5%;
}

#room_content .content-block.min-user-detail-content {
    min-height: 135px;
}

#room_content p.title {
    background: #f9f9f9;
    padding: 5px;
    text-align: center;
}

#room_content .min-coin-container {
    padding-bottom: 15px;
}

#room_content .room-report-info {
    padding-left: 5px;
    padding-right: 5px;
}

.pd-top-30 {
    padding-top: 30px !important;
}

.color-teal {
    color: teal;
}

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

.mg-top-20 {
    margin-top: 20px !important;
}

.pd-top-1 {
    padding-top: 1px;
}

.pd-10 {
    padding: 10px;
}

#search-report-content .item-media {
    min-width: 80px;
}

.setting-page .item-content {
    border: none;
}

.setting-page .language > i {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: 13px;
}

.setting-page .language {
    background-color: #c72380;
}

.setting-page .item-media {
    border-radius: 50%;
}

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

.upload-avatar {
    position: absolute;
    bottom: 30px;
    left: 53%;
    width: 30px;
    height: 30px;
    font-size: 18px !important;
}

.floating-button-container {
    position: absolute;
    right: 16px;
    bottom: 100px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 1500;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    background-color: #2196f3;
    color: #fff;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.login {
    position: relative;
    background: #fff;
}

.legend {
    position: relative;
    width: 100%;
    display: block;
    background: #FF7052;
    padding: 15px;
    color: #fff;
    font-size: 20px;
}

.legend:after {
    content: "";
    background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 152px -16px;
    opacity: 0.06;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.input {
    position: relative;
    width: 90%;
    margin: 20px auto;
}

.input span {
    position: absolute;
    display: block;
    color: #d4d4d4;
    left: 10px;
    top: 8px;
    font-size: 20px;
}

.input input {
    width: 100%;
    padding: 17px 5px 16px 41px;
    display: block;
    border: 1px solid rgba(66, 58, 58, 0.2);
    border-top: none;
    border-radius: 2px 2px 5px 5px;
    transition: 0.2s ease-out;
    font-size: 16px;
    color: #a1a1a1;
    box-sizing: border-box;
    box-shadow: none;
}

.input input:focus {
    padding: 17px 5px 17px 10px;
    outline: 0;
    border-color: #FF7052;
}

.input .fa {
    line-height: 33px;
    font-size: 22px;
    color: #FF7052;
}

.register .input .fa {
    line-height: 26px;
}

.register .input input {
    border-radius: 5px;
}

.submit {
    width: 55px;
    position: relative;
    height: 55px;
    display: block;
    margin: 0 auto -20px auto !important;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #FF7052;
    color: #FF7052;
    box-sizing: border-box;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 13px #fff;
    transition: 0.2s ease-out;
}

.views .copyright > a {
    display: inline-block;
    color: #909090;
    padding-left: 44px;
}

.views .login-input-content {
    padding-bottom: 50px;
}

.flash-error {
    background: red;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 99999;
}

#flash_close_btn {
    position: fixed;
    right: 5px;
    width: 25px;
    font-size: 18px;
    line-height: 28px;
}

html, body {
    height: 100%;
}

.notifications {
    background: rgba(0, 0, 0, .75) !important;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
    transform: scale(1.1);
    filter: url(#shadow);
}
#chartdiv {
    width: 100%;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dotted rgba(196, 196, 196, 0.41);
    border-bottom: 1px dotted rgba(196, 196, 196, 0.41);
    background-image: linear-gradient(-11deg, #FFF -29%, #f1f1f1 204%);
}

.amcharts-chart-div a {
    display: none !important;
}

.action img {
    background: transparent;
    width: 50%;
}
a.action {
    width: 100%;
    display: inline-block;
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
    height: auto;
    border-left: 1px dotted #ccc;
}
.action p {
    color: #929292;
    margin-top: 10px;
    margin-bottom: 0;
}
.action.first{
    border: none;
}
.red-color{
    color: red;
}
#dashboardView .navbar {
    background-image: linear-gradient(-271deg, #ff405f 10%, #ff4337 47%);
}

#dashboardView .navbar a{
    color: white;
}

/*iphone 5*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    #chartdiv {
        height: 160px;
    }
    a.action {
        padding-top: 23px;
        padding-bottom: 16px;
    }
}

/*Iphone 4*/
@media screen and (device-aspect-ratio: 2/3) {
    #chartdiv {
        height: 160px;
    }
    a.action {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .action img {
        width: 34%;
    }
}
/*iPhone 6*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px){
    #chartdiv {
        height: 205px;
    }
    a.action {
        padding-top: 25px;
        padding-bottom: 27px;
    }
}

/*Galaxy s5*/
@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px){
    #chartdiv {
        height: 210px;
    }
}


/*LG Nexus 4*/
@media only screen
and (min-device-width : 384px)
and (max-device-width : 640px){
    #chartdiv {
        height: 196px;
    }
    a.action {
        padding-bottom: 15px;
    }
}
/*LG Nexus 6*/
@media only screen
and (min-device-width : 412px)
and (max-device-width : 732px){
    #chartdiv {
        height: 250px;
    }
    a.action {
        padding-bottom: 33px;
    }
}

/*iPhone 6 Plus*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px){
    #chartdiv {
        height: 220px;
    }
    a.action {
        padding-top: 37px;
        padding-bottom: 33px;
    }
}


#search-history-content .item-media{
    min-width: 30%;
}