/*
	Copyright 2014-2017
	Edilberto M. Angeles Jr.
	Department of Labor and Employment
	Zamboanga Peninsula Region (Region 9)
	Zamboanga City
*/

.font {}

.font.bold, .bold {
	font-weight: bold;
}

.font.eight {
	font-size: 8pt;
}

.font.eleven {
	font-size: 11pt;
}

.font.ten {
	font-size: 10pt;
}

.font.twelve {
	font-size: 12pt;
}

.font.white {
	color: #fff;
}

.font.black {
	color:#000;
}

.font.blue {
	color: #003366;
}

.blueFontBold {
	color: #003366;
	font-weight: bold;
}

.blueFont {
	color: #003366;
}

#menubar {
	width: 100%;
	background:#003366;
	/*padding:5px 5px 5px 10px; */
	color: #FFFFFF;
	font-size:10pt;
	height: 25px;
	display: table;
	margin-top: -2px;
}

#menubar .stmenu {
	float: right;
}

#menubar .cpmenu {
	float:right;
}

#menubar .sitetitle{
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: middle;
	height: 25px;
	padding: 10px 10px 2px 11px;
}

#menubar .menu  {
	float:right;
	display: inline-block;
	z-index:100;
}

#menubar .menu ul {
	list-style: none;
  	margin: 0;
  	padding: 0;
}

#menubar .menu li:hover > ul {
	display: block;
 	color: #cccccc;
} 

#menubar .cpmenu li:hover > ul {
	display: block;
 	color: #cccccc;
 	margin-top:11px;
 	right: 0px;
}

#menubar .menu li {
	float: left;
	padding: 0px;
}

#menubar .menu li li {
	display: block;
	float: none;
}

#menubar .menu .item {
	display:block;
	background: #003366;
	height:25px;
	padding: 10px 10px 2px 11px;
	color:#ccc;
	margin-top: 2px;
	/*border-left:1px solid #717171; */
}

/*
#menubar .menu .has-sub,
#menubar .menu .last-item {	
	border-left:1px solid #717171;
}
*/


#menubar .menu li:hover.item {
	background: #0066CC url('../images/hover.gif') bottom center no-repeat;
	cursor:pointer;
	color:#FFF;	
}


#menubar .menu .subitem {
	display:none;
	background: #003366;
	height: auto;
	padding: 0px;
	margin-left: -9px;
	position: absolute;
	white-space:nowrap;
	color: #cccccc;
	z-index:10010;
	border-right:1px solid #717171;
	border-left:1px solid #717171;
	margin-top: 11px;
}



#menubar .menu .subchild {
	display:none;
	background: #003366;
	height: auto;
	padding: 0px;
	position: absolute;
	white-space:nowrap;
	color: #cccccc;
	border-right:1px solid #717171;
	border-left:1px solid #717171;
	left:100%;
	margin-top: -22px;
}

#menubar .menu .child,
 #menubar .menu .parent {
	display:block;
	background: #003366;
	font-size: 12px;
	height:20px;
	padding: 7px 20px 3px 35px;
	text-align: left;
	color:#ccc;
	left: 100%;
	/*border-bottom:1px solid #717171; */
}

#menubar .menu .subitem .parent {
	background: #003366 url('../images/hover_sub.gif') center right no-repeat;
	padding: 8px 25px 3px 35px;
}

#menubar .menu .parent.selected {
	background:#0066CC url('../images/hover_sub.gif') center right no-repeat;
	color: #FFF;
}

#menubar .menu li:hover.parent {
	background: #0066CC url('../images/hover_sub.gif') center right no-repeat;
	cursor:pointer;
	color:#FFF;	
}


#menubar .menu .child-first {
	border-top:1px solid #717171;
}


#menubar .menu .child-last {
	border-bottom:1px solid #717171;
}


#menubar .menu li:hover.child {
	color:#FFF;
	background: #0066CC;
}


#menubar .menu p{
	display:block;
	margin:0px;
    font-size:8pt;
    padding-left:10px;
}

#menubar a:link {
	text-decoration: none; 
	color:#FFFFFF; 
}

