.activity {
  margin-left: 5px;
}

.modal-body {
  position: relative;
}

.table > tfoot > tr > td {
    border-top: 2px solid #ddd;
    vertical-align: bottom;
    background-color: #e8e8e8;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    .table > tfoot > tr > td select,
    .table > tfoot > tr > td option,
    .table > tfoot > tr > td input {
        font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
        font-weight: normal;
    }

.break-word {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: pre-line;
}

.full-width {
  width: 100% !important;
  /* padding-left: 10px;
    padding-right: 10px; */
  position: relative;
}

.unselectable {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
}

.regularText {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

/* For bigger colourpicker  */
.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 30px;
}

.columnConfigRow {
  border: 2px #ccc dashed;
  background: #fff;
  padding: 5px;
  margin: 3px 0;
}

.panel-wizard {
  width: 100%;
  height: 100%;
  position: relative;
}

.full-view-height {
  height: 50vh;
}

.panel-wizard .pane {
  /*height: 100vh;*/
  position: relative;
  padding: 1em;
  display: block;
  overflow-y: auto;
}

ul.pane-list {
  box-sizing: border-box;
  list-style: none;
  padding-top: 0.5em;
}

ul.pane-list li {
  /*border-bottom: 1px solid #97aac2;*/
  font-weight: bold;
}

/*ul.pane-list li:first-child{
    border-top: 1px solid #245869;
}*/

.pane ul.pane-sub-menu {
  padding-left: 0px;
  list-style: none;
}

.pane ul.pane-sub-menu li span {
  margin-left: 20px;
}

.pane ul.pane-sub-menu li.active:before {
  content: '\f054';
  font-family: FontAwesome;
}

.pane ul.pane-sub-menu li:hover,
.pane ul li.active {
  background-color: #f0f6fc;
}

.active-item:before {
  content: '\f054';
  font-family: FontAwesome;
}

.pane-list-item:not(.pane-list-sub-item) {
  padding: 0.25em 0 0.25em;
  border-bottom: 1px solid #c8d7e5;
  font-size: 125%;
  cursor: pointer;
}

.pane-list-sub-item {
  padding: 0.25em 0.5em;
  font-size: 100%;
}

.pane-list-action {
  font-size: 110%;
  padding: 1em 0 0 0;
  cursor: pointer;
}

.panel-wizard {
  position: relative;
}

.panel-wizard .panel-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  right: 20px;
  background-color: #FFF;
}

/* Wizard component tablet & lower */
@media (max-width: 992px) {
    .panel-wizard .pane {
        border-right: none;
        /*min-height: 300px;*/
        height: initial;
    }

  .pad-bottom-xl {
    padding-bottom: 50px;
  }

  .panel-wizard.panel-default,
  .panel-wizard .panel-body {
    padding: 0;
  }
}

.checkbox-label {
    padding-left: 4px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
}

.badge.error {
  color: #fff !important;
  background-color: #d9534f !important;
}
/*.pane{
    max-height: 1000px;
    overflow-y: auto;
}*/

/* For TSO Loading Icon, component 'tso-loading' ----> */
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.tso-loading {
  width: 100px !important;
  height: 100px !important;
  margin-left: auto;
  margin-right: auto;
}

.tso-loading-ring {
  position: absolute;
  width: 100px !important;
  height: 100px !important;
}

.tso-loading-ring:first-child {
  transform: skew(30deg, 20deg);
}

.tso-loading-ring:last-child {
  transform: skew(-30deg, -20deg) scale(-1, 1);
}

.tso-loading-ring:last-child svg {
  animation-delay: -0.5s;
}

.tso-loading-ring:first-child svg path {
  fill: #1fb842;
}

.tso-loading-ring:last-child svg path {
  fill: #b2e00f;
}

/* <--- End of Loading Icon stuff */
.colorpicker.dropdown-menu {
  width: auto;
}

.table-drag {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.tso-loading-ring svg {
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}
/* <--- End of Loading Icon stuff */

.modal-dialog-full {
  width: 90vw !important;
  height: 90vh;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
    /* avoid header of modal being obscured by fixed mobile navigation */
    .modal-dialog-full {
        top:50px;
    }
}

.modal-content-full {
  height: 100%;
  border-radius: 6px;
  overflow-y: auto;
}

.modal-body,
.modal-body > .panel-body {
  overflow-y: auto;
}

.player-time-in-status-container {
  display: flex;
  align-items: center;
}

.player-time-in-status-container > div {
  flex: 1;
}

@media screen and (max-width: 645px) {
  .player-time-in-status-container {
    flex-direction: column;
  }

  .player-time-in-status-container > div {
    margin-bottom: 10px;
  }
}

.view-mode {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  user-select: none;
}

#soap-nav {
  background-color: #fff;
  user-select: none;
}

.widget-chart-container {
  display: inline-block !important;
}

#soap-nav.nav a {
  color: black;
}

/* .nav li a:hover,
.nav li a:focus {
  background: #86c5da;
}
 */
#soap-nav.nav .active {
  font-weight: bold;
  /*   background: #72bcd4; */
}

/*#soap-nav.nav .nav {
    display: none;
}*/

#soap-nav.nav .active .nav {
  display: block;
}

#soap-nav.nav .nav a {
  font-weight: normal;
  font-size: 0.85em;
}

#soap-nav.nav .nav span {
  margin: 0 5px 0 2px;
}

#soap-nav .active,
#soap-nav .nav .active,
#soap-nav .nav .active:hover,
#soap-nav .nav .active:focus {
  font-weight: bold;
  margin-left: 10px;
  border-left: 2px solid black;
}

#soap-nav.nav .nav .active span,
#soap-nav.nav .nav .active:hover span,
#soap-nav.nav .nav .active:focus span {
  display: none;
}

.soap-notes-list-wrapper,
.rehab-sessions-list-wrapper {
}

.application {
    border-top: 1px solid #c1e1ec;
}

.affix-top {
  position: relative;
}

.affix {
  top: 100px;
}

/*.affix,
.affix-bottom {
    width: 300px;
}*/

.affix-bottom {
  position: absolute;
}

/*@media (min-width:1200px) {
    .affix,
    .affix-bottom {
    }
}*/
.modal .modal-fixed {
  position: fixed;
}

.flag {
  float: right;
}

.visual-group {
  padding: 10px;
  margin: 10px 0;
}

* {
  box-sizing: border-box;
}

.tso-thumbs {
  width: 100%;
  padding: 3px;
}

.tso-vid-player,
#videoembed {
  height: 500px;
}

.tso-vid-player {
  margin-bottom: 2em;
}

.tso-thumbs > img {
    margin-right: 10px;
    height: 100px;
    margin-bottom: 5px;
    border: 3px solid rgba(0, 0, 0, 0);
}

