@import '/dynamicStyles';

:root {
    --darkGrey: #757575;
    --tasselDarkGrey: #202020;
    --blueMid: #3277b3;
    --blueDarker: #2d6a9f;
    --blueDarkest: #224f77;
    --red: #d1332e;
    --redDarker: #bc2e29;
    --green: #367c36;
    --greenDarker: #2f6a2f;
    --tealMid: #1e7994;
    --tealDarker: #1a677f;
    --tealDarkest: #114655;
    --white: #FFF;
    --orange: #ad6200;
    --orangeDarker: #965500;
}


#InfoPanel { min-height:128px; }

.panel-primary {
  border-color: #202020 !important;
}
.btn-success[disabled] {
    border-color:#202020;
}

.btn-warning {
    background-color: var(--tasselDarkGrey) !important;
    border-color: var(--tasselDarkGrey) !important;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: var(--orange);
        border-color: var(--orangeDarker);
    }

.btn-danger {
    background-color: var(--red);
    border-color: var(--redDarker);
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: var(--red);
        border-color: var(--redDarker);
    }

.label-warning {
    background-color: var(--orange);
    font-size: 1.2rem;
}

.btn:hover, .btn:focus {
    filter: alpha(opacity=65);
    opacity: .65;
}

.mo-logo
{
	max-height:40px;
}