#menubar a:hover {
	color:#FF8000;
	text-decoration: none; 	
	cursor: pointer;
}

#menubar a:visited { 
	text-decoration: none; 
	color:#FFFFFF;
}




#menubar .menu .selected-m {
	background:#0066CC;
	color: #FFF;
}

.moduletitle {
	margin-left: 10px;
	font-weight: bold;
	color:#003366;
}


.grid {
	font-size: 10pt;
}

.grid ul {
	list-style: none;
  	margin: 0;
  	padding: 0;
}

.grid li {
	text-align: left;
}

.grid .fitem {
	float: left;
	padding:0px;
	margin: 0px;	
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
 
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.flexslider a img { outline: none; border: none; }
 
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
    width: 100%;
    display: block;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
/*html[xmlns] .slides { display: block; } */
/* html .slides { height: 1%; } */

.flexslider {
    position: relative;
    zoom: 1;
    padding: 5px;
    background: #ffffff;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    margin: 0;
    padding: 0;
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px; 
    background-color: #003366;
}

.flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    /*background: url(https://dole9.org/img/arrows.png) no-repeat; */
}
 
.flex-direction-nav a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 35px;
}

.flex-direction-nav .flex-next {
    right: -5px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
.flex-direction-nav .flex-prev {
    left: -5px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
 
.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }
 
.flex-direction-nav .flex-next:after {
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #003366;
}

.flex-direction-nav .flex-prev:after {
    left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #003366;
}

.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}
 
.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}
 
.flex-control-paging li a {
    display: none;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #b6b6b6 \9;
 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
 
    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: inset 0 0 0 2px #b6b6b6;
}

.flex-control-paging li a.flex-active {
    background-color: #003366;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    margin: 0;
 
    font-family: tahoma;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1px;
    /*text-transform: uppercase; */
    
    line-height: 17px;
    color: #fff;
 	opacity: 0.8;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);

    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}


/*
p {
	margin: 6px;
	padding: 5px 0px;
}
*/

body {
	margin:0px;
	overflow: hidden;
}

table {
	border-collapse: collapse;
	font-size: 10pt;
}

input[type=checkbox] {
	vertical-align: middle;
}

textarea {
	resize: none;
}

.anchor {
	color:#0F85F0;
	cursor: pointer;
}

.anchor:hover {
	color:#FF8000;
}

:link {
	text-decoration: none; 
	color:#0F85F0;
}

.link {
	cursor: pointer;
	color:#0F85F0;
}

a:hover {
	text-decoration: none; 	
	color:#FF8000;
}

:visited { 
	text-decoration: none; 
	color:#0F85F0; 	
}


hr{
	border:solid #dddddd;
	border-width:1px 0 0;
	clear:both;
	height:0;
}

tt,
input,
select,
textarea,
	table,
	div,
	label {
	font-family: tahoma;
}

.ui-content-standard {
	font-size: 14px;
}

.ui-content-small {
	font-size: 11px;
}


.ui-tb {
	margin: 0;
	font-family: tahoma;
	border:1px solid #0076a3;
	border-right:1px solid;
	border-radius: 5px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 5px;
}


.ui-tb-st {
	font-size:12px;
	padding: 5px 13px;	
}

.ui-tb-sm {
	font-size:11px;
	padding: 4px 10px;
}

.ui-tb-lg {
	font-size:14px;
	padding: 6px 14px;
}

.ui-tb-xl {
	font-size:16px;
	padding: 7px 15px;
}

.ui-cb {
	color: black;
	border: 1px solid #0076a3;
	border-radius: 5px;
	-webkit-appearance: none;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519' style='fill:#003366; stroke:#000000; stroke-width:1'/></svg>") right no-repeat;
    background-size: 12px 12px;
    margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 5px;
}


.ui-cb-st {
	font-size:10pt;
    padding: 4px 10px;
    background-position: right 10px top 7px;
}

.ui-cb-sm {
	font-size:9pt;
    padding: 3px 10px 4px 10px;
    background-position: right 10px top 4px;
}

