﻿/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 12px/18px Arial, sans-serif;
    width: 100%;
    height: 640px; 
/* Was 100% on Height*/
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 150px;
    background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 100px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
    margin: 600px auto 0;
    height: 10px;
    text-align:center;
}
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.divicon {
    position: relative;
    width: 200px;
    height: 200px;
}

.iconspan {
    position: absolute;
    background: #333333;
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 40px;
    line-height: 55px;
    border-radius: 10px;
    bottom: -80px;
    right: 20px;
}

.icon {
    position: relative;
}

    .icon:after {
        content: "4";
        position: absolute;
        display: block;
        background: red;
        color: white;
        height: 60px;
        width: 60px;
        text-align: center;
        font-family: Tahoma, sans-serif;
        font-size: 40px;
        line-height: 55px;
        border-radius: 50px;
        bottom: 0;
        right: 0;
    }

.ButtonOptions {
    height: 40px;
    width: 200px;
}
/* remove main borders */
.borderLessDialog.RadWindow {
    border: none;
    padding: 0;
}

    /* both selectors below can be replaced with setting VisibleTitlebar="false" */
    /* remove the titlebar widening */
    .borderLessDialog.RadWindow .rwTitleBar {
        margin: 0;
    }

/* remove the titlebar */
.borderLessDialog .rwTitleBar {
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar {
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent {
    border: none;
}

.RadWindow_Bootstrap .rwCorner .rwTopLeft,
.RadWindow_Bootstrap .rwTitlebar,
.RadWindow_Bootstrap .rwCorner .rwTopRight,
.RadWindow_Bootstrap .rwIcon,
.RadWindow_Bootstrap table .rwTopLeft,
.RadWindow_Bootstrap table .rwTopRight,
.RadWindow_Bootstrap table .rwFooterLeft,
.RadWindow_Bootstrap table .rwFooterRight,
.RadWindow_Bootstrap table .rwFooterCenter,
.RadWindow_Bootstrap table .rwBodyLeft,
.RadWindow_Bootstrap table .rwBodyRight,
.RadWindow_Bootstrap table .rwTitlebar,
.RadWindow_Bootstrap table .rwTopResize,
.RadWindow_Bootstrap table .rwStatusbar,
.RadWindow_Bootstrap table .rwStatusbar .rwLoading {
    display: none !important;
}

.RadWindow_Sunset .rwCorner .rwTopLeft,
.RadWindow_Sunset .rwTitlebar,
.RadWindow_Sunset .rwCorner .rwTopRight,
.RadWindow_Sunset .rwIcon,
.RadWindow_Sunset table .rwTopLeft,
.RadWindow_Sunset table .rwTopRight,
.RadWindow_Sunset table .rwFooterLeft,
.RadWindow_Sunset table .rwFooterRight,
.RadWindow_Sunset table .rwFooterCenter,
.RadWindow_Sunset table .rwBodyLeft,
.RadWindow_Sunset table .rwBodyRight,
.RadWindow_Sunset table .rwTitlebar,
.RadWindow_Sunset table .rwTopResize,
.RadWindow_Sunset table .rwStatusbar,
.RadWindow_Sunset table .rwStatusbar .rwLoading {
    display: none !important;
}

#right {
    float: right;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

.blended_grid {
    display: block;
    width: 900px;
    overflow: auto;
    margin: 0 auto;
}

.classImage {
    clear: none;
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
}

.className {
    clear: none;
    float: left;
    position: relative;
    width: 350px;
    height: 50px;
}

.empty {
    clear: none;
    float: left;
    position: relative;
    width: 400px;
    height: 50px;
}

.primaryLeader {
    clear: none;
    float: left;
    position: relative;
    width: 500px;
    height: 50px;
}

.empty2 {
    clear: none;
    float: left;
    position: relative;
    width: 250px;
    height: 50px;
}

.secondaryLeader {
    clear: none;
    float: left;
    position: relative;
    width: 500px;
    height: 50px;
}

.empty4 {
    clear: none;
    float: left;
    position: relative;
    width: 250px;
    height: 50px;
}

.intro {
    clear: none;
    float: left;
    position: relative;
    width: 9000px;
    height: 50px;
}

.showOptions {
    clear: none;
    float: left;
    position: relative;
    width: 9000px;
    height: 50px;
}

.classimage {
    width: 150px;
    height: 150px;
}
.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 3px;
}
.rgExpandCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
html .RadComboBox .rcbInput {
    height: 40px;
}