/**
 * @file
 * Subtheme specific CSS.
 */

 /*hide form and overview to start */
 #block-bootstrap-barrio-aacp-content,
.progress-tracker-block {
	
}
 .container {
    	max-width: 1920px;
 }

 @media (min-width: 1950px) {
 	.container {
    	max-width: 1920px;
	}
}

.h2, h2 {
    width: 100%;
    margin: 1em 0;
}

/* ---------- Color Module Styles ----------- */

body {
    color: #3b3b3b;
    background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
    background: #fff;
}

.tabs ul.primary li a.is-active {
    background-color: #fff;
}

.tabs ul.primary li.is-active a {
    background-color: #fff;
    border-bottom-color: #fff;
}

#navbar-top {
    background-color: #fff;
}

#navbar-main {
    background-color: #1d84c3;
}

#edit-actions {
	display: none;
}
#block-bootstrap-barrio-aacp-userlogin #edit-actions {
	display: block;
}
.float-to-top {
	position: fixed !important;
	top: 500px;
}

a,.link {
    color: #6F6F6F ;
    text-decoration: none;
}
a:hover, a:focus, .link:hover, .link:focus {
	color: #879a4a !important;
	text-decoration: none !important;
}

.item-list ul li a:hover {
	text-decoration: underline !important;
}

a:active,
.link:active {
    color: #879a4a;
}

.navbar-nav a.nav-link {
 	color: #ffffff !important;
}
.navbar-nav a.nav-link:hover {
 	color: #ffffff !important;
}


.page-item.active .page-link {
    background-color: #0071b3;
    border-color: #0071b3;
}

.page-link,
.page-link:hover {
    color: #0071b3;
}

.sidebar .block {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
}

.site-footer {
    background: #292929;
    display: none;
}
.img-fluid {
    max-width: 70%;
    padding-left: 20px;
}
#block-bootstrap-barrio-aacp-content {
	margin-bottom: 100px;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
    color: #fffeff;
}
.navbar-brand img {
	width: 280px;
	height: auto;
}
#block-bootstrap-barrio-aacp-account-menu h2,
#block-bootstrap-barrio-aacp-main-menu h2 {
	display: none;
}
/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
    margin-left: 0;
    margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
    float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
    right: -20px;
    left: 0;
}

/* ---Main Nav -- */
.navbar-nav {
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
}
#block-bootstrap-barrio-aacp-main-menu {
	width: 100%;
}
#block-bootstrap-barrio-aacp-main-menu .navbar-nav {
	display: block;
}
.navbar-nav ul {
	width: 100%;
}
.navbar-nav li:nth-child(1) {
	width: 25%;
}
.navbar-nav li:nth-child(2) {

}
.navbar-nav li {
	display: inline-block;
}
.navbar-nav li a {
	font-weight: 600;
}
li a[data-drupal-link-system-path=directory], li a[data-drupal-link-system-path=pharmgrad_program_directory] {
	text-align: right;
	margin-right: 2em;
}


li a[data-drupal-link-system-path=directory]::before,
li a[data-drupal-link-system-path=pharmgrad_program_directory]::before  {
	background-image: url('../images/home.png');
	width: 20px;
	height: 20px;
	content: " ";
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

li a.overview {
	margin-left: 3em;
}
li a.overview::before {
	background-image: url('../images/overview.png');
	width: 20px;
	height: 20px;
	content: " ";
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 2px;
}


#navbar-main {
    background-color: transparent;
    background: linear-gradient(90deg, #879a4a 25%, #95AF42 0%);
}
#sidebar_first {
	max-width: 25%;
	background-color: #F8F8F8;
	min-height: 800px;
}
#content {
	padding-left: 5rem;
	padding-right: 4rem;
}


.vert-center-parent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
}
.vert-center {
	resize: vertical;

}
.views-form {
	width: 100%;
}
#block-bootstrap-barrio-aacp-help {
	display: none;
}

