﻿
/*Asp Watermark*/
.WaterMark {
    font-style: italic;
    color: gray;
}
.AlternativeFeatures41 {
    background-color: #ffffff;
    border: 1px solid #a2b9ce;
    border-radius: 3px 3px 3px 3px;
    transition: 300ms;
    padding: 15px;
}

    .AlternativeFeatures41:hover {
        background-color: #f0f0f0;
        border: 1px solid #505e69;
        border-radius: 3px 3px 3px 3px;
    }
/*Keeps Logo tidy*/
.logo {
    position: absolute;
    float: left;
    display: block;
    margin-top: -5px;
    z-index: 3000;
    height: 250px;
    width: 250px;
}

    .logo a {
        background-image: url('../Images/COS_Seal_inv.png');
        background-color: transparent;
        background-repeat: no-repeat;
    }

        .logo a:hover {
            background-image: url('../Images/COS_Seal.png');
            background-color: transparent;
            background-repeat: no-repeat;
        }

.logo_SMALL {
    position: absolute;
    float: left;
    display: block;
    margin-top: -5px;
    z-index: 3000;
    height: 100px;
    width: 100px;
}

    .logo_SMALL a {
        background-image: url('../Images/COS_Seal_inv_SMALL.png');
        background-color: transparent;
        background-repeat: no-repeat;
    }

        .logo_SMALL a:hover {
            background-image: url('../Images/COS_Seal_SMALL.png');
            background-color: transparent;
            background-repeat: no-repeat;
        }

/*Spacers for Checkboxes and Radios*/
.checkbox-list input[type="checkbox"] {
    margin-bottom: -3px;
    margin-right: 10px;
    cursor: pointer;
}

