@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .action-btn {
    @apply border border-sky-700 rounded-md bg-sky-500 text-white py-1 px-2 my-2 hover:bg-sky-600 hover:cursor-pointer
  }
  .red-btn {
    @apply border border-red-600 rounded-md bg-red-400 text-white py-1 px-2 my-2 hover:bg-red-500 hover:cursor-pointer
  }
  .green-btn {
    @apply border border-emerald-600 rounded-md bg-emerald-400 text-white py-1.5 px-2 my-2 hover:bg-emerald-500 hover:text-white hover:no-underline hover:cursor-pointer
  }
  .grey-btn {
    @apply border border-slate-600 rounded-md bg-slate-400 text-white py-1.5 px-2 my-2 hover:bg-slate-500 hover:text-white hover:no-underline hover:cursor-pointer
  }
  .form-box {
    @apply w-full border border-sky-700 rounded-md bg-sky-100 p-2 leading-6 my-3;
  }
  .blue-notice-box {
    @apply w-fit overflow-hidden border border-sky-700 rounded-md bg-sky-100 p-2 my-2
  }
  .green-notice-box {
    @apply w-fit overflow-hidden border border-green-500 rounded-md bg-green-50 p-2 my-2
  }
  .red-notice-box {
    @apply w-fit overflow-hidden border border-red-500 rounded-md bg-red-50 p-2 my-2
  }
  .form-border {
    @apply border border-black rounded-md p-1 my-2;
  }
  .link-text {
    @apply text-sky-700 hover:text-sky-800;
  }
};

/* top right bottom left */


/* body {
	text-align:center;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	margin:0; padding:0;
	background-color: #0B2952;
	background-repeat: repeat-y;
	background-position: 50%;
	height:100%;
} */

body {
	text-align:center;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	margin:0; 
  padding:0;
	height:100vh;
  width: 100vw;
}

body.popup{
	text-align:left;
	margin:10px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	background-color: #fff;
}

/*bootstrap modals */
/*.glyphicon-modal-window:before {
  content: "\e237";
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  text-align: center;
  padding: 5px;
}
.modal-header .close {
  margin-top: -2px;
  float: left;
}
.modal-title {
  margin-top: 35px;
  line-height: 1.42857143;
  font-size: medium;

}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.printonly{
	display:none;
}*/

/*Track sliders*/

.slider {
  position: relative;
  width: 75%;
  margin: 2% 10%;
}

output {
  position: absolute;
  padding: .5em;
  background: grey;
  color: white;
  bottom: 10px;
}


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #A6A6A6;
  background: #D1D1D1;
  border-radius: 0px;
  border: 0px solid #F2F2F2;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D1D1D1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #A6A6A6;
  background: #D1D1D1;
  border-radius: 0px;
  border: 0px solid #F2F2F2;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #D1D1D1;
  border: 0px solid #F2F2F2;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #A6A6A6;
}
input[type=range]::-ms-fill-upper {
  background: #D1D1D1;
  border: 0px solid #F2F2F2;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #A6A6A6;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #D1D1D1;
}
input[type=range]:focus::-ms-fill-upper {
  background: #D1D1D1;
}



main a {
	color: #05a;
	text-decoration: none;
	font-weight: bold;
}

a.pdf
{
	padding-left:20px;
	background:url(/images/icons/pdf.gif) no-repeat center left;
}

main a:hover {
	color: #07d;
	text-decoration: underline;
}
a.sort_link img{
	margin:0px -5px;
}

sup.reg{
	font-size:60%;
	font-weight:normal;
}

ul{
	list-style-type:square;
}

table caption{
	font-size:105%;
	font-weight:bold;
}


/*table.bordered td { border: 1px solid #666666; }*/
table.bordered td{
	padding:3px;
}

table.bordered td a img{
	margin:0px 4px;
}
/*table.bordered td {border-bottom: 1px solid #eee; }*/