.row.region.region-top-header {
	display:block;
	width: 100%;
}
#block-bootstrap-barrio-aacp-account-menu {
	float: right;
}
.title {
	font-weight: 600;
}
.account_menu a {
	font-size: 14px;
	color: #6F6F6F;
	text-transform: uppercase;
	font-weight: 600;
}
#block-bootstrap-barrio-aacp-page-title {
	font-size: 40px;
	font-weight: 600;
	color: #343434;
}
.overview-status {
	box-shadow: 0px 0px 12px #00000029;
	border-radius: 20px;
	/*width: 1050px;*/
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	padding: 0 70px 30px 70px;
  	margin-bottom: 60px;
}
.status-title {
	font-size: 30px;
	font-weight: 600;
	color: #95AF42;
	padding: 33px 0 20px 20px;
	clear: both;
	width: 100%;
}
.status {
	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 1;
}
.status-value {
	text-align: center;
	font-size: 100px;
	letter-spacing: 0;
	color: #E4A800;
	line-height: 100px;
}
.status-name {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	color: #343434;
	line-height: 35px;
	margin-bottom: 60px;
}

.actions {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.action-buttons, .search-form {
	display: inline-block;
	
}
.search-form {
	position: absolute;
	max-width: 30%;
}
.action-buttons {
	
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0;
	margin-right: 30px;
}
.btn {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.btn-primary {
	background-color: #95AF42;
	border: 1px solid #95AF42;
}
.btn-primary:hover, .btn-primary:focus {
	background-color:#879a4a;
}
.btn-primary:hover {
	border-color: #879a4a;
}
.view-filters, #edit-header {
	display: none;
}
.page-node-type-webform .view-filters, .page-node-type-webform #edit-header {
	display: block;
}
.list-group-item {
	background-color: #f8f8f8;
	border: #f8f8f8;
}
/*
.tablesort--desc:before, #view-webform-submission-value-1-table-column a:before {
	content: "<>";
	color: #0898BA;
	transform: rotate(90deg); 
	margin-right: 5px;
}
.tablesort--asc:before {
	content: "<>";
	color: #0898BA;
	transform: rotate(90deg); 
	margin-right: 5px;
}
*/
#edit-webform-submission-value {
	background-image: url('../images/musica-searcher.png');
	background-repeat: no-repeat;
	background-position: 90%;
}
th a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
th a:hover {
	color: #aaa;
}
#block-aacploggedinblock-2 {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	height: 100vh;
}
/* individual form */

/* left nav 
.left-nav {
	position: fixed;
    top: 180px;
}
*/
.left-nav-title {
	font-size: 18px;
	color: #0898BA;
	padding-top: 1rem;
	padding-right: 1rem;
	text-align: right;
}
.left-nav-title a {
	font-size: 16px;
	font-weight: 400;
}

/* progress overview */
.overview-status.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.overview-status.row .col {
  flex: 1 0 30%; 
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.overview-status.row .col div {
	
}
.node--type-webform .webform-submission-information {
	display: none;
}
.percent-value {
	font-size: 53px;
	line-height: 50px;
}
.percent-text {
	line-height: 20px;
}
.percent-complete-wrapper {
	width: 100%;
}
.percent-complete {
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
}
.percent-last-update {
	font-size: 16px;
	margin-top: 25px;
}
.single-status-status, .single-status-published {
	font-size: 20px;
	font-weight: 400;
}

.current-status {
	font-size: 30px;
	color: #E2574C;
	font-weight: 400;
}

.single-status-status span.Approved, .single-status-status span.Published, 
.single-status-published span.Published {
	font-size: 30px;
	color: #95AF42;
	font-weight: 400;
}
.single-status-published span.Not.Published {
	color: #E2574C;
	font-weight: 400;
}
.current-status.Pending.Review {
	color: #E4A800;
	font-weight: 400;
}

.help-bold {
	font-weight: 600;
}


/* progress pages */
.alert-wrapper {
	width: 100%;
	position: relative !important;
} 
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.btn-close::after {
  /*content: 'X';*/
}
#content .title {
	padding-bottom: 0;
	padding-top: 2rem;
}
#content .title.sub_title {
	padding-bottom: 2rem;
	padding-top: 0;
}
.node--type-webform .title {
	font-size: 2.5rem;
	font-weight: 600;
}
.node--type-webform .title.sub_title {
	font-size: 2rem;
}
.page_title {
	color: #0898BA;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 18px;
}

