﻿.select-filter-category {
    width: 150px;
    height: 40px;
    vertical-align: central;
    background-color: white;
    color: black;
    max-height: 40px;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

table.data-control-table {
    width: 100%;
    background-color: #e20a17;
    color: white;
}

.data-control-active-cell {
    align-content: center;
    background-color: #e20a17;
    cursor: pointer;
}

    .data-control-active-cell:hover {
        background-color: #cc0a16;
    }

.data-control-disabled-cell {
    align-content: center;
    background-color: #e20a17;
}

.data-control-add-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/add_white.png);
}

.data-control-edit-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/edit_white.png);
}

.data-control-link-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/link_white.png);
}

.data-control-list-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/details_white.png);
}

.data-control-gallery-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/gallery_white.png);
}

.data-control-filter-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/filter_white.png);
}

.data-control-search-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/search-icon.svg);
}

.data-control-down-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/down_white.png);
}

/* Create a column layout with Flexbox */
.search-row {
    display: flex;
}

/* Top Row (search) */
.search-top {
    width: 100%;
    padding: 15px 0;
}

    .search-top h2 {
        padding-left: 8px;
    }

/* Left column (menu) */
.search-left {
    width: 200px;
    padding: 15px 0;
}

    .search-left h2 {
        padding-left: 8px;
    }

/* Right column (page content) */
.search-right {
    width: 100%;
    padding: 15px;
}

/* Style the search box */
.search-input {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    line-height: 25px;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    vertical-align: middle;
}

.search-box {
    background-color: #e20a17;
    padding: 12px;
}

    .search-box h5 {
        font-size: 20px;
        padding: 5px 0px 0px 10px;
        margin-bottom: 2px;
    }

.search-mode {
    background-color: #ddd;
    padding: 0px;
}

    .search-mode h5 {
        font-size: 20px;
        padding: 5px 0px 0px 10px;
        margin-bottom: 2px;
    }

    .search-mode h6 {
        font-size: 16px;
        padding: 5px 0px 0px 10px;
        margin-bottom: 0px;
    }

    .search-mode p {
        padding: 0px 0px 0px 10px;
        margin-bottom: 2px;
    }

