﻿/* 
	GENERAL
--------------------------------------------------------*/


.trHover:hover {
	background-color: #B0C4D9;
}

.HandCursor {
	cursor: pointer;
}

.numRight {
	text-align: right;
	padding-right:3px;
}

.fixedButton {
	min-width: 215px;
	min-height: 32px;
}

.bold {
	font-weight: bold;
}

.submenuItem {
	cursor: pointer;
	text-decoration:underline;
}

.iotcLogo {
	height: 51px;
}

.emcLogo {
	height: 51px;
}

body {
	background-color: #E6EAEB;
	font-size: 14px;
	font-family: "Calibri" , Verdana, "Trebuchet MS" , Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0;
	color: #222;
	margin-left: 3px;
	margin-right: 3px;
}

#Welcome {
	border-width: 1px;
	padding-bottom:12px;
	margin-bottom:8px;
	border-bottom: 1px solid #BBB;
	font-size:24pt;
	font-family: 'caecilia-light',helvetica, calibri, arial,sans-serif;
	color: #3b3b3b;
}

#piev {
	text-decoration:none;
	color:white;
}

a:link {
	color: #476A8F;
	text-decoration: none;
}

a:visited {
	color: #476A8F;
}

a:hover {
	color: #1A2635;
	text-decoration: underline;
}

a:active {
	color: #476A8F;
}

.TblMultiPurpose a:link {
	color: #476A8F;
	text-decoration: none;
}

.TblMultiPurpose a:visited {
	color: #476A8F;
}

.TblMultiPurpose a:hover {
	color: #1A2635;
	text-decoration: underline;
}

.TblMultiPurpose a:active {
	color: #476A8F;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #FF1616; /*display: block;*/
	font-size: small;
	margin-top: 4px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF6464;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #FF1616;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/***************LOGO**************/

.Logo {
	height: 70px;
	padding-left: 45px;
	background-color: #476A8F;
	min-width:800px;
}

.LogoIcon {
	float:left;
	margin-top:10px;
	cursor: pointer;
}

#ImgLogo {
	height:50px;
	width:50px;
}

.LogoTitle {
	padding-top: 14px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
	color: White;
	cursor: pointer;
	margin-left:0px;
	width: auto;
	float: left;
	text-align:left;
}

.LogoSubtitle {
	font-size: .9em;
	text-shadow: 2px 2px 2px #000;
	color: White;
	cursor: pointer;
	float: right;
	margin-top: -25px;
	margin-right: 10px;
}

.LogoSocial {
	float: right;
	position: relative;
	top: -15px;
	margin-right: 30px;
	margin-top: 13px;
}

.SocialIcon {
	height: 35px;
	width: 35px;
	margin-right: 5px;
	cursor:pointer;
}

/************FOOTER***************/

.BottomMenu {
	width: 16.666667%;
	float: left;
	font-size: 1.2em;
	margin-top: 15px;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #111;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	height: 260px;
}

.BottomMenuItem {
	margin-top: 20px;
	color: #1A2635;
	text-shadow: none;
}

.BottomMenu:hover {
	font-weight: bold;
	background-color: #476A8F;
	
}

#footer {
	background-color: #1A2635;
	font-size: .8em;
	font-family: verdana;
	color: white;
	width: 100%;
	height: 300px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	min-width: 920px;

}

/************GENERAL**************/

#divSpinner {
	width: 100%;
	text-align:center;
}

	#divSpinner img {
		margin-left:auto;
		margin-right: auto;
		margin-top:40px;
	}

.ui-autocomplete {
	max-height: 450px;
	min-height: 27px;
	overflow-y: auto;
	overflow-x: hidden;
}

#EmployeeFullNameRaw {
	width: 270px;
	min-width: 120px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#searchBox input[type = 'submit']{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#btnHolder input[type = 'button'], #btnHolder input[type = 'submit'] {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	position:relative; top:-7px; float: left;
}

#btnHolder {
	display:table;
}

#searchBox {
	position:absolute;
	top: +85px;
	left: +45px;
	float:left;
	z-index:2000;
	padding:0;
	margin:0;
	display:block;
}

#btnMenuToggle {
	position: fixed;
	margin-top: auto;
	margin-bottom: auto;
	top: 350px;
	left: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

#divDelete {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 3px;
}

.Time {
	width: 82px;
}

#scrollable {
	overflow:auto;
	margin-bottom: 10px;
}

.scrollable {
	overflow:auto;
	margin-bottom: 10px;
}

.ConfMsg {
	padding: 4px;
	padding-left: 8px;
	background-color: #E1E1E1;
	color: #333;
	font-style: italic;
	position: relative;
	top: 20px;
}