table.vertical{
	width:auto !important;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

table.vertical th{
	padding:3px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #dddddd;
}

table.vertical td{
	padding:3px;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

/* .center, table.center_cells td{
	text-align:center;
} */
.left{
	text-align:left !important;
}
.right{
	text-align:right;
}
.centered{
	margin:auto !important;
}

small{
font-size:11px
}

.f_left{
	float:left;
}

.f_right {
	float:right;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

img { border:none; }

h1 {
	display: block;
  font-size:18px;
	/* padding:4px; */
	/* margin:5px 0 9px 0; */
	color:#0b2952;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
}

h1 > .crumbs {
  width: 100%;
}

h2, .h2{font-size:16px;font-weight:bold;color:#339;}

h3 {
font-size:14px;
}

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom:6px; }

h5 { font-family: Arial,verdana,helvetica,sans-serif; font-size: 14px; padding: 4px 0 4px 2px; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; font-size:10px; }

h6 { color:#666; font-size:11px; line-height:15px; padding:0; margin:0 0 2px 0; font-weight:normal; }

td { font-size: 13px; }

.bookinfo { text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; padding:6px 10px 4px 5px;}

span.float {
    float: right;
    margin: -1.2em 0 1em 2em;
    position: relative;
}

.indent{
	margin-left:40px;
}

/* Header Info */
#header {
	position:relative;
	background-color:#ffffff;
	height:90px;
	width:162px;
	border-top:0px;
	border-bottom:0px;
	padding:0px 0 0px 0px;
	z-index:1;
	margin:0px;
}

#header p {
	color:#ffffff;
	padding:10px 15px 10px 10px;
	font-size:11px;
	font-weight:bold;
}

/* #logotop { 
  display: flex;
  padding: 0px; 
  border-bottom: 0px; 
  background-color: #ffffff; 
  height: 100px; 
  margin: 0px; 
} */

/* #logo { 
  position:relative; 
  background-color:#ffffff; 
  height:100px; 
  border-top:0px; 
  border-bottom:0px; 
  padding:0 0 0 20px; 
  z-index:1; 
  margin:0px; 
} */

/* #abai { 
  position:absolute;
  left:150px;
  top:15px;
  z-index:3;
  margin:0px;
} */

#abai b {
  color:#333399;
  padding:0px;
  font-size:24px;
  font-weight:bold; 
}

#headertext { display:none; }

html>body #navtop { height:39px; }

/* Top Navigation Info */

#top_tabnav li.active {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  color: white;
  background-color: rgb(12, 74, 110, 0.7);
}

#top { position:relative; padding:0px 5px 0px 15px; border-bottom:0px; background-color:#87A564; height:30px; margin:0px;  border-bottom:1px solid #6D884E;}



#navtop { position:absolute; left:10px; top:10px; border-bottom:0px;  z-index:2; height:10px; margin:0px; color:#666;}

#navtop a:link { color:#FFFFFF; text-decoration:none;font-weight: bold;   }

#navtop a:visited { color:#FFFFFF; text-decoration:none; font-weight: bold;}

#navtop a:hover { color:#DCE5D1; text-decoration:underline; font-weight: bold; }

#navtop a:active { color:#FFFFFF; text-decoration:underline; font-weight: bold;}

 /* ================================== */
 /* Left Column Info */
 /* ================================== */


/* .bluebox {
	padding: 10px;
	background-color:#88AEC8;
	border:1px solid #4B7FAA;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
}

.orangebox {
	padding: 10px;
	background-color:#D2A029;
	border:1px solid #BC861B;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
}

.greenbox {
	padding: 10px;
	background-color:#87A564;
	border:1px solid #4D682B;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
} */

#leftcol h3 {
	display: block;
	padding: 4px 0px 4px 5px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	margin-right: 0px;
	margin-left:5px;
	border-bottom:1px solid #0B2952;
	margin-bottom:0px;
	font-size:10px;
	color:#0B2952;
}

#leftcol ul {
	list-style: none;
}

#leftcol ul li {
	list-style: none;
}

#leftcol ul li a {
font-weight: bold;
color: #027ABB;  }

#leftcol ul li a:hover {
color:#003399;  }

#leftcol ul li ul {
display: block;
}

