@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap&subset=latin-ext");
body .w-auto {
  width: auto !important; }
body .w-100 {
  width: 100% !important; }
body .p-0 {
  padding: 0 !important; }
body .pr-0 {
  padding-right: 0 !important; }
body .pl-0 {
  padding-left: 0 !important; }
body .pt-0 {
  padding-top: 0 !important; }
body .pb-0 {
  padding-bottom: 0 !important; }
body .m-0 {
  margin: 0 !important; }
body .mr-0 {
  margin-right: 0 !important; }
body .ml-0 {
  margin-left: 0 !important; }
body .mt-0 {
  margin-top: 0 !important; }
body .mb-0 {
  margin-bottom: 0 !important; }
body .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }
body .mb-1 {
  margin-bottom: 0.25rem !important; }
body .mb-2 {
  margin-bottom: 0.5rem !important; }
body .mb-3 {
  margin-bottom: 1rem !important; }
body .mt-1 {
  margin-top: 0.25rem !important; }
body .mt-2 {
  margin-top: 0.5rem !important; }
body .mr-1 {
  margin-right: 0.25rem !important; }
body .mr-2 {
  margin-right: 0.5rem !important; }
body .ml-1 {
  margin-left: 0.25rem !important; }
body .ml-2 {
  margin-left: 0.5rem !important; }
body .d-block {
  display: block; }
body .d-none {
  display: none; }
body .d-inline {
  display: inline; }
body .d-inline-block {
  display: inline-block; }
body .d-table {
  display: table; }
  body .d-table .d-table-row {
    display: table-row; }
  body .d-table .d-table-column {
    display: table-column; }
  body .d-table .d-table-cell {
    display: table-cell; }
body .d-flex {
  display: flex !important; }
body .justify-content {
  justify-content: inherit !important; }
  body .justify-content.center {
    justify-content: center !important; }
  body .justify-content.space-between {
    justify-content: space-between !important; }
  body .justify-content.space-evenly {
    justify-content: space-evenly !important; }
body .align-items {
  align-items: inherit !important; }
  body .align-items.center {
    align-items: center !important; }
  body .align-items.start {
    align-items: start !important; }
  body .align-items.flex-start {
    align-items: flex-start !important; }
  body .align-items.end {
    align-items: end !important; }
  body .align-items.flex-end {
    align-items: flex-end !important; }