.ConfMsg2 {
	padding: 4px;
	padding-left: 8px;
	background-color: #E1E1E1;
	color: #333;
	font-style: italic;
}

.TblMultiPurpose {
	border-collapse: collapse;
	border: none;
	padding:0px;
	min-width: 650px;
	margin-bottom:20px;
	width:98%;
}

.TblMultiPurpose2 {
	border-collapse: collapse;
	border: none;
	padding:0px;
	min-width: 300px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	width:98%;
}

.TblMultiPurpose input[type='submit'], .TblMultiPurpose input[type='button'] {
	min-width: 140px;
	padding-left: 20px;
	padding-right: 20px;
}

#TblVesselsJobs {
	border-collapse: collapse;
	border: none;
	padding:0;
	margin:0;
	min-width: 650px;
	margin-bottom:20px;
}

#TblVesselsJobs input[type='submit'], #TblVesselsJobs input[type='button'] {
	min-width: 140px;
	padding-left: 20px;
	padding-right: 20px;
}

.paddingTB td {
	padding-top:2px;
	padding-bottom: 2px;
}


#TblVesselsJobs input{
	padding:0;
	padding-left: 4px;
}

#Title, .Title {
	font-size:21px;
	font-weight: bold;
	margin-bottom: 12px;
}

.MainBody {
	padding: 6px;
	min-height:750px;
}

.TblWrapper {
	width: 100%;
	border-collapse: collapse;
	border: none;
	padding:10px;
}

.TblWrapper td {
	vertical-align: top;	
}

.regBox {
	width: 320px;
	height: 36px;
	font-size: large;
	margin-top: 5px;
}

input {
	border: 1px solid #BBB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	height:26px;
	padding-left: 5px;
	padding-right:5px;
}

textarea {
	border: 1px solid #BBB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	min-height:175px;
	padding:5px;
	width: 240px;
}

#accordion input[type = 'submit' ],#accordion input[type = 'button'] {
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #EEE;
	color: White;
	background-color: #476A8F;
	text-shadow: 1px 1px 1px #000;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	height:auto;
}

input[type = 'submit' ], input[type = 'button'] {
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #EEE;
	color: White;
	background-color: #476A8F;
	text-shadow: 1px 1px 1px #000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	height:auto;
}

input[type = 'text'], input[type = 'password'] {
	width: 240px;
}

select {
	width: 252px;
	height:30px;
	border: 1px solid #BBB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding-left: 5px;
}

input[type = 'submit' ]:hover {
	background-color: #385472;
}

input[type = 'button' ]:hover {
	background-color: #385472;
}

.ddown {
	padding-left: 8px;
}

.tdLegendTitle 
{
    border: none;
    padding-left: 7px;
	padding-right: 7px; 
    margin-bottom: 4px;   
	height: 28px;
}

.tdRight {
	text-align: right;
	border: 1px solid #E1E1E1;
	padding: 3px;
	padding-right: 6px;
}

.tdRight2 {
	text-align: right;
	border: 1px solid #E1E1E1;
	padding: 1px;
	padding-right: 6px;
}

.tdLabel {
	text-align: right;
	border: 1px solid #E1E1E1;
	padding: 3px;
	padding-right: 8px;
}

