#create_new_camp_form .image {
    height: 121px;
}

#create_new_camp_form>.columns2 .column {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-left: 0px !important;
}

#create_new_camp_form>.columns2 .column.right {
    margin-right: 0px;
    margin-left: 10px !important;
}

.box.camp .desc {
    margin-bottom: 40px;
}

.box.camp .desc.noMargin {
    margin-bottom: 0px;
}

.box.camp .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.box.camp .desc .button,
.widget.camp .desc .button {
    padding-left: 10px;
    margin-top: 10px;
}

.box.camp .desc .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.box.camp .desc .button.registration {
    bottom: 59px;
}

.box.camp {
    padding: 0px !important;
    position: relative;
    overflow: hidden;
}

.widget.camp {
    position: relative;
}

.box.camp .adminOptions {
    position: absolute;
    top: 23px;
    right: 10px;
}

.box.camp.info .adminOptions {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000;
}

.box.camp.info .adminOptions .optionsPopup {
    left: calc(100% - 135px);
    width: 140px;
}

.box.camp .campHeader {
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    padding-right: 40px;
    box-sizing: border-box;
    color: #333;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 1000;
}

.box.camp .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.box.camp .image:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.box.camp.info .image:after {
    padding-top: 60%;
}

.box.camp .image .imageFooter {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    padding: 15px;
    box-sizing: border-box;
}

.box.camp .image .imageFooter .published {
    position: relative;
    float: left;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}

.box.camp .image .imageFooter .published:hover {
    opacity: .7;
}

.box.camp .image .imageFooter .published:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    color: rgba(var(--mainColor), 1);
    font-weight: 800;
    top: 1px;
    left: 0px;
}

.box.camp .image .imageFooter .published.unpublished:before {
    font-weight: 300;
}

.box.camp .image .imageFooter .icon {
    float: right;
    background-color: rgba(var(--mainColor), 1);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}

.box.camp .image .imageFooter .icon:hover {
    opacity: .7;
}

.box.camp .image .imageFooter .icon.inactive {
    background-color: rgba(var(--mainColor), .2);
    cursor: default;
}

.box.camp .image .imageFooter .icon.inactive:hover {
    opacity: 1;
}

.box.camp .image .imageFooter .icon.campInfo:before {
    content: "\f129";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    color: white;
    font-weight: 800;
    top: 6px;
    left: 12px;
}

.box.camp .image .imageFooter .icon.campProgramme:before {
    content: "\f03a";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    color: white;
    font-weight: 400;
    top: 7px;
    left: 7px;
}

.box.camp .desc {
    padding: 15px;
}

.box.camp .desc.registration {
    padding-bottom: 60px;
}

.box.camp .info {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.box.camp .info span {
    font-weight: 600;
}

.box.camp .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}

.box.camp .overlay .table {
    display: table;
    width: 100%;
    height: 100%;
}

.box.camp .overlay .table div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-weight: 400;
    opacity: .7;
}

.box.camp .desc .icons {
    margin-bottom: 10px;
    border-bottom: 1px solid #D6DCDF;
}

.box.camp .desc .icons div {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.box.camp .desc .icons .date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: rgba(var(--mainColor), 1);
    font-weight: 300;
    top: calc(50% - 9px);
    left: 0px;
}

.box.camp .desc .icons .location:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: rgba(var(--mainColor), 1);
    font-weight: 300;
    top: calc(50% - 9px);
    left: 0px;
}

.camps .optionsPopup {
    width: 170px;
    left: calc(100% - 165px) !important;
}

.campProgramme .optionsPopup {
    width: 140px;
    left: calc(100% - 135px) !important;
}

.campMedia .optionsPopup {
    width: 140px;
    left: calc(100% - 135px) !important;
}

.innerPopup.campInfo p {
    line-height: 22px;
}

.innerPopup.campInfo ol,
.innerPopup.campInfo ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    list-style-position: inside;
    line-height: 22px;
}

.innerPopup.campInfo a {
    color: inherit;
}

.innerPopup.campInfo a:hover {
    opacity: .7;
}

.editCampTeams .table {
    width: 100%;
    margin-top: 5px;
}

.editCampTeams .table .row {
    padding: 6px;
    background-color: rgba(var(--mainColor), 1);
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
}

.editCampTeams .table .row .name {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    float: left;
    padding-left: 3px;
}

.editCampTeams .table .row .name div {
    font-size: 10px;
    text-transform: uppercase;
    opacity: .8;
}

.editCampTeams .table .row .name div .evaluationType {
    display: inline-block;
}

.editCampTeams .table .row .name div .coaches {
    display: inline-block;
    min-width: 65px;
}

.editCampTeams .table .options {
    text-align: right;
    float: right;
}

