/* (c) Scientific Network 2020

We use some variables that we define globally and then access our classes.
For a global scope we can use either the body or the :root selector.

I think this way we can easily modify our file without changing the selectors values in all file and
repeat the same value over and over in these selectors

*/

:root {
  /*--sidebar-width: 300px;*/
  /*--sidebar-closed-width: 30px;*/
  --sidebar-width: 0;
  --sidebar-closed-width: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  overflow-x: hidden;
  background-color: #fafafa;
  /*padding-top: 3px;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

/* ====================== Global ======================= */
/* ------------- Navbar------------------------------------*/
.navbar-brand {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 1.6rem;
}

/* ---------------------- Spinner ---------------------- */

.loading {
  background: url('../img/loading.gif') no-repeat 50% 50% !important;
}

/* ---------------------- Helper Classes ---------------------- */

.description {
  display: block;
  background-color: #ededed;
  padding: 1.5rem;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 160%;
}

body#unibz .description {
  border-left: 10px solid #007be4;
}

body#eurac .description {
  border-left: 10px solid #cf4d29;
}

.fixedPosition {
  position: fixed;
}

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

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

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

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}
.p-4 {
  padding: 4rem;
}
.p-5 {
  padding: 5rem;
}

.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.m-3 {
  margin: 3rem;
}
.m-4 {
  margin: 4rem;
}
.m-5 {
  margin: 5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.ml-5 {
  margin-left: 5rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.fa-default {
  color: #8c8c8c;
}
.fa-primary {
  color: #337ab7;
}
.fa-success {
  color: #5cb85c;
}
.fa-info {
  color: #5bc0de;
}
.fa-warning {
  color: #f0ad4e;
}
.fa-danger {
  color: #d9534f;
}
.fa-yellow {
  color: #f2f10f;
}
.fa-green {
  color: #59e61a;
}
.fa-red {
  color: #e63022;
}

/* ---------------------- end of Helper Classes ---------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
h1 {
  font-size: 30px;
  margin-top: 10px;
  padding-bottom: 20px;
  color: #0c0c0c;
}

@media screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 28px;
    margin-top: 5px;
    padding-bottom: 10px;
    color: #0c0c0c;
  }
}

h1 small,
h4 small {
  color: rgba(51, 51, 51, 0.6) !important;
}

p {
  font-weight: 300;
  font-size: 15px;
}

.panel {
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-width: 0;
  border-radius: 0.25rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.panel-plain {
  padding: 15px 20px;
}

.panel-hover {
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.panel-hover:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.panel-collection {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
}

.panel-collection .panel-collection-item {
  display: flex;
  padding: 1rem;
  width: 100%;
}

.panel-collection .panel-collection-item .panel {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 40rem) {
  .panel-collection .panel-collection-item {
    width: 50%;
  }
}

@media screen and (min-width: 56rem) {
  .panel-collection .panel-collection-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto !important;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    min-height: 0.01%;
  }
}

.modal-dialog .modal-content {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
}

.modal-header {
  border-width: 0;
  border-bottom: 1px solid #e9ecef;
}

button:focus {
  border-width: 0 !important;
  outline: none;
}

.btn {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.846;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
  border: 0;
}

.btn:hover,
.btn:active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}

.btn:active {
  background-color: transparent;
}

.btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: #ccc;
  border-radius: 100%;
  opacity: 0.6;
  transform: scale(0);
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.btn:not(:active):after {
  animation: ripple 1.2s ease-out;
}

/* fixes initial animation run, without user input, on page load.
*/

.btn:focus:after {
  visibility: visible;
}

.btn:focus {
  outline: none;
}

.btn-default {
  border: 0;
  color: #444444;
  background-color: #fff;
  box-sizing: border-box;
}

.btn-default:hover {
  background-color: #fff;
}

.btn-table-header {
  border-width: 0;
  background-color: transparent;
  color: #337ab7;
}

.btn-table-header:hover {
  text-decoration: underline;
}

/* ---------------------- Toolbar ----------------------  */

.toolbar {
  transition-duration: 0.5s;
}

.toolbar .btn {
  margin-bottom: 6px;
}

/* per impedire che a finaco della toolbar compaia l'elemento breadcrumb se presente */
.toolbar:after,
.fixed-toolbar:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .toolbar .btn,
  .toolbar .form-control,
  .fixed-toolbar .btn,
  .fixed-toolbar .form-control {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }

  .toolbar .lang-input,
  .fixed-toolbar .lang-input {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }
}

.fixed-toolbar {
  position: fixed;
  /*TODO HERE: ms-teams */
  top: 49px;
  right: 0;
  width: 100%;
  padding: 6px 15px 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  transition-duration: 0.5s;
  z-index: 4;
}
.ms-teams .fixed-toolbar {
  top: 0;
}

.toolbar .btn.pull-left {
  margin-right: 6px;
}

.toolbar .btn.pull-right {
  margin-left: 6px;
}

pre {
  margin-top: 1rem;
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 768px ) {

  .toolbar {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    
  }
  .toolbar.fixed-toolbar {
    margin-left: 0;
    margin-right: 0;
  }
}

.toolbar button:nth-child(n + 2) {
  margin-left: 6px;

}

.toolbar button .fa,
.toolbar button .fas,
.toolbar button .far {
  margin-right: 0.5rem;
}

.toolbar button ul.dropdown-menu {
  border-color: var(--nt-white);
}


/* ---------------------- Main Panel ----------------------  */

#main-panel {
  position: relative;
  padding: 24px;
  margin-top: 5px;
  border-radius: 0.25rem;
  background: #fff;
}

#wrapper.toggled #main-panel {
  overflow: hidden;
}

#main-panel .panel-body > h1,
#main-panel > h1 {
  font-weight: 400;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#main-panel > h1 > hr {
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  #main-panel {
    padding: 15px;
  }
  #page-content-wrapper {
    /*TODO HERE: ms-teams */
    padding: 65px 0 20px;
  }
  .ms-teams #page-content-wrapper {
    padding: 4px 0 20px;
  }
}

@media (min-width: 1200px) {
  #page-content-wrapper #main-panel {
    padding: 15px 20px 70px;
  }
}

