/* Application-specific CSS */

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.nav-link {
	color: #636b6f;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.headerlogo { max-height: 35px; }

.footer {
	width: 100%;
	border-top: 4px solid #e0e0e0;
/*
	border-bottom: 30px solid #e0e0e0;
*/
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15%;
	padding-right: 15%;
	min-height: 170px;
}

.footertext { font-size: 0.8rem; }
.footerlogo { max-height: 25px; }

.center { text-align: center; }
.insetmargins { margin-left: 10%; margin-right: 10%; }
.padding10 { padding: 10px; }

.col-md-10.toobig {
    max-width: 100%;
}

.datatable thead tr {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.datatable th {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 0.75rem;
    font-weight: normal;
}

.datatable tr:first-of-type th {
    border: 1px solid #c0c0c0;
    font-weight: bold;
}

.datatable span {
    text-align: center;
}

.datatable tbody input {
    outline: 0;
    border: 0px;
}

.datatable tbody {
    border-collapse: collapse;
}

.datatable tbody td {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}

.datatable tbody span {
    background-color: #f4f4f4;
}

.datatable tfoot td {
    text-align: center;
}

/* Encyclopedia CSS */
.encycrightside {
    background-color: #ffffff;
}

.encycheaderlogo {
    max-height: 80px;
}

.encycsidebar {
    background-color: #976d02;
    color: #ffffff;
}

.encycsidebar a {
    color: #ffffff;
}

.encycsidebar a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.encycsidebar div {
    padding-left: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.encycsidebar .selected {
    background-color: #654901;
}

.encycsidesubhead, .encycsidesubhead a {
    color: #e0e0e0;
    font-size: 0.75rem;
    padding-left: 10px !important;
}

.encycchapterhead {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.encycrightside p {
    margin-left: 20px;
    margin-right: 20px;
}

.encycrightside p.noindent {
    margin-right: 0px;
    margin-left: 0px;
}

.encyccontenttitle.head {
    font-size: 1rem;
    font-weight: bold;
}

.encyccontenttitle.subhead {
    font-weight: bold;
    font-size: 0.8rem;
}

.encyccontenttitle.hide {
    display: none;
}

.instructionshead {
    font-size: 1.65em;
    font-weight: lighter;
}

.instructions {
    margin-bottom: 25px;
}

.datarow {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    min-height: 70px;
}

.datarowskinny {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.singleprompt {
    width: 50%;
    float: left;
}

.indented {
	padding-left: 2em;
	padding-right: 2em;
}

.singlebox {
    display: inline-block;
    width: 50%;
}

.checkboxline {
    text-indent: -20px;
    padding-left: 20px;
	margin-bottom: 0px;
}

.sliderrow {
	width: 100%;
	margin-top: 10px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.sliderleft {
	width: 25%;
	text-align: center;
	float: left;
}

.slider {
	width: 50%;
	float: left;
}

.sliderright {
	width: 25%;
	float: right;
	text-align: center;
}

.wideprompt {
    width: 70%;
    float: left;
}

.medwideprompt {
	width: 65%;
	float: left;
}

.narrowbox {
    width: 28%;
    float: right;
}

span.static {
    background-color: #f0f0f0 !important;
}

.sidebar-nav {
    background-color: #000;
    color: #ffffff;
    padding-left: 15px;
    line-height: 2;
}

.sidebar-nav .nav-head {
    margin-top: 8px;
    padding-left: 4px;
    cursor: pointer;
}

.sidebar-nav .nav-subitem {
    color: #f0f0f0;
    margin-left: 19px;
    cursor: pointer;
}

.sidebar-nav .nav-subitem.selected {
    color: #aad17b;
}

.sidebar-nav .nav-head.selected {
    background-color: #808080;
}

.top-head {
    font-size: 2rem;
    margin-bottom: 8px;
}

.npiheadbar {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.npihead {
    float: left;
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    min-width: 125px;
    cursor: pointer;
    padding: 8px;
}

.npihead.selected {
    color: #ffffff;
    background-color: #aad07b;
    cursor: default;
}

.npiheadname {
    font-weight: bold;
}

.aaghead {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.aagsubhead {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
}

.aagrow.halfsize {
    width: 50%;
    float: left;
    text-align: center;
}

.thirdsize {
    width: 33%;
    float: left;
}

.aagprompt {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.aagdata {
    display: block;
    text-align: center;
    font-size: 1.1rem;
}

.homebanner {
    text-align: center;
    background-color: #e6f6f7;
    padding-top: 35px;
    padding-bottom: 35px;
}

.homehead {
    padding-left: 10px;
    font-weight: bold;
    font-size: 2rem;
    width: calc(100% - 120px);
    float: left;
}

.hometophead {
    font-weight: bold;
    font-size: 2rem;
}

.homeheadright {
    width: 120px;
    float: right;
}

.homeheadright button {
    position: relative;
    top: 13px;
}

.homenpis {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #45c0c7;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homestatuslabel {
    font-size: 1rem;
    color: #999999;
    margin-left: calc(50% - 130px);
}

.homestatus {
    font-size: 3.5rem;
    font-weight: bold;
    color: #222222;
    width: 230px;
    padding-right: 5px;
    margin-left: calc(50% - 230px);
    margin-top: -3px;
    float: left;
    text-align: right;
}

.homestatusright {
    width: 130px;
    text-align: left;
    float: left;
}

.homestatusright .label {
    margin-top: 10px;
    color: #222222;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.homestatusright .homestatusencouragement {
    line-height: 1.2;
    font-weight: 300;
    color: #666666;
    margin-top: 2px;
    font-size: 0.8rem;
}

.nav-link {
    font-weight: 400;
    text-transform: initial;
    letter-spacing: normal;
    font-size: 14px;
    padding-right: .5rem;
}

.amber-link:before, .encyclopedia-link:before, .manage-orgs-link:before, .show-help-link:before, 
.datachange-log-link:before, .manage-users-link:before, .my-account-link:before, .help-link:before, .logout-link:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
}

.amber-link:before {
	content: "\f319";
}

.encyclopedia-link:before {
	content: "\f330";
}

.manage-orgs-link:before {
	content: "\f541";
}

.show-help-link:before {
	content: "\f223";
}

.datachange-log-link:before {
	content: "\f177";
}

.manage-users-link:before {
	content: "\f307";
}

.my-account-link:before {
	content: "\f110";
}

.help-link:before {
	content: "\f223";
}

.logout-link:before {
	content: "\f310";
}

.my-account-head {
    font-weight: bold;
    font-family: Nunito, sans-serif;
    font-size: 1.5rem;
}

.my-account-row {
    width: 100%;
    margin-bottom: 10px;
}

.my-account-label {
    display: inline-block;
    font-weight: bold;
    width: 180px;
}

.my-account-item {
    display: inline-block;
    width: 280px;
}

.halfgray {
    width: 48%;
    float: left;
    background-color: #f4f4f4;
    margin: 1%;
    min-height: 200px;
}

.lefthalf {
    padding: 10px;
    width: 49%;
    float: left;
}

.righthalf {
    padding: 10px;
    width: 49%;
    float: right;
    background-color: #ffffff;
}

.righthalf.servicearea {
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

.numbersonly {
	text-align: center;
}

@media(max-width: 767px) {
	.lefthalf {
		padding: 10px;
		width: 100%;
	}

	.righthalf {
		padding: 10px;
		width: 100%;
	}
}

.leftside {
    padding: 20px;
    width: 57%;
    float: left;
}

.rightside {
    padding: 10px;
    width: 40%;
    float: right;
}

#fullstatelist {
    margin-left: 10px;
    display: block;
    margin-bottom: 20px;
}

#partstatelist {
    margin-left: 10px;
    display: block;
    margin-bottom: 20px;
}

#loadingalert, #savingalert {
    position: fixed;
    z-index: 1000;
    width: 300px;
    height: 100px;
    top: 30%;
    left: 50%;
    margin-top: -50px; /* Negative half of height. */
    margin-left: -150px; /* Negative half of width. */
    border: 2px solid #000;
    background-color: #d0d0d0;
}

#loadingalert div, #savingalert div {
    width: 100%;
    font-size: 2rem;
    margin-top: 23px;
    text-align: center;
}

.halfgray h3 {
    font-size: 1.3rem;
}

.halfgray p {
    line-height: 1.4;
}

.halfgray img {
    max-width: 100%;
    max-height: 80%;
    padding-top: 10px;
}

.homebutt {
    border: 2px solid #5cc4cb;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #ffffff;
    color: #119aa2;
    cursor: pointer;
}

.homebutt:hover {
    background-color: #e8fcfd;
}

.npi-home-block {
    margin: 25px 40px;
    float: left;
}

.npi-home-name {
    font-weight: bold;
}

.npi-home-inactive-status {
    color: #707070;
}

.npi-overview-block {
    width: 300px;
    float: left;
    margin: 15px;
    padding: 10px;
    border-top: 7px solid #e0e0e2;
    background-color: #f4f4f4;
}

.npi-block-inactive div {
    opacity: 0.4;
}

.npi-block-inactive .npi-overview-buttonbar {
    opacity: 1.0;
}

.npi-block-inactive .editnpi {
    opacity: 0.4;
}

.npi-overview-name {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.npi-overview-num {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.npi-overview-status {
    text-align:center;
    width: 100%;
}

.npi-overview-status .subhead {
    font-weight: bold;
}

.npi-overview-statusbar {
    width: 80%;
    margin-left: 10%;
    height: 25px;
    padding: 4px;
    margin-bottom: 25px;
}

.npi-overview-statusbar-bar {
    height: 100%;
    background-color: #f49739;
}

.npi-overview-buttonbar {
    width: 100%;
    text-align: center;
}

.npi-overview-buttonbar button {
    margin: 5px;
}

#rev-medtable input {
	text-align: center;
}

.ui-icon.red {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.rowicon {
    width: 42px;
    display: inline-block;
    margin-right: 4px;
}

.manage-user-table th {
    text-align: center;
    line-height: 1.1;
    padding-bottom: 4px;
}

.manage-user-table td {
    padding: 5px 7px 8px 7px;
}

.my-account-head #adduser, .my-account-head #inviteexternaluser {
    font-size: 0.8rem;
    float: right;
    position: relative;
    top: 7px;
    margin-left: 2px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .nav-link {
        padding-right: 1rem !important;
    }
}

.summnpiblock {
	float: left;
	width: 48%;
	margin: 1%;
	background-color: #f0f0f0;
	padding: 4px;
	min-height: 260px;
	cursor: pointer;
	border: 1px solid #000;
}

.summnpiblock:hover {
	background-color: #d8f1f3;
}

.summnpiblock.selected {
	background-color: #b1e2e7;
}

.summnpiblock .title {
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	font-size: 1.2rem;
}

.summnpiblock ul {
	padding-left: 20px;
}

.summreviewblock {
	text-align: center;
}

#reviewissues {
	margin: 8px 5px;
	margin-top: 20px;
	border: 1px solid #333;
	width: 100%;
}

.messagerow {
	width: 100%;
	overflow: hidden;
	display: flex;
	padding: 9px;
	border-top: 1px solid #888;
}

.messagerow.error {
	background-color: #ffebe6;
}

.messagerow.warning {
	background-color: #ffffcc;
}

.messagerow.success {
	background-color: #e6ffe6;
}

.messagerow .iconcell {
	float: left;
	width: 41px;
	height: 36px;
	background-size: cover;
}

.messagerow.error .iconcell {
    background-image: url(images/cancel.png);
}

.messagerow.warning .iconcell {
    background-image: url(images/lightning.png);
}

.messagerow.success .iconcell {
    background-image: url(images/checked.png);
}

.messagerow .message {
	float: left;
	width: calc(100% - 36px);
	padding: 4px;
}

#npifinishtable {
	width: 100%;
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: center;
}

.npitofinish {
	float: left;
	width: 31%;
	margin: 1%;
	background-color: #f0f0f0;
	padding: 4px;
	min-height: 160px;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	cursor: pointer;
	border: 1px solid #000;
}

.npitofinish:hover {
	background-color: #d8f1f3;
}

.npitofinish.selected {
	background-color: #b1e2e7;
}

.cost_amb_num, .cost_nonamb_num {
	width: 100%;
}

#table_cost_nonamb td, #table_cost_amb td {
	text-align: center;
	vertical-align: middle;
}

button[type=submit], button#uppersavebutt, button#lowersavebutt, button.dofinishbutton, button.donebutton {
	padding: 5px 13px;
	border-radius: 4px;
	background-color: #e7f1da;
	border: 2px solid #85b946;
	color: #000;
	font-weight: 500;
	cursor: pointer;
}

button[type=submit]:hover, button#uppersavebutt:hover, button#lowersavebutt:hover, button.dofinishbutton:hover {
	background-color: #9ec76b;
	color: #ffffff;
}

button.addrow, button.addnpi, button.editnpi, button.reviewnpi, button.archivenpi, button.activatenpi, button.resumenpi, button.togglelock,
button#adduser, button#inviteexternaluser {
	padding: 5px 13px;
	border-radius: 4px;
	background-color: #e7e7e7;
	border: 2px solid #666666;
	font-weight: 500;
	cursor: pointer;
}

button.addrow:hover, button.addnpi:hover, button.editnpi:hover, button.reviewnpi:hover, button.archivenpi:hover, button.activatenpi:hover, button.resumenpi:hover, button.togglelock:hover,
button#adduser:hover, button#inviteexternaluser:hover {
	background-color: #777777;
	color: #ffffff;
}

.singlebox textarea {
	width: 100%;
	min-height: 100px;
}