﻿/* Set width on the form input elements since they're 100% wide by default */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #fefcfc;
    z-index: 50 !important;
}


.wrapper {
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.header_menu {
    display: flex;
    background: #aaa;
    flex: 0 0 auto;
}

.content_body {
    /*flex: 1 1 auto;*/
    margin-top: 113px;
    overflow-y: auto;
}

/* TEXT STYLES */
.text-red {
    color: red !important;
}

.text-white {
    color: white !important;
}

/* MATERIAL PANEL STYLES*/
.material-panel {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}

.material-blue-background {
    background-color: rgb(33, 150, 243);
}

.material-panel-header {
    border-radius: 3px 3px 0 0;
    background-color: rgb(33, 150, 243);
    border-color: rgb(33, 150, 243);
    color: white;
}

.panel-default > .panel-heading.material-panel-header {
    border-color: rgb(33, 150, 243);
}

.panel-heading.material-blue-background .fa.menu-icon {
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
}

.panel-heading.material-blue-background > .material-heading-text {
    margin-top: 3px;
    display: inline-block;
}

/* Navbar settings */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.sps-navbar {
    background-color: #006FB9;
}

.tool-boss-navbar {
    background-color: rgb(74, 73, 73);
    padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.87);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #205380;
    color: white;
}

@media (min-width: 300px) and (max-width: 1025px) {
    .listRight {
        left: auto !important;
        right: 0 !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .navbar-toggle {
        margin-top: 13px;
    }
}

@media (min-width: 992px) {
    .separate-right {
        border-right: 1px solid white;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-height: 400px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 270px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        text-align: left;
    }

    .navbar-toggle {
        margin-top: 13px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-bottom: 10px;
                padding-top: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
}




textarea { width: 100%; }

.gridSelectedRow { background-color: linen; }

.progress span {
	color: white;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}



.table-curved {
	border: solid #ddd 1px;
	border-collapse: separate;
	border-left: 0px;
	border-radius: 6px;
	border-top: 0px;
}

.table-curved > thead:first-child > tr:first-child > th {
	border-bottom: 0px;
	border-top: solid #ddd 1px;
}

.table-curved td, .table-curved th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.table-curved > :first-child > :first-child > :first-child { border-top-left-radius: 6px; }

.table-curved > :first-child > :first-child > :last-child { border-top-right-radius: 6px; }

.table-curved > :last-child > :last-child > :first-child { border-bottom-left-radius: 6px; }

.table-curved > :last-child > :last-child > :last-child { border-bottom-right-radius: 6px; }

#loading-bar-spinner {
	left: 50%;
	top: 50%;
}

.modal-fullScreen {
	height: 100%;
	width: 100%;
}

.modal-large {
	height: 100%;
	width: 1000px;
}

.modal-large90 {
	height: 100%;
	width: 90%;
}

.modal-large80 {
	height: 100%;
	width: 80%;
}

.modal-large70 {
	height: 100%;
	width: 70%;
}

.modal-large60 {
	height: 100%;
	width: 60%;
}

.modal-large50 {
	height: 100%;
	width: 50%;
}

.textCapitalize { text-transform: uppercase; }


[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak { display: none !important; }

.scrollableAccortionList {
	height: 350px;
	overflow: auto;
}

.scrollableAccortionTree {
	height: 300px;
	overflow: auto;
}

.accordion_Header {
	font: 12px/24px "Segoe UI", Arial, sans-serif;
	font-size: 16px;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }

/* tree */

.uiTree {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 1px;
}

.uiTree li a.icon {
	cursor: pointer;
	display: inline-block;
	vertical-align: central;
	width: 17px;
}

.uiTree li .node:hover > a.addChild { display: inline-block; }

.uiTree li a.addChild {
	cursor: pointer;
	display: none;
	margin-left: 10px;
}

.uiTree li .node { padding-bottom: 5px; }

.uiTree span.nodeLabel { cursor: pointer; }

.starter-template {
	padding: 10px 5px;
	text-align: center;
}

.chevronDown { padding-right: 2px; }

.chevronRight { padding-right: 5px; }

.nodeExpanded {
	font-size: 12px;
	font-weight: bold;
	padding-left: 17px;
	padding-top: 10px;
}

.nodeNotExpanded {
	font-size: 12px;
	font-weight: bold;
	padding-left: -17px;
	padding-top: 10px;
}

.fa-floppy-o { color: green; }

.fa-th { color: green; }

.fa-big { font-size: 100px; }

.even { background-color: #f1f1f1; }

.odd { background-color: #fff; }

.table-nonfluid { width: auto !important; }

.tooltip > .tooltip-inner { background-color: #1b95be; }

tr td i[class*="fa"] {
	display: block;
	height: 100%;
	margin: auto;
	width: 100%;
}

.dialot-red-text {
	color: red;
	font-weight: bold;
}


#menupadding {
	padding-bottom: 10px;
	padding-top: 0;
}

 
@media only screen and (max-device-width: 480px) {
	/* define mobile specific styles come here */
	.hideinventory { display: none; }
}

.alignbtn { margin-top: -5px; }

.dropdownmaterial:hover { display: block; }

.dropdownmaterial {
	padding-bottom: 30px;
	position: relative;
}

.ui-select-bootstrap > .ui-select-match > .caret { top: 24%; }

md-toast.md-successToast-theme .md-toast-content {
    background-color: green;
    text-align: center;
}

md-toast.md-errorToast-theme .md-toast-content {
    background-color: rgba(255, 0, 0, 0.75);
    text-align: center;
}

md-toast.md-warningToast-theme .md-toast-content {
    background-color: #f0ad4e;
    text-align: center;
}

md-toast {
    left: calc(50vw - 150px);
    z-index: 9999 !important;
}

#toast-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 9999;
    pointer-events: auto;
}

#innerAccordion > .ui-accordion-header {
	background: #ddd;
	color: #000;
}

.panel-default > .panel-heading {
	background-image: -o-linear-gradient(top, rgb(33, 150, 243) 0, rgb(33, 150, 243) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 150, 243)), to(rgb(33, 150, 243)));
	background-image: linear-gradient(to bottom, rgb(33, 150, 243) 0, rgb(33, 150, 243) 100%);
	background-repeat: repeat-x;
	color: #fff;
}

