@font-face {
    font-family: "SF Display Thin";
    font-weight: 300;
    src: url('../fonts/sf-ui-display-thin.otf') format("opentype"),
         url('../fonts/sf-ui-display-thin.woff') format('woff');
}

@font-face {
    font-family: "SF Display Light";
    font-weight: 200;
    src: url('../fonts/sf-ui-display-light.otf') format("opentype"),
         url('../fonts/sf-ui-display-light.woff') format('woff');
}

* {
    margin: 0px;
    padding: 0px;
    color: #6d6e71;
    font-family: "SF Display Light", sans-serif;
    font-size: 1.0em;
}

html, body {
    width: 100%;
    background-color: #ffffff;
}

form {
    width: 100%;
}

.no-margin {
    margin: 0px;
}

md-content {
    background-color: #ffffff;
}

.md-button {
    padding: 6px 35px;
    line-height: normal;
    min-height: auto;
}

.md-button.md-default-theme[disabled],
.md-button[disabled] {
    opacity: 0.4;
}

md-nav-bar ._md-nav-button-text {
    opacity: 0.4; 
    text-transform: none;
    font-size: 1.2em;
}

md-nav-bar .md-active ._md-nav-button-text {
    opacity: 1.0; 
}

md-nav-bar.md-default-theme md-nav-ink-bar, 
md-nav-bar md-nav-ink-bar {
    color: #ebac2a; 
    background-color: #ebac2a;
}

md-nav-bar.md-default-theme .md-nav-bar, 
md-nav-bar .md-nav-bar {
    border: none;
}

md-input-container.md-default-theme .md-input, 
md-input-container .md-input,
md-input-container img.icon {
    border-color: #ebac2a;
}

md-switch.md-default-theme.md-checked .md-bar, 
md-switch.md-checked .md-bar {
    background-color: #62533b;
}

md-switch.md-default-theme.md-checked .md-thumb, 
md-switch.md-checked .md-thumb {
    background-color: #ebac2a;
}

md-slider.md-default-theme .md-thumb::after, 
md-slider .md-thumb::after {
    border-color: #d1d3d4;
    background-color: #ffffff;
}

md-slider.md-default-theme .md-track.md-track-fill, 
md-slider .md-track.md-track-fill {
    background-color: #007aff;
}

.input-container-with-extra-margin-bottom {
    margin-bottom: 26px;
}

.full-width {
    width: 100%;
}

ng-include {
    width: 100%;
}

h1, h2, h3, h4, h5 {
    color: #ebac2a;
    font-size: 1.5em;
}

button, html, input, select, textarea {
    font-family: "SF Display Light", sans-serif;
}

.error {
    color: #ff0000;
}

.error.smaller {
    font-size: 0.85em;
}

.site {
    height: 100%;
}

.site .content {
    height: 100%;
}
 
.site .content .content-block,
.site .content .session {
    width: 100%;
}

.site .content .btn-link {
    font-size: 0.8em;
}

.site .nav {
    width: 240px;
    height: 100%;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
}

.site .nav .logo {
    width: 200px;
    margin: 50px 20px 30px 50px;
}

.site .nav ul {
    width: 100%;
}

.site .nav ul li {
    width: 60%;
    cursor: pointer;
    margin-top: 35px;
}

.site .nav ul li.selected {
    cursor: default;
    color: #ebac2a;
}

.site .nav ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.site .nav ul li img {
    margin-right: 20px;
}

.site .content .session md-menu button {
    margin: 0px;
    padding: 0px;
    min-width: auto;
}

.site .content .session md-menu button img {
    height: 70%;
}

.md-open-menu-container md-menu-content.session-menu {
    overflow: hidden;
}

.md-open-menu-container md-menu-content.session-menu .role {
    font-size: 0.75em;
    color: #d1d3d4;
}

.md-open-menu-container md-menu-content.session-menu md-menu-item:first-child {
    border-bottom: 1px solid #d1d3d4;
    padding-bottom: 15px;
}

.md-open-menu-container md-menu-content.session-menu md-menu-item:last-child {
    border-top: 1px solid #d1d3d4;
    margin-top: 10px;
}

