﻿.vertical-center {
    min-height: 100%;
    min-height: 100vh;
}

.roundCorners {
    padding-top: 40px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.jumbotron-background {
    background-color: #6C6C86;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tile {
    width: 100%;
    display: block;
    opacity: 1;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.tile.img {
    border: 0;
}

.tile.tile-small {
    height: 70px;
    width: 70px;
}

.tile.tile-medium {
    height: 150px;
    width: 150px;
}

.tile.tile-wide, .tile.tile-double {
    height: 150px;
    width: 310px;
}

.tile.tile-large {
    height: 310px;
    width: 310px;
}

.tile:hover {
    opacity: .75;
}

.tile.tile-blue {
    background-color: blue;
}

.tile.tile-green {
    background-color: green;
}

.tile.tile-red {
    background-color: red;
}

.tile.tile-yellow {
    background-color: yellow;
}

.tile.tile-orange {
    background-color: orange;
}

.tile.tile-pink {
    background-color: pink;
}

.tile.tile-purple {
    background-color: purple;
}

.tile.tile-lime {
    background-color: lime;
}

.tile.tile-magenta {
    background-color: magenta;
}

.tile.tile-teal {
    background-color: teal;
}

.tile.tile-turquoise {
    background-color: turquoise;
}

.tile.tile-green-sea {
    background-color: greenyellow;
}

.tile.tile-steelblue {
    background-color: steelblue;
}

.tile.tile-gray {
    background-color: whitesmoke;
}

.red {
    background: #AC193D;
}

.chartContainer {
    width: 100%;
    display: inline-block;
}

.dataGrid {
    width: 500px;
    height: 250px;
}

.uigrid {
    width: 400px !important;
    max-width: 400px !important;
    height: 600px !important;
}

.rowHeaderPadding {
    margin-top: 10px;
}

.rowHeaderBreadCrumbPadding {
    margin-top: 19px;
}

.alertHeader {
    margin-top: 4px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.ui-grid-row:nth-child(odd):hover .ui-grid-cell {
    background: #EAF1F5;
}

.ui-grid-row:nth-child(even):hover .ui-grid-cell {
    background: #EAF1F5;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.hoverHighlight:hover {
    background-color: #EAF1F5;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
}

.label-as-badge {
    border-radius: 1em;
}

.makeHorizontal {
    float: left;
    padding-left: 20px;
}

.footer {
    width: 100%;
    text-align: center;
    font: normal 14px sans-serif;
    position: absolute;
    bottom: 0;
    height: 55px;
    background-color: #333347;
}

.footer-copyright {
    color: gray;
    padding-top: 10px;
}

.icon-cursor {
    cursor: pointer;
    cursor: hand;
}

.alignLeft {
    text-align: left;
}

.alignMiddle {
    vertical-align: middle;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

td {
    vertical-align: middle;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.chart-legend span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend li {
    list-style-type: none;
}

header > h4 {
    display: inline-block;
}

header span {
    margin-left: 10px;
}

.grid-align-center {
    text-align: center;
}

.grid-costalert-invoice {
    background-color: lightblue !important;
}

.grid .ui-grid-header-cell {
    text-align: center !important;
}

.center-content {
    width: 800px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 25px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.textareaFullWidth {
    border: 1px solid #999999;
    width: 98%;
    margin: 5px 0;
    padding: 1%;
}

/* Overrides list-group-item from Bootstrap */
.list-group-item-sm {
    padding: 3px 10px;
    border: 0;
}

.text-sm {
    font-size: 12px;
}

/* Overrides jqueryi ui auto complete to add a max height */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

/* Auto-complete category item */
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.panel-heading.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    position: relative;
    bottom: 19px;
    color: grey;
}

.panel-heading.accordion-toggle.collapsed:after {
    content: "\e080";
}

.borderless {
    border: 0 none;
}

.login-wrapper {
    width: 850px;
    height: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 450px;
    margin-left: -200px;
    margin-top: -250px;
}

.drop-shadow {
    -webkit-box-shadow: 0 0 80px 10px #6C6C86;
    box-shadow: 0 0 80px 10px #6C6C86;
    border-radius: 20px;
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.alignBottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

#dirtyScanner{
    color: #880D1E;
    background: whitesmoke;
}