﻿
a {
    cursor: pointer;
}

.detail {
    vertical-align: top;
    padding-top: 70px;
    min-height: 500px;
    margin-bottom: 50px;
    font-size: 13pt;
}

    .detail ul {
        padding-right: 10px;
    }

        .detail ul li {
            margin-right: 10px;
        }

            .detail ul li li {
                margin-right: 10px;
                list-style-image: url(images/liststyle_2.png);
            }

.h1 {
    font-weight: bold;
    font-size: 15pt;
}

.main-glyph-container img {
    cursor: pointer;
    width: 40%;
}

@media screen and (max-width: 768px) {
    .main-glyph-container img {
        cursor: pointer;
        width: 30%;
    }
}



.main-glyph-container {
    overflow: hidden;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}

#part-detail-container, .part-detail {
    display: none;
}

#part-detail-container {
    border-bottom: 1px solid lightgray;
}

    #part-detail-container ul {
        padding-right: 20px;
    }

    #part-detail-container li {
        list-style-image: url( Images/icons/tick-style.png);
    }

        #part-detail-container li:hover {
            padding-right: 3px;
            color: #10B71E;
            text-decoration: none;
            -moz-transition: padding 0.1s;
            -o-transition: padding 0.1s;
            -webkit-transition: padding 0.1s;
            transition: padding 0.1s;
        }

.part {
    text-align: center;
    padding-top: 10px;
    direction: rtl;
    font-size: 12pt;
}

    .part li {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: -8px;
    }

    .part .part-header {
        font-weight: bolder;
        font-size: 12pt;
    }

    .part .part-body, .part .part-body * {
        font-size: 10pt;
    }

    .part .part-body {
        padding-top: 10px;
    }

        .part .part-body a {
            color: #FCB976;
        }

            .part .part-body a:hover {
                color: #77BA6B;
            }

.borderd-2 {
    border-bottom: solid 2px lightgreen;
}

.part-detail-header {
    /*background-color: #F7F9F7;*/
    border-bottom: 1px solid lightgray;
}

    .part-detail-header span {
        font-weight: bold;
        font-size: 18pt;
        border-bottom: 3px solid lightgreen;
    }

    .part-detail-header img {
        width: 30px;
    }

.nav-button {
    color: silver;
    border: silver 1px solid;
    border-radius: 2px;
    padding: 3px;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    cursor: pointer;
}

    .nav-button:hover {
        background-color: #0BB586;
        color: white;
    }

.panel-3 {
    padding: 1.8vw;
    background-color: white;
    border-radius: 7px;
    border: 1px solid silver;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-3-header {
    border-bottom: 3px solid #83AA87;
    padding-left: 20px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.panel-3-part {
    float: right;
}

.panel-3 ul {
    padding: 0;
    padding-right: 20px;
    margin: 0;
    width: 450px;
}

.panel-3 li, .panel li {
    color: gray;
    margin: 0;
    margin-right: 40px;
    list-style-image: url('~/Images/icons/tick_green.png');
}

.panel-3 .bold {
    font-weight: bold;
}

.panel-3 p {
    padding: 0;
}

#panel-3-part1 {
    width: 30%;
    min-width: 332px;
}

    #panel-3-part1 ul {
        width: 100%;
    }

#panel-3-part2 {
    width: 65%;
    margin-bottom: 20px;
}

.panel-3-part2-container {
    margin: 0px 10px;
}

.nav-list {
    position: relative;
    overflow: hidden;
}

.nav-child {
    display: none;
}

    .nav-child.active {
        display: block;
    }

.nav-thumb-circle {
    width: 7px;
    height: 7px;
    border: 1px solid silver;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
    display: inline-block;
    cursor: pointer;
    margin: 2px 5px;
}

    .nav-thumb-circle:hover {
        border: 1px solid #0BB586;
    }

    .nav-thumb-circle.active {
        background-color: #0BB586;
    }

.project-tab {
    width: 25%;
    float: right;
    border-radius: 2px;
    margin-top: 5px;
    min-width: 230px;
    cursor: pointer;
    color: #DADEE2;
    text-align: center;
}

.project-tab-text {
    padding-right: 3px;
    padding: 5px;
    background-color: #287C6C;
    margin: 2px;
}

