/*========== FONT FACE ========== */
@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-italic-webfont.woff') format('woff'), url('fonts/opensans-italic-webfont.ttf') format('truetype'), url('fonts/opensans-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('fonts/gothamrnd-medium.eot');
    src: url('fonts/gothamrnd-medium.eot?#iefix') format('embedded-opentype'), url('fonts/gothamrnd-medium.woff') format('woff'), url('fonts/gothamrnd-medium.ttf') format('truetype'), url('fonts/gothamrnd-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========== GENERAL ==========*/

body {
    background: #E8E8E8 url(./img/background-body.jpg) repeat scroll 0 0;
}

.row {
    max-width: 1294px;
}

#domBody {
    color: #555;
    font-family: 'opensans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*========== HEADER ==========*/

#header {
    min-height: 75px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 1, 1, 0.35);
}

    #header > .row {
    }

        #header > .row .header-left {
            padding-top: 1.25rem;
        }

        #header > .row .header-right {
            padding-top: 1.75rem;
            padding-right: 0;
        }

            #header > .row .header-right .small-12 {
                text-align: right;
            }

.logo {
    padding-bottom: 10px;
}

#header > .row .header-text {
    padding-top: 1rem;
}

.header-text p {
    color: #232323;
    font-size: 0.825rem;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
}

#headerUser {
    color: #575757;
    font-size: 1rem;
    font-weight: bold;
}

    #headerUser a {
        font-weight: normal;
        border-bottom: solid 1px #dfdfdf;
    }

        #headerUser a:hover {
            border-bottom: solid 1px #575757;
        }

#headerProperty {
    font-size: 0.75rem;
    line-height: 1.625rem;
}

.picker {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 5px 0 2px 1.2%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: "opensans";
    font-weight: 600;
    line-height: 25px;
    height: auto;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
}

    .picker:after {
        content: "\25BE";
        z-index: 0;
        position: absolute;
        right: 8%;
        top: 50%;
        margin-top: -12px;
        color: #555555;
    }

    .picker:first-child {
        margin-left: 0;
    }

    .picker select {
        position: relative;
        display: block;
        min-width: 100%;
        width: 140%;
        height: 26px;
        margin: 0;
        padding: 6px 45px 6px 15px;
        color: #767676;
        border: 1px solid #C7D8E3;
        background: transparent;
        outline: none;
        -webkit-appearance: none;
        z-index: 99;
        cursor: pointer;
        font-size: 10px;
        float: left;
    }

/*========== TOP NAV ==========*/
.nav-wrap {
    background: #fff;
    padding-bottom: 20px;
}

#top-nav {
}

/*========== CONTENT ==========*/

#body {
    color: #555;
}

    #body > .row {
        padding: 0 0 45px 0;
        background: #fff;
    }

        #body > .row > .small-12 {
            padding: 0 50px;
        }

    #body .RadGrid_Silk .rgMasterTable {
        font-family: 'GothamRoundedMedium', Arial, sans-serif;
    }

    #body .RadGrid_Silk table tr td {
        font-size: 14px;
    }

