/**
 * base.css: Base CSS for checklistDetail
 */
 .checklist-tools h3{
    font-family: ProximaNova, sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    font-style: normal;
    color: #036;
    margin-top: 24px;
}

.rn_checklistDetail {
	margin:0;
	padding:0;
}

#checklist-pdf, pre {
	font-family:sans-serif;
	line-height: 22px;
    display: block;
    white-space: pre;
    margin: 1em 0;
}

.error_msg{
	border: 1px solid lightgray;
	color: darkred;
	font-size: 19px;
	margin: 321px auto 0;
	padding: 23px;
	text-align: center;
	width: 44%;
}
.checklist_req_doc{
   margin-top: 1%;
   text-decoration: underline;
}
#nybe_selall_btn{
  font-size:1.2em;
}
#nybe_application_list{
  border-bottom:1px solid #cccccc;
}
.checklist-title-div{
  text-align: center; 
  margin-bottom:30px;
}
.checklist-title-div i.page.icon-custom{
	margin:0 auto;
	padding: 0 25px 25px 24px;
}


.nybe-static-help
{
	position: fixed;
	top: 17px;
	right: 7em;
	width: 200px;
}
	
.nybe_itag_image{
	background: url(/euf/assets/NYBEAssets-v.0.3/images/wTip.png);
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 2px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    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 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


