.login-card {
	padding: 40px;
	width: 274px;
	background-color: #F7F7F7;
	margin: 0 auto 10px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.login-card h1 {
	font-weight: 100;
	text-align: center;
	font-size: 2.3em;
}

.login-card input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.login-card input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #015BAB;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #326496;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

/*.login-card a {*/
/*	text-decoration: none;*/
/*	color: #666;*/
/*	font-weight: 400;*/
/*	text-align: center;*/
/*	display: inline-block;*/
/*	opacity: 0.6;*/
/*	transition: opacity ease 0.5s;*/
/*}*/

.login-card a:hover {
	background-color: #326496;
}

.login-help {
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.login-error {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

html, body {
	height: 100%;
}

body {
	background: linear-gradient(to bottom, #cccccc, #d9d9d9, #e5e5e5, #f2f2f2, #ffffff)
		fixed;
}

button {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: Transparent;
	border-radius: 0px;
	border: 0px solid #326496;
	box-shadow: 0 0px 0px #BFBFBF;
}

.audioButton {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	padding: 5px 12px;
	cursor: pointer;
	outline: none;
	font-size: 13px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: #326496;
	border-radius: 4px;
	border: 1px solid #326496;
	box-shadow: 0 1px 3px #BFBFBF;
}

.bottomButton {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	padding: 5px 12px;
	cursor: pointer;
	outline: none;
	font-size: 13px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: #326496;
	border-radius: 4px;
	border: 1px solid #326496;
	box-shadow: 0 1px 3px #BFBFBF;
}

.saveButton {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: none;
	border-radius: 0px;
	border: none;
	box-shadow: 0 1px 3px #BFBFBF;
}

.imageButtonNoMargin {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: Transparent;
	border-radius: 0px;
	border: none;
	box-shadow: 0 0px 0px #326496;
}

.imageButton {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: Transparent;
	border-radius: 0px;
	border: none;
	box-shadow: 0 0px 0px #326496;
}

.imageButtonLessMargin {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: Transparent;
	border-radius: 0px;
	border: none;
	box-shadow: 0 0px 0px #326496;
}

.greenButton {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: #248706;
	border-radius: 4px;
	border: 1px solid #248706;
	box-shadow: 0 1px 3px #BFBFBF;
}

.clearButton {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: #ffcc00;
	border-radius: 4px;
	border: 1px solid #ffcc00;
	box-shadow: 0 1px 3px #ffeb99;
}

.filterLabel {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px;
	outline: none;
	font-size: 12px;
}

.filterInput {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px;
	outline: none;
	font-size: 12px;
}

li {
	margin-bottom: 5px;
}

/* CSS used here will be applied after bootstrap.css */
.modal-dialog {
	overflow-y: initial !important
}

.modal-body {
	overflow-y: auto;
	max-height: 500px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000 !important; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow-y: auto;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	max-height: 60%;
	top: 10%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.select-style {
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.select-style select {
	padding: 5px 8px;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}

.select-style select:focus {
	outline: none;
}

.select-style h1 {
	display: inline;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: auto;
	float: left;
}

.createTable {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: auto;
	float: left;
}

.createTable td {
	text-align: left;
	padding: 8px;
}

.createTable th {
	text-align: left;
	padding: 8px;
}

.createTable h1 {
	display: inline;
	font-size: 12px;
}

.createTable h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

.contact-input{padding:8px;border:none;border-bottom:1px solid #ccc;width:280px;text-align: right;display: none;}


.searchButton {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 3px 50px;
	padding: 5px 12px;
	cursor: pointer;
	outline: none;
	font-size: 13px;
	text-decoration: none !important;
	text-align: center;
	color: #fff;
	background-color: #326496;
	border-radius: 4px;
	border: 1px solid #326496;
	box-shadow: 0 1px 3px #BFBFBF;
}
/* ToolTip classses */ 
.tooltip {
    display: inline-block;    
}
.tooltip .tooltiptext {
    margin-left:9px;
    width : 320px;
    visibility: hidden;
    background-color: #FFF;
    border-radius:4px;
    border: 1px solid #aeaeae;
    z-index: 1;
    padding: 5px;
    margin-top : -15px; 
    opacity: 0.5;
    transition: opacity 0.5s;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 20px;
    right: 100%;  
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #aeaeae transparent transparent;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.ssoLinkButton {
  background-color: #015bab;
  color: white;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
      font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

