/*
 * Base structure
 */

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  /*display: none;*/
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/************************  D A S H B O A R D  *************/

.report-title {
    margin: 0 0 20px;
    font-size: 18px;
    color: #748282;
    text-transform: uppercase;
    line-height: 120%;
    border: none;
    background: none;
}

.report-screen-time-total-time,
.report-screen-time-pick-ups {
    text-align: center;
    padding-top: 10px;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 10px;
}
.report-pickups-count-desc,
.report-screen-time-desc{
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
}
.report-screen-time-unit {
    font-size: 20px;
    font-weight: 300;
}
.report-screen-time-red {
    color: red;
}
.report-screen-time-green {
    color: green;
}

body > .wrap.dashboard {
    background: #f6f6f5;
}

#dashboard {
    /*background: #f6f6f5;*/
    /*border-top: 1px solid #d8d8d6;*/
    /*padding: 0;*/
    /*padding: 25px 0;*/
}

#dashboardTiles {
    font-size: 0px;
    margin: 0 0 20px;
}

#dashboardTiles .icon {
    font-family: Roboto,  Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 19.2%;
    margin: 0 1% 0 0;
    font-size: 13px;
    color: #fff;
    background: #f67451;
    display: inline-block;
    height: 80px;
    padding: 0 10px;
    vertical-align: top;
    text-align: right;
    cursor: pointer;
    border-radius: 5px;
}
#dashboardTiles .icon:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#dashboardTiles .icon:last-child {
    margin-right: 0px;
}

#dashboardTiles .icon .number {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 4px 0 11px;
}

#dashboardTiles .icon1 {
    background: #f67451 url("../img/bg_icon1.png") left bottom no-repeat;
}

#dashboardTiles .icon2 {
    background: #4fc2a6 url("../img/bg_icon2.png") left bottom no-repeat;
}

#dashboardTiles .icon3 {
    background: #64B5F6 url("../img/bg_icon3.png") left bottom no-repeat;
}

#dashboardTiles .icon4 {
    background: #578ebe url("../img/bg_icon4.png") left bottom no-repeat;
}

#dashboardTiles .icon5 {
    background: #8775a7 url("../img/bg_icon5.png") left bottom no-repeat;
}

#dashboardReports {
    font-size: 0px;
}

#dashboardReports .report {
    border-radius: 5px;
    background: #fff;
    width: 49%;
    margin: 0 2% 20px 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 0;

    -webkit-box-shadow: 1px 2px 5px 0px #989898;
    -moz-box-shadow: 1px 2px 5px 0px #989898;
    box-shadow: 1px 2px 5px 0px #989898;
}

#dashboardReports .report .title {
    font-size: 22px;
    color: #748282;
    /*border-bottom: 1px solid #dfe3e4;*/
    padding: 0 0 10px;
    margin: 0 10px;
    position: relative;
}

#dashboardReports .report .action {
    float: right;
    display: inline;
    margin-top: -5px;
}

#dashboardReports .report .jq-report {
    background: url("../img/zoom.png") center center no-repeat;
    display: block;
    position: absolute;
    top: -5px;
    right: 0px;
    width: 30px;
    height: 30px;
    outline: none;
}

#dashboardReports .report .jq-report:hover {
    opacity: 0.8;
}

#dashboardReports .report .report-content {
    height: 220px;
    padding: 0 15px;
    font-size: 16px;
    color: #272727;
    line-height: 120%;
    position: relative;
}

#dashboardReports .report .map-report {
    padding: 0px;
    position: relative;
}

#dashboardReports .report #map-report {
    height: 221px;
    width: 100%;
    margin: -1px 0 0 0;
}

#dashboardReports .report .map-phone {
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 16px;
    color: #fff;
    background: #f67451;
    padding: 8px;
    border-radius: 5px;
}

#dashboardReports .report .map-phone:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 22px solid #f67451;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 100%;
    left: 25px;
}

#dashboardReports .report .map-phone:last-child {
    top: 130px;
    left: 130px;
}

#dashboardReports .report .item {
    border-bottom: 1px solid #dfe3e4;
    padding: 12px 0 15px;
    margin: 0px;
    line-height: 26px;
}

#dashboardReports .report .item .title-mini {
    font-size: 18px;
    color: #a6a6a6;
}

#dashboardReports .report .item a {
    font-size: 16px;
    color: #272727;
    text-decoration: underline;
}

#dashboardReports .report .item a:hover {
    text-decoration: none;
}

#dashboardReports .report .item span {
    font-size: 16px;
    color: #272727;
}

#dashboardReports .report .item i {
    font-family: Roboto,  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #a6a6a6;
    background: #efefee;
    display: inline-block;
    border-radius: 50%;
    height: 26px;
    min-width: 26px;
    text-align: center;
    margin-left: 5px;
}

.tt-tabs2 .index-tabs {
    background: none;
    border: none;
    text-align: right;
    padding: 0 15px;
    /*margin: -1px 0 0 0;*/
    margin: 0;
    z-index: 2;
    position: relative;
}

.tt-tabs2 .index-tabs span {
    float: none;
    display: inline-block;
    font-size: 16px;
    color: #748282;
    padding: 5px 0;
    margin: 0 0 0 10px;
    background-color: white;
}

.tt-tabs2 .index-tabs span:hover {
    color: #64B5F6;
}

.tt-tabs2 .index-tabs .active-ttab {
    color: #64B5F6;
    border-bottom: none;
    border-top: 3px solid #64B5F6;
}

.tt-tabs2 .index-panel {
    height: 175px;
    padding: 0 15px;
/*    top: -35px; для отчётов на dashboard 
    margin-top: 35px; */
}

.reports-bg {
    background: rgba(0,0,0,0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

/* NEW by compman */

.report .item .title-mini a.route {
	text-decoration: none;
	color: #748282;
	font-weight: bold;
}
.report .item .title-mini a.route:hover {
	text-decoration: underline;
}

.zoomed .leaflet-top, .zoomed .leaflet-bottom {
    z-index: 998;
}

/* drawDoughnutChart */
.chart {
    position: relative;
    float: left;
/*    width: 326px;*/
    width: 220px;
    height: 220px; 
    max-width: 100%;
}
.report-absolute .chart {
    zoom: 3.5;
}
.report-absolute .chartLegends {
    position: absolute;
    top: 0;
    right: 0;
}
.doughnutTip {
  position: absolute;
  z-index: 10001;
  min-width: 30px;
  max-width: 350px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  &::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(0,0,0,.7);
      line-height: 0;
  }
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  /*
  color: #d5d5d5;
  color: black;
*/
  color: #748282;
  text-align: center;
  /*text-shadow: 0 -1px 0 #111;*/
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40%;
  font-size: 22px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 10%;
  font-size: 55px;
}
.chart path:hover { opacity: 0.65; }

.chartLegends {
    position: relative;
    height: calc(100% - 30px);
    width: 200px;
    float: right;
    margin-top: 20px;
}
.chartLegends li {
    clear: both;
    position: relative;
    padding-right: 50px;
    margin-bottom: 6px;    
}
.chartLegends li > span{
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}

/* Click zoom */

#dashboardReports {
    position: relative;
    margin: 0 -1%;
}
#dashboardReports .report:nth-child(even){
    margin: 0 1% 20px;
}
#dashboardReports .report{
    width: 48%;
    margin: 0 1% 20px;
}
.report-absolute{
    position: absolute;
    z-index: 10000;
    width: 98% !important;
    height: 98% !important;
    top: 0px !important;
    left: 0px !important;
}
.report-absolute .report-content{
    height: 96% !important;
}
.report-absolute .tt-tabs2{
    height: 100%;
}
.report-absolute .tt-tabs2 .index-panel{
    height: 95%;
}
.report-absolute #map-report{
    height: 100% !important;
}
.report-absolute .jq-report-content{
    height: 97% !important;
}
.report-absolute .jq-report {
    background: url("../img/unzoom.png") center center no-repeat !important;
}

.dashboard-toggle {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .dashboard-toggle {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.contest-desktop {
    display: block;
}
.contest-mobile {
    display: none;
}
@media (max-width: 768px) {
    .contest-desktop {
        display: none;
    }
    .contest-mobile {
        display: block;
        margin-top: 5px;
    }
}
/***********************/

.report-dummy {
    font-family: Roboto,  Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #272727;
    text-align: center;
    line-height: 35px;
    background: rgba(246,246,246,0.9);
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    height: 100%;
    display: none;
    position: relative;
    /*padding: 66px 0;*/
    height: 220px;
}
.report-dummy > .error-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
@media (max-width: 768px) {
    #dashboardTiles .icon {
        display: inline-block;
        width: 100%;
        margin: 5px 0;        
    }
}
#gallery-overlay-bg {
    display: none;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: black;
    opacity: 0.9;
    z-index:10000;
}

#gallery-overlay {
    display: none;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:10001;
}

.gallery-viewer-right,
.gallery-viewer-left {
    color: white;
    width: 45px;
    font-size: 30px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    display: none;
}
.gallery-viewer-right {
    right: 0;
}
.gallery-viewer-right:hover,
.gallery-viewer-left:hover {
    opacity:1;
}

.gallery-viewer-title {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: white;
    padding-top: 20px;
}

.gallery-viewer {
    margin-left:45px;
    margin-right:45px;
    margin-top:45px;
}

@media (max-width: 768px) {
    .gallery-thumbnails,
    .gallery-viewer-right,
    .gallery-viewer-left{
        display: none!important;
    }
    .gallery-viewer {
        margin-left:0;
        margin-right:0;
    }
}


.gallery-viewer-controls a:hover {
    opacity: 1;
}
.gallery-viewer-controls a {
    color: white;
    opacity: 0.7;
}
.gallery-viewer-controls {
    font-size: 30px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
}

.gallery-image {
    max-height: 768px;
    max-width: 1024px;
    margin: auto;
}

@media (max-width: 768px) {
    .gallery-image {
        max-height: 768px;
        max-width: 768px;
    }

}

.gallery-image-container {
    height: 768px;
    width: 1024px;
}

.gallery-thumbnails {
    position: fixed!important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.gallery-thumbnail {
    height:100px;
    margin: auto;
    border: solid 1px #464646;
    border-radius: 3px;
}

.gallery-viewer-loading-message {
    color: white;
    font-size: 18px;
    text-align: center;
}
.alarm-panel {
    position: relative;
    display: none;
    margin-left: 0;
    margin-right: 0;
    background: #b73636;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -12px;
    padding: 12px;
    color: white;
    -webkit-box-shadow: 1px 2px 5px 0px #989898;
    -moz-box-shadow: 1px 2px 5px 0px #989898;
    box-shadow: 1px 2px 5px 0px #989898;
}
.alarm-panel:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .alarm-panel {
        margin-top: -6px;
    }
}

.alarms-main-panel{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 10px;
}

.alarms-text{
    order: 1;
    flex-grow: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b74545;
}

.alarms-expand-collapse a{
    color: #b74545;
}
.alarms-expand-collapse{
    order:2;
    flex-grow: 1;
    text-align: right;
    padding-top: 5px;
}

