.headerBox
{
	background: -webkit-linear-gradient( rgb(44, 119, 243), rgb(138, 180, 249)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* Standard syntax */

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.userBox
{
	background: -webkit-linear-gradient(rgb(75, 139, 245), rgb(44, 119, 243)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(75, 139, 245), rgb(44, 119, 243)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(75, 139, 245), rgb(44, 119, 243)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(75, 139, 245), rgb(44, 119, 243)); /* Standard syntax */
	padding-top: 0.3em;
}

.app-dlg-header
{
	background: -webkit-linear-gradient(rgb(138, 180, 249), rgb(44, 119, 243)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(138, 180, 249), rgb(44, 119, 243)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(138, 180, 249), rgb(44, 119, 243)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(138, 180, 249), rgb(44, 119, 243)); /* Standard syntax */
	
	padding: 0.5em 1em;
	color: white;
}

.leftNavBox
{
	padding-left: 0px;
	border-right: 2px solid black;
}

.loginBox
{
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background-color: rgb(230, 230, 230);
	padding: 2em;
	position:absolute;
	left:890px;
}

.box1
{
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 1px;
	border-color: lightblue;
	padding: 2em;
}

#mainContent > div
{
	width: 100%;
}

.zeroHeight
{
	height: 0px;
}

.newsBox
{
	border: 1px solid rgb(220, 220, 220);
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.appIcon
{
	font-size: 1.5em;
	margin-right: 0px;
}

.iconSuperfix
{
	background-color: red;
	color: white;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0.2em 0.4em;
	position: relative;
	top: -1.4em;
	right: 1em;
	border-radius: 0.5em;
}

.dropDownItem
{
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	max-width: 25em;
}

.nav-tabs > li > a
{
	background: -webkit-linear-gradient( rgb(44, 119, 243), rgb(138, 180, 249)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(44, 119, 243), rgb(138, 180, 249)); /* Standard syntax */
	
	border-bottom-width: 0px;
	color: white;
}

.nav-tabs > li.active > a
{
	background-color: white;
	background: none; 
	font-weight: bold;
	color: black;	
}

.nav-tabs > li.active 
{
	margin-bottom: 0px;
	background: white;
}

.visibleElem
{
	display: block !important;
}

.jumbotron
{
	width:50;
	height:300;
	color:blue;
	padding:1.0em;
	margin:3;
	
	
	background: -webkit-linear-gradient(rgb(138, 180, 249), rgb(44, 119, 243));
}
.conversationWriteBox
{
	width: 800px;
	height: 50px;
    padding: 10px;
    border: 1px solid black;
    margin-left: 2m ,4m;
    right: 10px;
    
}
.vline
{
	position: absolute;
    border-right: 1px solid black;
    top: 0;
    bottom: 0;
    left:150px;
}

.mystyle
 {
    	
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 600px;
    height: auto;
    background-color: lightgreen;
    content: ' ';
    left: -40px;
	right: auto;
    top: -8px;
	bottom: auto;
	border: 1px solid;
	border-color:white;
	padding:10px;
}

/* Real Estate class*/

 .leftMenuButton
 {
    background-color:  #ADD8E6;
    border: 1px solid black;
    color: black;
    cursor: pointer;
    padding: 30px 15px;
    border-radius: 8px;
}

.leftMenuButton:hover
{
	color:white;
}

.transparentBox 
{
  positon:absolute;
  width:10%;
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

.transparentBox li 
{
  margin: 5%;
  font-weight: bold;
  color: #000000;
}


 
.bottom
{
	position:fixed;
	text-align:right;
	bottom:20px;
	right:10px;
	width:100%;
}
			
.backgroundImage
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:-1;
	-webkit-filter: blur(0px); /* Chrome, Safari, Opera */
	filter: blur(0px);
	height:890px;
	width:100%;
}

.triangle-right
{
	width:0;
	height:0;
	border-top:12px solid transparent;
	border-left: 25px solid red;
	border-bottom:12px solid transparent;
	position:absolute;
}

.triangle-left
{
	width:0;
	height:0;
	border-top:12px solid transparent;
	border-right: 25px solid red;
	border-bottom:12px solid transparent;
	position:absolute;
	left:100px;
}

.searchBox
{
	border: 3px solid black;
    width: 261px;
    height: 51px;
    padding:10px;
    position:absolute;
    top:80%;
    right:40%;
}	

.image
{
	position:absolute;
	height:200%;
	right:70%;
	top:500%;
    z-index:1;
     opacity: 0.4;
    filter: alpha(opacity=40);
}

.searchResult
{
	position:absolute;
    top:400%;
    right:15%;
	z-index:1;	
	border:3px solid black;
	height:400%;
	width:70%;
}

body 
{
  /* background-image: url("/ui/images/lpage/m1.jpg");*/
 	background-repeat: no-repeat;
    background-size: cover;
}

.nobackGroundColor
{
	back-ground-color: none;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th 
{
    border: none;
}

.member
{
	border: 3px solid #66c2ff;
	border-radius: 5px;
}

.memberOnDragHover
{
	border: 3px solid blue;	
	box-shadow: 5px 5px 10px #888888;
}

.member:hover
{
	box-shadow: 5px 5px 10px #888888;
}

.memberPhoto:hover
{
	color: blue;
}
.img-circle
{
	border-radius: 50%;
}

.img-circle:hover
{
	border: 1px solid blue;
}

.conversation
{
	border: 2px solid #87CEEB;
	border-radius: 5px;
}

.hoverDiv
{
	padding: 0.1em;
	width: 100%;
	border-top: 1px dotted #b3e0ff;

}

.borderhover
{
	border: 4px solid #0000a0;
	box-shadow: 5px 5px 5px grey;
}

.displayElement
{
	display:inline;

}

.displayHidden
{
	display:none;
}

.displayBorder
{
	
}

.grabIt
{
	cursor: move; 
}

/* Kanban board */
.storyBoards .col 
{
   width: 22%; 
   float: left;
   padding: 2%;
  
}
.banbanItems
{
	width: 50%;
	height: 100%;
}


/* conversation display */        
.arrow-right
{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 5px solid lightblue;
}  

.arrow-left 
{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right: 5px solid #b3ffb3; 
}     

.arrow-left-blue 
{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right: 5px solid lightblue; 
} 
    
/* Project Release */
.blueBackGround
{
	background-color: lightblue;
}

.whiteBackGround
{
	background-color: white;
}

.greyBackGround
{
	background-color: #778899;
}

.greenBackGround
{
	background-color: lightgreen;
}

/* Scrum Action */
.lightGreyBackground
{
	background-color: lightgrey;
}

.lightGoldenYellowBackGround
{
	background-color: #FAFAD2;
}

.lightGreyBackground:hover
{
	box-shadow: 2px 2px 5px #888888;
}

.lightGoldenYellowBackGround:hover
{
	box-shadow: 2px 2px 5px #888888;
}

.heightTransition
{
	-webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: height;
    transition-duration: 1s;	
}
    
    
/*  aaaaaaaaaaaaaaaaaaa*/

.uncheckedClass {
    list-style-image: url("/ui/images/toggle-small-expand.png");
    font-size: large;
}

.checkedClass {
     list-style-image: url("/ui/images/toggle-small.png");
}

.simpleParagraph p
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.hoverHighlight:hover
{
	text-decoration: underline;
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
}

.highlightedRow
{
	background: blue;
	color: white;
	font-weight: bold;
}

.yk-tab-button
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	
	font-weight: bold;
	border-right: 2px solid white;
	display: inline;
}

.yk-tab-button > a
{
	color: white;
	padding-bottom: 0.25em;
	text-decoration: none;
	white-space: nowrap;
}

.yk-tab-button-selected > a
{
	border-bottom: 3px solid red;
}



.yk-left-tab-button
{
	padding: 0.5em;
	padding-left: 1em;
	font-weight: bold;
}

.yk-left-tab-button > a
{
	text-decoration: none;
	white-space: nowrap;
	color: black;
	display: block;
}

.yk-left-tab-button-selected
{
	background-color: red;
}

.yk-left-tab-button-selected > a
{
	color: white;
}

.yk-form-field-div
{
	display: inline-block; 
	vertical-align: top; 
	margin: 0.5em; 
}

.yk-form-field-div label
{
	font-size: 0.8em;
	font-weight: bold;
}

.yk-form-field-div select, input, textarea
{
	border: solid 1px rgb(44, 119, 243);
	height: 2em;
	padding: 0.2em 0.5em;
	border-radius: 0.5em;
	outline: 0;
	min-width: 10em;
}

.yk-small-button
{
	font-size: 1.4rem;
	padding: 0.4rem 0.6rem;
	border-radius: 0.8rem;
}


.ledgerBankEntry_div
{
	border: 2px solid blue;
	padding: 0.5em;
	border-radius: 10px;
	margin-bottom: 10px;
}

.ledgerBankEntry_entryDropDown
{
	width: 90%;
	border-radius: 10px;
	padding: 5px;
}

.ledgerBankEntry_fieldDiv
{
	display: inline-block;
	padding: 5px;
}

.ledgerBankEntry_fieldLabel
{
	font-size: 1rem;
	font-weight: bold;
}

.ledgerBankEntry_field
{
	border: 1px solid blue;
	border-radius: 5px;
	width: 10rem;
	min-width: 10rem; 
}

.ledgerBankEntry_fieldDiv select
{
	border: 1px solid blue;
	border-radius: 5px;
	padding: 5px;
}

.blueHeading
{
	color: blue;
	font-weight: bold;
}

.jobOpening-sample-accepted
{
	padding: 1rem; 
	background-color: rgb(210, 255, 222); 
	border-radius: 1.5rem; 
	margin-bottom: 0.5rem;
}

.jobOpening-sample-rejected
{
	padding: 1rem; 
	background-color: rgb(255, 198, 206); 
	border-radius: 1.5rem; 
	margin-bottom: 0.5rem;
}

.jobOpening-rejection-box
{
	width: 100%;
    border: red dashed 2px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.6rem;
}