.tso-thumbs > img:hover,
.tso-thumbs > img.active {
  border: 3px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.widget-container {
  /* Masonry container */
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important;
}

.widget-item {
  /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
}

@media (max-width: 992px) {
  .widget-container {
    /* Masonry container */
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}

.modal {
  z-index: 1000;
}

.modal .popover{
  z-index: 1001 !important;
}

.page-break-avoid {
  page-break-inside: avoid;
}

.collapsed-field {
  height: 0px;
  display: none;
}

.form-group {
  position: relative;
}

.collapsed-field-indicator {
  position: absolute;
  top: 0;
  left: 50%;
  color: black;
  transition: all 0.2s;
}

.form-group:hover .collapsed-field-indicator {
  cursor: pointer;
  font-size: 150%;
}

.link-clickable {
  cursor: pointer;
}



img.fa-powerade {
  max-height: 22px;
  max-width: 100%;
}
img.fa-celtic-knot {
    max-height: 28px;
    max-width: 100%;
    margin-top: -6px;
}
img.fa-rugby-ball {
    max-height: 28px;
    max-width: 100%;
    margin-top: -6px;
}
img.fa-atom {
    max-height: 28px;
    max-width: 100%;
    margin-top: -6px;
}

.btn-wrap-text {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.list-group-item.selected {
  color: #ffffff;
  background-color: #428bca;
}

/* City Pass */

.v4-navbar {
  position: relative;
}

.cp-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
}



.cp-tooltip {
  font-size: 10px;
  position: absolute;
  left: -43px;
  top: 16px;
  width: 100px;
  background-color: #dbdeef;
  text-align: center;
}

.cp-tooltip-add-new-info {
  font-size: 10px;
  position: absolute;
  left: 0;
  padding: 0 5px;
  background-color: #00b6f1;
  text-align: center;
  z-index: 9999999;
  padding: 2px 7px;
}

.cp-carousel {
  width: 90% !important;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 150px;
}

.cp-carousel .slider {
  width: 50%;
  margin: 100px auto;
}

.cp-carousel .slick-slide {
  margin: 0px 20px;
}

.cp-carousel .slick-slide img {
  width: 100%;
}

.cp-carousel .slick-prev:before,
.cp-carousel .slick-next:before {
  color: black;
}

.cp-carousel .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.cp-carousel .slick-active {
  opacity: 0.5;
}

.cp-carousel .slick-current {
  opacity: 1;
}

.cp-carousel .template {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #f9f9fb;
  height: 117px;
  width: 180px;
  box-shadow: 0px 2px 10px 0px #13121245;
  border-radius: 2px;
}

.cp-carousel .template p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cp-carousel .templateText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 150px;
  word-wrap: break-word;
}

.cp-carousel .slick-prev:before {
  font-size: 22px;
}

.cp-carousel .edit-template {
  width: 180px;
  margin-top: 5px;
  margin: 0 auto;
}

.cp-carousel .edit-template span {
  cursor: pointer;
}

.cp-carousel .slick-next:before {
  font-size: 22px;
}

.cp-carousel .slick-current {
  opacity: 0.5;
}

.cp-carousel .active {
  opacity: 1;
}

.cp-carousel .template p {
  color: #000;
}

.cp-carousel .slick-prev:before,
.slick-next:before {
  font-family: monospace;
}

.cp-carousel .slick-prev:before {
  content: '<';
}

.cp-carousel .slick-next:before {
  content: '>';
}

.cp-carousel .slick-prev {
  left: -6%;
  margin-top: -30px;
}

.cp-carousel .slick-next {
  right: -6%;
  margin-top: -30px;
}

.cp-dropdown .dropdown-caret {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  padding-top: 2px;
}

.cp-dropdown .dropdown-toggle,
.cp-dropdown.open .dropdown-toggle {
  text-align: left;
  width: 250px;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 50px;
  background: #dbdeef;
  border: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0px;
  border: none;
}

.group-area .cp-dropdown .dropdown-menu {
  height: 385px;
  overflow: auto;
}

.cp-dropdown .dropdown-menu li:hover {
  background: #f3f4f9;
}

.cp-dropdown .dropdown-menu li {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 32px;
}

.cp-large-modal,
.cp-small-modal {
  background-color: #353c49d9;
}

.cp-large-modal button.close {
  margin-top: -20px;
  margin-right: -20px;
  color: #fff;
  font-size: 10px;
  opacity: 1;
}

.cp-large-modal .modal-content {
  height: 100%;
  border: none;
}

.cp-large-modal .modal-body {
  padding: 0;
  height: 100%;
  border-radius: 6px;
}

.cp-small-modal .modal-footer {
  text-align: center;
  border-top: 0px !important;
  padding-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  background-color: #fff;
}

.cp-small-modal .modal-header {
  border-bottom: 0px !important;
  background-color: transparent !important;
  padding-left: 103%;
  display: table;
}

.cp-small-modal .modal-body {
  width: 100%;
  background-color: #fff;
}

.cp-small-modal .btn-default {
  background-color: #1c2432;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  background-image: none;
  font-weight: 100;
  border-radius: 0;
  text-shadow: initial;
}

.cp-small-modal .btn-default:hover {
  background-color: #1c2432d6;
  color: white;
}

.cp-small-modal .btn-default:active {
  background-color: #1c2432;
  color: #ccc;
}

.cp-small-modal .modal-dialog {
  width: 500px;
}

.cp-small-modal .modal-body p {
  text-align: center;
  font-size: 32px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 30px;
}

.cp-small-modal .left-btn-modal {
  float: left;
  min-width: 130px;
}

.cp-small-modal .right-btn-modal {
  float: right;
  min-width: 130px;
}

.cp-small-modal .modal-content {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

    .cp-small-modal .modal-header .close {
        color: #1c2432;
        opacity: 1;
        font-weight: 100;
        font-size: 26px;
        z-index: 999;
    }

.cp-small-modal .modal-header .close:hover {
  color: #ccc;
}

.cp-small-modal .modal-header .close:active {
  color: #ccc;
}

.cp-style-scroll,
.cp-style-scroll-line {
  overflow: auto;
}

.cp-style-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.cp-style-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.cp-style-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-right: 1px solid rgb(202, 202, 202);
}

.cp-style-scroll-line::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-right: 20px solid #fff;
}

.cp-style-scroll-line::-webkit-scrollbar-track {
  border-left: 1px solid #dbdeef;
  border-right: 20px solid #fff;
}

.cp-style-scroll-line::-webkit-scrollbar {
  width: 23px;
  background-color: #fff;
}

.cp-checkbox {
  position: relative;
  width: 15px;
}

.cp-checkbox .checkbox-container {
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cp-checkbox input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0;
}

.cp-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 2px solid #1c2432;
  border-radius: 3px;
}

.cp-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.cp-checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.cp-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.cp-checkbox .checkmark:after {
  left: 3px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #1c2432;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cp-dashboard .cp-large-modal .modal-dialog {
  width: 90%;
  height: 90%;
}

#cp-dashboard .template-carousel {
  padding: 40px 0 0;
}

#cp-dashboard .group-area {
  text-align: right;
}

.group-area-dropdown {
  margin-top: 3px;
}

#cp-dashboard .view-toggle {
  margin-bottom: 20px;
}

#cp-dashboard .view-toggle span {
  color: #dbdeef;
  font-size: 25px;
  height: 25px;
  vertical-align: middle;
  line-height: 30px;
}

#cp-dashboard .view-toggle [class^='cpi-'] {
  margin-right: 15px;
}

#cp-dashboard .view-toggle .active {
  color: #000;
}

#cp-dashboard .groups-dropdown .cpi-groups {
  font-size: 11px;
  margin-right: 5px;
}

#cp-dashboard .add-items-section {
  text-align: right;
}

