﻿
/*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;
}
