
.card-container.card {
    padding: 10px 10px;
    max-width: 350px;
}

.card-heading.dark-page-title > h1 > small{
	color:#000;
}

/*
 * Card component
 */
.card {
    background-color: #FFFFFF;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 5px auto 25px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-container label{
    color: #000;
    font-weight: normal;
    padding-top: 15px;
}

.card-center-text{
	text-align: center;
}

.card-container.card.wide {
    max-width: 550px;
}

.card-heading {
	padding-left:15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#forgotPasswordLink, #returnToLogin{
	text-decoration: none;
    color: #000;
    font-size:14px;
}

#returnToLogin {
	font-size:18px;
}

#forgotPasswordLink:hover, #returnToLogin:hover{
	text-decoration: underline;
}

#reset-password-info {
    color: #000;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}


.login-button-fix{
	padding-left : 0px;
}
.basic-input-group-fix{
	display:inline-block;
	margin-bottom: 25px;
	padding-bottom : 25px;
}

.basicLoginBox{
	padding-left:auto;
	padding-right:auto;
	max-width: 600px;
	width: 600px;
	margin: 0 auto;   /* align for good browsers */
	text-align:left;         
}
.basic-center-aline{
   display:block;
   bottom: 15px;
   text-align: center;
   width: 100%;
}

.basic-right-aline{
   display:block;
   bottom: 15px;
   text-align: right;
   width: 100%;
}

.pageLoadBlock{
	min-width: 1024px;
	min-height: 512px;
	display: block;
	height: auto !important;
	height: 512px;
	width: auto !important;
	width: 1024px;
	margin : auto;
	text-align: center;
	color:#777;
	background-color:white;
	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.browserErrorBlock {
	min-width: 1024px;
	min-height: 512px;
	display: block;
	height: auto !important;
	height: 512px;
	width: auto !important;
	width: 1024px;
	margin : auto;
	text-align: center;
}

.animate.well[ui-view] {
	height: 65px;
}

.animate.ui-view-container {
	position: relative;
}

[ui-view].animate.ng-enter, [ui-view].animate.ng-leave {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

[ui-view].animate.ng-enter {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

[ui-view].animate.ng-enter-active {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

[ui-view].animate.ng-leave {
	opacity: 1;
	/*padding-left: 0px;*/
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

[ui-view].animate.ng-leave-active {
	opacity: 0;
	/*padding-left: 100px;*/
	-webkit-transform: translate3d(100px, 0, 0);
	-moz-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

body {
	min-height: 200px;
	min-width: 300px; /* suppose you want minimun width of 1000px */
	width: auto !important; /* Firefox will set width as auto */
	width: 300px;
	/* As IE ignores !important it will set width as 1000px; */
}

.footer-padder {
	min-height: 50px;
}

.system-title {
	padding-top: 7.5px;
}

.system-filter-text {
	max-width: 30%;
	min-width: 200px;
}

.system-list-controls {
	min-width: 150px;
}

.system-list-title {
	overflow: hidden;
}

.panel-distance {
	height: 75px;
}

.form-input-distance {
	min-height: 50px;
}

.form-text-area-distance {
	min-height: 130px;
}

.page_mask_overlay {
	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.9;
	top: 0px;
	left: 0px;
	display: table;
}

.progress_holder {
	display: table-cell;
	vertical-align: middle;
}

.progress {
	width: 100%
}

.row-padded {
	padding-left: 10px;
	padding-right: 10px;
}

.growl-item {
	z-index: 100000000;
}

.btn.move {
	height: 34px;
}

.btn.remove {
	height: 34px;
}

/* make sidebar nav vertical */
.sidebar-nav {
	height: 100%;
}

.sidebar-nav .navbar-header {
	display: block;
	width: 100%;
}

@media ( min-width : 768px) {
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
	}
	.sidebar-nav .navbar ul:not {
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
/* make sidebar nav vertical */
.logoHolder {
	width: 100px;
	height: 100%;
}

#menuToggle {
	padding-top: 8px;
	padding-bottom: 8px;
}

#navBar {
	margin-bottom: 0px;
}

.navbar-header .navbar-brand {
	min-width: 260px;
	padding: 0px;
	margin-right: 20px;
}

/**
* Page Styling
*/
.top5 {
	margin-top: 5px;
}

.top7 {
	margin-top: 7px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top17 {
	margin-top: 17px;
}

.top30 {
	margin-top: 30px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom7 {
	margin-bottom: 7px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom17 {
	margin-bottom: 17px;
}

.bottom30 {
	margin-bottom: 30px;
}

.height500 {
	height: 500px;
}

.gridStyle {
	border: 1px solid rgb(212, 212, 212);
	width: 100%;
}

.fullWidthTableHolder {
	width: 100%;
	overflow: auto;
}

.applicationTile {
	display: inline-block;
	border: 1px solid red;
	margin: 30px;
	padding: 10px;
	height: 270px;
	width: 250px;
	border-top: 1px solid #cbd5db;
	border-bottom: 2px solid #cbd5db;
	border-left: 2px solid #cbd5db;
	border-right: 1px solid #cbd5db;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 1px 0px
		rgba(0, 0, 0, 0.15);
}

.applicationTile h4 {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #cbd5db;
	padding-bottom: 3px;
}

.applicationImageHolder img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}

.applicationImageHolder {
	height: 150px;
	width: 100%;
	text-align: center;
}

.logoHolder img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

.logoHolder {
	height: 45px;
	width: 100%;
	text-align: center;
}

.systemPrivPanel {
	min-height: 100px;
	max-height: 400px;
	overflow: auto;
}

/*
Spinner code from 
https://github.com/tobiasahlin/SpinKit
*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

span.error{
	color: #a94442;
}

body.public {
	background-color: #3D3D3D;
}
/*
Spinner code from 
https://github.com/tobiasahlin/SpinKit
*/