#cp-dashboard .add-items-section span + span {
  margin-left: 30px;
}

.state-links [class^='cpi-'] {
  padding-right: 5px;
}

#cp-dashboard .player-card,
#cp-dashboard .player-notes {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #13121245;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px;
  min-height: 200px;
}

#cp-dashboard .player-notes {
  margin-left: 20px;
}

@media screen and (max-width: 792px) {
  #cp-dashboard .player-notes {
    margin-left: 0;
  }
}

#cp-dashboard .player-card.no-gutter,
#cp-dashboard .player-notes.no-gutter {
  margin: 0;
}

#cp-dashboard .player-card-row {
  cursor: pointer;
}

#cp-dashboard .modal-template-player-details .player-card-row {
  cursor: default;
}

#cp-dashboard .title-notes {
  font-size: 24px;
  float: left;
  display: -webkit-box;
}

#cp-dashboard .more-content {
  float: right;
  width: 15%;
}

#cp-dashboard .btns-notes {
  float: right;
}

#cp-dashboard .more-content a {
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}

#cp-dashboard .header-player {
  display: inline-block;
  width: 100%;
}

#cp-dashboard .header-player,
#cp-dashboard .body-player,
#cp-dashboard .header-notes,
#cp-dashboard .body-notes {
  padding: 20px;
}

#cp-dashboard .player-name-text {
  margin-left: 10px;
  font-size: 18px;
  height: 22px;
  line-height: 27px;
  display: initial;
}

#cp-dashboard .btns-notes {
  font-size: 16px;
  color: #b0b3b9;
}

#cp-dashboard .icons-space {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

#cp-dashboard .player-notes-container textarea {
  resize: none;
  margin-left: 20px;
  padding: 0;
  width: 90%;
  height: 60%;
  outline-color: transparent;
}

#cp-dashboard .table-section {
  overflow-x: auto;
}

#cp-dashboard .big-square {
  width: 40px;
  height: 40px;
}

#cp-dashboard .small-square {
  width: 15px;
  height: 15px;
}

#cp-dashboard .table {
  display: table;
}

#cp-dashboard .table .thead {
  display: table-header-group;
}

#cp-dashboard .table .tbody {
  display: table-row-group;
}

#cp-dashboard .table .th {
  display: table-cell;
}

#cp-dashboard .table .td {
  display: table-cell;
}

#cp-dashboard .table .tr {
  display: table-row;
}

#cp-dashboard table.custom-table .td,
#cp-dashboard .th {
  min-width: 100px;
  max-width: 350px;
  text-align: center;
  vertical-align: middle;
}

#cp-dashboard .custom-table > .thead > .tr > .th {
  vertical-align: bottom;
  padding: 7px;
  background-color: #f9f9fb;
  border-right: 2px solid #ededf5;
  border-bottom: 2px solid transparent;
}

#cp-dashboard .custom-table > .tbody > .tr > .td {
  border-top: 2px solid #ededf5;
  border-right: 2px solid #ededf5;
  background-color: #fff;
  padding: 20px;
}

#cp-dashboard .custom-table > .tbody > .tr > .th {
  border-top: 30px solid #ededf5;
  padding: 20px;
  border-right: 2px solid #ededf5;
  background-color: #fff;
  text-align: center;
  position: relative;
  text-align: left;
}

.player-case-managers-title {
  display: inline-block;
  width: 33%;
}

.player-case-managers-container {
  padding: 0 20px;
}

.player-case-managers-container .search-button-container-override {
  width: auto;
  max-width: 60%;
}

.player-case-managers-container
  .search-button-container-override
  .cp-dropdown
  .dropdown-caret {
  top: 60%;
}

.player-case-managers-container
  .search-button-container-override
  .cp-dropdown
  .dropdown-menu {
  margin-top: 10px;
}

.player-case-managers-container .li-selected {
  font-weight: 900;
}

.player-case-managers-container-list {
  padding: 0;
}

.player-case-managers-container-list .search-button-container-override {
  width: auto;
}

.player-case-managers-container-list
  .search-button-container-override
  .cp-dropdown
  .dropdown-caret {
  top: 60%;
}

.player-case-managers-container-list
  .search-button-container-override
  .cp-dropdown
  .dropdown-menu {
  margin-top: 10px;
}

.player-case-managers-container-list .li-selected {
  font-weight: 900;
}

.main-div-table .rep-cls img {
  top: -20px;
  left: 45%;
  max-height: 70px !important;
  max-width: 40px !important;
  display: inline-block;
}

.rep-cls div {
  display: inline-block;
}

.player-list-each img {
  max-height: 70px !important;
  max-width: 40px !important;
}

table.custom-table {
  margin-top: 20px;
  width: 100%;
}

#cp-dashboard .player-size img {
  max-width: 40px !important;
  max-height: 70px !important;
}

#cp-dashboard .custom-table .player-size {
  position: absolute;
  top: -18px;
  left: 48%;
}

#cp-dashboard .align-td {
  text-align: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#cp-dashboard .parent-container {
  height: 200px;
  padding: 20px;
}

#cp-dashboard .align-item {
  text-align: center;
}

#cp-dashboard .rep-cls {
  position: relative;
}

#cp-dashboard .new-info {
  position: absolute;
  top: -15px;
  height: 24px;
  line-height: 24px;
  display: inline-table;
}

#cp-dashboard .medium-font {
  font-size: 22px;
  cursor: pointer;
  vertical-align: middle;
}

#cp-dashboard .medium-font:hover {
  color: #000;
}

#cp-dashboard .small-font {
  font-size: 16px;
}

#cp-dashboard .txt-add-info {
  font-size: 13px;
  color: #949daf;
  cursor: pointer;
  z-index: 9;
  display: initial;
  position: relative;
  vertical-align: middle;
}

#cp-dashboard .multile-icons {
  left: initial;
  right: 0%;
  position: absolute;
  top: -15px;
}

#cp-dashboard .multile-icons-child {
  margin-left: 5px;
  margin-right: 5px;
}

#cp-dashboard .force-overflow {
  min-height: 450px;
}

#cp-dashboard .table-textarea {
  width: 100%;
}

#cp-dashboard .modal-template-player-details {
  overflow-x: hidden;
}

#cp-dashboard .modal-template-player-details .player-card,
#cp-dashboard .modal-template-player-details .player-notes {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dbdeef;
  background-color: #f9f9fb;
}

#cp-dashboard .player-detailed-details,
#cp-dashboard .player-detailed-notes {
  display: inline-block;
  border: 1px solid #dbdeef;
  padding-top: 5px;
}

#cp-dashboard .copy-note {
  text-align: right;
}

#cp-dashboard .player-data-row {
  padding: 5px 35px;
  border-bottom: 1px solid #dbdeef;
}

#cp-dashboard .player-data-date-row {
  padding: 5px 35px;
  font-size: 17px;
  font-weight: 800;
}

#cp-dashboard .player-data-row:hover {
  background-color: #f9f9fb;
}

#cp-dashboard .player-note-row {
  padding: 5px 10px 5px 15px;
  vertical-align: middle;
  float: initial;
}

#cp-dashboard .player-note-row .copy-note {
  color: #d1d2d6;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#cp-dashboard .player-note-row:hover {
  background-color: #f9f9fb;
}

