﻿/***********************************************************/
/***************        GENERAL STYLES        **************/
/***********************************************************/
body
{
    font: 11pt Arial,sans-serif;
    color: #303030;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

body.touch 
{
	font: 12pt Arial,sans-serif;
}

h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-weight: normal;
}

ph
{
	color: #303030;
}

.themeBgd
{
    background-color: #fffaf4;
}

div.background
{
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

div.container
{
    position: absolute;
    padding: 10px;
    margin: 20px 0px 0px 20px;
    z-index: 1001;
    top: 20px;
    left: 20px;
    background-color:#ffffff;
}

div.titlebar
{
    background: #f9faf9;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    height: 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1076ad;
}

div.footerbar
{
    background: #f9faf9;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    height: 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1076ad;
}

div.toolbar
{
    padding: 2px 5px 2px 5px;
    background: #fafbfb;

}

div.tableContent
{
    border: 1px Solid #D5D5D5;
    border-radius: 3px;
    margin : '0px';
    overflow : 'auto';
 

}

div.pageContent
{
    margin-left: 55px;
    background-color   : #fafbfb;
}

div.container
{
    position: relative;
    overflow: hidden;
    border-top: 1px Solid #00AEFF;
    border-left: 1px Solid #00AEFF;
    border-bottom: 1px Solid #00AEFF;
    border-right: 1px Solid #00AEFF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.container section 
{
    border-top: 1px solid #ccc;
}

.button
{
    border: 1px Solid #999999;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 7px 2px 3px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F1F1F1  50% 50% repeat-x;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.button-more { 
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/actions-333333-26.png) no-repeat center; 
    margin-left: auto;
    margin-right: auto;
}

.button-accept-open { 
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/imgInactive.png) no-repeat center; 
    margin-left: auto;
    margin-right: auto;
}

.button-accept-won { 
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/imgConfirm.png) no-repeat center; 
    margin-left: auto;
    margin-right: auto;
}

.button-accept-lost { 
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/imgStop.png) no-repeat center; 
    margin-left: auto;
    margin-right: auto;
}

.button.touch 
{
	padding: 10px 7px 6px 3px;
}

div.button>img
{
    vertical-align: -2px;
}

