*[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-gray-gradient {
    background-image: linear-gradient(to left, rgb(250, 250, 250), rgb(255, 255, 255));
}

.bg-image{
    background: linear-gradient( rgba(100, 100, 100, 0.45), rgba(0, 0, 0, 0.45) ),url(/api/files/public/background.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-meshify-orange {
    background-color: #FF794E;
}

.bg-meshify-blue {
    background-color: #272932;
}

.hover-bg-theme-light:hover {
    background-color: #FFEFEA;
}

.bg-mf-gray {
    /*background-color: #F9F9F9;*/
    background-color: #FCFDFF;
    background-color: #F2F3F6;
}

.b--mf-gray {
    border-color: #e8e8e8;
}

.button-reset {
    background-color: transparent;
    border: none;
}

.cursor-not-allowed:hover {
    cursor: not-allowed;
}

.floatingSearchShadow{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.4)
}

.shadow-all {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.button-shadow {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.animate-background-color {
    -webkit-transition: background-color .125s ease-in;
    -moz-transition: background-color .125s ease-in;
    -ms-transition: background-color .125s ease-in;
    -o-transition: background-color .125s ease-in;
    transition: background-color .125s ease-in;
}

.select-arrow {
    /*background-color: white;*/
    background: #eee url('/{{ BasePath }}/img/hud-arrow.png') center right 3.5% no-repeat;
    background-size: 12px 8px;
}
.animate-border {
    -webkit-transition: border linear .125s;
    -moz-transition: border linear .125s;
    -ms-transition: border linear .125s;
    -o-transition: border linear .125s;
    transition: border linear .125s;
}

.bt-n {
    border-top-style: none;
}
.br-n {
    border-right-style: none;
}
.bl-n {
    border-left-style: none;
}

.mh-1 {
    min-height: 1px;
}

.tab {
    border-bottom: 1px solid white;
    margin-bottom: -2px;
}

.cursor-not-allowed:hover {
    cursor: not-allowed;
}

.br-top-1 {
    border-top-right-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
}

.br-top-2 {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.br-right-2 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.br-left-2 {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.bg-gray {
    background-color: #eee;
}

.overflow-break {
    overflow-wrap: break-word;
}

.svg-hover svg {
    transition: stroke 0.15s ease-in;
}

.svg-blue svg {
    stroke: #357edd;
}

.svg-hover-black:hover svg {
    stroke: #111;
}

.tracked-medium {
    letter-spacing: .05rem;
}

.nav-tab {
    color:white;
    padding: 20px 15px;
    transition: all 300ms linear;
    line-height: 1.5em;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.well {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    position:relative;
}
.well-header {
    color:white;
    height:30px;
    padding:6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position:absolute;
    width: 90%;
    text-align: center;
    top:-1rem;
    background-color: rgba(102, 187, 106, 1);
    box-shadow: 0 12px 20px -10px rgba(102, 187, 106, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(102, 187, 106, 0.2)
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    border-radius: 3px;
}

.card-label {
    color: #999999; 
    margin: 0 0 10px; 
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
    font-weight: 300; 
    line-height: 1.5em; 
    margin-bottom: 0;
}

.card-value {
    margin: 0;
    font-size: 1.425em; 
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
    font-weight: 600; 
    line-height: 1.5em;
}

.card-unit {
    color: #777; 
    font-weight: 400; 
    line-height: 1;
}


.selected-nav-tab {
    box-shadow: 0 12px 20px -10px rgba(0,188,212,.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(0,188,212,.2);
    background-color: #00acc1;
}

.left-6 {
    left: -6rem;
}

.fl-center {
    left: 50%;
    top: 50%;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.word-normal { word-break: break-word; }
@media screen and (min-width: 30em) {
 .word-normal-ns { word-break: break-word; }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
 .word-normal-m { word-break: break-word; }
}
@media screen and (min-width: 60em) {
 .word-normal-l { word-break: break-word; }
}

@media screen and (min-width: 30em) {
	.bg-transparent-ns {
		background: transparent;
	}
    .bg-white-ns {
        background-color: white;
    }
    
}