/*========== ENROLL BAR ==========*/
#enroll-bar {
    min-height: 47px;
    margin-bottom: 20px;
    border: solid 1px #aeaeae;
    padding: 0 35px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

    #enroll-bar span {
        line-height: 47px;
    }

    #enroll-bar .enroll-bar-right {
        float: right;
        display: inline-block;
        border-left: solid 1px #aeaeae;
        padding-left: 35px;
        line-height: 47px;
    }

        #enroll-bar .enroll-bar-right .RadComboBox {
            margin-top: -1px;
        }

        #enroll-bar .enroll-bar-right input {
            height: 28px;
        }

            #enroll-bar .enroll-bar-right input[type="text"] {
                border-right: none;
                padding-left: 10px;
            }

            #enroll-bar .enroll-bar-right input[type="submit"], .enroll-button {
                border-radius: 7px;
                font-family: 'opensans', Arial, "Helvetica Neue", Helvetica, sans-serif;
                height: 30px;
                min-width: 70px;
                text-align: left;
                padding-left: 10px;
                box-sizing: content-box;
                color: #fff;
                margin-top: 0px;
                border: solid 1px #364655;
                padding-right: 25px;
                font-size: 15px;
                font-weight: bold;
                text-transform: uppercase;
                background: #364655;
                background-size: contain !important;
                background: url(./img/icon-enroll-bar.png) no-repeat right center, -moz-linear-gradient(top, #364655 1%,#364655 100%);
                background: url(./img/icon-enroll-bar.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#364655), color-stop(100%,#364655));
                background: url(./img/icon-enroll-bar.png) no-repeat right center, -webkit-linear-gradient(top, #364655 1%,#364655 100%);
                background: url(./img/icon-enroll-bar.png) no-repeat right center, -o-linear-gradient(top, #364655 1%,#364655 100%);
                background: url(./img/icon-enroll-bar.png) no-repeat right center, -ms-linear-gradient(top, #364655 1%,#364655 100%);
                background: url(./img/icon-enroll-bar.png) no-repeat right center, linear-gradient(to bottom, #364655 1%,#364655 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364655', endColorstr='#364655',GradientType=0;
            }
                .enroll-button::first-letter {
                    color: red;
                }

/*========== FOOTER ==========*/

footer {
    margin-top: 15px;
    color: #3f413f;
    font-size: 1rem;
    font-family: "opensans";
}

    footer a {
        color: #3f413f;
        border-bottom: solid 1px #dfdfdf;
    }

        footer a:hover {
            color: #3f413f;
            border-bottom: solid 1px #3f413f;
        }

/*========== MEDIA QUERIES ==========*/

/* Small screens */
@media (max-width:40em) {
    #body > .row > .small-12 {
        padding: 0 5px;
    }

    .logo {
        padding-bottom: 0;
        text-align: center;
    }

    #header > .row .header-right .small-12 {
        padding-bottom: 10px;
        text-align: center;
    }

    #enroll-bar {
        padding: 0 5px 10px;
    }

        #enroll-bar span {
            line-height: 1.75;
        }

        #enroll-bar .enroll-bar-right {
            float: none;
            display: block;
            border-left: none;
            padding-left: 0px;
            line-height: 47px;
        }

    .RadTabStripTop_Silk ul.rtsUL {
        float: none;
    }

        .RadTabStripTop_Silk ul.rtsUL li {
            float: none;
        }

    .RadTabStripTop_Silk ul li a {
        display: block;
        width: 100%;
    }
}

/* Medium and UP Screens */
@media (min-width:40.063em) {
    /*========== TOP NAV ==========*/
    .top-bar {
        background: linear-gradient(#2F3336, #252429);
    }

    .top-bar-section ul {
        width: 100%;
        display: table;
        background: transparent;
    }

        .top-bar-section ul li {
            display: table-cell;
            float: none;
            text-align: center;
        }

    .icon-one {
        background: url("./img/icon-dashboard.png") no-repeat scroll 15px center transparent;
        background-size: 20px;
    }

        .icon-one:hover {
            background: url("./img/icon-dashboard.png") no-repeat scroll 15px Center #25A0DA;
            background-size: 20px;
        }

    .icon-two {
        background: url("./img/icon-usage.png") no-repeat scroll 15px Center transparent;
        background-size: 20px;
    }

        .icon-two:hover {
            background: url("./img/icon-usage.png") no-repeat scroll 15px Center #25A0DA;
            background-size: 20px;
        }

    .icon-three {
        background: url("./img/icon-enroll.png") no-repeat scroll 15px Center transparent;
        background-size: 20px;
    }

        .icon-three:hover {
            background: url("./img/icon-enroll.png") no-repeat scroll 15px Center #25A0DA;
            background-size: 20px;
        }

    .icon-four {
        background: url("./img/icon-usage.png") no-repeat scroll 15px Center transparent;
        background-size: 20px;
    }

        .icon-four:hover {
            background: url("./img/icon-usage.png") no-repeat scroll 15px Center #25A0DA;
            background-size: 20px;
        }

    .icon-five {
        background: url("./img/icon-alerts.png") no-repeat scroll 15px Center transparent;
        background-size: 20px;
    }

        .icon-five:hover {
            background: #25A0DA url("./img/icon-alerts.png") no-repeat scroll 15px Center;
            background-size: 20px;
        }

    .top-bar-section ul li > a {
        background: transparent;
        font-size: 1.2rem;
        text-shadow: 1px 2px #191a1b, 0 1px 0 #191a1b
    }

    .top-bar-section ul li:hover > a {
        background: transparent;
    }

    .top-bar-section li a:not(.button) {
        background: transparent;
    }

        .top-bar-section li a:not(.button):hover {
            background: transparent;
        }
    .cancel-red{
        background-size:contain;
    }
    /*    .top-bar-section li:not(:first-child)
    {
        border-left: 1px solid #ffffff;
        border-left-color: #808080;
    }
*/
}