body .trd-text-danger {
  color: #E2232A !important; }
body .trd-text-dark {
  color: #201C47 !important; }
body .font-default {
  font-size: 1em; }
body .font-lighter {
  font-weight: lighter !important; }
body .bold {
  font-weight: bold !important; }
body .bolder {
  font-weight: bolder !important; }

@media (max-width: 640px) {
  .export--buttons--container {
    text-align: center;
    margin-bottom: 10px; } }
@media screen and (max-width: 1024px) {
  .layout-wrapper .topbar .topbar-menu li ul {
    padding: 8px 0px; }
    .layout-wrapper .topbar .topbar-menu li ul li a {
      margin-left: 0; } }
.user {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.prof-img-div-topbar {
  margin-top: -10px; }

.clipped-topbar {
  clip-path: circle();
  max-width: 50px !important;
  max-height: 50px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  width: auto !important;
  height: auto !important; }

/* padding reset for small devices */
@media screen and (max-width: 640px) {
  .layout-wrapper .topbar .logo {
    padding-top: 0px; }

  .layout-wrapper .topbar .topbar-menu > li.active-topmenuitem > ul {
    padding-left: 4px !important; }

  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-image img {
    margin-left: 4px; }

  .layout-wrapper .topbar .topbar-menu > li > ul li a .fa {
    margin-right: 4px; }

  .responsive--header {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .layout-wrapper .topbar .topbar-menu > li > a .topbar-icon {
    margin-left: 0px;
    margin-right: 0px; }

  .layout-wrapper .topbar .topbar-menu > li > ul li a .fa {
    margin-right: 4px; }

  .layout-wrapper .topbar .topbar-menu > li.active-topmenuitem > ul {
    padding-left: 4px !important; }

  .layout-wrapper .topbar .topbar-menu > li > ul li a, .layout-wrapper .topbar .topbar-menu > li > a,
  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-name {
    font-size: 12px !important;
    padding-left: 0px !important;
    text-decoration: none; }

  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-name {
    margin-top: 0px;
    text-align: left !important; }

  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info {
    margin: 6px; }

  .topbar-researcher-statisticsText, .topbar-researcher-searchText {
    display: inline-block !important; }

  .topbar-researcher-statisticsIcon, .topbar-researcher-SearchIcon {
    margin-left: 4px !important;
    font-size: 12px !important;
    margin-right: 5px !important; }

  .topbar-researcher-SearchIcon {
    margin-left: 6px !important; }

  .hide--small {
    display: none !important; }

  .layout-wrapper .topbar .topbar-menu > li > a .topbar-badge {
    right: 168px;
    top: 3px; }

  .contact > .contact-language {
    float: left !important;
    margin-left: 1rem !important; }

  .profile-info--buttons {
    margin-top: 6px !important; }

  .layout-wrapper .topbar .topbar-menu {
    padding: 10px; }

  .topbar--links {
    display: none; }

  .margintop--results {
    margin-top: 120px !important; }

  .main-page {
    margin-top: 60px !important; }

  .second--topbar.d-block {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .hide--large {
    display: none; } }
.hide--large {
  padding-left: 10px;
  margin-top: 6px;
  text-align: left; }

/*message count background*/
.layout-wrapper .topbar .topbar-menu > li > a .topbar-badge,
.layout-wrapper .topbar .topbar-menu > li > ul a .topbar-submenuitem-badge {
  background-color: #4dd6b1 !important; }

/*profile info text area width*/
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-name {
  font-size: 12px; }

.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info {
  max-width: 120px !important; }

.layout-wrapper .topbar .topbar-menu {
  margin: 0;
  margin-top: -5px; }

.layout-wrapper .topbar .topbar-menu > li > ul li a {
  text-decoration: none; }

.layout-wrapper .topbar .topbar-menu > li > a .topbar-icon {
  font-size: 24px; }

/*topbar logo */
.layout-wrapper .topbar .logo img {
  width: 78px;
  margin-top: 10px;
  margin-left: 10px;
  float: left; }

/*topbar-reshape end*/
/*New design starts*/
.topbar-mini {
  height: 40px;
  background: -moz-linear-gradient(left, #6cc3ca 0%, #2c2661 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6cc3ca 0%, #2c2661 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6cc3ca 0%, #2c2661 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transform: translateY(-120px); }

.animationReveal {
  animation: revealTopBar 0.2s ease-out forwards; }

@keyframes revealTopBar {
  0% {
    opacity: 0;
    transform: translateY(-120px);
    background-color: #6cc3ca; }
  100% {
    opacity: 1;
    transform: translateY(0px);
    background-color: #2c2661; } }
a:hover {
  text-decoration: none; }

.layout-wrapper .topbar .topbar-menu {
  margin-right: 0px; }

/*contact*/
.contact > span, .contact > span > a > .fa {
  color: white; }

.contact-language {
  padding: 0px 5px;
  margin-left: -4px !important; }

.language--en {
  background-color: #E2232A;
  color: white; }

.language--tr {
  background-color: white;
  color: #E2232A; }

.language--tr:hover, .language--en:hover {
  border: none !important; }

.language--en:hover {
  background-color: white !important;
  color: #E2232A !important; }

.contact-language--container {
  margin-right: 4px;
  margin-top: 4px;
  display: none; }

.language--container--anon {
  margin-right: -14px; }

.contact-language:hover {
  color: white;
  background-color: #E2232A;
  border: 1px solid #E2232A; }

.contact > span {
  padding-right: 10px; }

.contact--email > a {
  color: white !important;
  text-decoration: none; }

/*topbar image and links*/
.logo--container {
  display: inline-block;
  padding-left: 12px; }

.logo--image {
  width: 200px;
  padding-top: 1rem; }

.topbar {
  background: white !important;
  box-shadow: none !important;
  position: absolute !important;
  /*z-index: 1001 !important;*/ }

.topbar-menu-button {
  position: relative;
  z-index: 1000; }

.layout-wrapper .topbar .topbar-menu > li > a {
  display: inline-block !important; }

.topbarRightMenuItems {
  margin-top: 1.8rem !important; }

.topbar-menu li a {
  /*margin-left:5px;*/ }

.hovering {
  display: none;
  position: absolute;
  top: 20px;
  left: -75px; }

.hovering_login {
  display: none;
  position: absolute;
  top: 30px;
  left: -80px; }

.dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  /*color: white !important;*/ }

.dropdown-menu {
  width: auto !important; }

.menu-items-small {
  display: none; }

.layout-wrapper .topbar .topbar-menu > li.profile-item {
  margin-top: 0; }

/*Links */
.links--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
  /*display: table;*/ }

.links--inner--container {
  display: table;
  flex-direction: row;
  align-content: center;
  width: 60%; }

.links--items {
  border-right: 1px solid #C8C8C8;
  margin: 8px 6px;
  padding: 4px 10px;
  text-align: center;
  width: auto;
  height: 70px;
  border-top: 2px solid white;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  border-top: 4px solid white; }

.links--items:last-child {
  border-right: none; }

.links--items:hover {
  border-top: 4px solid #E2232A;
  color: #E2232A !important; }

/*TODO: link ve button beraber renk değiştirmeli*/
.links--items > a:hover {
  color: #E2232A !important; }

.topbar--buttonSignIn {
  border: 1px solid #444;
  border-left: none;
  color: white;
  background-color: #6cc3ca;
  font-weight: bold;
  width: 68px; }

.topbar--buttonSignUp {
  border: 1px solid #444;
  border-right: none;
  background-color: white;
  font-weight: bold; }

.topbar--mini--buttonSignIn {
  border: 1px solid white;
  border-left: none;
  color: white;
  background-color: #6cc3ca;
  display: none;
  font-weight: bold;
  width: 68px; }

.topbar--mini--buttonSignUp {
  border: 1px solid white;
  border-right: none;
  color: white;
  background-color: transparent;
  display: none;
  font-weight: bold; }

.hideTitleBar {
  display: none; }

.showTitleBar {
  display: block; }

.layout-main-content {
  margin-top: 50px; }

.buttons--forSecondTopBar {
  width: auto;
  display: flex;
  justify-content: flex-end; }

.login-linkForSecond {
  margin-top: -50px;
  margin-left: -4px;
  text-align: right; }

.profile-info--buttons {
  margin-top: -44px; }

.profile-info--buttons > .topbar--buttonSignIn, .profile-info--buttons > .topbar--buttonSignUp {
  display: none; }

.layout-wrapper .topbar #topbar-menu-button {
  margin: -7px 0 0 0; }

.firstBarBackground--forDefault {
  transition: background, background-color .3s linear;
  background: -moz-linear-gradient(left, #6cc3ca 0%, #2c2661 100%);
  background: -webkit-linear-gradient(left, #6cc3ca 0%, #2c2661 100%);
  background: linear-gradient(to right, #6cc3ca 0%, #2c2661 100%); }

.firstBarBackground--SearchResults {
  transition: background, background-color .3s linear;
  background: none;
  background: #2c2661; }

.logo--for--searchResult--link {
  display: inline; }

.logo--for--searchResult__img {
  transition: all .3s linear;
  width: 84px;
  display: none; }

.contact--forOtherPages {
  transition: all .3s linear;
  display: none; }

.small--links--toggler:hover {
  cursor: pointer; }

.links--forSmall {
  /*display:none;*/ }

.d-block {
  display: block; }

.d-none {
  display: none; }

.top1 {
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding: 50px 0 0 50px;
  z-index: 1000;
  height: 100% !important; }

footer.Trd-footer .trd--footer {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 10px;
  /* container:before and clear-fix:before display table fix for safari*/ }
  footer.Trd-footer .trd--footer.container:before, footer.Trd-footer .trd--footer .clear-fix:before {
    display: block; }
  footer.Trd-footer .trd--footer .Contact-info-Container, footer.Trd-footer .trd--footer .help-faq--container {
    font-size: inherit; }
  footer.Trd-footer .trd--footer .Contact-info-Container {
    border-left: 2px solid #1256a0; }
    footer.Trd-footer .trd--footer .Contact-info-Container h5.__header {
      color: #E2232A; }
    footer.Trd-footer .trd--footer .Contact-info-Container p.__address {
      margin-bottom: 3px;
      color: #1256a0; }
      footer.Trd-footer .trd--footer .Contact-info-Container p.__address a.__email {
        font-size: inherit !important;
        float: none !important;
        color: #1256a0; }
    footer.Trd-footer .trd--footer .Contact-info-Container a.__versionNumber {
      color: #E2232A; }
  footer.Trd-footer .trd--footer .__logoSect {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    footer.Trd-footer .trd--footer .__logoSect .__logosWrapper {
      border-right: 2px solid #1256a0;
      min-height: 147px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      footer.Trd-footer .trd--footer .__logoSect .__logosWrapper .__inbox {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        footer.Trd-footer .trd--footer .__logoSect .__logosWrapper .__inbox .footer--logos {
          float: right;
          padding-right: 1rem;
          max-width: 120px; }
        footer.Trd-footer .trd--footer .__logoSect .__logosWrapper .__inbox .logo--right {
          padding-right: 0; }
        footer.Trd-footer .trd--footer .__logoSect .__logosWrapper .__inbox .logo--left {
          max-width: 150px; }
footer.Trd-footer .__info {
  background: -moz-linear-gradient(left, #a6b2d1 1%, #9ed7dc 25%, #9ed7dc 75%, #a6b2d1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a6b2d1 1%, #9ed7dc 25%, #9ed7dc 75%, #a6b2d1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a6b2d1 1%, #9ed7dc 25%, #9ed7dc 75%, #a6b2d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 6px 16px; }
  footer.Trd-footer .__info .__text {
    text-align: center;
    margin: 0px;
    color: #2c2661; }

@media screen and (max-width: 640px) {
  .Contact-info-Container {
    text-align: center;
    border: none; }

  .__logoSect, .help-faq--container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
    border: none; }

  .__logosWrapper {
    border: none !important; } }
@media screen and (max-width: 320px) {
  .__logosWrapper {
    flex-direction: column; }

  .footer--logos {
    display: block;
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 1rem; } }
.saveContainer__temp {
  padding-right: 44px !important; }

body .ui-widget, body .ui-widget .ui-widget {
  font-family: 'Nunito', sans-serif; }
  body .ui-widget label, body .ui-widget .ui-widget label {
    font-weight: 600; }

.ui-inputfield {
  background: #ffffff86; }

.export--buttons--container {
  padding: 0 10px 0px 0px !important;
  text-align: right; }
  .export--buttons--container .export--buttons {
    font-size: 26px; }
  .export--buttons--container img {
    width: 26px;
    margin-top: -10px; }

.ui-fluid .assesmentSettingsPanel .__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
.ui-fluid .assesmentSettingsPanel label {
  margin-bottom: 0; }
.ui-fluid .assessmentWrapper .__nameInput {
  font-size: 1.4rem; }
.ui-fluid .ui-inputtextarea {
  margin: 0 0 0.5rem 0 !important;
  border: 1px solid #dedede !important;
  padding: 5px !important; }
.ui-fluid .subQuestionWrapper {
  padding: 0 !important; }
  .ui-fluid .subQuestionWrapper fieldset.ui-widget-content {
    margin-bottom: 10px;
    border: 1px solid #dfdfe4;
    background-color: #ededf0;
    padding-bottom: 20px !important; }
  .ui-fluid .subQuestionWrapper .__fieldset:last-child {
    margin-bottom: 0; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default {
  background-color: transparent !important; }
  .ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon {
    color: #2c2661; }
    .ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon:hover, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon:hover {
      color: #6cc3ca !important; }
    .ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon:active, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-default .ui-icon:active {
      color: #695fc1 !important; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-active, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-active {
  background-color: transparent !important; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-focus, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .ui-button.ui-state-focus {
  background-color: transparent !important; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox .spinner-value, .ui-fluid .subQuestionWrapper .assesmentQuestionSpinnerBox .spinner-value {
  font-weight: 500;
  color: #2c2661; }
.ui-fluid .assessmentQuestionWrapper .form-group, .ui-fluid .subQuestionWrapper .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestion-formGroup .__text, .ui-fluid .subQuestionWrapper .assesmentQuestion-formGroup .__text {
  margin-right: 0.5em;
  margin-bottom: 0;
  color: #1256a0; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestion-formGroup .__text:not(:first-child), .ui-fluid .subQuestionWrapper .assesmentQuestion-formGroup .__text:not(:first-child) {
  margin-left: 1.5em; }
.ui-fluid .assessmentQuestionWrapper .answerTypeWrapper, .ui-fluid .subQuestionWrapper .answerTypeWrapper {
  padding-left: 15px; }
  .ui-fluid .assessmentQuestionWrapper .answerTypeWrapper .__text, .ui-fluid .assessmentQuestionWrapper .answerTypeWrapper .form-group label, .ui-fluid .subQuestionWrapper .answerTypeWrapper .__text, .ui-fluid .subQuestionWrapper .answerTypeWrapper .form-group label {
    color: #1256a0; }
  .ui-fluid .assessmentQuestionWrapper .answerTypeWrapper .__text, .ui-fluid .subQuestionWrapper .answerTypeWrapper .__text {
    margin-right: 0.5em; }
.ui-fluid .assessmentQuestionWrapper .assesmentQuestionSpinnerBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.ui-fluid .container-toolbar .__actions {
  position: relative;
  top: -0.5em;
  border: 1px solid #cac9cb;
  border-top: none;
  border-right: none;
  margin-right: 1px;
  padding: 1px 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.61) 50%, rgba(255, 255, 255, 0.61) 50%, rgba(30, 27, 27, 0.13) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.61) 50%, rgba(255, 255, 255, 0.61) 50%, rgba(30, 27, 27, 0.13) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.61) 50%, rgba(255, 255, 255, 0.61) 50%, rgba(30, 27, 27, 0.13) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c000000', endColorstr='#9c1e1b1b',GradientType=0 );
  /* IE6-9 */ }
  .ui-fluid .container-toolbar .__actions .ui-button.ui-button-icon-only {
    width: 25px;
    height: 25px; }
  .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn {
    background-color: transparent;
    font-size: inherit; }
    .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.danger.ui-state-default .ui-icon {
      color: #a0a0a9 !important; }
    .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.danger.ui-state-hover, .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.danger.ui-state-focus {
      background-color: transparent; }
      .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.danger.ui-state-hover .ui-icon, .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.danger.ui-state-focus .ui-icon {
        color: #E2232A !important; }
    .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.secondary.ui-state-default .ui-icon {
      color: #a0a0a9 !important; }
    .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.secondary.ui-state-hover, .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.secondary.ui-state-focus {
      background-color: transparent; }
      .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.secondary.ui-state-hover .ui-icon, .ui-fluid .container-toolbar .__actions .ui-button.toolbar-btn.secondary.ui-state-focus .ui-icon {
        color: #6cc3ca !important; }
  .ui-fluid .container-toolbar .__actions h1 {
    display: inline;
    font-size: 2em;
    color: #2c2661; }
.ui-fluid .container-toolbar h1 {
  display: inline;
  font-size: 2em;
  color: #2c2661; }
.ui-fluid .ui-buttonset {
  margin: 0.5em 0; }
.ui-fluid hr {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d8d8d8; }
.ui-fluid .ui-button {
  width: auto; }
  .ui-fluid .ui-button .ui-button-text {
    font-size: 13px; }
  .ui-fluid .ui-button.default {
    background-color: #6cc3ca; }
    .ui-fluid .ui-button.default.ui-state-hover {
      background-color: #379299; }
    .ui-fluid .ui-button.default.ui-state-focus {
      outline: 0 none;
      background-color: #91d2d8; }
  .ui-fluid .ui-button.primary {
    background-color: #2c2661; }
    .ui-fluid .ui-button.primary.ui-state-hover {
      background-color: #4d43aa; }
    .ui-fluid .ui-button.primary.ui-state-focus {
      outline: 0 none;
      background-color: #3d3486; }
  .ui-fluid .ui-button.secondary {
    background-color: #E26611; }
    .ui-fluid .ui-button.secondary.ui-state-hover {
      background-color: #833b0a; }
    .ui-fluid .ui-button.secondary.ui-state-focus {
      outline: 0 none;
      background-color: #f08236; }
  .ui-fluid .ui-button.danger {
    background-color: #E2232A; }
    .ui-fluid .ui-button.danger.ui-state-hover {
      background-color: #8c1317; }
    .ui-fluid .ui-button.danger.ui-state-focus {
      outline: 0 none;
      background-color: #e85056; }
  .ui-fluid .ui-button.cancel {
    background-color: #b6b6c1; }
    .ui-fluid .ui-button.cancel.ui-state-hover {
      background-color: #7f7f92; }
    .ui-fluid .ui-button.cancel.ui-state-focus {
      outline: 0 none;
      background-color: #d2d2d8; }
.ui-fluid .ui-selectonemenu {
  color: #1e6189;
  background: #fff; }
.ui-fluid .export--buttons--container {
  padding: 0 10px 0px 0px !important;
  text-align: left; }
  .ui-fluid .export--buttons--container a {
    cursor: pointer; }
    .ui-fluid .export--buttons--container a i.export--buttons {
      color: #5DAAB0;
      font-size: 26px; }
    .ui-fluid .export--buttons--container a img.export--buttons {
      width: 26px;
      margin-top: -12px; }
.ui-fluid .total-count {
  color: #201C47;
  float: left;
  padding-left: 12px; }
  .ui-fluid .total-count label {
    margin-right: 0.5rem; }

.ui-buttonset.ui-buttonset-2 .ui-button {
  width: auto !important;
  margin-right: 0.3em; }

body {
  font-family: 'Roboto' , 'Nunito', sans-serif;
  font-size: 16px; }
  body label {
    font-weight: 500 !important; }
  body a {
    cursor: pointer;
    text-decoration: none; }
  body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container {
    width: auto; }
  body .ui-selectonemenu-panel .ui-selectonemenu-item {
    color: #1e6189; }
    body .ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-hover, body .ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight, body .ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-active {
      color: #FFFFFF;
      background-color: #1e6189; }

.journal--list--exporters {
  float: right; }

.ui-paginator-rpp-options {
  color: #333; }

.paginator--rowCount--parent {
  float: right;
  margin-top: 5px;
  display: inline-block; }
  .paginator--rowCount--parent .paginator--rowCount {
    color: #333 !important; }
  .paginator--rowCount--parent .paginator--rowCount--label {
    color: #6cc3ca !important;
    margin-right: 10px; }

.layout-wrapper .topbar .topbar-menu li ul {
  padding: 8px 0px; }

/*# sourceMappingURL=trdExtensions.css.map */