.alarm-content {
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.alarmItem:hover{
    opacity: 1;
    background: #f1dfdf;
}
.alarmItem {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    opacity: 0.9;
}
.alarmItemIcon {
    order: 1;
    margin-left: 10px;
}
.alarmItemAction{
    order: 2;
    margin-right: 10px;
    margin-top: 10px;
}
.alarmItemActionButton {
    float: right;
    margin: 5px;
}

.alarm-panel-close a:hover,
.alarm-panel-close a:focus,
.alarm-panel-close a{
    position: absolute;
    right: 6px;
    top: 6px;
    color: white;
}

.alarm-open-button:hover,
.alarm-open-button:focus,
.alarm-open-button {
    font-weight: 600;
    text-decoration: none;
    color: white;
}
.alarm-open-button-span:hover{
    background: #D25D5D;
    border-radius: 5px;
}
.alarm-open-button-span{
    padding: 5px;
}

.alarm-item-holder{
    background: white;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;

    -webkit-box-shadow: 1px 2px 5px 0px #989898;
    -moz-box-shadow: 1px 2px 5px 0px #989898;
    box-shadow: 1px 2px 5px 0px #989898;
}

.alarm-app-icon{
    width: 100px;
    height: 100px;
    margin: 10px;
}

.alarm-app-name{
    position: relative;
    top: 10px;
    font-weight: 500;
}
.alarm-app-rate{
    position: relative;
    top: 20px;
}
.alarm-type{
    font-weight: 500;
    color: #748282;
}
a.alarm-control-button{
    white-space: nowrap;
    display: inline-block;
}
.gmode-profile-card{
    background: white;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;

    -webkit-box-shadow: 1px 2px 5px 0px #989898;
    -moz-box-shadow: 1px 2px 5px 0px #989898;
    box-shadow: 1px 2px 5px 0px #989898;

    display: flex;
    justify-content: space-between;s
}

.gmode-profile-name{
    font-weight: 500;
    line-height: 20px;
}

.gmode-profile-block {
    display: block;
    flex-grow: 2;
    width: 100%;
    padding-left: 10px;
}

.gmode-profile-mode {
    color: green;
}

.gmode-profile-inactive{
    color: red;
}

.gmode-profile-inactive a{
    display: inline-block;
    margin-top: 10px;
}
.parents-item-holder{
    background: white;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;

    -webkit-box-shadow: 1px 2px 5px 0px #989898;
    -moz-box-shadow: 1px 2px 5px 0px #989898;
    box-shadow: 1px 2px 5px 0px #989898;
}

.parents-container{
    display: flex;
    justify-content: space-between;
}
.parents-descr{
    flex-grow: 2;
}
.parents-control-buttons{
    margin-top: 10px;
}
.parents-control-buttons a{
    display: inline-block;
    position: absolute;
    bottom: 10px;
}
.parents-user-remove:hover,
.parents-user-remove:focus,
.parents-user-remove{
    text-align: center;
    display: block;
    color: black;
}

.parents-invite-block{
    position: relative;
    margin-bottom: 15px;
}

.parents-invite-input {
    border: 1px solid #dadada;
    background: #fff;
    height: 32px;
    width: 100%;
    padding-left: 5px;
}

.parents-invite-button{
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    width: 105px;
}

.parents-bottom-margin {
    margin-bottom: 20px;
}
.twofactor-status-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.twofactor-padding-top {
  padding-top: 10px;
}

.twofact-icon {
  order: 1;
  vertical-align: middle;
}

.twofact-static-text,
.twofact-sms-text,
.twofact-ga-text,
.twofact-email-text,
.twofactor-status-text {
  order: 2;
  flex-grow: 2;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
}

.twofact-sms-text,
.twofact-ga-text,
.twofact-email-text {
  padding-top: 25px;
}

.twofact-static-text {
  padding-top: 18px;
}

.twofactor-button {
  order: 3;
  position: relative;
}

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

.twofactor-icon-font {
  font-size: 50px;
  padding: 10px;
  color: #757575;
  width: 70px;
  height: 70px;
}

.twofactor-bg {
  background: #424242;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  opacity: 0.5;
}

.twofactor-popup {
  background: #fff;
  width: 360px;
  margin: auto;
  border-radius: 10px;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.twofactor-modal-x {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid #2f77ee;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  color: #2f77ee;
}

.twofactor-buttons {
  text-align: center;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.confirm-text-title {
  display: block;
  color: #757575;
  margin-top: 20px;
  font-size: 20px;
}

.confirm-text {
  display: block;
  color: #757575;
  margin-bottom: 20px;
  font-size: 14px;
}

.twofactor-fixed-button {
  width: 100px;
}

.twofactor-hint {
  font-size: 14px;
}

.twofactor-modal-title {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  color: #757575;
}

.twofactor-modal-descr {
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  color: #757575;
}

.twofactor-otp-qrcode {
  text-align: center;
  font-size: 50px;
}

.twofactor-error-alert {
  display: none;
  border: solid 1px #D1694E;
  border-radius: 3px;
  background: #ffeef7;
  color: #D1694E;
  padding: 10px;
  margin-top: 10px;
}

.twofactor-recovery-code-block {
  margin: 10px;
  border: solid 1px #757575;
  border-radius: 3px;
  background: #ece9fa;
  color: #757575;
  padding: 10px;
}

.twofactor-icon-enabled {
  color: #4fb55b;
}

.twofactor-header {
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  display: block;
  margin-left: 18px;
}

.towfactor-button-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
#notifier {
    bottom: 24px;
    left: 24px;
    position: fixed;
    z-index: 2000;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
}

.notifier-message {
    background-color: #404040;
}
.notifier-error {
    background-color: #b73636;
}
.notifier-warning {
    background-color: #e26800;
}
.notifier-container {
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    color: #fff;
    display: inline-block;
    line-height: 20px;
    margin-top: 8px;
    padding: 16px;
    transition: opacity 200ms,-webkit-transform 300ms cubic-bezier(0.165,0.840,0.440,1.000);
    white-space: nowrap;
    z-index: 45;

    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.notifier-close {
    display: inline-block;
    line-height: 20px;
    margin: 0 5px 0 18px;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.modal-bg {
    background: #424242;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    opacity: 0.85;
}

.modal-base {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    top: 10%;
    right: 0;
    left: -8px;
}

.modal-finance-screenmirror-unsubscribe,
.modal-finance-screenmirror_subscribe,
.modal-finance-gallery_subscribe,
.modal-finance-change-card,
.modal-finance-unsubscribe,
.modal-finance-gallery-unsubscribe,
.modal-finance-coupon,
.modal-finance-stripe-done,
.modal-finance-stripe-error,
.modal-finance-stripe-progress,
.modal-finance-method,
.modal-finance-stripe,
.modal-finance-promo{
    background: #fff;
    width: 360px;
    /*height: 245px;*/
    margin: auto;
    display: none;
    border-radius: 10px;
}
.modal-finance-stripe {
    /*height: 430px;*/
}
.modal-finance-change-card {
    /*height: 430px;*/
}
.modal-finance-gallery_subscribe {
    /*height: 310px;*/
}

.modal-finance-logo {
    float: left;
    width: 80px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}

.modal-finance-method {
    /*height: 230px;*/
}

.modal-finance-stripe-progress {
    /*height: 200px;*/
}

.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 18px;
}
.modal-close:hover{
    text-decoration: none;
}
.modal-title {
    padding: 8px;
    text-align: center;
    /*margin: 0 0 10px;*/
    font-size: 18px;
}
.modal-text {
    font-size: 14px;
    padding: 0 20px;
    color: #777;
    line-height: 120%;
    margin: 0 0 10px;
}
.modal-finance-stripe-title {
    height: auto;
    padding-top: 0;
}

.modal-btn{
    text-align: center;
    margin-bottom: 10px;
}
.modal-btn a{
    display: inline-block;
    width: 45%;
    margin: 0 1%;
}

.modal-content {
    border-radius: 0px;
    background: #f6f6f5;
    border: 1px solid #929292;
    border-bottom: 10px solid #929292;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: auto !important;
    }
}

.modal-avatar,
.modal-icloud-association,
.modal-youtube-association{
    background: #fff;
    width: 360px;
    margin: auto;
    display: none;
    border-radius: 10px;
}

.modal-social-logo {
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

.modal-social-title {
    padding-top: 0;
    margin-bottom: 10px;
}
.modal-icloud-title{
    padding-top: 0;
}

.modal-social-text {
    font-size: 14px;
    font-weight: 400;
}

@charset "UTF-8";
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("../fonts/opensans-extrabolditalic.eot");
  src: url("../fonts/opensans-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic.woff") format("woff"), url("../fonts/opensans-extrabolditalic.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic.svg#open_sansextrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold_italic";
  src: url("../fonts/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.ttf") format("truetype"), url("../fonts/opensans-semibolditalic.svg#open_sanssemibold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype"), url("../fonts/opensans-italic.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold_italic";
  src: url("../fonts/opensans-bolditalic.eot");
  src: url("../fonts/opensans-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic.woff") format("woff"), url("../fonts/opensans-bolditalic.ttf") format("truetype"), url("../fonts/opensans-bolditalic.svg#open_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("../fonts/opensans-extrabold.eot");
  src: url("../fonts/opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold.woff") format("woff"), url("../fonts/opensans-extrabold.ttf") format("truetype"), url("../fonts/opensans-extrabold.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight_italic";
  src: url("../fonts/opensans-lightitalic.eot");
  src: url("../fonts/opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic.woff") format("woff"), url("../fonts/opensans-lightitalic.ttf") format("truetype"), url("../fonts/opensans-lightitalic.svg#open_sanslight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "segoe";
  src: url("../fonts/SEGOEUISL.eot");
  src: local("☺"), url("../fonts/SEGOEUISL.woff") format("woff"), url("../fonts/SEGOEUISL.ttf") format("truetype"), url("../fonts/SEGOEUISL.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("../fonts/museocyrl-100-webfont.eot");
  src: url("../fonts/museocyrl-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museocyrl-100-webfont.woff") format("woff"), url("../fonts/museocyrl-100-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("../fonts/museocyrl-300-webfont.eot");
  src: url("../fonts/museocyrl-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museocyrl-300-webfont.woff") format("woff"), url("../fonts/museocyrl-300-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("../fonts/museocyrl-500-webfont.eot");
  src: url("../fonts/museocyrl-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museocyrl-500-webfont.woff") format("woff"), url("../fonts/museocyrl-500-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museosanscyrl_100-webfont.eot");
  src: url("../fonts/museosanscyrl_100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl_100-webfont.woff") format("woff"), url("../fonts/museosanscyrl_100-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museosanscyrl_300-webfont.eot");
  src: url("../fonts/museosanscyrl_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl_300-webfont.woff") format("woff"), url("../fonts/museosanscyrl_300-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museosanscyrl_500-webfont.eot");
  src: url("../fonts/museosanscyrl_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl_500-webfont.woff") format("woff"), url("../fonts/museosanscyrl_500-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  /*overflow-x: hidden;*/
  width: 100%;
  z-index: -2;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
textarea {
  border-radius: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.wrap {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  padding-bottom: 153px;
  background: #f6f6f5;
  margin: 0;
}

header {
  display: none;
  background: #2f77ee;
  font-family: Roboto, sans-serif;
  transition: all ease 0.3s;
}

.cta-panel {
  background: #3ab16e;
  color: white;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cta-panel {
    padding: 10px;
    font-size: 14px;
    font-weight: 200;
  }
}
.cta-panel-bold {
  font-weight: 600;
}

.cta-button-upgrade {
  background: white;
  color: #3ab16e;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-weight: 400;
}

.logo img {
  margin-top: 20px;
  width: 220px;
}

.topMenu:after {
  content: " ";
  display: table;
}

.topMenu:after {
  clear: both;
}

.topMenu {
  *zoom: 1;
}

.topMenu {
  list-style: none;
  margin: 0px;
  display: flex;
}

.topMenu > li {
  float: left;
  position: relative;
  padding-top: 14px;
  min-width: 85px;
  text-align: center;
}

.topMenu > li:hover .sub-menu {
  top: calc(100% - 5px);
  animation: fadeIn 0.3s ease-in-out;
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  display: block;
}

.topMenu > li:last-of-type {
  margin-right: 0;
}

.topMenu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0;
  position: relative;
}

.topMenu > li:hover > a:before, .topMenu > li.active > a:before {
  display: block;
}

.topMenu > li:hover {
  background: #5d4bd0;
  opacity: 0.7;
  padding-bottom: 9px;
}

.topMenu > li.active {
  display: block;
  background: #b97cff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  top: 0;
}

#nav-profile a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.cabinet {
  border-left: 1px solid #d1d5d6;
  padding-top: 15px;
  min-height: 66px;
  text-align: center;
}

.cabinet-name {
  font-size: 15px;
  color: #2f77ee;
  text-decoration: none;
  line-height: 37px;
  position: relative;
  padding-right: 15px;
  padding-top: 10px;
}

.cabinet-name span {
  max-width: 140px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
}

.cabinet-name:after,
.cabinet-name:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 13px;
}

.cabinet-name:after {
  border-left: 5px solid #f6f6f5;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 14px;
  right: 1px;
}

.cabinet-name:before {
  border-left: 6px solid #2f77ee;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.cabinet-hidden {
  position: absolute;
  top: 100%;
  left: -1px;
  border: 1px solid #c4cacc;
  background: #f6f6f5;
  display: none;
  min-width: 120px;
  z-index: 1000;
}

#nav-profile .cabinet-hidden > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 1px solid #ccc;
}

#nav-profile .cabinet-hidden > a:hover {
  color: #2f77ee;
  /*color: #2098d1;*/
  text-decoration: none;
}

.cabinet-hidden a:last-child {
  border-bottom: 0;
}

.cabinet-hidden a:focus {
  color: #2f77ee;
  text-decoration: none;
}

.cabinet:hover .cabinet-hidden {
  display: block;
}

.left-title {
  font-size: 18px;
  color: #748282;
  text-transform: uppercase;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #d8d8d6;
  margin-bottom: 10px;
  margin-left: -15px;
}

.left-title:before,
.left-title:after {
  content: " ";
  display: table;
}

.left-title:after {
  clear: both;
}

.left-title a {
  font-size: 14px;
  color: #2f77ee;
  border-bottom: 1px dotted #2f77ee;
  float: right;
  text-transform: none;
}

.left-title a:hover {
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 1px;
}

.left-title a:focus {
  color: #2f77ee;
  text-decoration: none;
}

.cabinetMenu {
  margin-bottom: 20px;
  /*    font-family: 'Roboto', sans-serif;
    font-weight: 300;*/
}

.cabinetMenu > li {
  font-size: 18px;
  /*color: #a6a6a6;*/
  color: #748282;
  padding: 0 0 0 15px;
  display: block;
  margin-left: -15px;
  position: relative;
  /*border-radius: 10px;*/
  border-bottom: 1px solid #d1d5d6;
}

.cabinetMenu > li > a {
  padding: 15px 0;
  display: block;
  color: #748282;
  font-size: 18px;
  width: 100%;
}

.cabinetMenu > li > a:hover {
  color: #2f77ee;
  text-decoration: none;
}

.cabinetMenu > li > a:focus {
  color: #a6a6a6;
  text-decoration: none;
}

.removal-pin-box {
  /*color: $main;*/
  padding: 5px;
  margin-top: 10px;
  text-align: center;
}

.profile-control-box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.ios-button-style {
  background-color: #fbfbfb;
  color: black;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.7);
}

.people-setting {
  content: "";
  background: url("../img/setting-24.svg") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 26%;
  right: 12px;
  opacity: 0.5;
  display: none;
}

.people-setting:hover,
.people-setting:focus {
  opacity: 1;
}

.cabinetMenu > li:hover,
.cabinetMenu > li:focus {
  background: #e0e0e0;
  color: #748282;
}

.cabinetMenu > li.active {
  background: #b97cff;
  color: white;
}

.cabinetMenu > li.active > a {
  text-decoration: none;
  color: white;
}

.cabinetMenu > li:hover .people-setting,
.cabinetMenu > li.active .people-setting {
  display: block;
}

.setting-icons {
  text-align: center;
  font-size: 0px;
}

.setting-icons a {
  display: inline-block;
  background: #2f77ee;
  padding: 7px 30px;
  margin: 0 1px;
}

.setting-icons a:hover,
.setting-icons a:focus {
  background: #258092;
}

.setting-icons a.active {
  background: #258092;
}

.setting-icons a:first-child {
  border-radius: 5px 0 0 5px;
}

.setting-icons a:last-child {
  border-radius: 0 5px 5px 0;
}

.navigation-link {
  padding-bottom: 8px;
}

.navigation-link:before,
.navigation-link:after {
  content: " ";
  display: table;
}

.navigation-link:after {
  clear: both;
}

.prev-date {
  font-size: 18px;
  color: #a6a6a6;
  text-transform: uppercase;
  line-height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.prev-date:hover {
  color: #2f77ee;
  text-decoration: none;
}

.prev-date:hover span.arrow:before {
  border-right: 10px solid #2f77ee;
}

.prev-date span.arrow {
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  float: left;
  background: #f6f6f5;
  margin-right: 8px;
  position: relative;
}

.prev-date span.arrow:after,
.prev-date span.arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 8px;
  top: 4px;
}

.prev-date span.arrow:after {
  border-right: 8px solid #f6f6f5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 6px;
  left: 10px;
}

.prev-date span.arrow:before {
  border-right: 10px solid #adadad;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.prev-date:focus {
  color: #a6a6a6;
  text-decoration: none;
}

.now-date {
  border: 1px solid #dadada;
  padding: 5px 0px;
  font-size: 18px;
  color: #a6a6a6;
  text-transform: uppercase;
  text-align: center;
}

.next-date {
  font-size: 18px;
  color: #a6a6a6;
  text-transform: uppercase;
  position: relative;
  float: right;
  line-height: 30px;
  margin-left: 5px;
  display: block;
}

.next-date:hover {
  color: #2f77ee;
  text-decoration: none;
}

.next-date:hover span.arrow:before {
  border-left: 10px solid #2f77ee;
}

.next-date span.arrow {
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  float: right;
  background: #f6f6f5;
  margin-left: 8px;
  position: relative;
}

.next-date span.arrow:after,
.next-date span.arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.next-date span.arrow:after {
  border-left: 8px solid #f6f6f5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 6px;
  left: 10px;
}

.next-date span.arrow:before {
  border-left: 10px solid #adadad;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-date:focus {
  color: #a6a6a6;
  text-decoration: none;
}

.content-twofactor,
.content-profile,
.content-finance,
.content-help,
.content-notifications,
.content-password,
.content-account {
  background: white;
  padding: 10px 20px 22px;
  overflow: hidden;
  box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}

.account-name-box {
  margin-left: 15px;
  background: rgba(135, 117, 167, 0.17);
  border-radius: 9px;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  color: #2f77ee;
}

.free-version-limited {
  margin: 10px;
  text-align: center;
  color: #757575;
  font-size: 16px;
  display: block;
}

.content {
  background: #f6f6f5;
  padding: 10px 20px 22px;
  border-top: 1px solid #d1d5d6;
  /*border-bottom: 10px solid #929292;*/
  overflow: hidden;
}

.social-link-status {
  min-height: 60px;
  margin-right: 0 !important;
  /*line-height: 40px;*/
}

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

.social-link-icon {
  margin-right: 10px;
  vertical-align: top;
}

.social-link-icon:hover {
  cursor: pointer;
}

.social-link-linked {
  display: block;
  color: #2d8c2d;
  font-size: 14px;
  /*margin-top: 10px;*/
}

.social-link-unlink:hover,
.social-link-unlink:focus,
.social-link-unlink {
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  /*float: right;*/
  /*margin-top: -14px;*/
}

.social-link-link {
  color: #337ab7;
  text-decoration: none;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.hide-all {
  display: none;
}

.width-max300 {
  max-width: 300px;
  width: 300px;
}

.infinite-scroll-bottom,
.prev-link {
  height: 46px;
  line-height: 45px;
  font-size: 16px;
  color: #929292;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  /*background: white;*/
  position: relative;
  z-index: 10;
  /*border: solid 1px #d8d8d8;*/
  border-radius: 5px;
  width: 200px;
  margin-bottom: 20px;
  clear: both;
}

.scroll_link {
  height: 46px;
  line-height: 45px;
  font-size: 16px;
  color: #929292;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background: white;
  position: relative;
  z-index: 10;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  width: 59px;
  margin-bottom: 20px;
  margin-left: 87px;
}

/*.prev-link:hover {*/
/*text-decoration: none;*/
/*color: #000;*/
/*}*/
/*.prev-link:focus {*/
/*color: #fff;*/
/*text-decoration: none;*/
/*}*/
.item {
  margin-bottom: 10px;
}

.item:before,
.item:after {
  content: " ";
  display: table;
}

.item:after {
  clear: both;
}

.item-date {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #9ba9a9;
  font-weight: lighter;
  padding-top: 17px;
  float: right;
  width: 40px;
  line-height: 25px;
}

.item-label {
  border: 5px solid #2f77ee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-top: 17px;
  float: right;
  margin-right: 10px;
  background: #f6f6f5;
}

.item-label.block {
  border-color: #f67451;
}

.item-label.in {
  background: #2f77ee !important;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #fff;
}

.item-label.out {
  background: #a6a6a6 !important;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #fff;
}

.item-label.chat {
  background: #2f77ee;
  color: white;
  padding-left: 0px;
  font-size: 16px;
}

.item-label > svg > path {
  fill: #2f77ee;
}

.item-label.block > svg > path {
  fill: #f67451;
}

.item-label.google, .item-label.yandex,
.item-label.vk, .item-label.fb, .item-label.od, .item-label.yt, .item-label.ig,
.item-label.mail-in, .item-label.mail-out,
.item-label.call-in, .item-label.call-out, .item-label.call-no {
  border: none;
}

.item-content {
  border: 1px solid #e4e3e3;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  min-height: 60px;
}

.item-content:before,
.item-content:after {
  content: " ";
  display: table;
}

.item-content:after {
  clear: both;
}

.item-content:after,
.item-content:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -11px;
  top: 22px;
}

.item-content:after {
  border-right: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 23px;
  left: -9px;
}

.item-content:before {
  border-right: 10px solid #e4e3e3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.item-content-label {
  width: 24px;
  height: 30px;
  /*background: url("../img/lock-07.svg") center center no-repeat;*/
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.item-content-label.clock {
  width: 30px;
  height: 30px;
  /*background: url("../img/clock-06.svg") center center no-repeat !important;*/
}

.item-content-label-hover {
  background: #ececec url("../img/block-bg.png") 10px center no-repeat;
  padding: 7px 7px 7px 30px;
  border: 1px solid #748282;
  border-radius: 5px;
  font-size: 16px;
  color: #748282;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.item-content-label-hover:hover {
  text-decoration: underline;
}

.item-content-label-hover:focus {
  text-decoration: none;
}

.item-content-label-hover.unlock {
  background: #ececec url("../img/unblock-bg.png") 10px center no-repeat;
}

.item-content-label.block svg path,
.item-content-label.block svg circle {
  /*stroke: #7F8D8D;*/
  stroke: #f67451;
}

.item-content-label:hover .item-content-label-hover {
  display: block;
}

.app-item-content {
  border: 1px solid #e4e3e3;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  min-height: 60px;
}

.item-img {
  float: left;
  margin-right: 10px;
  max-height: 60px;
}

.item-img img {
  max-height: 60px;
  border-radius: 4px;
}

.item-link {
  font-size: 16px;
  color: #272727;
  text-decoration: underline;
}

.item-link:hover {
  text-decoration: none;
}

.item-link:focus {
  text-decoration: underline;
  color: #272727;
}

.item-number {
  background: #efefee;
  font-size: 16px;
  color: #a6a6a6;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  border-radius: 50%;
  margin-left: 10px;
}

.item-text {
  margin-top: 10px;
  font-size: 14px;
  color: #656565;
  line-height: 15px;
  max-height: 45px;
  /*overflow: hidden;*/
  margin-bottom: 10px;
}

.item-text_big {
  font-size: 16px;
}

.item-text_big span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.item .border {
  position: relative;
}

.item .border:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #d1d5d6;
  display: block;
  position: absolute;
  top: 42px;
  /* left: -37px;*/
}

.item-label-text-green {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #2d8c2d;
  padding: 5px;
  border: solid 2px #006100;
  color: white;
  border-radius: 5px;
  opacity: 0.5;
}

.item-label-text-red {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #b42a0c;
  padding: 5px;
  border: solid 2px #821b0c;
  color: white;
  border-radius: 5px;
  opacity: 0.5;
}

.nicescroll-rails {
  background: #ececec;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topMenu > li > a {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cabinet-hidden {
    left: -90px;
    right: -15px;
  }
  .container {
    width: 100%;
  }
  .menu li a {
    font-size: 11px;
    padding: 0 6px;
    margin: 0px;
  }
  .topMenu > li > a {
    /*line-height: 70px;*/
    font-size: 13px;
    padding: 0 3px;
  }
  .cabinet-name {
    font-size: 13px;
    line-height: 20px;
    padding-right: 40px;
  }
  .item-date {
    font-size: 16px;
    padding-top: 25px;
    float: left;
  }
  .item .col-sm-2 {
    position: relative;
  }
  .item-label {
    position: absolute;
    top: 0px;
    right: -3px;
    margin-top: 20px;
  }
  .item .border:after {
    left: -10px;
  }
  .setting-icons a {
    padding: 7px 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    font-size: 14px;
    margin: 0px;
    padding: 0 9px;
  }
  .cabinet-name {
    font-size: 13px;
    /*line-height: 20px;*/
    line-height: 40px;
    padding-right: 40px;
  }
  .item-date {
    font-size: 16px;
    padding-top: 22px;
  }
}
.nav-timeline > div {
  display: inline-block;
}

.nav-timeline a {
  font-size: 14px;
  color: #3399ff;
  text-decoration: none;
  /*float: right;*/
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
  line-height: 30px;
  /*z-index: 12;*/
}

.nav-timeline a:before {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}

.nav-timeline a:hover {
  text-decoration: none;
  color: #3399ff;
}

.nav-timeline a:hover span {
  border: 0;
}

.nav-timeline a:focus {
  text-decoration: none;
  color: #2f77ee;
}

#navSeeMap a,
#navTiming a,
#navSocial a,
#navSocialYoutube a,
#navCallLimit a,
#navAddPlace a,
#navFindMe a,
#navRulesApps a,
#navRules a {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  margin-left: 10px;
}

#navSeeMap a span,
#navTiming a span,
#navSocialYoutube a span,
#navCallLimit a span,
#navSocial a span,
#navRulesApps a span,
#navRules a span {
  border-bottom: 0;
}

#navDeselect {
  display: inline-block;
}

#navTimeline,
#navFullLog {
  display: flex;
  float: left;
}

/*.nav-timeline > #navFilters > a:before {*/
/*background: url("../img/arrow-tab-b-25.svg") center no-repeat;*/
/*}*/
/*.nav-timeline > #navFilters.active > a:before {*/
/*background: url("../img/arrow-tab-b-25.svg") center no-repeat;*/
/*transform: scaleY(-1);*/
/*}*/
.nav-timeline > #navFilters > a > i {
  color: #2f77ee;
  font-size: 15px;
  margin-right: 5px;
}

/*.nav-timeline > #navSeeMap > a:before {*/
/*background: url("../img/see-map-23.svg") right center no-repeat;*/
/*}*/
/*.nav-timeline > #navRules > a:before,*/
/*.nav-timeline > #navTiming > a:before,*/
/*.nav-timeline > #navSocial > a:before*/
/*{*/
/*background: url("../img/setting-24.svg") right center no-repeat;*/
/*background-size: 20px 20px;*/
/*}*/
/*.nav-timeline > #navTimeline > a:before,*/
/*.nav-timeline > #navHistory  > a:before {*/
/*background: url("../img/timeline-28.svg") right center no-repeat;*/
/*}*/
.nav-timeline > #navTimeline > a > i,
.nav-timeline > #navHistory > a > i {
  color: #3399ff;
  font-size: 15px;
  margin-right: 5px;
}

