body
{
	margin: 0;
	padding: 0;
	color: #26354a;
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	background: #f3f6fa;
}

#page
{
	max-width: 1180px;
	margin: 28px auto;
	background: #fff;
	border: 1px solid #e1e8f0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(28, 54, 88, .10);
}

#topnav
{
	margin: 0;
	padding: 5px;
	background-color:#000000;
	color:#FFFF;
	text-align:right;
}

.topnav_text a
{
	color: #FFFFFF!important;
	font: normal 8pt Arial,Helvetica,sans-serif;
	text-decoration:underline;
}


#header
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	background-color:#333333;
}

.app-header { display:flex; align-items:center; justify-content:space-between; min-height:104px; padding:0 32px; background:#fff; border-bottom:1px solid #e7edf4; }
.brand img { display:block; max-width:100%; width:590px; height:auto; max-height:90px; object-fit:contain; object-position:left center; }
.user-area { padding:10px 0 10px 20px; text-align:right; color:#1b4068; white-space:nowrap; }
.user-area__label { display:block; color:#78889b; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.app-navigation { padding:0 22px; background:#123e67; }
.app-navigation nav { margin:0; background:transparent; }
.app-navigation .eflat-menu { display:flex; margin:0; padding:0; list-style:none; }
.app-navigation .eflat-menu li a { padding:14px 16px; font-size:13px; font-weight:normal; color:#eaf3fb; }
.app-navigation .eflat-menu li.active a, .app-navigation .eflat-menu li a:hover { background:#1d659c; color:#fff; }
.app-navigation .eflat-menu li:last-child { margin-left:auto; }
#content { padding:30px 32px 36px; min-height:420px; }
#footer { padding:17px 32px; background:#0f2f4d; color:#d8e7f3 !important; font-size:12px; text-align:center; }
#footer span { padding:0 8px; color:#69b7df; }

.login-page { display:flex; align-items:center; justify-content:center; min-height:100vh; padding:24px; background:radial-gradient(circle at 12% 15%, rgba(107,190,229,.30), transparent 29%), linear-gradient(135deg, #0d3b66, #1d6d9f); box-sizing:border-box; }
.login-card { display:grid; grid-template-columns:1.08fr .92fr; width:100%; max-width:980px; overflow:hidden; background:#fff; border-radius:16px; box-shadow:0 24px 60px rgba(0,0,0,.25); }
.login-card__visual { display:flex; align-items:center; background:#fff; border-right:1px solid #e7edf3; }
.login-logo { display:block; width:100%; height:auto; object-fit:contain; }
.login-card__body { display:flex; flex-direction:column; justify-content:center; padding:44px 48px 48px; }
.eyebrow { margin:0 0 6px; color:#1682bd; font-size:11px; font-weight:bold; letter-spacing:.13em; }
.login-card h1 { margin:0 0 8px; color:#173b5d; font-size:29px; }
.login-card p { color:#65778b; }
.login-card__features { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 4px; }
.login-card__features span { padding:5px 9px; border-radius:20px; background:#edf6fb; color:#28648c; font-size:12px; }
.login-button { align-self:flex-start; display:inline-block; margin-top:16px; padding:11px 18px; background:#1673aa; border-radius:5px; color:#fff !important; font-weight:bold; text-decoration:none; }
.login-button:hover { background:#0d5c8e; }

.auth-page { display:flex; align-items:center; justify-content:center; min-height:100vh; padding:24px; background:#f2f6fa; box-sizing:border-box; }
.auth-card { display:grid; grid-template-columns:1fr 430px; width:100%; max-width:980px; min-height:510px; overflow:hidden; background:#fff; border:1px solid #dfe8f0; border-radius:16px; box-shadow:0 18px 46px rgba(20, 57, 91, .13); }
.auth-card__brand { position:relative; display:flex; flex-direction:column; justify-content:space-between; padding:36px 42px; background:#174b75; color:#fff; overflow:hidden; }
.auth-card__brand:after { content:""; position:absolute; width:310px; height:310px; right:-115px; bottom:-155px; border:46px solid rgba(110,194,230,.22); border-radius:50%; }
.auth-card__brand img { position:relative; z-index:1; display:block; width:100%; height:auto; background:#fff; border-radius:6px; }
.auth-card__brand-copy { position:relative; z-index:1; margin-top:40px; }
.auth-card__brand-copy p { margin:0 0 8px; color:#8fd1f2; font-size:12px; font-weight:bold; letter-spacing:.12em; text-transform:uppercase; }
.auth-card__brand-copy h1 { margin:0 0 10px; color:#fff; font-size:28px; line-height:1.18; }
.auth-card__brand-copy span { color:#d8eaf5; }
.auth-card__form { padding:45px 48px; }
.auth-back { display:inline-block; margin-bottom:40px; color:#39759d; font-size:13px; text-decoration:none; }
.auth-back:hover { color:#164d78; text-decoration:underline; }
.auth-card__form h2 { margin:0; color:#173b5d; font-size:28px; }
.auth-card__intro { margin:7px 0 28px; color:#75879a; }
.auth-field { margin:0 0 20px; }
.auth-field label { display:block; margin-bottom:7px; color:#35526e; font-size:13px; font-weight:bold; }
.auth-field input[type=text], .auth-field input[type=password] { box-sizing:border-box; width:100%; padding:11px 12px; border:1px solid #cfdce7; border-radius:5px; color:#263d54; font-size:14px; }
.auth-field input:focus { outline:0; border-color:#2c8ac1; box-shadow:0 0 0 3px rgba(44,138,193,.12); }
.auth-field .errorMessage { margin-top:5px; color:#b12831; font-size:12px; }
.auth-actions input[type=submit] { width:100%; padding:12px 18px; border:0; border-radius:5px; background:#1673aa; color:#fff; cursor:pointer; font-size:14px; font-weight:bold; }
.auth-actions input[type=submit]:hover { background:#0d5c8e; }

.diffusion-page { max-width:1000px; margin:0 auto; }
.diffusion-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:24px; }
.diffusion-heading h1 { margin:0; color:#173f63; font-size:26px; }
.diffusion-heading p { margin:5px 0 0; color:#6b7d90; }
.diffusion-heading__eyebrow { color:#1a79af !important; font-size:11px; font-weight:bold; letter-spacing:.1em; text-transform:uppercase; }
.diffusion-back { padding:9px 12px; border:1px solid #cbdbe8; border-radius:5px; color:#32648a; font-size:13px; text-decoration:none; white-space:nowrap; }
.diffusion-back:hover { background:#edf5fa; }
.courrier-summary { display:grid; grid-template-columns:1.35fr 1fr 1fr; gap:1px; margin-bottom:22px; overflow:hidden; border:1px solid #dce6ef; border-radius:8px; background:#dce6ef; }
.courrier-summary__item { min-height:66px; padding:14px 17px; background:#fff; }
.courrier-summary__item--wide { grid-column:span 2; }
.courrier-summary__item span { display:block; margin-bottom:4px; color:#7890a4; font-size:11px; font-weight:bold; letter-spacing:.06em; text-transform:uppercase; }
.courrier-summary__item strong { color:#2e4358; font-size:14px; }
.diffusion-card { margin-bottom:20px; overflow:hidden; border:1px solid #dce6ef; border-radius:8px; background:#fff; box-shadow:0 2px 5px rgba(20,57,91,.04); }
.diffusion-card__header { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:16px 20px; border-bottom:1px solid #e6eef5; background:#f6f9fc; }
.diffusion-card__header h2 { margin:0; color:#224967; font-size:18px; }
.diffusion-card__header p { margin:3px 0 0; color:#6e8194; font-size:13px; }
.diffusion-card__hint { padding:5px 8px; border-radius:12px; background:#e2f2fa; color:#2670a0; font-size:11px; white-space:nowrap; }
.recipient-list { padding:0 20px; }
.recipient-row { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid #edf1f5; }
.recipient-row:last-child { border-bottom:0; }
.recipient-check { display:flex; align-items:center; gap:9px; color:#354c61; cursor:pointer; font-weight:bold; }
.recipient-check input { width:16px; height:16px; accent-color:#1673aa; }
.recipient-annotation { display:flex; align-items:center; gap:9px; }
.recipient-annotation label { color:#74879a; font-size:12px; }
.recipient-annotation select { min-width:160px; padding:7px 9px; border:1px solid #cbd9e5; border-radius:4px; background:#fff; color:#354c61; }
.diffusion-card--observation { padding:20px; }
.diffusion-card--observation label { display:block; color:#294961; font-weight:bold; }
.diffusion-card--observation p { margin:3px 0 10px; color:#708296; font-size:13px; }
.diffusion-card--observation textarea { box-sizing:border-box; width:100%; resize:vertical; padding:10px; border:1px solid #cbd9e5; border-radius:5px; color:#334a5f; font:normal 14px Arial, Helvetica, sans-serif; }
.diffusion-card--observation textarea:focus, .recipient-annotation select:focus { outline:0; border-color:#2c8ac1; box-shadow:0 0 0 3px rgba(44,138,193,.12); }
.diffusion-actions { display:flex; justify-content:flex-end; align-items:center; gap:16px; }
.diffusion-actions a { color:#58738a; font-size:13px; text-decoration:none; }
.diffusion-actions a:hover { text-decoration:underline; }
.diffusion-actions input[type=submit] { padding:11px 17px; border:0; border-radius:5px; background:#1673aa; color:#fff; cursor:pointer; font-size:14px; font-weight:bold; }
.diffusion-actions input[type=submit]:hover { background:#0d5c8e; }
.diffusion-hidden-input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }

@media (max-width: 760px) {
  #page { margin:0; border:0; border-radius:0; }
  .app-header { min-height:78px; padding:0 18px; }
  .brand img { width:330px; max-height:68px; }
  .user-area { display:none; }
  .app-navigation { padding:0; }
  .app-navigation .eflat-menu { display:block; }
  .app-navigation .eflat-menu li, .app-navigation .eflat-menu li:last-child { display:block; margin:0; }
  .app-navigation .eflat-menu li a { border-bottom:1px solid rgba(255,255,255,.12); }
  #content { padding:22px 14px; overflow-x:auto; }
  .login-page { align-items:flex-start; padding:18px; }
  .login-card { display:block; max-width:540px; margin-top:8vh; }
  .login-card__visual { border-right:0; border-bottom:1px solid #e7edf3; }
  .login-logo { max-height:none; }
  .login-card__body { padding:28px 25px 32px; }
  .auth-page { align-items:flex-start; padding:18px; }
  .auth-card { display:block; max-width:540px; margin-top:4vh; }
  .auth-card__brand { min-height:190px; padding:22px 25px; }
  .auth-card__brand img { max-width:430px; }
  .auth-card__brand-copy { margin-top:20px; }
  .auth-card__brand-copy h1 { font-size:23px; }
  .auth-card__form { padding:28px 25px 32px; }
  .auth-back { margin-bottom:25px; }
  .diffusion-heading { flex-direction:column; }
  .courrier-summary { grid-template-columns:1fr; }
  .courrier-summary__item--wide { grid-column:span 1; }
  .recipient-row { align-items:flex-start; flex-direction:column; gap:9px; }
  .recipient-annotation { width:100%; justify-content:space-between; }
  .recipient-annotation select { width:72%; min-width:0; }
  .diffusion-actions { justify-content:space-between; }
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
	background-color:#333333;
	color: #FFFFFF!important;
}
#footer a{ color: #FFFFFF!important;}

#logo
{
	padding: 10px 20px;
}

#mainmenu
{
	/*background:white url(bg.gif) repeat-x left top;background-image:url(http://inventory.simpson.com/dashboard-download/images/el_bg.png);*/
	background-color:#333333;
	height: 42px;
	
  

}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
	
}

#mainmenu ul li
{
	display: inline;
  background-attachment:initial;
  background-clip:initial;
  background-color:#333333;
  background-image:url(../images/el_bg.png);
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:initial;
  border-bottom-style:none;
  border-bottom-width:initial;
  border-image:initial;
  border-left-color:#222222;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#222222;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#222222;
  border-top-style:solid;
  border-top-width:1px;
  float:left;
  list-style-type:none;
  margin-bottom:0;
  margin-left:0.1em;
  margin-right:0.1em;
  margin-top:0;
  position:relative;
  padding-left:20px;
  padding-right:20px;
  height:35px;
}

#mainmenu ul li.active
{
  display: inline;
  background-attachment:initial;
  background-clip:initial;
  background-color:#F1F1F1;
  background-image:none;
}

#mainmenu ul li.active a
{
  color:#333333!important;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:35px;
	padding-top:10px;

}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #cccc;
}
.infoBar {
  border: solid 1px #CCCCCC;
  background-color:#F9F9F9;
  margin-bottom:10px;
  padding:10px;
  width:690px;
}

.dashboardIcons {
  overflow-x:hidden;
  overflow-y:hidden;
}
.dashIcon {
  float:left;
  /*padding-left:4px;width:123px;*/
  border: solid 1px #CCCCCC;	
  background-color:#F9F9F9;
  padding-top:8px;
  margin-bottom:10px;
  text-align:center;
  
}

.dashIconText{
	padding-top:5px;
	padding-bottom:10px;
	
}
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
    padding-left:2.5em;
    
}

div.flash-error
{
	color:#8a1f11;
	border-color:#FBC2C4;
    background: url(../images/exclamation.png) left center no-repeat #FBE3E4;
    background-position: 10px 10px;
    
}

div.flash-notice
{
	color:#514721;
	border-color:#FFD324;
    background: url(../images/information.png) left center no-repeat #FFF6BF;
    background-position: 10px 10px;
}

div.flash-success
{
	color:#264409;
	border-color:#C6D880;
    background: url(../images/tick.png) left center no-repeat #E6EFC2;
    background-position: 10px 10px;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}
div.view
{
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #CCCCCC;
	background-color:#F9F9F9;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 15px 20px 15px 20px ;
	border-bottom: 1px solid #CCCCCC;
}

.breadcrumbs
{
	
  background-color:#F1F1F1;

}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
 border: 1px solid #ccc;
 background:#F9F9F9;
 margin-bottom:10px;
}

.portlet-decoration
{
	padding: 0px 0px;
	background-color: #333;
    background: url("../images/el_bg.png") repeat-x;
}

.portlet-title
{

	padding: 0;
	margin: 0;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 10px;

	color: #FFF;
	
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#F9F9F9;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
	color: #000;
	border-bottom-color:#CCCCCC;
  border-bottom-style:dotted;
  border-bottom-width:1px;
}

.portlet-content li a
{
	color: #000!important;
	text-decoration:underline!important;
}

.portlet table th {
	background-color: #333;
	border-bottom: 1px solid #ccc;
	color:#FFF;
}
.portlet table td {
	border-bottom: 1px solid #ccc;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #EFEFEF;
	
}

.dashbox{

	border: solid 1px #d5dae0;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	
  background-color:#FFFF;
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  margin-bottom:10px;
  overflow-x:hidden;
  overflow-y:hidden;
  width:910px;

}


.infoColumn, .infoColumnUp, .infoColumnDown, .infoColumnSame
{
	float: left;
	width: 162px;
	height: 70px;
	background-image: url("../images/ws_sep.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding: 12px 0px;
	margin: 0px 10px;
	position: relative;
	text-align: center!important;;
}

.infoColumnIcon
{
	position: absolute;
	top: 16px;
	left: 0px;
}

.infoColumnNumber
{
	position: absolute;
	top: 23px;
	left: 48px;
	line-height: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 10px;
}

.infoColumnUp .infoColumnNumber
{
	color: #4e7310;
	background-image: url("../images/quick_info_up_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnUp .infoColumnNumberBg
{
	background-image: url("../images/quick_info_up_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumnDown .infoColumnNumber
{
	color: #870812;
	background-image: url("../images/quick_info_down_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnDown .infoColumnNumberBg
{
	background-image: url("../images/quick_info_down_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumnSame .infoColumnNumber
{
	color: #333;
	background-image: url("../images/quick_info_same_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnSame .infoColumnNumberBg
{
	background-image: url("../images/quick_info_same_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumn p, .infoColumnUp p, .infoColumnDown p, .infoColumnSame p
{
	position: absolute;
	top: 50px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center!important;
}

.infoColumn div
{
	font-size: 24px;
	font-weight: bold;
}

.infoColumn p
{
	color: #666;
}

.infoColumnUp p
{
	color: #4e7310;
	text-align:center!important;
}

.infoColumnDown p
{
	color: #870812;
}

.infoColumnSame p
{
	color: #333;
}
.last {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:none;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
}

.cal_theme .fc-grid thead th{
	background-color:#333333!important;
	background:url(../images/el_bg.png) repeat-x;
	color: #FFFFFF!important;
	height:35px;
	vertical-align:middle;
	
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a , .fc-event a span{
  background-color:#3333!important;
  border:#3333 solid 1px!important;
  color:#FFFFFF;
}
.pager-class{
	text-align:center;
	
}

.pager-class ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

.pager-class ul.yiiPager li
{
	display:inline;
}

.pager-class ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #CCCCCC;
	font-weight:bold;
	color:#333333;
	padding:1px 6px;
	text-decoration:none;
}

.pager-class ul.yiiPager .page a
{
	font-weight:normal;
	padding:5px 10px 5px 10px;
}

.pager-class ul.yiiPager .next a, .pager-class ul.yiiPager .previous a
{
	font-weight:normal;
	padding:5px 10px 5px 10px;
}

.pager-class ul.yiiPager a:hover
{
	border:solid 1px #3333;
}

.pager-class ul.yiiPager .selected a
{
	background:#333333;
	border:solid 1px #3333;
	color:#FFFFFF;
	font-weight:bold;
}

.pager-class ul.yiiPager .hidden a
{
	border:solid 1px #cccc;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
.pager-class ul.yiiPager .first,
.pager-class ul.yiiPager .last
{
	display:none;
}

.button {
    
    padding: 5px 10px 5px 10px;
	min-width: 100px;
	min-height:40px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
    cursor: pointer;
	color:#FFF!important;
	text-shadow:black 0.1em 0.1em 0.2em;
}

.icon {
  background-position:0 -14px;
  padding-left:24px;
}
	
.button_list{
    width: 100%;}
	
.button_list ul{
    margin-bottom: 10px; padding: 0;
    float: left;}
 
.button_list ul li{
    display: inline;
	}
 
.button_list ul li a{
    float: left; text-decoration: none;
    color: white!important;
	text-decoration:none!important;
    padding: 10.5px 11px;
	margin-right:5px;
	margin-bottom:5px;
	border:solid 1px #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-shadow:black 0.1em 0.1em 0.2em;
	}
 
.button_list ul li a:visited{
    color: white;}
 
.button_list ul li a:hover, .button_list ul li .current{
    color: #fff;
    background-color:#0b75b2;}

.green{
    background:url(../images/background_green.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.red{
    background:url(../images/background_red.png) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.blue{
    background:url(../images/background_blue.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.yellow{
    background:url(../images/background_yellow.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.grey{
    background:url(../images/background_grey.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

/*Error Pages*/
.error_header{
	font-size:65px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#333333;
	text-shadow:#CCC 0.1em 0.1em 0.1em;
}

.error_message{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#F00;
	text-shadow:#CCC 0.1em 0.1em 0.1em;
}
	