.progress-tracker.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.progress-tracker.row .col {
  flex: 1 0 15%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-tracker-inner {
	box-shadow: 0px 0px 12px #00000029;
	border-radius: 20px;
	height: 250px;
	width: 200px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.progress-tracker-ghost {
	height: 250px;
	width: 200px;
	padding: 0 10px;
	margin-bottom: 20px;
}
i {
	height: 250px;

}
.progress-tracker-inner a {
	color: #343434;
}

.progress-tracker-image {
	width: 50px;
	height: 50px;
	background: transparent url('../images/edit.png') 0% 0% no-repeat padding-box;
	display: block;
	clear: both;
	margin: 35px auto;
	vertical-align: middle;
}
.progress-tracker-image:hover {
	background: transparent url('../images/edit-hover.png') 0% 0% no-repeat padding-box;
}

.progress-tracker-inner.done {
	background-color: rgba(130,154,59,0.15);
	border: 1px solid #ddd;
}
/*
.progress-tracker-inner.not-done {
	background-color: rgba(226,87,76,0.15);
	border: 1px solid #ddd;
}
.progress-tracker-inner.not-required {
	background-color: rgba(233,172,2,0.15);
	border: 1px solid #ddd;
}
*/
.progress-tracker-image.done {
	background: transparent url('../images/check_mark.png') 0% 0% no-repeat padding-box;
	width: 59px;
	height: 59px;
}
.progress-tracker-image.done:hover {
	background: transparent url('../images/check_mark.png') 0% 0% no-repeat padding-box;
}

.progress-tracker-title {
	display: block;
	text-align: center;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	color: #343434;
	opacity: 1;
}

/* PREVIEW */
.tabs{
	display: none;
}
.webform-details-toggle-state {

}
.path-user .tabs {
	display: block;
}

label.webform-section-title {
	font-weight: 600;
}
/* FORM */
.webform-submission-form a {
	color: #95AF42;
}
.webform-submission-form a:hover {
	text-decoration: underline !important;
}
.description {
	margin-bottom: 30px;
	width: 100%;
}
.required-word {
	font-size: 1rem;
	font-weight: 600;
}
summary::marker {
	/*color: #fff;
	width: 1px;*/
}
.details-wrapper > section, .details-wrapper #ajax-wrapper > section, 
 section.box-wrapper,
#ac_first_date_table,
.details-wrapper > div > section
{
	box-shadow: 0px 0px 12px #00000029;
	border-radius: 20px;
	width: 100%;
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	padding: 0 2rem 2rem;
  	margin-bottom: 3rem !important;
}
.js-form-type-textarea .child {
	width: 100%;
}
/*
fieldset.fieldgroup {
    padding: 1rem;
}
.node--type-webform section, fieldset  {
	padding: 0;
}
.node--type-webform main > section > section {
	box-shadow: 0px 0px 12px #00000029;
	border-radius: 20px;
	width: 100%;
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	padding: 0 2rem 2rem;
  	margin-bottom: 3rem !important;
}
.user-login-form fieldset,
.profile fieldset,
form section > div > fieldset, 
form section > div > div > fieldset,
form section > div > div > div > fieldset,
form fieldset fieldset,
form section > div > div > div > div > fieldset,
form td fieldset,
.node--type-webform main > section,
.node--type-webform nav > section
 {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0 !important;
}

*/
section section section {
	padding-left: 0;
}
td section {
	padding: 0;
	margin-bottom: 0 !important;
}
.webform-flex section {
	padding-left: 0;
	padding-right: 0;
}
/*
.node--type-webform section > label{
	font-size: 24px;
	font-weight: 600;
	color: #343434;
	padding-bottom: 10px;
	clear: both;
}
.node--type-webform section > label.radio {
	font-size: 18px;
	font-weight: 400;
	color: #343434;
	padding-bottom: 0px;

}
*/
.webform-multiple-table td input[type="image"] + input[type="image"] {
    margin-left: 0;
}
div.child, .form-textarea-wrappers {
	width: 100%;
}
label, label.js-form-required {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	font-weight: 400;
}
	
.required-marker, .not-required-marker {
	display: flex;
  	flex-direction: column;
  	flex: 1;
}
.question {
	display: flex;
  	flex-direction: column;
  	flex: 50;
  	height: 50px;
    padding: 10px 5px;
    font-weight: 600;
}
.not-question {
	display: flex;
  	flex-direction: column;
  	flex: 1000;
  	height: 50px;
    padding: 10px 5px;
    font-weight: 600;
}
.form-item-other-admission-done {
	display: flex;
    display: inherit;
    padding-left: 0;
}
.form-check-input {

}

#edit-other-admission-done {
	position: relative;
    margin-top: 0;
    margin-left: 1rem;
}
.js-form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(../images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: .5em 0.3em;
}
.js-form-required .js-form-required::after {
	background: none;
	background-size: 0;
	width: 1px;
	margin: 0;
}
.required-marker {
	background-color: #95AF42;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px ;
	margin-right: 1rem;
	text-align: center;
	border-bottom: 5px solid red;
	/*height: 50px;*/
	font-size: 1rem;
	min-width: 150px;

}

.not-required-marker {
	background-color: #95AF42;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	margin-right: 1rem;
	font-size: 1rem;
	font-weight: 400;
}
.tabledrag-toggle-weight-wrapper {
	display: none;
}
.webform-options-display-one-column {
	padding-left: 100px;
}
button[data-drupal-selector=edit-banner-image-remove-button],
button[data-drupal-selector=edit-contact-website-add-submit],
button[data-drupal-selector=edit-director-contact-add-submit],
button[data-drupal-selector=edit-contact-add-submit],
button[data-drupal-selector=edit-pgrad-campus-add-submit],
button[data-drupal-selector=edit-curricular-focus-or-concentration-add-submit]
 {
	background-color: #FFF !important;
	color: #66B2BA;
	border: none;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;

}
button[data-drupal-selector=edit-banner-image-remove-button]:hover,
button[data-drupal-selector=edit-contact-website-add-submit]:hover,
button[data-drupal-selector=edit-director-contact-website-add-submit]:hover,
button[data-drupal-selector=edit-contact-add-submit]:hover

 {
	background-color: transparent;
	color: #66B2BA;
}
#edit-contact-website-add-more-items, #edit-contact-add-more-items, #edit-director-contact-add-more-items,
.js-form-item-contact-add-more-items, .js-form-item-contact-website-add-more-items, .js-form-item-director-contact-add-more-items  {
	display: none;
}
.webform-multiple-table.webform-multiple-table-responsive {
	width: 100%;
}
#edit-school-state-select {
	margin-top: 4px;
	width: 100%;
}
.webform-likert-table-wrapper {
	font-size: 12px;
}
#edit-deposits, .webform-section-wrapper {
	width: 100%;
}
/* PREVIEW */
.webform-submission-data--view-mode-preview 
#pharmd_schooldirectory--notify_title .child, .notify-title {
	color: red;
}
#edit-preview-prev {
	/*display: none; */
}
section.form-type-number {
	/*display: none;*/
}
.webform-progress .page_title {
	display: none;
}
.webform-progress {
	display: none;
}
/* webform.element.htlp */
.webform-element-help {
  display: inline-block;
  box-sizing: content-box;
  border: 2px solid #bbb;
  background: #bbb;
  line-height: 12px;
  height: 12px;
  width: 12px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  vertical-align: baseline;
  margin: .5em 0.3em;
}