#leftcol ul li ul li {
	display: block;
	background-image:url(/images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	font-weight: bold;
	background-color:#F1F6F8;
	text-decoration: none;
	border-bottom:none;
}

#leftcol ul li ul li a {
	display: block;
	font-weight:normal; color:#333;
	text-decoration: none;
}

#leftcol a:hover { color:#666; text-decoration:underline; font-weight: bold; }


 /* TwoCol Container Info */
#twocols{
  display: flex;
  justify-content: center;
	margin-right:5px;
}

#mainpic {
  padding:16px 5px 0px 5px;
  height:191px;
}



#picbgd{
	background-image:url(/images/mainpic.jpg);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     height:175px;
}



#pictext{
	position:absolute; left:200px; top:60px;
	padding-right:25px;
	font-size:18px;
	font-weight:bold;
     color:#FFFFFF;
}


 /* Right Column Info */

 /* Main Column Info */
#maincol {
 background-color: transparent;
 float: left;
 display:inline;
 position: relative;
 width:720px;
 margin:16px 19px 20px 0;
 }

 #maincol ol li{
	margin-top:6px;
	margin-bottom:6px;
 }

#content { 
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:0px; 
  margin-top:0px;
  background-color: #FFFF;
}
#pageheader { height:24px; border-bottom:1px solid #efefef; padding-bottom:2px; position:relative; margin-bottom:5px; }
#pageheaderinfo { position:absolute; right:0; top:8px; }

 /* Footer Info */

#footer{
  background-color:#F1F6F8;
  font-family:Verdana, Arial, Helvetica, sans-serif;
 }

#footer p { 
  background-color:#F1F6F8; 
}

#footer p.footnav { 
  padding-bottom:10px; 
  padding-top:10px;  
  border-bottom:1px solid #ACC8D8; 
  margin-bottom:10px; 
  font-size:11px; 
  font-weight:bold; 
  background-color:#CEDFE8; 
  color:#FFF;
}

 #footer p.address { color:#333;}

 #footer a:link { color:#027ABB; text-decoration:none;font-weight: bold; }

 #footer a:visited { color:#027ABB; text-decoration:none; font-weight: bold;}

 #footer a:hover { color:#003399; text-decoration:underline; font-weight: bold;}

 #footer a:active { color:#027ABB; font-weight: bold;}

 #footer a.nav:link { color:#FFF; text-decoration:none;font-weight: bold; }

 #footer a.nav:visited { color:#FFF; text-decoration:none; font-weight: bold;}

 #footer a.nav:hover { color:#F1F6F8; text-decoration:underline; font-weight: bold;}

 #footer a.nav:active { color:#FFF; font-weight: bold;}

 .clear{
	clear:both;
	visibility:hidden;
	height:1px;
 }
 /* *** Float containers fix:

 http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}


.clearfix{
  display: flex;
  flex-direction: row-reverse;
  min-height: 69%;
  width: 100%;
  background-color: #FFFF;
}

.height-fix {
  min-height: 69%;
}

/* End hide from IE-mac */

/*Lyle's Styles*/

form.button-to, form.button-to div {
  display: inline;
}

input.checkbox, input.radio {
  background:none;
}

div.buttons{
	clear:both;
	border-top:1px solid #ccc;
	margin:6px 10px;
	padding:10px;
	text-align:center;
}

div.buttons input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	margin-top: 5px;
}