.search-filter-items {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Style the navigation menu inside the left column */
.search-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .search-list li a {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-decoration: none;
        color: black;
        display: block
    }

        .search-list li a:hover {
            background-color: #eee;
        }

.search-button-cell {
}

    .search-button-cell:hover {
        background-color: #ff6a00;
    }

.row-catagory-title {
    padding: 0px;
    background-color: #5c5c5c;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .row-catagory-title:hover {
        background-color: #424242;
    }

.col-catagory-title {
    background-color: transparent;
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%
}

.filter-catagory-clear {
    width: 24px;
    height: 24px;
    padding: 0px;
    visibility: hidden;
    content: url(../../Content/images/delete_white.png);
}

.filter-checkbox {
    width: 50px;
    height: 20px;
    padding: 0px;
    margin: 0px;
}

.filter-label {
    cursor: pointer;
    padding-left: 10px;
}

.filter-ticked {
    width: 20px;
    height: 20px;
    cursor: pointer;
    content: url(../../Content/images/ticked_white.png);
}

.filter-unticked {
    width: 20px;
    height: 20px;
    cursor: pointer;
    content: url(../../Content/images/unticked_white.png);
}

div.gallery {
    color: #e20a17;
    background-color: white;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid rgba(0, 52, 119, 0.25);
    overflow: hidden;
    margin: 8px;
}

    div.gallery:hover {
        border: 1px solid rgba(0, 52, 119, 0.75);
        /* -webkit-box-shadow: 5px 5px 8px 1px rgb(0, 0, 0 , 0.2); */
        -moz-box-shadow: 5px 5px 8px 1px rgb(0, 0, 0, 0.2);
        box-shadow: 5px 5px 8px 1px rgb(0, 0, 0, 0.2);
    }

div.gallerylabel {
    position: relative;
    padding: 8px;
    text-align: center;
}

div.galleryimage {
    height: 200px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

div.galleryimageportrait {
    height: 250px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

div.innerlabel {
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.60);
    padding: 8px;
    text-align: center;
}

    div.innerlabel:hover {
        background-color: rgba(0, 0, 0, 0.80)
    }

* {
    box-sizing: border-box;
}

.responsive {
    padding: 6px;
    float: left;
    width: 25%;
}

@media only screen and (max-width: 1500px) {
    .responsive {
        width: 33%;
    }
}

@media only screen and (max-width: 1000px) {
    .responsive {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.responsiveportrait {
    padding: 0px;
    float: left;
    width: 12.5%;
}

    .responsiveportrait:hover {
        border: 1px solid #darkgray;
    }

@media only screen and (max-width: 2200px) {
    .responsiveportrait {
        width: 16.6666667%;
    }
}

@media only screen and (max-width: 1600px) {
    .responsiveportrait {
        width: 20%;
    }
}

@media only screen and (max-width: 1300px) {
    .responsiveportrait {
        width: 25%;
    }
}

@media only screen and (max-width: 950px) {
    .responsiveportrait {
        width: 33.3333333333333%;
    }
}

@media only screen and (max-width: 600px) {
    .responsiveportrait {
        width: 50%;
    }
}

.labelpopupbase {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}

.labelpopupcontent {
    background-color: #e20a17;
    color: white;
    border: 1px solid #e20a17;
    border-radius: 3px;
    border-style: solid;
    position: absolute;
    padding: 8px;
    z-index: 9999;
    overflow: visible;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.labelarrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9.5px;
    right: -14px;
}

.galleryimagenew {
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-3dot-cell {
}

.gallery-3dot-icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 10px;
    content: url(../../Content/images/three_dots_white.png);
}

    .gallery-3dot-icon:hover {
        padding: 6px;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.data-view {
    display: none;
}

.dataheading {
    font-size: 26px;
    line-height: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.data-add-cell {
    padding: 0px;
    margin: 0px;
    display: none;
    vertical-align: middle;
}

.data-link-cell {
    padding: 0px;
    margin: 0px;
    display: none;
    vertical-align: middle;
}

.data-country-cell {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.data-add-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/add_dot.png);
}

    .data-add-icon:hover {
        padding: 0px;
    }


.data-link-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/link_dot.png);
}

    .data-link-icon:hover {
        padding: 0px;
    }

.data-aus-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/aus_dot.png);
}

.data-chile-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/chile_dot.png);
}

.data-poland-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/poland_dot.png);
}

.data-uae-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/uae_dot.png);
}

.data-uk-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/uk_dot.png);
}

.data-usa-icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    content: url(../../Content/images/usa_dot.png);
}

.datatext {
    font-size: 20px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

.gallery-top-row {
    background-color: transparent;
    height: 40px;
    vertical-align: middle;
}

.gallery-mid-row {
    background-color: transparent;
    height: 100%;
}

.gallery-bot-row {
    color: white;
    background-color: rgba(0, 52, 119, 0.75);
    height: 30px;
}

.gallery-label-cell {
    padding: 8px;
    text-align: center;
}

.gallery-link-cell {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: none;
}

.gallery-country-cell {
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.gallery-add-cell {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: none;
}


.gallery-add-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/add_dot.png);
}

    .gallery-add-icon:hover {
        padding: 0px;
    }

.gallery-link-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/link_dot.png);
}

    .gallery-link-icon:hover {
        padding: 0px;
    }

.gallery-australia-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/australia_dot.png);
}

.gallery-chile-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/chile_dot.png);
}

.gallery-poland-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/poland_dot.png);
}

.gallery-uae-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/uae_dot.png);
}

.gallery-uk-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/uk_dot.png);
}

.gallery-usa-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/usa_dot.png);
}

.gallery-bahrain-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/bahrain_dot.png);
}

.gallery-qatar-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/qatar_dot.png);
}

.gallery-hongkong-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/hongkong_dot.png);
}

