@import url("../xmFramework/css/autocompleteV2.css");
/* Importing just the autocompleteV2 scss here - because it's all over user and admin pages.
Revamped scss covers jquery and prototype*/

@font-face {
    font-family: dinNeuzeit;
    src: url('../fonts/dinNeuzeitGroteskLight.eot');
    src: url('../fonts/dinNeuzeitGroteskLight.eot?#iefix') format('embedded-opentype'), url('../fonts/dinNeuzeitGroteskLight.woff') format('woff'), url('../fonts/dinNeuzeitGroteskLight.otf') format("opentype");
    font-weight: normal;
}

a:link {
    color: #0082B9;
    text-decoration: none;
}

a:visited {
    color: #0082B9;
    text-decoration: none;
}

a:hover {
    color: #DF2030;
    text-decoration: none;
}

/*
------------------------------------------
-------  Default Form Elements -------
------------------------------------------
*/

button, input[type='button'], input[type='submit'], a.button {
    position: relative;
    border: 1px solid #999999;
    background: url("../images/buttonShader01.png") repeat-x scroll 0 0 #EEEEEE;
    color: #000000;
    font-family: verdana;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    padding: .3em 1em;
    border-radius: 3px;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
    background: #FFF9DD;
}

buttton:focus, button:hover, input[type='submit']:focus, input[type='submit']:hover {
    box-shadow: 0 0 5px #00C7FF;
    border-color: #555;
    outline: none;

}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

select, textarea, input[type='text'], input[type='password'] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #AAA;
}

select:focus, textarea:focus, input[type='text']:focus, input[type='password']:focus {
    border-color: #00C7FF;
}

/*
-------------------------------------------------------------------------------------------
----  All Major z-indexes - All very finicky. Avoid messing with it if possible  ----
-------------------------------------------------------------------------------------------
*/

header#headMaster {
    z-index: 10;
}

div#portfolioNav {
    z-index: 5;
}

div#dpScreen {
    position: relative; /*needs this to place above main header*/
    z-index: 40;
}

div#dpBlackout {
    z-index: 40;
}

div#vCardHolder {
    z-index: 40;
}

.dpWrapper div.dpHeader {
    z-index: 60;
}

iframe.dpIframe, .dpFrame {
    z-index: 70;
}

div#pageScreen {
    /*blackout only is below dpWrapper*/
    z-index: 100;
}

div.dpWrapper {
    z-index: 150;
}

div#pageWorking {
    /*pageWorking always has a status message in it, so comes on top of dpWrapper.*/
    z-index: 200;
}

div.statusBox {
    z-index: 201;
}

#serverAlert, #browseAs {
    z-index: 600;
}

/*
-------------------------------------------
-------  Blackout/Screen Effect  -------
-------------------------------------------
*/

#pageScreen {
    /*blackout only*/
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

#pageWorking {
    /*pageWorking always has a status message in it.*/
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

div.darkBox, div.dpBlackout {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url("../images/bgBlackHatch.gif") repeat scroll 0 0 #333333;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

.statusBox {
    position: relative;
    width: 500px;
    height: 90px;
    top: 40%;
    text-align: center;
    padding: 20px auto;
    margin: 0px auto;
    border: 5px solid #DDD;
    background: #EEE;
    -moz-box-shadow: 0px 0px 20px #333; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 20px #333; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 20px #333; /* Opera 10.5, IE 9.0 */
}

#statusMessage {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 5px;
    font-family: arial;
}

#statusBar {
    width: 35px;
    height: 35px;
    background: url(../images/ajaxLoader.gif) no-repeat;
    margin: 5px auto;
}

.statusBox  span {
    display: none;
}

/*
----------------------------------------------------------------------------
------- Top Admin Alert when on non-live server or when browsing as  -------
----------------------------------------------------------------------------
*/

#serverAlert, #browseAs {
    text-align: center;
    position: absolute;
    padding: 5px 10px;
    left: 205px;
    right: 205px;
    font-size: 10px;
    border: 1px solid #555;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 8px #1C7E9F;
    background: #FFB713;
    font-weight: bold;
}

#browseAs a {
    padding-left: 3px;
    text-decoration: underline;
    color: #DF2030;
}

.alert {
    /*not sure if this is used anywhere anymore*/
    color: #F00000;
}

div#tipDiv {
    background-color: #FFFFB5;
    border: 1px solid #999999;
    color: #000000;
    font-size: 11px;
    left: 0;
    line-height: 15px;
    opacity: 0.8;
    padding: 6px;
    position: absolute;
    top: -5px;
    visibility: hidden;
    width: 315px;
    border-radius: 5px 5px 5px 5px;
}

/*
-------------------------------------------------------------------------------------
------- The old t1 table format - plan to grandfather, but all over planmine  -------
-------------------------------------------------------------------------------------
*/

.t1 {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #CCCCCC;
    font-size: 11px;
}

.t1 th {
    padding: 2px 2px 4px;
    background-color: #424D55;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: #EBEFF1;
}

.t1 tfoot tr td {
    padding: 2px 2px 4px;
    background-color: #424D55 !important;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: #EBEFF1;
}

.t1 th td {
    cursor: pointer;
}

tr.emptyRow {
    border-right: 1px solid #CECECE;
}

.t1 td {
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 6px 8px;
}

.t1 .r1 {
    background-color: #FFFFFF;
}

.t1 .r2 {
    background: none repeat scroll 0 0 #F2F5F9;
}

.t1.ruled td {
    background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    border-right: medium none;
}

.t1 .columnSorted {
    background-color: #546674;
    color: #FFFFFF;
}

