/*
 * Following CSS codes are used only for demo purpose thus you can remove them completly whenever you want.
 */

.toggle-switch .ts-label {
    min-width: 165px;
}

.media-demo .media {
    margin-bottom: 25px;
}

.media-demo .media .media {
    margin-top: 25px;
}

.dropdown-basic-demo {
    display: inline-block;
    margin: 0 15px 20px 0;
}

.dropdown-basic-demo .dropdown-menu {
    display: block;
    position: relative;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}

.dropdown-btn-demo .dropdown,
.dropdown-btn-demo .btn-group,
.btn-demo .btn {
    display: inline-block;
    margin: 0 5px 7px 0;
}

.modal-preview-demo .modal {
    position: relative;
    display: block;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
}

.margin-bottom>* {
    margin-bottom: 20px;
}

.popover-demo .popover {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 30px;
    z-index: 0;
}

.color-block {
    height: 100px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 15px 0;
    border-radius: 2px;
    margin-bottom: 25px;
}

.color-block span {
    display: block;
}

.color-block .color {
    font-size: 14px;
    text-transform: uppercase;
}

.color-block .code {
    margin: 5px 0;
}

.color-block .less {
    font-size: 11px;
}

.animation-demo .row {
    margin: 25px -6px 0;
    margin-bottom: -10px;
}

.animation-demo .card-body img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.animation-demo .col-xs-6 {
    padding: 0 6px;
    margin-bottom: 12px;
}

.animation-demo .btn {
    width: 100%;
    text-transform: none;
}

.bs-item {
    background: #fff;
    margin-bottom: 30px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.bs-item:before {
    display: inline-block;
    content: "";
    height: 100px;
    width: 1px;
    vertical-align: middle;
}

.btn-colors>.btn {
    min-width: 112px;
}

.btn-demo>.btn,
.btn-group-demo>.btn-group {
    margin: 0 5px 10px 0;
}

.icons-demo .card-body .zmdi,
.card-body .socicon {
    font-size: 23px;
    vertical-align: middle;
    color: #333;
    margin-right: 10px;
}

.icons-demo .card-body .col-sm-4 {
    padding: 0 7px;
}

.icons-demo .card-body .col-sm-4 p {
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 0;
}

.icons-demo .card-body .col-sm-4 p:hover {
    background: #eee;
    cursor: pointer;
}

.notifications .btn {
    width: 100%;
    margin-bottom: 20px;
}

.datepicker-demo .dd-block {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
    vertical-align: top;
}

@media (min-width: 1200px) {
    #profile-main .pm-overview-lg {
        width: 0px;
        opacity: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #profile-main .pm-overview-lg {
        width: 0px;
        opacity: 0;
    }
}

@media (min-width: 768px) {
    #profile-main .pm-overview-lg {
        position: absolute;
        left: 0;
        top: 0;
        height: 0px;
        background: #f8f8f8;
        border-right: 1px solid #eee;
    }
}

@media (max-width: 767px) {
    #profile-main .pm-overview-lg {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    #profile-main .pm-body-lg {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #profile-main .pm-body-lg {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    #profile-main .pm-overview {
        width: 200px !important;
    }
}

@media (min-width: 1200px) {
    #profile-main .pm-body {
        padding-left: 200px !important;
    }
}

#profile-main .pmo-block {
    padding: 0px !important;
}

@media screen and (min-width: 768px) {
    .card-header:not(.ch-alt) {
        padding: 10px 25px !important;
    }
}

@media (min-width: 1200px) {
    #profile-main .pmb-block {
        padding: 15px 25px 0 !important;
    }
}

#profile-main .pmo-pic .pmo-stat {
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-align: center;
    padding: 15px 5px 10px 0px !important;
}

#profile-main .pmo-block {
    padding-left: 20px !important;
}

table tbody tr td .actions>li>a,
.actions>a {
    height: 20px !important;
    width: 20px !important;
    line-height: 25px !important;
}

table tbody tr td .actions>li.dropdown {
    position: absolute;
    z-index: 1;
}


/* PIN BOARD */

ul.notes li,
ul.tag-list li {
    list-style: none;
}

ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}

ul.notes li div.post-it {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative;
}

ul.notes li div.post-it small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

ul.notes li div.post-it a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}

ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}

ul.notes li div.post-it p {
    font-size: 12px;
}

ul.notes li div.post-it {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 2px #212121;
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

ul.notes li div.post-it {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

ul.notes li:nth-child(even) div.post-it {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

ul.notes li:nth-child(3n) div.post-it {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}

ul.notes li:nth-child(5n) div.post-it {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}

ul.notes li div.post-it:hover,
ul.notes li div.post-it:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5;
}

ul.notes li div.post-it {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
}

.bgm-silver {
    background-color: #e0e0e0 !important;
}

.mfb-component--br a {
    color: #fff;
}

.mfb-component--br .popover.left {
    margin-right: 130px;
}

.fullscreen-ibox-mode .animated {
    animation: none;
}

body.fullscreen-ibox-mode {
    overflow-y: hidden;
}

.card.fullscreen {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

.card.fullscreen .collapse-link {
    display: none;
}

.card.fullscreen .ibox-content {
    min-height: calc(100% - 48px);
}

.mfb-component--br {
    z-index: 1010 !important;
}

.dropdown-menu .dropdown-menu-lg .stop-propagate .pull-right {
    z-index: 1040 !important;
}

.sweet-overlay {
    z-index: 1020 !important;
}

.sweet-alert {
    z-index: 999999 !important;
}

.header-dieta-fixed {
    position: fixed;
    width: 100%;
    z-index: 3;
}

.actions-fixed {
    right: 30px !important;
}

.listview.lv-lg .lv-item:hover {
    background-color: #eee;
}

.favorita {
    color: yellow !important;
}

label {
    color: #0c92ce;
}

.profile-menu>a .profile-pic>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.14);
    box-sizing: content-box;
}

.profile-menu>a .profile-info {
    background: rgba(0, 0, 0, 0.37);
    padding: 7px 14px;
    color: #fff;
    margin-top: 7px;
    position: relative;
}

.panel-default>.panel-heading {
    border-top: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
}

.panel-body {
    border-bottom: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
}