#cp-dashboard .cpi-edit,
#cp-dashboard .cpi-delete {
  margin-right: 15px;
  text-decoration: none;
}

#cp-dashboard .player-name {
  float: left;
  display: -webkit-box;
  width: 85%;
  padding-bottom: 20px;
}

#cp-dashboard .cpi-add-field {
  padding-right: 10px;
}



#cp-add-template .add-template-attachment,
#cp-add-template .add-template-date {
  width: 100%;
  height: 200px;
  line-height: 200px;
  background-color: #fff;
  font-size: 70px;
  text-align: center;
  vertical-align: middle;
  margin: 30px 0;
  color: #e5e6e7;
}

#cp-add-template .add-template-color {
  margin: 30px 0;
}

#cp-add-template .new-color {
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  border: solid #e0e0e0 1px;
  background: #f9f9fb;
  box-shadow: 0px 1px 3px 0px rgba(224, 224, 224, 0.2),
    0px 2px 5px 0px rgba(0, 0, 0, 0.35),
    0px 2px 1px -1px rgba(224, 224, 224, 0.12);
  font-size: 17px;
}

#cp-add-template .color-block {
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  border: solid #e0e0e0 1px;
  background: #f9f9fb;
  box-shadow: 0px 1px 3px 0px rgba(224, 224, 224, 0.2),
    0px 2px 5px 0px rgba(0, 0, 0, 0.35),
    0px 2px 1px -1px rgba(224, 224, 224, 0.12);
  font-size: 18px;
}

.standard-color-option {
  border: 1px solid #000;
  color: #fff;
  border-radius: 3px;
  padding-left: 1px;
}

.colorpicker-element span {
  font-size: 17px;
  /*
      If you want fat colour picker things create a new class for it, it messes with the input group stuff.
  height: 90px;
  line-height: 28px;

  */
  text-align: center;
  vertical-align: middle;
}

.color-block .cpi-dropdown-color {
  display: inline-block;
  vertical-align: middle;
}

.add-template-color .color-option {
  height: 23px;
  line-height: 23px;
  margin-left: 5px;
}

#cp-add-template .card {
  margin-bottom: 30px;
  padding: 30px 50px;
  border-radius: 5px;
  border: solid #e0e0e0 1px;
  background: #f9f9fb;
  box-shadow: 0px 1px 3px 0px rgba(224, 224, 224, 0.2),
    0px 2px 5px 0px rgba(0, 0, 0, 0.35),
    0px 2px 1px -1px rgba(224, 224, 224, 0.12);
}



/*#cp-add-template .template-title {
  border-bottom: 1px solid #202934;
}*/

/*#cp-add-template .card-active .form-control.title {
  border-bottom: 1px solid #202934;
}*/

@media screen and (min-width: 992px) {
  #cp-add-template .aside-right {
    padding-left: 20px;
  }
}

#cp-add-template .aside-right .card {
  padding: 25px 20px;
}

#cp-add-template .card-active {
  outline: none;
}

#cp-add-template .cpi-icon {
  margin-right: 10px;
}

#cp-add-template .template-save-wrapper {
  text-align: center;
}

#cp-add-template .template-save {
  margin-bottom: 50px;
}

.cp-btn-dark {
  font-size: 11px;
  background: #202934;
  color: #fff;
  border-radius: 0px;
  min-width: 180px;
  box-shadow: 0px 1px 3px 0px rgba(224, 224, 224, 0.2),
    0px 1px 1px 0px rgba(224, 224, 224, 0.14),
    0px 2px 1px -1px rgba(224, 224, 224, 0.12);
  box-shadow: none;
  outline: none !important;
  font-family: sans-serif !important;
}

.cp-btn-dark:hover {
  background-color: #1c2432cc;
  color: #fff;
  outline: none !important;
}

.cp-btn-dark:active {
  background-color: #1c2432;
  color: #ccc;
  outline: none !important;
}

.cp-btn-dark:focus {
  background-color: #1c2432;
  color: #ccc;
  outline: none !important;
}

.cp-btn-transparent {
  text-align: left;
  font-size: 16px;
  box-shadow: 0px 1px 3px 0px rgba(224, 224, 224, 0),
    0px 1px 1px 0px rgba(224, 224, 224, 0),
    0px 2px 1px -1px rgba(224, 224, 224, 0);
}

.cp-btn-transparent,
.cp-btn-transparent:hover,
.cp-btn-transparent:focus,
.cp-btn-transparent:active {
  background: transparent !important;
  border: solid 1px transparent;
  color: #202934;
  outline-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: initial !important;
}

#cp-add-template .card-body {
  margin-bottom: 15px 0 30px;
}

#cp-add-template .card-text-right {
  text-align: right;
}

#cp-add-template .field-mandatory {
  margin: 0 15px;
  position: relative;
}

.template-carousel .modal {
  background-color: #353c49d9;
}

#cp-groups .style-loader-dashboard {
  padding: 75px;
}

.remove-template-slider .modal-footer {
  text-align: center;
  border-top: 0px !important;
  padding-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  background-color: #fff;
}

.remove-template-slider .modal-header {
  border-bottom: 0px !important;
  background-color: transparent !important;
  padding-left: 103%;
  display: table;
}

.remove-template-slider .modal-body {
  width: 100%;
  background-color: #fff;
}

.remove-template-slider .btn-default {
  background-color: #1c2432;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  background-image: none;
  font-weight: 100;
  text-shadow: none;
}

.remove-template-slider .btn-default:active,
.remove-template-slider .btn-default.active {
  background-color: #1c2432;
  color: white;
}

.remove-template-slider .btn-default:hover,
.remove-template-slider .btn-default:focus {
  background-color: #1c2432;
  color: white;
}

.remove-template-slider .modal-dialog {
  width: 500px;
}

.remove-template-slider .modal-body p {
  text-align: center;
  font-size: 32px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 30px;
}

.remove-template-slider .modal-content {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.remove-template-slider .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  font-size: 26px;
}

.player-notes .body-notes {
  width: 100%;
  height: 80%;
}

#cp-add-template .cp-hidden {
  opacity: 0;
}

#cp-add-template .modal {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #cp-add-template #modalStaffMembers .modal-dialog {
    margin-top: 100px;
    height: calc(100% - 200px);
    margin-bottom: 100px;
  }
}
#cp-add-template #modalStaffMembers.modal:before {
  display: block;
}
#cp-add-template #modalStaffMembers.modal {
    z-index: 9999;
    background-color: #353c49d9;
}
#cp-add-template #modalStaffMembers .modal-title {
  display: inline-block;
}

#cp-add-template #modalStaffMembers .modal-content {
  background-color: #f9f9fb;
}

#cp-add-template .search-group-staff-members button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 95%;
  text-align: left;
  padding: 10px;
  margin: 5px 0;
  font-size: 18px;
  position: relative;
  outline: none;
}

#cp-add-template .search-group-staff-members {
  margin: 0;
  padding: 0;
}

#cp-add-template .search-group-staff-members li {
  list-style-type: none;
}


#modalStaffMembers .modal-header {
  padding: 30px;
  padding-top: 50px;
  border: 0;
}

#cp-add-template .modal-header button.btn-modal-select-in {
  float: right;
  background: transparent;
  color: #202934;
  border: 1px solid #202934;
  font-weight: 400;
  min-width: 0px;
  font-size: 14px;
}

