html, body {
    overflow: hidden;
    background-color: #e8eaf6;
}

nav {
    background-color: #7986cb;
}

@media only screen and (min-width: 601px) {

    .nav-wrapper ul.right li.last {
        position: relative;
    }
}

@media only screen and (max-width: 601px) {
    .dropdown-content {
        width: auto !important;
        right: 15px !important;
        left: auto !important;
    }
}

#slide-out {
    height: 100vh;
    color: #fff;
    background-color: #474f77;
    padding-top: calc(64px + 32px);
    z-index: 1;
}

#slide-out a:not(.btn) {
    color: #adb2cc;
}

#slide-out a:not(.btn):hover {
    color: #9aa2cc;
}

#slide-out label {
    color: #afb1bc;
}

#toggle-sidebar {
    z-index: 2;
}

#sidenav-overlay {
    z-index: 0;
}

@media only screen and (min-width: 601px) {
    #sidenav-overlay {
        display: none;
    }

    .drag-target {
        display: none;
    }

}

#crm_body {
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

::-webkit-scrollbar-track {
    position: absolute;
    -webkit-box-shadow: none;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: none;
    background-color: rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 992px) {
    .side-nav a.btn-floating {
        padding: 0 !important;
    }
}

.show-on-exlarge {
    display: none;
}

@media only screen and (min-width: 2070px) {
    .show-on-exlarge {
        display: block !important;
    }
}

#logo {
	position: relative;
    left: -.75rem;
    width: calc(100% + 1.5rem);
    height: auto;
}

#logo img {
	width: 100%;
	height: auto;
}

.nav-action {
    position: relative;
}

nav ul a.btn-flat:hover,
nav ul a.btn-flat:focus {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: initial;
    color: #fff;
    background-color: transparent;
}

div[class^=wrap_] {
    position: relative;
    padding: 25px 15px;
    margin-bottom: 60px;
    background-color: #fff;
}

div.wrap_table table {
    width: 101.55%;
    margin: 0 -14px;
}

@media only screen and (max-width: 601px) {
    .file-path-wrapper label {
        display: none;
    }
}

#add_stage, #add_source {
    z-index: 0;
    background-color: #00245D !important;
    position: absolute;
    top: 7rem;
    right: 5%;
}

@media only screen and (max-width: 601px) {
    #add_stage, #add_source {
        right: 1%;
    }

    .responsive-table th {
        height: 107px;
        line-height: 53px;
    }

    .responsive-table th.first {
        height: 49px;
        line-height: inherit;
    }
}

#add_stage:hover, #add_source:hover {
    background-color: #385481 !important;
}

.delete_stage, .delete_source {
    color: #00a6de;
}

.delete_stage:hover, .delete_source:hover {
    color: #38b9e5;
}

.pantone-color {
    background-color: #de8703 !important;
}

.pantone-color:hover {
    background-color: #e5a13b !important;
}

.deep-blue-color {
    background-color: #00245D !important;
}

.deep-blue-color:hover {
    background-color: #385481 !important;
}

.light-sienna-color {
    background-color: #DE8703 !important;
}

.light-sienna-color:hover {
    background-color: #e5a13b;
}

a[class*='delete_'] {
    cursor: pointer;
    position: absolute;
    top: 10px;
}

div.colorpicker {
    position: absolute;
    background-color: #fff;
    webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.colorpicker-label {
    color: #000 !important;
    position: absolute;
    left: 85px !important;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: #f4f4f4;
}

td.first, th.first {
    padding-left: 2rem;
}

div.btn.invalid {
    border: 1px solid #F44336;
    -webkit-box-shadow: 1px #F44336;
    box-shadow: 1px #F44336;
}

div.modal {
    max-width: calc(100% - 12px);
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

label.colorpicker-label.active {
    top: 10px;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: none !important;
    transform-origin: none !important;
}

#copyright {
    text-align: center;
    padding: 5px 25px;
    font-weight: 300;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.label-relative label {
    pointer-events: auto;
}

#loginView {
    display: flex;
    height: 100vh;
}

#loginView > #loginWrap {
    margin: auto;
    width: 100%;
    padding-bottom: 10%;
}

.modal {
    max-height: 80% !important;
}

@media only screen and (max-width: 601px) {
    .modal {
        max-height: 96% !important;
    }
}

#excel {
    display: none;
}

.dropdown-content a i.right {
    margin-right: 0;
    margin-left: 24px;
}