.project-tab:hover .project-tab-text {
    background-color: #55AA4F;
}

.project-tab.active .project-tab-text {
    margin-top: 0;
    background-color: #55AA4F;
    border-bottom: 1px solid orange;
    color: white;
    font-weight: bold;
}




/*@media screen and (max-width: 1290px) {
    .main-glyph-container {
        width: 100%;
    }
}

@media screen and (max-width: 1111px) {
    .part {
        width: 45%;
    }

    .mojavez-container {
        display: none;
    }

    .main-glyph-container {
        width: 100%;
    }
}



@media screen and (max-width: 769px) {


    #panel-3-part1 {
        width: 95%;
        min-width: 200px;
    }

    .panel-3 ul {
        width: 95%;
    }

    #panel-3-part2 {
        width: 95%;
        margin-bottom: 20px;
        min-width: 200px;
    }

    .project-tab {
        width: 100%;
    }

    .project-tab-text {
        margin: 0;
    }

    .mojavez-container {
        display: none;
    }

    .part {
        width: 90%;
    }

    #companyname-container {
        height: 70px;
        margin: 0;
        font-size: 25px;
        padding-right: 0;
        background-color: white;
        width: 100%;
    }

    body {
        background-color: lightgreen;
    }

    #menu-container {
        position: absolute;
        top: 0px;
        right: 0;
    }

        #menu-container ul#menu {
            display: none;
            min-width: 80%;
            float: none;
            background-color: white;
            border: 1px solid silver;
            height: 190px;
        }

        #menu-container div.menu-nav {
            display: block;
            position: absolute;
            right: 5px;
        }

    #menubar {
        position: absolute;
    }

    #menu-container:hover ul#menu {
        display: block;
        position: absolute;
        top: 30px;
        right: 0;
        width: 150px;
    }

    #menu-container:active ul#menu {
        display: block;
        position: absolute;
        top: 30px;
        right: 0;
        width: 150px;
    }

    #menu-container ul#menu li {
        display: block;
        float: none;
    }
}
*/
.content_item {
    float: none;
    width: 100%;
}

ul.slideshow > li > div.slide-container {
    opacity: 0.7;
    border-radius: 7px;
    z-index: 515;
    position: absolute;
}

ul.slideshow > li > div.slide-body {
    z-index: 516;
    position: absolute;
}

    ul.slideshow > li > div.slide-body img {
    }

ul.slideshow > li a {
    z-index: 515;
    position: absolute;
    display: none;
}

ul.slideshow > li.show a {
    display: block;
}

#slideshows {
    background-image: url('../../Images/banner-back.jpg');
    background-position: bottom;
    background-size: cover;
}

.projects-tab-content {
    border-bottom: 1px solid silver;
    display: none;
    padding-top: 20px;
    border: 1px solid silver;
}

    .projects-tab-content.active {
        display: block;
    }

#projects {
    margin: 20px 20px;
}

    #projects div:first-child {
        border-bottom: 1px solid silver;
        padding-bottom: 2px;
    }

#p-list {
    border-bottom: 3px solid green;
    padding-left: 50px;
    padding-right: 10px;
}

.slider-snapshot {
    display: inline-block;
    width: 300px;
    height: 235px;
}

.nav-child div .bold {
    display: inline-block;
}

.slider-snapshot div {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: -1px 2px 16px 0px rgba(142,163,145,1);
}

.nav-child div {
    padding-top: 5px;
}

.main-glyph-container {
    height: auto;
    background-color: white;
}

#scroll-up {
    position: fixed;
    display: none;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

#Img1 {
    position: relative;
    height: 350px;
}

    #Img1 img {
        cursor: pointer;
        width: 50px;
        -moz-transition: linear opacity 0.2s, linear width 0.2s;
        -o-transition: linear opacity 0.2s, linear width 0.2s;
        -webkit-transition: linear width 0.2s;
        position: absolute;
        opacity: 0.9;
        transition: linear opacity 0.2s, linear width 0.2s;
        left: 20px;
    }

.panel-3 li, .panel li {
    color: gray;
    margin: 0;
    margin-right: 40px;
    list-style-image: url('../../Images/liststyle_tick.png') !important;
}