#cp-add-template .modal-header button.btn-modal-select-in:hover {
  background-color: #cccccc3b;
}

#cp-add-template .modal-close-out {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  margin-top: -40px !important;
  margin-right: -40px !important;
  opacity: 1;
  color: white;
}

#cp-add-template .modal-close-out:hover {
  color: #ccc;
}

#cp-add-template .modal-close-out .cpi-delete:before {
  font-size: 14px;
  font-weight: 100;
}

#cp-add-template .modal-title {
  border-bottom: 0;
  font-weight: 900;
}

#cp-add-template .model-body-parent {
  padding: 0;
  display: block;
  height: 50vh;
  position: relative;
}
#modalStaffMembers .modal-body {
  margin: 15px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
}

#cp-add-template .modal-body-scroll {
  border-right: 2px solid #d9deed;
  margin: 15px 30px;
  margin-right: 31px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#cp-add-template .modal-body::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}

#cp-add-template .modal-body::-webkit-scrollbar-thumb {
  background: #202934;
}

#cp-add-template .search-staff-members {
    text-transform: capitalize;
    width: calc(100% - 30px);
    border: 0;
    background: #f3f3f9;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    padding: 10px 0;
    padding-left: 5px;
    outline: none;
}

    #cp-add-template .search-staff-members::placeholder {
        color: #abadb5 !important;
        font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
        font-weight: 100;
    }

#cp-add-template .modal-footer {
  border: 0;
  padding-top: 15px;
}

#cp-add-template .modal-search {
  width: 100%;
  padding: 0 30px;
  border: 0;
  background: #f3f3f9;
  color: #202934;
  font-size: 18px;
}

#cp-add-template .modal-search .cpi-search {
  width: 30px;
}

#cp-add-template .btn-secondary {
  border-radius: 0;
  background: #f3f3f9;
  color: #202934;
}

#cp-add-template .btn-modal-body-selected {
  font-weight: 900;
}

#cp-add-template .cpi-player-pic {
  font-size: 32px;
}

#cp-add-template .btn-modal-text {
  margin-top: 16px;
  top: 0;
  position: absolute;
  margin-left: 8px;
}

#cp-add-template .btn-not-active {
  opacity: 0.2;
}

#cp-add-template .cpi-mandatory {
  opacity: 0.6;
  cursor: pointer;
}

#cp-add-template .mandatory-true {
  opacity: 1;
}

#cp-add-template .show-on-dashboard {
  display: inline-block;
  vertical-align: middle;
}

.template-carousel .modal {
  background-color: #353c49d9;
}

.search-template-export-excel-btn {
  background-color: #1c2432;
  vertical-align: middle;
  display: inline-block;
  color: #fdfefe;
  border: 1px solid #a0a3ae;
  padding: 8px 40px;
  margin-left: 20px;
}

.dashboard-template-export-excel-btn {
  background-color: #1c2432;
  vertical-align: middle;
  display: inline-block;
  color: #fdfefe;
  border: 1px solid #a0a3ae;
  padding: 8px 40px;
  margin: 0 15px 0 10px;
}

.dashboard-template-export-excel-btn-disabled {
  background-color: #dbdeef;
}

.search-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: search-loader-spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
}

@keyframes search-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-btns-container {
  margin: 20px 35px;
  text-align: left;
}

.search-btns-container * {
  vertical-align: bottom;
}

.search-btns-container .search-underlined-button-container {
  vertical-align: middle;
}

.search-template-list-view-table-container {
  overflow: auto;
  margin-top: 15px;
  width: 96%;
}

.search-template-list-view-container {
  margin: auto;
}

.search-template-list-view-container-color {
  width: 100%;
  height: 10px;
}

.search-template-list-view-table {
  display: table;
}

.search-template-list-view-table-tr {
  display: table-row;
}

.search-template-list-view-table-td {
  display: table-cell;
  border-right: 2px solid #ededf5;
 
  padding: 15px;
  min-width: 200px;
  vertical-align: middle;
  position: relative;
}

.search-template-list-view-table-tbody .search-template-list-view-table-td {
  border-top: 2px solid #ededf5;
}

.search-template-list-view-table-thead .search-template-list-view-table-td {

    background-color: #f9f9fb;
}

.search-template-list-view-player-name {
  margin-right: 10px;
}

.search-template-list-view-table-thead {
  display: table-header-group;
}

.search-template-list-view-table-tbody {
  display: table-row-group;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: overlay;
}

.search-template-container {
  box-shadow: 0px 2px 10px 0px #13121245;
  overflow-y: auto;
  background: #f9f9fb;
  margin-bottom: 20px;
}

.search-template-container::-webkit-scrollbar {
  width: 15px;
}

.search-template-container::-webkit-scrollbar-track {
  background-color: #dfe1f1;
  border-right: 12px solid #fff;
}

.search-template-container::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 0;
  background-color: #1c2432;
  border: 0;
  border-right: 12px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.search-template-container-hide {
  display: none;
  visibility: hidden;
}

.search-template-teams-groups {
  max-height: 400px;
  overflow-y: auto;
}

.search-template-teams-groups::-webkit-scrollbar {
  width: 15px;
}

.search-template-teams-groups::-webkit-scrollbar-track {
  background-color: #dfe1f1;
  border-right: 12px solid #fff;
}

