.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  opacity: 0
}
body {
    color: #69707a;
}
.columns {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
.rd-sidebar {
    background-color: #354052;
    margin-right: -10px;
    padding: 10px;
    min-height: 100vh;
}
.rd-sidebar a {
  color: #6F7B7E;
}
.rd-sidebar span {
  color: white;
}
.rd-sidebar .title {
	color: #6F7B7E;
  font-size: 24px;
}
.rd-sidenav {
	padding: 40px;
}

.rd-panel {
	padding: 20px;
}
.rd-hero {
	padding: 20px;
}
/* from tobiasahlin/SpinKit */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

[v-cloak] { display:none; }

td span{
  display:block;
  font-size: 17px;
}

.rd-dropdown {
  margin-top: 60px;
  box-shadow: 0 0 8px #777;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

.rd-dropdown.is-open {
  display: block;
}

.rd-panel .nav-item a.is-active, a.nav-item.is-active {
  color:  #00d1b2;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.imageContainer {
  position: relative;
  width: 128px;
  height:128px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border:1px solid #021a40;
}

.overlay {
  position: absolute;
  padding-top: 5px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height:0;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
}

.cursor-pointer {
  cursor:pointer;
}

.modal-card-body{
    overflow:visible;
    overflow-y: auto;
}

.modal-card{
    overflow:visible;
}

.tab-content {
  overflow: visible !important;
}

.element {
  display: inline-flex;
  align-items: center;
}

.image-upload-custom > input {
  display: none;
}

.uploadContainer {
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.notices {
  padding: 6.2em;
}

@media (max-width: 1024px) {

  .stualabels, .stualabels button, input::-webkit-input-placeholder  {
    text-transform: uppercase;
  }
}


.control.has-icons-right .icon {
  pointer-events: auto !important;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check {
  background: #3273dc url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
  border-color: #3273dc;
}