.form-button {
  width: fit-content;
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 2px 5px;
	margin-top: 5px;
  background-color: #EFEFEF;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

input, select {
	margin:1px;
}

input.button{
	font-weight:bold;
}

input.tip{
	color:#999;
}

textarea {
  width: 75%;
  display: block;
}

label {
  text-align:left;
  font-size:90%;
	font-weight:bold;
	color:#333;
}
label.nobold{
	font-size:100%;
	font-weight:normal;
}
tb label{
	font-size:100%;
}


.inline_help, label.inline_help {
  color: #555;
  font-size: 85%;
  font-weight: normal;
}

.inline_warning {
  font-weight: normal;
  padding: 4px;
  border: 1px solid #ff0000;
  font-size: 85%;
}


hr {
	height: 1px;
	background: #ccc;
	color: #ccc;
	border: none;
	clear: both;
}

hr.clear, div.clear {
	visibility: hidden;
	margin: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	clear: both;
}

hr.bar {
  height: .5em;
  text-align: left;
  margin: auto 0;
  min-width: 1px;
}



p.inline_column {
  width: 40%;
  float: left;
	text-align: left;
}


/* CQE Application */

a.link_background {
  background-color: #5bc0de;
  border-radius: 7px;
  color: #fff;
  padding: 12px;
  text-decoration:none !important;
}

a.link_background:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5cb85c;
}

.light_right_border {
  border-right: 1px solid #ccc;
}

/* END CQE Application */


/*NOTES*/

fieldset.partial{
  display: grid;
  justify-content: space-between;
	padding: 6px;
	padding-top: 20px;
	border: none;
	margin-bottom: 10px;
}

fieldset legend{
	font-weight:bold;
}