.nav-timeline > #navRefresh > a {
  padding: 1px 0 0 5px;
}

.nav-timeline > #navRefresh > a > i {
  color: #3399ff;
  font-size: 15px;
  margin-right: 5px;
}

/*.nav-timeline > #navRefresh >  a:before {*/
/*background: url("../img/refresh-20.svg") right center no-repeat;*/
/*margin-left: 0px;*/
/*width: 22px;*/
/*height: 30px;*/
/*}*/
.nav-date {
  text-align: center;
}

.nav-date > div {
  display: inline-block;
}

#navPrevDay {
  margin-top: 3px;
  float: left;
}

#navNextDay {
  margin-top: 3px;
  float: right;
}

.item-black-text {
  font-size: 15px;
  color: #272727;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 17px;
  overflow: hidden;
  margin: 10px 0;
}

.item-text {
  max-height: 30px;
  margin: 5px 0;
}

.border:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #d1d5d6;
  display: block;
  position: absolute;
  top: 50px;
  left: -77px;
}

.item-more {
  float: right;
  font-size: 14px;
  color: #2f77ee;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dotted #2f77ee;
}

.item-more:hover {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  color: #2f77ee;
}

.item-more:focus {
  color: #2f77ee;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-date {
    font-size: 18px;
    padding-top: 22px;
  }
  .item-label {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    margin-left: 9px;
  }
  .border:after {
    left: -34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-date {
    font-size: 25px;
    padding-top: 17px;
  }
  .border:after {
    left: -42px;
  }
}
.filters form {
  padding: 20px 0;
}

.filters label {
  display: inline-block;
  font-size: 16px;
  color: #2f77ee;
  margin: 0 0 10px 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.filters label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #2f77ee;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  left: 0;
  bottombottom: 1px;
}

.filters label:hover {
  color: #2f77ee;
  text-decoration: underline;
}

.filters label:focus {
  color: #2f77ee;
  text-decoration: underline;
}

.filters input {
  display: none;
}

.filters input:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #2f77ee;
  border-radius: 50%;
}

.filters .filter {
  /*border-bottom: 1px solid #d8d8d6;*/
  padding: 10px 0 10px 15px;
  margin: 0 0 0 -15px;
}

.filters form.search label {
  padding-left: 0px;
}

.filters form.search label:before,
.filters form.search label:after {
  display: none;
}

.filters form.search input {
  width: 100%;
  height: 30px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 5px 10px;
  display: block;
}

.cl {
  clear: both;
}

.niceborder {
  border: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #b2bdbd;
  background: #fbf9f9;
  padding: 10px;
  box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 9px 9px 30px -17px rgba(0, 0, 0, 0.37);
}

.category-name {
  text-transform: uppercase !important;
}

.content-title {
  font-size: 18px;
  color: #748282;
  text-transform: uppercase;
  padding: 0px 0 10px 15px;
  border-bottom: 1px solid #d8d8d6;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.content-title-border {
  border-top: 1px solid #d8d8d6;
  padding-top: 10px;
}

.content-title span {
  text-transform: none;
  margin-top: 5px;
}

.rule-name {
  float: left;
  margin-bottom: 20px;
}

.rule-name span {
  font-size: 22px;
  color: #748282;
  margin-right: 5px;
  line-height: 30px;
}

.rule-name input {
  border: 1px solid #dadada;
  background: #fff;
  height: 30px;
  padding: 0 10px;
}

.button {
  background: #3399ff;
  color: white;
  border-radius: 4px;
  line-height: 30px;
  border-color: #2f77ee;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  text-transform: none;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background: #2164a7;
}

.button:focus {
  color: #fff;
  text-decoration: none;
}

.button.tour-button {
  display: inline;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
}

.tour-navigator {
  margin: 5px;
  margin-bottom: 10px;
}

.tour-step-background {
  opacity: 0.4;
}

.tour-backdrop {
  opacity: 0.6;
}

.schedule-time-picker {
  -webkit-appearance: none;
  outline: none;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 700;
  border-radius: 5px;
  border-style: solid;
  border-color: #2f77ee;
  color: #2f77ee;
  border-width: 2px;
  background: #FFF;
  width: 140px;
  height: 100%;
}

.schedule-table {
  color: #748282;
  border-radius: 5px;
}

.schedule-button {
  display: inline;
  height: 50px;
  margin-right: 15px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}

.schedule-category-button {
  display: inline;
  height: 50px;
  margin: 15px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}

#profiles-calllimit {
  margin-left: -15px;
  margin-right: -15px;
}

.calllimit-mode-label {
  border-radius: 5px;
  border: solid 1px;
  border-color: #2f77ee;
  padding: 5px;
  font-size: 14px;
  color: #2f77ee;
}

.calllimit-number {
  border: solid 2px #2f77ee;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  line-height: 18px;
  color: #2f77ee;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.calllimit-hint {
  border-radius: 5px;
  padding: 5px;
  margin-top: 8px;
  line-height: 18px;
  border: solid 2px #ffcacd;
  color: #ff8186;
  display: inline-block;
  background: #ffeff0;
  font-size: 13px;
  width: 100%;
}

.calllimit-add-number-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.calllimit-add-number-item-1 {
  order: 1;
  flex-grow: 4;
  margin-right: 5px;
}

.calllimit-add-number-item-2 {
  order: 2;
  flex-grow: 1;
}

.calllimit-add-number-input {
  border-radius: 5px;
  border-style: solid;
  border-color: #2f77ee;
  border-width: 2px;
  padding: 2px;
  width: 100%;
}

.calllimit-number-delete {
  float: right;
}

.delete-rule {
  margin-left: 10px;
}

.red {
  background: red;
  border-color: red;
}

.firered {
  background: rgba(243, 33, 41, 0.8);
  border-color: rgba(243, 33, 41, 0.8);
}

.category_blocked {
  background: #f67451;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
}

.app_blocked {
  background: #f67451 !important;
  color: white !important;
}

.green {
  background: #4fb55b;
  border-color: #4fb55b;
}

.green:hover {
  background: #2f6b36;
}

.icon-button {
  font-size: 24px;
  color: #2f77ee;
  padding: 5px;
}

.icon-button:visited {
  color: #2f77ee;
}

.icon-button:hover {
  color: #23527c;
}

.profile-edit-style {
  padding-bottom: 10px;
  color: #748282;
  font-weight: 300;
}

#profile-name {
  width: 90%;
}

.os-iOS-visible {
  display: block !important;
}

.removal-pin {
  padding: 10px;
  background: #ffdfdf;
  border-radius: 5px;
  border: darkgray 1px;
  border-style: solid;
}

.removal-pin-code {
  padding: 10px;
  margin: 10px;
  width: 100px;
  text-align: center;
  border: white 2px;
  border-style: solid;
  background: #dc6969;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.rule-button {
  width: 205px;
  float: right;
  margin-bottom: 20px;
}

.checkbox,
.radio {
  display: block;
  font-size: 16px;
  color: #748282;
  font-weight: normal;
  margin: 0 0 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
}

.checkbox:before,
.radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  left: 0;
}

.checkbox:before {
  border: 1px solid #bfc2c4;
}

.checkbox:hover,
.radio:hover {
  text-decoration: underline;
}

.checkbox:focus,
.radio:focus {
  text-decoration: none;
}

.checkbox span,
.radio span {
  font-size: 13px;
  color: #000;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .checkbox:before {
  background: url("../img/checkbox-26.svg") center no-repeat;
}

input[type=checkbox]:disabled + .checkbox {
  cursor: default;
  text-decoration: none;
}

.radio:before {
  background: url("../img/radio.png") left top no-repeat;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + .radio:before {
  background: url("../img/radio.png") left bottom no-repeat;
}

.br {
  height: 30px;
}

h3 {
  font-size: 22px;
  color: #748282;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0px;
}

.text {
  font-size: 14px;
  color: #748282;
  margin-bottom: 5px;
  line-height: 18px;
}

.add-url {
  position: relative;
  margin-bottom: 15px;
}

.add-url input {
  border: 1px solid #dadada;
  background: #fff;
  height: 32px;
  padding: 0 115px 0 10px;
  width: 70%;
}

.add-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 105px;
}

table {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
}

table th {
  /*text-align: center;*/
  padding: 5px;
  font-size: 16px;
  color: #748282;
  border: 1px solid #dadada;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: #f1f1f1;
  font-weight: 400;
}

table td {
  border: 1px solid #dadada;
  /*box-shadow: #dadada 0px 0px 0px 1px;*/
  font-size: 14px;
  color: #272727;
  padding: 5px;
}

.row-select-checkbox input {
  display: inline;
  padding-right: 5px;
}

.schedule-day-of-week-checkbox {
  display: inline !important;
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.schedule-rule-name {
  font-size: 19px;
  color: grey;
}

.help-icon {
  top: 2px;
  padding-left: 5px;
}

.time-range-picker {
  width: 70px;
}

#from_time {
  border-radius: 3px;
}

#to_time {
  border-radius: 3px;
}

.time-range-picker-table {
  border: 0px;
  height: 45px;
}

.time-range-picker-table td {
  border: 0px;
}

.time-range-picker-table tr {
  border: 0px;
}

.add-my-button {
  float: right;
  width: 205px;
}

.applications {
  margin-bottom: 10px;
}

.applications:before,
.applications:after {
  content: " ";
  display: table;
}

.applications:after {
  clear: both;
}

.app-not-manageable,
.app {
  float: left;
  width: 95px;
  margin: 0 10px 10px 0;
  /*background: #fff;*/
  position: relative;
}