.header-school-logo {
  max-width: 270px;
  max-height: 140px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar,
.navbar-default
{
	background-color:white;
	background-image:none;
	border-bottom-color:#ccc;
}

#SchoolColor1,
#SchoolColor2
{
	display:block;
	height:30px;
}

#LogoBg
{
	height:60px;
	left:0;
	position:absolute;
	top:0;
}

#LeftWhite
{
	background:white;
	height:60px;
	float:left;
	text-align:center;
	width:250px;
}

#LeftWhite img
{
	height:56px;
	margin-top:4px;
}

.zero-left-padding
{
	padding-left:-15px;
}

.ceremony-logo-container
{
	height:150px;
	width:150px;
	text-align:center;
}

#HomeLogo
{
	margin:20px 0;
}

#CeremoniesTitle
{
	margin:40px 0;
}

.trim-text {
	max-width: 90%;
	display: inline-block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Nick css */
.word-wrap {
	word-wrap: break-word;
}

.radio { margin-left: 20px;}

.margin-center {
	margin: 0 auto;
}

.weight-normal {
	font-weight: 400;
}

[class*="margin"][class*="margin-none"] {
  margin: 0;
}

[class*="margin"][class*="margin-auto"] {
  margin-left: auto;
  margin-right: auto;
}

[class*="x"][class*="m05x"] {
  margin-left: 5px;
  margin-right: 5px;
}

[class*="x"][class*="m10x"] {
  margin-left: 10px;
  margin-right: 10px;
}

[class*="x"][class*="m15x"] {
  margin-left: 15px;
  margin-right: 15px;
}

[class*="x"][class*="m20x"] {
  margin-left: 20px;
  margin-right: 20px;
}

[class*="x"][class*="m30x"] {
  margin-left: 30px;
  margin-right: 30px;
}

[class*="y"][class*="m05y"] {
  margin-top: 5px;
  margin-bottom: 5px;
}

[class*="y"][class*="m10y"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

[class*="y"][class*="m15y"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

[class*="y"][class*="m20y"] {
  margin-top: 20px;
  margin-bottom: 20px;
}

[class*="y"][class*="m30y"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

[class*="xy"][class*="m05xy"] {
  margin: 5px;
}

[class*="xy"][class*="m10xy"] {
  margin: 10px;
}

[class*="xy"][class*="m15xy"] {
  margin: 15px;
}

[class*="xy"][class*="m20xy"] {
  margin: 20px;
}

[class*="xy"][class*="m30xy"] {
  margin: 30px;
}

[class*="top"][class*="m05top"] {
  margin-top: 5px;
}

[class*="top"][class*="m10top"] {
  margin-top: 10px;
}

[class*="top"][class*="m15top"] {
  margin-top: 15px;
}

[class*="top"][class*="m20top"] {
  margin-top: 20px;
}

[class*="top"][class*="m30top"] {
  margin-top: 30px;
}

[class*="bottom"][class*="m05bottom"] {
  margin-bottom: 5px;
}

[class*="bottom"][class*="m10bottom"] {
  margin-bottom: 10px;
}

[class*="bottom"][class*="m15bottom"] {
  margin-bottom: 15px;
}

[class*="bottom"][class*="m20bottom"] {
  margin-bottom: 20px;
}

[class*="bottom"][class*="m30bottom"] {
  margin-bottom: 30px;
}

[class*="left"][class*="m05left"] {
  margin-left: 5px;
}

[class*="left"][class*="m10left"] {
  margin-left: 10px;
}

[class*="left"][class*="m15left"] {
  margin-left: 15px;
}

[class*="left"][class*="m20left"] {
  margin-left: 20px;
}

[class*="left"][class*="m30left"] {
  margin-left: 30px;
}

[class*="right"][class*="m05right"] {
  margin-right: 5px;
}

[class*="right"][class*="m10right"] {
  margin-right: 10px;
}

[class*="right"][class*="m15right"] {
  margin-right: 15px;
}

[class*="right"][class*="m20right"] {
  margin-right: 20px;
}

[class*="right"][class*="m30right"] {
  margin-right: 30px;
}

.padding-1em {
  padding: 1em;
}

.no-padding-x {
  padding-left: 0;
  padding-right: 0;
}

[class*="padding-none"] {
  padding: 0;
}

[class*="x"][class*="p05x"] {
  padding-left: 5px;
  padding-right: 5px;
}

[class*="x"][class*="p10x"] {
  padding-left: 10px;
  padding-right: 10px;
}

[class*="x"][class*="p15x"] {
  padding-left: 15px;
  padding-right: 15px;
}

[class*="x"][class*="p20x"] {
  padding-left: 20px;
  padding-right: 20px;
}

[class*="x"][class*="p30x"] {
  padding-left: 30px;
  padding-right: 30px;
}

[class*="y"][class*="p05y"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

[class*="y"][class*="p10y"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

[class*="y"][class*="p15y"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

[class*="y"][class*="p20y"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

[class*="y"][class*="p30y"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

[class*="xy"][class*="p05xy"] {
  padding: 5px;
}

[class*="xy"][class*="p10xy"] {
  padding: 10px;
}

[class*="xy"][class*="p15xy"] {
  padding: 15px;
}

[class*="xy"][class*="p20xy"] {
  padding: 20px;
}

[class*="xy"][class*="p30xy"] {
  padding: 30px;
}

[class*="top"][class*="p05top"] {
  padding-top: 5px;
}

[class*="top"][class*="p10top"] {
  padding-top: 10px;
}

[class*="top"][class*="p15top"] {
  padding-top: 15px;
}

[class*="top"][class*="p20top"] {
  padding-top: 20px;
}

[class*="top"][class*="p30top"] {
  padding-top: 30px;
}

[class*="top"][class*="p100top"] {
  padding-top: 100px;
}

[class*="bottom"][class*="p05bottom"] {
  padding-bottom: 5px;
}

[class*="bottom"][class*="p10bottom"] {
  padding-bottom: 10px;
}

[class*="bottom"][class*="p15bottom"] {
  padding-bottom: 15px;
}

[class*="bottom"][class*="p20bottom"] {
  padding-bottom: 20px;
}

[class*="bottom"][class*="p30bottom"] {
  padding-bottom: 30px;
}

[class*="left"][class*="p05left"] {
  padding-left: 5px;
}

[class*="left"][class*="p10left"] {
  padding-left: 10px;
}

[class*="left"][class*="p15left"] {
  padding-left: 15px;
}

[class*="left"][class*="p20left"] {
  padding-left: 20px;
}

[class*="left"][class*="p30left"] {
  padding-left: 30px;
}

[class*="right"][class*="p05right"] {
  padding-right: 5px;
}

[class*="right"][class*="p10right"] {
  padding-right: 10px;
}

[class*="right"][class*="p15right"] {
  padding-right: 15px;
}

[class*="right"][class*="p20right"] {
  padding-right: 20px;
}

[class*="right"][class*="p30right"] {
  padding-right: 30px;
}

button.active, button.activated, button:active, button:hover, button:focus {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.inline-block {
  display: inline-block !important;
}

.container-img-responsive img{
	display: block;
    max-width: 100%;
    height: auto;
}

button+.progress {
	margin-top:20px;
}
.progress .bar {
	background:#d6492b !important;
	color:white;
	font-weight: lighter;
	padding-left:10px;
}

.alert-warning {
	color: white;
	background: #CA5E59;
}

.profileImage {
	max-width: 226px !important;
}

.note {
	font-size: .8em; font-weight: bold;
}

.guestverification__error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.guestverification__content-body {
    margin-top: 95px;
}

.footer-credit {
  color: var(--tasselDarkGrey);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/**************** CALLFIRE ****************/

#Recording_Button_Container .progress {
  margin-bottom: 0px;
}
#Microphone_Loudness {
  background: green;
  height: 10px;
  width: 200px;
  display:block;
  margin-top: 30px;
}

.recording #Microphone_Loudness {
  background: red !important;
}

#Recording_Button {
  background: green;
  border: none !important;
  outline-color: none !important;
  outline-width: 0px !important;
  color: white;
  width: 230px;
}

.recording #Recording_Button {
  border: none !important;
  outline-color: none !important;
  outline-width: 0px !important;
  background:red;
}

.recording #Microphone_Loudness {
  border-color:red;
}

.recording .progress .bar {
  background: red !important;
}

.notrecording .progress .bar {
  background: green !important;
}

.loudness-label
{
  position: absolute;
}
#VoiceRecordingPlayer {
  width: 100%;
}

#RecordingDevicesMenu h4 {
  margin: 5px;
}

div.survey-completed-icon {
    display:inline-block;
    background-color: green;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

div.survey-completed-icon span {
    color: white;
    margin-left: 7px;
    margin-right: 6px;
}

.spinner {
    position: fixed !important;
    width: 100vw !important;
    left: 0px !important;
    top: 0px !important;
    height: 100vh;
    background: rgba(0,0,0,.4);
    padding-left: 50%;
    padding-top: 50%;
}

.spinner div {
        margin-top: 25%;
}

a {
    color: #0000EE;
}

a:hover {
    color: #0000EE;
}

.limited option:disabled {
    font-style: italic;
}

.limited option:enabled {
    font-weight: bolder;
}

.limited input[type='checkbox']:disabled {
    font-style: italic;
}

.limited input[type='checkbox']:enabled {
    font-weight: bolder;
}

.limited input[type='checkbox']:disabled ~ * {
    font-style: italic;
}

.limited input[type='checkbox']:enabled ~ * {
    font-weight: bolder;
}

.limited input[type='radio']:disabled {
    font-style: italic;
}

.limited input[type='radio']:disabled ~ * {
    font-style: italic;
}

.limited input[type='radio']:enabled {
    font-weight: bolder;
}

.limited input[type='radio']:enabled ~ * {
    font-weight: bolder;
}

.limited *:disabled {
    font-style: italic;
}

.invalidDropdown {
    color: red;
    font-weight: bold;
}

.validationError {
    color: red;
    font-weight: bold;
}

.editorfullcontrols {
    text-align: center;
}

.inline {
    display: inline;
}

.inline-delete-confirmation button {
    margin-left: 1em;
}

.no-graduate-warning {
    text-align: center;
}

.radio-clear-button {
    margin-top: .5em;
}

.help-row {
    margin-top: 10em;
    padding-bottom: 2em;
}

.help-title {
    font-size: 4rem;
    color: black;
}

.help-body .panel {
    border: none;
}

.help-body a {
    text-decoration: underline;
    font-size: 2rem;
}

.help-body p {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.help-body .panel-primary {
    border: none;
    box-shadow: none;
}

.warning-text {
    color: var(--red)
}

.survey-warning {
    background-color: var(--tasselDarkGrey);
    border-color: var(--tasselDarkGrey);
    padding: 4px;
    color: white;
}

.translucent-legend {
    opacity: 0%;
    font-size: 1px;
}

.icon-green {
    color: green
}

.icon-red {
    color: red
}

.panel-site-announcement {
    padding: 10px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    background-color: #ecf7fb;
    color: #3089af;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.panel-site-announcement-title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3089af;
    color: #3089af;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.panel-site-announcement-icon {
    color: #3089af;
}

a:not(.btn) {
    text-decoration: underline !important;
}

a:not(.btn):hover {
    font-weight: bold !important;
}

.caps_lock_message {
    margin-bottom: 0;
    height: 15px;
    text-align: center;
}