fieldset.big legend{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

label.inline{
	float:left;
	text-align:left;
	margin-right:6px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icons/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
  margin-top:2px;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form fieldset div.notes table *{
  font-size:10px;
}

table.form th, table th{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

/****TOP TABS****/

.top_tabnav {
	/* background:#87a564; */
	background:#0075b2;
	}

.nav-bg {
  background:#87a564;
}

/* .top_tabnav ul {
	list-style-type:none;
} */

/* .top_tabnav li {
	float:left;
} */

/* #top_tabnav a, .top_tabnav li .active {
	color: #354128;
	font-weight: bold;
	text-decoration: none;
	padding:2px 7px;
	margin:3px 2px 0;
  color: #fff3d0;
  background: #cc9a00;
	border: 1px solid #6c8450;
  border-bottom: none;
	font-weight:normal; }


#top_tabnav li .active {
	background: #FFF url(/images/menu-active.jpg) repeat-x;
	color: #354128; }

#top_tabnav a:hover {
	background: #FFF;
	color:#354128; }

.top_tabnav_content {
	background: #FFFFFF;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
} */
/****END TOP TABS****/

/****LEFT TABS****/
.left_tabnav {
  background: linear-gradient(
    282deg, rgba(255,255,255,1) 64%, rgba(197 231 249) 100%);
	}

.left_tabnav ul {
	margin: 0px 5px 30px 0px !important;
	_display:inline;
}

.left_tabnav li {
	overflow: hidden;
	list-style-type: square;
	font-size:.95em;
	_display:inline;
}
.left_tabnav li span{
	display:block;
	border-bottom:1px solid #afb7bb;
	font-weight:bold;
	color:#0b2952;
	padding:0;
	margin:4px 0 2px 4px;
	font-size:1.1em;
}


.left_tabnav li a {
	display:block;
	margin:0 2px;
	font-weight:normal !important;
  color: #027ABB;
	}

.left_tabnav li span.disabled {
    color: #888888;
    background: #FAFAFA;
    border: 2px solid #DDDDDD;
    border-bottom: none;
    padding: 2px 5px 0px 5px;
    margin: 0;
    text-decoration: none;
}

.left_tabnav a, top_tabnav a.active {
	/* color: #000000; */
  color: #027ABB;
	margin: 0;
	text-decoration: none; }

.left_tabnav a.active {
	font-weight:bold !important;
}

.left_tabnav a:hover {
	background:#027abb;
	color:#FFF !important;
	text-decoration:none !important;
  border-radius: 0.25rem;
}

.left_tabnav_content {
	padding: 20px;
	border-top: none;
}
/****END LEFT TABS****/

/************Evaluations**********/

.eval-item div.name{
	font-weight:bold;
}
.eval-item-comment td{
	font-size:12px;
	padding-bottom:20px;
}
.eval-item div.description{
	margin-right:10px;
}
.eval-item div.radios label{
	font-weight:normal;
	font-size:100%;
}
/************End**Evaluations**********/
.form h2{
	border-bottom:1px solid #eee;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin:10px;
}
.form div.subsection{
	margin:10px;
}

.even{
	background:#f3f8fc;
}

div.search_form, .y_form{
	background: #efe;
	border: 1px solid #9d9;
	padding:.5em;
	/* margin:1em; */
	font-size:105%;
    color: #000;
}

.green-box {
  background: #efe;
	border: 1px solid #9d9;
	font-size:105%;
}

#search_filename_form {
	margin-right: 4%;
}

/* input#search {
	float: right;
} */

.notice2{
	background: #efe;
    border: 1px solid #9d9;
    padding:.5em;
    color: #000;
}

.form_req, .notice{
	border:2px solid #FFF8BE;
	background-color:#fffbdd;
	padding:5px;
	font-size:11px;
	/*width:90%;
	margin:0 auto 5px;*/
	margin:6px;
}

div.search_form input,div.search_form select, .y_form{
	font-weight:bold;
}

div.flash_notice {
  font-size: 1.25em;
	border-bottom: 1px solid #9d9;
	padding: 5px 0 5px 30px;
	color: #3d993d;
	/* margin:5px 0 0; */
	text-indent:30px;
	background:#efe url(/images/icons/alertgood.gif) no-repeat left;
}

div.flash_notice_bad {
  width: 100%;
  font-size: 1.25em;
	border-bottom: 1px solid #990000;
  color: #fff;
	padding: 5px 0 5px 30px;
	margin:5px 0 0;
	background:#cc0000 url(/images/icons/alertbad.gif) no-repeat left;
}

div.flash_notice_warning {
  font-size: 1.25em;
	border-bottom: 1px solid #a69605;
  /* color: #000; */
  color: #a69605;
	padding: 5px 0 5px 15px;
	margin:5px 0 0;
	background:#FEF49C;
}

.alert_notice, .red_alert{
	color:red;
}
.alert_notice, .alert_notice td,  .red_alert,.red_alert td {
	background-color:white;
}

img.ajax_act{
	margin:2px;
	margin-left:40px;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select{
	border:2px solid red;
	/* display:inline; */
}
div.errorExplanation, div.flash_error {
    border-top: 2px solid #d00;
	border-bottom: 2px solid #d00;
    padding: .125em 1em .5em;
    background: #fff0f0;
    color: #000;
}

  /*
    ** Collapsing fieldsets
    */
    fieldset.collapsible {
	  cursor:pointer;
	  margin-top: 3px;
      margin-bottom: 3px;
    }
    #maincol fieldset.collapsed {
	  border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
	  border:0;
	  background:none;
    }

     fieldset.collapsed * {
      display: none;
    }
     fieldset.collapsed table *,
     fieldset.collapsed legend,
     fieldset.collapsed legend * {
     display: inline;
    }
	fieldset.collapsed legend{
		border:0;
		background:none;
	}
    fieldset.collapsible legend {
      text-decoration:none;
      padding-left: 20px;
      background: url(/images/icons/menu-expanded.png) 5% 50% no-repeat;
    }
     fieldset.collapsed legend {
      background-image: url(/images/icons/menu-collapsed.png);
    }
	fieldset.collapsible legend.noarrow ,fieldset.collapsed legend.noarrow {
		background:none;
	}

    .rads input{
        background-color:#fff;
     }
    /* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
    * fieldset.collapsible legend a {
      display: block;
    }

.app_documents {
	width:600px;
	margin:10px;
}
.app_documents th{
	border-bottom: 1px solid #333;
	text-align:left;
}
.app_documents td{
	border-bottom: 1px solid #eee;
	padding:3px;
}
.app_documents .borderless{
	border:none;
}

#cards img{
	border:1px solid #ccc;
}
.boxlist li, .box, .boxes > *{
	list-style-type:none;
	margin:10px 0;
	padding:8px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:92%;

}
div.item_notice{
margin:-6px -6px 3px -6px;
color:white;
background:#FF3F3F;
padding:3px;
}

tr.item_notice,tr.item_notice td, tr.item_notice a{
color:white;
background:#FF3F3F;
}

.item_notice label{
	color:white;
}

/* RAS Updates */

#maincol form select {
	max-width:225px !important;
	}

#person_professional_address_country, #person_home_address_country {
	width:225px !important;
	}