.search-template-teams-groups::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 0;
  background-color: #1c2432;
  border: 0;
  border-right: 12px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.search-button-container-override {
  width: 180px;
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.search-button-container-override-fields {
  width: 240px;
  display: inline-block;
}

.search-underlined-button-text {
  font-size: 16px;
}

.search-underlined-button-container {
  border-bottom: 3px solid #d6d7df;
  padding: 6px;
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.search-underlined-button-container:hover {
  border-bottom: 3px solid #333334;
}

.search-underlined-button-container-disabled:hover {
  border-bottom: 3px solid #d6d7df;
}

.search-underlined-button-container:hover .search-underlined-button-text {
  font-weight: 900;
}

.search-underlined-button-container-disabled:hover
  .search-underlined-button-text {
  font-weight: normal;
}

.search-button-container-override .cp-dropdown .dropdown-caret {
  font-size: 10px;
}

.search-button-container-override .cp-dropdown .btn-default {
  color: inherit;
  font-size: 13px;
}

.search-player-team-title-container {
  height: 65px;
  padding: 15px 25px;
}

.search-added-by-search-container {
  padding: 3px 25px;
  text-align: left;
  background-color: #eff0f7;
  margin: 0 25px;
}

.search-added-by-search-input {
  width: 95%;
  border: 0;
  font-size: 17px;
  background-color: #eff0f7;
  outline: none;
}

.search-added-by-search-container * {
  display: inline-block;
  vertical-align: middle;
}

.search-player-team-name-title {
  float: left;
  padding-top: 5px;
  font-size: 17px;
  font-weight: 900;
}

.search-player-team-select-all {
  float: right;
  padding: 5px 10px;
  border: 1px solid #474e59;
  font-size: 15px;
}

.search-player-team-select-all:hover {
  background-color: #dbdeef;
}

.search-individual-player-container {
  margin: 10px;
  padding: 5px;
  display: inline-block;
  width: 214px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.search-individual-player-container-selected {
  border: 1px solid #aeaeae !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
}

.search-all-players-container {
  text-align: left;
  padding: 10px 15px;
}

.search-individual-player-text {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 15px;
}

.search-individual-player-text * {
  line-height: 16px;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-individual-player-text-selected {
  font-weight: 900;
}

.search-players-apply-btn-container {
  text-align: left;
  padding: 30px 25px;
}

.search-button-container-override .cp-dropdown .dropdown-text,
.search-button-container-override .cp-dropdown .cpi-fields-from-template,
.search-button-container-override .cp-dropdown .cpi-add-template,
.search-underlined-button-container * {
  vertical-align: middle;
}

.search-button-container-override .cp-dropdown .dropdown-text {
  margin-left: 5px;
}

.search-button-container-override .cp-dropdown .dropdown-toggle,
.search-button-container-override .cp-dropdown.open .dropdown-toggle {
  text-align: left;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 25px;
  background: #dbdeef;
  border: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-button-container-override .cp-dropdown .dropdown-menu li {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
}

.search-button-container-override .cp-dropdown .dropdown-caret {
  top: 10%;
  right: 10px;
  padding: 0;
}

.search-button-container-override .cp-dropdown .dropdown-menu {
  margin: 0;
}

.search-main-container .checkbox-group {
  margin-bottom: 0;
  padding-top: 10px;
}

.search-main-container .checkbox-group__span {
  background-color: white;
  border: 2px solid #555;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
  vertical-align: middle;
}

.search-main-container .checkbox-group__checkbox {
  display: none;
}

.search-main-container .checkbox-group__checkbox:checked + span::after {
  color: #555;
  content: '\e013';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  font-weight: 100;
  left: 0;
  line-height: 9px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 9px;
  -webkit-text-stroke: 0.5px #fff;
}

.search-main-container .checkbox-group-text {
  vertical-align: middle;
}

.search-dropdown-menu-scrollable {
  overflow-y: auto;
  max-height: 300px;
}

.search-dropdown-menu-scrollable::-webkit-scrollbar {
  width: 15px;
}

.search-dropdown-menu-scrollable::-webkit-scrollbar-track {
  background-color: #dfe1f1;
  border-right: 12px solid #fff;
}

.search-dropdown-menu-scrollable::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 0;
  background-color: #1c2432;
  border: 0;
  border-right: 12px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.search-button-container-date-picker {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.search-button-container-date-picker > * {
  display: inline-block;
}

.search-button-container-date-picker-text {
  padding: 5px 0;
  font-size: 17px;
}

.search-button-container-date-picker-picker {
  width: 155px;
}

.search-button-container-date-picker .form-group {
  margin: 0;
}

.search-button-container-date-picker .input-group-addon {
  padding: 9px;
}

.search-button-container-search-btn {
  padding: 6px 50px;
  width: 150px;
  display: inline-block;
  border: 1px solid #474e59;
  margin: 10px 0;
  position: relative;
}

.search-button-container-search-btn:hover {
  background-color: #dbdeef;
}

.search-template-results-container-for-all {
  text-align: left;
  padding: 0 20px;
}

.search-template-results-container-for-all * {
  vertical-align: top;
}

.search-template-results-container {
  text-align: left;
  margin: 15px;
  width: 47%;
  min-width: 517px;
  display: inline-block;
}

.search-template-results-title {
  background-color: #f9f9fb;
  padding: 10px 40px;
}

.search-results-player-name-text {
  vertical-align: middle;
  display: inline-block;
  font-weight: 900;
  padding-left: 20px;
  font-size: 16px;
}

.search-individual-player-image-name-container * {
  vertical-align: middle;
}

.search-individual-player-image {
  font-size: 45px;
  vertical-align: middle;
}
.search-individual-player-image-not-selected {
  color: #dbdeef;
}

.search-results-player-info {
  height: 20px;
  margin: 15px 0 0 0;
}

.search-results-player-info-team {
  float: left;
}

.search-results-player-info-template {
  float: right;
}

.search-template-results-body {
  padding: 10px 40px;
}

.search-template-results-body-case-manager-title-container {
  padding: 10px 0;
}
.search-template-results-body-case-manager-title {
  color: #b4b7bb;
}

.search-template-results-body-case-manager-title-container {
  padding: 10px 0;
}

.search-template-results-body-added-by-date {
  color: #111;
  font-weight: 900;
}

.search-template-results-body-case-manager-title-text,
.search-template-results-body-added-by-last-date {
  font-weight: 900;
  min-height: 25px;
}

.search-template-results-no-results-hidden {
  display: none;
  visibility: hidden;
  font-size: 22px;
  color: #9fa1ad;
  font-weight: 900;
}

.search-template-show-div {
  display: block;
  visibility: visible;
}

.search-template-results-grid-list-view-container {
  text-align: right;
  padding-right: 4%;
}

.search-template-results-grid-list-view-btns {
  display: inline-block;
  font-size: 17px;
  margin: 0 5px;
  color: #dbdeef;
  vertical-align: middle;
}

.search-template-results-grid-list-view-btns-selected {
  color: #000;
}

.add-group-template .groups-template {
  background-color: #f9f9fb;
  box-shadow: 0px 2px 10px 0px #13121245;
  border-radius: 2px;
  padding: 30px;
  margin-top: 25px;
}

.add-group-template .template-groups-wrapper {
  height: 70vh;
}

.add-group-template .save-group {
  margin-top: 30px;
}

.add-group-template .team-container,
.add-group-template .team-content {
  display: inline-block;
  width: 100%;
  padding: 5px;
  padding-left: 0px;
}

.add-group-template .team-container {
  margin-top: 5px;
}

.add-group-template .team-header {
  margin-top: 10px;
  display: block;
  padding: 7px;
}

.add-group-template .group-name {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.add-group-template .assign-template-to-group {
  float: right;
}

.add-group-template .select-group {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 24px;
  outline-color: transparent;
  margin-bottom: 20px;
  background-color: #f9f9fb;
}

.add-group-template .assign-template-to-group button {
  background-color: transparent;
  border: 1px solid #000;
  padding: 3px 10px 3px 10px;
}

.add-group-template .header-group {
  width: 100%;
  display: -webkit-inline-box;
}

.add-group-template .header-groups {
  display: block;
  padding-bottom: 15px;
}

.add-group-template .select-all-groups {
  font-size: 16px;
  outline-color: transparent;
}

.add-group-template .full-name-player {
  display: block;
  line-height: 15px;
  margin: auto;
  width: 48%;
}

.add-group-template .font-large-groups {
  font-size: 48px;
}

.add-group-template .full-name-player span {
  font-size: 16px;
  word-wrap: break-word;
}

.add-group-template .space-between-players {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}

.add-group-template ::-webkit-input-placeholder {
  color: #dbdeef;
}

.add-group-template ::-moz-placeholder {
  color: #dbdeef;
}

.add-group-template :-ms-input-placeholder {
  color: #dbdeef;
}

.add-group-template :-moz-placeholder {
  color: #dbdeef;
}

.add-group-template .submit-button:hover {
  background-color: #1c2432cc;
}

.add-group-template .submit-button:active {
  background-color: #1c2432;
  color: #ccc;
}

.add-group-template .details-share {
  background-color: #dbdeef;
  padding: 1px 3px 1px 3px;
  font-size: 11px;
}

.add-group-template .dropdown-toggle {
  width: -webkit-fill-available;
  max-width: 350px;
}

.add-group-template .check-template-group {
  height: 100%;
  line-height: 26px;
  text-align: right;
}

.add-group-template .player-selected-text {
  font-weight: bold;
}

.add-group-template .player-unselected-text {
  font-weight: 500;
}

.add-group-template .player-selected-icon {
  color: #000;
}

.add-group-template .player-unselected-icon {
  color: #dbdeef;
  width: auto;
}

.add-group-template .player-selected-icon {
  width: auto;
}

.add-group-template .added-group-layout {
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  display: block;
}

.add-group-template .added-group-layout span {
  border-bottom: 3px solid #000;
  height: 40px;
  line-height: 40px;
  display: -webkit-inline-box;
}

.add-group-template .added-group-layout a:hover,
.add-group-template .added-group-layout a:active {
  text-decoration: none;
}

.home-groups-space {
  padding: 20px;
}

.home-groups-space .group-container {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #13121245;
  border-radius: 2px;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}

.home-groups-scroll {
  padding-left: 10px;
}

.home-groups-scroll .active-group {
  border: 1px solid #000;
}

.home-groups-space .left-info-group {
  float: left;
  display: -webkit-box;
}

.home-groups-space .right-info-group {
  float: right;
  display: -webkit-box;
}

.home-groups-space .right-info-group span {
  color: #000;
  cursor: pointer;
  font-size: 17px;
  vertical-align: middle;
}

.home-groups-space .right-info-group .cpi-edit {
  margin-right: 20px;
}

.cp-share-wrapper .cpi-share {
  margin: 0 10px 0 5px;
}

.home-groups-space .right-info-group span:hover {
  color: #000000a6;
}
.home-groups-space .left-info-group span {
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
}

.home-groups-space .group-name-home {
  font-size: 20px;
}

.home-groups-space .home-groups-scroll {
  padding-right: 50px;
  padding-bottom: 20px;
}

.home-groups-space .player-list-each {
  display: -webkit-box;
  padding: 10px 0px 10px 0px;
  height: 70px;
  line-height: 20px;
}

.home-groups-space .title-players-list {
  font-size: 30px;
  padding-bottom: 20px;
}

.home-groups-space .player-list-each .cpi-player-pic {
  font-size: 24px;
}

.home-groups-space .player-list-each div {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: initial;
}

.home-groups-space .add-group-right {
  float: right;
  display: contents;
  padding: 20px;
  text-align: -webkit-right;
  margin-right: 50px;
  margin-bottom: 30px;
}

.home-groups-space .add-group-right a {
  font-size: 16px;
}

.cp-header .navbar-default .cp-navbar-nav > .active > a,
.cp-header .navbar-default .cp-navbar-nav > .active > a:hover,
.cp-header .navbar-default .cp-navbar-nav > .active > a:active {
  background-color: transparent !important;
  background-image: none;
  box-shadow: none;
  outline: none;
}

.container-fluid .cp-navbar-nav .active {
  border-bottom: 3px solid #000;
}

.assign-template-to-group button:hover {
  background-color: #cccccc3b;
}

.assign-template-to-group button:active {
  background-color: #fff;
  color: #1c2432;
}

.container-fluid .cp-navbar-nav > li {
  cursor: pointer;
}

.cp-header .cp-navbar {
  background-image: none;
}

.selected-option {
  font-weight: bold;
}

.check-template-group button {
  margin-right: 10px;
  outline: none;
}

.check-template-group button:focus {
  outline: none;
}

.check-template-group button:focus {
  outline: none;
}

.check-template-group span {
  float: left;
  line-height: 25px;
}

.main-nav > li > a {
  padding: 0;
  color: #000 !important;
}

.right-info-group .cpi-share {
  border: 1px solid;
  display: inline-block;
  padding: 4px 0;
  width: 100px;
}

.cp-share-wrapper {
  display: inline-block;
}

.home-groups-space .cp-share-wrapper .share-text {
  font-size: 14px;
}

.home-groups-space .right-info-group .cpi-edit,
.home-groups-space .right-info-group .cpi-delete {
  padding-top: 2px;
}

.home-groups-space .cpi-edit {
  text-decoration: none;
}

.right-info-group button {
  margin-right: 15px;
}

.right-info-group .cpi-share {
  float: left;
  border: none;
  width: auto;
}

.cp-navbar-nav .cpi-dashboard,
.cp-navbar-nav .cpi-groups,
.cp-navbar-nav .cpi-search {
  margin-right: 5px;
}

.add-group-btn {
  margin-bottom: 20px;
}

#modal-add-new-info .modal-body {
  border-radius: 5px;
}

#modal-add-new-info .modal-dialog {
  width: 90%;
  height: 90%;
  margin: 10px auto;
}

#modal-add-new-info .modal-header {
  padding: 0 0 5px 100%;
}

#modal-add-new-info .submit-button-disabled {
  background-color: #ccc;
  cursor: initial;
  outline: none;
}

#modal-add-new-info .submit-button-disabled:hover {
  background-color: #ccc;
}

#modal-add-new-info .submit-button-disabled:active,
#modal-add-new-info .submit-button-disabled:focus {
  background-color: #ccc;
  color: #fff;
}

#modal-add-new-info .btn-save-pre {
  text-align: center;
  padding: 10px;
}

