﻿:focus {
    outline: none;
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url(./resources?name=Softlogs.Web.Fonts.SourceSansPro-Regular.otf) format('opentype');
}

.company-name {
    font-family: SourceSansPro-Regular;
    color: #E1805B;
    float: left;
    margin-left: 9px;
    margin-top: 12px;
    font-size: 34px;
}

.checkbox-readonly {
    color: #6B6B6B;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: inherit;
}

.list-button {
    padding: 10px 15px;
    display: block;
}

.hover {
    cursor: pointer;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.disabled-row{
    color: #ccc;
    background-color: #f9f9f9!important;
}

.disabled {
    color: #AAAAAA !important;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.red {
    background-color: #E89C92;
}

.red-disabled {
    background-color: #E89C92;
    opacity: 0.7;
}


.red-list-item {
    background-image: linear-gradient( 90deg, #E89C92 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.red-no-float-list-item {
    background-image: linear-gradient( 90deg, #E89C92 10px, #EEE 10px, #EEE 11px, transparent 11px);
}

.green {
    background-color: #aedcc0;
}

.green-disabled {
    background-color: #aedcc0;
    opacity: 0.7;
}


.green-list-item {
    background-image: linear-gradient( 90deg, #aedcc0 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.green-no-float-list-item {
    background-image: linear-gradient( 90deg, #aedcc0 10px, #EEE 10px, #EEE 11px, transparent 11px);
}

.blue {
    background-color: #92D3E8;
}

.blue-disabled {
    background-color: #92D3E8;
    opacity: 0.7;
}

.blue-list-item {
    background-image: linear-gradient( 90deg, #92D3E8 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.blue-no-float-list-item {
    background-image: linear-gradient( 90deg, #92D3E8 10px, #EEE 10px, #EEE 11px, transparent 11px);
}

.yellow {
    background-color: #EDEB42;
}

.yellow-disabled {
    background-color: #EDEB42;
    opacity: 0.7;
}

.yellow-list-item {
    background-image: linear-gradient( 90deg, #E3E144 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.yellow-no-float-list-item {
    background-image: linear-gradient( 90deg, #E3E144 10px, #EEE 10px, #EEE 11px, transparent 11px);
}

.purple {
    background-color: #BA56E9;
}

.purple-disabled {
    background-color: #BA56E9;
    opacity: 0.7;
}

.purple-list-item {
    background-image: linear-gradient( 90deg, #BA56E9 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.orange {
    background-color: #ED7E42;
}

.orange-disabled {
    background-color: #ED7E42;
    opacity: 0.7;
}

.orange-list-item {
    background-image: linear-gradient( 90deg, #ED7E42 10px, #EEE 10px, #EEE 11px, transparent 11px);
    float: left;
}

.inactive{
    opacity: 0.4;
}

.discrete {
    opacity: 0.2;
}

.discrete:hover {
    opacity: 0.7;
}

.discrete-dropdown{
    opacity: 0.7;
}

.discrete-dropdown:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
}

fieldset legend {
    font-size: 14px;
    color: #777;
    padding-top: 8px;
    padding-bottom: 8px;
}

/**********
 * SPLASH SCREEN
 *********/
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

    .splash .splash-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.pulse1 {
}

.pulse2 {
    -webkit-animation: pulsate 5s linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/************
 * DOCS MENU
 ************/
.site-sidenav {
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

    .site-sidenav md-content {
        background: transparent;
    }

    .site-sidenav,
    .site-sidenav.md-locked-open-add-active,
    .site-sidenav.md-locked-open {
        width: 272px;
        min-width: 272px;
        max-width: 272px;
    }

        .site-sidenav > * {
            min-width: 218px;
        }

.sl-menu {
    overflow-x: hidden;
}

    .sl-menu ul {
        padding: 0;
        list-style: none;
    }

    .sl-menu li {
        margin: 0;
    }

    .sl-menu > li:nth-child(1) {
        border-top: none;
    }

.md-whiteframe-glow-z1 {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.084);
}

.sl-menu > li {
    border-bottom: 1px solid #267ED5;
}

.sl-menu .md-input-search {
    width: 100%;
}

.sl-menu .md-button {
    border-radius: 0;
    /*color: white;*/
    cursor: pointer;
    display: block;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}
/*.sl-menu .md-button:hover,
.sl-menu .md-button:focus {
  background: #267ED5 !important;
}*/
/*.sl-menu .md-button md-icon {
  color: white;
}*/

.sl-menu md-select {
    /* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
    to not be scrollable.
  */
    margin: 0;
    width: 100%;
}

    .sl-menu md-select md-select-label {
        justify-content: flex-end;
        padding-top: 10px;
    }

        .sl-menu md-select md-select-label span {
            margin-right: auto;
            padding-left: 13px;
        }

    .sl-menu md-select .md-select-icon {
        margin-right: 28px;
    }

.sl-menu button.md-button::-moz-focus-inner {
    padding: 0;
}

.sl-menu .md-button.active {
    background: #267ED5;
}

.menu-heading {
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 8px 16px 0;
    text-align: left;
    width: 100%;
}

.menu-toggle-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: height;
    -moz-transition: 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition-property: height;
    transition: 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: height;
}

.sl-menu .menu-toggle-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

.parent-list-item:last-child {
    margin-bottom: 20px;
    /* Prevent the hidden License link from causing a double bottom-border */
    border-bottom: none;
}

.md-button-toggle .md-toggle-icon {
    display: block;
    margin-left: auto;
    speak: none;
    vertical-align: middle;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

    .md-button-toggle .md-toggle-icon.toggled {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

.nav-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 100px;
}

.site-sidenav .customer-selection {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.site-content-toolbar {
    background: #f6f6f6 !important;
    color: #202020 !important;
    z-index: 3;
}

.site-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 16px;
    margin: 0 auto;
}

a.site-logo {
    border-bottom: none;
    text-decoration: none;
    font-weight: 400;
    color: inherit;
}

.site-logo img {
    margin-top: 15px;
    height: 50px;
    width: auto;
    display: block;
    transform-origin: 50% 0;
    transform: scale(1.2);
}

.site-logo h1 {
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

/* End Docs Menu */

.delete {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .3;
    cursor: pointer;
}

    .delete:before {
        content: "\f014";
    }

    .delete:hover {
        color: red;
        opacity: .7;
    }

.add{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .3;
    cursor: pointer;
}
    .add:before{
        content: "\f067";
    }

    .add:hover{
        color: green;
        opacity: .7;
    }

sl-content, .sl-content {
    display: block;
    overflow-y: auto;
}

.table-condensed > tbody > tr > td input {
    margin: -2px 0;
    padding: 2px 5px;
    height: 24px;
}

.wizard[data-steps="2"] li {
    width: 50%;
}

.wizard[data-steps="3"] li {
    width: 33%;
}

.wizard[data-steps="4"] li {
    width: 25%;
}

.wizard[data-steps="5"] li {
    width: 20%;
}

.wizard[data-steps="6"] li {
    width: 17.5%;
}

.wizard {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
}

    .wizard li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 30px;
        height: 30px;
        background-color: #f0f0f0;
    }

        .wizard li > span {
            display: block;
            color: #999;
            font-weight: bold;
            text-transform: uppercase;
        }

        .wizard li.completed > span {
            color: #666;
            background-color: #ccc;
        }

        .wizard li.active > span {
            color: white;
            background-color: #9C9C9C;
        }

        .wizard li > span:after,
        .wizard li > span:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 0;
            border: solid transparent;
            border-left-color: #f0f0f0;
            border-width: 15px;
        }

        .wizard li > span:after {
            top: -5px;
            z-index: 1;
            border-left-color: white;
            border-width: 20px;
        }

        .wizard li > span:before {
            z-index: 2;
        }

        .wizard li.completed + li > span:before {
            border-left-color: #ccc;
        }

        .wizard li.active + li > span:before {
            border-left-color: #9C9C9C;
        }

        .wizard li:first-child > span:after,
        .wizard li:first-child > span:before {
            display: none;
        }

/*BOOTSTRAP ENHANCMENTS*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/*FILTERS*/
.filter-box{
    margin-left: 5px;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #999999;
    border-radius: 3.01px;
    background-color: #FFF;
    display: block;
    float: left;
}

.filter-box::after{
    content: ' x';
    margin-right: 5px;
}