input.form-control,
select,
textarea,
.panel-body,
.form-control {
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.input-sm {
  height: 30px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 1.42857143;
}

label {
  color: #0c0c0c;
  font-weight: 600;
}

small {
  color: #999;
}

small {
  color: #4c4c4c;
}

select,
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../img/select-arrow.png') no-repeat center right;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  line-height: 1.42857;
  margin-right: 2px;
}

.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default::before {
  background-color: #f2f2f2;
  border-color: #fff;
  color: #0c0c0c;
  outline: none !important;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 10px;
}

.btn-main-action {
  background-color: #ff7a77;
  color: #fff;
}

.btn-main-action:hover {
  background-color: #e43c38;
  color: #fff;
}

.green {
  color: #88c64c;
}

.black {
  color: #0c0c0c;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

.tab-content {
  margin-top: 10px;
}

.table-responsive .input-group-btn .btn-success {
  height: 40px !important;
}

.table .semi-bold {
  font-weight: 600;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 123, 228, 0.1);
}

/* Preloader */

.block {
  display: block;
}

.progress-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

.ui-progressbar {
  display: none;
  position: fixed;
  left: 40%;
  top: 30%;
  width: 500px;
  background-color: #fff;
  height: 7px;
  border-width: 0;
  z-index: 2000;
}

.progress-label {
  display: none;
  position: fixed;
  left: 40%;
  top: 25%;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
  z-index: 2002;
}

.ui-widget-header {
  background: #007be4 none repeat scroll 0 0;
  border-width: 0;
  color: #333333;
  font-weight: 500;
}

.ui-widget.ui-widget-content {
  border-width: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

/* ---------------------- Top navigation styles ----------------------  */

.navbar {
  margin-bottom: 10px !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
}

.navbar-header > button.navbar-toggle {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  border-radius: 0;
  transition-duration: 0.5s;
  color: #333;
}

.navbar-header > button.navbar-toggle:focus {
  background-color: transparent;
}

.navbar-header > button.navbar-toggle:focus {
  background-color: transparent;
}

p#top-border {
  background-color: #007be4;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 4px !important;
  z-index: 9999;
}

.navbar-form {
  margin-top: 10px;
}

.navbar-form > .form-group > .search {
  border-radius: 15px !important;
}

@media (min-width: 1200px) {
  .navbar-form > .form-group > .search {
    width: 500px !important;
  }
  .activities-title {
    display: none;
  }
  .badge-notify {
    display: inline;
    background: #ff7a77;
    position: absolute;
    top: 3px !important;
    right: 3px;
  }
}

#notificationsDropdownMenu .badge {
  background-color: #ff7a77;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.badge-notify {
  display: inline;
  background: #ff7a77;
  position: absolute;
  top: 0;
}

.navbar-default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #a5a58f;
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar-default .fa-lg {
  vertical-align: middle;
}

.open > .dropdown-menu {
  display: block;
  margin-top: 5px;
}

.dropdown-menu {
  animation: all 0.3s ease-out;
  -webkit-animation: all 0.3s ease-out;
  -moz-animation: all 0.3s ease-out;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    display: block;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 2;
    opacity: 1;
  }
}

.app_name,
.app_name_sm {
  color: #000;
}

#appNav {
  box-shadow: none;
  text-transform: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  height: 100%;
  padding: 8px;
  margin-top: 1px;
  /*background-color: none;*/
  background-color: transparent;
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  transition: 0.3s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-content button {
  padding: 8px;
  font-size: 21px;
  font-weight: 300;
  color: #000;
  background-color: #007be4;
  border-radius: 50%;
}

.overlay-content button img {
  padding: 10px;
}

.overlay .closeBtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 30px;
  color: blue;
  background-color: transparent;
  border-width: 0;
}

.applications-menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}

