/*/////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////THIS IS THE MAIN STYLE PAGE////////////////////////////////////
//////////////////////////////////////////PLACE ALL VARIABLES HERE/////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////// COLORS //////////////////////////////////////////////*/
/* /////////////////////////////////// PADDING ////////////////////////////////////////*/
/* //////////////////////////////// BORDER RADII //////////////////////////////////////*/
/* ///////////////////////// CALCULATIONS AND FUNCTIONS //////////////////////////////*/
/* ////////////////////////////////////////////// MISC /////////////////////////////////////////////////////*/
/*////////////////////////////////////////////// MIXINS ////////////////////////////////////////////////////*/
.bold {
  font-weight: bold;
}
.no-bullets {
  list-style: none;
}
.wrapper {
  overflow-y: auto;
  position: fixed;
}
.wrapper-margin {
  margin: 20px;
}
.wrapper-display {
  display: inline-block;
}
.atlwdg {
  z-index: 99999;
  background: none;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.deleted {
  text-decoration: line-through;
}
.relative {
  position: relative;
}
.no-padding {
  padding: 0 !important;
}
.pad-left-20 {
  padding-left: 20px !important;
}
.no-margin {
  margin: 0 !important;
}
.disappear {
  animation: disappear .1s linear;
}
.reappear {
  animation: reappear .1s linear;
}
.vertical-center-children {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.center-self {
  align-self: center;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.maybe-scroll {
  overflow-y: auto;
}
.always-scroll {
  overflow-y: scroll;
}
.flex {
  display: flex;
}
.column-flex {
  display: flex;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.pointer {
  cursor: pointer;
}
.absolute {
  position: absolute;
}
.absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.nopacity {
  opacity: 0;
}
.inline-flex {
  display: inline-flex;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.pointer {
  cursor: pointer;
}
/*//////////////////////////////////////////// TAG STYLING /////////////////////////////////////////////////*/
html {
  position: relative;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
a {
  color: #006B99;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.active a {
  border-color: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
  color: #ffffff;
}
li.active a {
  background: #ffffff;
}
h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
canvas {
  margin-top: 5px;
}
select {
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: normal;
  width: 100%;
}
input {
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: normal;
  color: #000;
}
textarea {
  resize: vertical;
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: normal;
  color: #000;
  width: 100%;
}
/* //////////////////////////////////////////////// DIRECTIVE TAGS ////////////////////////////////////////*/
password-validation-directive ul {
  list-style-type: none;
  padding-left: 10px;
}
password-validation-directive li {
  text-align: left;
}
/*//////////////////////////////////////////// CONTAINERS ////////////////////////////////////////////////*/
.container-panel {
  padding: 82px 0 60px 40px;
  margin: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.container-panel.container-hide-sidebar {
  padding-left: 0;
}
.container-panel.container-hide-header {
  padding-top: 0;
}
.container-panel.container-hide-footer {
  padding-bottom: 0;
}
.row {
  margin: 0;
}
.query-sidepanel-table-container {
  max-height: 400px;
  overflow-y: auto;
}
.subject-forms-wrapper {
  overflow-y: auto;
  position: fixed;
  height: calc(100% - (245px));
  width: calc(100% - (40px));
}
.home-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  min-width: 700px;
  height: 100vh;
}
.page-wrapper {
  overflow-y: auto;
  position: fixed;
  padding: 15px;
  height: calc(100% - (130px));
  width: calc(100% - (40px));
}
.form-wrapper {
  height: calc(100% - (39px));
}
.container-fluid {
  margin: 0;
  padding: 0;
}
.question-wrapper,
.input-wrapper {
  margin: 20px;
  width: calc(35% - (40px));
  display: inline-block;
}
.status-wrapper {
  margin: 20px;
}
.clear-input-wrapper {
  margin-top: 20px;
  width: calc(5% - (40px));
  display: inline-block;
}
.validations-wrapper {
  margin: 10px 0;
  display: inline-block;
}
.whitespace:first-child {
  white-space: pre-wrap;
}
.message-status-wrapper,
.message-status-wrapper-child {
  padding: 20px 0;
  width: calc(25% - (40px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.messages-wrapper-target-class {
  margin: 10px 0;
}
/* ////////////////////////////////// BUTTONS //////////////////////////////////////*/
.btn-default {
  border-color: #ccc;
  background-image: none;
  background-color: #f8f8fc;
}
.btn-default:active,
.btn-default.active,
.btn-default:hover,
.btn-default:focus {
  background-position: 0;
  background-image: none;
  background-color: #DFDFE2;
}
.btn-primary {
  border-color: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006089 100%);
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-position: 0;
  background-image: linear-gradient(to bottom, #006089 0%, #006B99 100%);
}
.btn-danger {
  border-color: #CC3214;
  background-image: linear-gradient(to bottom, #CC3214 0%, #b72d12 100%);
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-position: 0;
  background-image: linear-gradient(to bottom, #b72d12 0%, #CC3214 100%);
}
/* ////////////////////// SUBJECT UPLOAD /////////////////////////////////////// */
.export-button-container {
  display: flex;
  flex-wrap: wrap;
}
.form-scroll-container {
  width: calc(100% - (40px));
  height: calc(100% - (250px));
}
.export-button-container > button {
  margin-left: 2px;
  margin-bottom: 2px;
}
.subject-buttons-container {
  display: flex;
  justify-content: center;
}
.subject-buttons-container > button {
  margin: 0 3px;
}
.atlwdg-trigger {
  z-index: 99999;
  background: none;
}
.atlwdg-trigger .atlwdg-TOP {
  left: calc(50% - (54px));
  border: none;
  font-weight: normal;
  font-family: inherit;
  z-index: 99999;
  background: none;
}
.hide-atlwdg-trigger > .atlwdg-trigger.atlwdg-TOP {
  display: none;
}
.warning-div {
  padding: 5px;
  color: #CC3214;
}
/* ////////////////////////////// TAKEOVER STYLES //////////////////////////////////// */
.takeover-message-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.takeover-message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: -200px;
}
.takeover-message {
  font-size: 18px;
  margin: 15px;
  color: #006B99;
  text-align: center;
}
.takeover-error {
  width: 90%;
  max-height: 900px;
  overflow: auto;
}
/*//////////////////// MISC ////////////////*/
.green {
  color: green;
}
.orange {
  color: orange;
}
.label-primary {
  background-color: #006B99;
}
.disabled-text {
  color: #cccccc;
}
/* ////////////////// ANIMATIONS /////////// */
@keyframes reappear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*////////////////////////////////GENERAL PAGE AND CONTAINERS////////////////////////////////*/
/*#user-page * {
    box-sizing: border-box;
    position: relative;
}

.profile-information {
    margin-top: 3vh;
    height: 70vh;
    border-radius: 2vh;
    box-shadow: 0vh 2vh 3vh rgba(122, 136, 155, 0.5);
    background-color: rgba(224, 237, 255,0.5);
    position: relative;
}

.profile-column {
    height: 60vh;
}

.descriptions, pre {
    font-weight: bolder;
}*/
/*#user-page .btn-default {
    flex: 1;
}

.name {
    font-size: 4vw;
    margin-top: 20%;
}*/
.name {
  font-size: 30px;
}
.username {
  margin-left: 1vw;
  font-size: 20px;
  /*color: rgba(0,107,153,0.7);*/
}
.site-container {
  margin-bottom: 2vh;
  width: 30vw;
}
.table-container {
  max-height: 20vh;
  overflow: auto;
}
.table-borders {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
div.site-container,
.margin {
  margin-top: 30px;
}
.profile-column h3 {
  margin-top: 10px;
  color: #0a0a0a;
}
.role-container {
  margin-top: 10px;
  height: 50vh;
  overflow: auto;
}
/*.site-description {
    color: rgba(0,107,153,0.7);
    font-weight: bolder;
    font-size: 1vh;
    .center-self;
    margin-left: 1vh;
}*/
/*.button-container {
    padding: 0;
    .flex;
    flex-wrap: wrap;
}

.role-container {
    margin-top: 10%;
    border: 5px inset rgb(0,127,173);
    height: 80%;
    overflow: scroll;
    padding: 2vh;
    background-color: rgb(255, 255, 255);
}

.button-top, .button-bottom, .rotater {
    text-align: center;
    transition: all ease-in-out 0.5s;
    height: 10vh;
    width: 25vw;
    font-size: 1vw;
    backface-visibility: hidden;
    top: 0;
    .column-flex;justify-content: center;
    color: rgb(234, 238, 242);
}

.button-top {
    background-color: rgb(52, 80, 112);
    transform-origin: 0% 100%;
}

.button-bottom {
    background-color: rgb(0,107,153);
    transform: rotateX(-90deg);
    transform-origin: 0% 0%;
}

.rotater {
    top: 0;
}

.threeD {
    transform: rotateX(90deg);
}

.threeE {
    transform: rotateX(0deg);
    top: 0;
}

.translate {
    transform: translateY(-5vh);
}

@media screen and (max-width: 1200px) {
    .button-top, .button-bottom, .rotater {
        font-size: 2vw;
    }
}

@media screen and (max-width: 768px) {
    .profile-column {
        height: 30vh;
    }

    .names-sites {
        height: 15vh;
    }

    .name {
        margin-top: 10%;
        font-size: 4vh;
    }

    .username {
        font-size: 2vh;
    }

    .role-container {
        margin-top: 20%;
    }

    .username {
        color: rgba(0,107,153,0.7);
    }

    .site-container {
        height: 8vh;
    }
}

@media screen and (max-width: 500px) {
    .profile-information {
        height: 80vh;
        margin-top: 1vh;
    }

    .name {
        font-size: 5vh;
    }

    .username, .site {
        font-size: 2vh;
    }

    .profile-column {
        height: 30vh;
    }

    .names-sites{
        height: 30vh;
    }
    .role-container {
        margin-top: 0;
        height: 90%;
    }
}*/
/*//////////////////////// VALIDATIONS //////////////////////////*/
.validation-message-intensity-0 {
  color: #23527c;
}
.validation-message-intensity-1 {
  color: #f7464a;
}
.validation-message-intensity-2 {
  color: #f7464a;
  font-weight: 900;
}
/* /////////////////////// NOTIFICATIONS ////////////////////////// */
.toast-warning {
  background-color: #ff7c24;
}
.glyphicon-question-sign {
  color: red;
}
.alert-cell {
  color: red;
}
.loading {
  text-align: center;
  color: #006B99;
  font-size: 128px;
}
ng-messages {
  color: red;
}
.expired {
  color: red;
  background-color: navajowhite;
  padding: 5px;
}
.expiring-soon {
  color: #ff7c24;
  background-color: cornsilk;
  padding: 5px;
}
.ok {
  color: green;
}
.info-message-text {
  color: green;
}
.warning-message-text {
  color: orange;
}
.error-message-text {
  color: red;
  font-weight: bold;
}
.notification-defaults {
  z-index: 99999;
  position: absolute;
}
.notification-top-bar {
  /* TBD */
}
.notification-tab {
  background-color: #bd362f;
  right: 0px;
  padding: 14px;
  margin-top: 100px;
  opacity: 0.8;
  color: #ffffff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: #999999 0px 0px 12px 0px;
  max-width: 160px;
}
.notification-tab-expanded > .fa-exclamation-triangle {
  font-size: 2em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~ spans (unused?) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.span-complete {
  color: #63b0b2;
}
.span-pending {
  color: #6180ba;
}
.span-source {
  color: #a170ad;
}
.span-translation {
  color: #57babd;
}
.span-narrative {
  color: #7aa2d4;
}
.span-dossier {
  color: #61acc4;
}
/* PLACE HOLDER FOR WHEREVER THE USER INPUT CSS WILL LAND */
.yellowTest {
  color: blue;
  z-index: 99999;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-animation-name: lower_head;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  -webkit-animation-play-state: active;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes lower_head {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 10px;
    font-size: 60px;
    background-color: yellow;
  }
}
/* ///////////////////////// STUDY LOADER /////////////////////////// */
.study-loader-wrapper {
  padding: 20px;
  max-height: 860px;
  overflow: auto;
}
.column-key-assignment {
  margin: 20px;
}
.column-key-assignment > div > ul {
  margin: 20px 0;
}
.study-upload-box {
  margin: 30px;
}
.study-upload-input {
  margin: auto;
}
.study-loader-nav-box {
  text-align: center;
  margin-top: 40px;
}
.site-and-subject-selection {
  text-align: center;
}
.study-loader-sidepanel {
  max-height: 860px;
  overflow: auto;
  padding: 0 2px;
  border-left: 1px solid grey;
}
/*////////////////////////////// PRINT/EXPORT PAGE STYLING //////////////////////////////////////*/
.paper-container ul {
  list-style: none;
}
.print-containment-div {
  padding: 10px;
  margin: 10px;
  border: 1px solid black;
}
.print-form-scroll {
  height: 65vh;
  overflow-y: auto;
}
.print-version {
  height: 20vh;
}
.export-version {
  height: 10vh;
}
.something-center {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.display-printed {
  height: calc(45vh - (20px));
}
.display-exported {
  height: calc(55vh - (20px));
}
.display-chosen {
  overflow-y: auto;
}
.subform-inline {
  display: inline-block;
}
/* //////////////////////////// PRINT PREVIEW ///////////////////////////////////// */
#print-forms-area {
  width: 100%;
  position: absolute;
  display: none;
  height: 100%;
}
.print-view-formheader {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* ////////////////////////// MEDIA QUERY (PRINT) /////////////////////////////// */
@media print {
  body {
    font-size: 8px;
    background: none;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  span {
    font-size: 8px;
    color: #ffffff;
  }
  .span-complete {
    color: #63b0b2;
  }
  .span-pending {
    color: #6180ba;
  }
  .span-source {
    color: #a170ad;
  }
  .span-translation {
    color: #57babd;
  }
  .span-narrative {
    color: #7aa2d4;
  }
  .span-dossier {
    color: #61acc4;
  }
}
.modal-login .modal-dialog {
  width: 100%;
  background: none;
  text-align: center;
  position: fixed;
  top: calc(50% - (150px));
  overflow-y: auto;
  bottom: 30px;
}
.modal-login .modal-content {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal-login .modal-title {
  font-size: 24px;
  margin: 10px;
}
.modal-login .modal-body {
  margin: 0 auto;
  width: 340px;
  background: none;
}
.modal-login .modal-body input {
  margin: 10px 0;
}
.modal-login .modal-links {
  margin: 10px 0;
}
.modal-login .btn {
  padding: 10px 20px;
  margin: 10px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.alert {
  margin-bottom: 0;
}
.modal .alert {
  margin: 0 0 15px 0;
}
.modal-header {
  background-color: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
  color: #ffffff;
}
.modal-footer {
  background-color: #f8f8fc;
}
.modal-section {
  font-weight: bolder;
}
.disclaimer strong,
.disclaimer p {
  margin-bottom: 2rem;
}
.disclaimer strong {
  display: block;
}
.browser {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  top: 30%;
}
.browser h3 {
  text-align: center;
}
.browser p {
  font-size: 1.5rem;
}
.browser div {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.browser div button {
  display: inline-block;
}
.modal-content {
  min-width: 400px;
}
.syn-modal {
  max-height: 1000px;
  min-height: 500px;
  border: 2px solid #006B99;
}
.syn-modal-header {
  background-color: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
  min-width: 400px;
  padding-top: 25px;
  z-index: 1000001;
}
.syn-modal-header h1,
.syn-modal-header h2,
.syn-modal-header h3,
.syn-modal-header h4,
.syn-modal-header h5,
.syn-modal-header h6,
.syn-modal-title {
  font-size: 30px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.syn-modal-body {
  background-color: #ffffff;
  overflow-y: auto;
  min-width: 400px;
}
.syn-modal-body p {
  padding: 20px;
  white-space: pre-wrap;
}
.syn-modal-body h1,
.syn-modal-body h2,
.syn-modal-body h3,
.syn-modal-body h4,
.syn-modal-body h5,
.syn-modal-body h6 {
  font-size: 30px;
  color: #006089;
  width: 100%;
  text-align: center;
}
.syn-modal-footer {
  min-width: 400px;
  background-color: #eee;
}
.demo {
  height: 100px;
}
.demo-img {
  height: 15%;
  width: 15%;
}
.demo-input {
  padding: 0;
}
.subform-modal-cell {
  text-indent: 0;
  font-size: 20px;
  display: flex;
}
.subform-modal-row p {
  padding: 0 !important;
  padding-left: 20px !important;
  margin: 0 !important;
  white-space: normal;
}
.subform-modal-table {
  padding-left: 20px !important;
}
.subform-modal-table p {
  padding: 0 !important;
  padding-left: 20px !important;
  white-space: normal;
}
.subform-modal-row {
  text-indent: 0;
  font-size: 20px;
  display: flex;
  overflow-y: auto;
  padding: 0px 10px 0px 10px !important;
  max-height: none !important;
  max-width: 60%;
  min-width: 50%;
  border: 10px solid #eee;
  border-left: 5px solid #ddd;
}
.subform-modal-header {
  text-align: left !important;
  padding: 10px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  border-left: 5px solid #006089;
  color: #006B99;
}
.save-status-table-data {
  word-wrap: break-word;
  max-width: 300px;
}
@media screen and (max-height: 800px) {
  .modal-login .modal-dialog {
    top: 15vh;
  }
}
@media screen and (max-height: 600px) {
  .modal-login .modal-dialog {
    top: 0vh;
  }
}
.footer {
  border-top: 1px solid #ddd;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 99999;
}
.footer img {
  height: 50px;
  padding: 8px;
}
.footer-brand {
  float: left;
}
.footer-copyright {
  padding: 15px;
  display: inline-block;
}
.footer-right {
  display: inline-block;
  float: right;
}
.footer-version {
  padding: 3px 10px;
}
.footer-social {
  padding: 2px 10px;
  float: right;
}
.footer-social span {
  font-size: 18px;
}
.login-brand {
  width: 100%;
  text-align: center;
  height: 200px;
  z-index: 99999;
}
.login-brand img {
  margin-top: 60px;
  height: 140px;
}
.label-box {
  margin: 5px;
  padding: 5px 10px;
}
.validation-icon {
  width: 15px;
  display: inline-block;
}
@media screen and (max-height: 800px) {
  .login-brand img {
    margin-top: 40px;
    height: 100px;
  }
}
.syncrony-hide {
  display: none;
}
.form-row {
  border-bottom: 1px solid #ddd;
}
.form-row:focus {
  outline: none;
}
.form-row-selected {
  box-shadow: 0 0 0 6px #e5f0f5 inset;
  border-left: 4px solid #006B99;
  border-right: 4px solid #eee;
  background-color: transparent !important;
}
.syncrony-default-infobar {
  background-color: #e5f0f5;
}
tr h4 {
  margin: 0;
}
.form-content {
  overflow-y: scroll;
  height: calc(100% - (210px));
  position: fixed;
  padding-bottom: 60px;
  /*border-top: solid 1px #a2a2a2;
    border-left: solid 1px #a2a2a2;
    border-bottom: solid 1px #a2a2a2;*/
}
.form-content-sidepanel-and-sidebar {
  width: 75%;
}
.form-content-no-sidebar-no-sidepanel {
  width: 100%;
}
.form-content-no-header-no-footer {
  height: calc(100% - (82px));
}
.form-content-no-sidepanel {
  width: calc(100% - (80px));
}
.form-view-wrapper {
  display: flex;
}
.tag {
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px;
  margin: 0 3px;
}
.tag-blank {
  border: none;
}
.tag-info {
  border-color: #aacaff;
  background-color: #e5f0f5;
}
.tag-success {
  border-color: #93d793;
  background-color: #f3fff3;
}
.tag-warning {
  border-color: #ffc661;
  background-color: #fff8f0;
}
.form-section-title {
  padding: 15px;
  background-color: #eee;
}
.unsaved {
  color: #ff872d !important;
}
/* ////////////////////////////////// FORM LOADER ////////////////////////////// */
.form-loader-sidepanel {
  overflow-y: scroll;
  position: fixed;
  margin-left: 75%;
  width: calc(25% - (40px));
  height: calc(100% - (220px));
}
/* ///////////////////////////////// SUBFORM CONTROL //////////////////////////// */
.deleted-subform {
  text-decoration: line-through;
}
.nav li.active .deleted-subform,
.nav li.active .deleted-subform:focus {
  background-color: #ffedd6;
  text-decoration: line-through;
}
.syn-warning {
  border-color: #dcdaff;
  background-color: #ffedd6;
}
.syn-delete {
  border-color: #d7b2ff;
  background-color: #fcc7ff;
}
.syn-info {
  border-color: #7aa2d4;
  background-color: #9fc1ff;
}
.no-bold {
  font-weight: normal;
}
/*Form Tool Box*/
.form-tool-item {
  margin: 5px 10px 5px 10px;
}
.form-tool-item span {
  margin: 5px;
}
.form-control {
  border-radius: 0;
}
.form-level-2 {
  margin-left: 50px;
}
.form-level-3 {
  margin-left: 100px;
}
/* //////////////////////////////////// FIELDS/MISC ////////////////////////////////*/
.nav-tabs {
  border-bottom: 0;
}
.subform-content {
  border-left: 50px solid #f8f8f8;
  /*border-top: 10px solid #f8f8f8;*/
  border-bottom: 10px solid #f8f8f8;
}
.fa-error {
  color: red;
}
.fa-ok {
  color: green;
}
.alert-default {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}
.flex-input {
  position: relative;
}
.flex-input p {
  text-align: right;
}
.align-status-icons {
  width: 75px;
  display: inline-block;
}
/*/////////////////////////////////// MEDIA QUERIES ///////////////////////////////*/
@media screen and (max-width: 1200px) {
  .form-content-sidepanel-and-sidebar {
    height: 55%;
  }
}
.navbar .container-fullwidth {
  margin: 0 15px 0 0;
}
.navbar-brand {
  font-size: 20px;
  height: 50px;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 50px;
  padding: 5px;
}
.navbar-warning {
  background-color: #bd362f;
}
.navbar {
  /*border-bottom: 1px solid @active-link;*/
  box-shadow: none;
}
.navbar-default {
  border: none;
  background: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
  color: #ffffff;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-shadow: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a {
  color: #ddd;
  background: none;
}
.navbar-nav > li > .dropdown-menu {
  background: #006B99;
}
.navbar-nav .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  color: #000;
}
.nav li.active a,
.nav li.active a:hover,
.nav li.active a:focus {
  background: #eee;
  color: #000;
}
#nav-form-search {
  flex-grow: 1;
  margin-left: 50px;
  display: flex;
}
#nav-form-search .dropdown-menu {
  left: unset;
}
#nav-groups-dd {
  flex-grow: 2;
  line-height: 2;
}
.subject-wrapper .groups-header-wrapper span {
  margin: 0 10px;
  line-height: 2;
}
.header {
  position: fixed;
  z-index: 1005;
  top: 50px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  height: 32px;
  border-bottom: 1px solid #ddd;
}
.header .header-breadcrumbs {
  float: left;
  display: inline-block;
}
.header .header-information {
  display: inline-block;
  padding: 7px;
}
.header .header-search {
  float: right;
  display: inline-block;
}
.header .btn {
  padding: 6px 12px;
  margin: 0;
}
.header .style-switcher {
  position: relative;
  left: 10px;
  top: 5px;
  font-size: 14px;
}
.header .style-switcher:hover {
  text-decoration: none !important;
}
.header .study-switch-item {
  cursor: pointer;
}
.input-group-addon:last-child {
  width: auto;
}
.progress {
  margin: 5px;
  border-radius: 0;
}
.progress-dashboard {
  height: 32px;
  margin: 15px 0;
}
.progress-dashboard .progress-bar {
  padding-top: 5px;
  background-image: none;
}
.progress-bar-complete {
  background-color: #63b0b2;
}
.progress-bar-pending {
  background-color: #6180ba;
}
.progress-bar-source {
  background-color: #a170ad;
}
.progress-bar-translation {
  background-color: #57babd;
}
.progress-bar-narrative {
  background-color: #7aa2d4;
}
.progress-bar-dossier {
  background-color: #61acc4;
}
.progress-dashboard {
  height: 16px;
  margin: 10px 0;
}
.progress-dashboard .progress-bar {
  padding-top: 0;
}
.table {
  margin: 0;
}
.table-spreadsheet thead tr td {
  border: none;
  color: #ffffff;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}
.table-spreadsheet tbody tr td {
  border: none;
  padding: 8px 10px;
  max-width: 400px;
  min-width: 70px;
  overflow: hidden;
  white-space: nowrap;
}
.table-spreadsheet .editing-row {
  white-space: normal;
  font-weight: bold;
}
.table-scrollable {
  height: 100%;
  overflow-y: visible;
  overflow-x: scroll;
  margin-left: 160px;
}
.table-centered tr td {
  text-align: center;
}
.table-centered thead tr td {
  border-bottom: 0;
  padding: 20px 0 5px 0;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
}
.table-centered tbody tr td {
  border-top: 0;
  padding: 5px 0 20px 0;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  font-size: 18px;
}
.table-clickable tbody tr {
  cursor: pointer;
}
.td-site {
  background-color: #6180ba;
}
.td-safety {
  background-color: #7aa2d4;
}
.td-backlog {
  background-color: #63b0b2;
}
.td-adjudication {
  background-color: #a170ad;
}
.td-accent {
  background-color: #e5ebf5;
}
.blacked-cell {
  background-color: #25294d;
}
.pagination {
  margin: 0;
}
thead span {
  font-size: 10px;
}
thead a {
  color: #000;
}
td select {
  margin: 0;
  width: 100%;
}
td input {
  margin: 0;
  width: 100%;
}
td textarea {
  margin: 0;
  width: 100%;
  min-width: 300px;
}
td .dropdown-menu {
  position: initial;
}
td input[type=text]:not(.date-picker):not(.text-center) {
  min-width: 200px;
}
td .btn {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0;
  color: #000;
}
td div {
  margin: 0;
}
.input-cell {
  padding: 2px !important;
}
.table-default thead td {
  font-weight: bold;
}
.selected-row {
  color: #006B99;
}
.table-hover > tbody > tr:hover {
  background-color: #f1f5fb !important;
}
.v2-summary {
  margin-top: 10px;
  margin-bottom: 34px;
}
.v2-summary .grid {
   height: 70vh !important;
}
.summary-row {
  position: relative;
}
.subform-summary {
  margin: 20px 35px 30px 20px;
  height: calc((55.8px * 6) + 23px);
  width: calc(100% - (40px));
  background-color: #a6a6a6;
  overflow: auto;
}
.subform-summary-cell:hover {
  background-color: #eaf2ff;
}
.subform-summary-cell ul {
  padding: 0px 8px 0px 8px;
  margin-left: 10px;
}
.subform-name {
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  width: 200px;
  height: 55.8px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  overflow-y: hidden;
  font-weight: bold;
}
.subform-name p {
  margin: 0;
}
.subform-summary-cell {
  background-color: white;
  position: relative;
  border-right: 1px solid #ddd;
  height: 55.8px;
  max-width: 150px;
  min-width: 150px;
  cursor: pointer;
}
.subform-table-row {
  display: block;
  max-height: 38px;
  overflow: hidden;
}
.fixed-row {
  position: absolute;
  z-index: 1;
  background-color: #eee;
}
.fixed-row:hover,
.table-controls:hover {
  background-color: #888;
}
.buffer-cell {
  min-width: 200px;
}
#cornerstone:hover {
  background-color: #eee;
}
.table-control {
  font-weight: bold;
  line-height: 90%;
  z-index: 2;
}
.subform-overlay {
  position: absolute;
  bottom: 0;
  left: 1px;
  height: 1em;
  width: calc(100% - (2px));
  background-color: inherit;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  cursor: pointer;
  word-break: break-word;
}
.table-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: inherit;
  width: 100%;
  padding-bottom: 3px;
  height: 1em;
  opacity: .8;
}
.engaged-table-controls {
  height: 2em;
  opacity: 1;
  padding-left: 2px;
}
.summary-row {
  background-color: #ffffff;
  transition: .25s;
}
.subform-ctrl {
  margin: 0 10px 0 10px;
}
.subform-summary-table {
  width: auto;
}
.blue {
  background-color: #e5f0f5;
}
.blue-overlay {
  background-color: inherit;
}
.white {
  background-color: white;
}
.vertical-align {
  font-size: 18px;
  line-height: 30px;
}
.summary-table-unsaved-form {
  color: #cccccc;
}
/* ~~~~~~~~~~~~~~~ unused? ~~~~~~~~~~~~~~~~~~*/
.table-tight {
  /*font-size: 8px;*/
}
.table-tight thead tr td {
  padding: 3px;
  background-color: #DFDFE2;
}
.table-tight tbody tr td {
  padding: 3px;
}
.table-tight .tab-cell {
  padding-left: 50px;
}
.table-tight .title-row {
  background-color: #DFDFE2;
}
.btn-right {
  float: right;
}
.inline {
  display: inline;
}
h1 span {
  font-size: 22px;
}
.chart-bar {
  height: 350px;
}
.chart-doughnut {
  height: 220px;
}
.form-control {
  font-size: 13px;
  height: auto;
}
chart-legend ul {
  list-style-type: none;
}
chart-legend li span {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
}
.disabled-pointer {
  cursor: not-allowed;
}
fieldset[disabled] .vas-continuum-img {
  cursor: not-allowed;
}
fieldset[disabled] input[type="range"] {
  cursor: not-allowed;
}
fieldset[disabled] .fa-calendar-o {
  cursor: not-allowed;
}
.form-control.unit-measure {
  width: 25%;
  display: inline;
}
select.form-control.unit-measure {
  margin-left: 10px;
}
.input-group .form-control {
  border-radius: 0;
  width: auto;
}
select.form-control {
  padding: 5px 12px;
}
textarea.form-control,
input[type="text"].form-control {
  /*padding: 5px;*/
  overflow: hidden;
  /*resize: none;*/
}
.form-inline > label {
  width: 25%;
  text-align: right;
  padding-right: 15px;
}
.form-inline .form-control {
  width: 70%;
}
.stringdate-picker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.radio-vertical {
  font-weight: normal;
  margin-left: 10px;
  display: block;
  cursor: pointer;
}
.radio-horizontal {
  font-weight: normal;
  margin-left: 50px;
  display: inline;
  cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~ unused? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.invalid-date {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #843534;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.invalid-date:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* ////////////////////////////////////////////////////// DROPDOWN MENU ///////////////////////////////////////*/
.dropdown-menu {
  top: auto;
  overflow-y: auto;
  max-height: 80vh;
  z-index: 99999;
}
.datepicker {
  z-index: 99999 !important;
}
.no-bullet {
  list-style-type: none;
}
.fixed-cell {
  position: absolute;
  left: 15px;
  top: auto;
  overflow: visible;
}
.editing-id {
  background-color: #ffcd70;
  white-space: normal;
}
/* /////////////////////////////// VAS INPUT //////////////////////////////////*/
.vas-question {
  display: block;
  width: calc(100% - (40px));
  text-align: center;
  margin: 10px;
}
.vas-input-wrapper {
  margin: 0px 20px 20px 20px;
  padding: 20px;
}
.vas-flex-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vas-col {
  text-align: center;
  padding: 0px 5px;
}
.vas-fieldset {
  transform: translateY(30%);
  padding-left: 0;
  padding-right: 0;
}
.vas-continuum-img {
  min-width: 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
syn-visual-analog-scale + syn-status-field + syn-validation > .vwrap1 {
  float: right;
}
syn-visual-analog-scale + syn-status-field,
.vas-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vas-value {
  font-weight: bold;
  align-self: center;
  text-align: center;
  height: 50px;
}
.vas-row {
  position: relative;
}
.vas-row .message-status-wrapper,
.file-row .message-status-wrapper {
  width: 100%;
}
/* /////////////////////////////// STRINGDATE ////////////////////////////// */
.stringdate-input-container {
  position: relative;
}
.stringdate-input-container input[type="text"] {
  width: 85%;
  display: inline-block;
}
.stringdate-input-container .fa-calendar-o {
  /*position: absolute;*/
  z-index: 999;
  font-size: 23px;
  /*top: 4px;
    right: 7px;*/
  color: #888;
  cursor: pointer;
  margin-left: 3px;
}
.stringdate-input-container .fa-caret-down {
  position: absolute;
  z-index: 999;
  font-size: 13px;
  top: 10px;
  right: 3.5%;
  cursor: pointer;
}
.stringdate-input-container > input {
  padding-right: 35px;
}
.stringdate-input-container .fa-exclamation-circle {
  position: absolute;
  top: 10px;
  right: -15px;
}
/* /////////////////////////////// STRINGDATE 2 ////////////////////////////// */
.stringdate-input-container-2 > .fa-calendar-o {
  left: 100%;
}
.invisible-calendar-mount {
  width: 0px !important;
  margin: 0px !important;
  border: none !important;
  padding: 0px !important;
}
[uib-typeahead-popup].dropdown-menu {
  max-height: 200px;
}
.inputs-mount {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .inputs-mount {
    flex-direction: column;
  }
}
.stringdate-partial-delimiter {
  padding: 0px 6px;
}
.stringdate-input-partial {
  text-align: center;
}
.stringdate-m-partial,
.stringdate-mm-partial,
.stringdate-yy-partial {
  width: 52px;
}
.stringdate-yyyy-partial {
  width: 62px;
}
.stringdate-d-partial,
.stringdate-dd-partial {
  width: 48px;
}
.stringdate-mmm-partial {
  width: 64px;
}
.stringdate-mmmm-partial {
  width: 98px;
}
/* ///////////////////////////////// SWITCH ///////////////////////////////*/
.switch {
  background-color: #eee;
  min-width: 52px;
}
.switch small {
  background-color: #ffffff;
  border-color: #eee;
}
.switch.checked {
  background-color: rgba(0, 107, 154, 0.5);
  border-color: #dfdfdf;
}
.switch.checked small {
  background-color: #006B99;
}
/* /////////////////////////////// MULTI DROPDOWN /////////////////////////////*/
.multiple-select {
  min-height: 34px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px 0 0 0;
  padding-right: 14px;
  -webkit-user-select: none;
  cursor: default;
  /*cursor:pointer;*/
}
.multi-dropdown-arrow {
  position: absolute;
  right: 3.5%;
  transform: rotate(0deg);
  transition: 0.3s;
}
.rotate-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transition: .3s;
}
.multiple-select-dropdown {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 0;
  font-size: 14px;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border-top: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0;
  line-height: 1.45;
  position: absolute;
  z-index: 99999;
  /*max-height: 250px;*/
  max-height: 200px;
  overflow-y: auto;
}
.multiple-dropdown-item {
  padding: 0 12px;
  cursor: default;
}
.multiple-dropdown-item-nohover {
  padding: 0 12px;
  cursor: default;
}
.multiple-dropdown-selected-item {
  cursor: pointer;
  border: 1px solid #006B99;
  border-radius: 2px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: lightblue;
  color: white;
  padding: 0 3px;
}
.multiple-dropdown-selected-item:after {
  content: " ✖";
}
.multiple-dropdown-item-active:hover {
  background-color: lightcoral;
}
.multiple-dropdown-item-inactive:hover {
  cursor: not-allowed;
}
.multiple-dropdown-current {
  background-color: #4286f4;
  color: white;
}
.multiple-dropdown-item:hover {
  background-color: #4286f4;
  color: white;
}
.offset-padding {
  padding-top: 4px;
}
.multiple-dropdown-active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* ////////////////////////////////////////////// TIME PARSER BRUH! /////////////////////////////////////////// */
.syn-time-picker-fieldset {
  min-width: 105px !important;
}
.syn-time-picker-fieldset input {
  display: inline-block;
  text-align: center;
  width: 50px;
  padding: 6px, 12px;
}
/* ////////////////////////////////////////////// FILE UPLOAD /////////////////////////////////////////// */
.file-row {
  position: relative;
}
.file-name-list {
  width: 50%;
  position: relative;
  margin: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.flex-titles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  /*border-top: 2px solid @light-grey;*/
}
.file-upload-icon {
  height: 30%;
  display: flex;
  justify-content: center;
}
.button-icon-flex {
  height: 100%;
  width: 70%;
  align-self: center;
  margin-right: 10px;
}
.file-flex-kids {
  /*height: 50px;*/
  /*width: 50px;*/
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.no-uploading {
  color: #a6a6a6;
  width: 70%;
  text-align: center;
}
#desc,
.file-ctrl {
  cursor: pointer;
  transition: .2s;
  color: grey;
}
.dwld {
  color: black;
}
.file-dele:hover,
.file-dele:active {
  color: #843534;
}
.file-name:hover > .file-controls,
.file-strong:hover > .file-controls {
  opacity: 1;
}
.file-upload-button {
  white-space: nowrap;
  transition: .2s;
  display: flex;
  justify-content: space-around;
}
.file-input-text {
  font-size: 14px;
  align-self: center;
}
.file-upload-button:hover {
  background-color: #eaf2ff;
}
.pending-file {
  color: grey;
}
.file-controls {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  text-align: right;
}
.file-name,
.file-strong {
  transition: .2s;
  cursor: pointer;
}
.no-more {
  color: #eee;
  border: 1px solid #a6a6a6;
  background-color: #555;
  pointer-events: none;
}
#warning {
  background-color: red;
  height: 30px;
  width: 100%;
}
.file-strong {
  font-weight: bold;
  margin: 0;
  display: block;
}
.file-input-wrapper {
  display: inline-block;
  position: relative;
}
.caveats {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.caveats p {
  font-size: 11px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .file-name-list {
    width: 80%;
    margin-left: 0%;
  }
}
/*////////////////////////////////////////////// DATE /////////////////////////////////////////// */
.disable-datepicker {
  pointer-events: none;
}
/* //////////////////////////////////////////// TOGGLE ////////////////////////////////////////// */
.toggle-label {
  cursor: pointer;
}
/* /////////////////////////////////////////// TEXTAREA ///////////////////////////////////////// */
.syn-textarea {
  overflow-y: auto;
}
.qpp-response:hover {
  cursor: pointer;
}
.qpp-results-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border: 1px solid pink;
  background-color: lightcyan;
  overflow-y: scroll;
  height: 70%;
}
img.qpp-image {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.qpp-results-container > div {
  width: 30%;
}
.qpp-results-container > div > * {
  text-align: center;
  padding: 5px;
}
.qpp-response-header {
  font-size: 22px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.dashboard h4 {
  margin: 20px 0;
}
.dashboard h5 {
  margin-left: 20px;
}
.col-nopadding {
  padding: 0;
}
.col-left {
  padding-left: 0px;
  padding-right: 20px;
}
.home-button-container {
  position: relative;
  display: flex;
}
.home-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background-color: #eee;
  right: 0;
  width: 180px;
  z-index: 99999;
  padding: 5px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
}
.save-dash-btn {
  margin-right: 10px;
  height: 100%;
  border-radius: 4px;
}
.home-dropdown-item {
  padding: 5px;
  cursor: pointer;
}
.show-home-menu {
  display: block;
}
.home-dropdown-item:hover {
  background-color: #4286f4;
  color: #ffffff;
}
.landing-page-container {
  display: flex;
  flex-direction: column;
}
.landing-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing-page-3column {
  width: calc(33.33% - (12px));
}
.landing-page-2column {
  width: calc(50% - (12px));
  margin-bottom: 12px;
}
/* ///////////////////////////////// TEST STYLING FOR REPORTING WIDGET ////////////////////////////////////////*/
.legend-title {
  font-size: 50px !important;
}
.legend-item-text {
  font-size: 40px;
}
.labelGraphicsContent .label {
  font-size: 30px;
}
.display-full-page {
  width: 100% !important;
  height: 100% !important;
}
.econsent-loader-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.require-login {
  padding-left: 35px;
  padding-right: 35px;
}
.require-login input {
  margin-bottom: 7px;
}
.econsent-loader-wrapper {
  padding: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.econsent-loader-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  min-width: 450px;
  min-height: 400px;
}
.econsent-input-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.econsent-input-wrapper > label {
  width: 25%;
  padding-top: 5px;
  text-align: right;
  margin-right: 5%;
  overflow: hidden;
}
.uploaded-econsent {
  margin-top: 10px;
}
.econsent-input-wrapper > input {
  width: 70%;
}
.econsent-input-wrapper > textarea {
  width: 70%;
}
.econsent-input-wrapper > select {
  width: 70%;
}
.econsent-buttons-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  /*margin-top: -5px;*/
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.econsent-buttons-container > * {
  margin-left: 5px;
  margin-top: 5px;
}
.table-link > td > input[type="checkbox"] {
  width: auto;
}
#econsent-pdf-container {
  border-bottom: 2px solid #ccc;
}
.econsent-pdf-page {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
.econsent-reader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  position: fixed;
  width: calc(100% - (40px));
  height: calc(100% - (130px));
}
.econsent-read-row1 {
  height: 8%;
}
.econsent-read-row2 {
  height: 35%;
}
.econsent-read-row3 {
  border-bottom: 1px solid #ccc;
  border-top: 2px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0px;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  /*position: fixed;*/
  /*!!! Having this container flexed will cause browsers with the PDF overlapping the signature portion - Tested - works on iOS v11.2.1, does not work in iOS 9.3.5*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.read-econsent {
  width: 100%;
  background-color: #ccc;
}
.econsent-signature-container {
  padding: 20px 0 20px 0;
  width: 90%;
}
.econsent-buttons {
  padding: 20px 0 20px 0;
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: -20px;
}
.econsent-signature-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.econsent-signature-controls > section {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.econsent-signature-controls button {
  height: 50px;
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
.econsent-button {
  height: 45px;
}
.econsent-signature-controls > article {
  width: 15%;
  text-align: center;
  font-size: 14px;
  border-bottom: 1.3px solid black;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.econsent-signature-controls > div {
  width: 45%;
  border-bottom: 1.3px solid black;
}
.econsent-signature-controls > div > img {
  max-width: 100%;
  margin-bottom: 5px;
}
.econsent-modal-window .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-top: 0px;
  z-index: 99999;
}
.econsent-modal-window {
  z-index: 9999999 !important;
}
.econsent-notice {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.user-signature-container {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.econsent-modal-container {
  padding: 15px;
}
.econsent-modal-footer {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  background-color: #f8f8fc;
}
.econsent-modal-footer div {
  flex: 1;
  text-align: center;
  padding: 15px;
}
.econsent-modal-footer div:first-child {
  display: flex;
  justify-content: space-around;
}
.econsent-modal-footer div span {
  line-height: 2;
}
.econsent-modal-footer div button {
  width: 20%;
}
#econsent-signature {
  border: 1px solid #ccc;
  background-color: #f8f8fc;
}
.econsent-signature-line {
  width: 100%;
  margin-top: 5px;
  border-top: 2px solid black;
  position: relative;
}
.econsent-signature-line::before {
  content: "X";
  color: black;
  font-size: 50px;
}
#download-econsent-container {
  display: none;
}
.highlighted-cell:hover {
  cursor: pointer;
  background-color: #eaf2ff;
}
.enrolled-econsent {
  background-color: #dbffd8;
}
.econsent-list-wrapper {
  height: calc(60vh - (100px));
  overflow-y: auto;
}
.epro-header {
  background-color: #006B99;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.epro-control-bar {
  text-align: center;
  color: #006B99;
  padding: 15px;
}
.open-query {
  color: #CC3214;
}
.answered-query {
  color: #FFD700;
}
.closed-query {
  color: green;
}
.system-query-text {
  color: #006B99;
  font-weight: bold;
}
#query-grid {
  height: 497px;
}
.query-window-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.query-window-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.query-label {
  display: flex;
  font-size: 14px;
  padding: 3px 10% 0 0;
}
.query-sidepanel-label {
  display: flex;
  font-size: 14px;
  padding: 3px 10% 0 0;
  width: 100%;
  justify-content: center;
}
.query-sidepanel-back-button {
  margin: 20px;
  cursor: pointer;
}
#query-raise-button {
  border: none;
  background-color: transparent;
  margin-right: 10px;
}
.query-window-label {
  display: flex;
  font-size: 14px;
  padding: 3px 10% 0 0;
  width: 100%;
  justify-content: center;
}
.query-sidepanel-buttons {
  margin: 10px;
  display: flex;
  justify-content: center;
}
.query-sidepanel-buttons .btn {
  margin-right: 5px;
}
.query-window-input {
  display: flex;
  flex-direction: column;
}
.query-dropdown {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar-query-table:hover {
  cursor: pointer;
  background-color: #f1f5fb;
}
.query-comment-table-container {
  overflow: auto;
  border: 1px solid #ddd;
  max-height: 230px;
  margin-bottom: 15px;
}
/*.subjects-show-select {
    width: auto;
    display: inline;
    float: right;
}*/
.system-header-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: -5px;
  vertical-align: middle;
}
.main-options {
  font-size: 20px;
  padding: 0px 10px 0 10px;
  border-radius: 4px;
  height: 100%;
}
.query-widget-container {
  max-height: 700px;
  overflow: auto;
}
.system-header {
  font-size: 24px;
}
.query-comments-table-header {
  background-color: #ddd;
}
.query-comments-table-header > tr {
  font-weight: bold;
}
.query-text-container {
  width: 75%;
  overflow-x: auto;
  height: 70%;
}
.highlighted-query {
  border-left: solid 3px red;
}
.highlighted-query-table {
  font-weight: bold;
}
.highlighted-answered-query {
  border-left: solid 3px #FFD700;
}
/*.query-field-container {
    margin-bottom: 15px;
    display: flex;
}

.query-field-container > h2 {
    font-weight: bold;
    margin-right: 15px;
}*/
.highlighted-closed-query {
  border-left: solid 3px green;
}
.subject-search-container > .subject-search {
  margin-bottom: 5px;
}
.filtration-options {
  display: flex;
  flex-direction: column;
}
.filtration-options .filter-wrapper {
  display: flex;
  margin: 0px 20px;
  padding: 10px 0;
}
.filtration-options .filter-wrapper .query-filter-wrapper {
  width: 25vw;
}
.filtration-options .filter-wrapper .query-filter-wrapper strong {
  display: block;
}
.filtration-options .filter-wrapper .query-filter-wrapper .query-filter {
  max-height: 200px;
  overflow-y: auto;
}
.query-filter-wrapper.filter-margin {
  margin-right: 20px;
}
/* /////////////////////////// QUERY UI GRID //////////////////////////////*/
.grid .ui-grid-row .Closed {
  background-color: rgba(0, 255, 0, 0.5);
}
.grid .ui-grid-row .Answered {
  background-color: rgba(255, 215, 0, 0.5);
}
.grid .ui-grid-row .Open {
  background-color: rgba(255, 0, 0, 0.5);
}
.grid .system {
  color: #006B99;
  font-weight: bold;
}
/* ///////////////////////////////// STATUSES AND STATUS BAR ///////////////////////////////////////// */
.form-statusbar {
  border: 1px solid #ccc;
  border-left: 0;
  background-color: #eee;
}
.form-statusbar .info {
  padding: 10px;
}
.form-statusbar .action {
  padding: 5px;
}
.form-statusbar select {
  width: 50%;
  padding: 3px;
  margin: 5px;
}
.form-statusbar .btn {
  padding: 4px 16px;
}
.form-statusbar .action .btn {
  margin-left: 5px;
}
.field-status-wrapper {
  display: inline-block;
}
.field-status-wrapper > span {
  margin-top: 20px;
  padding-right: 2px;
}
.field-status-wrapper > span:first-child {
  margin-left: 20px;
}
.field-status-wrapper > span:last-child {
  margin-right: 20px;
}
.status-btn-icon {
  color: #a6a6a6;
}
.subject-status-widget-icon {
  height: 20px;
  width: 20px;
}
.subject-status-widget-icon:before {
  font-size: 17px;
}
.status-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px;
}
.status-list li {
  font-size: 14px;
  padding: 10px;
}
.status-icon {
  margin: 0 2px;
}
.status-widget-header {
  padding-left: 20px;
}
/* //////////////////////////////////// SIDEPANEL ///////////////////////////////////// */
.form-sidepanel {
  overflow-y: auto;
  position: fixed;
  height: calc(100% - (210px));
  padding-bottom: 3em;
}
.form-sidepanel-default {
  width: calc(25% - (40px));
  right: 0;
}
.form-sidepanel-collapsed {
  width: 40px;
  margin-left: calc(100% - (80px));
}
.default-sidepanel-content {
  padding-left: 50px;
  padding-right: 10px;
  width: 100%;
}
.form-sidepanel-toolbar {
  border-left: 1px solid #ccc;
  background-color: #eee;
  width: 40px;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  height: calc(100% - (210px));
  cursor: col-resize;
}
.form-sidepanel-content h3 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.form-sidepanel-content h3:after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -50%;
}
.form-sidepanel-content blockquote {
  font-size: inherit;
}
.status-row .btn-group > .btn {
  border-radius: 4px !important;
}
/*/////////////////////////////////// MEDIA QUERIES ///////////////////////////////*/
@media screen and (max-width: 1200px) {
  .form-sidepanel {
    height: 25%;
    bottom: 55px;
    background-color: #ffffff;
  }
  .form-sidepanel-toolbar {
    cursor: row-resize;
    width: calc(100% - (40px));
    height: 40px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    border-top: 3px solid #ddd;
    padding-right: 14px;
  }
  .form-sidepanel-toolbar div {
    display: flex;
  }
  .form-sidepanel-toolbar button.btn {
    padding: 12px 14px;
  }
  .form-sidepanel-toolbar button.minimize {
    width: initial;
  }
  .default-sidepanel-content {
    padding-top: 40px;
  }
}
/*////////////////////////////////// SIDEBAR ///////////////////////////////*/
.sidebar {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  background-color: #eee;
  height: 100%;
  margin-top: 82px;
  height: calc(100% - 132px);
  z-index: 1000;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
}
.sidebar-collapsed {
  width: 40px;
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
}
.sidebar-expanded {
  width: 220px;
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
}
.sidebar .btn,
.form-sidepanel-toolbar .btn {
  border: none;
  background: none;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.sidebar .btn:hover,
.form-sidepanel-toolbar .btn:hover {
  background-color: #ccc;
}
.sidebar i,
.form-sidepanel-toolbar i {
  font-size: 16px;
}
.sidebar .btn-top {
  border-bottom: 1px solid #ccc;
}
.sidebar-expanded .btn {
  text-align: right;
  padding-right: 10px;
}
.widget-height {
  height: 640px;
}
.single-widget-container {
  width: 100%;
}
.single-widget-header {
  font-size: 24px;
}
.multi-widget-header {
  font-size: 10.5px;
  font-weight: 600;
}
.widget-header-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-page-column > div {
  margin-bottom: 15px;
}
.widget-wrapper {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 3px;
}
.single-widget-wrapper {
  height: 82vh;
}
.widget-header {
  background-color: #006B99;
  color: #ffffff;
  padding: 5px 7px 5px 7px;
  letter-spacing: .5px;
  margin: -10px -10px 10px -10px;
  display: flex;
  justify-content: space-between;
}
.add-widget-button {
  font-size: 80px;
  text-align: center;
  color: #006B99;
}
.add-widget-container {
  background-color: #eee;
  cursor: pointer;
}
.add-widget-container:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.add-widget-modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.widget-modal {
  max-height: 500px;
  overflow: auto;
}
.maximize-widget {
  margin-right: 5px;
  cursor: pointer;
}
.maximized-widget {
  width: 100%;
  height: 100%;
}
.maximized-widget .modal-dialog {
  width: 100%;
  height: 100%;
}
.add-widget-modal-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.add-widget-description-container {
  display: flex;
  flex-direction: column;
}
.widget-thumb-container {
  /*width: 25%;*/
  min-width: 150px;
  max-width: 150px;
  margin-right: 15px;
}
.add-widget-modal-button {
  padding: 5px 13px;
  background-color: #eee;
  border: 0.5px solid #ccc;
  border-radius: 2px;
}
.add-widget-modal-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget-modal-left {
  width: 80%;
  display: flex;
}
.add-widget-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}
.widget-modal-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/*.widget-modal-left > div {
	margin-right: 15px;
}*/
.widget-thumb {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.add-widget-line {
  width: 100%;
  border-color: #ccc;
}
.subject-search-container {
  padding: 15px;
  border: 1px solid #ddd;
}
.subject-search-container > .subject-search {
  margin-bottom: 5px;
}
.form-control.subject-search {
  width: 49%;
}
.no-results {
  text-align: center;
  width: 100%;
  margin: 15px 0 15px 0;
  font-size: 24px;
}
.queries-widget {
  overflow-y: auto;
  padding-top: 24px;
  white-space: nowrap;
}
.subject-list-container,
.query-widget-container {
  height: 100%;
  position: relative;
}
.randomization-display {
  margin-bottom: 5px;
}
.randomization-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.randomization-columns > div {
  padding: 10px;
}
.randomization-left {
  width: 55%;
}
.randomization-left > p {
  line-height: 22px;
  font-size: 15px;
}
.randomization-right {
  width: 42%;
  display: flex;
  flex-direction: column;
}
.rand-table-information {
  margin-top: 10px;
  /*border: .5px solid lightgray;*/
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /*justify-content: center;*/
}
.rand-info-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.rand-table-field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
.rand-success {
  color: green;
}
.rand-fail {
  color: red;
}
.randomization-columns h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
iframe {
  border: none;
}
.report-full {
  position: fixed;
  height: calc(100% - (164px));
  width: calc(100% - (40px));
}
.report-tile {
  height: 635px;
}
.visualTitle {
  font-size: 30px;
}
.report-tile-lg {
  height: 75vh;
}
/*    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 _______           _        _______  _______  _______  _                       _______ _________          _        _______        _       _________ ______   _______  _______  _______          
(  ____ \|\     /|( (    /|(  ____ \(  ____ )(  ___  )( (    /||\     /|      (  ____ \\__   __/|\     /|( \      (  ____ \      ( \      \__   __/(  ___ \ (  ____ )(  ___  )(  ____ )|\     /|
| (    \/( \   / )|  \  ( || (    \/| (    )|| (   ) ||  \  ( |( \   / )      | (    \/   ) (   ( \   / )| (      | (    \/      | (         ) (   | (   ) )| (    )|| (   ) || (    )|( \   / )
| (_____  \ (_) / |   \ | || |      | (____)|| |   | ||   \ | | \ (_) /       | (_____    | |    \ (_) / | |      | (__          | |         | |   | (__/ / | (____)|| (___) || (____)| \ (_) / 
(_____  )  \   /  | (\ \) || |      |     __)| |   | || (\ \) |  \   /        (_____  )   | |     \   /  | |      |  __)         | |         | |   |  __ (  |     __)|  ___  ||     __)  \   /  
      ) |   ) (   | | \   || |      | (\ (   | |   | || | \   |   ) (               ) |   | |      ) (   | |      | (            | |         | |   | (  \ \ | (\ (   | (   ) || (\ (      ) (   
/\____) |   | |   | )  \  || (____/\| ) \ \__| (___) || )  \  |   | |         /\____) |   | |      | |   | (____/\| (____/\      | (____/\___) (___| )___) )| ) \ \__| )   ( || ) \ \__   | |   
\_______)   \_/   |/    )_)(_______/|/   \__/(_______)|/    )_)   \_/         \_______)   )_(      \_/   (_______/(_______/      (_______/\_______/|/ \___/ |/   \__/|/     \||/   \__/   \_/   
                                                                                                                                                                                       
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////    */
/* TABLE OF CONTENTS 
    - Variables
    - Mixins
    - Body 
    - Header
    - Navbar
    - Toolbars
    - Typography
    - Modals
    - Widgits
    - Forms
    - Fields
    - Inputs
    - E-Consent
    - Queries
    - Panel

*/
/* ///////////////////////////////////////// VARIABLES ///////////////////////////////////*/
/*-------------------------------------------- COLORS ------------------------------------*/
/* --------------------------------------- FONT SIZING ----------------------------------- */
/* -------------------------------------- BORDER RADII ----------------------------------- */
/* ----------------------------------- HARD-CODED SIZING --------------------------------- */
/* ------------------------------- CALCULATIONS AND FUNCTIONS ---------------------------- */
/*@modal-height-minus-header-footer: ~"calc(@{modal-height} - 255px)";
@max-modal-height-minus-header-footer: ~"calc(@{max-modal-height} - 255px)";*/
/*@calc-widget-height: ~"calc(@{widget-height} - @{search-container})";
@calc-max-widget-height: ~"calc(@{max-widget-height} - @{search-container})";*/
/* ------------------------------------------- MISC --------------------------------------*/
/* ////////////////////////////////////////// MIXINS /////////////////////////////////////*/
.full-screen-size {
  height: 100vh;
  width: 100vw;
}
/* /////////////////////////////////////////// BODY //////////////////////////////////////*/
.blue-stripe {
  background-color: #e5f0f5;
}
.inner-stripe {
  background-color: #ffffff;
}
/* ----------------------------------------- SCROLLBAR ---------------------------------- */
/*::-webkit-scrollbar {
    width: 10px;
    border-radius: @default-border-radius;
}

::-webkit-scrollbar-track {
    background-color: @scrollbar-track;
}

::-webkit-scrollbar-thumb {
    background-color: @main-color;
}*/
/* ////////////////////////////////////////// HEADER /////////////////////////////////////*/
/* ////////////////////////////////////////// NAVBAR /////////////////////////////////////*/
/* ///////////////////////////////////////// TOOLBARS ////////////////////////////////////*/
/* ///////////////////////////////////////// BUTTONS /////////////////////////////////////*/
.sidebar-btn:hover {
  background-color: #ccc;
}
/* //////////////////////////////////////// TYPOGRAPHY ///////////////////////////////////*/
.emphasis {
  color: #006B99;
}
.huge {
  font-size: 50px;
  display: block;
  text-align: center;
  font-weight: bolder;
}
.bold {
  font-weight: bold;
}
/* ////////////////////////////////////////// MODALS /////////////////////////////////////*/
/*
    NOTE: HTML Rules for Modals:
        1. Primary (Default/Desired) actions should be consistantly on the RIGHT of the modal footer.

*/
/*.syn-modal-backdrop{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.5);
    .full-screen-size;

}*/
/*.syn-modal {
    height: @modal-height;
    max-height: @max-modal-height;
    max-height: @min-modal-height;
    width: @modal-width;
    max-width: @max-modal-width;
    min-width: @min-modal-width;
    border: 2px solid @main-color;
    border-radius: 20px;
}

.modal-content {
    border-radius: 20px;
}

.syn-modal-header {
    background-color: @main-color;
    background-image: linear-gradient(to bottom, @main-color 0%, @main-color 100%);
    height: @modal-header-height;
    width: inherit;
    max-width: inherit;
    min-width: @min-modal-width;
    padding-top: 25px;
    border-radius: @modal-header-radius @modal-header-radius 0 0;
    z-index: 1000001;
}

.syn-modal-header h1,
.syn-modal-header h2,
.syn-modal-header h3,
.syn-modal-header h4,
.syn-modal-header h5,
.syn-modal-header h6,
.syn-modal-title {
    font-size: @modal-header-font;d
    color: @white;
    width: 100%;
    text-align: center;
}

.syn-modal-body {
    background-color: @white;
    height: @modal-height-minus-header-footer;
    max-height: @max-modal-height-minus-header-footer;
    overflow-y: auto;
    min-width: @min-modal-width;
}*/
#subject-list-modal-body {
  height: 670px;
}
/*.syn-modal-body p {
    padding: 20px;
    white-space: pre-wrap;
}

.syn-modal-body h1,
.syn-modal-body h2,
.syn-modal-body h3,
.syn-modal-body h4,
.syn-modal-body h5,
.syn-modal-body h6 {
    font-size: @modal-header-font;
    color: @dark-main;
    width: 100%;
    text-align: center;
}

.syn-modal-footer {
    height: 75px;
    width: inherit;
    max-width: inherit;
    min-width: @min-modal-width;
    background-color: @main-color;
    border-radius: 0 0 @modal-header-radius @modal-header-radius;
    z-index: 1000001;
}

.syn-modal-footer .btn {
    background-image: linear-gradient(to bottom, @white 0%, @light-grey 100%);
}

.syn-modal-footer .btn:hover,
.syn-modal-footer .btn:focus,
.syn-modal-footer .btn:active {
    background-image: linear-gradient(to bottom, @light-grey 0%, @white 100%);
}

.syn-modal-footer .btn-primary, .modal-btn {
    background-image: linear-gradient(to bottom, @baby-blue 0%, @light-blue 100%);
    color: @dark-main;
    border: 2px solid @dull-cobolt;
}

.syn-modal-footer .btn-primary:hover,
.syn-modal-footer .btn-primary:focus,
.syn-modal-footer .btn-primary:active,
.modal-btn:hover,
.modal-btn:focus,
.modal-btn:active{
    background-image: linear-gradient(to bottom, @light-blue 0%, @baby-blue 100%);
    color: @main-color;
    border: 2px solid @cobolt;
}

.demo{
    height: 100px;
}

.demo-img{
    height: 15%;
    width: 15%;
}

.demo-input {
    padding: 0;
}

.subform-modal-list {
    font-size: 20px;
}

.subform-modal {
    padding: 0 !important;
    text-align: center;
    text-indent: 0;
    line-height: 10px;
    font-size: 20px;
    .flex-center;
}

.subform-modal span {
    margin: 0;
}*/
#status-button.original-styling {
  border-color: #ccc;
  background-image: none;
  background-color: #f8f8fc;
  color: black;
  text-shadow: 0 1px 0 #fff;
  background-repeat: repeat-x;
  cursor: pointer;
}
#status-button.og-style-clicked {
  background-color: #dfdfe2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: black;
}
/*#status-Verify.og-style-clicked {
    background-color:;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Rocket.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Shock.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Complete.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Lock.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Sign.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Sign.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Sign.og-style-clicked {
    background-color: ;
    box-shadow: inset 0 3px 5px rgba();
}
#status-Freeze.og-style-clicked {
    background-color: #dfdfe2;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}*/
/*:active, .active, :hover, :focus*/
@media screen and (max-width: 1000px) {
  .syn-modal-title {
    font-size: 35px;
  }
  .syn-modal-body p {
    padding: initial;
  }
}
/* ///////////////////////////////////////// WIDGITS /////////////////////////////////////*/
/*.subjects-list{
    height: @calc-widget-height;
    max-height: @calc-max-widget-height;
}

.query-widget-container{
    height: @widget-height;
    max-height: @max-widget-height;
}*/
/* ////////////////////////////////////////// TABLES /////////////////////////////////////*/
.table-demo {
  display: block;
  height: 50vh;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
}
.fixed {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.fixed td {
  flex-grow: 1;
  display: block;
  padding: inherit;
}
/* ////////////////////////////////////////// FORMS //////////////////////////////////////*/
/* ////////////////////////////////////////// FIELDS /////////////////////////////////////*/
/* ////////////////////////////////////////// INPUTS /////////////////////////////////////*/
/* //////////////////////////////////////// E - CONSENT //////////////////////////////////*/
/* ////////////////////////////////////////// QUERIES ////////////////////////////////////*/
/* /////////////////////////////////////////// PANEL /////////////////////////////////////*/
.cursor-is-pointer,
.dropdown-menu li {
  cursor: pointer;
}
.panel-title {
  font-size: 14px;
}
.panel-heading span {
  font-size: 12px;
  /*float: right;*/
}
.panel-subheading {
  padding: 10px;
}
.panel {
  border-radius: 0;
}
.panel-heading,
.panel-subheading {
  border-radius: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  width: 100%;
}
.panel-heading h3 {
  margin-top: 10px;
}
.panel-footer {
  border-radius: 0 0 0 0;
}
.widget-footer {
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 55px;
}
.panel {
  border: none;
  box-shadow: none;
  background: none;
  height: 59vh;
}
uib-accordion .panel {
  height: auto;
}
uib-accordion .grid {
  margin: 10px;
}
uib-accordion .panel-group {
  /*/border: 1px solid #ddd;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;*/
}
uib-accordion .panel-group .panel-heading {
  background-color: #006B99;
  color: #FFFFFF;
  border: 1px;
  border-radius: 4px;
}
uib-accordion .panel-group .panel-heading h4 {
  font-size: 10.5px;
  font-weight: 600;
}
uib-accordion .panel-group .ui-grid-viewport.ng-isolate-scope {
  overflow-x: unset !important;
}
uib-accordion .panel-group .ui-grid-menu {
  overflow: unset;
}
.panel-primary .panel-heading {
  border: none;
  background: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
  color: #ffffff;
}
/*.panel-footer {
    background-color: rgba(255,255,255,.95);

}*/
.panel-body {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}
.panel-subheading {
  border-color: #006B99;
  background-image: linear-gradient(to bottom, #006B99 0%, #006B99 100%);
}
.panel-default {
  padding-left: 0;
}
.panel-default .panel-heading {
  border-top: 2px solid #006B99;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: none;
}