.gallery-india-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/india_dot.png);
}

.gallery-ireland-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/ireland_dot.png);
}

.gallery-newzealand-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/newzealand_dot.png);
}

.gallery-oman-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/oman_dot.png);
}

.gallery-philippines-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/philippines_dot.png);
}

.gallery-qatar-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/qatar_dot.png);
}

.gallery-saudiarabia-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/saudiarabia_dot.png);
}

.gallery-guam-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/guam_dot.png);
}

.gallery-au-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/australia_dot.png);
}

.gallery-cl-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/chile_dot.png);
}

.gallery-pl-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/poland_dot.png);
}

.gallery-ae-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/uae_dot.png);
}

.gallery-gb-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/uk_dot.png);
}

.gallery-us-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/usa_dot.png);
}

.gallery-bh-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/bahrain_dot.png);
}

.gallery-hk-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/hongkong_dot.png);
}

.gallery-in-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/india_dot.png);
}

.gallery-ir-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/ireland_dot.png);
}

.gallery-nz-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/newzealand_dot.png);
}

.gallery-om-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/oman_dot.png);
}

.gallery-ph-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/philippines_dot.png);
}

.gallery-qa-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/qatar_dot.png);
}

.gallery-sa-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/saudiarabia_dot.png);
}

.gallery-gu-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    content: url(../../Content/images/guam_dot.png);
}

.gallery-view {
    display: block;
}

.float-controls {
    float: right;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    background-color: rgba(255, 255, 255, 0.70);
}

    .float-controls:hover {
        background-color: white;
    }

floatingtable {
}

floaingtrow {
}

floatingcell {
    background-color: transparent;
}

    floatingcell:hover {
        background-color: rgba(255, 255, 255, 1);
    }


.search-filter-row {
    padding: 0px;
    background-color: #828282;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .search-filter-row:hover {
        background-color: #ec6500;
    }


/*NEW EXPERIENCE LAYOUT*/

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

.experience-topbar-title {
    padding-left: 10px;
    vertical-align: middle;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .experience-topbar-title {
        font-size: 22px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .experience-topbar-title {
        font-size: 18px;
    }
}

.experience-segment {
    margin-top: 20px;
}

.experience-country {
    position: absolute;
    left: 0px;
}

.experience-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #e20a17;
    border-radius: 3px 3px;
}

.experience-button {
    width: 30px;
    height: 30px;
    padding: 3px;
}

.experience-buttons-cell {
    padding: 3px;
}

.experience-delete-blue {
    content: url(../../Content/images/delete_blue.png);
    width: 24px;
    height: 24px;
}

.experience-generate-thumb-blue {
    content: url(../../Content/images/generate_thumb_blue.png);
    width: 24px;
    height: 24px;
}

.experience-enter-blue {
    content: url(../../Content/images/enter_blue.png);
    width: 24px;
    height: 24px;
}

.experience-globe-blue {
    content: url(../../Content/images/globe_blue.png);
    width: 24px;
    height: 24px;
}

.experience-globe-white {
    content: url(../../Content/images/globe_white.png);
    width: 24px;
    height: 24px;
}

.experience-add-white {
    content: url(../../Content/images/add_white.png);
    width: 24px;
    height: 24px;
}

.experience-delete-white {
    content: url(../../Content/images/delete_white.png);
    width: 24px;
    height: 24px;
}

.experience-generate-thumb-white {
    content: url(../../Content/images/generate_thumb_white.png);
    width: 24px;
    height: 24px;
}

.experience-edit-white {
    content: url(../../Content/images/edit_white.png);
    width: 24px;
    height: 24px;
}

.experience-enter-white {
    content: url(../../Content/images/enter_white.png);
    width: 24px;
    height: 24px;
}

.experience-link-white {
    content: url(../../Content/images/link_white.png);
    width: 24px;
    height: 24px;
}