.top_app_img,
.dropdown img {
  border-radius: 50%;
  max-width: 30px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none;
  text-transform: none;
  width: 100%;
  font-size: 18px;
  padding: 8px 25px 7px 3px;
  z-index: 1;
  border-radius: 0;
  border-width: 0;
  background: url('../img/select-arrow-lg.png') no-repeat 75% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bootstrap-select span.caret,
.dropdown-toggle.user span.caret {
  display: none;
}

.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus {
  background-color: #fff;
  border-color: #fff;
  color: #0c0c0c;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/*.applications-menu-temp button.bs-placeholder {*/
/*  padding: 7px 2px 6px 2px;*/
/*  border-width: 0;*/
/*  outline: none;*/
/*}*/

/*.bootstrap-select > .dropdown-toggle.bs-placeholder,*/
/*.bootstrap-select > .dropdown-toggle.bs-placeholder:active,*/
/*.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,*/
/*.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {*/
/*  color: #0c0c0c;*/
/*  font-weight: 400 !important;*/
/*  border-width: 0;*/
/*  outline: none;*/
/*}*/

/*.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {*/
/*  background-color: #e7e7e7;*/
/*}*/

/*img.top_app_img {*/
/*  width: 35px !important;*/
/*}*/

button.dropdown-toggle > span.filter-option > img.top_app_img {
  display: none !important;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  display: inline-block;
  top: 15px;
  position: absolute;
  right: 15px;
  color: #5cb85c;
}

span.app_name {
  line-height: 36px;
  font-weight: 600;
}

span.app_name_sm {
  line-height: 37px;
  padding-left: 7px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  span.app_name_sm {
    text-transform: uppercase;
    padding-left: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
  }
}

.dropdown .user {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.dropdown img.avatar,
img.avatar {
  max-width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border-width: 0;
  /*TODO HERE: ms-teams */
  top: 55px;
  margin-top: 0;
}
.ms-teams .navbar-nav > li > .dropdown-menu {
  top: 5px;
}

ul.message-dropdown {
  padding: 0;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: #f2f2f2;
    text-align: center;
  }

  .navbar-collapse .message-dropdown,
  .navbar-collapse .language-dropdown .dropdown-menu,
  .navbar-collapse .settings .dropdown-menu {
    text-align: center;
  }

  .navbar-default .container-fluid {
    padding-left: 0;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 5px 25px;
  }

  li.message-preview {
    width: 100% !important;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group {
    width: 100% !important;
  }
}

li.message-preview {
  padding: 8px 30px 5px 8px;
  width: 500px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-preview > a > .media > .media-right > h5.media-heading {
  color: #333;
}

li.message-preview > a > .media > .media-right > h5.new {
  font-weight: bold;
}

li.message-footer {
  margin: 5px 0;
}

/* ---------------------- Toggle top styles ----------------------  */

.navbar {
  z-index: 5 !important;
}

/* ---------------------- Toggle left styles ----------------------  */

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  background-color: #f2f2f2;
  border-width: 0;
  color: #005fb1;
  margin-left: 0;
  padding: 15px 0 15px 15px;
}

.navbar > .container,
.navbar > .container-fluid {
  color: #0c0c0c;
}

@media (max-width: 1199px) {
  .navbar > .container,
  .navbar > .container-fluid {
    padding-left: 15px;
  }
  .container-fluid > .navbar-collapse {
    margin-right: -30px;
    margin-left: -15px;
  }
  .container-fluid
    > .navbar-collapse
    > ul.navbar-right
    > li.dropdown
    > a.dropdown-toggle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-fluid > .navbar-collapse > form.navbar-right > .form-group {
    padding-right: 15px;
    padding-left: 15px;
  }
  form.navbar-form {
    margin-left: 0;
    margin-right: 0;
  }
  form.navbar-form > .form-group {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  form.navbar-form > .form-group > input.form-control {
    width: 100%;
  }
  form.navbar-form > button.btn-default {
    display: none;
  }
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#page-content-wrapper {
  /*TODO: Remove full this block because
      we have remove the topbar and we have to fix top margin and padding.
  */
  width: 100%;
  /*TODO HERE: ms-teams */
  height: calc(100% - 50px);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ms-teams #page-content-wrapper {
  height: 100%;
}

@media (min-width: 768px) {
  #page-content-wrapper {
    /*TODO: Remove full this block because
        we have remove the topbar and we have to fix top margin and padding.
    */
    /*TODO HERE: ms-teams */
    margin-top: 59px;
  }

  .ms-teams #page-content-wrapper {
    /*TODO: Remove full this block because
        we have remove the topbar and we have to fix top margin and padding.
    */
    margin-top: 5px;
  }
}

#page-content-wrapper > .container-fluid {
  /*TODO: Remove full this block because
      we have remove the topbar and we have to fix top margin and padding.
  */
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper.toggled #page-content-wrapper {
  /*TODO: Remove full this block because
      we have remove the topbar and we have to fix top margin and padding.
  */
  width: 100%;
  /*width: calc(100% - var(--sidebar-width));*/
  /*margin-left: var(--sidebar-width);*/
}

@media (max-width: 767px) {
  #wrapper.toggled #page-content-wrapper {
    /*TODO: Remove full this block because
        we have remove the topbar and we have to fix top margin and padding.
    */
    width: 100%;
    z-index: -5;
    margin-left: 0;
  }
  #wrapper.toggled #page-content-wrapper::after {
    /*TODO: Remove full this block because
        we have remove the topbar and we have to fix top margin and padding.
    */
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    animation: overlay 0.5s;
  }
  @keyframes overlay {
    0% {
      background: rgba(0, 0, 0, 0);
    }
    100% {
      background: rgba(0, 0, 0, 0.5);
    }
  }
}

#wrapper.toggled #page-content-wrapper .toolbar.fixed-toolbar {
  /*width: calc(100% - var(--sidebar-width));*/
  /*TODO: Remove full this block because
      we have remove the topbar and we have to fix top margin and padding.
  */
  width: 100%;
}

/**************************************/

/*\****************************************************/
/**\*************** Dot Menu Container ***************/
/***\************************************************/

/* Main container which hold all the menu-temp item input field(search), radio buttons(toggle) etc */
#menu-container {
  position: inherit;
  display: block;
  /*height: calc(100vh - 10%);*/
  height: 100vh;
  overflow-y: hidden;
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#menu-container .panel {
  border-radius: 0;
  -webkit-box-shadow: inset 0 -4px 10px 0 rgb(255, 255, 255),
    inset 0 2px 4px 0 rgba(0, 0, 0, 0.16), inset 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 2px 5px rgba(0, 0, 0, 0.016), 0 2px 10px rgba(0, 0, 0, 0.12);

  box-shadow: inset 0 -4px 10px 0 rgb(255, 255, 255),
    inset 0 2px 4px 0 rgba(0, 0, 0, 0.16), inset 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 2px 5px rgba(0, 0, 0, 0.016), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/*************************************/

.group-btn-wrapper {
  /* Toggle buttons wrapper*/
  display: inline-block;
  border: 0.5px solid #ccc;
}

.group-btn {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.group-btn + label {
  min-width: 80px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  padding: 6px 18px;
  color: #444;
  transition: background-color 0.25s ease;
  border-right: 0.6px solid #ccc;
}

.group-btn + label:last-of-type {
  border-right: none;
}

#eurac .group-btn:checked + label {
  color: #fff;
  background-color: #cf4d29;
}

#unibz .group-btn:checked + label {
  color: #fff;
  background-color: #007be4 !important;
}
/***************************************/

.input-container {
  /*contains input field to search and an icon */
  width: 100%;
  position: relative;
  display: inline-block;
}

.input-container > i {
  /*place icon on the input field  */
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/*
***********************************************************************
Grid menu-temp CSS
************************************************************************
*/

.grid-menu-group-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
  break-inside: avoid;
}

.grid-menu-group-container > .grid-menu-list > .grid-group-name {
  font-weight: 600;
  font-size: 14px;
  margin: 6px 0;
}

.grid-col {
  column-count: 1;
  column-gap: 30px;
  column-fill: balance;
  padding: 15px 90px;
  margin: 0 auto;
  list-style-type: none;
}

