#acw_modal_wrap {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: none; /* 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/Box */
.acw_modal_content {
	background-color: #fefefe;
	margin: 10% auto; /* 10% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	z-index: 0;
}
/* The Close Button */
.acw_close_modal {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.acw_close_modal:hover,
.acw_close_modal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.acw_course_cat_modal {
	display: flex;
	flex-direction: column;
	gap: 5px;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	width: 500px;
	overflow: auto;
	max-height: 600px;
}

.acw_added_course_cat {
	color: #9bc89b;
	text-decoration: none;
}
.acw_removed_course_cat {
	color: #dd3232;
	text-decoration: line-through;
}


#existing_course_category_list {
	margin-top: 10px;
}
.acw_cat_search_btn{
	line-height: 13px;
}

#acw_search_wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 auto;
	width: 100%;
}

#acw_search_wrap .acw_search {
	width: 100%;
	margin: 0 auto;
}

ul#course_category_list{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.acw_req_notes {
	margin: 5px 0;
}
.acw_ext_credit_details {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	padding: 0;
	margin: 0;
}
.acw_ext_cred_cert_img {
	max-width: 200px;
}
/* .acw_new_ext_credit {
	border: black 1px solid;
	background-color: white;
	padding: 15px;
	border-radius: 10px;
} */

.acw_warning_box_shadow {
	box-shadow: 10px 10px 5px rgb(200, 0, 0);
}

.acw_hide_element {
	display: none !important;
}

.acw_cred_wrapper, #acw_new_cred_wrapper {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	border-top-left-radius: 0;
	box-shadow: 0 1px 3px rgba(147, 167, 183, 0.6);
	padding: 20px;
}

nav#acw_cred_nav, .acw_course_nav {
	box-sizing: border-box;
	display: inline-block;
	height: 41px;
	width: 85%;
	overflow-x: hidden;
	white-space: nowrap;
	vertical-align: bottom;
}

nav#acw_cred_nav .acw_nav_item, .acw_course_nav .acw_course_nav_tab {
	box-sizing: border-box;
	display: inline-block;
	list-style-type: none;
	/* float: left; */
	padding: 10px;
	background: #e0e0e0;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
	vertical-align: bottom;
}

.acw_new_nav_item{
	box-sizing: border-box;
	display: inline-block;
	list-style-type: none;
	/* float: left; */
	padding: 10px;
	background: #e0e0e0;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
	vertical-align: bottom;
	width: 5%;
	text-align: center;
	font-size: 20px;
}

.acw_nav_scroll_button{
	box-sizing: border-box;
	display: inline-block;
	list-style-type: none;
	/* float: left; */
	padding: 10px;
	background: #e0e0e0;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
	width: 5%;
	vertical-align: bottom;
	text-align: center;
	user-select: none;
}


nav#acw_cred_nav .acw_nav_item.acw_nav_item_selected, .acw_course_nav .acw_course_nav_tab.active {
	background: #fff;
}

.acw_nav_item_selected{
	background: #fff;
}
.acw_admin_checkbox_wrap {
	/* display: flex; */
	display: block;
	box-sizing: border-box;
	float: left;
	clear: both;
}
.acw_admin_checkbox_group {
	float: left;
	width: 400px;
	height: 62.45px;
	border-width: 1px;
	border-color: grey;
	border-style: solid;
	padding: 5px;
}
.acw_checked_group {
	background-color: #9bc89b;
}
.acw_req_form {
	float: left;
	clear: both;
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div.accordionContent {
	max-width: 100%;
}
.acw_submit_button {
	clear: both;
	float:left;
	font-size: x-large;
}
.acw_admin_checkbox_label {
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	display: inline-block;
	width: 300px;
	padding: 3px;
}

.acw_course_box {
    background-color: #5694ff;
    height: 500px;
    overflow-y: scroll;
    padding: 5px 10px;
}
.acw_course_box .acw_course_box_error {
	color: white;
	text-shadow: none;
}
.acw_course_box .acw_course_box_title {
	color: white;
	text-align: center;
	margin: 10px 0px;
	font-size: 20px;
	line-height: 22px;
}

#acw_acw_new_cred_cred_warning {
	padding-left: 10px;
	color: red;
}

.acw_course_wrap {
	background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}


.section_divider{
	background-color: white;
	border-radius: 6px;
	padding: 15px;
	margin: 15px 0px;
}



.acw_ext_cred_list_row{
	background-color: white;
	line-height: 30px;
	text-align: center;
}

.acw_ext_cred_header_row{
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}


.acw_ext_cred_list_item {
	padding: 10px 0px;
}
.acw_ext_cred_header_name {
	font-family: 'Roboto Condensed', sans-serif;
	color: #445869;
    text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
} 