.ui-cb-lg {
	font-size:12pt;
    padding: 4px 15px 6px 15px;
    background-position: right 10px top 9px;
}

.ui-cb-xl {
	font-size:13pt;
    padding: 6px 15px;
    background-position: right 10px top 11px;
}


.ui-tb-st:focus,
.ui-tb-sm:focus,
.ui-tb-lg:focus,
.ui-tb-xl:focus,
.ui-cb-st:focus,
.ui-cb-sm:focus,
.ui-cb-lg:focus,
.ui-cb-xl:focus,
.ui-btn-st:focus,
.ui-opt-st:focus{
	box-shadow: 0 0 1px 1px #006388;
}



.ui-btn {
	margin: 0px 3px 0px 3px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #0076a3; border-right:0px;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	border-radius: 5px;
}

.ui-btn-st {
	padding: 5px 15px;
	font-size:12px;
}

.ui-btn-sm {
	padding: 4px 10px;
	font-size:11px;
}

.ui-btn-lg {
	padding: 6px 15px;
	font-size:14px;
}

.ui-btn-xl {
	padding: 7px 15px;
	font-size: 16px;
}

.ui-btn:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}


/*
.ui-opt > input[type=checkbox], 
	input[type=radio] {
    visibility: hidden;
}

.ui-opt > input[type=checkbox]:focus,
	input[type=radio]:focus {
		box-shadow: 0 0 1px 1px #006388;
}
*/


.ui-opt {
   	position: relative;
   	display: block;
   	border: 1px solid #0076a3;
   	border-radius: 5px;
   	float: left;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
}

.ui-opt:after {
	position: absolute;
	display: inline;
   	right: 10px;
   	content: 'no';
   	text-transform: capitalize;
   	z-index: 0;
}

.ui-opt:before {
	position: absolute;
   	display: inline;
   	left: 10px;
   	content: 'yes';
   	text-transform: capitalize;
   	z-index: 0;
}

.ui-opt label {
   	position: absolute;
   	display: block;
   	top: 3px;
   	left: 3px;
   	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
   	cursor: pointer;
   	transition: all 0.1s linear;
   	-webkit-transition: all 0.1s linear;
   	-moz-transition: all 0.1s linear;
   	border-radius: 4px;
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	z-index: 1;
}

.ui-opt-st {
	width: 73px;
   	height: 24px;
}

.ui-opt-st label {
	width: 30px;
   	height: 18px;
}

.ui-opt-st:before {
	margin-top: 3px;
	font-size: 13px;
}

.ui-opt-st:after {
	margin-top: 3px;
	font-size: 13px;
}

.ui-opt-st input[type=checkbox]:checked + label, 
   input[type=radio]:checked + label {
   left: 40px;
}


.ui-opt-sm {
	width: 63px;
   	height: 21px;
   	margin-left: 5px;
   	margin-right: 10px;
}

.ui-opt-sm label {
	width: 25px;
   	height: 15px;
}

.ui-opt-sm:before {
	font-size: 8pt;
	margin-top: 3px;
}

.ui-opt-sm:after {
	font-size: 8pt;
	margin-top: 3px;
}

.ui-opt-sm input[type=checkbox]:checked + label, 
   input[type=radio]:checked + label {
   left: 34px;
}


.ui-opt-lg {
	font-size: 14px;
}

.ui-opt-xl {
	font-size: 16px;
}


.ui-btn-attachment {
	content: url(../images/attachment3.png); 
	height: 17px;
	width: 18px;
	display: inline-block;	
	padding: 5px 11px;
	border:1px solid #0076a3;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}

.ui-btn-attachment:hover {
	cursor: pointer;
}

.ui-attachment-content {
	width: 100px;
}



#popup {
}

#popup .overlay {
	position:absolute;
	z-index:0;
	background-color:#000000;
	opacity:0.5;
}


#popup .dialog {
	font-size:10pt;
	position:absolute;
	z-index:1;
	background:#FFFFFF;
	box-shadow: rgba(0,0,0,0.4) 3px 3px;
	border:1px solid #C0C0C0;
	
}