.grid-menu-list {
  list-style-type: none;
  padding: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .grid-col {
    column-count: 2;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media only screen and (min-width: 768px) {
  .grid-col {
    column-count: 3;
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .grid-col {
    column-count: 4;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .grid-col {
    column-count: 5;
  }
}

/***********************************************
Grid menu-temp app name containers( app name + favorite star)
***********************************************/
.grid-menu-app-container > a {
  text-decoration: none;
  color: #000;
  margin-right: 5px;
}

.grid-menu-app-container > .favorite-star {
  cursor: pointer;
  color: #ffd563;
  font-size: 13px;
  visibility: hidden;
}

.grid-menu-app-container:hover > .favorite-star {
  visibility: visible;
}

.favorite-star {
  /* <i class="far fa-star"></i>*/
  color: #ffd563;
}

/*\************************************/
/**\***** End Dot Menu Container *****/
/***\********************************/

/***********************************/

#split-bar {
  background-color: #e0e0e0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 4px;
  cursor: col-resize;
}

#split-bar:hover,
#split-bar:focus {
  background-color: #606060 !important;
}

#split-button {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #bababa;
  width: 100%;
  height: 30px;
}

@media (min-width: 1200px) {
  .page-full-width {
    padding: 0 70px 20px 70px !important;
  }
}

/* ---------------------- Content zone styles ----------------------  */

.title {
  margin-bottom: 40px !important;
}

.form-panel {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-panel .form-group,
.form-panel .form-group-sm {
  margin-bottom: 25px;
}

.form-panel .form-group #main-panel {
  padding: 0 !important;
}

.form-group > input.title-input {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  box-shadow: none !important;
  padding-left: 2px !important;
  color: #333;
}

/* ---------------------- UNIBZ styles ---------------------- */

/* #unibz .panel-hover:hover {
  border: 1px solid #007be4!important;
} */

/* colors */

#unibz .primary {
  color: #007be4 !important;
}

#unibz .success {
  color: #00cc00 !important;
}

#unibz .danger {
  color: #e82017 !important;
}

#unibz .info {
  color: #1995ff !important;
}

#unibz .warning {
  color: #e48c00 !important;
}

/* links */

#unibz #page-content-wrapper .table tbody a {
  color: #007be4;
}

#unibz .actions > small > p > a > .fa {
  color: #007be4 !important;
}

/* icons */

.actions > small > p > a > .fa {
  color: #007be4 !important;
}

/* navbar */

#unibz .navbar-default .navbar-nav > li > a {
  color: #007be4;
}

#unibz .navbar-default .navbar-nav > li > a:hover {
  background-color: #e7e7e7;
}

#unibz .navbar-default .navbar-nav > li > a:hover > .fa {
  color: #007be4;
}

#unibz button#menu-toggle {
  box-shadow: none;
  text-transform: none;
  border-width: 0;
  border-radius: 0;
  background: url('../img/ic_bars_lg_blue.png') no-repeat center;
  width: 22px;
  height: 20px;
  padding: 25px;
}

#unibz button#menu-toggle:hover {
  background-color: #e7e7e7;
}

#unibz button#menu-toggle:active,
#unibz button#menu-toggle:focus {
  border-width: 0;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
}

#unibz .badge-notify {
  display: inline;
  background-color: #e63022;
}

/* sidebar */

#unibz #sidebar-wrapper {
  background: #007be4;
}

#unibz .sidebar-nav > .sidebar-brand a {
  background-color: #007be4;
}

/* panel-headings */

#unibz .panel-primary > .panel-heading {
  color: #fff;
  background-color: #007be4;
  border-color: #007be4;
}

#unibz .panel-info > .panel-heading {
  color: #fff;
  background-color: #1995ff;
  border-color: #1995ff;
}

#unibz .panel-success > .panel-heading {
  color: #fff;
  background-color: #00cc00;
  border-color: #00cc00;
}

#unibz .panel-warning > .panel-heading {
  color: #fff;
  background-color: #e48c00;
  border-color: #e48c00;
}

#unibz .panel-danger > .panel-heading {
  color: #fff;
  background-color: #e82017;
  border-color: #e82017;
}

/* pagination */

#unibz .pagination > .active > a,
#unibz .pagination > .active > a:focus,
#unibz .pagination > .active > a:hover,
#unibz .pagination > .active > span,
#unibz .pagination > .active > span:focus,
#unibz .pagination > .active > span:hover {
  background-color: #007be4;
  border-color: #007be4;
  color: #fff !important;
}

#unibz .pagination > li > a,
#unibz .pagination > li > span {
  color: #007be4;
}

/* tabs */

#unibz ul.nav-tabs > li.active > a,
#unibz ul.nav-tabs > li.active > a:focus,
#unibz ul.nav-tabs > li.active > a:hover,
#unibz ul.nav-tabs > li > a:hover,
#unibz ul.nav-tabs > li > a:focus {
  color: #007be4;
  background-color: #eee;
  font-weight: 500;
}

/* buttons */

#unibz .btn-default {
  background-color: #fff;
}

#unibz .btn-default:focus,
#unibz .btn-default:visited {
  background-color: #fff;
}

#unibz .btn-primary,
#unibz .btn-primary:focus,
#unibz .btn-primary:active,
#unibz .btn-primary:visited {
  color: #ffffff;
  background-color: #007be4;
  border-color: #2e6da4;
}

#unibz .btn-primary:hover {
  background-color: #469ee8;
  border-color: #469ee8;
}

#unibz .btn-success,
#unibz .btn-success:focus,
#unibz .btn-success:active,
#unibz .btn-success:visited {
  color: #ffffff;
  background-color: #00cc00;
  border-color: #00ba00;
}

#unibz .btn-success:hover {
  background-color: #00ba00;
  border-color: #00ba00;
}

#unibz .btn-info,
#unibz .btn-info:focus,
#unibz .btn-info:active,
#unibz .btn-info:visited {
  color: #ffffff;
  background-color: #1995ff;
  border-color: #1889e9;
}

#unibz .btn-info:hover {
  background-color: #1889e9;
  border-color: #1889e9;
}

#unibz .btn-warning,
#unibz .btn-warning:focus,
#unibz .btn-warning:active,
#unibz .btn-warning:visited {
  color: #ffffff;
  background-color: #e48c00;
  border-color: #cf7f01;
}

#unibz .btn-warning:hover {
  background-color: #cf7f01;
  border-color: #cf7f01;
}

#unibz .btn-danger,
#unibz .btn-danger:focus,
#unibz .btn-danger:active,
#unibz .btn-danger:visited {
  color: #ffffff;
  background-color: #e82017;
  border-color: #ce1c14;
}

#unibz .btn-danger:hover {
  background-color: #ce1c14;
  border-color: #ce1c14;
}

/* tables */

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 123, 228, 0.03);
}

#unibz .table-responsive .input-group input.form-control {
  height: 40px;
}