.radiobutton-list-invis input[type="radio"] {
    margin-right: 10px;
    width: 0px;
    height: 0px;
    visibility: initial;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.radiobutton-list input[type="radio"] {
    margin-right: 3px;
    margin-left: 10px;
    cursor: pointer;
}

/*Min Height Extenders*/
.panel-minHeight-xsmall {
    min-height: 140px;
}

.panel-minHeight-docs {
    min-height: 180px;
}

.panel-minHeight-small {
    min-height: 295px;
}

.panel-minHeight-medium {
    min-height: 325px;
}

.panel-minHeight-large {
    min-height: 730px;
}

.panel-minHeight-xlarge {
    min-height: 880px;
}

.panel-minHeight-OPED {
    min-height: 520px;
}

.panel-minHeight-OPEDTargetdIndust {
    min-height: 320px;
}

/*Min Width Extenders*/
.panel-minWidth-small {
    min-width: 240px;
}

.panel-minWidth-medium {
    min-width: 780px;
}

.panel-minWidth-large {
    min-width: 990px;
}

/*Collapse Panels*/
.clickable {
    cursor: pointer;
}

.display-none {
    display: none;
}




/*Custom Hidden setting for Logo and NavBar*/
@media (max-width: 1270px) { /*Hides display when any smaller than full screen 1650*/
    .hidden-xs-lg {
        display: none !important;
    }
}

@media (min-width: 1890px) { /*Hides display when any larger than full screen 1890*/
    .hidden-lg-xlg {
        display: none !important;
    }
}

/*Main Panel*/
.panel-MainHeader {
    z-index: 3000;
    height: 160px;
    /*background-image: url('../Images/COSBlueTextureBackground.jpg');*/
    width: 100%;
}

    .panel-MainHeader > .panel-heading {
        color: #3a87ad;
        border-color: #bce8f1;
    }

        .panel-MainHeader > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-MainHeader > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-MainHeader > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.top-bar {
    padding: 10px;
    background: #191919;
    background-image: url('../Images/COSLBlueTextureBackground.jpg');
    border-bottom: 1px solid #222;
    line-height: 28px;
}

    .top-bar h3 {
        color: black;
        font-size: large;
        font-style: italic;
        margin-top: -10px;
        font-weight: bolder;
    }

.topMenu {
    background-color: #003366;
    opacity: .8;
    width: 100%;
    padding: 0px;
}

.DatabaseInsertMessage {
    color: red;
    font-weight: bold;
}

.FormatRadioButtonList label {
    margin-right: 15px;
}


/*Custom Panels*/
.panel-green {
    border-color: #4f8f81;
}

    .panel-green > .panel-heading {
        color: #ffffff;
        background-color: #4f8f81;
        border-color: #4f8f81;
    }

    .panel-green > .panel-body {
        border-top-color: #4f8f81;
        background-color: #ffffff;
    }

    .panel-green > .panel-footer {
        border-bottom-color: #4f8f81;
    }

.panel-lightgreen {
    border-color: #83c1aa;
}

    .panel-lightgreen > .panel-heading {
        color: #ffffff;
        background-color: #83c1aa;
        border-color: #83c1aa;
    }

    .panel-lightgreen > .panel-body {
        border-top-color: #83c1aa;
        background-color: #ffffff;
    }

    .panel-lightgreen > .panel-footer {
        border-bottom-color: #83c1aa;
    }

.panel-red {
    border-color: #8e2f33;
}

    .panel-red > .panel-heading {
        color: #ffffff;
        background-color: #8e2f33;
        border-color: #8e2f33;
    }

    .panel-red > .panel-body {
        border-top-color: #8e2f33;
        background-color: #ffffff;
    }

    .panel-red > .panel-footer {
        border-bottom-color: #8e2f33;
    }

.panel-lightred {
    border-color: #d66d67;
}

    .panel-lightred > .panel-heading {
        color: #ffffff;
        background-color: #d66d67;
        border-color: #d66d67;
    }

    .panel-lightred > .panel-body {
        border-top-color: #d66d67;
        background-color: #ffffff;
    }

    .panel-lightred > .panel-footer {
        border-bottom-color: #d66d67;
    }

.panel-orange {
    border-color: #e18d44;
}

    .panel-orange > .panel-heading {
        color: #ffffff;
        background-color: #e18d44;
        border-color: #e18d44;
    }

    .panel-orange > .panel-body {
        border-top-color: #e18d44;
        background-color: #ffffff;
    }

    .panel-orange > .panel-footer {
        border-bottom-color: #e18d44;
    }

.panel-yellow {
    border-color: #e4bf66;
}

    .panel-yellow > .panel-heading {
        color: #ffffff;
        background-color: #e4bf66;
        border-color: #e4bf66;
    }

    .panel-yellow > .panel-body {
        border-top-color: #e4bf66;
        background-color: #ffffff;
    }

    .panel-yellow > .panel-footer {
        border-bottom-color: #e4bf66;
    }

.panel-brown {
    border-color: #56332f;
}

    .panel-brown > .panel-heading {
        color: #ffffff;
        background-color: #56332f;
        border-color: #56332f;
    }

    .panel-brown > .panel-body {
        border-top-color: #56332f;
        background-color: #ffffff;
    }

    .panel-brown > .panel-footer {
        border-bottom-color: #56332f;
    }

.panel-blue {
    border-color: #6ca8be;
}

    .panel-blue > .panel-heading {
        color: #ffffff;
        background-color: #6ca8be;
        border-color: #6ca8be;
    }

    .panel-blue > .panel-body {
        border-top-color: #6ca8be;
        background-color: #ffffff;
    }

    .panel-blue > .panel-footer {
        border-bottom-color: #6ca8be;
    }

.panel-lightblue {
    border-color: #a3d9ff;
}

    .panel-lightblue > .panel-heading {
        color: #ffffff;
        background-color: #a3d9ff;
        border-color: #a3d9ff;
    }

    .panel-lightblue > .panel-body {
        border-top-color: #a3d9ff;
        background-color: #ffffff;
    }

    .panel-lightblue > .panel-footer {
        border-bottom-color: #a3d9ff;
    }

.socialMediaIcons {
}

    .socialMediaIcons img {
        height: 40px;
    }

        .socialMediaIcons img:hover {
            opacity: .8;
        }
/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
#footer {
    background-image: url('../Images/COSLBlueTextureBackground.jpg');
    color: #A0A0A0;
    padding: 0 20px 10px 20px;
    border-top: 4px solid #4f8db3;
    margin-top: 20px;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    color: 0 -1px 12px rgba(0,0,0,0.4);
}

    #footer h3 {
        color: #E4E4E4;
        font-size: 1.3em;
        border-bottom: 1px dotted #7C7C7C;
    }

    #footer ul {
        padding: 0;
    }

#footer-navigate-section li {
    line-height: 20px !important;
}

#footer-stay-connected a {
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 115px;
    height: 40px;
    background: url(../img/stay-connected.png);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

    #footer-stay-connected a:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #footer-stay-connected a.facebook {
        background-position: -115px 0;
    }

    #footer-stay-connected a.twitter {
        background-position: -230px 0;
    }

    #footer-stay-connected a.googleplus {
        background-position: 0 0;
    }