.experience-page-icon {
    border-style: solid;
    height: 200px;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.experience-thumb {
    border-style: solid;
    height: 200px;
    padding: 8px;
    display: flex;
    justify-content: center;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .experience-thumb {
        height: 200px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .experience-thumb {
        height: 160px;
    }
}

.experience-thumb-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /*    border: solid 1px #dedede;*/
    align-content: baseline;
    transition: box-shadow .2s ease-out;
    box-shadow: 0 0 3px #808080;
}

.experience-folder-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    align-content: baseline;
}

.experience-portrait {
    color: #4b4b49;
    padding: 0px;
    width: 220px;
    float: left;
    white-space: normal;
}

    .experience-portrait.wide {
        width: 320px;
    }

    .experience-portrait:hover {
        color: #e20a17;
    }

    .experience-portrait.editable {
        cursor: move;
    }

        .experience-portrait.editable:hover {
            border-left: 1px solid #3d3d3d;
        }

    .experience-portrait.selected {
        /*            background-color: #ec6500;
            color: white;*/
    }

    .experience-portrait.dragElem {
        opacity: 0.4;
    }

    .experience-portrait.over {
        border-left: 2px solid #3d3d3d;
    }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .experience-portrait {
        width: 220px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .experience-portrait {
        width: 165px;
    }
}

.experience-icon {
    width: 200px;
    padding: 32px;
}

@media screen and (max-width: 600px) {
    .experience-icon {
        width: 150px;
    }
}

