﻿.z-html {
    height: 100%;
}

.z-body {
    color: #73879C;
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
    padding-right: 0px !important;
    margin-right: 0px !important;
    background-color: #F7F7F7;
}

.z-pageheader {
    font-size: xx-large;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    margin-top: 10px;
}

.z-left-panel {
    background-color: #2A3F54;
    color: white;
    padding: 0;
    height: 100%;
    display: table-cell;
    min-width: 220px;
    position: fixed;
}

@media only screen and (min-width: 768px) {
    .z-right-panel {
        background-color: #F7F7F7;
        padding: 0;
        height: 100%;
        display: table-cell;
        width: 100%;
        padding-top: 65px;
        padding-left: 230px;
        padding-bottom: 45px;
    }

    .z-navbar {
        background-color: #dcdcdc !important;
        box-shadow: 0 1px 20px 0 black;
        left: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .z-right-panel {
        background-color: #F7F7F7;
        padding: 0;
        height: 100%;
        display: table-cell;
        width: 100%;
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .z-navbar {
        background-color: #dcdcdc !important;
        box-shadow: 0 1px 20px 0 black;
    }
}

.z-right-panel-btns {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.z-left-panel-btns {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.z-nav-btn {
    margin: 0 !important;
    display: table-cell;
    border-radius: 0 !important;
    background-color: #172D44;
    border-color: #172D44;
    border: 0;
    border-right: 1px solid white;
}

    .z-nav-btn:last-child {
        border-right: 0;
    }

.z-nav-link-container {
    overflow-x: auto;
    height: 100%;
    padding-bottom: 200px;
}

.z-nav-link {
    background-color: transparent;
    color: white !important;
    border: none;
}

    .z-nav-link:hover {
        background-color: #337ab7 !important;
        color: white !important;
        border: none;
    }

    .z-nav-link.active {
        background-color: #337ab7 !important;
        color: white !important;
        border: none;
    }

/*.z-nav-link:focus {
        background-color: #2a3f54 !important;
        color: white !important;
        border-right: 5px solid #2bbaff !important;
        box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
    }*/

.panel-collapse .z-nav-link {
    border-right: 5px solid #2bbaff !important;
}

.z-left-panel-title {
    font-weight: 400;
    font-size: x-large;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.z-profile-pic {
    width: 40px;
    height: 40px;
    /*border: 3px solid white;*/
    /*margin: 5px;*/
    /*display: inline-block;*/
}

li .z-profile-pic {
    width: 35px;
    height: 35px;
}

.z-profile-name {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

li .z-profile-name {
    margin-right: 20px;
}

.ui-resizable-e {
    right: 8px !important;
}

.resizable .z-panel {
    border-right: 3px solid #5ff5d9;
}

.z-widget {
    cursor: move;
}

.z-panel-create-btn {
    border: 1px solid #73879C;
    background-color: transparent;
    color: #73879C;
    cursor: pointer;
}

.z-search {
    box-shadow: inset 0 0 2px 0 #73879C;
    border-radius: 25px;
    padding-left: 20px;
    border-left: 1px solid #73879C;
    border-top: 1px solid #73879C;
    border-bottom: 1px solid #73879C;
    margin-bottom: 10px;
}

.z-search-btn {
    border-radius: 0 25px 25px 0;
    border: 1px solid rgba(221, 226, 232, .49);
    border-left: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #93A2B2;
    margin-bottom: 0 !important;
    border-right: 1px solid #73879C;
    border-top: 1px solid #73879C;
    border-bottom: 1px solid #73879C;
}

.z-panel {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px black;
}

.z-panel-heading {
    border-bottom: 2px solid #E6E9ED;
    margin: 10px;
    padding: 0 0 5px 0;
    height: 33px;
}

.z-panel-body {
    background-color: white;
    padding: 10px;
    color: #73879C;
    cursor: default !important;
}

.z-panel-primary {
    background-color: #73879C;
    border: 1.5px solid #172D44;
    color: #fff;
    box-shadow: 0px 0px 5px 0px #172D44;
}

.z-panel-primary2 {
    background-color: #dcdcdc;
    border: 1.5px solid black;
    color: #494c4e;
}

.z-panel-success {
    background-color: #dff0d8;
    border: 1.5px solid #d6e9c6;
    color: #3c763d;
    box-shadow: 0px 0px 5px #3c763d;
}

.z-panel-info {
    background-color: #d9edf7;
    border: 1.5px solid #bce8f1;
    color: #31708f;
    box-shadow: 0px 0px 5px #31708f;
}

.z-panel-warning {
    background-color: #fcf8e3;
    border: 1.5px solid #faebcc;
    color: #8a6d3b;
    box-shadow: 0px 0px 5px #8a6d3b;
}

.z-panel-danger {
    background-color: #f2dede;
    border: 1.5px solid #ebccd1;
    color: #a94442;
    box-shadow: 0px 0px 5px #a94442;
}

.z-panel-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #73879C;
}

    .z-panel-btn:hover {
        text-decoration: none;
    }

.z-panel-primary .z-panel-btn {
    color: #fff;
}

.z-panel-primary2 .z-panel-btn {
    color: #494c4e;
}

.z-panel-success .z-panel-btn {
    color: #3c763d;
}

.z-panel-info .z-panel-btn {
    color: #31708f;
}

.z-panel-warning .z-panel-btn {
    color: #8a6d3b;
}

.z-panel-danger .z-panel-btn {
    color: #a94442;
}

.z-panel-primary .z-panel-heading {
    border-bottom: 2px solid #fff;
}

.z-panel-primary2 .z-panel-heading {
    border-bottom: 2px solid #494c4e;
}

.z-panel-success .z-panel-heading {
    border-bottom: 2px solid #3c763d;
}

.z-panel-info .z-panel-heading {
    border-bottom: 2px solid #31708f;
}

.z-panel-warning .z-panel-heading {
    border-bottom: 2px solid #8a6d3b;
}

.z-panel-danger .z-panel-heading {
    border-bottom: 2px solid #a94442;
}

.z-panel-footer {
    padding: 10px;
}

.z-input-error {
    font-weight: 700;
    color: #a94442;
}

.z-tab {
    margin-right: 25px;
}

.z-tabs {
    border-bottom: 1px solid currentColor;
}

.z-tab-content {
    padding-top: 20px
}

.z-tab-active {
    border-bottom: 3px solid currentColor !important;
}

.z-timeline {
    padding-left: 75px
}

.z-timeline-item {
    border-left: 6px solid #5cb85c !important;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    margin-left: 25px;
    padding-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.z-checkbox {
    width: 25px;
    height: 25px;
}

.z-checkbox-label {
    height: 49px;
    display: inline-block;
    vertical-align: top;
}

.z-timeline-icon {
    left: -20px;
}

    .z-timeline-icon .fa-stack-1x {
        /*left:3px;*/
    }

.z-timeline-date {
    left: -105px;
    position: absolute;
}

.z-timeline-note {
    max-width: 500px;
}

.z-timeline-contacts {
    border-bottom: 1px solid grey;
}

.z-timeline-contactFrom {
    margin-right: 10px;
}

.z-timeline-contactTo {
    margin-left: 10px;
}

.z-timeline-box {
    padding: 2px 20px 2px 2px;
    text-align: left;
}

.z-stickynote-collection {
    margin-left: 20px;
    margin-top: 20px
}

.z-stickynote-container {
    margin: 10px 40px 50px 0px;
    float: left;
    list-style: none;
}

.z-stickynote {
    text-decoration: none;
    color: #000000;
    display: block;
    min-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;
}

.z-stickynote-date {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px !important;
}

.z-stickynote-author {
    font-size: large;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.z-stickynote-date {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.z-stickynote-note {
    text-align: center;
    margin: 20px
}

.z-stickynote-rotate-1 {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

.z-stickynote-rotate-2 {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

.z-stickynote-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

    .z-stickynote-btn:hover {
        text-decoration: none;
        font-size: large;
    }

.z-btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.z-btn-primary {
    color: white;
    background-color: #2A3F54;
}

    .z-btn-primary:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: #2A3F54 !important;
    }

.z-btn-secondary {
    color: white;
    background-color: #2A3F54;
}

    .z-btn-secondary:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: #2A3F54 !important;
    }

.z-btn-success {
    color: white;
    background-color: green;
}

    .z-btn-success:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: green !important;
    }

.z-btn-info {
    color: white;
    background-color: green;
}

    .z-btn-info:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: green !important;
    }

.z-btn-warning {
    color: white;
    background-color: #ffa500;
}

    .z-btn-warning:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: #ffa500 !important;
    }

.z-btn-danger {
    color: white;
    background-color: red;
}

    .z-btn-danger:hover {
        box-shadow: 3px 3px 10px black;
        background-color: white;
        color: red !important;
    }

.z-ripple {
    position: relative;
    overflow: hidden
}

    .z-ripple:after {
        content: "";
        background: rgba(255, 255, 255, 0.3);
        display: block;
        position: absolute;
        border-radius: 50%;
        padding-top: 240%;
        padding-left: 240%;
        margin-top: -120%;
        margin-left: -120%;
        opacity: 0;
        transition: all 1s;
    }

    .z-ripple:active:after {
        padding-top: 0;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
        opacity: 1;
        transition: 0s
    }

.z-search-buttons-container {
    margin-top: 30px !important;
}

.z-search-container {
}