.app-not-manageable {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.app-blocked {
  background: #f67451;
  border-radius: 5px;
}

.app-blacklist {
  background: #f67451;
  border-radius: 5px;
}

.app-whitelist {
  background: rgba(0, 193, 23, 0.61);
  border-radius: 5px;
}

.app-inreview {
  background: rgba(232, 239, 0, 0.61);
  border-radius: 5px;
}

.app-age-blocked {
  background: #f67451;
  border-radius: 5px;
}

.block-by-default {
  border-radius: 5px;
  border-color: #CE684C;
  background: #f67451;
  color: white;
  padding: 5px;
  margin-left: 15px;
  width: 97%;
}

.category-blocked {
  background: #f67451;
  border-radius: 5px;
  color: white !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.app-img {
  padding: 10px;
  text-align: center;
  display: block;
  width: 95px;
  min-height: 95px;
  margin: 0 auto;
}

.app-img img {
  max-width: 75px;
  max-height: 75px;
  border-radius: 5px;
  box-shadow: 4px 7px 15px -5px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 4px 7px 15px -5px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 4px 7px 15px -5px rgba(0, 0, 0, 0.37);
}

.app-name {
  display: block;
  /*background: #fff;*/
  font-size: 16px;
  color: #748282;
  text-align: center;
  text-decoration: none;
  height: 35px;
  /*line-height: 35px;*/
  /*overflow: hidden;*/
}

.app-name:hover,
.app-name:focus {
  text-decoration: none;
}

.app-time {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  width: 15px;
  height: 15px;
}

.app:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 95px;
}

.app:hover .app-time > path {
  fill: white;
}

.raspisanie {
  position: relative;
}

.raspisanie > .app-time {
  left: 7px;
  top: 9px;
  right: auto;
}

.app:focus {
  text-decoration: none;
}

.chat-bot {
  background: white;
  border: solid 1px lightgray;
  border-radius: 5px;
  margin: 10px;
}

.chat-content {
  padding: 10px;
  z-index: 1000;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.chat-user-panel {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.chat-input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: solid 2px lightgray;
  color: #585858;
  padding-left: 5px;
}

.chat-input:focus {
  border: solid 2px #adadad;
}

.chat-bot-time {
  font-size: 12px;
  font-weight: 400;
  color: #adadad;
  padding-top: 2px;
}

.chat-bot-name {
  font-size: 14px;
  padding-right: 5px;
  font-weight: 600;
  color: #555555;
}

.chat-bot-message-text {
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.chat-bot-right {
  display: flex;
  float: right;
}

.chat-bot-left {
  display: flex;
  float: left;
}

.chat-bot-from-user {
  /*background: #efefef;*/
  /*border: solid 1px #efefef;*/
  color: #000;
}

.chat-bot-from-bot {
  /*background: $mainlight;*/
  /*border: solid 1px $mainlight;*/
  color: #6f52a2;
}

.chat-bot-avatar {
  display: flex;
  float: left;
  border-radius: 15%;
  height: 40px;
}

.chat-bot-table,
.chat-bot-table td,
.chat-bot-table tr {
  border: none;
  vertical-align: top;
}

.chat-bot-action {
  border: solid 2px #2f77ee;
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

.chat-bot-action:hover {
  text-decoration: none;
  background: #CDBAEF;
}

.chat-bot-action:focus {
  text-decoration: none;
}

.chat-bot-actions-holder {
  margin: 10px;
}

.nicescroll-rails {
  z-index: 1 !important;
  opacity: 1 !important;
}

.ios-limitations-text {
  text-align: center;
  color: #748282;
  font-size: 14px;
  padding-top: 10px;
}

@media screen and (min-width: 320px) {
  .app-rule-wrapper > label.checkbox-inline + .checkbox-inline {
    display: block;
    margin-left: 0px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .app-rule-wrapper > label.checkbox-inline + .checkbox-inline {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
  }
}
/*.white-block,
.adress-block {
    display: none;
}*/
#profiles-onerule .td-close {
  /*background: #bfc2c4 !important;*/
  background: #c62828 !important;
  /*background: $main !important;*/
}

#profiles-apps .td-close {
  /*background: #bfc2c4 !important;*/
  /*background: #8DBC22 !important;*/
  background: #F86774 !important;
}

#profiles-apps .td-open {
  background: #c62828 !important;
  /*background: $main !important;*/
}

.profile-apps-title {
  font-size: 18px;
  color: #748282;
  padding: 0px 0 10px 15px;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-top: 10px;
  display: block;
  margin-right: -20px;
}

.edit-app {
  display: none;
}

.edit-app:before,
.edit-app:after {
  content: " ";
  display: table;
}

.edit-app:after {
  clear: both;
}

.edit-app .table-left {
  float: left;
  width: 78%;
}

.edit-app .right-button {
  float: right;
  width: 20%;
}

.edit-app .right-button a {
  margin-bottom: 10px;
}

.edit-app .table-graf {
  display: table;
}

.edit-app .daily-duration {
  padding: 0;
}

.edit-app .daily-duration:before {
  background: none;
}

.edit-app .daily-duration:hover {
  text-decoration: none;
  cursor: default;
}

.edit-app .all-block-link {
  margin-top: 15px;
}

.content-title_big {
  font-size: 22px;
  color: #748282;
  float: left;
}

#map-canvas, #map-canvas-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#map-report, #map-report-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#no-map-data {
  font-size: 18px;
  color: #748282;
  display: none;
  margin-top: 10px;
  margin-left: 10px;
}

.map {
  height: 100%;
  position: relative;
  border-top: 1px solid #bfc2c4;
}

.bottom-comment {
  font-style: italic;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6b6b6b;
}

.info-block {
  width: 305px;
  margin: 10px 15px;
  position: absolute;
  top: 0px;
  left: 15px;
}

/*-- Вкладки --*/
.tt-tabs {
  position: relative;
  height: 100%;
  margin: 0 0 10px 0;
}

.index-panel {
  position: relative;
  z-index: 1;
}

.index-tabs {
  z-index: 11;
  background: #f6f6f5;
  border-bottom: 1px solid #c4cacc;
}

.index-tabs:before,
.index-tabs:after {
  content: " ";
  display: table;
}

.index-tabs:after {
  clear: both;
}

.index-tabs > span {
  float: left;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.index-tabs > span .title {
  font-size: 18px;
  color: #748282;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #c4cacc;
  /*background: url("../img/add-title.png") 20px center no-repeat;*/
}

.index-tabs > span .title > svg {
  display: inline-block;
  width: 16px;
}

.index-tabs > span.list .title > svg {
  display: inline-block;
  width: 15px;
}

.index-tabs > span:hover .title {
  color: #2f77ee;
  /*background: url("../img/add-title-active-22.svg") 20px center no-repeat;*/
}

.index-tabs > span:hover .title > svg > path,
.index-tabs > span.active-ttab .title > svg > path {
  fill: #2f77ee;
  /*background: url("../img/add-title-active-22.svg") 20px center no-repeat;*/
}

.index-tabs .active-ttab {
  border-bottom: 3px solid #2f77ee;
}

.index-tabs .active-ttab .title {
  color: #2f77ee !important;
  /*background: url("../img/add-title-active-22.svg") 20px center no-repeat;*/
}

.index-tabs .list .title {
  /*background: url("../img/list-title.png") 20px center no-repeat;*/
}

.index-tabs .list:hover .title {
  /*background: url("../img/list-title-active-29.svg") 20px center no-repeat;*/
}

.index-tabs .list.active-ttab .title {
  /*background: url("../img/list-title-active-29.svg") 20px center no-repeat;*/
}

.tt-panel {
  display: none;
  background: #fff;
}

.tt-panel ul {
  margin: 0px;
  padding: 0px;
}

.arrow-tab {
  position: absolute;
  top: 0px;
  right: 4px;
  background: url("../img/arrow-tab-b-25.svg") center center no-repeat;
  background-size: 22px 30px;
  width: 40px;
  height: 40px;
  display: block;
}

.arrow-tab-open {
  position: absolute;
  top: 0px;
  right: 4px;
  background: url("../img/arrow-tab-b-25.svg") center center no-repeat;
  background-size: 22px 30px;
  transform: scaleY(-1);
  width: 40px;
  height: 40px;
}

.infowindow-title {
  color: #2f77ee;
  font-size: 20px;
}

.infowindow-text {
  color: black;
  font-size: 16px;
  margin-bottom: 10px;
}

.map-edit-box {
  position: absolute;
  width: 230px;
  margin-left: 5px;
  margin-top: 5px;
  z-index: 10;
  background: white;
  padding: 5px;
  border-radius: 5px;
}

/*-- Вкладки --*/
.list-item {
  border-bottom: 1px solid #f6f6f5;
  font-size: 18px;
  color: #748282;
  padding: 5px 10px;
  line-height: 32px;
}

.list-item:last-child {
  border: none;
}

.list-item img {
  margin-right: 10px;
}

.list-item a {
  float: right;
}

.list-item-edit {
  font-size: 14px;
  color: #2f77ee;
  text-decoration: none;
  border-bottom: 1px dotted #2f77ee;
  line-height: normal;
  margin: 3px 10px;
}

.list-item-edit:hover,
.list-item-edit:focus {
  text-decoration: none;
  border: none;
}

.list-item-delete {
  font-size: 18px;
  text-decoration: none;
  color: #748282;
  line-height: normal;
}

.list-item-delete:hover {
  text-decoration: none;
}

.list-item-delete:focus {
  text-decoration: none;
  color: #748282;
}

.place-item {
  font-size: 18px;
  color: #748282;
  padding: 10px 10px 5px;
}

.place-item input {
  width: 100%;
  height: 30px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 5px 10px;
  display: block;
  margin-top: 10px;
}

.place-icons {
  padding: 10px 10px;
}

.place-icons:before,
.place-icons:after {
  content: " ";
  display: table;
}

.place-icons:after {
  clear: both;
}

.place-icons a {
  float: left;
  margin-right: 18px;
  height: 30px;
  opacity: 0.7;
  font-size: 20px;
  color: #a6a6a6;
  outline: none;
}

.place-icons a:hover {
  opacity: 1;
}

.place-icons a.active {
  color: #2f77ee;
  opacity: 1;
}

.place-icons a:last-child {
  margin-right: 0px;
}

.save-place, .cancel-place {
  margin-top: 5px;
  position: absolute;
  width: 49.5%;
}

.right {
  float: right;
}

.profiles {
  border: 0;
}

.profiles tr {
  border-top: 1px solid #f6f6f5;
}

.profiles th,
.profiles td {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  text-align: center;
  font-size: 16px;
  color: #748282;
  border: 0;
  font-weight: normal;
}

.profiles th:first-child,
.profiles td:first-child {
  text-align: left;
}

.profiles th:nth-child(3) {
  width: 30px;
}

.profiles th {
  background: #dadada;
  padding: 10px 15px;
}

.profile-alarm {
  background: red;
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -4px;
  right: -6px;
  text-align: center;
  padding-top: 6px;
  font-size: 12px;
}

.b-devices:before,
.b-devices:after {
  content: " ";
  display: table;
}

.b-devices:after {
  clear: both;
}

.b-devices label {
  /*font-size: 16px;*/
  /*color: #748282;*/
  /*font-weight: normal;*/
  /*line-height: 20px;*/
  /*margin-bottom: 20px;*/
}

.b-devices input {
  background: #fff;
  border: 1px solid #dadada;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #748282;
  padding: 5px;
  width: 100%;
  font-weight: 300;
}

.b-devices select {
  background: #fff;
  border: 1px solid #dadada;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #748282;
  padding: 3px;
  width: 100%;
  font-weight: 300;
}

.history th:nth-child(3) {
  width: auto;
}

.history th,
.history td,
.history td:last-child {
  text-align: left;
}

.b-devices .button {
  padding: 0 20px;
}

.b-account label {
  font-size: 18px;
  color: #748282;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
}

.error {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #272727;
  text-align: center;
  line-height: 35px;
  background: rgba(246, 246, 246, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 230px 0;
  margin-top: 35px;
}

.freeAccount .error {
  margin-top: 0;
}

.error a.button, .report-dummy a.button {
  width: 300px;
  margin: 10px auto;
}

.advanceGeo .error {
  position: relative;
}

.nomargin {
  margin: 10px 5px;
}

.nomargin:before {
  left: auto;
  right: 0px;
  margin: 0px;
}

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

.lineH {
  margin: 3px 0px;
  float: left;
}

.b-email {
  font-size: 16px;
  color: #748282;
  margin-bottom: 15px;
}

.b-email-send {
  font-size: 14px;
  color: #748282;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 25px;
}

.add-link {
  font-size: 14px;
  color: #2f77ee;
  text-decoration: none;
  display: block;
  text-align: right;
  line-height: 25px;
}

.add-link:hover {
  text-decoration: underline;
  color: #2f77ee;
}

.add-link:focus {
  color: #2f77ee;
  text-decoration: none;
}

.b-devices-plan input[type=text] {
  margin-bottom: 10px;
}

input[disabled] {
  background: #f6f6f5;
}

.iosmanage-status {
  font-weight: 400;
}

.iosmanage-status.pending {
  color: darkgrey;
}

.iosmanage-status.configured {
  color: orange;
}

.iosmanage-status.ready {
  color: green;
}

.panel-title {
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .b-email {
    font-size: 17px;
    line-height: 25px;
  }
}
/*.message {
    width: 400px;
    height: 390px;
    background: #fff;
    border: 1px solid $main;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 100;
    display: none;
}*/
.message {
  width: 400px;
  height: 390px;
  background: #fff;
  border: 1px solid #2f77ee;
  border-radius: 5px;
  overflow: hidden;
  position: fixed;
  right: 50%;
  margin: 0 auto;
  top: 25%;
  margin: 0 -200px 0 0;
  z-index: 100;
  display: none;
}

.message-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 3px 3px 0 0;
  background: #2f77ee;
  font-size: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.message-window {
  background-image: url("../img/sprite.png");
  background-position: -18px 0px;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 35px;
}

.message-close {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  cursor: pointer;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.message-content {
  padding: 10px;
  height: 345px;
  overflow: hidden;
}

.message-item-in {
  margin-bottom: 10px;
  background: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  width: 80%;
  margin-left: 10px;
  clear: both;
}

.message-item-in:after,
.message-item-in:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.message-item-in:after {
  border-color: rgba(246, 246, 245, 0);
  border-right-color: white;
  border-width: 7px;
  margin-top: -7px;
}

.message-item-in:before {
  border-color: rgba(228, 227, 227, 0);
  border-right-color: white;
  border-width: 8px;
  margin-top: -8px;
}

.message-item-in-name {
  font-size: 13px;
  color: #272727;
  margin-bottom: 10px;
  margin-right: 50px;
}

.message-item-in-date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #a6a6a6;
}

.message-item-in-text {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #656565;
  line-height: 16px;
}

.message-item-out {
  margin-bottom: 10px;
  background: #e8e8e8;
  border: 1px solid #e4e3e3;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  width: 80%;
  margin-right: 10px;
  float: right;
  clear: both;
}

.message-item-out:after,
.message-item-out:before {
  left: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.message-item-out:after {
  border-color: rgba(246, 246, 245, 0);
  border-left-color: #e8e8e8;
  border-width: 7px;
  margin-top: -7px;
}

.message-item-out:before {
  border-color: rgba(228, 227, 227, 0);
  border-left-color: #e4e3e3;
  border-width: 8px;
  margin-top: -8px;
}

.message-item-out-name {
  font-size: 13px;
  color: #272727;
  margin-bottom: 10px;
  margin-right: 50px;
}

.message-item-out-date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #a6a6a6;
}

.message-item-out-text {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #656565;
  line-height: 16px;
}

.message-date-divider {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  float: right;
  text-align: center;
}

.message-date-divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: relative;
  top: 9px;
}

.message-date-divider > span {
  background: #f2f5f7;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder;
  font-size: 16px;
  color: #748282;
}

.left {
  float: left;
}

.b-cash img {
  margin: 0 20px 10px 0;
}

.b-email a {
  font-size: 15px;
  color: #2f77ee;
}

.content-title u {
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  margin: 0 0 0 5px;
}

.popover {
  max-width: 600px;
  width: auto;
}

#pay-raiffeasen {
  font: inherit;
  color: #748282;
  text-decoration: none;
}

#pay-payanyway {
  font: inherit;
  color: #748282;
  text-decoration: none;
}

#pay-paypal {
  font: inherit;
  color: #748282;
  text-decoration: none;
}

#footerRights {
  background-color: #2f77ee;
  color: white;
  padding-top: 11px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 100;
  height: 90px;
  margin-top: -90px;
  position: relative;
  z-index: 1000;
  box-shadow: 9px -2px 33px -17px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 9px -2px 33px -17px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 9px -2px 33px -17px rgba(0, 0, 0, 0.37);
  overflow: hidden;
}

.nicegray {
  color: #748282;
}

.os-style {
  color: #c3c3c3;
  font-size: 46px !important;
  padding-right: 15px;
}

.os-style:hover {
  color: #a4a4a4;
}

.footer-title {
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.feedback-thanks {
  color: #969696;
  font-size: 16px !important;
  font-weight: 300;
}

.feedback-block {
  padding-right: 60px;
  position: relative;
}

.feedback-button {
  width: 61px;
  height: 60px;
  position: absolute;
  right: 1px;
  top: 0;
  line-height: 60px;
  opacity: 0.6;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #ccc;
}

.feedback-button:hover {
  opacity: 1;
}

.feedback-button i {
  font-size: 25px;
}

textarea.feedback-textarea.form-control {
  width: 100%;
  height: 60px;
  resize: none;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px 0px 0px 4px;
}

.grey {
  background: #c3c3c3;
  color: white;
}

.footer-link {
  font-weight: 600;
  color: white;
  font-size: 14px;
}

.footer-link:hover {
  color: white;
}

.footer-link-block {
  margin: 0 0 10px;
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}

ul.socialNetwork {
  padding: 0;
  display: block;
  margin: 30px 0 0 0;
}

ul.socialNetwork li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
}

.iconRounded:hover,
.color1 .iconRounded:hover {
  background-color: #2f77ee;
  color: #fff;
}

.iconRounded {
  border: 2px solid #2f77ee;
  color: #2f77ee;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  padding-top: 7px;
}

.iconRounded:before {
  margin: 0px;
  width: auto;
}

.pull-right {
  float: right !important;
}

.store {
  float: left;
  width: 48%;
  margin: 20px 1% 0;
  opacity: 0.8;
}

.store img {
  width: 100%;
}

.store:hover {
  opacity: 1;
}

.block-all-toggle {
  margin-bottom: 10px;
}

.title-app-block-control {
  border-radius: 5px;
  border: 1px solid lightgray;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 3px;
  height: 40px;
  text-align: center;
  background: white;
}

.app-block-status {
  margin-top: 9px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

#app-block-button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-profile-state-text {
  text-align: center;
  padding-top: 10px;
}

.mobile-profile-state-base {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  height: 70px;
  width: 70px;
  padding: 10px 10px;
  vertical-align: top;
  text-align: right;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 5px;
}

.profile-state-block {
  background: transparent;
  border: solid 1px #f67451;
  color: #f67451;
  opacity: 0.5;
}

.profile-state-block:hover {
  background: transparent;
  color: #f67451;
  opacity: 1;
}

.profile-state-block.active {
  background: #f67451;
  color: white;
  opacity: 1;
}

.profile-state-block.active:hover {
  box-shadow: none;
}

.profile-state-normal {
  background: transparent;
  border: solid 1px #578ebe;
  color: #578ebe;
  opacity: 0.5;
}

.profile-state-normal:hover {
  background: transparent;
  color: #578ebe;
  opacity: 1;
}

.profile-state-normal.active {
  background: #578ebe;
  color: white;
  opacity: 1;
}

.profile-state-normal.active:hover {
  box-shadow: none;
}

.profile-state-allow {
  background: transparent;
  border: solid 1px #5cb85c;
  color: #5cb85c;
  opacity: 0.5;
}

.profile-state-allow:hover {
  background: transparent;
  color: #5cb85c;
  opacity: 1;
}

.profile-state-allow.active {
  background: #5cb85c;
  color: white;
  opacity: 1;
}

.profile-state-allow.active:hover {
  box-shadow: none;
}

.profile-state-normal-progress,
.profile-state-block-progress,
.profile-state-allow-progress {
  display: none;
}

.profile-state-mobile {
  display: none;
}

