﻿.seven-cols {
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 50px;
    position: fixed;
    margin-right: 3%;
    margin-left: 3%;
    top: calc(50% + 65px);
    left: 47%;
    width: 94%;
    /* bring your own prefixes */
    transform: translate(-50%,-51%);

    overflow-y: hidden;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .closed {
        max-height: 0;
    }

    .seven-cols a {
        cursor: pointer;
        color: black;
        text-decoration: none;
    }
    
.col-lg-partof7 {
    text-align: center;
}

.dashboardProjectContainerBorder {
    border: solid 1.5px rgba(53,80,71,0);
    border-bottom: solid 1.5px rgba(109, 109, 109, 0.38);
    cursor: pointer;
    padding: 7px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.dashboardProjectContainer {
    border: solid 1px rgb(224, 224, 224);
    border-bottom: solid 5px rgb(224, 224, 224);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(211,211,211,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(211,211,211,1);
    box-shadow: 0px 0px 20px 5px rgba(211,211,211,1);
    padding: 0px 0px;
    height: 100%;
}

.dashboardProject {
    width: 100%;
    height: 7vw;
    border: solid 1.5px rgb(217, 217, 217);
}

.StatusCircle {
    border-radius: 50%;
    border: solid 1.5px white;
    width: 1.1vw;
    height: 1.1vw;
    margin: 0px auto;
    margin-top: -0.6vw;
    margin-bottom: 1.1vw;
    padding: 0.1vw;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.activeBorder {
    border: solid 1.5px rgba(53,80,71,1);
}

.StatusCircleColor {
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50px;
    margin: 0 auto;
}

.ProjectIcon {
    width: 2.9vw;
    height: 2.9vw;
    margin-top: 1%;
}

.ProjectIconMiddel {
    margin-top: 20%;
}

.ProjectTitle {
    font-family: MyFontRegular;
    margin-top: -0.15vw;
    font-size: 0.7vw;
}

.ProjectTitleBottom {
    margin-top: 0.4vw;
}

.ProjectComments {
    font-family: MyFontRegular;
    color: rgb(255, 22, 22);
    font-size: 0.6vw;
    padding: 0px 0.7vw;
    margin-top: 0.2vw;
}

.topArrow {
    position: fixed;
    top: 130px;
    left: calc(50% - 13px);
    color: gray;
    z-index: 2000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.topArrow:hover {
    color: rgb(46,60,55);
}

.downArrow {
    position: fixed;
    bottom: 30px;
    left: calc(50% - 13px);
    color: gray;
    z-index: 2000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.downArrow:hover {
    color: rgb(46,60,55);
}

.spaceAfter {
    height: 10%;
    width: 100%;
}

.divSearchBoxContainer {
    width: 200px;
    padding: 0px;
    position: absolute;
    top: 30px;
    right: 55px;
    z-index: 1000000;
    opacity: 0.25;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.divSearchBoxContainer:hover {
    opacity: 1;
}

.tblSearchBox {
        width: 100%;
        padding: 0px;
        border: none;
    }

.tdSearchBoxButton {
    width: 30px;
    padding: 0px;
    border: none;
    padding-top: 1px;
}

.aSearchBoxButton {
    width: 100%;
    border: 2px solid rgb(0,184,106);
    padding: 5px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgb(0,184,106);
}

.aSearchBoxButton > i {
    color: #dddddd;
}

    .aSearchBoxButton:hover {
        text-decoration: none;
        background-color: white;
    }

        .aSearchBoxButton:hover > i {
            color: black;
        }

.imgSearchBox {
        width: 15px;
        height: 15px;
    }

.tdSearchBoxTextBox {
    padding: 0px;
    border: none;
}

.txtSearchBoxClass {
    width: 100%;
    height: 30px;
    text-align: center;
    font-family: MyFontRegular, Tahoma;
    font-size: 8pt;
    border: 2px solid rgb(0,184,106);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
}

@media (max-width:1199px) {
    .downArrow, .topArrow {
        position: absolute;
    }

    .topArrow {
        top: -25px;
    }

    .downArrow {
        bottom: 25px;
    }

    .divSearchBoxContainer {
        position: inherit;
        width: 85%;
        margin: 0 auto;
        padding: 0px;
        top: unset;
        right: unset;
        z-index: 1000000;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .seven-cols {
        padding: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        position: inherit;
        top: inherit;
        left: inherit;
        /* bring your own prefixes */
        transform: inherit;
        height: unset;
    }

    .dashboardProjectContainerBorder {
        border: solid 1.5px rgba(53,80,71,0);
        border-bottom: solid 0.5px rgb(109, 109, 109);
        margin-top: 15px;
        padding: 5px;
        margin-bottom: -15px;
        cursor: pointer;
        height: 140px;
    }


    .dashboardProjectContainer {
        border: solid 5px rgb(224, 224, 224);
        border-bottom: solid 10px rgb(224, 224, 224);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(211,211,211,1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(211,211,211,1);
        box-shadow: 0px 0px 10px 5px rgba(211,211,211,1);
        padding: 0px 0px;
        margin-bottom: 20px;
    }


    .dashboardProject {
        width: 100%;
        height: 112px;
        border: solid 1.5px rgba(208,205,197,1);
    }

    .StatusCircle {
        border-radius: 50%;
        border: solid 1.5px white;
        width: 18px;
        height: 18px;
        margin: 5px auto;
        padding: 1px;
    }
    .activeBorder {
        border: solid 1.5px rgba(53,80,71,1);
    }
    .ProjectIcon {
        width: 45px;
        height: 45px;
        margin-top: 4px;
    }

    .ProjectIconMiddel {
        margin-top: 20px;
    }

    .ProjectTitle {
        font-family: MyFontRegular;
        margin-top: -2px;
        font-size: 9pt;
    }

    .ProjectTitleBottom {
        margin-top: 5px;
    }

    .ProjectComments {
        font-family: MyFontRegular;
        color: rgba(233,148,152,1);
        font-size: 9px;
        padding: 0px 7px;
    }

    .StatusCircle {
        border-radius: 50%;
        border: solid 1.5px white;
        width: 18px;
        height: 18px;
        margin: 5px auto;
        padding: 1px;
    }

    .StatusCircleColor {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin: 0 auto;
    }
}