.site .content.unsecured md-whiteframe {
    margin: 30px;
    width: 48%;
    height: 55%;
}

.site .content.unsecured md-whiteframe form md-content {
    overflow: hidden;
}

.site .content.unsecured .logo {
    width: 235px;
}

.site .content.unsecured .block-with-bottom-border {
    min-height: 99%;
    height: 99%;
}

.site .content.unsecured hr {
    width: 100%;
    height: 5px;
    border: none;
    background-color: #ebac2a;
}

.site .content.unsecured h1 {
    font-family: "SF Display Thin", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site .content.unsecured .field {
    border-bottom: 1px solid #ebac2a;
    margin: 15px 0px;
    width: 100%
}

.site .content.unsecured .field .icon {
    margin-right: 6px;
    height: 25px;
}

.site .content.unsecured .field .icon.envelope {
    height: 30px;
}

.site .content.unsecured .field md-input-container {
    margin: 0px;
    height: 35px;
    width: 100%;
}

.site .content.unsecured md-input-container.md-icon-left > label {
    font-size: 0.85em;
}

.site .content.unsecured md-input-container.md-default-theme .md-input, 
.site .content.unsecured md-input-container .md-input {
    border: none;
    font-size: 0.85em;
    padding-left: 0px;
}

.site .content.unsecured .banner-block {
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.site .content.unsecured .banner-block.banner1 {
    background-image: url('../img/banners/banner1.png');
}

.site .content.unsecured .banner-block.banner2 {
    background-image: url('../img/banners/banner2.png');
}

.site .content.unsecured .banner-block.banner3 {
    background-image: url('../img/banners/banner3.png');
}

.site .content.unsecured .content-block {
    width: 55%;
    padding: 10px;
}

.site .content.unsecured .content-block form {
    width: 80%;
    height: 100%;
}

.site .content.unsecured .content-block form md-content {
    height: 80%;
}

.site .content.unsecured .content-block .content-header-block {
    width: 100%;
    height: 50%;
}

.site .content.unsecured .content-block .content-header-block.full-height {
    height: 100%;
}

.site .content .actions .button,
.dialog .md-dialog-actions .button {
    border: 1px solid #ebac2a;
    border-radius: 10px;
    text-decoration: none;
}

.site .content .actions .button.solid,
.dialog .md-dialog-actions .button.solid {
    border: 1px solid #ebac2a;
    background-color: #ebac2a;
    border-radius: 10px;
    color: #ffffff;
}

.site .content .actions .button.solid.brown,
.dialog .md-dialog-actions .button.solid.brown {
    border: 1px solid #62533b;
    background-color: #62533b;
}

.site .content .content-block.page-details,
.site .content.page-tabs .content-block {
    padding: 0px 25px 0px 5%;
    margin-left: 240px;
}

.site .content .content-block.page-details,
.site .content.page-tabs .content-block .content-header-block {
    margin-top: 65px;
}

.site .content .page-nav {
    margin-right: 85px;
    margin-top: -40px;
}

.site .content .search-bar {
    border: 1px solid #d1d3d4;
    border-radius: 2px;
    padding: 5px;
}

.site .content .search-bar input {
    border: none;
    font-size: 0.8em;
}

.site .content .search-bar img {
    width: 15px;
}

.site .content .page-content {
    margin-top: 75px;
}

.site .content.page-tabs .page-content {
    margin-top: 35px;
}

.site .content .page-controls {
    width: 82%;
}

.site .content .content-block.page-details md-input-container {
    margin-right: 25px;
}

.site .content .content-block.page-details .page-buttons {
    width: 100%;
    margin-top: 20px;
}

.site .content.design .content-block.page-details .page-buttons {
    padding-right: 25%;
}

.site .content.design .content-block.page-details .creator {
    color: #d1d3d4;
    margin: -20px 0px 20px 0px;
    font-size: 0.9em;
}

.site .content .content-block.page-details .page-content {
    margin-bottom: 30px;
    width: 80%;
}

.site .content .content-block .page-content .file-select {
    width: 80%;
    margin: 0px 25px;
}

.site .content .my-designs,
.site .content .shared-designs,
.site .content .brushes,
.site .content .mixes,
.site .content .tenants,
.site .content .users {
    margin-bottom: 20px;
}

.site .content .design-block,
.site .content .brush-block {
    width: 267px;
    float: left;
    margin-right: 35px;
    margin-bottom: 25px;
}

.site .content .design-block.disabled,
.site .content .brush-block.disabled {
    opacity: 0.3;
}

.site .content .brush-block .metadata, 
.site .content .design-block .metadata {
    border: 1px solid #d1d3d4;
    padding: 20px;
    height: 95px;
}

.site .content .brush-block .metadata {
    padding: 0px;
}

.site .content .design-block .metadata .creator {
    font-size: 0.75em;
    color: #d1d3d4;
    margin-top: 5px;
}

.site .content .brush-block .metadata .name {
    padding: 20px 10px 20px 20px;
}

.site .content .brush-block .metadata .season {
    padding: 10px 0px;
    text-transform: lowercase;
    font-size: 0.7em;
}

.site .content .brush-block .metadata hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #d1d3d4;
    margin: 5px 0px;
}

.site .content .brush-block .metadata .date, 
.site .content .design-block .metadata .coordinations {
    color: #ebac2a;
}

.site .content .buttons .icon,
.site .content .button.icon {
    min-height: auto;
    min-width: auto;
    line-height: normal;
    margin-left: 0px;
    margin-right: 0px;
}

.site .content .overlay-buttons .icon {
    padding: 0px 3px;
}

.site .content .buttons .icon.extra-small img,
.site .content .button.icon.extra-small img {
    width: 25px;
}

.site .content .remove-image-container {
    width: 100%;
    height: 100%;
}

.site .content .image-container,
.site .content .thumbnail-container,
.site .content.tenant .logo-container,
.site .content .brush-image-container {
    width: 250px;
    height: 350px;
    border: 2px dotted #939598;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
}

.site .content.tenant .logo-container {
    margin-right: 50px;
}

.site .content.user .page-content, 
.site .content.my-account .page-content {
    width: 50%;
}

.site .content.user hr, 
.site .content.my-account hr {
    background-color: #939598;
    margin: 0px 0px 35px 0px;
    border: none;
    height: 1px;
}

.site .content.my-account hr {
    margin: 15px 0px 35px 0px;
}

.site .content .brush-block .image-container, 
.site .content .design-block .image-container {
    width: 267px;
    height: 200px;
    border: none;
    background-size: auto;
}

.site .content .brush-block .image-container {
    background-size: cover;
}

.site .content .brush-block .image-container .phase-img {
    background-image: url('../img/icons/white_circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ebac2a;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 15px 25px;
}

.site .content .thumbnail-container {
    width: 240px;
    height: 240px;
    margin-right: 50px;
}

.site .content .brush-images-container {
    clear: both;
    width: 100%;
}

.site .content .brush-image-container {
    float: left;
    margin: 0px 5px 5px 0px;
    width: 75px;
    height: 75px;
}

.site .content .img-brush-container {
    width: 100px;
    height: 100px;
    margin: 0px 10px 20px 0px;
}

.site .content .img-brush-container img {
    width: 75px;
    height: 75px;
}

.site .content .img-brush-container p {
    font-size: 0.7em;
    text-align: center;
    margin-top: 5px;
}

.site .content .phases-container,
.site .content .phase-container {
    width: 100%;
}

.site .content .phases-container {
    margin: 20px 0px 0px 0px;
}

.site .content .phases-container .actions {
    margin-bottom: 20px;
}

.site .content .phase-container {
    border-bottom: 1px solid #d1d3d4;
    padding: 20px 0px;
}

.site .content .phase-container:first-child,
.site .content .phase-container:only-child {
    border-top: 1px solid #d1d3d4;
}

.site .content .phase-container h2 {
    color: #6d6e71;
}

.site .content .phase-container .buttons.overlay-buttons {
    height: 20px;
}

.site .content .phase-container .buttons.overlay-buttons .button {
    font-size: 0.9em;
    margin: 0px 10px;
    text-transform: none;
}

.site .content .phase-container .buttons.overlay-buttons hr {
    height: 15px;
    background-color: #d1d3d4;
    border: none;
    width: 1px;
}

.site .content .phase-container .brushes-container {
    clear: both;
    width: 350px;
}

.site .content .phase-container .brushes-container .brush-container {
    float: left;
}

.site .content .phase-container .mix-distributions {
    margin-top: 20px;
    width: 400px;
}

.site .content .phase-container .mix-distributions .mix-distribution {
    font-size: 0.8em;
    float: left;
}

.site .content.mix-phase .brushes-container {
    min-height: 150px;
    margin: 20px 0px;
}

.site .content.mix-phase .brushes-container .brush-container {
    float: left;
    margin: 0px 10px 10px 0px;
}

.site .content.mix-phase .brushes-container .brush-container .img-brush-container {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 0px 10px 0px;
}

.site .content.mix-phase .brushes-container .brush-container .img-brush-container img {
    width: auto;
    height: auto;
}

.site .content.mix-phase .brushes-container .brush-container p {
    font-size: 0.8em;
}

.site .content table {
    text-align: left;
    vertical-align: middle;
}

.site .content table .tenant-logo {
    width: 50px;
    max-height: 55px;
}

.site .content table tr th {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 0.9em;
    text-align: left;
}

html[data-useragent*='Windows'][data-useragent*='Trident/7'] .site .content table tr th {
    font-size: 0.7em;
}

.site .content table tr td {
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    border-bottom: 1px solid #d1d3d4;
    padding: 0px 5px;
}

.site .content .users table tr td {
    line-height: normal;
}

.site .content .users table tr td .last-active {
    font-size: 0.75em;
    color: #d1d3d4;
}

.site .content .users table tr td .last-active-date {
    color: #ebac2a;
}

html[data-useragent*='Windows'][data-useragent*='Trident/7'] .site .content table tr td {
    font-size: 0.8em;
}

.site .content table tr:first-child td,
.site .content table tr:only-child td {
    border-top: 1px solid #d1d3d4;
}

.site .content table tr th:first-child,
.site .content table tr th:only-child,
.site .content table tr td:first-child,
.site .content table tr td:only-child {
    padding-left: 30px;
}

.site .content table tr th:last-child,
.site .content table tr th:only-child,
.site .content table tr td:last-child,
.site .content table tr td:only-child {
    padding-right: 30px;
}

.site .content table tr th.centered,
.site .content table tr td.centered {
    text-align: center;
}

.site .content table tr th.width-250,
.site .content table tr td.width-250 {
    width: 250px;
}

.site .content table tr th.width-200,
.site .content table tr td.width-200 {
    width: 200px;
}

.site .content table tr th.width-150,
.site .content table tr td.width-150 {
    width: 150px;
}

.site .content table tr th.width-100,
.site .content table tr td.width-100 {
    width: 100px;
}

.site .content table tr th.width-75,
.site .content table tr td.width-75 {
    width: 75px;
}

.site .content table tr.active td {
    background-color: #f1f2f2;
}

.site .content table tr.disabled td:not(.buttons) img,
.site .content table tr.disabled td:not(.buttons) span {
    opacity: 0.5;
}

.site .content.mix-phase table tr th {
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
    height: auto;
    line-height: normal;
}

.site .content.mix-phase table tr th .search-bar {
    margin: 0px 5px;
}

.site .content.mix-phase table tr th.buttons {
    height: 57px;
}

.site .content.mix-phase table tr td {
    height: 55px;
    line-height: 55px;
    font-size: 0.9em;
}

.site .content.mix-phase table tr td.buttons {
    height: 56px;
}

/**
 * Dialog
 */
.dialog {
    padding: 30px;
}

.dialog .dialog-content {
    overflow: hidden;
}

.dialog .dialog-content .title {
    margin: 10px 0px 0px 0px;
}

.dialog .dialog-content .message {
    margin: 30px 0px;
}

.dialog .md-dialog-actions .button.solid.brown span {
    color: #ffffff;
}

/*
 * Pagination
 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6d6e71;
    text-decoration: none;
    font-size: 0.8em;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #6d6e71;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ebac2a;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #d6d6d6;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}