@media (max-width: 950px) {
  .profile-state-mobile {
    display: inline-block;
  }
  .profile-state-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-timeline-text {
    display: none;
  }
  .block-all-toggle {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.carouselPeople li.tab-active .peopleItem .blocked {
  background: #f67451;
}

/* Datapicker */
.ui-widget-header {
  background: #2f77ee;
  border: 0;
  border-radius: 0px;
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f6f6f5;
  border: 1px solid #c4cacc;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #2f77ee;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #2f77ee;
  border: 1px solid #2f77ee;
  color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #2f77ee;
  border: 1px solid #2f77ee;
  color: #fff;
  font-weight: normal;
}

.ui-datepicker-calendar th {
  font-size: 13px;
  color: #a9a9b1;
}

.ui-widget-content {
  border: 1px solid #c4cacc;
  border-radius: 0px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/*================================
  preloader
=================================*/
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000;
}

.preloader__image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.message-preload {
  position: relative;
  clear: both;
  width: calc(100% - 25px);
  height: 50px;
  margin: 10px;
}

.preloader_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.preloader_center img {
  width: 50px;
  height: 50px;
}

.item-categories, .item-engine {
  color: #748282;
  /*padding-top: 5px;*/
  font-size: 14px;
}

#log-block .item-content.block > [class^=item-] {
  color: #F67451 !important;
}

.item-day-divider {
  display: block;
  position: relative;
  text-align: center;
  height: 45px;
  padding-top: 10px;
  clear: both;
}

.item-day-divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: relative;
  top: 9px;
}

.item-day-divider > span {
  background: #f6f6f5;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder;
  font-size: 16px;
  color: #748282;
}

.item-app-duration {
  height: 10px;
  background: #4fb55b;
  border: solid 1px #359640;
  border-radius: 4px;
  top: 5px;
  position: relative;
  margin-bottom: 5px;
}

.item-app-duration.item-app-duration-red {
  background: #f67451;
  border: solid 1px #f64647;
}

.app-log-details:hover,
.app-log-details:focus,
.app-log-details {
  border-bottom: 1px dashed;
  text-decoration: none;
}

.app-log-details-container {
  display: none;
  font-size: 15px;
  font-weight: 500;
  padding: 8px;
  margin: 5px;
  margin-top: 10px;
  border-radius: 5px;
  background: #efefef;
}

.time-range-item {
  border-radius: 5px;
  background: #a493c7;
  color: white;
  font-weight: 400;
  display: inline;
  padding: 5px;
  margin-right: 5px;
  line-height: 35px;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .item-label {
    position: absolute;
    right: -5px;
    z-index: 2;
    top: 0px;
    margin-top: 20px;
  }
  .item .border:after {
    left: -8px;
  }
  .menu li a {
    padding: 0 4px;
  }
}
.content-empty {
  display: none;
  padding-top: 0;
  min-height: 400px;
  position: relative;
}

.content-empty > .error {
  padding: 40px 0;
  margin-top: 0;
}

.rule > label {
  width: 300px;
  float: left;
}

#profiles-onerule .reset {
  float: right;
  right: 20px;
  margin-top: -10px;
  width: 200px;
  right: 20px;
}

/************************** T A B L E - G R A F *********************************/
.table-graf {
  padding-left: 25px;
  border: 0px;
  background: none;
  margin-bottom: 60px;
  display: none;
}

.table-graf td {
  padding: 0px;
  background: #fff;
  cursor: pointer;
  width: 4%;
  height: 20px;
  font-size: 13px;
  color: #748282;
  line-height: 21px;
}

.table-graf td:hover {
  background: #eaeaea;
}

.table-graf tr {
  position: relative;
}

.table-graf .tr-line {
  box-shadow: none !important;
  background: none !important;
}

.table-graf .td-hover {
  background: #eaeaea;
}

.table-graf .last-tr td {
  box-shadow: none !important;
  background: none !important;
  height: 30px;
}

.table-graf .last-tr td span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  position: absolute;
}

/*Safari*/
.table-graf .tr-line::selection {
  background: #ffb7b7;
}

/*Firefox*/
.table-graf .tr-line::-moz-selection {
  background: #f6f6f5;
}

/*Safari*/
.table-graf .td-line span::selection {
  background: #ffb7b7;
}

/*Firefox*/
.table-graf .td-line span::-moz-selection {
  background: #f6f6f5;
}

.table-graf .tr-line::selection {
  background: #ffb7b7;
}

.table-graf .tr-line::-moz-selection {
  background: #f6f6f5;
}

.table-graf .td-line span::selection {
  background: #ffb7b7;
}

.table-graf .td-line span::-moz-selection {
  background: #f6f6f5;
}

/*a.add-button,*/
a.reset {
  background: white;
  color: #2f77ee;
  border: 1px solid #dadada;
}

a.reset {
  border: 1px solid #2f77ee;
}

/*a.add-button:hover {*/
/*color: #748282;*/
/*}*/
a.reset:hover, a.reset:focus:hover {
  color: #2f77ee;
  background: #ece9fa;
}

a.reset:focus {
  color: #09859d;
}

a.group_button {
  display: inline;
  margin-right: 10px;
}

a.right_button {
  float: right;
}

a.left_button {
  float: left;
}

a.blockall {
  padding-left: 10px;
  padding-right: 10px;
  background: #f67451;
  color: white;
}

.control_buttons_margin {
  margin-top: 7px;
}

.state_blocked {
  background: #ffebe5;
}

.green_block {
  background: green;
}

.hide_schedule {
  display: none !important;
}

.editor_title,
.schedule_title {
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #748282;
  padding-top: 5px;
  margin-right: 10px;
}

.next-day-tag {
  border: solid 3px #439D41;
  border-radius: 6px;
  padding: 8px;
  background: #ececec;
  color: #449d44;
  margin-top: 5px;
  height: 38px;
  margin-left: 0;
  margin-top: 0;
  float: left;
}

/* NEW by compman */
@media (min-width: 1400px) {
  #finances-main {
    width: 1020px;
  }
}
#finances-main .b-devices .tarif {
  clear: both;
  padding-bottom: 40px;
}

#profiles-social {
  position: relative;
}

#profiles-social div.row {
  padding: 10px;
  padding-top: 0;
  font-size: 18px;
  color: #748282;
}

#profiles-social div.nav-timeline {
  padding: 0 15px !important;
}

#profiles-social a img {
  width: 150px;
  opacity: 0.85;
}

#profiles-social span {
  margin-right: 10px;
}

#profiles-social a:hover img {
  opacity: 1;
}

#profiles-social a.off {
  font-size: 16px;
  text-decoration: underline;
}

#profiles-social a:hover,
#profiles-social a.off:hover {
  text-decoration: none;
}

.avatar-controls {
  width: 100%;
  text-align: center;
}

.icloud-device-selection[type=radio] {
  display: inline-block;
  margin: 5px;
}

.library-viewer-modal {
  background-size: cover !important;
  height: 100%;
  width: 100%;
}

.library-viewer-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  opacity: 0.8;
  font-size: 30px;
}

.toggle.rounded, .toggle-on.rounded, .toggle-off.rounded {
  width: 200px !important;
}

.weight_5 a,
.weight_5 span,
.weight_5 i {
  font-size: 22px !important;
}

.weight_5 i {
  color: #f67451 !important;
  height: 35px !important;
  min-width: 35px !important;
  line-height: 37px;
}

.weight_4 a,
.weight_4 span,
.weight_4 i {
  font-size: 22px !important;
}

.weight_3 a,
.weight_3 span,
.weight_3 i {
  font-size: 18px !important;
}

.weight_2 a,
.weight_2 span,
.weight_2 i {
  font-size: 16px !important;
}

.weight_1 a,
.weight_1 span,
.weight_1 i {
  font-size: 13px !important;
}

.for-pay {
  color: #2f77ee;
  font-size: 21px;
  font-weight: bold;
}

.b-cash label {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 10px;
}

.b-cash .content-title {
  text-transform: none;
}

.b-cash form {
  margin-bottom: 30px;
}

.b-cash .pay {
  width: 80%;
  height: 45px;
  float: right;
  margin-top: 35px;
  line-height: 45px;
}

.b-cash .b-email {
  font-size: 16px;
}

.b-cash .pay-text {
  line-height: 25px;
  color: #2f77ee;
  width: 80%;
  float: right;
}

.user-icon {
  width: 25px;
  margin: -5px 15px 5px;
}

span.free {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 46px solid #C24F4F;
  border-right: 77px solid transparent;
}

span.trial {
  border-top: 46px solid #C2894F;
}

span.free a {
  position: absolute;
  top: -43px;
  left: 3px;
  color: white;
}

#profile-age label {
  font-size: 14px;
  padding: 0px 32px;
  line-height: 30px;
}

#profile-gender label {
  font-size: 14px;
  padding: 0px 57px;
  line-height: 30px;
}

#profile-ios label {
  font-size: 14px;
  padding: 0px 32px;
  line-height: 30px;
}

a {
  color: #2f77ee;
}

/* Modal for finance */
.top-seller:before {
  content: "";
  display: block;
  background: url(/static/landing2/images/plan.png) no-repeat;
  width: 104px;
  height: 103px;
  z-index: 50;
  top: -5px;
  right: 10px;
  position: absolute;
  background-size: 100%;
  opacity: 0.8;
}

.change-card-progress {
  font-size: 16px;
  font-weight: 400;
}

.payment-progress {
  font-size: 14px;
  font-weight: bold;
}

.finance_subscribe_block {
  display: flex;
  flex-wrap: nowrap;
}

.finance_subscribe_addon {
  margin-top: 10px;
  border: solid 1px #2f77ee;
  color: #2f77ee;
  border-radius: 5px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background: #ece9fa;
  text-align: center;
  order: 1;
  flex-grow: 1;
  max-width: 170px;
}

.finance_subscribe_addon_description {
  padding: 20px;
  color: #424a4a;
  order: 2;
  flex-grow: 0;
}

table.stripe-payment-table td {
  border: 0;
}

table.stripe-payment-table {
  border: 0;
}

.jp-card-shiny:after {
  content: "" !important;
}

.stripe-color {
  color: #748282;
}

.subscription-status {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stripe-card {
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 10px;
  margin: 15px;
  background-color: #eeeeee;
}

.stripe-card-item {
  padding: 10px;
}

.price-cell-right,
.price-cell {
  background-color: white;
  color: #2c2d30;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.price-cell-right {
  border-right: 0;
}

.price-cell-row {
  margin-right: 0;
  margin-left: 0;
}

.price-cell-buy-now-green,
.price-cell-buy-now-blue,
.price-cell-buy-now {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 27px;
  opacity: 0.7;
  color: white;
}

.price-cell-buy-now-green:hover,
.price-cell-buy-now-blue:hover,
.price-cell-buy-now:hover {
  opacity: 1;
}

.price-cell-amount {
  font-size: 40px;
  font-weight: 400;
}

.price-cell-buy-now-green {
  background-color: #00c017;
}

.price-cell-buy-now-blue {
  background-color: #1b93c7;
}

.price-cell-period {
  font-size: 12px;
}

.price-styled {
  margin-right: 0.5em;
  position: relative;
  display: block;
  height: 6rem;
  font-size: 5.5rem;
  line-height: 6.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  letter-spacing: -2px;
  color: #2c2d30;
}

.price-styled-currency {
  position: relative;
  top: -1.75rem;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
  color: #a0a0a2;
}

.price-styled-cents {
  position: absolute;
  top: -0.25rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
}

.price_plus_sign {
  font-size: 50px;
  padding: 10px;
  font-weight: 400;
}

.price_gallery_title {
  font-weight: 500;
  color: firebrick;
}

.price_gallery_block {
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.price_gallery_text {
  order: 1;
  flex-grow: 1;
  text-align: left;
}

.price_gallery_price {
  order: 2;
  flex-grow: 2;
}

.payment-error {
  color: firebrick;
}

.payment-done {
  color: #008a00;
  font-weight: 500;
  font-size: 18px;
}

.payment-amount {
  text-align: center;
  color: #888;
  font-size: 14px;
  font-weight: normal;
}

.subscription-name {
  text-align: center;
  color: #888;
  font-size: 14px;
  font-weight: normal;
}
.subscription-name table {
  border: 0;
  width: 94%;
  margin-left: 10px;
}
.subscription-name table tr {
  border: 0;
}
.subscription-name table tr td {
  border: 0;
  text-align: right;
}

.credit-card-error-text {
  text-align: center;
  color: #a94442;
  font-size: 12px;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  color: white;
}

img.star {
  width: 80px;
  position: relative;
  left: 140px;
  top: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.advance {
  display: none;
  /*
      position:absolute;
  */
  width: 100%;
  height: 650px;
}

.advance:after {
  clear: both;
}

.advanceTel,
.advanceGeo,
.advanceHub,
.advanceApp {
  background-image: url("/static/img/cap/conn.png");
  background-repeat: no-repeat;
  /*margin-top: 35px;*/
  width: 100%;
  height: 100%;
}

.advanceApp {
  background-image: url("/static/img/cap/app.png");
}

.advanceGeo {
  background-image: url("/static/img/cap/geo_map.png");
  background-position: top center;
}

.advanceHub {
  background-image: url("/static/img/cap/soc.png");
}

.map .info-block .index-panel {
  top: 5px;
}

@media (max-width: 1199px) {
  .b-cash .pay {
    width: 100%;
    margin: 35px auto 10px;
  }
  .b-cash .pay-text {
    width: 100%;
  }
}
#imagerate, #profiles-item img.user-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#profiles-item img.user-icon {
  width: 100px !important;
  height: 100px !important;
  margin-bottom: 22px;
  border-radius: 50%;
}

#profiles-item img.user-icon:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.user-icon-change {
  margin-top: 10px;
}

.width100 {
  width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #nav-profile a.route.settings-menu {
    font-size: 15px;
  }
  .item-date {
    /*font-size: 25px;*/
    /*padding-top: 17px;*/
    /*float: left;*/
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    margin-right: 34px;
  }
}
@media (max-width: 1199px) {
  .item .border:after {
    left: -17px;
  }
}
@media (max-width: 991px) {
  .item-label {
    right: -12px;
  }
  .item .border:after {
    left: -10px;
  }
}
.leaflet-top, .leaflet-bottom {
  z-index: 10 !important;
}

a.clock-ok {
  text-decoration: underline;
  position: absolute;
  background: white;
  border-radius: 50%;
  display: inline-block;
  padding: 4px;
  border: 1px solid;
  top: 50%;
  left: 50%;
  margin: -15px;
  z-index: 1;
}

a.clock-ok:hover {
  text-decoration: none;
}

.clockpicker-button {
  background-color: #2f77ee !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.clockpicker-button:hover {
  background-color: #09859d !important;
}

#profiles, #navigation, #filters, #container, #cabinet, #more,
#profiles-rules, #profiles-onerule {
  display: none;
}

#profiles {
  float: none;
  padding: 0px;
}

#preloader {
  display: block;
  min-height: 100px;
  position: relative;
}

.preloader-progress-position {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -15px;
}

#nav-menu > li > a {
  display: none;
}

/* SlideOut menu */
@media screen and (min-width: 780px) {
  #sidemenu {
    display: none;
  }
}
.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #f6f6f6;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  box-shadow: 9px -2px 39px -17px rgb(0, 0, 0);
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

@media screen and (min-width: 780px) {
  .slideout-panel {
    /*margin-left: 256px;*/
  }
  .slideout-menu {
    display: none;
  }
}
/* Slider */
.containerSlide {
  padding: 0 25px;
  position: relative;
}

.navSlide {
  position: absolute;
  font-size: 18px;
  height: 100%;
  line-height: 140px;
  color: #a6a6a6;
}

.navSlide.slickPrev {
  left: 0;
}

.navSlide.slickNext {
  right: 0;
}

.navSlide:hover {
  color: #2f77ee;
}

.slidePeople {
  height: 99px;
  background: #fff;
  margin-bottom: 12px;
  -webkit-box-shadow: 9px -2px 39px -17px rgb(0, 0, 0);
  -moz-box-shadow: 9px -2px 39px -17px rgb(0, 0, 0);
  box-shadow: 9px -2px 39px -17px rgb(0, 0, 0);
}

.peopleItem {
  height: 100px;
  width: 100%;
  border-width: 0 1px 0;
  border-style: solid;
  border-color: transparent;
  position: relative;
}

.mobile-peopleItem-stats {
  text-align: right;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: white;
}

.profile-block-all-enabled {
  background: rgba(243, 33, 41, 0.31);
}

.carouselPeople li.tab-active.profile-block-all-enabled .peopleItem {
  background: rgba(243, 33, 41, 0.8);
}

.carouselPeople li.tab-active .peopleItem {
  background: #b97cff;
  color: white;
  border-bottom: 0 solid #b97cff;
}

.carouselPeople li.tab-active .peopleItem a:focus {
  outline: none;
}

.carouselPeople li.tab-active .peopleItem p {
  color: white;
}

.carouselPeople li.tab-active .peopleItem:before {
  display: block;
}