.experience-item-table {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.experience-gallery-view {
    display: block;
}

    .experience-gallery-view.editing {
        background-color: #eaeaea;
        border-bottom: dashed 1px;
        border-left: dashed 1px;
        border-right: dashed 1px;
    }

.experience-gallery-item {
    background-color: white;
    cursor: pointer;
    border-radius: 3px;
    /*border: 1px solid rgba(0, 52, 119, 0.25);*/
    border: 1px solid #dedede;
    overflow: hidden;
    margin: 8px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    background-color: #fdfafa;
}

    .experience-gallery-item:hover {
        transition: box-shadow .2s ease-out;
        box-shadow: 0 0 5px #808080;
        font-weight: 600;
    }

.experience-gallery {
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .experience-gallery.mini {
        height: 24px;
    }

    .experience-gallery.blue {
        text-align: center;
        background-color: #ec7823;
    }

        .experience-gallery.blue:hover {
            background-color: #d16a1f;
        }

    .experience-gallery.orange {
        text-align: center;
        background-color: #69a56d;
    }

        .experience-gallery.orange:hover {
            background-color: #548357;
        }

    .experience-gallery.grey {
        text-align: center;
        background-color: #02408f;
    }

        .experience-gallery.grey:hover {
            background-color: #022f68;
        }


    .experience-gallery.tangerine {
        text-align: center;
        background-color: #ec7823;
    }

        .experience-gallery.tangerine:hover {
            background-color: #d16a1f;
        }

    .experience-gallery.honeycomb {
        text-align: center;
        background-color: #f2ae2c;
    }

        .experience-gallery.honeycomb:hover {
            background-color: #ca9125;
        }

    .experience-gallery.green {
        text-align: center;
        background-color: #69a56d;
    }

        .experience-gallery.green:hover {
            background-color: #4f7c52;
        }

    .experience-gallery.softturquoise {
        text-align: center;
        background-color: #5bc0c1;
    }

        .experience-gallery.softturquoise:hover {
            background-color: #459293;
        }

    .experience-gallery.richblue {
        text-align: center;
        background-color: #25408f;
    }

        .experience-gallery.richblue:hover {
            background-color: #1b306b;
        }

    .experience-gallery.darkjade {
        text-align: center;
        background-color: #074F5A;
    }

        .experience-gallery.darkjade:hover {
            background-color: #05363d;
        }

    .experience-gallery.deeppurple {
        text-align: center;
        background-color: #3A2050;
    }

        .experience-gallery.deeppurple:hover {
            background-color: #22132f;
        }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .experience-gallery {
        height: 230px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .experience-gallery {
        height: 180px;
    }
}

.experience-top-row {
    background-color: transparent;
    height: 40px;
    vertical-align: middle;
}

.experience-mid-row {
    background-color: transparent;
    height: 100%;
}

.experience-bot-row {
    background-color: #f2f2f2;
    height: 30px;
}

.experience-heading-text {
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 24px;
    max-height: 200px;
    height: 70px;
    white-space: normal;
    text-overflow: initial;
    overflow: auto;
    width: 100%;
    bottom: 0px;
    padding: 8px;
    padding-left: 12px;
    max-width: 100%;
    display: block;
    position: absolute;
}

.experience-text {
    background-color: #f2f2f2;
    max-height: 100px;
    width: 100%;
    bottom: 0px;
    padding: 8px;
    text-align: left;
    padding-left: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    position: absolute;
}

    .experience-text:hover {
        white-space: normal;
        text-overflow: initial;
        overflow: auto;
    }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .experience-text {
        font-size: 17px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .experience-text {
        font-size: 12px;
    }
}

.experience-label-cell {
    padding: 8px;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    padding-left: 15px;
}


#experience-list {
    width: 100%;
    list-style-type: none;
}

.experience-header {
    margin-bottom: 0px;
    padding: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.experience-item {
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
    background-color: white;
    border-radius: 2px;
    border: 1px solid white;
    flex-direction: column;
    display: inline-block;
    cursor: pointer;
}

    .experience-item:hover {
    }

    .experience-item.editable {
        cursor: move;
    }

        .experience-item.editable:hover {
            border-top: 1px solid #808080;
            border-bottom: 1px solid #808080;
        }

    .experience-item.selected {
        background-color: #ec6500;
        color: white;
    }

    .experience-item.dragElem {
        opacity: 0.4;
    }

    .experience-item.over {
        border-top: 2px solid #3d3d3d;
    }

.title-view {
    background-color: white;
}

    .title-view.editing {
        background-color: #eaeaea;
        border-top: dashed 1px;
        border-left: dashed 1px;
        border-right: dashed 1px;
    }

.split-view {
    background-color: white;
}

    .split-view.editing {
        background-color: #eaeaea;
        border-bottom: dashed 1px;
        border-left: dashed 1px;
        border-right: dashed 1px;
    }


.experience-table {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    /*width: 100%;*/
}

    .experience-table tr {
        font-weight: 700;
        background-color: white;
    }

        .experience-table tr:hover {
            background-color: #eae8e8;
        }

    .experience-table td {
        padding: 5px;
        font-weight: 300;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .experience-table td a {
            font-weight: 500;
            color: #e20a17;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .experience-table td a:hover {
                color: #4b4b49;
            }

    .experience-table p {
        margin-bottom: 0px;
    }

    .experience-table a:hover {
        color: #ec6500;
    }

.experience-thumb-div {
    width: 30px;
    height: 30px;
    border-style: solid;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.experience-thumb-div20 {
    width: 20px;
    height: 20px;
    border-style: solid;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.experience-file-icon {
    content: url(../../Content/images/emptydoc.png);
    width: 24px;
    height: 24px;
}

.experience-folder-icon {
    content: url(../../Content/images/folder.png);
    width: 24px;
    height: 24px;
}

.experience-heading-icon {
    content: url(../../Content/images/heading.png);
    width: 24px;
    height: 24px;
}

.experience-delete-icon {
    content: url(../../Content/images/x_blue.png);
    width: 24px;
    height: 24px;
    background-color: transparent;
}

    .experience-delete-icon:hover {
        background-color: #d1d1d1;
    }

.experience-drag-icon {
    content: url(../../Content/images/drag_blue.png);
    cursor: move;
    width: 24px;
    height: 24px;
}

    .experience-drag-icon:hover {
        background-color: #d1d1d1;
    }

.experience-up-icon {
    content: url(../../Content/images/up_blue.png);
    width: 24px;
    height: 24px;
}

    .experience-up-icon:hover {
        background-color: #d1d1d1;
    }

.experience-down-icon {
    content: url(../../Content/images/down_blue.png);
    width: 24px;
    height: 24px;
}

    .experience-down-icon:hover {
        background-color: #d1d1d1;
    }

.experience-up-white-icon {
    content: url(../../Content/images/up_white.png);
    width: 24px;
    height: 24px;
}

.experience-down-white-icon {
    content: url(../../Content/images/down_white.png);
    width: 24px;
    height: 24px;
}

.experience-add-icon {
    content: url(../../Content/images/add_blue.png);
    width: 24px;
    height: 24px;
}

    .experience-add-icon:hover {
        background-color: #d1d1d1;
    }

.data-control-globe-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/globe_white.png);
}

.data-control-save-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/save_white.png);
}

.data-control-share-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/link_white.png);
}