#modal-add-new-info .mandatory-wrapper {
  position: relative;
}

#modalStaffMembers .modal-footer {
  text-align: center;
}

.player-name-add-new-info {
  padding-bottom: 20px;
}

.add-new-info-mandatory-info {
  text-align: right;
}

.add-new-info-mandatory-info * {
  vertical-align: middle;
}

.add-new-info-cpi-dropdown-color-container {
  display: table-cell;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}

.add-new-info-cpi-dropdown-color-selected {
  border: 2px solid #000000;
  border-radius: 4px;
}

.add-new-info-fields-container {
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
}

.add-new-info-radio-options-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.add-new-info-radio-options-container li {
  padding: 3px 2px;
}

.add-new-info-radio-options-container label {
  vertical-align: middle;
  padding: 0 5px;
}

.add-new-info-radio-group__span {
  background-color: white;
  border: 2px solid #808080;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  position: relative;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}

.add-new-info-radio-option:hover .add-new-info-radio-group__span {
  border: 2px solid #000000;
}

.add-new-info-radio-group__checkbox {
  display: none;
}

.add-new-info-radio-group__checkbox:checked + span::after {
  content: '';
  display: inline-block;
  left: 2px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #808080;
  border-radius: 50%;
}

.add-new-info-checkbox-group__span {
  background-color: white;
  border: 2px solid #808080;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
  vertical-align: middle;
}

.add-new-info-checkbox-option:hover .add-new-info-checkbox-group__span {
  border: 2px solid #000000;
}

.add-new-info-checkbox-group__checkbox {
  display: none;
}

.add-new-info-checkbox-group__checkbox:checked + span::after {
  color: #808080;
  content: '\e013';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  font-weight: 100;
  left: 0;
  line-height: 9px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 9px;
  -webkit-text-stroke: 0.5px #fff;
}

.add-new-info-dropdown-override {
  display: block;
  width: auto;
}

.add-new-info-dropdown-override .cp-dropdown .dropdown-caret {
  top: 50%;
  right: 10px;
  padding: 0;
}

.add-new-info-dropdown-override .cp-dropdown .dropdown-menu {
  margin-top: 10px;
}

.add-new-info-dropdown-override .cp-dropdown .dropdown-menu .li-selected {
  font-weight: 900;
}

.add-new-info-modal-label-option {
  max-width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-new-info-modal-upload-file-container {
  overflow: auto;
  margin: 0 20px 0 0;
  padding: 5px;
}

.card-text-right .cpi-delete,
.form-check .cpi-delete {
  cursor: pointer;
}

.cp-navbar-nav > li > a {
  padding-left: 0px !important;
  display: block !important;
  line-height: 50px;
}

#cp-add-template .term-list {
  margin-top: 0px;
  border: none;
  color: #9b9fa5;
}

.aside-right .cp-btn-dark:hover {
  background-color: transparent !important;
  color: #000000a6 !important;
}

.aside-right .cp-btn-dark:active {
  background-color: transparent !important;
  color: #202934 !important;
}

.card-active .color-delete {
  cursor: pointer;
}

.card-active .color-delete:hover {
  color: #000000a6;
}

#modal-add-new-info .case-more-info-input,
#modal-add-new-info .key-more-info-input,
#modal-add-new-info .screening-more-info-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 24px;
  outline-color: transparent;
  margin-bottom: 20px;
}