.carouselPeople li.tab-active .peopleItem .photoPeople img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.carouselPeople a {
  padding-top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.carouselPeople a p {
  font-size: 14px;
  color: #748282;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}

.photoPeople {
  margin: 0 auto 10px;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}

.photoWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.photoWrap:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.device {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -5px;
  left: -9px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.device.dev-ANDROID {
  background-image: url("../img/carousel/dev-android.png");
}

.device.dev-iOS {
  background-image: url("../img/carousel/dev-apple.png");
}

.device.dev-WINDOWS {
  background-image: url("../img/carousel/dev-windows.png");
}

.device.dev-UNKNOWN {
  background-image: url("../img/carousel/dev-unknown.png");
}

.device.dev-none {
  display: none;
}

.avatar-container {
  padding: 10px;
}

.avatar-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.avatar-prevArrow, .avatar-nextArrow {
  position: absolute;
  top: 10px;
  height: 100%;
  border: none;
  width: 25px;
  font-size: 30px;
  background-color: transparent;
  padding: 0;
}

.avatar-nextArrow {
  right: 0;
}

.avatar-prevArrow {
  left: 0;
}

.avatar-selected {
  border: solid 3px #4caf50;
  width: 104px;
  height: 104px;
  margin-top: -2px;
  margin-left: -2px;
}

.select_avatar:focus {
  outline: 0;
}

.avatar-control {
  color: black;
}

.avatar-control i {
  padding: 5px;
  border-radius: 50%;
  background: #fff;
}

.avatar-control i:hover {
  background: #eeeeee;
}

.countNews {
  width: 19px;
  height: 19px;
  background: #f67451;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.countNews span {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
}

.photoPeople img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slick-track {
  min-width: 100%;
}

.slick-slide {
  min-width: 150px;
}

#profiles-geos {
  position: relative;
}

.containerSlide {
  /*width: calc(100% - 120px);*/
  width: 100%;
  float: left;
}

.upgradeButton {
  float: left;
  width: 178px;
  margin: 10px 0;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  height: 44px;
  background: #00c017;
  color: white;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
  position: fixed;
  left: -8px;
  z-index: 1000;
  top: -17px;
}

.upgradeButton:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /*padding: 10px;*/
}

/* Side Menu Start */
/*.backdrop {*/
/*position: fixed;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*z-index: 1050;*/
/*display: none;*/
/*overflow: hidden;*/
/*-webkit-overflow-scrolling: touch;*/
/*outline: 0;*/
/*background: rgba(5, 17, 19, 0.5); }*/
/*.sideMenu {*/
/*position: fixed;*/
/*right: 0;*/
/*top: 0;*/
/*width: 0;*/
/*height: 100%;*/
/*padding-left: 20px;*/
/*display: block;*/
/*background: none;*/
/*z-index: 9999; }*/
/*.sideMenu ul {*/
/*overflow: scroll;*/
/*margin: 0;*/
/*padding: 0;*/
/*list-style: none;*/
/*height: 100%;*/
/*background: white; }*/
/*.sideMenu ul li {*/
/*margin: 0; }*/
/*.sideMenu ul li a {*/
/*padding: 15px 20px;*/
/*font-size: 16px;*/
/*color: #707070;*/
/*font-weight: 700;*/
/*text-decoration: none;*/
/*display: block;*/
/*border-bottom: 1px solid #d4d4d4;*/
/*-webkit-transition: background 0.3s ease-in-out;*/
/*-moz-transition: background 0.3s ease-in-out;*/
/*-ms-transition: background 0.3s ease-in-out;*/
/*-o-transition: background 0.3s ease-in-out;*/
/*transition: background 0.3s ease-in-out; }*/
/*.sideMenu ul li:hover a {*/
/*background: #d4d4d4; }*/
.mobile-menu {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  margin: 25px 0 0 0;
  float: right;
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-menu:hover, .mobile-menu:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.mobile-side-menu li {
  text-align: center;
  border-bottom: solid 1px #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-side-menu li a {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
}

.mobile-side-menu li:hover {
  background: #e3e3e3;
}

#touch-menu {
  display: none;
}

.img-small-logo {
  display: none;
}

#log-block > .item:first-child {
  margin-top: 20px;
}

.item-text {
  max-height: none;
}

.beta-feature {
  display: none !important;
}

.owner-feature {
  display: none !important;
}

/*NAVIGATION*/
.nav-timeline > div > a:before {
  /*width: 22px;*/
  /*height: 30px;*/
}

.nav-timeline > div > a {
  display: inline-block;
  line-height: 30px;
}

/*NAVIGETION END*/
.header-icon {
  display: block;
  padding: 0px;
  margin: 0px;
  margin: 0 auto 2px;
}

.cabinetMenu > li > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

.icon-profiles {
  background: url(../img/icon-profiles-02.svg) center no-repeat;
}

.icon-account {
  background: url(../img/icon-account-01.svg) center no-repeat;
}

.icon-finances {
  background: url(../img/icon-finances-03.svg) center no-repeat;
}

.icon-notifications {
  background: url(../img/icon-notifications-04.svg) center no-repeat;
}

.icon-password {
  background: url(../img/icon-password-05.svg) center no-repeat;
}

#navHistory > a:before {
  top: -5px;
  left: -27px;
}

#navHistory > a span {
  /*top: -5px;*/
  position: relative;
  /*left: -20px;*/
}

.left-button {
  float: left;
  display: inline;
}

.right-button {
  float: right;
  display: inline;
}

/* RULES cards */
.rulecard {
  border-radius: 5px;
  border: 1px solid #e4e3e3;
  background: #fff;
  width: 100%;
  margin: 0 2% 20px 0;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 10px 0;
  -webkit-box-shadow: 1px 2px 5px 0px #989898;
  -moz-box-shadow: 1px 2px 5px 0px #989898;
  box-shadow: 1px 2px 5px 0px #989898;
}

.rulecard .title {
  font-size: 22px;
  color: #748282;
  border-bottom: 1px solid #dfe3e4;
  padding: 0 0 10px;
  margin: 0 17px;
  position: relative;
}

.rulecard .rulecard-content {
  padding: 10px 15px;
  font-size: 16px;
  color: #272727;
  line-height: 120%;
  position: relative;
}

.deny_poster {
  display: none;
  margin-top: -12px;
  margin-bottom: -73px;
  width: 100vw;
  min-height: calc(100vh - 150px);
  background-size: cover;
  line-height: 18px;
}

@media (max-width: 767px) {
  .deny_poster {
    min-height: calc(100vh - 116px);
  }
}
.deny_poster_text {
  padding-top: 10vh;
  padding-left: 40px;
  display: block;
  font-size: 16px;
  color: white;
}

.deny_poster_text_v2 {
  padding-top: 17vh;
  padding-left: 40px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #d7ecf4;
}

.deny_poster_text_v3 {
  padding-top: 17vh;
  padding-left: 40px;
  min-width: 650px;
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.deny_poster_text_social {
  padding-top: 25vh;
  margin-left: 160px;
  min-width: 650px;
  display: block;
  font-size: 16px;
  color: #d8edf5;
  width: 690px;
}

.deny_poster_text_calls {
  padding-top: 10vh;
  margin-left: 106px;
  min-width: 650px;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 690px;
}

#mainpanel {
  background-image: url("/static/img/background/waves.jpg");
}

@media (max-width: 767px) {
  .deny_poster_text_social {
    margin-left: 20px;
    min-width: 400px;
  }
}
.display_poster_button {
  display: inline-block;
  margin-top: 10px;
}

.max-height {
  height: 100% !important;
}

.font55 {
  font-size: 55px;
}

.margintop15 {
  margin-top: 15px;
}

.calllimit_title_button,
.timelimit_title_button,
.schedule_title_button {
  float: right;
  padding-right: 5px;
}

.irule-del:hover,
.irule-del,
.calllimit-del:hover,
.calllimit-del {
  color: black;
  text-decoration: none;
}

.irule-bg,
.calllimit-bg {
  background-color: white;
}

.calllimit-controls,
.calllimit-controls tr,
.calllimit-controls td {
  border: none;
}

.calllimit-controls {
  margin-bottom: 10px;
}

.calllimit-controls input {
  height: 30px;
  width: 100%;
  border-radius: 3px;
  border: solid 1px lightgray;
  padding: 5px;
}

.irule-input {
  border-radius: 3px;
  border: solid 1px lightgray;
  padding: 5px;
}

.timelimit_text {
  display: block;
  font-size: 24px;
  color: #2f77ee;
  padding-top: 8px;
  font-weight: 400;
  margin-bottom: 16px;
}

.timlimit-slider-fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
  background: #2f77ee;
  position: absolute;
}

.note {
  background: rgba(255, 0, 0, 0.07);
  border-radius: 5px;
  border: solid 1px rgba(255, 0, 0, 0.18);
  color: rgba(255, 0, 0, 0.55);
  margin: 5px;
  padding: 5px;
}

.center {
  text-align: center;
}

.apps_selector,
.timelimit_category_selector,
.category_selector {
  display: inline-block;
  border-radius: 5px;
  color: #757575;
  background: transparent;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  text-decoration: none;
}

.apps_selector:hover,
.apps_selector:focus,
.timelimit_category_selector:hover,
.timelimit_category_selector:focus,
.category_selector:focus,
.category_selector:hover {
  color: #757575;
  text-decoration: none;
}

.apps_selector:hover,
.timelimit_category_selector:hover,
.category_selector:hover {
  background: #ece9fa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.apps_selected {
  border-radius: 5px;
  background: #f67451;
  border-color: #f67451;
  color: white;
  margin-bottom: 10px;
}

.timelimit_category_selected:focus,
.timelimit_category_selected:hover,
.timelimit_category_selected {
  color: #4caf50;
  text-decoration: none;
}

.category_selected:focus,
.category_selected:hover,
.category_selected {
  color: red;
  text-decoration: none;
}

.weekday_green_selector,
.weekday_selector {
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  border-color: #2f77ee;
  color: #2f77ee;
  border-width: 2px;
  background: transparent;
  margin-left: -2px;
  margin-right: 0px;
  height: 40px;
  width: 43px;
  padding: 0;
  padding-top: 3px;
}

.weekday_green_selector:focus,
.weekday_selector:focus {
  color: #2f77ee;
}

.weekday_green_selector:hover,
.weekday_selector:hover {
  color: #2f77ee;
  background: #ece9fa;
}

.weekday_green_selected {
  border-radius: 50%;
  background: #4caf50;
  border-color: #4caf50;
  color: white;
}

.weekday_green_selected:hover {
  color: white;
  background: #3b833f;
}

.weekday_selected {
  border-radius: 50%;
  background: red;
  border-color: red;
  color: white;
}

.weekday_selected:hover {
  color: white;
  background: #eb0000;
}

.weekday_selected:focus {
  color: white;
}

.rule-name-input {
  border-bottom: solid 2px;
  border-right: solid 0;
  border-left: solid 0;
  border-color: #2f77ee;
  border-top: solid 0;
  padding: 2px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.wide-dialog {
  width: 80% !important;
}

.app-category-title {
  font-size: 18px;
  color: #748282;
  text-transform: uppercase;
  padding: 0px 0 10px 15px;
  border-bottom: 1px solid #d8d8d6;
  margin-bottom: 20px;
}

.app-width {
  width: 125px;
}

.right-border {
  border-right: 0 solid #d8d8d6;
}

@media (min-width: 992px) {
  .right-border {
    border-right: 1px solid #d8d8d6;
  }
}
.dashboard-app-duration {
  color: #748282;
}

.dashboard-app-table,
.dashboard-app-table tr,
.dashboard-app-table td {
  border: 0px;
  padding: 3px;
}

.dashboard-app-img {
  display: block;
  width: 48px;
  height: 48px;
}

.dashboard-control-panel {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  font-size: 20px;
}

.dashboard-mobile-tiles-row {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dashboard-mobile-tiles {
  padding-left: 3px;
  padding-right: 3px;
}

.dashboard-mobile-tile {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  height: 80px;
  padding: 10px 10px;
  vertical-align: top;
  text-align: right;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.dashboard-mobile-tile-icon1 {
  background: #f67451 url(../img/bg_icon1.png) left bottom no-repeat;
}

.dashboard-mobile-tile-icon2 {
  background: #ab3ef7 url(../img/bg_icon2.png) left bottom no-repeat;
}

.dashboard-mobile-tile-icon3 {
  background: #4fc2a6 url(../img/bg_icon3.png) left bottom no-repeat;
}

.dashboard-mobile-tile-icon4 {
  background: #f67451 url(../img/bg_icon4.png) left bottom no-repeat;
}

.dashboard-mobile-tile-icon5 {
  background: #4399de url(../img/bg_icon5.png) left bottom no-repeat;
}

.dashboard-mobile-tile-play {
  background: #3f9a84;
}

.dashboard-mobile-tile-pause {
  background: #2b7dbf;
}

.dashboard-mobile-tile-schedule {
  background: #4fc2a6;
}

.dashboard-schedule-button-text {
  text-align: right;
}

.dashboard-mobile-tile-action {
  text-align: left;
}

.dashboard-mobile-tile-action-icon {
  font-size: 36px !important;
  position: absolute;
  right: 14px;
  bottom: 8px;
}

.dashboard-mobile-tile-number {
  font-size: 20px;
}

.timeline-geo-text {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #929292;
  line-height: 20px;
}

.greylink {
  color: #748282;
}

.rulecard-create-new {
  height: 210px;
}

.create-new-button {
  padding-top: 67px;
}

.grey-background {
  background: #f5f5f5;
}

.white-background {
  background: white;
}

.name-validation-error {
  border-color: red;
}

/* end RULES cards*/
/* MAP marker styles */
.marker-bg-img {
  display: block;
  position: absolute;
  left: -2px;
  top: -17px;
  background-image: url("/static/img/marker_bg_shadow.png");
}

.marker-holder {
  position: relative;
  top: -15px;
}

.marker-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
}

/* end MAP marker styles */
/* Progress logo */
svg.progress-logo {
  width: 30px;
}

svg.progress-logo .progress-logo-side-1,
svg.progress-logo .progress-logo-side-2,
svg.progress-logo .progress-logo-side-3,
svg.progress-logo .progress-logo-side-4,
svg.progress-logo .progress-logo-side-5,
svg.progress-logo .progress-logo-side-6 {
  fill: grey;
  -webkit-animation: spinner-animation 300ms infinite;
  -moz-animation: spinner-animation 300ms infinite;
  -o-animation: spinner-animation 300ms infinite;
  animation: spinner-animation 300ms infinite;
}

svg.progress-logo .progress-logo-side-2 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

svg.progress-logo .progress-logo-side-3 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

svg.progress-logo .progress-logo-side-4 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

svg.progress-logo .progress-logo-side-5 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

svg.progress-logo .progress-logo-side-6 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

@-moz-keyframes spinner-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes spinner-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes spinner-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes spinner-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
/* end progress logo */
/* PROFILE manage */
.profile-name {
  font-weight: bold;
  margin-top: 10px;
}

.profile-details {
  font-size: 12px;
}

.profile-card,
.profile-manage,
.profile-fast-connect,
.profile-delete,
.profile-edit {
  margin-bottom: 10px;
}

.profile-manage {
  display: inline;
}

.profile-fast-connect {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
}

.profile-avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
}

/* END PROFILE manage */
.chart:hover {
  cursor: pointer;
}

.iti-flag {
  background-image: url("/static/img/flags.png");
}

.intl-tel-input {
  width: 100%;
  margin-right: 5px;
}

.topMenu > li.show-on-mobile.active,
.show-on-mobile {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/static/img/flags@2x.png");
  }
}
@media (max-width: 1200px) {
  .topMenu > li {
    margin-right: 8px;
    min-width: 68px;
  }
  .edit-mode > .rulecard-content {
    height: 100% !important;
  }
  .rule-name-input {
    margin-bottom: 10px;
    width: 100%;
  }
  .apps_selector,
  .category_selector {
    /*margin-top:10px;*/
    margin-bottom: 10px;
  }
  .weekday_selector {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  /* profile header for mobile */
  .profile-block-all-enabled {
    height: 71px !important;
  }
  .carouselPeople a p {
    margin: 15px auto;
    left: 21px;
    position: relative;
    text-align: left;
  }
  .navSlide {
    position: absolute;
    font-size: 18px;
    height: 100%;
    line-height: 76px;
  }
  .slidePeople {
    height: 71px;
    margin-bottom: 6px;
  }
  .peopleItem {
    height: 71px;
    position: relative;
  }
  .photoPeople {
    float: left;
    top: -5px;
    left: 10px;
  }
  .containerSlide {
    margin-bottom: -15px;
  }
  /* END profile header for mobile */
  .hide-on-mobile {
    display: none !important;
  }
  .max-height-on-mobile {
    height: 100% !important;
  }
  .wide-on-mobile {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
  }
  .rulecard-content {
    height: 100% !important;
  }
  .rulecard-create-new {
    height: 46px;
  }
  .apps_selector,
  .category_selector {
    /*margin-top:10px;*/
    margin-bottom: 10px;
  }
  .weekday_selector {
    margin-top: 10px;
  }
  .create-new-button {
    padding-top: 0;
  }
  .vertical-space {
    padding-top: 5px;
  }
  .chartLegends {
    display: none;
  }
  .chart {
    float: none;
    margin: 0 auto;
  }
  #nav-profile a {
    font-size: 12px;
    display: inline-block;
  }
  .now-date {
    width: 140px;
  }
  .topMenu > li > a:before {
    bottom: -12px;
  }
  .logo img {
    width: 32px;
    height: auto;
    margin-top: 18px;
  }
  .img-small-logo {
    display: block;
  }
  .img-big-logo {
    display: none;
  }
  .cabinet {
    min-height: 62px;
  }
}
.payment-buttons {
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .mobile-margin-top10 {
    margin-top: 10px;
  }
  .logo img {
    margin-top: 12px;
  }
  .topMenu > li.active {
    width: 100%;
  }
  .timelimit_title_text {
    display: none;
  }
  .hide-on-mobile {
    display: none;
  }
  .topMenu > li.show-on-mobile.active {
    display: block;
  }
  .scroll_link {
    width: 92%;
    margin-left: 15px;
  }
  .rule > label {
    float: none;
  }
  .cabinet {
    min-height: 70px;
  }
  #profiles-onerule .reset {
    float: none;
    right: 20px;
    width: 200px;
    margin: 10px auto;
  }
  .edit-app .table-left {
    float: none;
    width: 100%;
  }
  .edit-app .right-button {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .edit-app .right-button a {
    display: block;
    width: 200px;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  a.item-more {
    margin-right: 35px;
    margin-bottom: -6px;
  }
  .upgradeButton {
    /*margin-right: -15px;*/
  }
  .cabinetMenu > li {
    margin-right: -15px;
  }
  .cabinetMenu > li.active {
    background: #b97cff;
    color: white;
  }
  .nav-timeline > #navFilters > a:before {
    /*        background: url("../img/arrow-tab-b-25.svg") center no-repeat #f7f7f6;
        border-radius: 50%;
        width: 30px;
        border: 1px solid #ccc;
        margin: 0;*/
    margin-left: 7px;
  }
  .nav-timeline > #navRefresh > a {
    padding: 0;
  }
  .nav-timeline > div > a {
    display: block;
    float: left;
    /*width: 30px;*/
    height: 30px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    margin-top: 5px;
  }
  .mobile-menu {
    margin: 7px -12px 0 0;
  }
  #profiles {
    box-shadow: 0 1px 0 #d8d8d6;
  }
  /*#filters {*/
  /*border-bottom: 1px solid #d8d8d6;*/
  /*}*/
  .filters .filter {
    border: none;
  }
  header {
    margin-bottom: 0;
  }
  /*#filters, #navigation, #profiles {*/
  /*background: white;*/
  /*}*/
  .wrap {
    background: #f7f7f6;
  }
  /*#navigation {*/
  /*margin: 3px 0;*/
  /*border-top: 1px solid #d8d8d6;*/
  /*border-bottom: 1px solid #d8d8d6;*/
  /*padding-top: 8px;*/
  /*}*/
  /*div#navigation {*/
  /*background: transparent;*/
  /*}*/
  #more {
    background: white;
    margin-bottom: 10px;
  }
  .store {
    display: none;
  }
  .socialNetwork {
    display: none !important;
  }
  .item-date-mobile {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    font-size: 12px;
    width: 30px;
    font-weight: 400;
  }
  .item-content:after, .item-content:before {
    display: none;
  }
  .app-item-content {
    margin-right: 10px;
    margin-left: 10px;
  }
  .next-date, .prev-date, .next-date span.arrow, .prev-date span.arrow {
    margin-left: 0;
    margin-right: 0;
  }
  .filters label {
    width: 100%;
  }
  .now-date {
    width: 43px;
    border: none;
  }
  /*.nav-timeline a > span {*/
  /*display: none;*/
  /*}*/
  .containerSlide {
    min-width: 140px;
  }
  #profiles {
    /*padding: 0 10px;*/
    padding: 0;
  }
  #dashboardReports .report .jq-report {
    display: none;
  }
  .topMenu > li:hover > a:before, .topMenu > li.active > a:before {
    display: none;
  }
  /*.wrap.row {*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*}*/
  .topMenu > li > a:before {
    display: none;
  }
  .topMenu > li {
    float: none;
    margin: 0;
    padding-top: 3px;
    min-height: 55px;
  }
  .topMenu > li.active {
    padding-bottom: 0;
  }
  .topMenu > li > a {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    /*line-height: 70px;*/
  }
  #dashboardReports {
    margin: 0 10px;
  }
  #dashboardReports > .report {
    width: 100%;
    margin: 5px 0;
  }
  #dashboardReports .report:nth-child(even) {
    margin: 5px 0;
  }
  #dashboardTiles {
    padding: 0 10px;
  }
  #touch-menu {
    display: block;
    height: 55px;
  }
  #nav-profile {
    display: none;
  }
  #nav-menu > li:not(.active) {
    display: none;
  }
  .nav-date span.date {
    display: none;
  }
}
@media (max-width: 580px) {
  #dashboardReports .report .report-content {
    height: auto;
    max-height: 250px;
  }
  .chartLegends, .chart {
    float: none;
    margin: 15px auto;
  }
}
/* Side Menu Final */
.slideout-panel {
  position: static;
  z-index: 0;
}