#unibz .table-responsive .input-group-btn > .btn-default {
  background-color: #007be4;
  color: #fff;
  padding: 8px 12px;
  border-color: #007be4;
}

/* spinner */

.c-spinner {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
}

.c-spinner::before,
.c-spinner::after {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-radius: 50%;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes anti-rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.c-spinner::before {
  width: 117px;
  height: 117px;
  border-width: 6px;
  border-bottom-color: #007be4;
  border-right-color: #007be4;
  border-top-color: rgba(25, 149, 255, 0);
  border-left-color: rgba(25, 149, 255, 0);
  top: 0;
  left: 0;
  animation: rotate-animation 0.7s linear 0s infinite;
}

.c-spinner::after {
  width: 82px;
  height: 82px;
  border-width: 12px;
  border-bottom-color: #459ce8;
  border-right-color: #459ce8;
  border-top-color: rgba(25, 149, 255, 0);
  border-left-color: rgba(25, 149, 255, 0);
  top: 17px;
  left: 17px;
  animation: anti-rotate-animation 0.9s linear 0s infinite;
}

/* ---------------------- EURAC styles ---------------------- */

/* #eurac .panel-hover:hover {
  border: 1px solid #cf4d29!important;
} */

/* colors */

#eurac .primary {
  color: #cf4d29 !important;
}

#eurac .success {
  color: #00cc00 !important;
}

#eurac .danger {
  color: #ff734c !important;
}

#eurac .info {
  color: #1995ff !important;
}

#eurac .warning {
  color: #f3a318 !important;
}

/* icons */

.actions > small > p > a > .fa {
  color: #dc522c !important;
}

/* navbar */

#eurac .navbar-default .navbar-nav > li > a {
  color: #cf4d29;
}

#eurac .navbar-default .navbar-nav > li > a:hover > .fa {
  color: #cf4d29;
}

#eurac .navbar-default .navbar-nav > li > a {
  color: #cf4d29;
}

#eurac button#menu-toggle {
  box-shadow: none;
  text-transform: none;
  border-width: 0;
  border-radius: 0;
  background: url('../img/ic_bars_lg_red.png') no-repeat center;
  width: 22px;
  height: 20px;
  padding: 25px;
}

#eurac button#menu-toggle:hover {
  background-color: #e7e7e7;
}

#eurac button#menu-toggle:active,
#eurac button#menu-toggle:focus {
  border-width: 0;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
}

#eurac .badge-notify {
  display: inline;
  background-color: #90d740;
}

/* sidebar */

#eurac #sidebar-wrapper {
  background: #cf4d29;
}

#eurac .sidebar-nav > .sidebar-brand a {
  background-color: #cf4d29;
}

/* panel-headings */

#eurac.panel-primary > .panel-heading {
  color: #fff;
  background-color: #cf4d29;
  border-color: #cf4d29;
}

#eurac .panel-info > .panel-heading {
  color: #fff;
  background-color: #29cf9e;
  border-color: #29cf9e;
}

#eurac .panel-success > .panel-heading {
  color: #fff;
  background-color: #00cc00;
  border-color: #00cc00;
}

#eurac .panel-warning > .panel-heading {
  color: #fff;
  background-color: #f3a318;
  border-color: #f3a318;
}

#eurac .panel-danger > .panel-heading {
  color: #fff;
  background-color: #ff734c;
  border-color: #ff734c;
}

/* pagination */

#eurac .pagination > .active > a,
#eurac .pagination > .active > a:focus,
#eurac .pagination > .active > a:hover,
#eurac .pagination > .active > span,
#eurac .pagination > .active > span:focus,
#eurac .pagination > .active > span:hover {
  background-color: #cf4d29;
  border-color: #cf4d29;
  color: #fff;
}

#eurac .pagination > li > a,
#eurac .pagination > li > span {
  color: #cf4d29;
}

/* tabs */

#eurac ul.nav-tabs > li.active > a,
#eurac ul.nav-tabs > li.active > a:focus,
#eurac ul.nav-tabs > li.active > a:hover,
#eurac ul.nav-tabs > li > a:hover,
#eurac ul.nav-tabs > li > a:focus {
  color: #cf4d29;
  background-color: #eee;
  font-weight: 500;
}

/* buttons */

#eurac .btn-primary,
#eurac .btn-primary:focus,
#eurac .btn-primary:active,
#eurac .btn-primary:visited {
  color: #ffffff;
  background-color: #cf4d29;
  border-color: #cf4d29;
}

#eurac .btn-primary:hover {
  background-color: #b54424;
  border-color: #b54424;
}

#eurac .btn-success,
#eurac .btn-success:focus,
#eurac .btn-success:active,
#eurac .btn-success:visited {
  color: #ffffff;
  background-color: #00cc00;
  border-color: #01c201;
}

#eurac .btn-success:hover {
  background-color: #0d821d;
  border-color: #0d821d;
}

#eurac .btn-warning,
#eurac .btn-warning:focus,
#eurac .btn-warning:active,
#eurac .btn-warning:visited {
  color: #ffffff;
  background-color: #f3a318;
  border-color: #d99215;
}

#eurac .btn-warning:hover {
  background-color: #d99215;
  border-color: #d99215;
}

#eurac .btn-danger,
#eurac .btn-danger:focus,
#eurac .btn-danger:active,
#eurac .btn-danger:visited {
  color: #ffffff;
  background-color: #ff734c;
  border-color: #f06c48;
}

#eurac .btn-danger:hover {
  background-color: #f06c48;
  border-color: #f06c48;
}

/* tables */

#eurac .table-responsive .input-group input.form-control {
  height: 40px;
}

#eurac .table-responsive .input-group-btn > .btn-default {
  background-color: #dc522c;
  color: #fff;
  padding: 8px 12px;
  border-color: #dc522c;
}

/* ---------------------- end of UNIBZ/EURAC styles ----------------------  */

/* ---------------------- Goals styles ----------------------  */

span.goal-id {
  font-weight: 400;
  color: #999;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
}

.goal-page-header > .list-group-item,
.goal-page-header {
  border-radius: 0 !important;
}

.goal-page-header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

h4.list-group-item-heading {
  border-left: 3px solid orange;
  padding-left: 7px;
}