#modal-add-new-info .txt-status {
  font-size: 22px;
}

#modal-add-new-info .txt-choose {
  font-size: 17px;
}

#modal-add-new-info .status-more-info,
#modal-add-new-info .case-more-info {
  padding-bottom: 15px;
}

#modal-add-new-info .cpi-dropdown-color {
  font-size: 22px;
  margin: 5px;
  cursor: pointer;
}

#modal-add-new-info .cpi-dropdown-color:hover {
  font-size: 26px;
}

#modal-add-new-info .predefined-colors {
  margin-top: 20px;
}

#modal-template-player-details .copy-note:hover {
  color: #000;
}

.add-template-color .cpi-dropdown-color {
  font-size: 22px;
}

.add-template-color .color-delete {
  font-size: 17px;
  vertical-align: middle;
  text-align: right;
  float: right;
  height: 30px;
  line-height: 30px;
}

.player-card-row .player-name {
  padding-bottom: 0px !important;
}

.player-card-row .player-name img {
  max-height: 70px !important;
  max-width: 40px !important;
}

.player-note-row .player-note-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
}

.card .handle {
  font-size: 10px;
  cursor: pointer;
}

.card .div-handle {
  display: block;
  text-align: center;
}

.ui-sortable {
  padding: 0px !important;
}

.rectangle {
  height: 15px;
  width: 30px;
  border-radius: 2px;
}

.main-div-table .rectangle {
  margin: 0 auto;
}

.search-individual-player-container .img {
  max-height: 70px !important;
  max-width: 40px !important;
}

.display-players-groups {
  margin-left: 0px;
  padding: 0 45px;
}

.dropdown-menu .default-color-category {
  background: #ededf5;
}

.padding-opions {
  padding-left: 60px !important;
}

.attachment-view-file-link {
  border: 1px solid #000;
  padding: 0 5px;
  border-radius: 5px;
}

.attachment-view-file-link:hover {
  font-weight: 900;
}

.state-links a {
  text-decoration: none;
  font-size: 16px;
}

.state-links a:hover {
  color: #757474;
}

#cp-dashboard .no-templates-message {
  background-color: #fff;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
}
#cp-dashboard .no-templates-message .add-template-attachment {
  width: 100%;
  height: 200px;
  line-height: 200px;

  font-size: 70px;
  text-align: center;
  vertical-align: middle;
  margin: 30px 0;
  color: #e5e6e7;
}

#cp-dashboard .no-templates-message .message-text {
  font-size: 24px;
  text-align: center;
}

.record-display {
  display: flex !important;
}

.space-record-info {
  margin-left: 5px;
}

.style-loader-dashboard {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.style-loader-dashboard .search-loader {
  position: initial;
  left: auto;
  margin: 0 auto;
}

.add-new-info-file-upload-error-message {
  color: #ac2925;
  font-weight: 900;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #202934;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scroll-to-top:hover {
  background-color: #1c2432cc;
}

.full-screen-city-pass-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  visibility: hidden;
}

.full-screen-city-pass-loading-overlay-show {
  display: block !important;
  visibility: visible !important;
}

.full-screen-city-pass-loading-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: search-loader-spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}

.notes-set-width {
  min-width: 150px !important;
}

@media only screen and (max-width: 700px) {
  .home-groups-space .list-players {
    height: auto !important;
  }
}

.multiline {
  white-space: pre-line;
}

.show-overflow {
  overflow: visible;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.critical {
  background: #b60000 !important;
  color: #fff;
}
.v4-meddash-plrimg > img {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.v4-meddash-recentreturn {
    height: 20px;
    width: 100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    line-height: 20px;
    background: #F26520;
}

.v4-rounded-bottom > img {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.modal-scroll {
    overflow-y: auto;
    margin-top: 10px;
    padding: 5px 10px;
    position: relative;
    border-right: 3px dashed #ddd;
    height: calc(-205px + 97vh);
}

.hidden {
  display: none;
}

.soapnoteslidewrapper {
  padding: 5px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(55, 72, 91, 0.05) 100%
  );
  /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(55,72,91,0.05) 100%); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(55, 72, 91, 0.05) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d37485b',GradientType=0 );
}

tr.note-details-row > td {
  padding: 0 !important;
  border-top: none !important;
}

#injform,
#injtabs {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-tabs li.disabled a {
  pointer-events: none;
}

#medical-modal .modal-dialog-wide{
  width: 98vw !important;
}
#medical-modal .modal-dialog-full {
  /*height: 100%;*/
  border-radius: 6px;
  overflow-y: auto;
}

#medical-modal .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

#medical-modal .modal-dialog-full .modal-body {
  height: calc(97vh - 100px);
  overflow-y: hidden;
}

#mapDiv .bmfront, #mapDiv .bmback{
  max-width: 420px;
}

a.plain{
  text-decoration: none;
}




#medical-other-data-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#medical-other-data-container .col{
  flex-basis: 16.6%;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  padding: 0 5px
}


@media screen and (min-width: 768px) and (max-width: 991px){
  #medical-other-data-container .col{
    flex-basis: 33%;
    flex-grow: 1;
  }
}

@media screen and  (max-width: 767px){
  #medical-other-data-container .col{
    flex-basis: 50%;
    flex-grow: 1;
  }
}


/* #v4-meddash-personal, #v4-meddash-seasonstatus, #v4-meddash-history {
  height: 330px;
} */

.width-transition{
  -webkit-transition: max-height 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.default-cursor{
  cursor: default
}

.tso-loading-overlay{
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 89;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tso-loading-wrapper{
  position: relative;
}

@media (max-width: 992px) {
  #medical-modal-container .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
  }
  #medical-modal-container .nav-tabs>li {
    float:none;
  }
}

#fave-page-container {
    position: fixed;
    top: 240px;
    right: 0;
    width: 35px;
    height: 35px;
    background: #52C4FF;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#fave-page-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    #fave-page-btn i {
        margin-top: 7px;
        font-size: 20px;
    }