#account-delete-popup {
  display: none;
  position: fixed;
  width: 500px;
  height: 200px;
  top: 20%;
  z-index: 10;
}

#account-delete-popup-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: black;
  opacity: 0.7;
}

.google-play-button {
  width: 200px;
}
.log-card {
    padding: 15px;
    background: white;
    box-shadow: 2px 3px 8px 1px rgb(216, 216, 216);
    color: #656565;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    max-width: 1200px;
    position: relative;
    border-radius: 10px;
}

.log-card-icon-holder {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
}

.log-card-screenshot-holder {
    height: 60px;
    width: 100px;
    flex: 0 0 100px;	
}

.log-card-app-holder {
    height: 60px;
    width: 70px;
    flex: 0 0 70px;
}

.log-card-description-holder {
    border-left: 1px solid #eee;
    padding-left: 5px;
}

.log-card-time-holder {
    height: 50px;
    width: 60px;
    flex: 1 0 60px;    
    text-align: right;	
}

.log-card-icon {
    width: 40px;
    margin-top: 10px;
}

.log-card-screenshot {
	max-height: 60px;
	border-radius: 3px;
}

.log-card-screenshot:hover {
    box-shadow: 2px 2px 2px 0px rgb(216, 216, 216);	
}

.log-card-name,
.log-card-zone,
.log-card-domain,
.log-card-contact {
	font-size:16px;
	font-weight: 500;
	line-height: 22px;
}
.log-card-zone {
    line-height: 0;
    top: 20px;
    position: relative;	
}