.tdText {
	text-align: left;
	border: 1px solid #E1E1E1;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.tdText2 {
	text-align: left;
	border: 1px solid #E1E1E1;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.tdLabel2 {
	text-align: right;
	border: 1px solid #E1E1E1;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

.tdCentered {
	text-align: center;
	border: 1px solid #E1E1E1;
	padding: 3px;
}

.tdCentered2 {
	text-align: center;
	border: 1px solid #E1E1E1;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.tdAmount {
	text-align: right;
	border: 1px solid #E1E1E1;
	padding: 3px;
	padding-right: 12px;
}

.txtHidden {
	visibility: hidden;
	display: none;
}

.tdControl {
	text-align: left;
	border: 1px solid #E1E1E1;
	padding: 3px;
	padding-left:8px;
}

.tdTitle {
	text-align: center;
	border: 1px solid #e1e1e1;
	background-color: #476A8F;
	font-weight: bold;
	color: white;
	height: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

.tdTitle2 {
	text-align: center;
	border: 1px solid #e1e1e1;
	background-color: #476A8F;
	font-weight: bold;
	color: white;
	height: 25px;
	padding-left:18px;
	padding-right:18px;
}

.tdTitle3 {
	text-align: center;
	border: 1px solid #e1e1e1;
	background-color: #476A8F;
	font-weight: bold;
	color: white;
	height: 25px;
	padding-left:8px;
	padding-right:8px;
}

.curveUpperLeft 
{
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-width: 0px;    
}

.curveAll {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-width: 0px; 
}

.curveUpperRight
{
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 0px;    
}

.curveLowerLeft 
{
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-width: 0px;    
}

.curveLowerRight
{
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-width: 0px;    
}

.curveAllWithBorder {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #c0c0c0;
	height: 100%;
}

.divAmount {
	margin-top: 30px;
	font-size:30px;
	font-weight:bold;
	padding: 20px;
	text-align:center;
	text-decoration: underline;
}

/*************LOGIN PAGE***********/

.LoginBody {
	min-width: 400px;
	width: 60%;
	border: 1px solid #C0C0C0;
	height: 400px;
	background-color: white;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom:20px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;

	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.55);
	
}

#loginBox {
	min-width: 300px;
	border: 1px solid #D1D1D1;
	height: 300px;
	background-color: #F5F5F5;
	padding: 15px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.loginInner {
	height: 100%;
	width: 100%;
}

.loginHeader {
	margin-bottom: 25px;
	font-size:21px;
}

.loginCreate {
	float: right;
}

.loginItem {
	margin-top: 20px;
}

.signIn {
	font-size:large;
}

.signIn input {
	margin-bottom: 20px;
	width: 96%;
	font-size: large;
}

.signIn input[type = 'text'], .signIn input[type = 'password'] {
	height: 33px;
}

.signIn input[type = 'submit']
{
    margin-top: 10px;  
    margin-bottom:25px; 
    width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
    
}

#descBox {
	min-width: 400px;
	width: 97%;
	border: 1px solid #DDDDDD;
	background-color: white;
	font-size: 1.2em;
	border-radius: 4px;
	padding: 5px;
	text-align: justify;
}

/************CREATE ACCOUNT*********/

#CreateBody {
	height:800px;
	color: #333;
}

#TableCreate {
	margin:auto;
	font-size: 17px;
	background-color:white;
	border-collapse: collapse;
}

#TableCreate input {
	width: 280px;
	height: 26px;
	font-size: 17px;
}

#TableCreate select {
	width: 282px;
	height: 30px;
	font-size: 17px;
}

#TableCreate input[type = 'submit'], #TableCreate input[type = 'button'] {
	width: 130px;
	height: 30px;
}

#TableCreate .contextButton {
	position: absolute;
	left: 100px;
}


/**********CONFIRMATION MESSAGE********/

#ConfBody {
	height:800px;
}

#ConfOuter {
	background-color: white;
	border: 1px solid #e1e1e1;
	text-align: center;
	width: 50%;
	min-width: 350px;
	margin-top: 120px;
	margin-left:auto;
	margin-right:auto;
}

#ConfInner {
	background-color: #E7F3E2;
	font-size: large;
	color: #555;
	margin: 10px;
	padding:45px;

}

#ConfBack {
	text-align:center;
	width: 50%;
	min-width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#ConfBody input[type = 'button'] {
	width: 130px;
	height: 30px;
}

#CustomerNames {
	list-style: none;
	width: 250px;
	padding: 2px;
	border: none;
	margin-top:0;
	position:relative;
	top: -38px;
}

#CustomerNames li {
	margin: 1px;
	padding: 4px;
	cursor: pointer;
}

#CustomerNames .ui-selected {
	background: #389872;
	color: white;
}

#TransDiv, #SchedDiv {
	margin-top: 8px;
	padding:6px;
	display:none;
}

#TransTbl, #SchedTbl {
	border-collapse:collapse;
	padding:2px;
}

/***************ADMIN TABLE WRAPPER*********/

#TblAdmin {
	width: 98%;
	padding: 0;
	border: none;
	border-collapse: collapse;
	text-align:center;
}

	#TblAdmin .tdMenu {
		width: 20%;
		min-width: 200px;
		text-align: center;
		vertical-align: top;
		padding-top: 10px;
	}

	#TblAdmin .tdContent {
		width: 80%;
		min-width: 500px;
		text-align:left;
		vertical-align: top;
		padding-right:15px;
		padding-left:10px;
		padding-top:10px;
	}

	#TblAdmin input[type = 'submit' ], #TblAdmin input[type = 'button'] {
		width: 180px;
		margin: 1px;
	}

	#divFS input[type = 'submit' ], #divFS input[type = 'button'] {
		width: 180px;
		margin: 1px;
	}

#Menu {
	width:80%;
	min-height:480px;
	margin-left: 3px;
	margin-right: auto;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}

#contWrapper {
	margin-left: 3px;
	margin-right: auto;
	text-decoration: none;
	padding: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #c0c0c0;
	min-height:528px;
}

.TblJobList {
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