.webform-element-help:focus,
.webform-element-help:active,
.webform-element-help:hover {
  border: 2px solid #0074bd;
  background: #0074bd;
  color: #fff;
  cursor: help;
}

.webform-element-help--title {
  font-weight: 600;
  font-size: .8rem;
  margin: 0 0 .2em 0;
}
.webform-element-help--content span {
	font-size: .8rem;
	line-height: auto;
}
.ui-tooltip.webform-element-help--tooltip {
  max-width: 400px;
}

@media only screen and (max-width : 400px) {
  .ui-tooltip.webform-element-help--tooltip {
    max-width: 300px;
  }
}

a.btn, span.btn a {
	color: #FFF !important;
	width: auto;
	font-size: 24px;
	font-weight: 400;
}
.locked {
	border: 1px solid #ddd;
	background-color: #efefef;
}
.school-banner-wrapper {
	display: none;
}
.notify-title, .locked-text {
	color: #C33609;
	border: 1px solid #C33609;
	padding: 10px;
	margin-top: 3rem;
	margin-bottom: 3rem;
	background: #F7E8E7 0% 0% no-repeat padding-box;
}
details {
	display:none;
}

.profile img {
	display:none;
}
.profile .field__label, .profile .field__item {
	display: inline-block;
}
.profile .field__label {
	font-weight: 400;
}

