label {
    font-weight: 500;
}

.navbar-title {
    float: left;
    color: #ffffff;
}

.navbar-title h2 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 13px;
}

.navbar-buttons .btn {
    margin: 7px 7px 7px 0px;
}

.skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: #eee;
}

.skin-blue .main-header .navbar .dropdown-menu li a {
    color: #777;
}

.icon.locker {
    font-size: 70px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.icon {
    vertical-align: middle;
}

.icon-fw {
    width: 1.28571em;
    text-align: center;
    margin-right: 10px;
}

.box-header .icon {
    padding-right: 5px;
}

.top-icon {
    margin-top: -30px;
    color: #EEE;
}

.btn-default {
    background-color: #FFFFFF;
}

.btn-default:focus {
    background-color: #FFFFFF;
    border-color: #DDD;
}

.box-footer-note {
    padding-top: 6px;
    padding-left: 6px;
}

/* pro ucely geofence v nastaveni modulu */

.desaturate {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   pointer-events: none;
}

/* pro ucely geofence v nastaveni modulu END*/

.btn .icon {
    font-size: 10px;
}

.radio-active {
    color: #00C0EF;
}

.bootstrap-timepicker-widget {
    width: 120px;
}

/* flip zamku */

.locker.flipout{
    transition: .2s linear;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.locker.flipin{
    transition: .2s linear;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* flip zamku END */


/* box modulu */

.module-image {
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
    height: 110px !important;
    background-position: center center !important;
    margin-bottom: 10px;
}

.module-detail {
    display: none;
}

.event-list {
    list-style: outside none none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.event-list li {
    font-size: 110%;
    line-height: 1.7;
}

.event-list li .icon {
    font-size: 95%;
    padding-right: 5px;
}

.group.box {
    border-left: 3px solid rgb(60, 141, 188);
    border-top-color: #fff;
}

.btn-trackminshop {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* box modulu END */

/* Animace uzamykani */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader:before,
.loader:after {
    position: absolute;
    content: '';
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

.loader {
    font-size: 8px;
    margin: 5em auto;
    position: relative;
    margin-top: 0;
    margin-bottom: 2.5em;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 0.7em #00C0EF;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

.loader-dark {
    box-shadow: inset 0 0 0 0.7em #367FA9;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Animace uzamykani END */

/* Boxy */

.box {
    max-width: 530px;
    float: left;
    margin-right: 20px;
}

.group-modules {
    border-top: 1px solid #F4F4F4;
    background-color: #FFF;
    margin-top: 30px;
    display: none;
}

.group-modules .box {
    margin: 0 0 12px 0;
}

.dots {
    font-size: 4px;
    color: #3C8DBC;
    cursor: pointer;
    text-align: center;
}

.dots i {
    margin-right: 3px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* Boxy END */

/* animace alarmu */

.alarm {
    -webkit-animation: blink 3s linear infinite;
    -moz-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
}

@keyframes blink {
    0% { background-color: #ffcccc; }
    50% { background-color: #ffffff; }
    100% { background-color: #ffcccc; }
}
@-webkit-keyframes blink {
    0% { background-color: #ffcccc; }
    50% { background-color: #ffffff; }
    100% { background-color: #ffcccc; }
}

/* animace alarmu END */

/* editace modulu */

.module-images img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.module-images img:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.module-images label > input {
    /* HIDE RADIO */
    display: none;
}

.module-images label > input + img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.module-images label > input:checked + img {
    /* (CHECKED) IMAGE STYLES */
    border: 2px solid #367FA9;
    filter: alpha(opacity=100);
    opacity: 1;
}

#shared-users {
    list-style: outside none none;
}

#shared-users {
    padding-left: 10px;
}

#shared-users li {
    padding-top: 8px;
}

/* editace modulu END */


/* graf pravidel */

.rules-graph {
    overflow:visible;
    height: 5px;
    line-height: 5px;
    margin-bottom: 5px;
}

.progress div {
    float: left;
    height: 5px;
    line-height: 5px;
}
.pb-locked {
    background-color: #2595F0;
    overflow: hidden;
    display: inline-block;
}

.pb-unlocked {
    background-color: #A4A6A6;
    display: inline-block;
}

.graph-locker {
    position: relative;
    display: inline-block;
    width: 0;
    height: 5px;
    float: left;
    font: normal normal normal 14px/1 icon-font;
    font-size: inherit;
}

.graph-locker:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -4px;
    display: block;
    overflow: visible;
    font-size: 2vw;
    line-height: 2vw;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #ECF0F5;
}

.graph-locker:after{
    position: absolute;
    top: -3px;
    display: block;
    overflow: visible;
    font-size: 25px;
    line-height: 0;
    height: 4px;
    width: 4px;
}
.graph-locker.unlock:after {
    content:"(";
    color: #A4A6A6;
    left: -7px;
}

.graph-locker.lock:after {
    content:")";
    color: #2595F0;
    left: -12px;
}

.graph-digits {
    color: #A4A6A6;
    font-size: 80%;
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.progress.xs {
    height: 5px;
}

/* graf pravidel END */

/* barvy zamku, pridavani a odebirani ze skupiny */

.group-remove {
    color: #FF0000;
}

.group-remove:hover {
    color: #ff4040;
}

.group-add {
    color: #00A600;
}

.group-add:hover {
    color: #30BF30;
}

.toggle-lock {
    color: #00c0ef;
}

.toggle-lock:hover {
    color: #00c0ef;
}

.toggle-lockgroup {
    color: #00c0ef;
}

.toggle-lockgroup:hover {
    color: #00c0ef;
}
/* barvy zamku, pridavani a odebirani ze skupiny END */

/* seznam pravidel */
.rules-body {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.rule-label {
    margin-right: 5px;
    cursor: pointer;
}
.rule-add {
    cursor: pointer;
}

.rule-day-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.unlock-color {
    background-color: #A4A6A6;
}
.unlock-color:hover {
    background-color: #ff0000;
}
.lock-color {
    background-color: #2595F0;
}
.lock-color:hover {
    background-color: #ff0000;
}
/* seznam pravidel END */

/* Checkboxy pridani pravidla */

.modal-body label > input {
    display: none;
}

.rule-form-icon {
    position: relative;
    font-size: 170%;
    padding: 3px;
}

.pading-8 {
    margin-right: 8px;
}

/* Checkboxy pridani pravidla END*/

/* modal deaktivace pravidel */

#rulesdisable-modal .datepicker {
    padding: 10px;
    float: none;
    margin: 0px auto;
    width: 100%;
}

#rulesdisable-modal .timepicker {
    max-width: 141px;
    padding: 10px;
    float: none;
    margin: 0px auto;
    width: 100%;
}

#rulesdisable-modal .timepicker td {
    padding: 0;
}

/* modal deaktivace pravidel END */

/* TODO pomoci Mansonry preskladavat okna, tak aby nevznikaly mezery */


/*EDITACE PROFILU*/
#timezone.changed {
    background-color:red;
    color:white
}

/*KONEC EDITACE PROFILU*/

/* */

.module-detail {
    border-top: 1px solid rgb(244, 244, 244);
    border-bottom: 1px solid rgb(244, 244, 244);
}

.module-detail .col-sm-6 {
    padding-top: 20px;
}
.module-detail .col-sm-12 {
    border-top: 1px solid rgb(244, 244, 244);
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Editace uzivatele */

#time-zone {
    border-bottom: 1px solid rgb(244, 244, 244);
    padding-bottom: 20px;
}

#change-password {
    border-bottom: 1px solid rgb(244, 244, 244);
    padding-bottom: 20px;
}

#email-notifications .box-tools {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Avatar */
.info p {
    margin-top: 12px;
}

/* Aktivace/deaktivace pravidel v hornim panelu */
#toggle-rules-container {
    color: #ffffff;
}

#toggle-rules {
    margin: 10px;
    padding: 5px 10px;
}

/* Geofence v editaci modulu */
.geofence-radios {
    margin-top: 20px;
}

.geofence-title {
    margin-left: -5px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.geofence-map-area {
    margin-bottom: 10px;
}

/* Sdileni v editaci modulu */

.remove-share {
    color: #FFFFFF;
}

.module-share-new .input-group {
    margin-bottom: 10px;
}

.wrapper {
    background-color: #ECF0F5;
}

.module-share-new #share {
    margin-top: 10px;
    margin-bottom: 10px;
}

.status-rules, .status-share {
    padding-left: 3px;
    padding-right: 2px;
    font-size: 18px;
    vertical-align: middle;
}

#shared-users .label {
    margin-left: 8px;
}

.highlight {
    color: #3C8DBC;
}

.highlight-master {
    color: #FFA500;
}

/* Skupiny pravidel */

.not-selected .box-body {
    opacity: 0.5;
}

.active-rules {
    color: #008000;
    padding-right: 5px;
    vertical-align: middle;
}

.modal-body ul {
    list-style-type: none;
}

.modal-body ul li input {
    margin-right: 5px;
    border: 1px solid red;
}

/* login screen */

.login-box-body .form-group .glyphicon {
    padding-top: 25px;
}
.login-box-msg {
    margin-top: 15px;
    font-weight: 700;
}
.help-block {
    list-style-type: none;
}
#stay-logged {
    margin-top: 15px;
}

/* hinty */

.popover-content {
    font-size: 90%;
}

.hint {
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0px 3px 0px 2px;
    margin-left: 3px;
    color: #DDD;
    font-size: 10px;
}

.hint-event {
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0px 3px 0px 3px;
    margin-left: 3px;
    color: #DDD;
    font-size: 8px;
}

.geofence-title .hint, .box-title .hint {
    margin-left: 6px;
}

/* kalibrace */

.calibration-image {
    text-align: center;
    margin: 30px;
}

/* overeni e-mailu */

.verify-buttons {
    margin-top: 30px;
}

.verify-buttons .btn {
    margin-top: 10px;
}

/* pridani noveho modulu */

.doorito-id {
    text-transform: uppercase;
}