﻿html, body {
    margin: 0px;
    overflow: hidden !important;
}

.grid-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    font-family: 'Segoe UI' !important;
}

.gridRow {
    padding: 15px;
}

.gridColumn {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-left: -2px;
    margin-right: -2px;
}

[class*="taskBlock_"] {
    cursor: pointer;
    margin: 15px;
    background: #eee;
    height: 100px !important;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    box-shadow: 2px 2px 5px #888888;
    -webkit-box-shadow: 2px 2px 5px #888888;
    -moz-box-shadow: 2px 2px 5px #888888;
}


    [class*="taskBlock_"]:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    }


    [class*="taskBlock_"] .status {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #999 transparent;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    [class*="taskBlock_"].active .status {
        border-color: transparent transparent var(--theme-color) transparent;
    }

    [class*="taskBlock_"].active .arrow, [class*="taskBlock_"].active .arrow-border {
        display: block;
    }

    [class*="taskBlock_"] a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

.taskIcon {
    float: left;
    display: block;
    width: 15%;
    height: 50px;
    margin: 25px 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.taskTitle {
    float: left;
    display: table;
    height: 100px;
    width: 60%;
}

    .taskTitle p {
        font-size: 15px;
        color: #555;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

.taskNum {
    float: left;
    width: 25%;
    text-align: center;
}

    .taskNum p {
        font-size: 24px;
        color: #555;
        font-weight: 500;
        line-height: 100px;
        margin: 0;
    }

@media (max-width: 1150px) {
    .gridColumn {
        width: 50%;
    }
}

@media (max-width: 840px) {
    .gridColumn {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .gridColumn {
        width: 25%;
    }
}

.taskDetail {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

.taskDetailContainer {
    height: 550px;
    background: #eee;
    margin: 15px;
    box-shadow: 2px 2px 5px #888888;
    -webkit-box-shadow: 2px 2px 5px #888888;
    -moz-box-shadow: 2px 2px 5px #888888;
}

.taskDetailTitle {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .taskDetailTitle h1 {
        font-size: 18px;
        color: #555;
        line-height: 70px;
        margin: 0 15px;
        border-bottom: solid 1px #ddd;
        font-weight: normal;
    }

.taskDetailBody {
    margin: 15px;
    padding-bottom: 15px;
}

    .taskDetailBody img {
        max-width: 100%;
    }

[class*="hideTaskDetail_"] {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/paneldetay_close_light.png') no-repeat center center;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    [class*="hideTaskDetail_"]:hover {
        background-color: #ddd;
    }

[class*="taskBlock_"] .arrow {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #eeeeee transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

[class*="taskBlock_"] .arrow-border {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 21px 16px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#grdTaskItems_DXMainTable {
    background-color: transparent !important;
}

.dxcvControl, .dxcvDisabled {
    background-color: transparent !important;
}

.cardInfoContainerDiv {
    position: absolute;
    top: 20px;
}

.cardContainerDiv {
    position: relative;
    width: 400px;
    height: 100px;
}

.titleDiv {
    width: 133px;
    height: 20px;
    margin-left: 0px;
    margin-top: 20px;
    background-image: url(../images/page_title.png) !important;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.dxpc-content {
    padding: 0px !important;
}

.dxcvCard {
    height: 100px !important;
    border: none !important;
}

.dxcvSelectedCard, .dxcvFocusedCard {
    border: none !important;
    outline: none !important;
}

.dxcvEmptyCard {
    display: none;
}

.taskDetailPopupControl {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    padding: 0px !important;
    margin: 0px !important;
}

.taskDetailContainerDiv {
    box-shadow: inset;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 27px;
}

.taskDetailCallOutDiv {
    height: 18px;
    width: 40px;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: -17px;
}

.taskDetailCloseDiv {
    height: 20px;
    width: 12px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

.taskDetailTitleDiv {
    height: 50px;
    vertical-align: bottom;
    margin-top: 20px;
    font-size: 20px;
}

#jobsDetailDiv {
    height: 470px;
    width: 1240px;
    display: none;
    z-index: 9999999;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 2px 2px 5px #888888;
}

#jobsDetailDiv1 {
    height: 450px !important;
    display: none;
}

#LoadingSpinImage {
    width: 100% !important;
    height: 99.9% !important;
    display: none;
    z-index: 9999;
    position: fixed !important;
    top: 0px;
    left: 0px;
    background: rgba(75,17,48,0.5);
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arc-rotate2 .loader {
    width: 300px;
    height: 300px;
}

    .arc-rotate2 .loader .arc {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .arc-rotate2 .loader .arc::before, .arc-rotate2 .loader .arc::after {
            content: '';
            position: absolute;
            border: 7px solid;
            border-radius: 50%;
            width: 36%;
            height: 36%;
        }

        .arc-rotate2 .loader .arc::before {
            border-color: #FFF;
            opacity: .3;
        }

        .arc-rotate2 .loader .arc::after {
            border-color: transparent;
            border-bottom-color: #FFF;
            -webkit-animation: rotate 1s infinite linear;
            animation: rotate 1s infinite linear;
        }

.loader-container .loader {
    position: absolute;
    margin: auto;
}

.loader-container {
    position: relative;
    float: left;
    width: 250px;
    height: 250px;
    top: 25%;
    left: 45%;
}

    .loader-container img {
        position: absolute;
        top: 30px;
        left: 30px;
    }

.waiting-jobs-text {
    font-size: 18px;
    font-weight: 600;
    /*    color: var(--theme-color);
*/
}

.waiting-jobs-img {
    width: 32px;
    height: 32px;
}

.ml-auto {
    margin-left: auto;
}

.rotate-icon {
    transform: rotate(90deg);
    width: 12px;
}


.card-header .title {
    font-size: 14px;
    color: #25241f;
    font-weight: 600;
    border: none !important;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.card {
    border: none !important;
    background-color: transparent !important;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.02);
}

.card-body {
    background-color: transparent;
    padding: 0px !important;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(-90deg);
    width: 12px;
}

.list-group-item {
    border: none !important;
    font-weight: normal;
    color: #25241f;
    background-color: transparent;
    font-size: 13px;
}

.d-flex.itemActive {
    background-color: #f3edef;
    border: solid 1px !important;
    border-color: var(--theme-color);
    color: var(--theme-color);
    font-weight: 600;
    opacity: 1 !important;
}


.card-body > .list-group > a:not(.active):hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.card-body > .list-group > a {
    padding: 0rem;
}

.card-header.d-flex {
    padding: 0.5rem 0rem 0.5rem 0rem;
}

    .card-header.d-flex:hover {
        background-color: rgba(0, 0, 0, 0.06) !important;
    }

.waiting-jobs-count {
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    color: #25241f;
}

.waiting-jobs-sub-count {
    font-size: 14px;
    color: #25241f;
}

.display-5.p-2 {
    color: #25241f;
    font-weight: 300;
}

.mainContainer { 
    overflow: auto;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03) !important;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.03) !important;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccd3d6
}

.p-2.align-self-center.moduleIcon > object {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.mainTotal {
    font-size: 13px;
    color: #25241f;
}



.taskInfoText {
    font-size: 14px;
    color: #25241f;
}

.taskInfoDetailText {
    font-size: 12px;
    color: #5f5e59;
}

.nav-pills .nav-link {
    font-size: 14px;
    color: #25241f;
}

.rounded-img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.tab-header {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.profileUserName {
    font-size: 18px;
    font-weight: bold;
    color: #25241f;
}

.profileUserEmail {
    font-size: 14px;
    font-weight: 300;
    color: #25241f;
}

.nav-pills .nav-link.active {
    color: var(--theme-color) !important;
    background-color: #e0dfde !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.nav-pills .nav-link {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #25241f !important;
}

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 14px !important;
}

.themeImageReview {
    height: 150px;
    width: 300px !important;
    border: solid 1px #a19f9d;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.themeImage {
    border: solid 1px #a19f9d;
    height: 100px;
    width: 200px;
    cursor: pointer;
}

    .themeImage.active {
        border: solid 2px black;
    }

#selectcolor::after {
    display: none;
}

#selectcolor {
    border: 1px solid #a19f9d;
    width: 125px;
}

    #selectcolor > div {
        width: 21px;
        height: 21px;
        border: 1px solid #a19f9d;
    }

    #selectcolor > span {
        font-size: 13px !important;
        font-weight: normal !important;
        color: #25241f !important;
    }

#themes > div > div.form-group.p-2 > button {
    border: 1px solid #a19f9d;
    font-size: 13px !important;
    color: #25241f !important;
    width: 60px;
}

#change-my-password > div > div > button {
    border: 1px solid #a19f9d;
    font-size: 13px !important;
    color: #25241f !important;
    width: 60px;
}

#detailIcon > svg {
    cursor: pointer;
}

.w200 {
    width: 200px;
}

.cardContainerDiv {
    background-color: rgb(238,238,238);
}

.rightCornerDiv {
    background-image: url('../images/panel_menu_kose_light.png');
    bottom: 0;
    position: absolute;
    right: 0;
    height: 48px;
    width: 48px;
}


.cardContainerDiv {
    color: rgb(104,104,104);
    box-shadow: 2px 2px 5px #888888;
}

.taskDetailContainerDiv {
    background-color: rgb(232,232,232);
    border: solid 1px;
    border-color: rgb(204,204,204);
    color: rgb(104,104,104);
}

.taskDetailCallOutDiv {
    background-image: url('../images/paneldetay_arrow_light.png');
}

.taskDetailCloseDiv {
    background-image: url('../images/paneldetay_close_light.png');
}

.taskDetailTitleDiv {
    border-bottom: solid 1px rgb(204,204,204);
}
.mainfixedfooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; 
    color: white;
    text-align: center;
    height: 20px;
}