#edit-list-of-course-prerequisites-items .form-number {
	width: 70px;
}
.form-item-list-of-course-prerequisites tr th:nth-child(2),
.form-item-list-of-course-prerequisites tr th:nth-child(3s) {
	width: 33%;
}

.text-muted a {
	font-size: 1rem;
	color: #007bff;
}
.form-number.form-control {
	width: 5rem;
}

.form-textarea-wrapper {
	width: 100%;
}
input[data-counter-maximum="4"] {
	width: 4rem;
}
input[data-counter-maximum="200"] {
	width: 100%;
}
.webform-element a {
	color: #0898BA !important;
}   
.webform-multiple-table td .form-type-textfield input {
	margin-bottom: 1.2em;
}
.webform-section-wrapper .description a {
	color:#0898BA;
}
.webform-section-wrapper .description a:hover {
	text-decoration: underline !important;
}
.text-count, .text-count-message {
	font-size: .8rem;
	margin-bottom: 1em;
}
.webform-element-description {
	padding-left:0;
	padding-top: .5em;
}
p a {
	color:#0898BA;
}
p a:hover {
	text-decoration: underline !important;
}
.webform-multiple-table td .form-type-tel input {
	margin-bottom: 1.2em;
}
.form-item-program-description-value {
	width: 100%;
}


.school-banner.text {
	text-align: center;
	width: 100%;
	margin:0 auto;
	color: #fff;
	bottom: 0;
	background: #95AF42;
	padding: 1rem 0;
}
.school-banner.title {
	padding: 0 !important;
	padding-bottom: 0;
	padding-top: 2rem;
}
.school-banner .sub-title {
	font-size: 1.5rem;
}
.school-banner.title h1{
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
.school-banner.deadline {
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
}
.webform-details-toggle-state-wrapper {
	display: none;
}
.sub-title {
	font-size: 26px;
}
.webform-required {
	display: none;
}
.js-webform-radios-other-input {
	width: 100% !important;
}
#edit-actions--2 {
	display: none;
}

@media screen and (max-width: 1025px) {

	.question {
	    display: flex;
	    flex-direction: column;
	    flex: auto;
	    height: 50px;
	    padding: 10px 5px;
	    font-weight: 600;
	}
}
#print_button_bottom {
  display:  none;
}