#maincol table {
	width:350px !important;
	margin:0 20px 0 0;
	}

#maincol table.large {
	width: 450px !important;
}

#maincol fieldset {
	border:1px solid #BBB;
	border-top:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	overflow:hidden;
	min-width:350px !important;
	padding:3px !important;
	margin:5px 0 15px;
	}

#maincol .form {
	width:300px !important;
	}

#maincol .form2 {
	width:310px !important;
}
#maincol .form2  th{
	width:80px !important;
}

#maincol fieldset ,#maincol legend {
	color:#254e87;
}

.table-data {
	color:#254e87;
}

div .table-border{
	border:0;
	border-top:1px solid #DDD;
	/* width:692px */
}

#leftcol .partial{
	border:0;
	border-top:1px solid #DDD;
	width:692px !important;
	}

#maincol .partial table {
	width:692px !important;

	}

#maincol .partial table th {
	text-align:left !important;
	width:15%;
	}

#maincol fieldset.partial .bordered th, #maincol .bordered th{
	text-align:center !important;
	font-size:13px;
	vertical-align:bottom;
	border-bottom: 1px solid #333;
	}

#maincol fieldset ol {
	width:675px !important;
	}

#maincol .wide {
	width:95% !important;
	}

div.odd,div.even {
	padding:5px;
	font-size:.9em;
	}

table.cmes{
	margin:10px 6px 40px 6px;
	width:75% !important;
}
table.cmes td{
	text-align:center;
}

.signature_line
{
	margin-top:2em;height:1em;width:200px;border-bottom:1px solid #999;font-weight:bold;font-style:italic;padding-left:6px;
}
.modal_blocker{
  width:100%;
  background-color:#333;
  opacity:.20;
  filter: alpha(opacity=20);
  height:100%;
  position:absolute;
  z-index:99;
  padding:0 0 20px;
  top:0;
  left:0;
}
#modal_msg
{
	font-size:16px;
	font-weight:bold;
	padding:10px;
	border:4px solid #999;
	width:400px;
	/*height:50px;*/
	min-height:50px;
	background:#fff;
	position:absolute;
	top:33%;
	left:30%;
	z-index:100;
}

/**Styles for Stepped Form Status Display**/
div.progress_steps
{
	background:url(/images/nav-bg.jpg) top left no-repeat;
	min-height:266px;
}

div.progress_steps  h3
{
	border-bottom:1px solid #afb7bb!important;
	font-weight:bold!important;
	color:#0b2952!important;
	padding:0!important;
	margin:4px 0 2px 4px!important;
	font-size:1.1em !important;
	line-height:29px;
}

div.progress_steps #sidebar {
	left: 0;
	text-align: left;
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
	margin: 1em 0 0;
	padding: 0;
}
div.progress_steps #sidebar li {
	margin: 0 0 0 2em;
	padding: 0;
	color: #aaa;
	list-style: none;
	font-size: 90%;
}
div.progress_steps #sidebar li.complete {
	color: #4a6;
	list-style-image: url(/images/icons/check.gif);
}
div.progress_steps #sidebar li.active {
	color: #000;
	list-style-image: url(/images/icons/arrow.gif);
}
div.progress_steps #sidebar li.review {
	color: #f00;
	list-style-image: url(/images/icons/review.gif);
}
ol.multiple_choice_list{
	list-style:upper-alpha;
}

.new_field, .hidden
{
	display:none;
}

ul#req_docs{
	float:left;
	margin:0;
	margin-left:20px;
	margin-right:-7px;
	position:relative;
	z-index:1;
	width:230px;
}
ul#req_docs li.active
{
	background: #efe;
    border: 1px solid #9d9;
	border-right:0;
	padding:3px 20px 3px 3px;
}

#req_doc_description {
	margin:0;
}