#popup .titlebar {
	font-weight:bold;
	padding:5px;
	background-color:#003366;
	color:#FFFFFF;
	text-transform:uppercase;
}

#popup .content {
	padding:10px;
}

#popup .closebtn {
	float:right;
	cursor:pointer;
	font-weight:bold;
	padding-left: 15px;
}

#popup .closebtn:hover {
	color:#FF8000;
}

#bluepanel  {
	padding:0 0 1px 0;
}

#bluepanel .header  {
    padding:6px;
	background-color:#003366;
	/*background-image:url('https://dole9.org/css/images/bar.gif');*/
	color:#FFFFFF;
}


#bluepanel .catheader {
    padding:5px 0 5px 5px;
    background: #FFE9DB  url('https://dole9.org/css/css/sub_sep.gif') bottom center repeat-x;
}


#bluepanel .margin {
	/*padding: 5px 10px 5px 10px; */
	margin: 10px 10px 5px 10px;
}

#bluepanel .title {
	font-weight: bold;
	font-size: 15px;
	color: #003366;
}

.subtitle {
	font-size:12px;
	margin-top:2px;
	color: #a4a4ac;
}

#bluepanel .content {
	margin-left: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	/*margin-top: 10px;*/
}

#bluepanel .litems {
	border-bottom:1px solid #C0C0C0;
	padding-bottom:17px;
	padding-top:8px;
}




#bluepanel ul {
	margin: 0 0 5px 5px;
	list-style: none;
}

#bluepanel li {
	margin-top: 5px;
}






.smallClock {
	display:block;
	background: url('https://dole9.org/images/clock.gif')  no-repeat;
}



#tableRow .colHeader {
	/*padding:3px; */
	background:#C0D5EA url('https://dole9.org/css/css/sub_sep.gif') bottom center repeat-x;
}


#tableRow .alternate {
	background-color:#F4F4F4;
    cursor:pointer;
}

#tableRow .plain {
    cursor:pointer;
}

#tableRow tr:hover.alternate,
          tr:hover.plain {
	background:#E2E5EE;
}

#tableRow .indent {
	padding:7px 7px 7px 15px;
}

.selectedRow {
	background:#CC0000;
    color:#FFF;
    cursor:pointer;
}

.selectedRow a{
    color:#FFF;
}

.selectedRow a:hover {
	text-decoration: none; 	
	color:#FF8000;
}


.input_prompt {
    display:none;
    font-size:8pt;
    font-weight:bold;
    color:#FF0000;
    padding:10px 0 10px 0;
}




.searchBoxSmall{
	margin: 0;
	padding: 3px 10px;
	font-family: tahoma;
	font-size:10px;
	border:1px solid #0076a3;
	border-right:1px solid;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

.searchButtonSmall {
	margin: 0 0 0 -4px;
	padding: 3px 10px;
	font-family: tahoma;
	font-size:10px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #0076a3; border-right:0px;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

.searchButtonSmall:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}





.searchresult {
	padding:5px 4px 4px 5px;
	cursor:pointer;
}

.searchresult:hover{
	background:#E2E5EE;
	
}

.selectedSearchItem {
	padding:5px;
	background:#E2E5EE;
}

.check {
	float:right;
	background: url(https://dole9.org/images/check.gif) no-repeat;
	padding-right:30px;
	margin-top:3px;
	height: 20px;
}

.cross {
	float:right;
	background: url(https://dole9.org/images/cross.gif) no-repeat;
	padding-left:30px;
	margin-top:5px;
	height: 20px;
}


.verifier {
	float: right;
	background: url(https://dole9.org/images/fb-loader2.gif) no-repeat; 
	height: 20px;
	width: 30px;
	margin-top: -2px;
}

.loader {
	content: url(../images/loader.gif); 
	height: 22px;
	width: 32px;
}

#grey-box {
  border: none;
  border: 0px;
  margin: -10px;
  padding: 5px;
  width: auto;
  font-size:12px;
  background:#EEEEEE;
}

#header {
	/*
	background:url(../images/dole.gif) no-repeat;
	background-position: center;
	background-size: 100%;
	height: 55px;
	margin-bottom: 10px;
	margin-top: 10px;
	*/
}

img {
	max-width: 100%;
	height: auto;
}


#header .banner {
	
}


#housing {
	display: absolute;
	font-size: 11pt;
	overflow:auto;
	margin: 2px 5px 2px 10px;
}