.list-group-item-text {
  color: rgba(51, 51, 51, 0.7);
  text-indent: 10px;
}

.goal-avatar {
  width: 45px;
  border: 1px solid #ccc;
}

.goal-table-avatar {
  width: 30px;
  display: inline-block;
  border: 1px solid #ccc;
}

/* ---------------------- Goals styles end ----------------------  */

nav.table-pagination > ul.pagination {
  margin: 0;
}

nav.table-pagination > ul.pagination > li > a {
  margin-top: 0;
  border-width: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0 !important;
}

.recommendations
  > .panel-body
  > .list-group
  > .list-group-item
  > .media
  > a
  > .media-body
  > .media-heading {
  color: #0c0c0c;
  font-weight: 600;
}

.recommendations
  > .panel-body
  > .list-group
  > .list-group-item
  > .media
  > a
  > .media-body
  > .teaser {
  color: #0c0c0c;
}

.actions > small > p > a {
  color: #999 !important;
  margin-right: 5px;
}

/* ---------------------- Entry mask styles ----------------------  */

@media (min-width: 1200px) {
  li.list-group-item #main-panel {
    padding: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
  }
  .bootstrap-filestyle {
    width: 50%;
  }
  .entry-mask-select {
    width: 25%;
  }
}

.bootstrap-filestyle > .input-group-btn > .btn {
  color: #fff;
  background-color: #88c64c;
  border-color: #7bb940;
}

.ajax-file-upload-statusbar .ajax-file-upload-green {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .nav-tabs > li > a > .fa {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  select.input-sm.lang-input {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.846;
    display: inline !important;
  }
}

select.input-sm.lang-input {
  width: 60px;
  height: auto;
  font-size: 12px;
  color: #000;
  margin-right: 5px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  border-radius: 0.125rem;
  border: 0;
}

.info-bar {
  padding: 10px 10px 10px 0;
  color: #a5a5a5;
}

.radio {
  margin-bottom: 15px;
}

ul.nav-tabs > li > a {
  color: #999;
  font-weight: 400;
}

ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:focus,
ul.nav-tabs > li.active > a:hover,
ul.nav-tabs > li > a:hover,
ul.nav-tabs > li > a:focus {
  color: #007be4;
  background-color: #eee;
  font-weight: 500;
}

h4.list-group-item-heading > small {
  color: yellow !important;
}

.ic-socila-sm {
  margin-bottom: 3px;
}

ul.ui-menu {
  background-color: #fff;
  list-style: none;
  width: 300px;
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

ul.ui-menu > li > .ui-menu-item-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.ui-menu > li:last-child > .ui-menu-item-wrapper {
  padding-bottom: 10px;
}

/* ---------------------- Student Payment ----------------------  */

.toolbar .form-inline > select#select-degree {
  width: 300%;
  max-width: 300%;
  background-color: #007be4;
  background-image: url('../img/select-arrow-white.png');
  background-repeat: no-repeat;
  background-position: center right;
  border-width: 0;
  color: #fff;
}

#student-payments hr {
  margin-bottom: 50px;
}

#student-payments #pricing-block h1 {
  padding-bottom: 0;
  font-weight: 500;
}

#student-payments #pricing-block .form-group {
  margin-top: 15px;
  margin-right: 100px;
}

#student-payments .well {
  margin-top: 15px;
  border-width: 0;
  border-radius: 0;
}

#panel-payment-type {
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 0 15px 15px 15px;
  box-shadow: none;
}

#panel-payment-type > .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  width: 100%;
  height: 20vh;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
}

#panel-payment-type.panel-warning > .panel-heading {
  color: #fff;
  background-color: #e48c00;
}

#panel-payment-type.panel-warning > .panel-heading > h1 {
  transform: translateX(-10%) translateY(60%) rotate(-7deg);
  font-size: 35px;
  color: #fff;
}

#panel-payment-type.panel-warning > .panel-body {
  padding-top: 15px;
}

#panel-payment-type.panel-warning > .panel-body > h4,
#panel-payment-type.panel-warning > .panel-body > p {
  text-align: left;
  padding-left: 20px;
}

#panel-payment-type #heading-pago-pa {
  background-image: linear-gradient(
      to right top,
      rgba(70, 158, 232, 0.3),
      rgba(0, 123, 228, 0.5)
    ),
    url('../img/logo-pago-pa.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#panel-payment-type .panel-body .ic-credit-cards {
  width: 120px;
  margin-top: -20px;
}

#panel-payment-type #heading-freccia {
  background-image: linear-gradient(
      to right top,
      rgba(70, 158, 232, 0.5),
      rgba(0, 123, 228, 0.5)
    ),
    url('../img/c.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#panel-payment-type #heading-bank-transfer {
  background-image: linear-gradient(
      to right top,
      rgba(70, 158, 232, 0.5),
      rgba(0, 123, 228, 0.5)
    ),
    url('../img/logo-bank.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#panel-payment-type .list-group,
#panel-payment-type .list-group li {
  border-width: 0;
  text-align: center;
}

#panel-payment-type p {
  padding: 15px;
}

#panel-payment-type .panel-body .list-group li:first-child {
  padding-bottom: 0;
}

#panel-payment-type .panel-body h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

#panel-payment-type .panel-body h2 strong {
  display: block;
}

#panel-payment-type .btn-lg {
  width: 100%;
  max-width: 100%;
  padding: 10px 16px;
  font-size: 1.5rem;
  line-height: 1.3333333;
  border-radius: 3px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* ---------------------- Student Payment History ----------------------  */

#student-payments thead th:last-child {
  padding-right: 20px;
}

#student-payments th > .fa-lg {
  font-size: 3rem;
  color: #07da00;
  padding: 10px;
}

/* ---------------------- Student Payment FAQ ----------------------  */

#student-payments #faq .faq-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  transition-duration: 3s;
}

#student-payments #faq .btn,
#student-payments #faq .btn:active,
#student-payments #faq .btn:focus {
  text-transform: none;
  margin-bottom: 15px;
  background-color: #fff;
  padding-left: 0;
  outline: transparent;
  color: #007be4;
}

#student-payments #faq .btn {
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  line-height: 10;
}

#student-payments #faq .btn:hover {
  background-color: #f2f2f2;
}

#student-payments #faq .btn i {
  margin-right: 15px;
}