.inactivebutton
{
    cursor: default;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.inactivebutton.touch 
{
	padding: 10px 7px 6px 3px;
}


.button:active
{
    background: #F1F1F1 url(../css/Coldshield-Default/images/soft_0c4288_light.png) 50% 50% repeat-x;
    background-position: center;
    /*background: #5194FF 50% 50% repeat-x;*/
    border: 1px solid #F1F1FF;
    padding: 5px 6px 1px 4px;
}

.button:active.touch
{
    padding: 10px 6px 4px 4px;
}

.button.logout
{
    text-decoration: none;
    color: #303030;
    font-weight: normal;
    font-size: 11pt;
}

.button.logout:hover
{
    background: #DDDDDD url(../css/Coldshield-Default/images/soft_dddddd.png) 50% 50% repeat-x;
    border: 1px solid #888888;
}

.button.logout:active
{
	background: #f1f1f1 url(../css/Coldshield-Default/images/soft_f1f1f1.png) 50% 50% repeat-x;
	padding: 3px 8px 3px 2px;
}

a
{
    color: #303030;
}

a:active
{
    color: #303030;
}

a:hover
{
    color: #303030;
}

a:visited
{
    color: #303030;
}

a.button
{
    text-decoration: none;
}

div.noBreakField
{
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.icon
{
    width: 90px;
    height: 93px;
    margin: 1px;
    border: 0px;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

div.icon>div
{
    overflow: hidden;
    font-size: 10pt;
    padding: 4px 2px 4px 2px;
    border: 1px Solid Transparent;
    border-radius: 4px;
    cursor: default;
}

div.detail
{
    border: 1px Solid Transparent;
    cursor: default;
    height: 40px;
    padding-top:15px;
}

div.icon>div:hover, div.detail:hover
{
    background-color: #E0F2F8;
    border: 1px Solid #E0F2F8;
}

div.icon>div.selected, div.detail.selected
{
    background-color: #E0F2F8;
    border: 1px Solid #E0F2F8;
}

div.icon>div>div
{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
	word-wrap: break-word;
	white-space: pre-line;
	margin-top: 3px;
	border: 0px;
	padding: 0px;
	line-height: 16px;
}

.headerError
{
    background: #DDDDDD url(../css/Coldshield-Default/images/soft_dddddd.png) center repeat-x;
    border: 1px Solid #888888;
}

.greenball 
{
    width:20px;
    height:20px;
    border-radius:10px;
    font-size:small;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #0aa908;
    background:-webkit-gradient(linear, left top, left bottom, from(#59e738), to(#0aa908));
    line-height: 20px;
}

h3
{
    margin: 5px 0px 3px 8px;
}


.red
{
    color: Red;
}

.green
{
    color: Green;
}

.borderedsection 
{
    border: 2px Solid #00AEFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #F8F8F8;
    padding: 4px;
    margin: 8px;
}

td.collapsed
{
    width: 9px;
    background-image: url(../images/imgCollapsed.png);
    background-position: center;
    background-repeat: no-repeat;
}

td.expanded
{
    width: 9px;
    background-image: url(../images/imgExpanded.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.heading
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

.ui-autocomplete-loading
{
	background: white url('../images/imgLoading.gif') right center no-repeat;
}

.ui-menu-item.touch div
{
	height:35px;
	line-height:35px;
}

/***********************************************************/
/***************     INPUT CONTROL STYLES     **************/
/***********************************************************/

input[type=text], input[type=password]
{
	font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
    border-radius: 2px;
	height: 26px;
	padding-left: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

input[type=text].hoverbox, input[type=password].hoverbox
{
    border: 1px Solid #C1C1C1;
	background-color: #ffffff;
}

input[type=text].grid
{
    border: 1px Solid transparent;
	background-color: #ffffff;
	height: 36px;
}

input[type=text].grid.active
{
    border: 1px Solid #C1C1C1;
	background-color: #ffffff;
}

input[type=text].hoverbox:hover,  input[type=password].hoverbox:hover
{
    border: 1px Solid #878787;
	background-color: #ffffff;
}

input[type=text].hoverbox.active, input[type=password].hoverbox.active
{
    border: 1px Solid #878787;
	background-color: #ffffff;
	box-shadow:  0 0 0 2px #AFD7FF;
}


input[type=text].touch, input[type=password].touch
{
    height: 36px;
    font: 12pt Arial;
}

.txtField
{
    font: 11pt Arial;
    color: #303030;
    border: 1px Solid #C1C1C1;
    height: 22px;
    padding-left: 4px;
    padding-top: 5px;
    width: 100%;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
}

select
{
    font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
	height: 25px;
}

select.multiSelect
{
    font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
	height: 200px;

}

select.grid
{
    font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
	height: 36px;
}

option
{
    font: 11pt Arial;
}

input[type=button]
{
	font: 11pt Arial;
	color: #303030;
	padding: 4px 30px 4px 30px;
}

input[type=submit]
{
	font: 11pt Arial;
	color: #303030;
	padding: 4px 30px 4px 30px;
}

textarea
{
	font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
	padding: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}


textarea.hoverbox
{
    border: 1px Solid #878787;
	background-color: #fffaf4;
}

textarea.hoverbox:hover
{
    border: 1px Solid #878787;
	background-color: #ffffff;
}

textarea.hoverbox.active
{
    border: 1px Solid #878787;
	background-color: #ffffff;
	box-shadow: 0 0 10px #AFD7FF;
}

textarea.touch
{
    font: 12pt Arial;
}

/*    
    Context menu items
*/
div.context-menu {Z-INDEX: 100; BORDER-BOTTOM: #868686 1px solid; BORDER-LEFT: #868686 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; BACKGROUND: #fafafa repeat-y 0px 0px; BORDER-TOP: #868686 1px solid; CURSOR: default; BORDER-RIGHT: #868686 1px solid; PADDING-TOP: 1px}
div.context-menu-item {PADDING-BOTTOM: 4px; MARGIN: 1px 0px;  PADDING-RIGHT: 19px; DISPLAY: block; WHITE-SPACE: nowrap;  CURSOR: pointer; TEXT-DECORATION: none; PADDING-TOP: 4px}
div.context-menu-item:hover {BORDER-BOTTOM: #d2b47a 1px solid; BORDER-LEFT: #d2b47a 1px solid; PADDING-BOTTOM: 3px; BACKGROUND: url(../css/Coldshield-Default/images/soft_0c4288_light.png) 50% 50% repeat-x; PADDING-RIGHT: 18px; BORDER-TOP: #d2b47a 1px solid; BORDER-RIGHT: #d2b47a 1px solid; PADDING-TOP: 3px}
div.context-menu-item-disabled {color: #9e9e9e; PADDING-BOTTOM: 4px; MARGIN: 1px 0px;  PADDING-RIGHT: 19px; DISPLAY: block; WHITE-SPACE: nowrap;  TEXT-DECORATION: none; PADDING-TOP: 4px}


/*
select, select:focus, textarea, input[type=text], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{ 
    font-size: 16px;
} */

/************** JS PICKER STYLES **************/
.jcp_SecOut, .jcp_SecOutDis 
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-image: url(../images/imgSeparator.png?ver=3);
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_SecOut:hover, .jcp_LastSecOut:hover
{
	border: 1px Solid #b9ab86;
	background-image: url(../images/btnDropDown.png?ver=3);
}

.jcp_LastSecOut, .jcp_LastSecOutDis
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_Itm
{
	cursor: pointer;
}

.jcp_Itm:hover
{
	background-color: #eae0d5;
}

.jcp_Ttl
{
	cursor: pointer;
	padding-right: 20px;
	background-image: url(../images/imgUpLevel.png?ver=3);
	background-position: center right;
	background-repeat: no-repeat;
}

.jcp_Ttl:hover
{
	background-color: #eae0d5;
}

.droppable-hover
{
    background-color:#EFEFEF !important;
}

.ui-sortable-placeholder {
    display: inline-block;
    height: 1px;
}

.placeholder {
  height:40px;
  width:250px;
  display:inline-block;
  margin:4px;
}

.placeholder1 {
  height:20px;
}

#header
{
 width: 100%;
 background-color : #00AEEF;
 height:55px;
}

#header-logo {
  float:left;
  position:relative;
  left:50%;
  margin-left: -115px;
  margin-top: 5px;
}

#header-user 
{
  padding-top:15px;
  float: right;
}

#header-logout {
  padding-top:10px;
  float: right;
}

.field-group {
	padding: 4px 0 4px 145px;
	position: relative;
	margin: 1px 0;
	width: 100%;
	
}


/* Tool Tips */
  .ui-tooltip, .arrow:after {
    background: #333;
    border: 1px solid #333;
  }

  .ui-tooltip {
    padding: 5px 10px 5px 10px ;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 7px black;

  }

  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }

  .arrow.top {
    top: -16px;
    bottom: auto;
  }

  .arrow.left {
    left: 20%;
  }

  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

/* Side bar*/

div.sidebar-wrapper
{
    width:55px;
    padding:50px 0; 
    position:absolute; 
    top:55px; 
    bottom:0; 
    left:0;
    right:0;
    text-align:center;
    border: 1px solid #ccc;
    
}

div.sidebar-body
{
    background-color: #f5f5f5;
}

header.sidebar-header {margin-top:-50px; height:50px; border-bottom: 1px solid #ccc; background-color: #f5f5f5; }
footer.sidebar-footer {height:30px; border-top: 1px solid #ccc; background-color: #f5f5f5; padding-left: 18px; padding-right:18px; padding-top: 18px; position:fixed; bottom:0;}


.sidebar-icon
{
   width: 18px; 
   height: 15px;
   background-image:url(../images/sidebar_expand.png);
   background-position: center;
   background-repeat: no-repeat;
   display: block;
 }

div.sidebar-item
{
    width: 55px;
    font-size: 11pt;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 32px;
}

div.sidebar-line
{
   height:5px; 
   border-bottom: 1px solid #ccc; 
   background-color: #f5f5f5; 
}

div.sidebar-spacer
{
   height:5px; 
   background-color: #f5f5f5; 
}
div.sidebar-item:hover
{
    background: #E0E0E0;
}

div.sidebar-item.selected
{
    cursor: default;
    height: 32px;
    background: #E0E0E0;
}

div.sidebar-item.selected.changed, div.sidebar-item.changed
{
    font-weight: bold;
}

img.sidebar-images
{
    width:32px;
    height:32px; 
    vertical-align:middle;
}

span.sidebar-labels
{
    display:inline-block;
    height:32px;
    padding-left: 10px;
    padding-right: 10px;
}

div.column-header
{
 border : 1px solid #e8e8e8;
}

td.column-header
{
 padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 0 1px 0 0;
 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfefe),color-stop(100%, #f6f7f8));
 background: -webkit-linear-gradient(#fdfefe,#f6f7f8);
 background: -webkit-linear-gradient(#fdfefe, #f6f7f8);
 background: linear-gradient(#fdfefe,#f6f7f8);
}

column-header-text
{
 color :#048abb;
 cursor :pointer;
}

column-header-sort
{
 color :#048abb;
}

tr.row-detail 
{
 background-color  :#fff;
 padding: 10 0 2 0;
}

td.row-detail
{
    padding : 8px !important;
    border : 0;
}

td.grid-header
{
 padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 1px 1px 0 0;
 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfefe),color-stop(100%, #f6f7f8));
 background: -webkit-linear-gradient(#fdfefe,#f6f7f8);
 background: -webkit-linear-gradient(#fdfefe, #f6f7f8);
 background: linear-gradient(#fdfefe,#f6f7f8);
}

td.grid-detail
{
 padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 1px 1px 0 0;
}

div.grid-detail
{
    cursor: default;
}

div.grid-detail:hover
{
    background-color: #E0F2F8;
}

div.grid-detail.selected
{
    background-color: #E0F2F8;
}
table.row-detail 
{
      width: 100%;
      table-layout:fixed;
}


.outer {
    width: 100%;
        background: #fafbfb;

}
.inner {
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
}

#divContent
{
    width: 72%;
    /*width: auto;
    margin-left: 200px;
    margin-right: 200px;*/
}

#divEdit 
{
    position: relative;
    overflow: hidden;
    border: 1px Solid #D2D2D2;
    border-radius: 3px;
    width: 978px;
    marginLeft : 10px;
    marginTop : 10px;
    top : 10px;
    left : 10px;

}

.divdelete {
    background: transparent url(../images/delete.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.cs-label{
color: #707070;
font-size: 12px;
font-weight: bold;
line-height: 1.66666666666667;
text-transform: uppercase;
display: inline-block;

}

.cs-button
{
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3.01px;
color: #333;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 14px;
font-variant: normal;
font-weight: normal;
height: 2.14285714em;
line-height: 1.42857143;
margin: 0;
padding: 4px 10px;
text-decoration: none;
vertical-align: baseline;
white-space: nowrap;
}

.cs-button-selected {
    background: #e9e9e9;
    border-color: #999;
    color: #000;
    text-decoration: none;
}

.cs-button-subtle {
    background: transparent;
    border-color: transparent;
    color: #707070;
}