.t1 .columnHighlight {
    text-decoration: underline;
    cursor: pointer;
}

td.wait {
    background: none repeat scroll 0 0 #FF650F;
    color: #FFFFFF;
    font-weight: bold;
}

.t1Title {
    background: none repeat scroll 0 0 #2F363C;
    color: #FFFFFF;
    font-size: 11px;
    padding: 8px;
}

.t1 th.sortasc, table th.sortdesc {
    background-color: #546674;
    color: #FFFFFF;
}

/*
========================================
=======  Password Strength Meter =======
========================================
*/

div#strengthMeter {
    position: relative;
    top: 1px;
    width: 170px;
    height: 8px;
    margin: 0;
    background: url(/images/passwordStrength.png) no-repeat #CCC;
}

div#strengthMeter.veryWeak {
    background-position: -165px 0;
}

div#strengthMeter.weak {
    background-position: -126px 0;
}

div#strengthMeter.medium {
    background-position: -84px 0;
}

div#strengthMeter.strong {
    background-position: -42px 0;
}

div#strengthMeter.veryStrong {
    background-position: 0 0;
}

div#strengthMeter:after {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    text-align: right;
    position: absolute;
    width: 170px;
    content: "Strength";
}

div#strengthMeter.veryWeak:after {
    content: "Strength: Very Weak"
}

div#strengthMeter.weak:after {
    content: "Strength: Weak"
}

div#strengthMeter.medium:after {
    content: "Strength: Medium"
}

div#strengthMeter.strong:after {
    content: "Strength: Strong"
}

div#strengthMeter.veryStrong:after {
    content: "Strength: Very Strong"
}

/*====  Footer - Basically, anything under 680px doesn't show at all except for social media  ====*/

/*==== Mobile =====*/

body {
    background: #F3F3F3;
}

footer {
    background: #CCC;
    padding: .8em;
}

footer nav {
    position: relative;
    text-align: center;
}

footer div, footer p, a#contractorCheck, a#bomaInternational {
    display: none;
}

footer div#outsideLinks {
    display: block;
}

ul.socialMedia {
    display: block;
    width: 170px;
    height: 36px;
    margin: 0 auto;
    position: relative;
}

ul.socialMedia li {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #000;
    margin-right: 2px;
    padding: 0;
}

ul.socialMedia a {
    background: url(/images/xmSocialMediaIcons.png) no-repeat;
    display: inline-block;
    height: 36px;
    width: 36px;
}

ul.socialMedia span {
    visibility: hidden;
}

ul.socialMedia a.twitter a {
    background-position: 0 0;
}

ul.socialMedia li.googlePlus a {
    background-position: -44px 0;
}

ul.socialMedia li.facebook a {
    background-position: -132px 0;
}

ul.socialMedia li.linkedIn a {
    background-position: -88px 0;
}

/*----- MQ Small Desktop-----*/

@media screen and (min-width:680px) {

    body {
        background: #FFF;
    }

    footer {
        display: block;
        clear: both;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto 0;
        padding: 0;
        background: #222;
        color: #CCC;
    }

    footer nav {
        max-width: 900px;
        margin: 0 auto;
        padding: 1.5em 2em 0;
    }

    footer div {
        display: inline;
        float: left;
        width: 31%;
        text-align: left;
        margin-bottom: 1em;
    }

    footer div:first-child {
        width: 38%;
    }

    ul.socialMedia {
        margin: 0;
        text-align: left;
    }

    footer p {
        display: block;
    }

    footer b {
        float: left;
        width: 7em;
    }

    footer p {
        clear: both;
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        border-top: 1px solid #777;
        padding: 1.5em 0;
    }

    footer h5 {
        border-bottom: 1px solid #777;
        padding: 0 0 .5em;
        margin-bottom: 1em;
        font-family: arial;
        font-size: 14px;
        font-size: 1.4rem;
    }

    footer li {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 0 1.125em;
    }

    footer div:first-child li {
        font-weight: normal;
    }

    footer a:link, footer a:visited {
        color: #CCC;
    }

    footer a:hover {
        text-decoration: underline;
    }

    ul.socialMedia {
        height: 50px;
    }

    div#outsideLinks {
        display: block;
        float: none;
        position: absolute;
        top: 210px;
        width: 60%;
        overflow: hidden;
        min-width: 425px;
    }

    a#contractorCheck {
        display: inline-block;
        width: 237px;
        height: 72px;
        margin: 0 1em 0 0;
        background: url(/images/contractorCheck01.png) no-repeat;
    }

    a#contractorCheck span {
        display: none;
    }

    a#bomaInternational {
        display: inline-block;
        height: 60px;
        width: 139px;
        background: url(/images/bomaAnalysis.png) no-repeat -7px 1px;
    }

    a#bomaInternational span {
        display: none;
    }

}

/*----- MQ Medium Desktop-----*/

@media screen and (min-width:970px) {

    footer nav {
        max-width: 1080px;
        padding: 2.5em 2em;
    }

    footer li {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 0 1.125em;
    }

    footer b {
        width: 8em;
    }

    footer p {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        padding: 2em 0;
    }

    ul.socialMedia {
        float: left;
        height: 36px;
        margin-top: 20px;
    }

    div#outsideLinks {
        top: 270px;
        height: 72px;
        min-width: 600px;
    }

    a#contractorCheck {
        margin: 0 2%;
    }
}

/*----- MQ Large Desktop-----*/

@media screen and (min-width:1100px) {

    a#contractorCheck {
        margin: 0 6%;
    }
}