.content-container {
    margin-top: 20px;
}

.imageContainer {
    border:1px solid #d8d8d8;
}

.displayImage {
    display: block;
    border-bottom:1px solid #d8d8d8;
}

.displayImage img {
    max-width: 100%;
    max-height: 100%;
}

.imageCarousel {
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    display: flex;
}

.imageCarousel .imageWrapper {
    position: relative;
    display: inline-block;
}

.imageCarousel .imageWrapper img {
    width: 100%;
    cursor: pointer;
}

.noPad {
    margin-right: 0px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
}

.deleteImageIcon {
    padding: 5px 10px;
    color: white;
    background-color: rgb(255,0,0);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 0;
    cursor: pointer;
}

.inputSuccess {
    box-shadow: 0px 0px 6px #31c731 !important;
    transition: 0.4s;
}

.inputError {
    border: 2px solid #f56666;
}

.historyImgContainer{
    max-width: 200px;
    margin-bottom: 10px;
}

.historyImgContainer img{
    width:100%;
}

.popupImage{
    cursor: pointer;
}

#imagePopup {
    display: none;
    position: absolute;
    z-index: 1030;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

#imagePopup img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 600px;
    max-width: 100%;
}

.backButton{
    position: absolute;
    top: -60px;
}

#topnav {
    background: rgb(242,108,8);
    background: linear-gradient(245deg, rgba(242,108,8,1) 33%, rgba(112,0,189,1) 100%);
}

.topbar-custom .nav-link, .notification-list .noti-icon{
    color: white;
}
#topnav .navbar-toggle span {
    background-color: black;
}

.teamUser p{
    font-size: 14px;
    margin-bottom: 5px;
}

.teamUser p i{
    font-size: 24px;
}

#topnav .navigation-menu > li > a {
    color: white;
}
#topnav .has-submenu.active a {
    text-decoration: underline;
}

#topnav .navbar-custom {
    background-color: rgba(0, 0, 0, 0.2);
}

.historyRow p{
    margin-bottom: 5px;
}

.historyRow strong, .attributeHeader{
    font-family: "Roboto", sans-serif;
}

.historyRow hr{
    margin-top: 5px;
    margin-bottom: 10px;
}
#datatable_wrapper, #datatable2_wrapper {
    max-width: 100%;
}

#addProduct{
    width: 100%;
}

.mb-40{
    margin-bottom: 40px;
}

.deleteMe{
    top: 50%;
    z-index: 100;
    transform: translate(0,-50%);
    position: relative;
}

#accordion .pagination, #accordion_report .pagination{
    justify-content: center;
}

.editButtonContainer a{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
}

.fileInputContainer {
    width: calc(100% - 80px);
    float: left;
    display: inline-block;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 13px;
    float:left;
    top: 11px;
}

.checkMark {
    font-size: 40px;
    color: #1eab1e;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 1px;
    float: left;
    top: -17px;
    margin-left: 20px;
}

.deleteBadge {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
}

.img-container .img-fluid{
    box-shadow: 0px 0px 5px black;
}

.lds-ellipsis div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3490dc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
div.groupSelectOption{
    cursor: pointer;
    line-height: 1.3;
}

.groupSelect .switchery {
    width: 100%;
    border-radius: 10px;
}
.groupSelect .switchery small {
    border-radius: 10px;
    width: 60px;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.commentTextarea {
    min-height: 200px !important;
}

.centerDiv{
    left: 50%;
    transform: translate(-50%, 0);
}


@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}



@media (min-width: 920px){
    .table-responsive{
        display: table;
    }
}



@media (max-width: 419px){
    .pro-user-name {
        display: initial;
    }

    .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-box #datatable_wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
}