.log-card-category {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.log-card-description,
.log-card-details {
	font-size: 14px;
	line-height: 18px;
}

.log-card-duration {
    font-size: 12px;
    font-weight: 300;
}

.log-card-time {
    font-size: 14px;
    position: relative;
    top: 18px;
}

.log-card-whitelisted {
    position: absolute;
    right: 10px;
    font-weight: 500;
    color: green;
}

.log-alert {
	color: #f67451;
}

.log-card-blocked-badge {
    border-radius: 5px;
    border: solid 1px #f67451;
    color: #f67451;
    background: #fff6f3;
    padding: 2px;
    line-height: 24px;
}

i.log-card-eye {
	font-size: 26px;
	padding: 5px;
    border-radius: 5px;
}

.log-card-selectable:hover,
.log-card-selectable {
	text-decoration: none;
	cursor: pointer;
}
.log-card-selectable > div:hover{
	background: #e2e2e2;	
}
.log-card-prc-duration {
	position: absolute;
    z-index: 0;
    background: green;
    opacity: 0.1;
    margin-top: -10px;
    margin-left: -10px;
    height: 100%;
}
.nav-timeline {
	padding-left: 0;
}

.gallery-item {
    /*padding: 10px;*/
    background: #000;

    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;

    /*cursor: pointer;*/
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item__image-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.item-small {
    width: 200px;
    height: 200px;
    margin: 3px;
    box-sizing: border-box;
    /*display: inline-block;*/
    float: left;

}

.item-small img {
    /*border-radius: 5px;*/
}

.item-small img:hover {
    /*box-shadow: 2px 2px 2px 0 rgb(216, 216, 216);*/
}

.gallery-video-duration {
    color: white;
    position: absolute;
    bottom: 12px;
    right: 16px;
}

.gallery-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.gallery-video-hover {
    opacity: 0.8;
}

.gallery-video-hover:hover {
    opacity: 1;
}
.gallery-video-hover img:hover {
    box-shadow: 0 0 0 0 rgb(216, 216, 216)!important;
}

.video-player-modal {
    background: #000;
    width: 800px;
    height: 600px;
    margin: auto;
    display: none;
    border-radius: 10px;
}

.video-player-modal-bg {
    background: #1f1f1f;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    opacity: 0.65;
}
.media-delete:hover,
.media-delete:focus,
.media-delete{
    position: absolute;
    top: 10px;
    right: 16px;
    color: white;
    width: 10px!important;
    font-size: 20px;
    opacity: 0.6;
}
.media-delete:hover{
    opacity: 1;
}

@media (max-width: 767px) {
    .log-card-description-holder img {
        max-width: 180px;
    }
}

.item-alert {
    margin: 10px;
    box-sizing: border-box;
    float: left;
    width: 300px;
}

.item-alert img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}


.item-alerts-badwords {
    display: block;
    margin: 10px;
}
.item-alert-badwords-red {
    background: red;
    color: white;
    padding: 5px;
    margin: 5px;
    line-height: 35px;
    margin-right: 0;
    border-radius: 5px;
}

.item-alerts-classification {
    display: block;
    margin: 10px;
    line-height: 20px;
}

.item-alert-classification-green {
    background: #6fff6f;
    color: black;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.item-alert-classification-yellow {
    background: yellow;
    color: black;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.item-alert-classification-red {
    background: red;
    color: white;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.alert-item-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 500;
    font-size: larger;
    margin-bottom: 10px;
}

.alert-item-title img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.chat-bubble {
    max-width: 300px;
    word-wrap: break-word;
    margin-bottom: 10px;
    line-height: 24px;
}

.chat-bubble-clear {clear: both}
.chat-bubble-out {
    position: relative;
    padding: 10px 20px;
    color: white;
    background: #0B93F6;
    border-radius: 25px;
    float: right;
}
.chat-bubble-out:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:-2px;
		right:-7px;
		height:20px;
		border-right:20px solid #0B93F6;
		border-bottom-left-radius: 16px 14px;
		-webkit-transform:translate(0, -2px);
}
.chat-bubble-out:after {
		content:"";
		position:absolute;
		z-index:1;
		bottom:-2px;
		right:-56px;
		width:26px;
		height:20px;
		/*background:white;*/
		background:#f2f5f7;

		border-bottom-left-radius: 10px;
		-webkit-transform:translate(-30px, -2px);
}

.chat-bubble-in {
    position: relative;
    padding: 10px 20px;
    background: #E5E5EA;
    border-radius: 25px;
    color: black;
    float: left;
}

.chat-bubble-in:before {
		content:"";
		position:absolute;
		z-index:2;
		bottom:-2px;
		left:-7px;
		height:20px;
		border-left:20px solid #E5E5EA;
		border-bottom-right-radius: 16px 14px;
		-webkit-transform:translate(0, -2px);
}

.chat-bubble-in:after {
		content:"";
		position:absolute;
		z-index:3;
		bottom:-2px;
		left:4px;
		width:26px;
		height:20px;
		/*background:white;*/
		background:#f2f5f7;
		border-bottom-right-radius: 10px;
		-webkit-transform:translate(-30px, -2px);
}

.chat-bubble-unknown {
    position: relative;
    padding: 10px 20px;
    background: #ead9d0;
    border-radius: 25px;
    color: black;
    float: left;
	max-width: 100%!important;
}


.chat-bubble-info-in {
    display: block;
    text-align: left;
    font-size: 10px;
    font-weight: 200;
    clear: both;
    margin-bottom: 10px;
}

.chat-bubble-info-out {
    display: block;
    text-align: right;
    font-size: 10px;
    font-weight: 200;
    clear: both;
    margin-bottom: 10px;
}

.chat-bubble-info-unknown {
	text-align: left;
    font-size: 10px;
    font-weight: 200;
    clear: both;
    margin-bottom: 10px;
}

/*** pricing table ***/

.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	text-align:center;
	margin-top:22px;

    -webkit-box-shadow: 10px -11px 29px -19px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px -11px 29px -19px rgba(0,0,0,0.27);
    box-shadow: 10px -11px 29px -19px rgba(0,0,0,0.27);
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.pricingBloc ul li {
	border-bottom:1px solid #ddd;
	color:#5f626b;
	padding: 10px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
}
.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#555;
	color:#888!important;
	border:none;
	font-size: 24px;
	margin-bottom: 0;
	padding: 11px;
}
.pricingBloc h3 {
	background-color:#777;
	color:#fff!important;
	font-size: 44px;
	font-weight: 400;
	display: block;
	padding: 10px;
	margin-bottom: 0;
}
.pricingBloc h3.price {
	margin-bottom: 1px;
	line-height: 0.8;
}
.pricingBloc a {
	color: white!important;
	width: 100%;
    padding: 0;
    border: 0;
    font-size: 20px;
    font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.pricingBloc p.bestseller {
	background-color:#00c017;
	opacity: 0.7;
	margin-bottom:0;
	padding:1.5em;
}
.pricingBloc p.normal {
	background-color:#1b93c7;
	opacity: 0.7;
	margin-bottom:0;
	padding:1.5em;
}
.pricingBloc p:hover {
	opacity: 1;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	background-color:white;
	color:#2c2d30!important;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
	font-weight: 500;
}
.pricingBloc.focusPlan h3 {
	font-size: 40px;
	font-weight: 400;
	background-color:#757575;
 	color:#fff!important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	letter-spacing: normal;
}
.pricingBloc h2 {
	margin: 0;
}
.sign .btn {
  font-size: 24px;
}

.sign-disabled {
	font-size: 16px;
	color: #748282;
	/*color: #F67451;*/
}
.asterisk {
	color:#748282;
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	text-align: right;
}

@media (max-width: 990px) {
	.pricingBloc.focusPlan.mobile-top-margin {
		margin-top: 20px;
	}
}

/*** end pricing table ***/

@font-face {
  font-family: 'custom-icons';
  src: url('../fonts/custom-icons.eot?94416284');
  src: url('../fonts/custom-icons.eot?94416284#iefix') format('embedded-opentype'),
       url('../fonts/custom-icons.woff?94416284') format('woff'),
       url('../fonts/custom-icons.ttf?94416284') format('truetype'),
       url('../fonts/custom-icons.svg?94416284#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?94416284#custom-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-quote-left:before { content: '\e928'; } /* '' */
.icon-deviantart:before { content: '\e81d'; } /* '' */
.icon-left-open-mini:before { content: '\e804'; } /* '' */
.icon-right-open-mini:before { content: '\e805'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-music-outline:before { content: '\e800'; } /* '' */
.icon-music:before { content: '\e801'; } /* '' */
.icon-search-outline:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-heart:before { content: '\e807'; } /* '' */
.icon-heart-filled:before { content: '\e80e'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-star-filled:before { content: '\e818'; } /* '' */
.icon-user-outline:before { content: '\e814'; } /* '' */
.icon-user:before { content: '\e81b'; } /* '' */
.icon-users-outline:before { content: '\e823'; } /* '' */
.icon-users:before { content: '\e828'; } /* '' */
.icon-user-add-outline:before { content: '\e829'; } /* '' */
.icon-user-add:before { content: '\e82a'; } /* '' */
.icon-user-delete-outline:before { content: '\e82b'; } /* '' */
.icon-user-delete:before { content: '\e82c'; } /* '' */
.icon-video:before { content: '\e82d'; } /* '' */
.icon-videocam-outline:before { content: '\e82e'; } /* '' */
.icon-videocam:before { content: '\e82f'; } /* '' */
.icon-picture-outline:before { content: '\e80d'; } /* '' */
.icon-picture:before { content: '\e80c'; } /* '' */
.icon-camera-outline:before { content: '\e80b'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-th-outline:before { content: '\e809'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-th-large-outline:before { content: '\e80f'; } /* '' */
.icon-th-large:before { content: '\e810'; } /* '' */
.icon-th-list-outline:before { content: '\e813'; } /* '' */
.icon-th-list:before { content: '\e817'; } /* '' */
.icon-ok-outline:before { content: '\e822'; } /* '' */
.icon-ok:before { content: '\e824'; } /* '' */
.icon-cancel-outline:before { content: '\e825'; } /* '' */
.icon-cancel:before { content: '\e836'; } /* '' */
.icon-cancel-alt:before { content: '\e835'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e834'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e833'; } /* '' */
.icon-cancel-circled:before { content: '\e832'; } /* '' */
.icon-plus-outline:before { content: '\e831'; } /* '' */
.icon-plus:before { content: '\e830'; } /* '' */
.icon-minus-outline:before { content: '\e837'; } /* '' */
.icon-minus:before { content: '\e838'; } /* '' */
.icon-divide-outline:before { content: '\e839'; } /* '' */
.icon-divide:before { content: '\e83a'; } /* '' */
.icon-eq-outline:before { content: '\e83b'; } /* '' */
.icon-eq:before { content: '\e83c'; } /* '' */
.icon-info-outline:before { content: '\e83d'; } /* '' */
.icon-info:before { content: '\e83e'; } /* '' */
.icon-home-outline:before { content: '\e83f'; } /* '' */
.icon-home:before { content: '\e840'; } /* '' */
.icon-link-outline:before { content: '\e841'; } /* '' */
.icon-link:before { content: '\e842'; } /* '' */
.icon-attach-outline:before { content: '\e843'; } /* '' */
.icon-attach:before { content: '\e844'; } /* '' */
.icon-lock:before { content: '\e845'; } /* '' */
.icon-lock-filled:before { content: '\e846'; } /* '' */
.icon-lock-open:before { content: '\e847'; } /* '' */
.icon-lock-open-filled:before { content: '\e848'; } /* '' */
.icon-pin-outline:before { content: '\e849'; } /* '' */
.icon-pin:before { content: '\e84a'; } /* '' */
.icon-eye-outline:before { content: '\e84b'; } /* '' */
.icon-eye:before { content: '\e84c'; } /* '' */
.icon-tag:before { content: '\e84d'; } /* '' */
.icon-tags:before { content: '\e84e'; } /* '' */
.icon-bookmark:before { content: '\e84f'; } /* '' */
.icon-flag:before { content: '\e850'; } /* '' */
.icon-flag-filled:before { content: '\e851'; } /* '' */
.icon-thumbs-up:before { content: '\e852'; } /* '' */
.icon-thumbs-down:before { content: '\e853'; } /* '' */
.icon-download-outline:before { content: '\e854'; } /* '' */
.icon-download:before { content: '\e855'; } /* '' */
.icon-upload-outline:before { content: '\e856'; } /* '' */
.icon-upload:before { content: '\e857'; } /* '' */
.icon-upload-cloud-outline:before { content: '\e858'; } /* '' */
.icon-upload-cloud:before { content: '\e859'; } /* '' */
.icon-reply-outline:before { content: '\e85a'; } /* '' */
.icon-reply:before { content: '\e85b'; } /* '' */
.icon-forward-outline:before { content: '\e85c'; } /* '' */
.icon-forward:before { content: '\e85d'; } /* '' */
.icon-code-outline:before { content: '\e85e'; } /* '' */
.icon-code:before { content: '\e85f'; } /* '' */
.icon-export-outline:before { content: '\e860'; } /* '' */
.icon-export:before { content: '\e861'; } /* '' */
.icon-pencil:before { content: '\e862'; } /* '' */
.icon-pen:before { content: '\e863'; } /* '' */
.icon-feather:before { content: '\e866'; } /* '' */
.icon-edit:before { content: '\e865'; } /* '' */
.icon-print:before { content: '\e864'; } /* '' */
.icon-comment:before { content: '\e867'; } /* '' */
.icon-chat:before { content: '\e868'; } /* '' */
.icon-chat-alt:before { content: '\e869'; } /* '' */
.icon-bell:before { content: '\e86a'; } /* '' */
.icon-attention:before { content: '\e86b'; } /* '' */
.icon-attention-filled:before { content: '\e86c'; } /* '' */
.icon-warning-empty:before { content: '\e86d'; } /* '' */
.icon-warning:before { content: '\e86e'; } /* '' */
.icon-contacts:before { content: '\e86f'; } /* '' */
.icon-vcard:before { content: '\e870'; } /* '' */
.icon-address:before { content: '\e871'; } /* '' */
.icon-location-outline:before { content: '\e872'; } /* '' */
.icon-location:before { content: '\e885'; } /* '' */
.icon-map:before { content: '\e884'; } /* '' */
.icon-direction-outline:before { content: '\e883'; } /* '' */
.icon-direction:before { content: '\e882'; } /* '' */
.icon-compass:before { content: '\e881'; } /* '' */
.icon-trash:before { content: '\e880'; } /* '' */
.icon-doc:before { content: '\e87f'; } /* '' */
.icon-doc-text:before { content: '\e87e'; } /* '' */
.icon-doc-add:before { content: '\e87d'; } /* '' */
.icon-doc-remove:before { content: '\e87c'; } /* '' */
.icon-news:before { content: '\e87b'; } /* '' */
.icon-folder:before { content: '\e87a'; } /* '' */
.icon-folder-add:before { content: '\e879'; } /* '' */
.icon-folder-delete:before { content: '\e878'; } /* '' */
.icon-archive:before { content: '\e877'; } /* '' */
.icon-box:before { content: '\e876'; } /* '' */
.icon-rss-outline:before { content: '\e875'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-phone-outline:before { content: '\e874'; } /* '' */
.icon-phone:before { content: '\e873'; } /* '' */
.icon-menu-outline:before { content: '\e886'; } /* '' */
.icon-menu:before { content: '\e887'; } /* '' */
.icon-cog-outline:before { content: '\e888'; } /* '' */
.icon-cog:before { content: '\e889'; } /* '' */
.icon-wrench-outline:before { content: '\e88a'; } /* '' */
.icon-wrench:before { content: '\e88b'; } /* '' */
.icon-basket:before { content: '\e88c'; } /* '' */
.icon-calendar-outlilne:before { content: '\e88d'; } /* '' */
.icon-calendar:before { content: '\e88e'; } /* '' */
.icon-mic-outline:before { content: '\e88f'; } /* '' */
.icon-mic:before { content: '\e890'; } /* '' */
.icon-volume-off:before { content: '\e891'; } /* '' */
.icon-volume-low:before { content: '\e892'; } /* '' */
.icon-volume-middle:before { content: '\e893'; } /* '' */
.icon-volume-high:before { content: '\e894'; } /* '' */
.icon-headphones:before { content: '\e895'; } /* '' */
.icon-wristwatch:before { content: '\e896'; } /* '' */
.icon-stopwatch:before { content: '\e897'; } /* '' */
.icon-lightbulb:before { content: '\e898'; } /* '' */
.icon-block-outline:before { content: '\e899'; } /* '' */
.icon-block:before { content: '\e89a'; } /* '' */
.icon-resize-full-outline:before { content: '\e89b'; } /* '' */
.icon-resize-full:before { content: '\e89c'; } /* '' */
.icon-resize-normal-outline:before { content: '\e89d'; } /* '' */
.icon-quote-right:before { content: '\e929'; } /* '' */
.icon-move-outline:before { content: '\e89f'; } /* '' */
.icon-move:before { content: '\e8a0'; } /* '' */
.icon-popup:before { content: '\e8a1'; } /* '' */
.icon-zoom-in-outline:before { content: '\e8a2'; } /* '' */
.icon-zoom-in:before { content: '\e8a3'; } /* '' */
.icon-zoom-out-outline:before { content: '\e8a4'; } /* '' */
.icon-zoom-out:before { content: '\e8a5'; } /* '' */
.icon-popup-1:before { content: '\e8a6'; } /* '' */
.icon-left-open-outline:before { content: '\e8a7'; } /* '' */
.icon-left-open:before { content: '\e8a8'; } /* '' */
.icon-right-open-outline:before { content: '\e8a9'; } /* '' */
.icon-right-open:before { content: '\e8aa'; } /* '' */
.icon-down:before { content: '\e8ab'; } /* '' */
.icon-left:before { content: '\e8ac'; } /* '' */
.icon-right:before { content: '\e8ad'; } /* '' */
.icon-up:before { content: '\e8ae'; } /* '' */
.icon-down-outline:before { content: '\e8af'; } /* '' */
.icon-left-outline:before { content: '\e8b0'; } /* '' */
.icon-right-outline:before { content: '\e8b1'; } /* '' */
.icon-up-outline:before { content: '\e8b2'; } /* '' */
.icon-down-small:before { content: '\e8b3'; } /* '' */
.icon-left-small:before { content: '\e8b4'; } /* '' */
.icon-right-small:before { content: '\e8b5'; } /* '' */
.icon-up-small:before { content: '\e8b6'; } /* '' */
.icon-cw-outline:before { content: '\e8b7'; } /* '' */
.icon-cw:before { content: '\e8b8'; } /* '' */
.icon-arrows-cw-outline:before { content: '\e8b9'; } /* '' */
.icon-arrows-cw:before { content: '\e8ba'; } /* '' */
.icon-loop-outline:before { content: '\e8bb'; } /* '' */
.icon-loop:before { content: '\e8bc'; } /* '' */
.icon-loop-alt-outline:before { content: '\e8bd'; } /* '' */
.icon-loop-alt:before { content: '\e8be'; } /* '' */
.icon-shuffle:before { content: '\e8bf'; } /* '' */
.icon-play-outline:before { content: '\e8c0'; } /* '' */
.icon-play:before { content: '\e8c1'; } /* '' */
.icon-stop-outline:before { content: '\e8c2'; } /* '' */
.icon-stop:before { content: '\e8c3'; } /* '' */
.icon-pause-outline:before { content: '\e8c4'; } /* '' */
.icon-pause:before { content: '\e8c5'; } /* '' */
.icon-fast-fw-outline:before { content: '\e8c6'; } /* '' */
.icon-fast-fw:before { content: '\e8c7'; } /* '' */
.icon-rewind-outline:before { content: '\e8c8'; } /* '' */
.icon-rewind:before { content: '\e8c9'; } /* '' */
.icon-record-outline:before { content: '\e8ca'; } /* '' */
.icon-record:before { content: '\e8cb'; } /* '' */
.icon-eject-outline:before { content: '\e8cc'; } /* '' */
.icon-eject:before { content: '\e8cd'; } /* '' */
.icon-eject-alt-outline:before { content: '\e8ce'; } /* '' */
.icon-eject-alt:before { content: '\e8cf'; } /* '' */
.icon-bat1:before { content: '\e8d0'; } /* '' */
.icon-bat2:before { content: '\e8d1'; } /* '' */
.icon-bat3:before { content: '\e8d2'; } /* '' */
.icon-bat4:before { content: '\e8d3'; } /* '' */
.icon-bat-charge:before { content: '\e8d4'; } /* '' */
.icon-plug:before { content: '\e8d5'; } /* '' */
.icon-target-outline:before { content: '\e8e0'; } /* '' */
.icon-target:before { content: '\e8e5'; } /* '' */
.icon-wifi-outline:before { content: '\e8e6'; } /* '' */
.icon-wifi:before { content: '\e8e7'; } /* '' */
.icon-desktop:before { content: '\e8f5'; } /* '' */
.icon-laptop:before { content: '\e8f4'; } /* '' */
.icon-tablet:before { content: '\e8f6'; } /* '' */
.icon-mobile:before { content: '\e8f7'; } /* '' */
.icon-contrast:before { content: '\e8f8'; } /* '' */
.icon-globe-outline:before { content: '\e90a'; } /* '' */
.icon-globe:before { content: '\e90b'; } /* '' */
.icon-globe-alt-outline:before { content: '\e90c'; } /* '' */
.icon-globe-alt:before { content: '\e90d'; } /* '' */
.icon-sun:before { content: '\e90e'; } /* '' */
.icon-sun-filled:before { content: '\e90f'; } /* '' */
.icon-cloud:before { content: '\e910'; } /* '' */
.icon-flash-outline:before { content: '\e911'; } /* '' */
.icon-flash:before { content: '\e912'; } /* '' */
.icon-moon:before { content: '\e913'; } /* '' */
.icon-waves-outline:before { content: '\e8d6'; } /* '' */
.icon-waves:before { content: '\e8df'; } /* '' */
.icon-rain:before { content: '\e8e4'; } /* '' */
.icon-cloud-sun:before { content: '\e8e8'; } /* '' */
.icon-drizzle:before { content: '\e8e9'; } /* '' */
.icon-snow:before { content: '\e8f2'; } /* '' */
.icon-cloud-flash:before { content: '\e8f3'; } /* '' */
.icon-cloud-wind:before { content: '\e8f9'; } /* '' */
.icon-wind:before { content: '\e8fa'; } /* '' */
.icon-plane-outline:before { content: '\e8fb'; } /* '' */
.icon-plane:before { content: '\e902'; } /* '' */
.icon-leaf:before { content: '\e905'; } /* '' */
.icon-lifebuoy:before { content: '\e906'; } /* '' */
.icon-briefcase:before { content: '\e907'; } /* '' */
.icon-brush:before { content: '\e908'; } /* '' */
.icon-pipette:before { content: '\e909'; } /* '' */
.icon-power-outline:before { content: '\e914'; } /* '' */
.icon-power:before { content: '\e915'; } /* '' */
.icon-check-outline:before { content: '\e916'; } /* '' */
.icon-check:before { content: '\e917'; } /* '' */
.icon-gift:before { content: '\e8d7'; } /* '' */
.icon-temperatire:before { content: '\e8de'; } /* '' */
.icon-chart-outline:before { content: '\e8e3'; } /* '' */
.icon-chart:before { content: '\e8ea'; } /* '' */
.icon-chart-alt-outline:before { content: '\e8eb'; } /* '' */
.icon-chart-alt:before { content: '\e8f1'; } /* '' */
.icon-chart-bar-outline:before { content: '\e8f0'; } /* '' */
.icon-chart-bar:before { content: '\e8fc'; } /* '' */
.icon-chart-pie-outline:before { content: '\e8fd'; } /* '' */
.icon-chart-pie:before { content: '\e8fe'; } /* '' */
.icon-credit-card:before { content: '\e904'; } /* '' */
.icon-clipboard:before { content: '\e918'; } /* '' */
.icon-key-outline:before { content: '\e919'; } /* '' */
.icon-key:before { content: '\e91a'; } /* '' */
.icon-flow-split:before { content: '\e91b'; } /* '' */
.icon-flow-merge:before { content: '\e91c'; } /* '' */
.icon-flow-parallel:before { content: '\e91d'; } /* '' */
.icon-flow-cross:before { content: '\e91e'; } /* '' */
.icon-certificate-outline:before { content: '\e8d8'; } /* '' */
.icon-certificate:before { content: '\e8dd'; } /* '' */
.icon-scissors-outline:before { content: '\e8e2'; } /* '' */
.icon-scissors:before { content: '\e8e1'; } /* '' */
.icon-flask:before { content: '\e8ec'; } /* '' */
.icon-wine:before { content: '\e8ed'; } /* '' */
.icon-coffee:before { content: '\e8ef'; } /* '' */
.icon-beer:before { content: '\e8ff'; } /* '' */
.icon-anchor-outline:before { content: '\e900'; } /* '' */
.icon-anchor:before { content: '\e901'; } /* '' */
.icon-puzzle-outline:before { content: '\e903'; } /* '' */
.icon-puzzle:before { content: '\e91f'; } /* '' */
.icon-tree:before { content: '\e920'; } /* '' */
.icon-calculator:before { content: '\e921'; } /* '' */
.icon-infinity-outline:before { content: '\e922'; } /* '' */
.icon-infinity:before { content: '\e923'; } /* '' */
.icon-pi-outline:before { content: '\e924'; } /* '' */
.icon-pi:before { content: '\e925'; } /* '' */
.icon-at:before { content: '\e926'; } /* '' */
.icon-at-circled:before { content: '\e927'; } /* '' */
.icon-looped-square-outline:before { content: '\e8d9'; } /* '' */
.icon-looped-square-interest:before { content: '\e8dc'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\e8da'; } /* '' */
.icon-sort-alphabet:before { content: '\e8db'; } /* '' */
.icon-sort-numeric-outline:before { content: '\e8ee'; } /* '' */
.icon-gplus-1:before { content: '\e815'; } /* '' */
.icon-reddit:before { content: '\e821'; } /* '' */
.icon-dribbble:before { content: '\e816'; } /* '' */
.icon-flickr:before { content: '\e820'; } /* '' */
.icon-linkedin-1:before { content: '\e81c'; } /* '' */
.icon-rss-3:before { content: '\e81f'; } /* '' */
.icon-youtube:before { content: '\e81e'; } /* '' */
.icon-vimeo:before { content: '\e819'; } /* '' */
.icon-yahoo:before { content: '\e811'; } /* '' */
.icon-tumblr-1:before { content: '\e81a'; } /* '' */
.icon-facebook-1:before { content: '\e826'; } /* '' */
.icon-twitter-bird:before { content: '\e827'; } /* '' */
.icon-resize-normal:before { content: '\e89e'; } /* '' */
#map-canvas section.overlay {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-shadow: inset -100px 0 100px -100px rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    z-index: 2001;
}

#map-canvas.mode-create {
    cursor: crosshair !important;
}

#map-canvas g path.leaflet-freedraw-polygon {
    transition: all 0.25s;
    stroke-width: 4px;
    stroke-opacity: 1;
    stroke: #D7217E;
    position: absolute;
    z-index: 1001;
    fill: #D7217E;
    fill-opacity: .75;
    -webkit-filter: none;
}

#map-canvas.mode-delete path.leaflet-freedraw-polygon {
    cursor: no-drop !important;
}

#map-canvas.mode-delete path.leaflet-freedraw-polygon:hover {
    fill: #4d4d4d !important;
}

#map-canvas div.polygon-elbow {
    -webkit-transition: opacity .25s;
    box-shadow: 0 0 0 2px white, 0 0 10px rgba(0, 0, 0, .35);
    border: 5px solid #D7217E;
    border-radius: 10px;
    transition: opacity 0.25s;
    cursor: move;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    width: 0 !important;
    height: 0 !important;
}

#map-canvas div.polygon-elbow.non-polygon {
    opacity: 0 !important;
    pointer-events: none !important;
    border: 5px solid darkgray;
}

#map-canvas.mode-edit div.polygon-elbow {
    opacity: 1;
    pointer-events: all;
}

#map-canvas svg.tracer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    pointer-events: none;
}