#footer {
	color: #FFFFFF;
	background:#003366;
	padding:13px 10px 14px 10px;
	font-size:8pt;
}

#footer a:link {
	text-decoration: none; 
	color:#FFFFFF; 
}

#footer a:hover {
	color:#FF8000;
	text-decoration: none; 	
}

#footer a:visited { 
	text-decoration: none; 
	color:#FFFFFF;
}


#loginbox {
	font-size: 10pt;
	border:1px solid #C0C0C0;
	padding:30px;
	/*box-shadow: 0 0 2px 2px #ececec; */
	width: 350px;
}

.prompter{
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	padding-bottom:10px;
}

.prompter2 {
	font-size:9pt;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 7px;
	background: red;
	margin-bottom: 4px;
}


.eight {
	font-size: 8pt;
}

.ten {
	font-size: 10pt;
}

.collapse {
	border-collapse: collapse;
}

#ts ul {
	list-style: none;
}

#ts li {
	padding: 5px 0px 5px 0px;
}

#ts label {
	margin-left: 12px;
}

#ts span {
	font-weight: bold;
}

.pad10 {
	padding: 10px;
}


.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}


.pt10 {
	padding-top:10px;
}

.pt15 {
	padding-top:15px;
}

.pt20 {
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.pt40 {
	padding-top:40px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px
}

.pr20 {
	padding-right: 20px
}


.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb10 {
	margin-bottom: 10px;
}


.mt30 {
	margin-top: 30px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}


#datebox {
	height:55px;
	width: 82px;
	margin-right: 2px;
	background: url(../images/date.gif) no-repeat;
	float: right;
	margin-top: -64px;
}


#datebox .box {
	text-transform: uppercase;
	text-align: center;
	font-size: 7pt;
	color: #FFFFFF;
	/*vertical-align: bottom; 
	padding-top:69px; */
}

#datebox .box b {
	display: block;
	margin-top: 1px;
	font-size: 30px;
	color: #003366;
}


#ccharterpanel .logo {
	width: 125px;
	height: 111px;
	background:url(../citizen-charter/citizencharter.gif) no-repeat;
}

.separator {
	padding: 8px 5px 0 5px;
	border-top: 1px solid #dddddd;
	height: 1px;
	width: 100%;
	margin-top: 10px;
}

.divider {
	display: block;
	margin:10px 0 10px 0;
}



.breaker {
	display: table;
	height: 1px;
}


#govfooter {
	display: inline-table;
	background: #eaeaea;
	/*padding: 15px; */
	/* height: 185px; */
	color: #a6a6a6;
	width: 100%;	
}

#govfootercontent {}


#xfooter {
	display: inline-table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tab {
	font-family: tahoma;
	display: inline-block;
	margin: 0px;
	margin-left: -35px;
}

.tabcontent {
	border: 1px solid #0076a3;
	margin-bottom:10px; 
	margin-top: -11px;
	padding: 15px 30px 15px 15px;
}

#tab ul {
	list-style: none;
	margin: 0px;
}

#tab li {
	border-top: 1px solid #0076a3;
	border-right: 1px solid #0076a3;
	border-left: 1px solid #0076a3;
	border-bottom: 1px solid #0076a3;
	/*border-top-left-radius: 7px;*/
	/*border-top-right-radius: 7px;*/
	display: inline-block;
	padding: 5px 7px 5px 7px;
	margin-bottom: 10px;
	margin-left: -5px;
	cursor: pointer;
	height: 15px
}

#tab li:hover {
	background: #e1f0ff;
	color: #000;
}

#tab input[type=checkbox]:checked + label {
   	font-weight: bold;
	color: #FFF;
	background: #0066CC
}


#tab .selected{
	font-weight: bold;
	color: #FFF;
	background: #0066CC
}

.note {
	color: #808080;
	
}