#footer-stay-connected li {
    text-align: center;
}

#footer-copyright {
    text-align: center;
    background-color: #044d99;
    padding-bottom: 10px;
}

    #footer-copyright h5 {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
#contact-us-map {
    height: 300px;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
}

.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
    color: black;
}
/*--------------------------------------------------------------------------
+	Video Wrapper Style
--------------------------------------------------------------------------*/
.video-wrapper {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    color: 0 0 5px #000;
    margin: 20px 0;
}

}
/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
    position: relative;
    background: #FFF;
    margin-bottom: 20px;
    border: 8px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .portfolio-item .portfolio-image {
        overflow: hidden;
        text-align: center;
        position: relative;
    }

        .portfolio-item .portfolio-image img {
            max-width: 100%;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            -ms-transition: all .25s ease;
            transition: all .25s ease;
        }

    .portfolio-item:hover {
        /*border: 8px solid #4f8db3;*/
    }

        .portfolio-item:hover .portfolio-image img {
            position: relative;
            -webkit-transform: scale(1.1) rotate(2deg);
            -moz-transform: scale(1.1) rotate(2deg);
            -o-transform: scale(1.1) rotate(2deg);
            -ms-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
        }

    .portfolio-item ul {
        list-style-type: none;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        padding: 0;
    }

        .portfolio-item ul li {
            line-height: 28px;
        }

    .portfolio-item .portfolio-project-name {
        font-size: 1.3em;
        text-transform: uppercase;
    }

    .portfolio-item .read-more {
        text-align: center;
        padding-top: 10px;
    }

    .portfolio-item .portfolio-info-fade {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        top: 0;
        position: absolute;
        background: #000;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        color: #FFF;
        text-shadow: 2px 2px 4px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
        -webkit-transition: opacity .25s linear;
        -moz-transition: opacity .25s linear;
        -o-transition: opacity .25s linear;
        -ms-transition: opacity .25s linear;
        transition: opacity .25s linear;
    }

        .portfolio-item .portfolio-info-fade ul {
            margin-top: 10%;
        }

        .portfolio-item .portfolio-info-fade .btn:hover {
            background: #4f8db3;
        }

        .portfolio-item .portfolio-info-fade ul {
            margin: 10% 20px 0 20px;
            padding: 0;
        }

            .portfolio-item .portfolio-info-fade ul li {
                text-align: center;
            }

                .portfolio-item .portfolio-info-fade ul li:first-child {
                    border-bottom: 1px solid #CCC;
                }

    .portfolio-item:hover .portfolio-info-fade {
        display: block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.lt-ie9 .portfolio-info-fade {
    display: none;
}

.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
    display: block;
}

.portfolio-visit-btn {
    padding-top: 15px;
}

.portfolio-item-description ul {
    padding: 0;
}

.sliderAnimationImage {
    height: 10%;
}

.panel-bubble-blue {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #004fa3;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .panel-bubble-blue h3 {
        color: white;
        font-size: x-large;
    }

    .panel-bubble-blue h1 {
        color: white;
    }

