﻿
.ui-view-employee-content p,
.ui-view-employee-content span:not(.caret) {
    min-height: 15px;
}

.cursor-progress, .cursor-progress-table-rows td  {
	cursor: progress !important;
}

.icon-alert {
    color: #d20000 !important;
}
/*.navigation-element-header > a > .icon-alert {
    color: #FF0000 !important;
}*/

/* splash screen */
.splash-screen {
    position: absolute; 
    top:50%; left: 50%; 
    width:800px; 
    margin-left: -400px; 
    height: 100px; 
    margin-top: -100px;
    text-align: center;
}

/*  Bootstrap panel element
    Remove borders because panel is used as content wrapper
*/
#application > .panel { border: 0; }
#application > .panel > .panel-body { padding: 15px 0; }


/* state transition animation */

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

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

[ui-view].ng-enter {
  opacity: 0;
}

[ui-view].ng-enter-active {
  opacity: 1;
}

[ui-view].ng-leave {
  opacity: 1;
}

[ui-view].ng-leave-active {
  opacity: 0;
}



/* common utilities classes */
.man
	{
		margin: 0px!important;
	}

	.mas
	{
		margin: 5px!important;
	}

	.mam
	{
		margin: 10px!important;
	}

	.mal
	{
		margin: 20px!important;
	}

		.mrn
	{
		margin-right: 0px!important;
	}

	.mrs
	{
		margin-right: 5px!important;
	}

	.mrm
	{
		margin-right: 10px!important;
	}

	.mrl
	{
		margin-right: 20px!important;
	}

	.mln
	{
		margin-left: 0px!important;
	}

	.mls
	{
		margin-left: 5px!important;
	}

	.mlm
	{
		margin-left: 10px!important;
	}

	.mll
	{
		margin-left: 20px!important;
	}
    .mtn
{
	margin-top: 0px!important;
}

.mts
{
	margin-top: 5px!important;
}

.mtm
{
	margin-top: 10px!important;
}

.mtl
{
	margin-top: 20px!important;
}

.mbn
{
	margin-bottom: 0px!important;
}

.mbs
{
	margin-bottom: 5px!important;
}

.mbm
{
	margin-bottom: 10px!important;
}

.mbl
{
	margin-bottom: 20px!important;
}

.fl
{
	float: left!important;
}

.fr
{
	float: right!important;
}
.bgn {
    background: none!important;
}