﻿body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

/*----  Page Header Bar: Logo + App Name -----*/
/* old logo
.HeaderBar {
    background-image: url(/Images/bodyarmor_logo_dark2.png);
    background-repeat: no-repeat;
    background-position: 20px 0; 
    background-color: #000000;
    padding: 20px 20px 0 0;
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
}
*/
.HeaderBar {
    background-image: url(/Images/BA_HUDDLE.png);
    background-size: 76px 70px; /* width = 1888 * height / 1742 */
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-color: #ffffff;
    padding: 20px 20px 0 0;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

/*----  Processing... -----*/
.inProgress {
    position:absolute;
    top: 300px;
    margin: 0 auto;
    height:80px;
    width: 100%;
    font-size:14px;
    vertical-align:middle;
    color:black;
    background-color:lightyellow;
    cursor:wait;
    z-index:999;
    opacity:1;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*----  Login Page -----*/
.LoginTable {
	border: 1px solid goldenrod;
	padding: 5px;
}
.LoginRememberme {
    font-size: 11px;
}
.Loginbutton
{
    width: 55px;
    height: 17px;
    border: 0;
    background: url("../images/but_login_n.png")  no-repeat 0 0;
}
.Loginbutton:hover
{
    background: url("../images/but_login_r.png")  no-repeat 0 0;
    cursor: pointer;
}
.oktaSigninLabel {
    color: lightgray;
    opacity: 1;
    font-size: 14px;
}
.LoginbuttonOkta
{
    cursor: pointer;
}
.LoginbuttonOkta:hover
{
    cursor: pointer;
}
.hidden {
    display: none;
}
.pointer
{
    cursor: pointer;
}

/*----  Home Page -----*/
.WelcomeName {
	color: #000000; 
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 15px;
}
.MessageBoard {
    background-color:#7bd9ff;
    font-size:20px;
    padding:3px 20px 3px 20px;
}
.MessageBoardListWrapper {
    text-align: left;
    background-color: #7bd9ff;
    padding-left: 20px;
}
.MessageBoardList {
	font-size: 12px;
	color: #002f5e;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.FavoriteLinks {
    background-color:#e6c072;
    font-size:20px;
    padding:3px 20px 3px 20px;
}
.FavoriteLinksListWrapper {
    text-align: left;
    background-color: #e6c072;
    padding-left: 20px;
}
.FavoriteLinksList {
	font-size: 12px;
	color: #002f5e;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*---- Master data Mgmt  -----*/
.MainContentHeaderBar {
	padding:5px;
	text-align:left;
    background-color:#ea282b;
    font-weight:bold;
    color:black;
}
.MainContentArea {
    background-color:#a9abac;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.TableDropDown {
	width: 250px;
}

.TableTitle {
	color: #004890;
	font-weight: bold;
    text-align:left;
    padding: 0 0 10px 0;
}
.TableHeaderRow {
	color: #001f66;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.TableSpaceRow {
    height: 1px;
    background-color: #7BD9FF;
}
.TableOddRow {
    background-color: #FFFFFF;
}
.TableEvenRow {
    background-color: #eeeeee;
}

.EditTableWpapper {
    padding: 5px;
}
.EditTable {
    font-size: 12px;
}
.EditTableOddRow {
    background-color: #eeeeee;
}
.EditTableEvenRow {
    background-color: #eeeeee;
}
.EditTableCell1 {
    width:180px;
    text-align:right;
    padding:3px 10px 3px 10px;
}

/*---- User Mgmt  -----*/
.TdList {
	font-size: 11px;
	color: #302b23;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #0095d1;
	padding-top: 2px;
	padding-bottom: 2px;
}
.textEditField {
	font-size: 12px;
	color: #0066cb;
	width: 98%;
	padding-left: 12px;
}


/*---- Chain Activity Plan  -----*/
.ParameterBar {
    text-align: left;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #660CFF;
}
.ProgramIdBar {
    text-align: left;
    padding: 10px 0 10px 10px;
}

.textEdit {
	font-size: 12px;
	color: #0066cb;
	padding-left: 3px;
	width: 200px;
	border: 1px solid #0095d1;
}


a.QuickLink:link{
	color: #002f5e;
	text-decoration: none;
}  

a.QuickLink:visited{
	color: #002f5e;
	text-decoration: none;
	
} 

a.QuickLink:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



.List {
	font-size: 12px;
	color: #002f5e;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
 

.footer {
	padding-left: 25px;	}


.pagenotes
{
	background:orange; 
	text-align:left;
	font-size: 11px;
	color: #302b23;
}



.newmessagebutton
{
    width: 128px;
    height: 18px;
    border: 0;
    background: url("../images/but_newproduct_n.png")  no-repeat 0 0;  /* TODO: need new image */
}
.newmessagebutton:hover
{
    background: url("../images/but_newproduct_r.png")  no-repeat 0 0;  /* TODO: need new image */
    cursor: pointer;
}
        
        
.editbutton
{
    width: 58px;
    height: 18px;
    border: 0;
    background: url("../images/but_edit_n.png")  no-repeat 0 0;
}
.editbutton:hover
{
    background: url("../images/but_edit_r.png")  no-repeat 0 0;
    cursor: pointer;
}
        
.addbutton
{
    width: 75px;
    height: 18px;
    border: 0;
    background: url("../images/but_add_n.png")  no-repeat 0 0;
}
.addbutton:hover
{
    background: url("../images/but_add_r.png")  no-repeat 0 0;
    cursor: pointer;
}
        
        
.removebutton
{
    width: 75px;
    height: 18px;
    border: 0;
    background: url("../images/but_remove_n.png")  no-repeat 0 0;
}
.removebutton:hover
{
    background: url("../images/but_remove_r.png")  no-repeat 0 0;
    cursor: pointer;
}
        
.updatebutton
{
    width: 75px;
    height: 18px;
    border: 0;
    background: url("../images/but_update_n.png")  no-repeat 0 0;
}
.updatebutton:hover
{
    background: url("../images/but_update_r.png")  no-repeat 0 0;
    cursor: pointer;
}


.newuserbutton
{
    width: 123px;
    height: 18px;
    border: 0;
    background: url("../images/but_newuser_n.png")  no-repeat 0 0; 
}
.newuserbutton:hover
{
    background: url("../images/but_newuser_r.png")  no-repeat 0 0;
    cursor: pointer;
}

.popupdropdownbutton
{
    width: 22px;
    height: 18px;
    border: 0;
    background: url("../images/but_newuser_n.png")  no-repeat 0 0; 
}
.newuserbutton:hover
{
    background: url("../images/but_newuser_r.png")  no-repeat 0 0;
    cursor: pointer;
}

.bodyText {
	font-size: 11px;
}

.pagerText {
	font-size: 11px;
}

.button 
{
	/*width: 140px;
    height: 18px;
    border: 0;
    text-align: center;
	background: transparent url("../images/but_new_n.png")  no-repeat 0 0;

	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;*/
}

.button:hover
{
	/*color: #FFEF00;
	cursor: pointer;*/
}

.buttonShorter
{
	width: 100px;
    /*height: 18px;
    border: 0;
    text-align: center;
	background: transparent url("../images/but_shorter.png")  no-repeat 0 0;

	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;*/
}

.buttonShorter:hover
{
	/*color: #FFEF00;
	cursor: pointer;*/
}

.popupEditorWnd
{	
	position: absolute;
	top: 300px;             
	width: 600px;
	left: 0;
	right: 0;
	margin-left: auto;   
	margin-right: auto;
	background:#cccccc;
	border: 1px solid blue;
	font-size: 11px;
}

.readonly
{
	background-color: #dddddd;
    color: darkgrey;
}



.modalBackground
{
    background-color:Gray; /*  #CCCCFF; */
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* Position should be -1000px, so during loading you not gonna see popup initialization. */
.ModalWindow
{
    border: solid 1px #c0c0c0;
    background:#f0f0f0;
    padding: 5px 5px 5px 5px;
    position:absolute;
    top:-1000px;
}
        
.ModalWindowDragHandle
{
        cursor:move;
        background-color:Gray;
}