.panel-default.disabled > .panel-heading {
    background-image: -o-linear-gradient(top, rgb(156, 156, 156) 0, rgb(156, 156, 156) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(156, 156, 156)), to(rgb(156, 156, 156)));
    background-image: linear-gradient(to bottom, rgb(156, 156, 156) 0, rgb(156, 156, 156) 100%);
    background-repeat: repeat-x;
    color: #fff;
    pointer-events: none;
    user-select: none;
}

#accordion > .ui-accordion-header {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#528CCB',endColorstr='#3e648d')";
	background-color: #3e648d;
	background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7cfdf), color-stop(100%, #23538a));
}

.panel-heading {
	background-color: rgb(33, 150, 243) !important;
	color: #fff;
}

.portalaccordion {
	color: white;
	font-size: large;
}

.minibtn {
	max-height: 36px !important;
	min-width: 24px !important;
}

.margin-small { margin: 5px; }

html.md-default-theme, html, body.md-default-theme, body { background-color: white; }

input:disabled { color: #000000 !important; }

.md-button.md-small {
	font-size: 10px;
	line-height: 20px;
	margin: 0;
	max-height: 36px !important;
	min-height: 24px;
	min-width: 24px !important;
	padding: 0 0;
	vertical-align: top;
	width: 20px;
}

.material-icons.md-14 { font-size: 14px; }

.md-switch-small {
	font-size: 10px;
	height: 10px;
	line-height: 20px;
	margin: 0;
	min-height: 24px;
	padding: 0 0;
	vertical-align: top;
	width: 20px;
}

@media (max-width: 768px) {
	md-toast { max-width: 50%; }
}

.icon-stack {
	color: green;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.icon-stack-1x { line-height: inherit; }

.icon-stack-2x { font-size: 15px; }

.icon-stack-3x { font-size: 10px }




tooltip-arrow,
.black-tooltip + .tooltip > .tooltip-inner { background-color: dimgray; }

.privacyHeaderStyle {
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: underline;
}

.privacyUnderline { text-decoration: underline; }

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url('password.ttf') format('truetype');
}

#passwordConfirm {
    font-family: 'password';
}

#pass_word_enter {
    font-family: 'password';
}

.maintenance-banner {
    border: crimson 2px solid;
    color: crimson;
    font-size: 18px;
    text-align: justify;
    padding: 10px;
}