/*
 * basic html tags and general classes
 */
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
@font-face {
    font-family: "Ubuntu Light";
    src: url("Ubuntu-L.otf");
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: Ubuntu Light, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    text-align: center;
    overflow: auto;
    /* background: #e2eef3 url(../images/bg_05.webp); */
    background: linear-gradient(to bottom, #f5f5f5 10%, rgba(120, 120, 120, 0) 85rem), url(../images/bg_05.webp);
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    position: relative;
    cursor: default;
    background-color: #f4f4f4;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    text-align: left;
}
table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem;
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
}
a {
    color: #000;
    background: transparent;
    text-decoration: none;
}
a img {
    border: none;
}
img {
    display: inline-block;
    vertical-align: middle;
}
.right {
    float: right !important;
}
.left {
    float: left;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border: 1px solid #c3cccf;
    margin: 0;
    padding: 5px;
    width: 100%;
    height: 30px;
    line-height: normal;
    border-radius: 0px;
}
textarea {
    height: auto;
    resize: vertical;
}
select:disabled {
    background-color: #ebebe4;
}
.button {
    color: #fff;
    border: 0;
    padding: 0px 5px;
    cursor: pointer;
    background-color: #002a3a;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    border-radius: 0px;
}
input.button {
    padding: 10px 5px;
}
.button a {
     color: #fff;
     text-decoration: none;
     width: 100%;
     display: block;
     margin-top: 10px;
     margin-bottom: 10px;
}
a.button {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px 3px;
    text-align: center;
}
a.button.small {
    width: auto;
    display: inline-block;
    padding: 10px;
    border: 1px solid #c3cccf;
}
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
    width: 100%;
}
.detailColumns {
    width: 100%;;
    height: 50%;
    padding-top: 10px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.detailColumns .columns.vcenter{
    height: 100%;
    vertical-align: middle;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.detailColumns img {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 20% auto;
}
@media only screen {
    .small-1 { width: 8.33333%; }
    .small-2 { width: 16.66667%; }
    .small-3 { width: 25%; }
    .small-4 { width: 33.33333%; }
    .small-5 { width: 41.66667%; }
    .small-6 { width: 50%; }
    .small-7 { width: 58.33333%; }
    .small-8 { width: 66.66667%; }
    .small-9 { width: 75%; }
    .small-10 { width: 83.33333%; }
    .small-11 { width: 91.66667%; }
    .small-12 { width: 100%; }
}
@media only screen and (min-width: 801px) {
    .medium-1 { width: 8.33333%; }
    .medium-2 { width: 16.66667%; }
    .medium-3 { width: 25%; }
    .medium-4 { width: 33.33333%; }
    .medium-5 { width: 41.66667%; }
    .medium-6 { width: 50%; }
    .medium-7 { width: 58.33333%; }
    .medium-8 { width: 66.66667%; }
    .medium-9 { width: 75%; }
    .medium-10 { width: 83.33333%; }
    .medium-11 { width: 91.66667%; }
    .medium-12 { width: 100%; }
}
@media only screen and (min-width: 1001px) {
    .large-1 { width: 8.33333%; }
    .large-2 { width: 16.66667%; }
    .large-3 { width: 25%; }
    .large-4 { width: 33.33333%; }
    .large-5 { width: 41.66667%; }
    .large-6 { width: 50%; }
    .large-7 { width: 58.33333%; }
    .large-8 { width: 66.66667%; }
    .large-9 { width: 75%; }
    .large-10 { width: 83.33333%; }
    .large-11 { width: 91.66667%; }
    .large-12 { width: 100%; }
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.configItem > label {
    width: 40%;
    line-height: 32px;
}
.configItem input, .configItem select {
    width: 57%;
    float: right;
}
#backgroundImage {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/admin_bg.jpg') top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
span.error, small.error {
    display: block;
    padding-left: 5px;
    margin-top: -1px;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 25px;
    background: #6c9b00;
    color: #fff;
}
.error {
    color: #002a3a;
}
ul.error{
    list-style: none;
}
div.flash.info {
    display: block;
    padding-left: 5px;
    margin-top: -1px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2.6em;
    background: #6c9b00;
    color: #fff;
}
b.bigger {
    font-size: 16px;
}


/*
 * top and left menu
 */
.top-menu {
    height: 45px;
    margin-left: 0px;
    margin-bottom: 40px;
    text-align: left;
    color: #000;
    background: #ddd;
    border-bottom: 1px solid #002a3a;
    z-index: 2;
}
.top-menu .top-text {
    margin-left: 200px;
    font-size: 18px;
    padding: 12px 0px 0px 12px;
}
.top-menu .top-text.alternative{
    margin-left: 50px;
}
.logo {
    display: block;
    width: 100%;
    height: 72px;
    border: 0;
    background: url(../images/logo.png) no-repeat center center;
    cursor: pointer; cursor: hand;
}
.logo.alternative {
    width: 40px;
    height: 40px;
    margin: 6px 0px 0px 6px;
    background: url(../images/logo-small.png) no-repeat center center;
}
.side-bar:hover .logo.alternative {
    width: 100%;
    height: 72px;
    margin: 0;
    background: url(../images/logo.png) no-repeat center center;
}
.side-bar.hideme .logo.alternative {
    width: 40px;
    height: 40px;
    margin: 6px 0px 0px 6px;
    background: url(../images/logo-small.png) no-repeat center center;
}
.top-menu a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.top-menu a:hover {
    color: #000;
}
.top-menu .right {
    position: absolute;
    top: 2px;
    right: 0;
    height: 40px;
    font-size: 3em;
    font-weight: bold;
    width: 590px;
}
.top-menu .search-icon {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/search.png) no-repeat center center;
    background-size: contain;
    margin-top: 0px;
/*
    cursor: pointer; cursor: hand;*/
}
.top-menu .search-icon:hover {
    background: url(../images/search-selected.png) no-repeat center center;
    background-size: contain;
}
.logout {
    display: block;
    float: right;
    text-indent: -99999px;
    width: 45px;
    height: 32px;
    background: url(../images/logout.png) no-repeat center center;
    background-size: contain;
    margin-top: 3px;
    margin-right: 2%;
}
.logout:hover {
    background: url(../images/logout-selected.png) no-repeat center center;
    background-size: contain;
}
.mtm {
    display: block;
    float: right;
    text-indent: -99999px;
    width: 45px;
    height: 32px;
    background: url(../images/mtm.png) no-repeat center center;
    background-size: contain;
    margin-top: 9px;
    margin-right: 10px;
}
.mtm:hover {
    background: url(../images/mtm-selected.png) no-repeat center center;
    background-size: contain;
}
.admin-icon {
    display: block;
    float: right;
    text-indent: -99999px;
    width: 40px;
    height: 40px;
    background: url(../images/icon-admin.png) no-repeat center center;
    background-size: contain;
    margin-top: 5px;
    margin-right: 10px;
}
.admin-icon:hover {
    background: url(../images/icon-admin-selected.png) no-repeat center center;
    background-size: contain;
}
.logged-user {
    display: block;
    letter-spacing: 1px;
    float: right;
    font-size: 13px;
    width: 350px;
    height: 50px;
    /* line-height: 25px; */
    text-align: right;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* color: #78919b; */
}
.side-bar {
    width: 200px;
    float: left;
    z-index: 20;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #002a3a;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: -1px;
    min-height: 375px;
}
.side-bar.alternative {
    width: 50px;
}
.side-bar.alternative:hover {
    width: 200px;
}
.side-bar.alternative.hideme {
    width: 50px;
}
.side-bar.alternative .item-text {
    display: none;
}
.side-bar.alternative:hover .item-text {
    display: inline-block;
}
.side-bar.alternative.hideme .item-text {
    display: none;
}
.side-bar.alternative .menu-item {
    margin-left: 5px;
}
.side-bar.alternative:hover .menu-item {
    margin-left: 10px;
}
.side-bar.alternative.hideme .menu-item {
    margin-left: 5px;
}
.side-bar.stick {
    position: fixed;
    left: 0;
    top: 0;
}
.side-bar ul {
    display: none;
    background: #011d28;
    color: #78919b;
    margin: 0;
    padding: 5px 0 5px 0;
    width: 220px;
    z-index: 21;
}
.side-bar.alternative ul {
    display: none !important;
}
.side-bar.alternative:hover .selected ul {
    display: block !important;
}
.side-bar.alternative.hideme .selected ul {
    display: none !important;
}
.side-secondary ul.tercial {
    margin-left: 220px;
}
.side-secondary.stick {
    position: fixed;
    left: 0;
    top: 0;
}
.side-bar li {
    text-align: left;
    list-style: none;
    font-size: 15px;
    line-height: 28px;
    cursor: pointer; cursor: hand;
    padding: 0 30px;
}
.side-bar li.selected {
    color: #fff;
}
.side-bar li:hover {
    color: #fff;
    background-color: #002a3a;
}
.side-bar ul a {
    color: #78919b;
    text-decoration: none;
    width: 100%;
    display: block;
}
.side-bar li.selected a{
    color: #fff;
}
.side-bar li a:hover {
    color: #fff;
    background-color: #002a3a;
}
.side-bar .back {
    display: none;
}
.main-view {
    transition: margin-left .5s;
    margin: 20px 0 30px 200px;
    padding: 0;
}
.main-view.alternative {
    margin-left: 50px;
}
.main-view-content {
    width: 85%;
    /*min-width: 750px;*/
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
}
.main-view-content.full {
    width: 95%;
}
.menu-item {
    width: 40px;
    height: 40px;
    transition: 0.3s;
    margin: 0 10px;
    display: inline-block;
}
.item-text {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    font-size: 18px;
}
.menu-item.dashboard { background: url(../images/menu-item-dashboard.png) no-repeat; }
.menu-item.users { background: url(../images/menu-item-users.png) no-repeat; }
.menu-item.contacts { background: url(../images/menu-item-users.png) no-repeat; }
.menu-item.analytics { background: url(../images/menu-item-analytics.png) no-repeat; }
.menu-item.devices { background: url(../images/menu-item-locations.png) no-repeat; }
.menu-item.settings { background: url(../images/menu-item-settings.png) no-repeat; }
.menu-item.administration { background: url(../images/menu-item-administration.png) no-repeat; }
.menu-item.device { background: url(../images/menu-item-device.png) no-repeat; }
.menu-item.applications { background: url(../images/menu-item-applications.png) no-repeat; }
.menu-item.gam { background: url(../images/menu-item-gam.png) no-repeat; }
.menu-item.visuals { background: url(../images/menu-item-visual.png) no-repeat; }
.menu-item.cleanContent { background: url(../images/menu-item-filter.png) no-repeat; }
.menu-item.services { background: url(../images/menu-item-services.png) no-repeat; }
.menu-item.finances { background: url(../images/menu-item-finance.png) no-repeat; }
.side-bar .item.selected, .side-bar.alternative:hover .item.selected {
    background: #011d28; 
}
.side-bar.alternative .item.selected {
    background: none;
}
.side-bar .item.selected .item-text {
    color: #fff;
}
.side-bar .item.selected .menu-item.dashboard { background: url(../images/menu-item-dashboard-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.users { background: url(../images/menu-item-users-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.contacts { background: url(../images/menu-item-users-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.analytics { background: url(../images/menu-item-analytics-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.devices { background: url(../images/menu-item-locations-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.settings { background: url(../images/menu-item-settings-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.administration { background: url(../images/menu-item-administration-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.device { background: url(../images/menu-item-device-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.applications { background: url(../images/menu-item-applications-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.gam { background: url(../images/menu-item-gam-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.visuals { background: url(../images/menu-item-visual-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.cleanContent { background: url(../images/menu-item-filter-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.services { background: url(../images/menu-item-services-selected.png) no-repeat; }
.side-bar .item.selected .menu-item.finances { background: url(../images/menu-item-finance-selected.png) no-repeat; }
.side-bar .item:hover {
    background: #011d28;
}
.side-bar .item:hover .item-text {
    color: #fff;
}
.side-bar .item:hover .menu-item.dashboard { background: url(../images/menu-item-dashboard-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.users { background: url(../images/menu-item-users-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.contacts { background: url(../images/menu-item-users-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.analytics { background: url(../images/menu-item-analytics-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.devices { background: url(../images/menu-item-locations-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.settings { background: url(../images/menu-item-settings-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.administration { background: url(../images/menu-item-administration-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.device { background: url(../images/menu-item-device-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.applications { background: url(../images/menu-item-applications-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.gam { background: url(../images/menu-item-gam-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.visuals { background: url(../images/menu-item-visual-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.cleanContent { background: url(../images/menu-item-filter-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.services { background: url(../images/menu-item-services-selected.png) no-repeat; }
.side-bar .item:hover .menu-item.finances { background: url(../images/menu-item-finance-selected.png) no-repeat; }
.side-bar .item {
    padding: 8px 5px 8px 0px;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    color: #78919b;
    display: block;
    transition: 0.3s;
    cursor: pointer; cursor: hand;
    width: 100%;
}



/*
 * Content, forms, tables etc
 */
.search-block {
    display: none;
}
#popUp.showSearch .search-block {
    width: 30%;
    min-width: 300px;
    max-width: 400px;
    min-height: 10px;
    position: absolute;
    right: 20px;
    top: 155px;
    border: 1px solid #000;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    background: #fff;
    display: block;
}
.search-box {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 20px;
    border: none;
}
.search-box.search-main {
    padding-top: 0px;
}
.search-box.search-no-padding {
    padding-top: 0px;
}
.search-header {
    width: 100%;
    height: 40px;
    background: #dddddd;
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.search-block .search-row{
    font-size: 0.875rem;
    padding: 0 0px 9px 0px;
    width: 100%;
    line-height: 18px;
    text-align: left;
}
.search-block .half{
    width: 48%;
    display: inline-block;
    float: right;
}
.search-block .half:first-of-type{
    float: none;
}
.button-block a.button {
    margin-bottom: 9px;
}
.button-block {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.form-content, .form-view-content{
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
}
.form-content.full {
    width: 98%;
    margin-bottom: 20px;
}
.form-content.sign-form {
    min-width: initial;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}
.form-content.tabs, .form-view-content.tabs {
    background-color: #f4f4f4;
}
.sign-content {
    padding-top: 7%;
}
.sign-header {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sign-header img {
    width: 250px;
    max-width: 95%;
    height: auto;
    display: block;
    margin: 10px auto;
    margin-bottom: 20px;
}
.table-content {
    background-color: #fff;
    width: 100%;
    /*min-width: 700px;*/
    border: none;
    margin: 30px auto 0 auto;
    text-align: left;
}
.table-content.full {
    width: 98%;
}
.table-content.top {
    margin: 0 auto;
}
table.clickable tbody tr {
    cursor: pointer; cursor: hand;
}
table.clickable tbody td.noClickable {
    cursor: auto;
}
.form-content table, .table-content table, .form-view-content table {
    width: 100%;
}
.form-content th, .table-content th, .form-view-content th {
    padding: 9px 10px;
    font-size: 14px;
}
.form-content th {
    line-height: 30px;
}
.form-content .form-header, .form-view-content .form-header{
    width: 100%;
    height: 40px;
    background: #dddddd;
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.form-content .form-header.img-header, .form-view-content .form-header.img-header {
    height: 64px;
    line-height: 64px;
}
.form-content .form-header a, .form-view-content .form-header a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}
.form-content .form-header a.right, .form-view-content .form-header a.right{
    border-bottom: none;
    padding-bottom: 0px;
}
.tabs-content {
    padding-top: 10px;
    background: #fff;
}
.area .tabs-content {
    padding-top: 0px;
}
.tabs-content .content {
    display: none;
}
.tabs-content .content.active{
    display: block;
}
#loading {
    display: block;
    margin: 100px auto;
    width: 50px;
}
.main-content table .small-only, .table-content table .small-only, .form-view-content table .small-only, .form-content table .small-only, div.small-only, span.small-only {
    display: none;
}
.medium-only {
    display: none;
}
.main-view .time-picker {
    width: 47%;
    max-width: 55px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.main-view .max40 {
    max-width: 40px;
}
.main-view .max60 {
    max-width: 60px;
}
.main-view .max80 {
    max-width: 80px;
}
.main-view .max100 {
    max-width: 100px;
}
.main-view .max120 {
    max-width: 120px;
}
.main-view .max200 {
    max-width: 200px;
}
.main-view .padding-bottom {
    padding-bottom: 20px;
}
.leftLine {
    margin-right: 10px;
}
.statistic-big-blog {
    float: left;
    width: 100%;
    max-width: 48%;
    margin: 1%;
    max-height: 100%;
    min-width: 300px;
    background: #fff;
    color: #000;
    text-align: center;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.statistic-big-blog.full {
    max-width: 98%;
}
a .statistic-big-blog {
    max-width: 30%;
    min-width: 200px;
    margin: 1%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
.tiles-content {
    margin-left: 1%;
    margin-top: -30px;
}
.statistic-big-blog h3 {
    background: #002a3a url(../images/resize-max.png) no-repeat right 0.3em center;
    background-position: 1% 50%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0.3em;
    cursor: pointer;
    text-indent: 10px;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    line-height: 1.7;
}
.subheader {
    margin-bottom: 10px;
    min-height: 19px;
}
.subheader .active {
    font-weight: bold;
    text-decoration: underline;
}
.statistic-big-blog.full h3 {
    background: #002a3a url(../images/resize-min.png) no-repeat right 0.3em center;
    background-position: 1% 50%;
}
.statistic-big-blog h3.noresize {
    background: #002a3a;
}
a .statistic-big-blog h3 {
    font-family: Ubuntu Light;
    font-size: 22px;
    line-height: 1.4;
    background: #dddddd;
    color: #000;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.main-content .statistic-big-blog table, .form-view-content .statistic-big-blog table {
    border: none;
    margin-bottom: 0px;
}
.main-content .statistic-big-blog table tr:nth-child(odd), .form-view-content .statistic-big-blog table tr:nth-child(odd) {
    border: none;
    border-top: 1px solid #c3cccf;
}
.main-content .statistic-big-blog table tr:nth-child(even), .form-view-content .statistic-big-blog table tr:nth-child(even) {
    border: none;
    border-top: 1px solid #c3cccf;
}
.drop-item{
    width: 22px;
    height: 20px;
    margin: 8px 5px 0 0;
    position: relative;
    float: right;
    background: url(../images/stats-disabled.png) no-repeat right center;
}
.edit-item{
    width: 25px;
    height: 24px;
    margin: 6px 13px 0 0;
    position: relative;
    float: right;
    background: url(../images/icon-small-edit-w.png) no-repeat right center;
}
.filter-item{
    position: relative;
    float: right;
    width: 32px;
    height: 30px;
    margin: 3px 0 0 0;
    background: url(../images/icon-filter-w.png) no-repeat center center;
}
.stat-area-empty {
    width: 100%;
    height: 80px;
    padding: 5px;
}
.stat-area .stat-area-empty h4 {
    margin: 0;
}
.stat-area {
    width: 100%;
    height: 330px;
}
.map-stat-area {
    position: relative;
}
.main-content .full .map-stat-area {
    height: 660px;
}
.calstats {
    position: relative;
    margin-top: -10px;
    height: 340px;
}
.calstats img {
    width: 100%;
    height: 100%;
    max-width: 750px;
}
.main-content .full .calstats{
    height: 800px;
}
.main-content .full .calstats img{
    max-width: 1500px
}
.detailStat-area {
    width: 100%;
    height: 50%;
}
.statistic-big-blog h3 a {
    line-height: 20px;
    font-size: 1em;
}
.export {
    margin-bottom: 0px;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    color: #333;
    text-decoration: underline;
}
.map-stat-area .export {
    position: absolute;
    right: 19px;
    top: 40px;
    width: 23px;
    height: 23px;
    z-index: 2;
}
.map-stat-area .export > a {
    display: block;
    overflow: hidden;
    text-indent: -13333337px;
    width: 23px;
    height: 23px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-color: #fff;
    background-position: center;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
}
.google-custom-button {
    background: none padding-box rgb(255, 255, 255);
    display: table-cell;
    border: 0px;
    margin: 0px;
    padding: 0px 7px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 23px;
    vertical-align: middle;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
select.google-custom-button {
    width: auto;
}
div.google-custom-button {
    text-align: center;
}
div.google-custom-button:hover {
    background: none padding-box rgb(235, 235, 235);
    color: rgb(0, 0, 0);
}
.google-custom-button:focus {
    outline: 0;
}
.google-custom-button.selected {
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.table-export-right .amcharts-export-menu .export-main > a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: -6px 8px 3px 8px;
}
.table-export-right {
    text-align: left;
}
.statistic-big-blog:hover .table-export-right .amcharts-export-menu {
    opacity: 1;
}
.form-content.table-content.full:hover .table-export-right .amcharts-export-menu {
    opacity: 1;
}
.table-export-right .amcharts-export-menu li > a {
    cursor: pointer;
}
.table-export-right .amcharts-export-menu .export-main > a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: -6px 8px 3px 8px;
}
.amcharts-zoom-button .zoom > a, .amcharts-zoom-button .left > a, .amcharts-zoom-button .right > a {
    display: block;
    overflow: hidden;
    text-indent: -13333337px;
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 13px;
    margin: 0;
}
.amcharts-zoom-button .zoom > a:first-child {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%225%22%20fill%3D%22%23888%22%20width%3D%2213%22%20height%3D%223%22%2F%3E%0A%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23888%22%20width%3D%223%22%20height%3D%2213%22%2F%3E%0A%3C%2Fsvg%3E');
}
.amcharts-zoom-button .zoom > a:last-child {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%225%22%20fill%3D%22%23888%22%20width%3D%2213%22%20height%3D%223%22%2F%3E%0A%3C%2Fsvg%3E');
}
.amcharts-zoom-button .left > a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2210%22%20version%3D%221%22%20viewBox%3D%220%200%208%2010%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200L0%205l8%205z%22%20fill%3D%22%23888%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-1%2C0%29%22%2F%3E%3C%2Fsvg%3E');
}
.amcharts-zoom-button .right > a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2210%22%20version%3D%221%22%20viewBox%3D%220%200%208%2010%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2C0%20L8%2C5%20L0%2C10%20Z%22%20fill%3D%22%23888%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%281%2C0%29%22%2F%3E%3C%2Fsvg%3E');
}
.amcharts-zoom-button .zoom > a:first-child:hover {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20width%3D%2213%22%20height%3D%223%22%2F%3E%0A%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FFF%22%20width%3D%223%22%20height%3D%2213%22%2F%3E%0A%3C%2Fsvg%3E');
    background-color: #636363;
}
.amcharts-zoom-button .zoom > a:last-child:hover {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20width%3D%2213%22%20height%3D%223%22%2F%3E%0A%3C%2Fsvg%3E');
    background-color: #636363;
}
.amcharts-zoom-button .left > a:hover {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2210%22%20version%3D%221%22%20viewBox%3D%220%200%208%2010%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200L0%205l8%205z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-1%2C0%29%22%2F%3E%3C%2Fsvg%3E');
    background-color: #636363;
}
.amcharts-zoom-button .right > a:hover {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2210%22%20version%3D%221%22%20viewBox%3D%220%200%208%2010%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2C0%20L8%2C5%20L0%2C10%20Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%281%2C0%29%22%2F%3E%3C%2Fsvg%3E');
    background-color: #636363;
}
.amcharts-zoom-button .zoom {
    margin: 8px 12px 0 16px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    border-radius: 13px;
    width: 26px;
    height: 52px;
}
.amcharts-zoom-button .left, .amcharts-zoom-button .right {
    margin: 5px 5px 10px 10px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    border-radius: 13px;
    width: 26px;
    height: 26px;
}
.amcharts-zoom-button .left {
    margin: 5px 10px 10px 5px;
}
.amcharts-second-button, .amcharts-left-button, .amcharts-right-button {
    position: relative;
    display: none;
}
.amcharts-left-button, .amcharts-right-button {
    bottom: 0px;
}
.amcharts-second-button .amcharts-export-menu{
    right: 0px;
    top: 45px;
}
.amcharts-left-button .amcharts-export-menu{
    left: 6px;
    bottom: 0px;
}
.amcharts-right-button .amcharts-export-menu{
    right: 6px;
    bottom: 0px;
}
.statistic-big-blog:hover .amcharts-second-button .amcharts-export-menu, .statistic-big-blog:hover .amcharts-left-button .amcharts-export-menu, .statistic-big-blog:hover .amcharts-right-button .amcharts-export-menu {
    opacity: 1;
}
.amcharts-second-button .amcharts-export-menu .export-main:hover {
    padding-bottom: 0px;
}
.amcharts-second-button .amcharts-export-menu .export-main > a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20fill%3D%22%23888%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20fill%3D%22%23888%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20fill%3D%22%23888%22%20width%3D%222%22%20height%3D%2211%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%227%22%20fill%3D%22%23888%22%20width%3D%222%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E');
}
.amcharts-second-button .amcharts-export-menu .export-main:hover > a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20fill%3D%22%23FFF%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20fill%3D%22%23FFF%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20fill%3D%22%23FFF%22%20width%3D%222%22%20height%3D%2211%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%227%22%20fill%3D%22%23FFF%22%20width%3D%222%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E');
}
.table-export-right {
    position: relative;
    float: right;
}
a .statistic-big-blog .stat-area-empty {
    height: 200px;
}
a .statistic-big-blog .stat-area-empty img {
    padding-top: 1em;
    width: 150px;
    height: auto;
}
.statistic-big-blog .ct-chart .ct-grid {
    stroke: rgba(0,0,0,.9);
}
.statistic-big-blog .ct-chart .ct-label.ct-vertical, .statistic-big-blog .ct-chart .ct-label, .statistic-big-blog  .ct-chart .ct-label.ct-horizontal {
    fill: rgba(0,0,0,.99);
    color: rgba(0,0,0,.99);
}
.minor-count {
    margin: 2vh;
    min-height: 8vh
}
.minor-count span {
    display: block;
    float: left;
    width: 50%;
    height: 2vh;
    font-size: 0.9em;
    color: rgba(0,0,0,.99);
}
.statistic-big-blog .ct-label.ct-horizontal {
    margin-left: -1.4em;
}
.statistic-big-blog .basic-stat-font table {
    padding: 10px 0 20px 0;
    max-width: 270px;
    margin: 0 auto;
}
.statistic-big-blog .basic-stat-font table tr td, .main-content .statistic-big-blog .basic-stat-font table tr th{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.main-content .statistic-big-blog .basic-stat-font table tr th a{
    font-size: 18px;
    line-height: 26px;
}
.main-content .statistic-big-blog .columns.basic-stat-font table tr th {
    background: #dddddd;
}
.statistic-big-blog .basic-stat{
    display: inline-block;
    margin: 10px auto;
    height: 40px;
    min-width: 200px;
    width: 20%;
    text-align: left;
}
.statistic-big-blog .basic-stat img {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}
.statistic-big-blog .basic-stat div {
    position: relative;
    top: 5px;
    left: 0px;
    display: inline-block;
    padding: 0 7px;
    line-height: 15px;
    font-size: 1rem;
    text-align: left;
    margin: 0 auto;
}
.statistic-big-blog .row-full {
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
}
.pie-chart {
    padding: 30px;
    padding-top: 40px;
}
.pie-chart svg:not(:root) {
    overflow: visible;
}
.statistic-big-blog .tooltip {
    max-width: 100px;
    background-color: rgba(43, 43, 43, .8);
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    width: 100%;
    color: #fff;
    background: #333;
}
.map {
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    height: 80vh;
    border: 4px solid rgba(43, 43, 43, .9);
}
.stat-area .map {
    height: 320px;
    margin: 10px;
    width: auto;
}
.main-content .full .map-stat-area .map {
    height: 650px;
}
ul.pagination {
    display: block;
    height: 1.5rem;
    line-height: 1.6;
    padding: 0;
    margin-left: -2px;
    margin-right: 0px;
}
ul.pagination li {
    padding: 0;
    margin-left: 2px;
    float: left;
    display: block;
}
ul.pagination li a {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    text-decoration: none;
}
ul.pagination li a:hover {
    color: #fff;
}
ul.pagination li a, ul.pagination li.unavailable a {
    background: #ddd;
    color: #000;
}
ul.pagination li.current a {
    background: #002a3a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
ul.pagination li.infoBox {
    padding: 0.0625rem 0.625rem 0.0625rem;
    border-radius: 3px;
    font-weight: bold;
}
.main-content tbody td.actions, .table-content tbody td.actions {
    padding: 0;
}
.main-content thead th.actions, .table-content thead th.actions {
    padding: 0;
    margin-left: 0px;
}
.actions ul {
    float: left;
    padding: 0;
    margin: 0;
}
.actions li {
    list-style: none;
    margin: 0;
    left: 0;
    float: right;
}
thead th.actions li a {
    font-size: 50px;
    float: right;
    color: #808080;
    margin-left: 0px;
    width: 40px;
    text-align: center;
}
.form-header a.right {
    font-size: 50px;
    margin-top: -6px;
    margin-right: 0px;
}
.icons-1 {
    min-width: 41px;
    width: 41px;
}
.icons-2 {
    min-width: 81px;
    width: 81px;
    max-width: 81px;
}
.icons-3 {
    min-width: 81px;
    width: 123px;
    max-width: 123px;
}
.icons-4 {
    min-width: 81px;
    width: 165px;
    max-width: 165px;
}
.icons-5 {
    min-width: 123px;
    width: 207px;
    max-width: 207px;
}
.icon-accept {
    background: url('../images/icon-accept.png') no-repeat;
    width: 40px;
    height: 40px;
}
.ui-helper-hidden-accessible {
    display: none;
}
.hidden {
    display: none !important;
}
.point {
    display: inline-block;
    float: left;
    font-size: 28px;
    margin-top: -2px;
    margin-right: 5px;
}
.point.red {
    color: #f00;
    font-size: 22px;
    margin: 0px 4px 0 -1px;
}
.point.green {
    color: #090;
}
.point.orange {
    color: #ffa500;
}
.point.gray {
    color: #666666;
}
.ui-autocomplete {
    position: absolute;
    list-style: none;
    padding-left: 0px;
    outline: 0;
    border: 1px solid #c5c5c5;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    z-index: 10;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 8px 0 8px 5px;
}
.ui-menu .ui-menu-item-wrapper:hover {
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.main-content {
    margin: 0;
    padding: 0;
    width: 99%;
    padding-left: 0.7%;
    text-align: left;
    overflow: auto;
    min-height: 70px;
}
.main-content table, .table-content table {
    width: 100%;
    background-color: #fff;
    margin-right: 20px;
}
.table-content table.topTable {
    margin-bottom: 10px;
}
.main-content th, .table-content thead th, .form-view-content .statistic-big-blog thead th {
    height: 40px;
    background-color: #dddddd;
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    padding-right: 10px;
}
.form-view-content thead th {
    font-size: 16px;
}
.main-content th a, .table-content thead th a, .form-view-content .statistic-big-blog thead th a {
    background-color: #dddddd;
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
}
.main-content tbody td, .table-content tbody td, .form-view-content .statistic-big-blog tbody td {
    color: #002a3a;
    padding: 6px 10px;
}
.main-content table tr:nth-child(even), .table-content  table tr:nth-child(even), .form-view-content .statistic-big-blog table tr:nth-child(even) {
    background: #eee;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.main-content table tr:nth-child(odd), .table-content table tr:nth-child(odd), .form-view-content .statistic-big-blog table tr:nth-child(odd) {
    background: #fff;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.main-content .statistic-big-blog .columns table th {
    color: #000;
    background: none;
}
.main-content .statistic-big-blog .columns table tr {
    background: none;
    border: none;
}
.main-content .statistic-big-blog .columns table {
    margin-bottom: 15px;
}
.main-content .form-content table {
    border: none;
    margin-bottom: 0;
}
.main-content .form-content tr:nth-child(even), .main-content .form-content tr:nth-child(odd) {
    border: none;
    background: none;
}
.tabs-header {
    border-bottom: #c3cccf 1px solid;
    width: 100%;
}
.tabs-header div {
    position: relative;
    display: inline-block;
    border: #c3cccf 1px solid;
    padding: 4px 10px;
    font-size: 14px;
    margin-left: -1px;
    top: 3px;
    background: #fff;
    cursor: pointer; cursor: hand;
}
.tabs-header .active {
    padding: 6px 12px;
    border-bottom: #fff 1px solid;
    top: 1px;
    font-weight: bold;
}
.tabs-header div:first-child {
    margin-left: 4px;
    border-left: #c3cccf 1px solid;
}
.iphone-preview img {
    width: 90%;
    max-width: 302px;
    height: auto;
}
.sp-replacer.sp-light{
    margin-top: 5px;
    height: 40px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}
.sp-replacer .sp-preview{
    width: 100%;
    height: 30px;
}
.step {
    width: 260px;
    display: inline-grid;
    margin: 10px 0px 15px 15px;
    border: 1px solid #c3cccf;
}
.step .in {
    padding: 10px;
}
.step h4 {
    width: 100%;
    height: 40px;
    background: #022a3a;
    margin: 0 0 10px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
}
.step h4 .drop-item {
    display: none;
}
.step:nth-last-child(2) h4 .drop-item {
    display: block;
    cursor: pointer;
}
.step.single li {
    border: 1px solid #c3cccf;
    padding: 15px 10px;
    margin: 10px;
    width: 200px;
    display: inline-block;
    font-size: 16px;
}
.step.single li input[type="checkbox"]{
    margin: 0px 5px;
}
.step.single ol {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}
.step.single h4 {
    display: none;
}
.step.single {
    margin: 0px;
    border: none;
    width: auto;
}
.step.single .switchCheckbox {
    display: none;
}
.main-content table.no-border {
    border: none;
    margin: 0px;
}
.main-content table.no-border tr {
    border: none;
    background: none;
}
.registration-item {
    float: left;
    border: 1px solid #c3cccf;
    width: 100%;
    cursor: move;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
}
.registration-item label {
    padding-top: 10px;
    float: left;
}
.formItemsGray {
    float: left;
    border: 1px solid #c3cccf;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
    text-align: center;
}
.close {
    width: 25px;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 1%;
    position: relative;
    float: right;
    cursor: pointer;
    background: url(../images/disabled.png) no-repeat right center;
}
ul.editable {
    padding: 0;
    margin: 0;
    cursor: text;
}
ul.editable li {
    border: 1px solid #c3cccf;
    margin-bottom: 3px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding-left: 10px;
}
.table-content tbody td.adblock_view{
    padding: 20px;
}
.ablock {
    border: 1px solid #022a3a;
    text-align: center;
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    float: left;
}
.ablock:last-child {
    margin-bottom: 0;
}
.ab {
    background: #c3cccf;
    margin-bottom: 7px;
    font-size: 16px;
    padding: 4px;
}
.ab.fixed {
    background: none;
}
#popUp {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0,0,0,0.1);
}
#popUp.showSearch {
    display: block;
}
.admin .smap-suggest {
    width: auto;
    position: absolute;
}
.admin .smap-suggest .item {
    min-height: 30px;
}
.admin .smap-suggest .item .image {
    display: none;
}
.admin .smap-suggest .item .text {
    padding: 8px 16px;
}
.admin .smap-suggest .item .text strong {
    display: inline-block;
}
.admin .smap-suggest .item .text  em {
    display: none;
}
.admin .smap-suggest .item .text  em:first-of-type {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 4px;
}
.admin .smap-suggest:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(../images/mapy-logo-small.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 65px 14px;
}
@media only screen and (max-width: 1440px) {
    .main-view-content {
        width: 95%;
    }
    .big-only {
        display: none;
    }
    .main-content .full .calstats{
        height: 600px;
    }
}
/* make top and left menu smaller, graphs width 100%, max two menu tile per row */
@media only screen and (max-width: 1270px) {
    .map {
        width: 100%;
        margin-left: 0;
    }
    .statistic-big-blog h3 {
        font-size: 20px;
    }
    .statistic-big-blog, .statistic-big-blog.full {
        max-width: 99%;
        margin: 15px 0;
    }
    .statistic-big-blog h3 {
        background: #002a3a;
    }
    .statistic-big-blog.full h3 {
        background: #002a3a;
    }
    .stat-area {
        height: 280px;
    }
    .full .map-stat-area {
        height: 560px;
    }
    .stat-area-empty {
        height: 280px;
    }
    .stat-area .map {
        height: 270px;
    }
    .full .map-stat-area .map {
        height: 550px;
    }
    .main-content .calstats, .main-content .full .calstats{
        height: 450px;
    }
    .main-content .calstats img, .main-content .full .calstats img{
        max-width: 100%;
    }
    a .statistic-big-blog {
        max-width: 48%;
    }
}
/* small changes */
@media only screen and (max-width: 1000px) {
    a.button.small {
        width: 100%;
        display: block;
        border: none;
    }
    .iphone-preview {
        display: none;
    }
    .preview .iphone-preview {
        display: block;
    }
    .step {
        width: 230px;
    }
    .medium-only {
        display: inherit;
    }
    th.medium-only {
        display: none;
    }
    td.medium-only {
        display: none;
    }
    .mtm {
        display: none;
    }
    .main-content table .no-medium, .table-content table .no-medium, span.no-medium, div.no-medium, ul.pagination li.no-medium {
        display: none;
    }
    .main-content .calstats, .main-content .full .calstats{
        height: 350px;
    }
}
/* hide left menu, use full screen menu, smaller top bar, no-popup search box */
@media only screen and (max-width: 800px) {
    .top-menu {
        position: fixed;
        width: 100%;
        top: 0px;
        transition: top 0.5s;
    }
    .top-menu .logged-user{
        display: none;
    }
    .top-menu .right {
        width: 160px;
    }
    .top-menu .top-text, .top-menu .top-text.alternative{
        margin-left: 50px;
    }
    .top-menu .top-text {
        font-size: 16px;
        color: #fff;
    }
    .top-menu .top-text a {
        color: #6c9b00;
    }
    .side-bar {
        display: block;
        height: 45px;
        width: 45px;
        min-height: auto;
        background: none;
    }
    .side-bar.alternative, .side-bar.alternative:hover, .side-bar.alternative.hideme {
        display: block;
        height: 100%;
        width: 100%;
        background: #002a3a;
    }
    .side-bar .item {
        display: none;
    }
    .side-bar.alternative .item, .side-bar.alternative.hideme .item {
        display: block;
        text-align: center;
    }
    .main-view {
        margin-left: 0;
        margin-top: 0px;
        padding-top: 65px;
    }
    .logo, .side-bar:hover .logo.alternative, .side-bar.hideme .logo.alternative {
        width: 40px;
        height: 40px;
        margin: 3px 0px 0px 3px;
        background: url(../images/logo-small.png) no-repeat center center;
    }
    .side-bar.alternative .menu-item {
        display: inline-block;
        height: 44px;
    }
    .side-bar.alternative .item-text, .side-bar.alternative.hideme .item-text {
        display: inline-block;
        line-height: 40px;
        vertical-align: top;
        width: 150px;
        font-size: 18px;
        color: #fff;
    }
    .side-bar.alternative .item.selected ul {
        display: block !important;
    }
    .side-bar .item:hover {
        background: none;
    }
    .side-bar.alternative .item .menu-item.dashboard { background: url(../images/menu-item-dashboard-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.users { background: url(../images/menu-item-users-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.contacts { background: url(../images/menu-item-users-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.analytics { background: url(../images/menu-item-analytics-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.devices { background: url(../images/menu-item-locations-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.settings { background: url(../images/menu-item-settings-selected.png) no-repeat; } 
    .side-bar.alternative .item .menu-item.administration { background: url(../images/menu-item-administration-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.device { background: url(../images/menu-item-device-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.applications { background: url(../images/menu-item-applications-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.gam { background: url(../images/menu-item-gam-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.visuals { background: url(../images/menu-item-visual-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.cleanContent { background: url(../images/menu-item-filter-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.services { background: url(../images/menu-item-services-selected.png) no-repeat; }
    .side-bar.alternative .item .menu-item.finances { background: url(../images/menu-item-finance-selected.png) no-repeat; }
    .main-view.alternative {
        display: none;
        margin-top: 0px;
    }
    .side-bar.alternative .item.selected, .side-bar.alternative:hover .item.selected {
        background: none;
    }
    .side-bar.alternative .item.selected .item-text{
        font-size: 28px;
    }
    .side-bar.alternative .item.selected .menu-item{
        margin-left: 0px;
    }
    .side-bar ul {
        background: #002a3a;;
        width: 100%;
        color: #fff;
    }
    .side-bar ul a{
        color: #fff;
    }
    .side-bar li {
        padding: 0 30px 0 55px;
        display: block;
        line-height: 36px;
        vertical-align: top;
        width: 100%;
        height: 40px;
        font-size: 18px;
    }
    .side-bar.alternative .item.notselected {
        display: none;
    }
    .side-secondary ul.tercial {
        margin-left: 0px;
        top: 40px; 
    }
    .side-bar li.notselected {
        display: none;
    }
    .side-bar li.selected {
        font-size: 28px;
        color: #fff;
        background: none;
        text-align: center;
        padding: 0;
    }
    .side-bar.stick {
        position: static;
        left: 0;
        top: 0;
    }
    .side-secondary.stick {
        position: static;
        left: 0;
        top: 0;
    }
    .side-bar .back {
        background: url('../images/back.png') center center no-repeat;
        display: block;
        height: 100%;
        width: 40px;
        float: left;
        cursor: pointer; cursor: hand;
    }
    .form-content, .form-view-content {
        width: 100%;
        min-width: 200px;
        border-left: none;
        border-right: none;
    }
    .form-content.full {
        width: 100%;
    }
    .form-content.tabs, .form-view-content.tabs {
        border-top: none;
    }
    .table-content {
        width: 100%;
        min-width: 200px;
    }
    .table-content.full {
        width: 100%;
    }
    .form-view-content table:first-child thead{
        display: none;
    }
    .medium-3 {
        width: 33%;
    }
    ul.pagination li.small {
        display: none;
    }
    th.medium-only {
        display: table-cell;
    }
    td.medium-only {
        display: table-cell;
    }
    .step {
        min-width: 235px;
        width: 46%;
    }
    .step.single li {
        border: none;
        padding: 0px;
        margin: 5px;
    }
    #popUp.showSearch .search-block {
        top: 135px;
    }
}
/* top menu text in second row, smaller tiles, one tile per row */
@media only screen and (max-width: 600px) {
    .top-menu .top-text {
        font-size: 14px;
        background-color: #fff;
        color: #002a3a;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 45px;
        width: 100%;
        text-align: center;
        font-weight: bold;
        line-height: 28px;
        border-bottom: 2px solid #c3cccf;
    }
    .top-menu .top-text.alternative {
        display: none;
    }
    .main-view {
        padding-top: 90px;
    }
    .main-content .form-content {
        margin-top: 0px;
    }
    .main-view-content, .main-view-content.full{
        width: 100%;
        border-radius: 0px;
        border-left: none;
        border-right: none;
        padding: 20px 5px;
    }
    .table-content {
        margin-top: 50px;
    }
    .medium-3 {
        width: 50%;
    }
    .tiles-content {
        margin-top: -20px;
    }
    a .statistic-big-blog {
        max-width: 97%;
    }
    a .statistic-big-blog .stat-area-empty {
        height: 170px;
    }
    a .statistic-big-blog .stat-area-empty img {
        padding-top: 0px;
    }
    a .statistic-big-blog h3 {
        font-size: 18px;
    }
    .main-content table .no-small, .table-content table .no-small, .form-view-content table .no-small, div.no-small, span.no-small, ul.pagination li.no-small {
        display: none;
    }
    .main-content table .small-only, .table-content table .small-only, .form-view-content table .small-only, .form-content table .small-only, div.small-only, ul.pagination li.small-only {
        display: initial;
    }
    .stat-area, .full .map-stat-area {
        height: 230px;
    }
    .stat-area-empty {
        height: 230px;
    }
    .stat-area .map, .full .map-stat-area .map {
        height: 220px;
    }
    .form-view-content {
        padding-top: 15px;
    }
    .step {
        width: 90%;
    }
    .main-content .calstats, .main-content .full .calstats{
        height: 250px;
    }
    #popUp.showSearch .search-block {
        top: 160px;
    }
}
/* preview CSS */
.preview .iphone-preview{
    margin-top: 10px;
}
.iphone-preview .wrap{
    width: 262px;
    height: 487px;
    padding: 0px;
    oveflow: hidden;
    float: left;
}
.iphone-preview iframe{
    -ms-zoom: 0.8;
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0px 0px;
    -o-transform: scale(0.8);
    -o-transform-origin: 0px 50px;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
}
.iphone-preview iframe{
    float: left;
    border: none;
    width: 328px;
    height: 609px;
}
.iphone-preview .top{
    width: 299px;
    height: 74px;
    background: url(../images/preview/i6-top.png);
    margin: 0;
    padding: 0;
}
.iphone-preview .side-left{
    float: left;
    width: 18px;
    height: 487px;
    background: url(../images/preview/i6-side-left.png);
    margin: 0;
    padding: 0;
}
.iphone-preview .side-right{
    float: left;
    width: 19px;
    height: 487px;
    background: url(../images/preview/i6-side-right.png);
    margin: 0;
    padding: 0;
}
.iphone-preview .bottom{
    clear: both;
    width: 299px;
    height: 76px;
    background: url(../images/preview/i6-bottom.png);
    margin: 0;
    padding: 0;
}
.preview .tablet-preview{
    margin-top: 10px;
    margin-left: 10px;
}
.tablet-preview .wrap{
    width: 552px;
    height: 413px;
    padding: 0px;
    oveflow: hidden;
    float: left;
}
.tablet-preview iframe{
    -ms-zoom: 0.6;
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0px 0px;
    -o-transform: scale(0.6);
    -o-transform-origin: 0px 50px;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}
.tablet-preview iframe{
    float: left;
    border: none;
    width: 920px;
    height: 688px;
}
.tablet-preview .top{
    width: 671px;
    height: 52px;
    background: url(../images/preview/tablet-top.png);
    margin: 0;
    padding: 0;
}
.tablet-preview .side-left{
    float: left;
    width: 60px;
    height: 413px;
    background: url(../images/preview/tablet-side-left.png);
    margin: 0;
    padding: 0;
}
.tablet-preview .side-right{
    float: left;
    width: 59px;
    height: 413px;
    background: url(../images/preview/tablet-side-right.png);
    margin: 0;
    padding: 0;
}
.tablet-preview .bottom{
    clear: both;
    width: 671px;
    height: 51px;
    background: url(../images/preview/tablet-bottom.png);
    margin: 0;
    padding: 0;
}
.preview .desktop-preview{
    margin-top: 10px;
    margin-left: 10px;
}
.desktop-preview .wrap{
    width: 648px;
    height: 406px;
    padding: 0px;
    oveflow: hidden;
    float: left;
}
.desktop-preview iframe{
    -ms-zoom: 0.5;
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0px 0px;
    -o-transform: scale(0.5);
    -o-transform-origin: 0px 50px;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
}
.desktop-preview iframe{
    float: left;
    border: none;
    width: 1296px;
    height: 812px;
}
.desktop-preview .top{
    width: 700px;
    height: 26px;
    background: url(../images/preview/desktop-top.png);
    margin: 0;
    padding: 0;
}
.desktop-preview .side-left{
    float: left;
    width: 25px;
    height: 406px;
    background: url(../images/preview/desktop-side-left.png);
    margin: 0;
    padding: 0;
}
.desktop-preview .side-right{
    float: left;
    width: 27px;
    height: 406px;
    background: url(../images/preview/desktop-side-right.png);
    margin: 0;
    padding: 0;
}
.desktop-preview .bottom{
    clear: both;
    width: 700px;
    height: 125px;
    background: url(../images/preview/desktop-bottom.png);
    margin: 0;
    padding: 0;
}
.ab-resource-preview {
    max-width: 300px;
}
.admin .mce-btn button {
    padding: 2px 8px;
}
.admin .mce-container .mce-menubtn,.admin .mce-widget.mce-menubtn * {
    font-family: Ubuntu Light, Arial, sans-serif;
}