﻿.card {
    position: relative !important;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 2px;
}

*, :active, :focus, :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

.profile-main {
    position: relative;
    border: 1px solid black;
}

.card {
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    .profile-main .pm-overview {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-right: 2px solid #eee;
    }

    .profile-main .pmo-pic .pmo-stat {
        background: #FFC107;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .profile-main .pm-overview {
        width: 300px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .profile-main .pm-overview {
        width: 250px;
    }
}

@media (min-width: 768px) {
    .profile-main .pm-body {
        padding-left: 250px;
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .profile-main .pm-body {
        padding-left: 300px;
    }
}


.clearfix:before {
    content: " ";
    display: table;
}

.p-relative {
    position: relative !important;
}

.profile-main .pmo-pic {
    position: relative;
    margin: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

    .profile-main .pmo-pic:hover .pmop-edit {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .profile-main .pmo-pic .pmop-edit {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0,0,0,.38);
        text-align: center;
        padding: 10px 10px 11px;
        width:100%;
    }

@media (min-width: 768px) {
    .profile-main .pmo-pic .pmop-edit {
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.profile-main .pmo-pic .pmop-edit i {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
}

@media (min-width: 768px) {
    .profile-main .pmo-pic img {
        width: 100%;
        border-radius: 2px 2px 0 0;
    }

    .profile-main .pmo-pic .pmop-edit i {
        margin-right: 4px;
    }
}

.profile-main .pmo-pic .pmop-message {
    position: absolute;
    bottom: 27px;
    left: 50%;
    margin-left: -25px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    max-height: 350px;
    height: auto;
}

img {
    vertical-align: middle;
}

hr, img {
    border: 0;
}

.profile-main .pmo-pic .pmop-message .dropdown-menu button {
    bottom: 5px;
    left: 88px;
}

.btn-float i {
    font-size: 23px;
    transition: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.btn-float:not(.bgm-white):not(.bgm-gray) > i {
    color: #fff;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%);
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bgm-white {
    background-color: #fff !important;
}

.bgm-green {
    background-color: #4CAF50 !important;
}

.btn-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 46px !important;
}

    .btn-float:not(.m-btn) {
        position: absolute !important;
    }

.profile-main .pmo-pic .pmo-stat {
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-align: center;
    padding: 20px 5px 5px;
}

.profile-main .pmo-block {
    padding: 10px 25px 25px 25px;
}

    .profile-main .pmo-block > h2 {
        font-size: 16px;
        margin: 0 0 15px;
        font-family: inherit;
        font-weight: bold;
        line-height: 1.1;
        color: #333;
    }

.pmo-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pmo-contact ul li {
        position: relative;
        padding: 8px 0 8px 15px;
    }

        .pmo-contact ul li i {
            font-size: 18px;
            vertical-align: top;
            line-height: 100%;
            position: absolute;
            left: 0;
            width: 18px;
            text-align: center;
        }

.tab-nav {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    margin: 0;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #eee;
    width: 100%;
}

    .tab-nav.tn-justified > li {
        display: table-cell;
        width: 1%;
        text-align: center;
    }

    .tab-nav li {
        display: inline-block;
        vertical-align: top;
    }

        .tab-nav li.active > a {
            color: #000;
        }

@media (min-width: 768px) {
    .tab-nav li > a {
        padding: 15px;
    }
}

.tab-nav li > a {
    display: inline-block;
    color: #7a7a7a;
    position: relative;
    width: 100%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.lg-header, .tab-nav li > a {
    font-weight: 500;
    text-transform: uppercase;
}

*, :active, :focus, :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

.tab-nav:not([data-tab-color]) > li > a:after {
    background: #2196F3;
}

.tab-nav li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-nav li > a:after {
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.tab-nav li > a:after {
    content: "";
    left: 0;
}

@media (min-width: 1200px) {
    .profile-main .pmb-block {
        padding: 10px 20px 0;
    }
}

.profile-main .pmb-block {
    margin-bottom: 20px;
}

    .profile-main .pmb-block .pmbb-header {
        margin-bottom: 25px;
        position: relative;
    }

        .profile-main .pmb-block .pmbb-header h2 {
            margin: 0;
            font-weight: 100;
            font-size: 20px;
        }

        .profile-main .pmb-block .pmbb-header .actions {
            position: absolute;
            top: -2px;
            right: 0;
        }

.actions {
    list-style: none;
    padding: 0;
    z-index: 3;
    margin: 0;
}

    .actions > li {
        display: inline-block;
        vertical-align: baseline;
    }

.collapsing, .dropdown, .dropup {
    position: relative;
}

.actions > a, .actions > li > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 5px;
}

    .actions > a > i, .actions > li > a > i {
        color: #adadad;
        font-size: 20px;
    }

.dropdown:not([data-animation]) .dropdown-menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dropdown-menu {
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 10px 0;
    border-radius: 3px;
    top: -1px;
    margin: 0;
    border: 0;
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        left: auto;
        right: 0;
    }

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 9;
    display: none;
    min-width: 160px;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.profile-main .pmb-block .pmbb-edit, .profile-main .pmb-block .pmbb-view {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dl-horizontal dt {
    text-align: left;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

dd {
    margin-left: 0;
}

.nav-action > a {
    z-index: 100;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    line-height: 0px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    cursor: pointer;
    top: -5px;
}

    .nav-action > a > i {
        position: relative;
        top: 9px;
        left: 8px;
    }

.nav-action > ul {
    min-width: 100px !important;
    left: 50px !important;
    top: -15px !important;
    min-height: 40px;
    max-height: 40px;
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav-action > ul {
        min-width: 400px !important;
        left: -275px !important;
        top: -115px !important;
        min-height: 50px;
    }
}

.nav-action > ul > li {
    float: left !important;
    margin-top: 5px;
    min-width: 100px;
}



    .nav-action > ul > li > a {
        clear: unset !important;
    }

.pointer {
    cursor: pointer;
}

.max-z-index {
    z-index: 1040 !important;
}

.special-card-info {
    font-size: 14px !important;
}

.icon-edit {
    position: absolute;
    top: 5px;
    right: -8px;
    font-size: 25px;
    color: #0077dd;
}

.icon-edit-success {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 25px;
    color: #5cb85c;
}

    .icon-edit-success:hover {
        color: #3fbd3f !important;
    }

.icon-edit-cancel {
    position: absolute;
    top: 15px;
    right: -8px;
    font-size: 25px;
    color: #d9534f;
}

    .icon-edit-cancel:hover {
        color: #e42f29 !important;
    }

.ui-draggable-dragging {
    z-index: 1000 !important;
}

.area-assign {
    min-height: 40px;
    border: dotted 1px;
}

.area-active {
    background-color: #f4f442;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.un-assign {
    opacity: 0.5;
}