.panel-bubble-darkblue {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #174677;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.panel-bubble-gold {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #a88950;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.search-control {
    width: 80%;
    margin-right: 5px;
    margin-bottom: -13px;
    height: 33px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .search-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.OutputHighlight {
    font-name: verdana;
    font-weight: bold;
}

/** Timeline
 **************************************************************** **/
.timeline {
    position: relative;
    padding-left: 100px;
}

    .timeline.timeline-inverse {
        padding-left: 0;
        padding-right: 100px;
    }

    .timeline .timeline-item {
        position: relative;
        min-height: 150px;
        display: block;
        margin-bottom: 30px;
    }

    .timeline .timeline-item-bordered {
        border-left: #ccc 1px dashed;
        padding-left: 20px;
    }

section.dark .timeline .timeline-item-bordered {
    border-left: rgba(255,255,255,0.2) 1px dashed;
}

.timeline.timeline-inverse .timeline-item-bordered {
    border-right: #ccc 1px dashed;
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

/* horizontal line [left|center|right] */
.timeline > .timeline-hline {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    width: 1px;
    border-left: rgba(0,0,0,0.1) 1px dashed;
    height: 100%;
}

section.dark .timeline > .timeline-hline {
    border-left-color: rgba(255,255,255,0.2);
}

.timeline.timeline-inverse > .timeline-hline {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: 0;
    border-right: rgba(0,0,0,0.1) 1px dashed;
}

section.dark .timeline.timeline-inverse > .timeline-hline {
    border-right-color: rgba(255,255,255,0.2);
}

/* timeline entry */
.timeline .timeline-entry {
    display: block;
    border: rgba(0,0,0,0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
}

    .timeline .timeline-entry > .timeline-vline {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -40px;
        width: 40px;
        height: 0;
        border-top: 1px dashed #CCC;
    }

.timeline.timeline-inverse .timeline-entry {
    right: -102px;
    left: auto;
}

    .timeline.timeline-inverse .timeline-entry > .timeline-vline {
        right: auto;
        left: -40px;
    }

.timeline .timeline-entry > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

section.alternate .timeline .timeline-entry {
    background-color: #F9F9F9;
}

section.dark .timeline .timeline-entry {
    color: #666;
    background-color: #212121;
    border-color: rgba(255,255,255,0.2);
}

    section.dark .timeline .timeline-entry > .timeline-vline {
        border-top-color: rgba(255,255,255,0.2);
    }

section.dark.alternate .timeline .timeline-entry {
    background-color: #151515;
}


/* timeline center */
.timeline_center {
    margin: 0;
    position: relative;
    background: url('../images/_smarty/timeline/timeline_top.png') no-repeat top center;
    padding-top: 9px;
}

    .timeline_center:after {
        content: "";
        width: 0px;
        height: 0px;
        border-width: 3px;
        border-style: solid;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -3px;
        display: block;
        z-index: 1;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .timeline_center li {
        padding: 0 0 25px 55%;
        position: relative;
        background: url('../images/_smarty/timeline/timeline_right.png') no-repeat top center;
    }

        .timeline_center li:nth-child(even) {
            padding: 0 55% 25px 0;
            background: url('../images/_smarty/timeline/timeline_left.png') no-repeat top center;
            text-align: right;
        }

        .timeline_center li h3 {
            font-size: 30px;
            line-height: 35px;
            position: static;
        }

            .timeline_center li h3 span {
                position: absolute;
                right: 55%;
                top: 0px;
                font-size: 13px;
            }

            .timeline_center li h3:before {
                content: "";
                width: 15px;
                height: 15px;
                border-width: 4px;
                border-style: solid;
                position: absolute;
                left: 50%;
                top: 11px;
                margin-left: -7px;
                display: block;
                z-index: 1;
                -webkit-border-radius: 100%;
                border-radius: 100%;
            }

        .timeline_center li:nth-child(even) h3 {
            text-align: right;
        }

            .timeline_center li:nth-child(even) h3 span {
                left: 55%;
                right: auto;
            }

        .timeline_center li .timeline-desc {
            position: relative;
            font-size: 15px;
            line-height: 31px;
        }

            .timeline_center li .timeline-desc:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: -122%;
                top: 0;
            }

            .timeline_center li .timeline-desc.timeline-desc-line {
                background: url('../images/_smarty/timeline/textline.png') repeat-y;
            }

        .timeline_center li:nth-child(even) .timeline-desc:before {
            left: auto;
            right: -122%;
        }

        .timeline_center li:nth-child(even) .timeline-desc {
            text-align: right;
        }

        .timeline_center li h3:before,
        .timeline_center:after {
            border-color: #333;
        }

@media only screen and (max-width: 650px) {
    .timeline_center {
        background-position: 11px top;
    }

        .timeline_center li {
            padding: 0 0 25px 70px !important;
            background: url('../images/_smarty/timeline/timeline_right.png') no-repeat !important;
            background-position: -30px top !important;
            width: auto;
        }

            .timeline_center li h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 5px 0 !important;
                margin: 0;
            }

            .timeline_center li:nth-child(even) h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 0;
                margin: 0;
            }

            .timeline_center li h3 {
                font-size: 24px;
                line-height: 24px;
            }

            .timeline_center li h3,
            .timeline_center li:nth-child(even) h3 {
                text-align: left;
            }

                .timeline_center li h3:before {
                    left: 13px;
                }

            .timeline_center li .timeline-desc,
            .timeline_center li:nth-child(even) .timeline-desc {
                text-align: left;
            }

                .timeline_center li .timeline-desc:before {
                    display: none;
                }

        .timeline_center:after {
            left: 13px;
        }
}