.data-control-full-page-up-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/full_page_up_white.png);
}

.data-control-full-page-down-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/full_page_down_white.png);
}

.data-control-full-screen-mode-enter-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/full_screen_mode_enter_white.png);
}

.data-control-full-screen-mode-exit-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/full_screen_mode_exit_white.png);
}

.data-control-delete-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/delete_white.png);
}

.experience-edit-icon {
    content: url(../../Content/images/edit_blue.png);
    width: 24px;
    height: 24px;
}

    .experience-edit-icon:hover {
        background-color: #d1d1d1;
    }

.experience-button-cell {
    background-color: white;
    color: #e20a17;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

    .experience-button-cell:hover {
        background-color: #ff6a00;
    }

.experience-button-cell-disabled {
    background-color: white;
    color: #808080;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.experience-title-row {
    background-color: transparent;
    color: white;
    background-color: #e20a17;
    font-size: 24px;
    padding: 0px;
    cursor: pointer;
}

    .experience-title-row:hover {
        background-color: #4b4b49;
    }

.experience-add-button {
    background-color: #ec6500;
    color: white;
    border-radius: 3px;
}

.title-a {
    cursor: pointer;
    transition: all .3s ease-out;
    text-decoration: none;
    color: white;
}

    .title-a:hover {
        cursor: pointer;
        transition: all .3s ease-out;
        text-decoration: none;
        color: #4b4b49;
    }


.axaptadivtitle {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    left: 0px;
    height: 30px;
    padding: 8px;
    padding-left: 12px;
    color: #4b4b49;
    background-color: #f2f2f2;
}

.axaptadivtext {
    background-color: #f2f2f2;
    max-height: 100px;
    width: 100%;
    bottom: 0px;
    padding: 8px;
    text-align: left;
    padding-left: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    position: absolute;
}

    .axaptadivtext:hover {
        white-space: normal;
        text-overflow: initial;
        overflow: auto;
    }

.axapta-thumb {
    border-style: solid;
    height: 198px;
    padding: 8px;
    display: flex;
    justify-content: center;
    padding-top: 36px;
}

.axaptatable {
    border-radius: 5px;
    text-align: left;
    font-size: 17px;
}

    .axaptatable tr:hover {
        background-color: #f2f2f2;
        cursor: pointer;
    }

    .axaptatable th {
        padding: 10px;
        font-weight: bold;
    }

    .axaptatable td {
        padding: 10px;
    }

    .axaptatable a {
        cursor: pointer;
    }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .axaptadivtitle {
        font-size: 17px;
    }

    .axaptadivtext {
        font-size: 17px;
    }

    .axapta-thumb {
        height: 198px;
    }

    .axaptatable th {
        padding: 10px;
        font-size: 17px;
        font-weight: bold;
    }

    .axaptatable td {
        padding: 10px;
        font-size: 17px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .axaptadivtitle {
        font-size: 12px;
    }

    .axaptadivtext {
        font-size: 12px;
    }

    .axapta-thumb {
        height: 154px;
    }

    .axaptatable th {
        padding: 7px;
        font-size: 12px;
        font-weight: bold;
    }

    .axaptatable td {
        padding: 7px;
        font-size: 12px;
    }
}