.bstrap-like-disabled {
	border: 1px solid #929292;
	background: #929292;
	color: #c6c6c6;	
}

.bstrap-like-disabled:hover {
	cursor: default;
}

.bstrap-like-l {
	border-radius:5px;
	cursor: pointer;
	padding:25px;
	font-size: 12pt;
}

.bstrap-like-m {
	border-radius:5px;
	cursor: pointer;
	padding:8px 15px 8px 15px;
	font-size: 10pt;
	text-align: center;
}

.bstrap-like-s {
	border-radius:5px;
	cursor: pointer;
	padding:2px 7px 2px 7px;
	font-size: 8pt;
	text-align: center;
}



.bsblue-outlined {
	border: 1px solid #3680e2;
	color: #3680e2;	
}

.bsblue-outlined:hover {
	background: #3680e2;	
	color: #fff;
}

.bsblue-solid,
.bsblue-solid-selected {
	border: 1px solid #3680e2;
	background: #3680e2;
	color: #fff;
}

.bsblue-solid:hover {
	background: #73a6ec;	
}


.bspurple-outlined {
	border: 1px solid #884488;
	color: #884488;	
}

.bspurple-outlined:hover {
	background: #884488;
	color: #fff;
}

.bspurple-solid,
.bspurple-solid-selected {
	border: 1px solid #884488;
	background: #884488;
	color: #fff;
}

.bspurple-solid:hover {
	background: #b469b4;
}

.bsgreen1-outlined {
	border: 1px solid #33cc99;
	color: #33cc99;	
}

.bsgreen1-outlined:hover {
	background: #33cc99;
	color: #fff;
}

.bsgreen1-solid,
.bsgreen1-solid-selected {
	border: 1px solid #33cc99;
	background: #33cc99;
	color: #fff;
}

.bsgreen1-solid:hover {
	background: #5ad6ad;
}

.bsgreen2-outlined {
	border: 1px solid #339933;
	color: #339933;	
}

.bsgreen2-outlined:hover {
	background: #339933;
	color: #fff;
}

.bsgreen2-solid,
.bsgreen2-solid-selected {
	border: 1px solid #339933;
	background: #339933;
	color: #fff;
}

.bsgreen2-solid:hover {
	background: #58c758;
}

.bspink-outlined {
	border: 1px solid #e20166;
	color: #e20166;	
}


.bspink-outlined:hover {
	background: #e20166;
	color: #fff;
}

.bspink-solid,
.bspink-solid-selected {
	border: 1px solid #e20166;
	background: #e20166;
	color: #fff;
}

.bspink-solid:hover {
	background: #fe3d94;
}


.bsred-outlined {
	border: 1px solid #ff0000;
	color: #ff0000;	
}

.bsred-outlined:hover {
	background: #ff0000;
	color: #fff;
}

.bsred-solid,
.bsred-solid-selected {
	border: 1px solid #ff0000;
	background: #ff0000;
	color: #fff;
}

.bsred-solid:hover {
	background: #ff7575;
}


.bsyellow-outlined {
	border: 1px solid #b5b52d;
	color: #b5b52d;	
}

.bsyellow-outlined:hover {
	background: #b5b52d;
	color: #fff
}

.bsyellow-solid,
.bsyellow-solid-selected {
	border: 1px solid #b5b52d;
	background: #b5b52d;
	color: #fff;	
}

.bsyellow-solid:hover {
	background: #d7d75b;
}

.bsgrey-outlined {
	border: 1px solid #929292;
	color: #929292;	
}

.bsgrey-outlined:hover {
	background: #929292;
	color: #fff;
}

.bsgrey-solid,
.bsgrey-solid-selected {
	border: 1px solid #929292;
	background: #929292;
	color: #fff;	
}

.bsgrey-solid:hover {
	background: #b3b3b3;
}

.bsorange-outlined {
	border: 1px solid #efa832;
	color: #efa832;	
}

.bsorange-outlined:hover {
	background: #efa832;
	color: #fff;
}

.bsorange-solid,
.bsorange-solid-selected {
	border: 1px solid #efa832;
	background: #efa832;
	color: #fff;	
}

