
.playlist-card.card-lg {
  left: auto !important;
  overflow: visible !important;
}

i.invalid-icon {
  cursor: pointer;
  font-size: 16px;
  color: #f8d386;
}

.card {
  position: relative;
  display: inline-block;
  width: 196px;
  height: 175px;
  overflow: visible;
  margin: 5px;
  text-align: left;
}

.card > img {
  height: 123px;
  max-height: 123px;
  width: 220px;
  max-width: 220px;
}

.card-img img {
  display: block;
  margin: auto;
  padding-top: 23px;
}

.card > .delete {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.card > .card-content {
  margin: 0;
  height: 175px;
  width: 196px;
}

.card-content input[type="text"] {
  border: 1px solid darkgray !important;
  background: #fff !important;
  width: 30px;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  padding: 0 !important;
  float: left;
}

.card .dropdown {
  width: 20px;
  padding: 0;
  top: 110px;
  margin: 0;
}

.card .dropdown button {
  width: 20px;
  background: transparent;
}

.card .dropdown .dropdown-menu {
  min-width: 120px;
  width: 120px;
  margin-top: -5px;
  margin-left: -100px;
  padding: 0;
  border: solid thin #b7b7b7;
  position: absolute;
  background: #fff;
  box-shadow: none;
}

.card .dropdown .dropdown-menu li {
  width: 100%;
}

.card .dropdown .dropdown-menu li:hover * {
  /*background: $darkestgray;*/
  background: #004589;
  color: #fff;
}

.card .dropdown .dropdown-menu .menu-delete:hover * {
  background: #c13434;
}

.card .dropdown .dropdown-menu li * {
  color: #000;
}

.card > .card-content > .card-img {
  margin: 0;
  height: 110px;
  width: auto;
  max-width: 100%;
  max-height: 110px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.card > .card-content > .card-img > table > tbody > tr > td {
  padding: 0px;
}

.card > .card-content > .card-data {
  margin: 0 0 0 0px;
  position: relative;
  display: inline-block;
  height: 65px;
  width: 200px;
  vertical-align: middle;
  line-height: 30px;
  word-wrap: break-word;
}

.card > .card-content > .card-data > .card-name {
  line-height: 21px;
  min-height: 18px;
  max-height: 42px;
  overflow: hidden;
  width: calc(100% - 20px);
  text-overflow: ellipsis;
}

.card > .card-content > .card-data > a {
  margin: 0;
}

.card-expired {
  background: #b7b7b7;
}

.card-expired > .card-content {
  opacity: 0.5;
}

.card-loadmore {
  background: #eee;
}

.card-loadmore:hover {
  cursor: pointer;
}

.card-loadmore > .card-content > .card-img {
  text-align: center;
  padding: 40px 0px;
}

.card-loadmore > .card-content > .card-data > .card-name {
  text-align: center;
  vertical-align: middle;
  width: calc(100%);
  line-height: 60px;
  font-size: 20px;
  color: #000;
}

.card-sm-loading {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: 60px;
  margin: 0.5px 0;
  overflow: hidden;
  text-align: center;
  padding: 10px 110px;
  background-color: #004589;
}

.card-sm {
  position: relative;
  display: inline-flex;
  width: 274px;
  height: 68px;
  margin: 0.5px 0;
  overflow: hidden;
  text-align: left;
  background-color: #fafafa;
  z-index: 102;
}

.card-sm:hover {
  background-color: #eee;
}

.card-sm > .card-content {
  display: -webkit-inline-box;
  margin: 5px 5px 5px 5px;
  height: 58px;
  width: 100%;
}

.card-sm > .card-content > .card-img {
  margin: 0px;
  height: 58px;
  width: 88px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
}

.card-sm .active-date {
  position: absolute;
  left: 100px;
  bottom: 0px;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 2px;
}

.card-sm .active-date.warn {
  color: #ff8d00;
}

.card-sm .active-date.danger {
  color: #CC3333;
}

.card-sm > .btn {
  border-radius: 15px;
  color: #fff;
  position: absolute;
  background-color: #0080ff;
  position: absolute;
  bottom: 4px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  padding: 0;
  opacity: 0.3;
  vertical-align: middle;
}

.card-sm > .btn:hover {
  color: #fff !important;
  background-color: #48a4ff;
  opacity: 1.0;
}

.card-sm > .btn.card-add {
  right: 14px;
}

.card-sm > .btn.card-insert {
  right: 40px;
}

.card-sm > .btn.card-replace {
  right: 66px;
}

.card-sm .drag-handle {
  background: rgba(0, 0, 0, 0);
  width: 100px;
  height: 100%;
  position: absolute;
  left: 2px;
  z-index: 2;
}

.card-folder {
  padding: 5px 10px;
  height: 40px;
  cursor: pointer;
}

.card-folder > img {
  height: 25px;
  width: auto;
}

.card-folder > span {
  display: inline-block;
  width: 85%;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  height: 100%;
  padding: 7px 5px;
  font-weight: bold;
}

.card-sm > .card-content > .card-data {
  position: relative;
  display: table-caption;
  margin: 0 5px 0 5px;
  height: 50px;
  width: 160px;
  font-size: 13px;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.card-sm > .card-content > .card-data > span {
  color: #212121;
  word-break: break-all;
}

.card-sm > .card-content > .card-data > span:nth-child(1) {
  font-size: 12px;
  line-height: 15px;
  width: auto;
  min-height: 18px;
  max-height: 30px;
  display: block;
  overflow: hidden;
}

.card-sm > .card-content > .card-data > span:nth-child(2) {
  color: #b7b7b7;
  font-size: 11px;
  line-height: 15px;
  width: 160px;
  height: 30px;
  display: block;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
}

.card-sm > .card-content > .card-data > span:nth-child(n+3) {
  display: none;
}

.card-sm.not-found > .drag-handle {
  cursor: not-allowed;
}

.card-sm:not(.not-found) > .drag-handle,
.playlist-card-grid.ui-sortable-handle {
  cursor: move;
}

/***** Invalid Card ******/
.card-sm.invalid
.card-sm.not-found {
  background: #f3f3f3;
}

.card-sm.not-found .btn {
  background: #b7b7b7 !important;
  opacity: 0.3 !important;
  cursor: default;
}

.card-sm.not-found .btn:hover {
  background: #b7b7b7 !important;
  opacity: 0.3 !important;
  cursor: default;
}

.card-sm.not-found > .card-content > .card-data > span {
  color: #b7b7b7;
}

.card-sm.invalid > .card-content > .card-data > span > i.invalid-icon {
  cursor: pointer;
  font-size: 16px;
  color: #f5db44;
}

.card-sm.not-found > .card-content > .card-data > span > i.invalid-icon {
  cursor: pointer;
  font-size: 16px;
  color: #CC3333;
}

/********************      card-lg        **************************/
.rect_spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.rect_spinner > div {
  background-color: #212121;
  height: 100%;
  width: 6px;
  margin-left: 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.rect_spinner.pause > div {
  background-color: #212121;
  height: 40%;
  margin-top: 23%;
  margin-left: 1px;
  width: 6px;
  display: inline-block;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.rect_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.rect_spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.rect_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.rect_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.template-list-table {
  width: calc(100% - 200px);
  margin-left: 200px;
}

.content-list-table {
  width: 100%;
}

.content-list-table > thead, .template-list-table > thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
  box-shadow: inset 0px 0px #000, 0 1px #eee;
}

.content-list-table > thead > tr {
  border-bottom: solid thin #eee;
}

.content-list-table th {
  font-weight: bold;
  padding: 0 4px;
}

.content-list-table th.header-sort, .template-list-table th.header-sort {
  cursor: pointer;
}

.content-list-table th.header-sort:hover, .template-list-table th.header-sort:hover {
  color: #004589;
}

.card-lg {
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  text-align: left;
  border-left: solid 2px #eee;
  transition: height 0.2s ease-out;
}

.card-lg .img {
  background-color: transparent;
  min-height: 30px;
  height: 60px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.card-lg img {
  max-height: 100%;
  width: auto;
  max-width: 100px;
  margin-top: 1px;
  border-radius: 2px;
}

.card-lg .name {
  height: 44px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
}

.card-lg .drag-handle {
  cursor: move;
}

.card-lg > .card-content {
  height: 80px;
  border-bottom: solid 2px #eee;
}

.card-lg > .card-content > div > div {
  display: inline-block;
}

.card-lg.uncollapse, .card-lg.list.uncollapse {
  height: auto;
}

.card-lg > .card-content > div > a {
  height: 100%;
  display: inline-block;
  overflow: hidden;
  width: 20px;
  text-align: center;
  padding: 20px 0;
  color: #000;
  line-height: 35px;
}

.card-lg .option {
  display: inline-block;
  /*    line-height: 32px;*/
  vertical-align: middle;
}

.card-lg .option select {
  padding: 0 !important;
}

.card-lg .option .select2 {
  font-size: 12px;
  /*    width: 60px !important;*/
}

/*.card-lg .option .select2-selection {
    width: 80px !important;
}*/
.card-lg .option input.timestart, .card-lg .option input.timestop {
  font-size: 12px;
  width: 61px;
}

.card-lg .option input.timestart:disabled, .card-lg .option input.timestop:disabled {
  color: #999;
}

.card-lg .option .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.card-lg .option .select2-container--open .select2-dropdown--below {
  font-size: 11px;
}

.option-container .option .duration {
  width: 90% !important;
  max-width: 100%;
}

.card-lg .option-container .action-button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #212121;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  float: right;
  position: absolute;
  right: 0px;
  z-index: 101;
  top: 0px;
}

.card-lg .option-container .action-button.swap-button {
  right: 36px;
}

.card-lg .option-container .action-button.delete {
  top: 6px;
}

.card-lg .option-container .action-button.swap-button:disabled,
.card-lg .option-container .action-button.delete:disabled {
  color: #999;
}

.card-lg .delete:hover {
  color: #c13434;
}

.card-lg .delete:disabled {
  color: #999;
}

.card-lg .delete:disabled:hover {
  color: #999;
}

/*LIST*/
.card-lg.list {
  height: fit-content;
  display: grid;
  width: 100%;
}

.card-lg.list .img {
  height: 44px;
  width: 100px;
  text-align: center;
  margin: 0px 0px;
  padding: 2px;
  align-content: center;
}

.card-lg.list .name {
  font-size: 13px;
  padding: 0px 6px;
  line-height: 20px;
  width: 80%;
}

.card-lg.list > .card-content {
  height: fit-content;
  min-height: 46px;
  width: 100%;
}

.card-lg.list > .card-content > div > a {
  height: 30px;
  padding: 0px 0px;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.card-lg.list > .card-content > div.info {
  display: inline-flex;
  /*display: inline-block;*/
  /*width: calc(100% - 450px);*/
  /*padding-left: 10px;
    vertical-align: top;
    float: none;*/
}

.card-lg.list > .card-content > div .card-order-number {
  display: inline-block;
  width: 40px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  float: left;
}

.option {
  display: inline-block;
  padding: 0px;
  /*    line-height: 32px;*/
  vertical-align: middle;
  word-break: break-all;
}

.option-container {
  /*display: inline-block;
    overflow: hidden;
    width: 440px;*/
  /*height: 46px !important;*/
  /*padding: 0px;
    float: none;*/
}

.option-container .option .duration {
  overflow: visible;
  text-overflow: initial;
  padding-right: 0px;
  width: 90% !important;
  max-width: 100%;
}

i.tag, span.tag {
  color: #004589;
}

/*Header*/
.playlist-header {
  background: #eee;
  height: 45px;
  width: 100%;
  padding: 5px;
  overflow: hidden;
}

.playlist-header > div, .playlist-header > div > div {
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
}

.playlist-header .toggle {
  padding-left: 0px;
}

.playlist-header > div > div {
  /*    padding: 8px 5px;
    width: 80px;*/
}

.toggle-view {
  outline: none;
  border: none;
  background-color: transparent;
  height: 35px;
  width: 35px;
  color: #212121;
  font-size: 16px;
  border-radius: 2px;
}

.toggle-view:hover {
  color: #000;
  border: solid thin #b7b7b7;
}

.media-card {
  width: 100%;
  height: 100px;
  border-bottom: solid thin #eee;
  background-color: #fff;
}

.media-card > div {
  height: 100%;
  padding: 5px;
  line-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.media-card.list {
  height: 54px;
}

.media-card.list.active {
  background-color: #eee;
}

.media-card.list td {
  padding: 0 4px;
}

.media-card:hover {
  background-color: #eee;
  color: #000;
}

.media-card:hover > div:last-of-type {
  color: #000;
}

.media-card .div-item {
  line-height: 100%;
  min-width: 134px;
  width: 250px;
}

.media-card .div-item > div {
  display: inline-block;
}

.media-card .item-checkbox {
  width: 30px;
  text-align: center;
}

.media-card .div-img {
  min-width: calc(100% - 34px);
  height: 100%;
  text-align: center;
}

.media-card .div-img:hover {
  cursor: move;
}

.media-card .div-img > img {
  height: auto;
  max-height: 50px;
  max-width: 140px;
  border-radius: 2px;
}

.media-card .badge {
  margin: 2px;
  font-size: 10px;
  background-color: #004589;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  text-overflow: ellipsis;
  cursor: default;
}

.media-card .badge.success {
  background-color: #6DC59E;
}

.media-card .badge.warn {
  background-color: #ff8d00;
}

.media-card .badge.danger {
  color: #fff;
  background-color: #CC3333;
}

.media-card .div-name {
  word-break: break-all;
  min-width: 180px;
  max-width: 30vw;
  cursor: pointer;
}

.media-card .div-name:hover {
  color: #0080ff;
}

.media-card .div-tag {
  max-width: 200px;
}

.media-card .div-tag {
  max-width: 200px;
}

.media-card .div-name a {
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
  width: calc(100%);
  line-height: 18px;
}

.media-card .div-name span {
  position: absolute;
  font-size: x-small;
  bottom: 2px;
  height: 28%;
}

.media-card .div-name .badge {
  top: 18px;
  right: 30px;
  height: 15px;
}

.media-card .card-expire {
  display: inline-block;
  white-space: normal;
  padding: 2px;
  text-align: left;
  bottom: 0;
}

.media-card .card-expire > .active {
  color: #6DC59E;
}

.media-card .card-expire > .expired {
  color: #CC3333;
}

.media-card .card-expire > .notactive {
  color: #0080ff;
}

.media-card.list td.div-action {
  text-align: right;
}

.media-card td[data-func='channel'], .media-card td[data-func='branch'], .media-card td[data-func='folder'] {
  cursor: pointer;
}

.media-card td[data-func='channel']:hover, .media-card td[data-func='branch']:hover, .media-card td[data-func='folder']:hover {
  color: #0080ff;
}

.media-card td a.fa-edit {
  opacity: 0.0 !important;
}

.media-card td:hover a.fa-edit {
  opacity: 1.0 !important;
}

.media-card.drop-hover {
  background-color: #48a4ff;
}

.media-card.highlight {
  width: 260px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px #48a4ff !important;
}

.media-card.highlight .div-item, .media-card.highlight .div-img {
  min-width: 10px;
  width: auto;
  padding: 0;
}

.media-card.highlight .item-checkbox {
  display: none;
}

#multipleText {
  display: inline-block;
}

.sub-template-duration {
  padding-left: 8px;
  font-weight: bold;
  position: relative;
  top: 5px;
}

.card-order-number {
  display: flex !important;
  flex-direction: row;
}

.card-order-number:before {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #d4d4d4;
  margin: auto;
  margin-right: 7px;
}

.order-div {
  float: left;
}

.sub-template .order-div, .sub-playlist .order-div {
  border-left: 2px solid #eee;
  height: 100%;
  width: 50px;
  margin-left: -2px;
}

.sub-frame,
.sub-template,
.sub-playlist {
  padding-left: 20px;
}

.sub-template-order-number {
  display: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: initial !important;
}

.select2-selection {
  height: 30px !important;
}

/*-------------- Monthly Weekly Selector -------------------*/
.month-setting {
  width: 100%;
}

.month-setting-option.disabled {
  color: #999;
}

.month-setting-option, .month-setting-selector {
  display: inline-block;
}

.month-setting-option i {
  font-size: 16px;
  margin: 0px 3px;
}

.month-setting-option span {
  font-size: 11px;
}

.option-name, .month-option-toggle {
  cursor: pointer;
}

.month-option-toggle {
  border-bottom: solid 2px #eee;
  display: inline-flex;
  padding: 5px 0px;
}

.month-option-toggle.disabled {
  opacity: 0.7;
}

.month-select-container {
  z-index: 102;
  position: absolute;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 2px #e4e4e4;
  -moz-box-shadow: 0px 0px 6px 2px #e4e4e4;
  box-shadow: 0px 0px 6px 2px #e4e4e4;
}

.month-select-container:hover {
  -webkit-box-shadow: 0px 0px 6px 2px #e4e4e4 !important;
  -moz-box-shadow: 0px 0px 6px 2px #e4e4e4 !important;
  box-shadow: 0px 0px 6px 2px #e4e4e4 !important;
}

.easySelectable {
  margin-bottom: 0px !important;
}

.selectable {
  padding-inline-start: 0px !important;
}

.selectable li.es-selected {
  background: #0080ff;
  color: #fff;
}

.selectable li {
  border-radius: 2px;
  padding: 0px 10px;
  margin: 0 3px 3px 0;
  background: #efefef;
  transition: background 0.2s;
  color: #222;
  text-align: center;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.selectable.monthlydate-date {
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

ul.selectable.monthlydate-date li {
  padding: 0px 3px;
}

ul.selectable.monthlydate-month {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
}

.select-title {
  font-size: 12px;
  color: #888;
}

.select-title.all {
  cursor: pointer;
}

.select-title.all:hover {
  text-decoration: underline;
}

/* On screens that are 1600px or less, set the background color to olive */
@media screen and (max-width: 1600px) {
  /*    .card-lg.list, .card-lg.list > .card-content {
        height: 70px;
    }*/
}

a, button {
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* IE11+ */
}

button:disabled {
  cursor: initial !important;
}

.btn-head {
  width: 120px;
  min-width: 100px;
  max-width: 250px;
  height: 31px;
  padding: 0 12px 0 2px;
  color: #fff;
  border-radius: 2px;
  border-color: transparent;
  background-color: #999;
  outline: none !important;
}

.btn-head .btn-span {
  font-size: 16px;
  display: inline-block;
  padding-top: 0.25em;
  margin-left: -1em;
}

.btn-head .fa-stack {
  float: left;
}

.btn-head .fa-stack .fa {
  color: #fff;
}

.btn-head .fa-stack > .fa-inverse {
  color: #999;
}

.btn-head:hover .fa-stack .fa-stack-1x, .btn-head:active .fa-stack .fa-stack-1x {
  color: #004589;
}

.btn-head:focus {
  color: #fff;
}

.btn-head-success:hover, .btn-head-success:active {
  color: #fff;
  background-color: #004589;
}

.btn-head-success:hover .fa-stack .fa-stack-1x, .btn-head-success:active .fa-stack .fa-stack-1x {
  color: #004589;
}

.btn-head-primary:hover, .btn-head-primary:active {
  color: #fff;
  background-color: #004589;
}

.btn-head-primary:hover .fa-stack .fa-stack-1x, .btn-head-primary:active .fa-stack .fa-stack-1x {
  color: #004589;
}

.btn-head-danger:hover, .btn-head-danger:active {
  color: #fff;
  background-color: #CC3333;
}

.btn-head-danger:hover .fa-stack .fa-stack-1x, .btn-head-danger:active .fa-stack .fa-stack-1x {
  color: #CC3333;
}

.btn-head-default:hover, .btn-head-default:active {
  color: #fff;
  background-color: #999;
}

.btn-head-default:hover .fa-stack .fa-stack-1x, .btn-head-default:active .fa-stack .fa-stack-1x {
  color: #0080ff;
}

.btn-head-warning:hover, .btn-head-warning:active {
  color: #fff;
  background-color: #D3A243;
}

.btn-head-warning:hover .fa-stack .fa-stack-1x, .btn-head-warning:active .fa-stack .fa-stack-1x {
  color: #999;
}

.btn-head-info:hover, .btn-head-info:active {
  color: #fff;
  background-color: #00ffff;
}

.btn-head-info:hover .fa-stack .fa-stack-1x, .btn-head-info:active .fa-stack .fa-stack-1x {
  color: #999;
}

.fa-stack-1-5x-head {
  font-size: 1.5em;
  margin-top: 0.17em;
}

.fa-stack-0-9x-head {
  font-size: 0.9em;
  line-height: inherit;
  margin-top: 0.1em;
}

.btn-content {
  min-width: 100px;
  width: 120px;
  max-width: 250px;
  padding: 0px 12px 0 0;
  border-radius: 13px;
  height: 26px;
  border-color: #0080ff;
  color: #999;
  background: rgba(220, 212, 168, 0.2);
  outline: none !important;
}

.btn-content .btn-span {
  font-size: 14px;
  display: inline-block;
  padding-top: 0em;
  margin-top: 0.1em;
  margin-left: -1em;
}

.btn-content .fa-stack {
  float: left;
}

.btn-content .fa-stack .fa {
  background: transparent;
}

.btn-content .fa-stack .fa-inverse {
  color: #999;
}

.btn-content-primary:hover, .btn-content-primary:active {
  color: #5d87ad;
}

.btn-content-primary:hover .fa-stack .fa-stack-1x, .btn-content-primary:active .fa-stack .fa-stack-1x {
  color: #5d87ad;
}

.btn-content-success:hover, .btn-content-primary:active {
  color: #004589;
}

.btn-content-success:hover .fa-stack .fa-stack-1x, .btn-content-primary:active .fa-stack .fa-stack-1x {
  color: #004589;
}

.btn-content-danger:hover, .btn-content-danger:active {
  color: #CC3333;
}

.btn-content-danger:hover .fa-stack .fa-stack-1x, .btn-content-danger:active .fa-stack .fa-stack-1x {
  color: #CC3333;
}

.fa-stack-1-5x-content {
  font-size: 1.3em;
  margin-top: -0.1em;
  margin-right: 1em;
}

.fa-stack-0-9x-content {
  font-size: 0.9em;
  line-height: inherit;
  margin-top: 0.05em;
}

.btn-browse {
  width: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
  border: solid 2px transparent;
  outline: none;
  background: #eee;
}

.btn-browse:hover, .btn-browse:active {
  color: #999;
}

.btn-top-rigth {
  font-size: 1.1em;
  color: #212121;
  outline: none;
  border: 0px;
  margin: 0 5px 0 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-transparent {
  font-size: 1.1em;
  color: #212121;
  outline: none;
  border: 0px;
  margin: 0 5px 0 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.btn-transparent:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.success {
  color: #004589;
}

.success:hover {
  color: #999;
}

.success:active, .success:focus {
  color: #004589;
}

.primary {
  color: #999;
}

.primary:hover {
  color: #004589;
}

.primary:active, .primary:focus {
  color: #999;
}

.danger {
  color: #999;
}

.danger:hover {
  color: #CC3333;
}

.danger:active, .danger:focus {
  color: #999;
}

.btn-table {
  background: transparent;
  border: none;
  outline: none;
  font-size: 25px;
  padding: 0;
}

.btn-table-danger {
  color: #b7b7b7;
}

.btn-table-danger:hover, .btn-table-danger:active {
  color: #c13434;
}

.btn-table-primary {
  color: #b7b7b7;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
  padding-left: 7px;
  border-radius: 15px;
}

.btn-table-primary:hover, .btn-table-primary:active {
  color: #48a4ff;
}

.btn-sm {
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
}

.btn-save {
  background: transparent;
  color: #0080ff;
  width: 100px;
  border: solid thin #0080ff;
}

.btn-save:hover {
  color: #48a4ff;
  border: solid thin #48a4ff;
}

/*.btn-floating, .btn-floating:visited {
    padding: 0;
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-radius: 55.5px;
    width: 55.5px;
    height: 55.5px;
    text-align: center;
    vertical-align: middle;
    color: $white;
    font-size: 1.5em;
    line-height: 54px;
    background-color: $blue;
    z-index: 98;
    box-shadow: 0px 2px 3px 1px $darkgray;
}*/
.btn-floating, .btn-floating:visited {
  padding: 0;
  position: absolute;
  top: 55px;
  right: 25px;
  width: 80px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5em;
  background-color: #0080ff;
  z-index: 98;
  box-shadow: 0px 2px 3px 1px #999;
}

.btn-floating:active, .btn-floating:hover, .btn-floating:focus {
  cursor: pointer;
  color: #fff;
  background-color: #48a4ff;
  box-shadow: 0px 2px 3px 1px #999 !important;
}

.btn-tool {
  position: relative;
  font-size: 1.1em;
  color: #212121;
  outline: none;
  border: 0px;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.btn-tool:hover:not([disabled]) {
  background-color: rgba(183, 183, 183, 0.2);
  color: #000;
}

.btn-tool:hover:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.btn-tool:active {
  background-color: rgba(183, 183, 183, 0.5);
  color: #000;
}

.btn-tool.active {
  background-color: rgba(183, 183, 183, 0.5);
  color: #000;
  box-shadow: none;
}

.btn-tool:disabled {
  opacity: 0.5;
}

.btn-tool .fa {
  position: absolute;
  top: 8px;
  left: 9px;
}

.btn-normal {
  color: #0080ff;
  border-color: #0080ff;
  background-color: #fafafa;
}

.btn-normal:hover {
  color: #0080ff;
  background-color: #eee;
}

.btn:disabled, .btn:disabled:hover {
  background-color: #fafafa !important;
  color: #b7b7b7 !important;
  font-weight: bold;
  cursor: not-allowed !important;
}

.btn-primary {
  background-color: #fafafa !important;
  color: #0080ff !important;
  font-weight: bold;
  border: solid thin #eee !important;
}

.btn-primary:hover {
  background-color: #0080ff !important;
  color: #fff !important;
}

.btn-success {
  background-color: #0080ff !important;
  color: #fff !important;
  font-weight: bold;
  border: none;
}

.btn-success:hover {
  background-color: #0080ff !important;
  color: #fff !important;
  opacity: 0.8;
}

input {
  border: none !important;
  background: transparent;
}

input.input-validation-error {
  border: 1px solid #c13434;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

input.text {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 15px;
  margin: auto;
  padding: 6px 12px;
  width: 310px;
  max-width: 310px;
  height: 34px;
  border: none !important;
}

input.text:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0080ff;
}

input[type="text"], input[type="password"], input[type="number"] {
  border-radius: 2px;
}

input {
  outline: none;
  padding-left: 5px;
}

input:focus, input:active {
  outline: none;
  box-shadow: 0 0 0 1px #0080ff;
}

select {
  height: 32px;
  border-radius: 2px;
  border: none !important;
  border-bottom: solid 2px #eee !important;
}

select:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0080ff;
}

textarea {
  border-radius: 4px;
  padding: 5px;
}

textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0080ff;
}

.ui-selectmenu-button.ui-state-focus {
  background: white !important;
  border-radius: 15px 15px 0 0 !important;
  border-bottom: none !important;
}

.ui-selectmenu-button, .ui-selectmenu-button.ui-corner-all {
  background: transparent !important;
  height: 29px;
  border: solid thin #48a4ff !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  margin: 0;
  color: #48a4ff !important;
  width: 140px !important;
}

.ui-selectmenu-button.ui-corner-top {
  background: white !important;
  border-radius: 2px 5px 0 0 !important;
  border-bottom: none !important;
}

.ui-selectmenu-button.ui-corner-bottom {
  background: white !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.ui-selectmenu-button.ui-state-focus.invert {
  background: white !important;
  border: solid thin #0080ff !important;
  border-radius: 2px 5px 0 0 !important;
  border-bottom: none !important;
}

.ui-selectmenu-button.invert, .ui-selectmenu-button.ui-corner-all.invert {
  display: block !important;
  height: 32px !important;
  background: #fff !important;
  border: solid thin #b7b7b7 !important;
  border-radius: 2px !important;
  color: #000 !important;
}

.ui-selectmenu-button.ui-corner-top.invert {
  background: white !important;
  border: solid thin #0080ff !important;
  border-radius: 2px 5px 0 0 !important;
  border-bottom: none !important;
}

.ui-selectmenu-text {
  height: 26px;
  vertical-align: middle !important;
  padding-top: 4.5px !important;
}

.ui-menu {
  background: #fff !important;
  border: solid thin #0080ff !important;
}

.ui-corner-top {
  border-bottom: none !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.ui-corner-bottom {
  border-top: none !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.ui-menu-item {
  padding-left: 13px !important;
  font-size: 13px !important;
  background: transparent !important;
  color: #000 !important;
}

.ui-menu-item.ui-state-hover, .ui-menu-item.ui-state-active, .ui-menu-item.ui-state-focus {
  font-size: 13px !important;
  border: none !important;
  background: #0080ff !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: normal !important;
  margin: 0 !important;
}

.search-button {
  height: 30px;
  font-size: 13px;
  color: #b7b7b7;
  background: transparent;
  outline: none;
  border: none;
  display: inline-block;
}

.input-search {
  background: #fff;
  width: 300px;
  max-width: 100%;
  margin: 0;
}

.input-title {
  width: 100% !important;
  max-width: 320px !important;
  height: 29px !important;
  font-size: 14px !important;
  text-overflow: ellipsis;
  color: #0080ff;
  margin: 0 0 10px 0 !important;
  padding: 4px 8px;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  border: solid 1px #0080ff !important;
  line-height: 16px;
}

.input-title-edit {
  background-color: #fff !important;
  color: #000;
  border: solid 1px #0080ff !important;
  display: inline-block;
  visibility: visible;
  text-overflow: inherit;
}

.input-validation-error {
  background: #fff !important;
  border: solid thin #CC3333 !important;
}

.btn-title-edit {
  width: 29px !important;
  height: 100% !important;
  font-size: 16px !important;
  text-overflow: ellipsis;
  color: #0080ff;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.field-validation-error {
  font-size: 13px;
  color: transparent;
  position: relative;
  margin-top: -30px;
  margin-right: 5px;
  float: right;
  width: 20px;
  height: 20px;
  padding-left: 2px;
  white-space: nowrap;
  z-index: 2;
}

.field-validation-error > span {
  color: transparent;
}

.field-validation-error:before {
  color: #CC3333 !important;
  font-size: 18px;
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}

.select2-container--default .select2-selection--multiple {
  max-height: 128px;
  border: none !important;
  border-bottom: solid thin #b7b7b7 !important;
  border-radius: 0px !important;
  overflow: auto !important;
  height: auto !important;
}

.select2-container--default .select2-selection--multiple:focus {
  border: none !important;
  border-bottom: solid 2px #0080ff !important;
}

.select2-selection--multiple::-webkit-scrollbar {
  /*display: none;*/
}

.select2-results .select2-results__options {
  border: none !important;
}

.select2-results .select2-results__options:last-child {
  border: none;
}

.select2-selection__choice {
  display: inline-flex;
  flex-direction: row-reverse;
  background-color: #004589 !important;
  border: none !important;
  border-radius: 0.5em !important;
  padding-right: 1px !important;
  color: white;
}

.select2-selection__choice__remove {
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 5px;
  padding-top: 2px;
  padding-left: 4px;
  line-height: 17px;
  width: 15px;
  height: 19px;
  border: 0px;
  border-radius: 0px;
  color: #fff !important;
  border-left: 1px solid #b7b7b7;
}

.select2-selection {
  display: -webkit-inline-box;
}

.select2-selection__rendered {
  display: -webkit-inline-box;
}

.select2-search.select2-search--dropdown > .select2-search__field {
  border: 1px solid #999 !important;
  border-radius: 2px;
  max-width: none !important;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
  border-bottom: solid 2px #eee !important;
  border-radius: 0px;
}

.select2-container--default:hover .select2-selection--single {
  border-bottom: solid 2px #48a4ff !important;
}

.input-assumpte + input + label:after, .input-assumpte + label:after {
  background-color: #fff;
  border: solid thin #212121;
  border-radius: 2px;
  display: inline-block;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 18px;
  height: 18px;
  content: '';
  margin: 0;
  cursor: pointer;
}

.input-assumpte:disabled + label:after, .input-assumpte:disabled + input + label:after {
  opacity: 0.5;
  background-color: #b7b7b7;
  cursor: default;
}

.input-assumpte:checked + label:after, .input-assumpte:checked + input + label:after {
  background-color: #0080ff;
}

.input-assumpte:checked:disabled + label:after, .input-assumpte:checked:disabled + input + label:after {
  opacity: 0.5;
  background-color: #0080ff;
}

span.input-group-addon {
  background-color: #fafafa !important;
  border: solid thin #eee !important;
}

span.input-group-addon:hover {
  background-color: #eee !important;
}

input.form-control {
  border-bottom: solid thin #eee !important;
  font-size: 12px;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 28px;
  overflow: hidden;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0080ff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*---------------------------------------------- Bootstrap ----------------------------------------------*/
@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  #message_modal .modal-dialog {
    width: 300px;
  }
  #message_modal .modal-footer > button {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-dialog .modal-content {
  border-radius: 0px;
}

.modal-dialog .modal-content:hover, .modal-dialog .modal-content:active {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}

.modal-dialog .modal-content .modal-header {
  padding-top: 10px;
  padding-bottom: 4px;
  color: #0080ff;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
}

.modal-dialog .modal-content .modal-header .close {
  color: #000;
  background-color: transparent;
  font-size: 30px;
  margin-top: -5px;
  opacity: 1;
}

.modal-dialog .modal-content .modal-header .close:hover {
  color: #b7b7b7;
}

.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
}

.modal-dialog .modal-content .modal-body {
  font-weight: bold;
  text-align: left;
  max-height: calc(100vh - 200px);
  overflow: auto;
  white-space: pre-line;
}

.modal-dialog .modal-content .modal-footer {
  padding: 8px;
  text-align: right;
}

.modal-dialog .modal-content .modal-footer .btn {
  font-size: 13px;
  border-radius: 2px;
  border: none;
  color: #fff;
  width: calc(50% - 10px);
}

.modal-dialog .modal-content .modal-footer .btn.btn-default {
  background-color: transparent;
  color: #212121;
}

.modal-dialog .modal-content .modal-footer .btn.btn-cancel {
  background-color: transparent;
  color: #212121;
}

.modal-dialog .modal-content .modal-footer .btn.btn-cancel:hover {
  background-color: transparent;
  color: #000;
}

.modal-dialog .modal-content .modal-footer button {
  width: 45%;
}

/*.modal.in .modal-dialog, .modal.fade .modal-dialog {
    transform: translate(0,-50%);
    margin-top: 25%;
}*/
.modal-sm .modal-content .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.modal-sm .modal-content .modal-footer .btn:first-child {
  float: none;
  width: 100%;
}

.btn-default, .btn-default:focus {
  background-color: #fff;
}

.btn-default:hover {
  background-color: #eee;
}

.btn-success, .btn-success:focus {
  background-color: #6DC59E;
}

.btn-danger, .btn-danger:focus {
  background-color: #CC3333;
}

.btn-save, .btn-save:focus {
  background-color: #0080ff;
}

.btn-save:hover {
  /*width: calc(100%);*/
  color: #fff;
  background: #48a4ff;
  opacity: 0.9;
  border: solid 0.5px #eee;
  border-radius: 2px;
}

.modal-dialog .modal-content .modal-header .close:disabled {
  color: #b7b7b7;
}

.modal-dialog .modal-content .modal-footer .btn-default:hover:disabled {
  background-color: #999;
  opacity: .65;
}

.modal-dialog .modal-content .modal-footer .btn-save:hover:disabled {
  opacity: .65;
}

.loading-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.loading-screen.fullscreen {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 101;
}

.loader-wrapper {
  height: 100%;
  padding: 0;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  margin: 0px 0 0 -75px;
  border-radius: 50%;
  border: 20px solid transparent;
  border-top-color: #0080ff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

.clear-screen {
  position: fixed;
  padding: 0;
  margin: 0;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadeout 0.5s forwards;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeout 0.5s forwards;
  -o-animation: fadeout 0.5s forwards;
  animation: fadeout 0.5s forwards;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fadeout {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.table th {
    font-weight: bold;
}

.table-card-individual {
    width: 100%;
    max-width: 600px;
    background: #FAFAFA;
    margin: auto;
}
.table-card-individual tbody tr td{
    padding: 10px;
    vertical-align: top;
}
.table-card-individual tbody tr td:first-child{
    min-width: 160px;
    width: 160px;
}
.table-card-individual tbody tr td:not(:first-child){
    width: auto;
}
.table-card-individual tbody tr td textarea{
    width: 280px;
    max-width: 280px;
    height: 100px;
    max-height: 100px;
}

.table-card-individual tbody tr td input[type="text"],
.table-card-individual tbody tr td input[type="password"] {
    width: 280px;
}
.table-card-individual tbody tr td .input-mini {
    width: 133px !important;
}

.table-card-individual tbody tr td .progress{
    margin-top: 2px;
    width: 280px;
    height: 20px;
    background: #eee;
}
.table-card-individual tbody tr td .progress *{
    color: #333;
}
.table-card-individual tbody tr td .btn-browse {
    position: absolute;
    margin-left: -32px;
    margin-top: 2px;
}

    .table-card-individual tbody tr td {
        padding: 10px;
        vertical-align: top;
    }

    .table-card-individual tbody tr td:first-child {
        min-width: 160px;
        width: 160px;
    }

    .table-card-individual tbody tr td:not(:first-child) {
        width: auto;
    }

    .table-card-individual tbody tr td textarea {
        width: 280px;
        max-width: 280px;
        height: 100px;
        max-height: 100px;
    }

.bootstrap-switch {
  border-radius: 20px;
  background: #212121;
}

.bootstrap-switch .bootstrap-switch-label {
  outline: none !important;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 30px;
  background: #212121;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  border: solid thin transparent;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #0080ff;
}

.navbar-header {
  width: 100%;
  height: 50px;
  padding: 10px 0 10px 0;
  margin: 0;
}

.navbar-login {
  top: 0;
  right: 0;
  height: 50px;
  display: none;
}

.header-title {
  font-size: 18px;
  color: #48a4ff;
  position: absolute;
  top: 4px;
  left: 70px;
  height: 50px;
  padding-top: 9px;
}

.header-title a, .header-title a:hover {
  color: #48a4ff;
  text-decoration: none;
  font-weight: bold;
}

.header-title .active, .header-title .active:hover {
  color: #48a4ff;
  font-weight: 100 !important;
  text-decoration: none;
  font-weight: bold !important;
}

#menu_down {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 0;
  padding: 8px 0px 7px 15px;
  outline: none;
}

#menu_down > span {
  display: block;
  color: #999;
  width: 50px;
}

#menu_down > span:hover {
  cursor: pointer;
}

#menu_down:hover > span, #menu_down:active > span {
  color: #b7b7b7;
  outline: none;
  width: 50px;
}

.dropdown-menu {
  background: #fafafa;
  border-radius: 0px;
  /*box-shadow: 0 0 0 1px $darkestgray;*/
  left: 0;
  padding: 13px 20px;
  font-size: 13px;
  width: 230px;
}

#sidebar-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 120%;
  cursor: col-resize;
  top: 0px;
}

.navbar-header .dropdown-menu {
  box-shadow: none;
  margin-top: 0;
  max-height: calc(100vh - 100%);
  overflow-y: auto;
}

.dropdown-menu > li > a {
  color: #212121;
  padding: 5px 13px;
  border-radius: 5px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
  color: #0080ff;
}

.dropdown-menu > li > a > span:not(.fa) {
  width: 120px;
}

.dropdown-menu > li > a > span.fa {
  text-align: left;
  width: 25px;
}

.dropdown-menu .menu-topic {
  font-size: 11px;
  margin: 3px 0 3px -10px;
  height: 24px;
  text-align: left;
  text-decoration: underline;
  cursor: default;
}

.dropdown-menu .menu-topic > a:hover {
  background: inherit;
}

.dropdown-menu .divider {
  background: #fff;
}

.navbar-header .dropdown-menu:hover {
  margin-top: 0;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #cc181e;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #cc181e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #cc181e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #cc181e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #cc181e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #cc181e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #cc181e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #cc181e;
}

.tooltip-inner {
    background-color: #cc181e;
    font-size: 14px;
}

.breadcrumb {
  font-size: 16px;
  padding: 15px 20px;
  margin: 0px;
  list-style: none;
  border-radius: 0;
  background: #fff;
  height: 50px;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 50px;
}

.breadcrumb > li {
  display: inline-block;
  height: 40px;
  line-height: 17px;
  max-height: 17px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
}

.breadcrumb > li + li:before {
  color: #0080ff;
  content: "/";
  font-size: 22px;
  padding-right: 10px;
}

.breadcrumb > li a {
  color: #0080ff;
  font-size: 22px;
  height: 100%;
  font-weight: bold;
}

.breadcrumb .active {
  color: #0080ff;
  font-size: 22px;
  height: 100%;
}

.breadcrumb-top {
  z-index: 9999;
  top: 0;
  left: 0px;
  position: absolute;
}

.breadcrumb-top .breadcrumb {
  background: #000;
}

.breadcrumb-top .back {
  width: 30px;
}

.breadcrumb-top .back * {
  color: #0080ff;
}