/* ---------------------- Notifications Archive ----------------------  */

#notifications-header {
  display: block;
  margin-bottom: 7rem;
}

#notifications-header h5 {
  font-weight: 600;
  color: #8c8c8c;
  text-transform: uppercase;
}

#notifications-header .fa {
  font-size: 1.5rem;
}

#notification-content {
  display: block;
  width: 100%;
}

#notification-content .body {
  border-bottom: 1px solid #eee;
  padding-left: 0;
}

#notification-content .body a {
  display: block;
  padding: 3rem;
  transition-duration: 0.5s;
}

#notification-content .body a:hover,
#notification-content .body a:active {
  background-color: #f2f2f2 !important;
  text-decoration: none;
}

#notification-content .body h4 {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
}

#notification-content .body .meta-content {
  overflow: hidden;
}

#notification-content .body .meta-content span {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #8c8c8c;
}

#notification-content .body .meta-content span:first-child {
  padding-left: 0;
}

#notification-content .close {
  margin: 3rem;
  padding: 2rem;
}

#notification-content img {
  display: block;
  max-width: 50px;
  padding-top: 3rem;
}

#notification-content .read {
  color: #777;
  font-weight: 400;
}

@media (max-width: 768px) {
  #notification-content .body .meta-content {
    font-size: 1.3rem;
  }
  #notification-content .body .meta-content span {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #8c8c8c;
  }
  #notification-content img {
    padding: 2rem 2rem 2em 0;
    margin: 3rem 0 0 0;
  }
  #notification-content .body h4 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #notification-content .close {
    margin: 1rem;
    padding: 1rem;
  }
}

#notifications-header .btn-default:focus {
  background-color: #e8e8e8;
}

#notifications-header .modal .modal-header {
  padding: 15px 15px 0 0;
}

#notifications-header .modal .modal-body {
  padding: 20px;
}

#notifications-header .modal .modal-body h4 {
  font-weight: 500;
}

/* ---------------------- Settings ----------------------  */

#settings .header {
  display: block;
  margin-bottom: 5rem;
}

#settings .header h5 {
  font-weight: 600;
  color: #8c8c8c;
  text-transform: uppercase;
}

#settings section.single-settings {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}

#settings .settings-icon {
  font-size: 2.2rem;
  color: #c0c0c0;
  text-align: center;
}

#settings h5.settings-label {
  margin-top: 0;
  font-weight: bold;
  color: #007be4;
}

#settings section.single-settings {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#settings .alert-settings h5 {
  margin-top: 0;
  font-weight: bold;
  color: #007be4;
}

#settings .alert-settings input {
  margin-bottom: 3rem;
  padding-left: 0;
}

#settings .alert-settings input[type='range'] {
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 100%;
}

#settings .alert-settings input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#settings .alert-settings input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c0c0c0;
  margin-top: -9px;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
}

#settings .alert-settings input[type='range']:focus {
  outline: none;
}

#settings
  .alert-settings
  input[type='range']:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

#settings .alert-settings input[type='range']::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#settings .alert-settings input[type='range']::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
}

#settings .alert-settings input[type='range']:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

#settings .alert-settings input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

#settings .alert-settings input[type='range']::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

#settings .alert-settings input[type='range']::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

#settings .alert-settings input[type='range']::-ms-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
}

#settings .alert-settings input[type='range']:focus::-ms-fill-lower {
  background: #000;
}

#settings .alert-settings input[type='range']:focus::-ms-fill-upper {
  background: #ccc;
}

#settings .alert-settings .alert-value {
  width: 4rem;
  height: 4rem;
  border: 2px dotted #ccc;
  font-size: 21px;
  line-height: 35px;
}

#settings .bank-settings .ng-invalid:not(form) {
  border: 1px solid #a94442;
  /* red */
}

#settings .bank-settings label {
  color: #007be4;
}

#settings .bank-settings .form-check-label {
  font-weight: 400;
  font-size: 13px;
}

#settings .bank-settings input.form-check-input {
  margin-top: 10px;
}

/* ---------------------- Teaching Register ----------------------  */

#teaching-register .fa-hand-o-right {
  color: #ff0000;
}

#teaching-register #register-list .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-bottom: 2rem;
}

#teaching-register #AcademicYearId {
  max-width: 300px;
  font-weight: 600;
  color: #1995ff;
}

@media (max-width: 767px) {
  #teaching-register #AcademicYearId {
    width: 100%;
  }
}

#teaching-register #register-list .academic-year-select {
  padding: 0;
}

#teaching-register #register-list .ic-register {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 2rem;
  background-image: url('../img/ic-register.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#teaching-register #register-list .panel {
  box-sizing: border-box;
  padding: 0;
  border-top: 5px solid #1995ff;
}

#teaching-register #register-list .panel:hover {
  background-color: #f5f5f5;
}

#teaching-register #register-list .panel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 3rem 2rem 3rem;
}

#teaching-register #register-list .panel-header h3 {
  font-weight: 600;
  margin-top: 0;
}

#teaching-register #register-list .panel-body {
  padding: 0 3rem !important;
  border-top: 1px solid #ddd;
}

#teaching-register #register-list .courses-list {
  display: flex;
  align-items: center;
  height: 60px;
}

#teaching-register #register-list .courses-list span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  border-right: 1px solid #e1e1e1;
  padding: 0.5rem 2rem;
}

#teaching-register #register-list .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 2rem 3rem;
}

#teaching-register #register-list .panel-footer .btn {
  margin-left: 1rem;
}

#teaching-register #event-list .toolbar .btn {
  margin-right: 0.5rem;
}

#teaching-register #event-list .toolbar .btn-create-event {
  background-color: #007be4;
  color: #fff;
}

#teaching-register #event-list .toolbar .btn-create-event:hover,
#teaching-register #event-list .toolbar .btn-create-event:active,
#teaching-register #event-list .toolbar .btn-create-event:focus {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

#teaching-register #event-list .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#teaching-register #event-list .hr-dark {
  border-top: 1px dashed #bbb;
}

#teaching-register #event-list .event-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#teaching-register #event-list .w-350 {
  width: 350px;
}

@media (max-width: 767px) {
  #teaching-register #event-list .w-350 {
    display: block;
    margin-right: 1rem;
  }
}