.editCampTeams .table .options .button {
    width: 29px;
    height: 29px;
    background-color: rgba(255, 255, 255, .2);
    font-family: "Font Awesome 5 Pro";
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    margin-left: 5px;
    float: right;
}

.editCampTeams .table .options .button:hover {
    background-color: rgba(255, 255, 255, .5);
}

.editCampTeams .table .options .button.edit:after {
    content: "\f304";
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    position: absolute;
}

.editCampTeams .table .options .button.delete:after {
    content: "\f2ed";
    top: calc(50% - 7px);
    left: calc(50% - 6px);
    position: absolute;
}

.createCampTeam .addToList {
    height: 208px;
    max-height: 208px !important;
}

#campTeams {
    position: absolute;
    top: 17px;
    right: 54px;
    width: 200px;
}

#campCategories {
    position: absolute;
    top: 17px;
    right: 54px;
    width: 200px;
}

#campCategories select {
    text-transform: uppercase;
}

.editCampProgramme .formFrame {
    border-bottom: 1px solid #D6DCDF;
    margin-bottom: 10px;
}

.campProgramme {
    display: none;
}

.campProgramme.active {
    display: block;
}

.campProgramme .session {
    background-color: #EFEFEF;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.campProgramme .session .header {
    background-color: #8B8F99;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.campProgramme .session .header .options {
    position: absolute;
    top: 5px;
    right: 5px;
}

.campProgramme .session .header .button {
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    padding: 0px;
    background-color: rgba(255, 255, 255, .3);
    display: inline-block;
    margin-left: 2px;
}

.campProgramme .session .header .button:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 14px;
    color: white;
    font-weight: 300;
    top: calc(50% - 7px);
    left: calc(50% - 6px);
}

.campProgramme .session .header .button.delete:after {
    content: "\f2ed";
}

.campProgramme .session .header .button.edit:after {
    content: "\f304";
}

.campProgramme .session .header .button:hover {
    opacity: .7;
}

.campProgramme .table {
    display: table;
    width: 100%;
}

.campProgramme .table .tr {
    margin-top: 5px;
}

.campProgramme .table.orderable .tr {
    margin-top: 0px;
}

.campProgramme .table .tr.noMargin {
    margin-top: 0px;
}

.campProgramme .table .td {
    display: table-cell;
    border-radius: 3px;
    height: 1px;
    vertical-align: middle;
    position: relative;
}

.campProgramme .table .td .time {
    background-color: rgba(var(--mainColor), 1);
    border-radius: 3px;
    color: white;
    font-size: 12px;
    padding: 5px;
    line-height: 12px;
    box-sizing: border-box;
    width: 41px;
    margin-right: 5px;
}

.campProgramme .table .td .time.hour12 {
    width: 63px;
}

.campProgramme .table .td .time .startTime {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.campProgramme .table .td.textDrill {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #333;
}

.campProgramme .table .td.textDrill.clickable {
    cursor: pointer;
}

.campProgramme .table .td.textDrill.clickable:hover {
    background-color: #A1A4AE;
    color: white;
}

.campProgramme .table .td.textDrill .rowName {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 1px;
    opacity: .8;
}

.campProgramme .table .td.spacer {
    max-width: 5px;
    min-width: 5px;
}

.campProgramme .table .td.totalTime {
    min-width: 41px;
    background-color: rgba(var(--mainColor), 1);
    border-radius: 3px;
    color: white;
    margin-left: 5px;
    text-align: center;
    font-size: 16px;
}

.campProgramme .table .td.totalTime span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: -3px;
}

.campProgramme .table .td .options {
    position: absolute;
    top: 5px;
    right: 5px;
}

.campProgramme .table .td .options .button {
    display: inline-block;
    width: 29px;
    height: 29px;
    padding: 0px;
    background-color: rgba(161, 164, 174, 1);
    margin-left: 2px;
}

.campProgramme .table .td .options .button:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 14px;
    color: white;
    font-weight: 300;
    top: calc(50% - 7px);
    left: calc(50% - 6px);
}

.campProgramme .table .td .options .button.delete:after {
    content: "\f2ed";
}

.campProgramme .table .td .options .button.edit:after {
    content: "\f304";
}

.campProgramme .table .td .options .button:hover {
    opacity: .7;
}

.campProgramme .session .footer .button {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}

.addCampSessionBlock .drillSelector {
    position: relative;
}

.addCampSessionBlock .drillSelector .button {
    background-color: rgba(var(--mainColor), 1);
    border: 1px solid transparent;
    border-radius: 3px;
    color: white;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 15px;
    cursor: pointer;
    transition: all .2s;
    margin: 0px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: auto !important;
}

.campProgramme .dayProgramme .session {
    margin-bottom: 0px;
    margin-top: 5px;
}

.campProgramme .parent {
    margin-top: 5px;
}