ul#attachments
{
	list-style-type:none;
	margin:0;
	padding:0
}

ul#attachments li {
	margin-left: 0;
  padding: 0;
}
ul#attachments li a
{
	font-size:90%;
}
table#moc{margin:10px 6px 40px 6px}
table#moc th{text-align:center;}
table#moc th.current{background-color:#CAFF4A;font-size:105%}

.user_display {
  position: absolute;
  top: 164px;
  width: fit-content;
	padding: 0px;
  margin: 0 0 0 5px;
	color:white;
	font-weight:bold;
	font-size:14px;
  z-index: 2;
}

.form_helper
{
	background:url(/images/icons/helper_arrow.gif) no-repeat left center;
	font-size:85%;
	padding-left:15px;
}

.table-stripe tr:nth-child(odd) {
  background-color: #F3F8FC;
}

tr.summary_row td
{
	font-weight:bold;
	background:#e4f2fe;
}

tr.summary_total_row td
{
	font-weight:bold;
	background:#cedbe5
}

.bulletless_list li{
	list-style-type:none;
}

.striped_list > li{
	padding:6px;
}

.contacts_list div{
	font-size:90%;
	margin:4px;
}
.contacts_list h3{
	font-size:95%;
	margin:1px;
}
.left_align{
	text-align:left !important;
}
.center_align{
	text-align:center !important;
}
.admin_summary{
  font-size:120%;
  margin:20px 0;
}
.admin_summary div{
	float:left;margin-left:20px;
}

table#admin_summary {
    width: auto !important;
    margin: 16px 16px 16px 0 !important;
}
table#admin_summary th {
    padding-left: 20px;
}
table#admin_summary td, table#admin_summary th {
    font-size: 16.8px;
}

.footer_notice {
	margin-top:-4px;
	background:#74b69f;
	font-size:11px;
	border-bottom: 1px solid #ded;
	color:#ffffff;
	padding:4px;
}
.home_notices{
	float:left;width:50%
}
.home_notices h2{
	margin-bottom:2px;
}
.home_notices p{
	margin-top:2px;
}
.logged_in_name{
	display:none;
}
table.likert{

}
table.likert td{
	text-align:center;
}

form .preview {
  border: 1px solid #999;
  padding: 10px;
}

#mailing_preview_data ul {
  list-style-type: none;
}

#ui-datepicker-div { font-size: 0.8em; }

.cme-person-results .result {
  background: #eee;
  margin: 8px 0;
  padding: 8px;
  position: relative;
}
.cme-person-results label {
  display: block;
  font-weight: normal;
  margin-left: 20px;
}
.cme-person-results input {
  position: absolute;
  top: 8px;
  left: 9px;
}

.cme-issuer-other{
	display: none;
}

div.validation-errors {
  border: 2px solid red;
  margin-bottom: 10px;
}
div.validation-errors h2 {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}

div.admin-note {
    margin: 4px 0;
    padding: 6px;
    background: #f3f3f3;
    position: relative;
}
div.admin-note-author {
    font-style: italic;
    font-size: 11px;
    margin-bottom: 4px;
    color: #666;
}
div.admin-note-delete a {
    position: absolute;
    top: 4px;
    right: 0px;
}

div.admin-note-edit a {
	position: absolute;
	top: 4px;
	right: 20px;
}


iframe.news-post-preview {
  width: 100%;
  border: none;
}

.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}

.hidden_element {
  display:none !important;
}

.link-button {
  font: bold 14px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  box-shadow: .15 s ease - in -out;
}
.link-button:hover {
  color: #fff;
  text-decoration: none;
}
a.button {
  font: bold 12px;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #000000;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.margin-2 {
  margin: 2px;
}

/** left border as separtion bar **/
.left-bar {
  border-left: 1px solid #CCCCCC;  
  padding: 0 6px;
}

/** end left border as separtion bar **/

.float-right {
  float: right;
}

.height_50 {
  height: 50px;
}

.vertical-align-top {
  vertical-align: top;
}

.width-250 {
  width: 250px;
}