#teaching-register #event-list .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-bottom: 2rem;
}

#teaching-register #event-list .panel {
  border-top: 5px solid #1995ff;
  margin-right: 1rem;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  #teaching-register #event-list .panel {
    margin-right: 0;
  }
}

#teaching-register #event-list .panel-header {
  padding: 3rem 3rem 0 3rem;
}

#teaching-register #event-list .panel-header h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

#teaching-register #event-list .panel-header h5 {
  color: #8c8c8c;
  font-size: 15px;
}

#teaching-register
  #event-list
  .panel-header
  .dropdown
  > button.btn-drop-action {
  background-color: #f2f2f2;
}

#teaching-register
  #event-list
  .panel-header
  .dropdown
  > button.btn-drop-action:hover {
  background-color: #eee;
}

#teaching-register #event-list .panel-header .dropdown ul li button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.1rem 1.7rem;
  background-color: transparent;
  border-width: 0;
  text-align: left;
}

#teaching-register #event-list .panel-header .dropdown ul li button.delete {
  color: #e63022;
}

#teaching-register #event-list .panel-header .dropdown ul li button .fa {
  font-size: 2rem;
  margin-right: 0.5rem;
}

#teaching-register #event-list .panel-body {
  padding: 0 3rem 3rem 3rem !important;
}

/* #teaching-register #event-list .panel-body label {
  color: #02d0c2;
} */

#teaching-register #event-list .panel-body h5 {
  margin-top: 2px;
  margin-bottom: 5px;
}

#teaching-register #event-list .panel-footer {
  display: flex;
  flex-direction: row-reverse;
}

#teaching-register #event-list .panel-event-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

#teaching-register #event-edit .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#teaching-register #event-edit .panel {
  box-sizing: border-box;
  padding: 0;
  border-top: 5px dashed lightblue;
}

#teaching-register #event-edit .panel-header {
  padding: 5rem 5rem 1rem 5rem;
}

#teaching-register #event-edit .panel-header h2 {
  font-weight: 600;
  margin-top: 0;
}

#teaching-register #event-edit .panel-body {
  padding: 1rem 5rem 3rem !important;
}

#teaching-register #event-edit .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

@media (min-width: 768px) {
  #teaching-register #event-edit input#EventDate {
    max-width: 25%;
  }
}

#teaching-register #event-create .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#teaching-register #event-create .panel {
  box-sizing: border-box;
  padding: 0;
  border-top: 5px dashed lightblue;
}

#teaching-register #event-create .panel-header {
  padding: 5rem 5rem 0 5rem;
}

#teaching-register #event-create .panel-header h2 {
  font-weight: 600;
  margin-top: 0;
}

#teaching-register #event-create .panel-header h5 {
  color: #8c8c8c;
  font-size: 15px;
}

#teaching-register #event-create .panel-body {
  padding: 1rem 5rem 3rem !important;
}

#teaching-register #event-create .w-50 {
  max-width: 50%;
}

#teaching-register #event-create form .row .left-part {
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #eee;
}

#teaching-register #event-create form .row .right-part {
  max-width: 400px;
  padding: 2rem;
  background-color: #eee;
  border-radius: 3rem;
}

#teaching-register #event-create hr.hr-mobile {
  display: none;
}

@media (max-width: 900px) {
  #teaching-register #event-create form .row .left-part {
    margin-right: 0;
    border-right-width: 0;
  }
}

@media (max-width: 767px) {
  #teaching-register #event-create form .row .left-part {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  #teaching-register #event-create form .row .right-part {
    margin: 3rem 0 0 0 !important;
    display: block;
  }
  #teaching-register #event-create hr.hr-mobile {
    display: block;
  }
}

#teaching-register #event-create .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

#teaching-register #register-details .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#teaching-register #register-details .panel {
  box-sizing: border-box;
  padding: 0;
  border-top: 5px dashed lightblue;
}

#teaching-register #register-details .panel-header {
  padding: 5rem 5rem 0 5rem;
}

#teaching-register #register-details .panel-header h2 {
  font-weight: 600;
  margin-top: 0;
}

#teaching-register #register-details .panel-body {
  padding: 1rem 5rem !important;
}

#teaching-register #register-details .panel-body table tr.total td.confirmed {
  /* color: #00CC00; */
  width: 20%;
  padding: 1rem;
  color: #fff;
  background-color: #57e30b;
}

#teaching-register #register-details .panel-body table tr.total td.contract {
  /* color: #1995FF; */
  width: 20%;
  padding: 1rem;
  color: #fff;
  background-color: #0bbce8;
}

#teaching-register #register-details .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

#teaching-register #register-details .panel-footer .btn {
  margin-left: 1rem;
}

#teaching-register #submit-register .section-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#teaching-register #submit-register .w-150 {
  max-width: 150px;
}

#teaching-register #submit-register .panel {
  padding: 0;
  border-top: 5px dashed lightblue;
}

.panel-header {
  padding: 5rem 5rem 0 5rem;
}

#teaching-register #submit-register .panel-header h2 {
  font-weight: 600;
  margin-top: 0;
}

#teaching-register #submit-register .panel-body {
  padding: 1rem 5rem !important;
}

#teaching-register #submit-register .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

@media (max-width: 767px) {
  #teaching-register #submit-register .panel {
    padding: 2rem;
  }
  #teaching-register #submit-register .panel-footer {
    padding: 2rem;
  }
}

#teaching-register #submit-register .panel-body {
  padding: 0;
}

#teaching-register #submit-register .panel-footer .btn {
  margin-left: 1rem;
}

#teaching-register #register-auth .panel-body {
  padding: 3rem 5rem !important;
}

#teaching-register #register-auth .panel-body input {
  max-width: 400px;
}

@media (max-width: 767px) {
  #teaching-register #register-auth .panel-body input {
    width: 100%;
  }
}

#teaching-register #register-auth .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

#teaching-register #register-auth-submit .panel-body {
  padding: 3rem 5rem !important;
}

#teaching-register #register-auth-submit .panel-body input {
  max-width: 400px;
}

@media (max-width: 767px) {
  #teaching-register #register-auth-submit .panel-body input {
    width: 100%;
  }
}

#teaching-register #register-auth-submit .panel-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

/* ---------------------- Teaching Register end --------------------  */