.bsorange-solid:hover {
	background: #f3bf67;
}


.bsdark-outlined {
	border: 1px solid #495269;
	color: #495269;	
}

.bsdark-outlined:hover {
	background: #495269;
	color:#fff;	
}

.bsdark-solid,
.bsdark-solid-selected {
	border: 1px solid #495269;
	background: #495269;
	color: #fff;	
}

.bsdark-solid:hover {
	background: #677292;	
}


.mail-list td {
	padding:3px 5px 3px 5px;
}

.mail-list tr {
	border-bottom: 1px solid #d3d3d3;
}

.mail-list tr:hover {
	background: #ebebeb;
	cursor: pointer;
}

.mail-list #noitem{
	cursor: default;
	background: #fff;
}




.mail-list .unread {
	font-weight: bold;
}

.mail-list .selected {
	background:#ff5353;
}

#mail-thread {
	margin-top:-1px; 
	height:17px;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1; 
	background: #f7f7f7;
	padding:10px;
}

#mail-thread .thread-header {
	cursor:pointer;
	margin-top:-10px;
	padding: 10px 0 10px 0;
}


#mail-thread .sender {
	float:left;
	font-weight:bold;
	margin-right:10px;
}

#mail-thread .content {
	margin:10px 0 0 10px;
	height: auto;
	overflow:auto; 
}


.ymail {
	color: #6425bb;
	font-weight: bold;
	text-align: center;
}

.gmail {
	color: #ff4a3d;
	font-weight: bold;
	text-align: center;
}

.recycle-bin {
	content:url('../images/recycle-bin.png');
}

.forward {
	content:url('../images/forward.png');
}

.reply {
	content:url('../images/reply.png');
}

.nextrec {
	content:url('../images/next.png');
}

.prevrec {
	content:url('../images/prev.png');
}

.headlinetitle {
	color: #003366;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1px;
}


.headlinecontent {
	margin-top: 20px;
	font-size: 11pt;
	line-height: 22px;
	letter-spacing: 1px;
}

#thumbnail {
	margin-left:3px;
	margin-right:8px;
	margin-top: 10px;
	border-radius: 5px; 
	border: 3px solid #5984af; 
	cursor: pointer;
}

#thumbnail .caption {
	text-transform: uppercase; 
	color: #7f7f7f;
	font-weight: bold;
	margin-top:0px;
	line-height: 13px;
	padding-left:15px;
	padding-right: 15px;
	font-size: 11px;
}

#thumbnail:hover {
	border: 3px solid #FF8000;
}

.box {
	border: 1px solid #7e9fc0;
	border-bottom: 2px solid #7e9fc0;
	border-right: 2px solid #7e9fc0;
	
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    
	padding: 10px;
}

.warning {
	background-color: #ff9595;
}

#pagination li {
	padding:3px 9px 3px 9px;
	margin: 5px 1px 5px 1px;
	border: 1px solid #7e9fc0;
	float: left;
	text-align: center;
	cursor: pointer;
}

#pagination li:hover {
	background: #9ebbf5;
	color: #fff;
}


#pagination .selected {
	color: #fff;
	font-weight: bold;
	background: #9ebbf5;
}


#avatar .male {
	content:url('https://dole9.org/images/avatar-male.png');
}


#avatar .female {
	content:url('https://dole9.org/images/avatar-female.png');
}


#avatar .image,
#avarar .female {
	width: 120px;
	border-radius: 75px;
	margin: 10px 10px 0px 10px;
}

#avatar .name {
	font-size: 16px;
	font-weight: bold;
}

#avatar .details {
	font-size: 11px;
	color: #7f7f7f;
	margin-top: 5px;
}




.notification {
	position: relative;
	width: 0px;
}

.notification .balloon {
	position: absolute; 
	padding: 7px 10px 7px 10px; 
	border: 1px solid #ff0000; 
	width: auto; 
	background: #ff0000; 
	border-radius: 15px; 
	font-weight:bold; 
	font-size:8pt; 
	color: #fff; 
	text-align: center;
}