.campProgramme .child {
    background-color: white !important;
}

.campProgramme .child.dayProgramme:after {
    content: "" !important;
}

.addCampPlayers .table {
    border-bottom: 1px solid #D6DCDF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.addCampPlayers .table .cell {
    border-bottom: 5px solid transparent !important;
}

.addCampPlayers .addToList {
    height: 208px;
    max-height: 208px !important;
}

.addCampMedia .mediaFrame {
    display: none;
}

.addCampMedia .mediaFrame.selected {
    display: block;
}

.campMediaHeader {
    width: 100%;
    background-color: rgba(var(--mainColor), 1);
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.campMediaHeader .button {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(255, 255, 255, .2);
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
}

.campMediaHeader .button:hover {
    background-color: rgba(255, 255, 255, .4);
}

.campMediaHeader.videos {
    cursor: pointer;
}

.campMediaHeader.videos:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-size: 18px;
    color: white;
    font-weight: 300;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    z-index: 1;
    display: block;
    transition: all .3s;
}

#campMediaImages .image,
#campMediaVideos .video {
    width: calc((100% - 15px) / 4);
    float: left;
    height: auto;
    border-radius: 3px;
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    margin: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

#campMediaImages .image:nth-child(4n+1),
#campMediaVideos .video:nth-child(4n+1) {
    margin-left: 0px;
}

.campMediaContent .image:after,
.campMediaContent .video:after {
    content: "";
    padding-top: 100%;
    display: block;
}

.campMediaContent .video:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 24px;
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
    top: calc(50% - 12px);
    left: calc(50% - 8px);
}

.campMediaContent .video:hover:before {
    color: rgba(255, 255, 255, 1);
}

#campMediaVideos .campMediaContent {
    display: none;
}

#campMediaVideos.active .campMediaContent {
    display: block;
}

#campMediaVideos.active .campMediaHeader.videos:after {
    content: "\f078";
}

.camps .header .button {
    float: right;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 3px;
    font-size: 14px;
    cursor: default;
}

.camps .header .button:hover {
    background-color: rgba(var(--mainColor), 1);
}

.camps .header .button.inactive {
    background-color: #D6DCDF;
    color: #333;
    cursor: pointer;
}

.camps .header .button.inactive:hover {
    background-color: #EFEFEF;
}

.camps .header .button.right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.camps .header .button.left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.campInfo input[type="text"] {
    background-color: #EFEFEF;
    color: #333;
    margin: 0px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 8px;
    border-radius: 3px;
    transition: background .2s;
    margin-bottom: 10px;
}

.editCampInfo .table {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.editCampInfo .table .row {
    padding: 6px;
    background-color: rgba(var(--mainColor), 1);
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
}

.editCampInfo .table .row .name {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    float: left;
    padding-left: 3px;
    display: block;
    margin-top: 6px;
}

.editCampInfo .table .options {
    text-align: right;
    float: right;
}

.editCampInfo .table .options .button {
    width: 29px;
    height: 29px;
    background-color: rgba(255, 255, 255, .2);
    font-family: "Font Awesome 5 Pro";
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    margin-left: 5px;
    float: right;
}

.editCampInfo .table .options .button:hover {
    background-color: rgba(255, 255, 255, .5);
}

.editCampInfo .table .options .button.edit:after {
    content: "\f304";
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    position: absolute;
}

.editCampInfo .table .options .button.delete:after {
    content: "\f2ed";
    top: calc(50% - 7px);
    left: calc(50% - 6px);
    position: absolute;
}

.widget.campInfo .campInfoContent {
    padding: 10px;
    margin-top: 5px;
    border-radius: 3px;
}

#campInfoWidget .campInfoContent p:first-child {
    margin-top: 0px;
}

#campInfoWidget .campInfoContent p:last-child {
    margin-bottom: 0px;
}

.widget.campInfo .campInfoContent:after {
    content: "" !important;
}

#campUseRegistration {
    display: none;
    margin-top: 15px;
}

#campUseRegistration.active {
    display: block;
}

.toggleCampRegistration {
    margin-top: 20px;'
}

.toggleCampRegistration .checkbox {
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

.toggleCampRegistration span {
    display: block;
    float: left;
    text-transform: uppercase;
}

.dropareaBlock,
.dropareaSession {
    position: relative;
}

.dropareaBlock .innerDroparea {
    width: 100%;
    height: 5px;
    transition: all .2s;
    border-radius: 3px;
}

.dropareaSession .innerDroparea {
    width: 100%;
    height: 10px;
    transition: all .2s;
    border-radius: 3px;
}

.dropareaBlock .innerDroparea.hide,
.dropareaSession .innerDroparea.hide {
    display: none;
}

.campProgramme .session.dragable {
    margin-bottom: 0px;
}