.acw_ext_cred_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
}

/* Rounded corners of external credit list rows */
.acw_ext_cred_list_row td:first-child { border-top-left-radius: 10px; }
.acw_ext_cred_list_row td:first-child { border-bottom-left-radius: 10px; }
.acw_ext_cred_list_row td:last-child { border-top-right-radius: 10px; }
.acw_ext_cred_list_row td:last-child { border-bottom-right-radius: 10px; }


.acw_view_all_ext_btn {
	border: none;
	background-color: #cfcfcf;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #444444;
    /* text-shadow: 0 1px 0 #fff; */
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.acw_add_ext_cred_btn {
	border: none;
	background-color: #cfcfcf;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.acw_tab_activate{
	background-color: #6288af;
	padding: 10px;
	color: white;
}

.acw_view_btn {
	border: 1px solid #476e97;
    border-bottom: 1px solid #144a79;
    padding: 4px 10px;
    color: #FFF;
    text-shadow: 0 -1px 0 #1e5091;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -moz-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -webkit-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    background: #6ca7dc;
    background: -moz-linear-gradient(top, #6ca7dc 0%, #2c70ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ca7dc), color-stop(100%,#2c70ab));
    background: -webkit-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -o-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -ms-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: linear-gradient(to bottom, #6ca7dc 0%,#2c70ab 100%);
	font-size: 12px;
}


.new_credit_name {
	margin-bottom: 0px;
}

.radio_label {
	margin-bottom: 0px;
}

.label_cell {
	padding-right: 10px;
}

::-webkit-file-upload-button {
	border: 1px solid #476e97;
    border-bottom: 1px solid #144a79;
    padding: 4px 10px;
    color: #FFF;
    text-shadow: 0 -1px 0 #1e5091;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -moz-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -webkit-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    background: #6ca7dc;
    background: -moz-linear-gradient(top, #6ca7dc 0%, #2c70ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ca7dc), color-stop(100%,#2c70ab));
    background: -webkit-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -o-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -ms-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: linear-gradient(to bottom, #6ca7dc 0%,#2c70ab 100%);
	font-size: 12px;
  }

.label_cell {
	vertical-align: middle;
}
.acw_radio_table .acw_radio_input{
	margin: 0px;
}

.acw_detail_page_btns_wrapper {
	display: flex;
	justify-content: space-between;
}
.acw_detail_page_edit_cancel_btns {
	display: flex;
}
.acw_detail_page_edit_cancel_btns .blue-btn {
	margin: 0 5px;
}
.acw_detail_page_edit_cancel_btns .acw_save_details_toggle
,.acw_detail_page_edit_cancel_btns .acw_ext_cred_hide
,.acw_detail_page_edit_cancel_btns .acw_edit_btn_hide
,.acw_detail_page_edit_cancel_btns .acw_cancel_btn_hide {
	display: none;
}
button.acw_btn_disable:hover{
	cursor: not-allowed;
}


.acw_delete_ext_credit {
	margin: 0px;
}

#acw_delete_ext_cred_btn {
	border: 1px solid #dd3232;
	border-bottom: 1px solid #dd3232;
	padding: 10px 20px;
	color: #FFF;
	text-shadow: 0 -1px 0 #8d161a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #dd3232;
	-moz-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #dd3232;
	-webkit-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #dd3232;
	background: #8d161a;
	background: -moz-linear-gradient(top, #dd3232 0%, #8d161a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd3232), color-stop(100%,#8d161a));
	background: -webkit-linear-gradient(top, #dd3232 0%,#8d161a 100%);
	background: -o-linear-gradient(top, #dd3232 0%,#8d161a 100%);
	background: -ms-linear-gradient(top, #dd3232 0%,#8d161a 100%);
	background: linear-gradient(to bottom, #dd3232 0%,#8d161a 100%);
	font-size: 13px;
}

.acw_cred_date_inputs td button{
	vertical-align: text-bottom;
	margin-left: 5px;
}

.acw_external_credits_list {
	max-height: 500px;
	overflow-y: hidden;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 5px;
}

/* width */
.acw_external_credits_list::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: white;
	border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #2d71ac;
	border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #2d71ac;
  }

.acw_highlight{
	box-shadow: 1px -1px 9px 2px rgba(117,117,117,0.39) inset;
	-webkit-box-shadow: 1px -1px 9px 2px rgba(117,117,117,0.39) inset;
	-moz-box-shadow: 1px -1px 9px 2px rgba(117,117,117,0.39) inset;
	color: black;
}

.acw_course_alert{
	color: red;
	margin-left: 5px;
}

.acw_course_alert_hide{
	display: none;
}

.acw_divider{
	background-color: #6288af;
	width: 100%;
	height: 10px;
}