.notification .balloon-small {
	color:#fff; 
	background: #ff0000; 
	padding:3px 5px; 
	border-radius:9px;
	font-size: 8pt;
}


.marquee {
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 95%;
	float: left;
	margin-left:43px;
	margin-top:-15px;
}

.marquee p {
	position: absolute;
	width: 100%;
	margin: 0;
	line-height: 20px;
	transform:translateX(100%);
}

.marquee:hover,  
.marquee p:hover {
	animation: paused;
	-webkit-animation: paused;
}

.marquee p:nth-child(1) {
	animation: left-one 10s ease infinite;
	-webkit-animation: left-one 10s ease infinite;
}

.marquee p:nth-child(2) {
	animation: left-two 10s ease infinite;
	-webkit-animation: left-two 10s ease infinite;
}

/** Webkit Keyframes **/
@-webkit-keyframes left-one {
	0% {
		-webkit-transform:translateX(100%);
	}
	10% {
		-webkit-transform:translateX(0);
	}
	70% {
		-webkit-transform:translateX(0);
	}
	90% {
		-webkit-transform:translateX(-100%);
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}

@-webkit-keyframes left-two {
	0% {
		-webkit-transform:translateX(100%);
	}
	50% {
		-webkit-transform:translateX(100%);
	}
	60% {
		-webkit-transform:translateX(0);		
	}
	90% {
		-webkit-transform:translateX(0);		
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}


#mail-composer-wrapper {
	padding: 10px;
	margin: -8px -8px 0 -8px;
	color: #fff;
	background: #003366;
}

.btnClose{
	background: url(../images/close_default.png) no-repeat; 
	height:14px;
	width:14px;
	align-content: center;
}

.btnClose:hover {
	background: url(../images/close_hover.jpg) no-repeat; 
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.btnPrint{
	background: url(../images/print.png) no-repeat; 
	height:18px;
	width:18px;
	align-content: center;
	cursor: pointer;
}

.ui-dropdown-menu {
    position: relative;
    display: inline-block;
}

.ui-dropdown-menu-btn {
	content: url('../images/menu_dots.png');
    cursor: pointer;
}


.ui-dropdown-menu-btn:hover {
	content: url('../images/menu_dots_b.png');
    cursor: pointer;
}

.ui-dropdown-menu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.ui-dropdown-menu-content ul {
	margin: 3px;
	padding: 0; 
	cursor: pointer;
}


.ui-dropdown-menu-content li {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
}

.ui-dropdown-menu-content li:hover {
    color:#FFF;
    background: #0066CC;
}

.ui-dropdown-menu-selected {
	color:#FFF;
    background: #0066CC;
}


.ui-dropdown-menu-header {
	padding:7px;
	border-bottom: 1px solid #C0C0C0;
	background-color:#003366;
	color:#fff;
}

.ui-btn-view-attachment {
	content: url(../images/eye.png); 
	height: 18px;
	display: inline-block;	
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}

.ui-btn-save-attachment {
	content: url(../images/save.png); 
	height: 18px;
	display: inline-block;	
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}


.ui-autocomplete {
	margin-top: 1px;
	font-family: tahoma;
	font-size: 10pt;
	width: 501px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	border: 1px solid #C0C0C0;
	background: #ffff;
}


.ui-autocomplete ul{
	margin:0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1001;
}

.ui-autocomplete li {
	margin: -1px 0px 0px -3px;
	padding: 4px 10px;
	border: 1px solid #C0C0C0;
	cursor: pointer;
}

.ui-autocomplete li:hover {
	color:#FFF;
    background: #0066CC;
}



.mobile-hr-sep {
	margin-top: 8vw;
	margin-bottom: 9vw;
}

.pc-hr-sep {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pc-li-item-sep {
	border-bottom:1px solid #C0C0C0;
	padding-bottom:17px;
	padding-top:8px;
}

.mobile-li-item-sep {
	border-bottom:1px solid #C0C0C0;
	padding-bottom:3vw;
	padding-top:3vw;
}

#vin {
	height: 33vw;
	margin-bottom: 3vw;
	display: none;
}

#logo {
	float: left;
	padding:3vw;
}