/* CSS Document */

body {
    background-color: #f6f6f6;
    border-top: 4px solid #ee4241;
    color: #333;
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.body-txt {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.Main-Bar {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #b61a1d;
    text-align: left;
    padding-left: 10px;
    height: 20px;
    vertical-align: middle;
}
/* main layout
----------------------------------------------------------*/

.content-wrapper {
    margin: 3px auto;
    max-width: 1024px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 425px;
}

.float-left {
    float: left;
    padding-bottom: 3px;
}

.float-right {
    float: right;
    padding-bottom: 3px;
}
/* NavigationLink
----------------------------------------------------------*/
#NavigationLink {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #NavigationLink a {
        background-color: #A2C5EB;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 5px 2px 5px;
        font-weight: bold;
        text-decoration: none;
        color: black;
    }

        #NavigationLink a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #NavigationLink ul {
        margin: 0;
    }

    #NavigationLink li {
        display: inline;
        list-style: none;
    }
    .red-star-style /*Required (red Star) Style*/
{
    color: Red;
}

/* main layout
    ----------------------------------------------------------*/
.main-content {
    
    width: 100%;
    padding: 5px 20px 20px 20px;
    overflow: auto; /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
.main-content,
.featured + .main-content {
    background-position: 10px 0;
}

.content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.featured .content-wrapper {
    padding: 10px;
}
.img-text {
    float: left;
    margin: 20px 0px 0px 30px;
    width: auto;
}
.fuStudentPhoto {
    color: transparent; /* Hides your "No File Selected" */
    /*direction: rtl;*/ /* Sets the Control to Right-To-Left */
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.Main-BarRight {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-image: url(images/bar-back-blue.jpg);
    background-repeat: repeat;
    text-align: right;
    padding-right: 25px;
    height: 25px;
    vertical-align: middle;
}

.MainBarCenter {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-image: url(images/bar-back-blue.jpg);
    background-repeat: repeat;
    text-align: Center;
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    vertical-align: middle;
}

.Link-Head {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-image: url(images/bar-back-blue.jpg);
    background-repeat: repeat;
    height: 25px;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}

    .Link-Head:hover {
        color: #76a7e1;
    }

.MainLink-txt {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    text-align: left;
}

.text_style {
    font-family: Century Gothic;
    background-color: White;
    border: 1px solid Gray;
    padding: 4px;
    margin-top: 3px;
}

.SubLink-txt {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    text-align: left;
    background-color: #E6E6E6;
}

.Link-Select-txt {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    text-align: left;
    background-color: #E6E6E6;
}

.gridreport th {
    padding: 6px 12px;
    margin: 1px;
    color: #193047;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .gridreport th a {
        background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
        background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
        background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
        background-image: no-repeat;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

.Tabs {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(images/bar-back-blue.jpg);
    background-repeat: repeat;
    height: 25px;
    width: 104px;
    text-align: center;
    vertical-align: middle;
    border: 1px none #000000;
}

.Selected-Tab {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-repeat: no-repeat;
    height: 20px;
    width: 105px;
    text-align: center;
    vertical-align: middle;
    background-color: #F2F2F2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.table-description {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: White;
    border: 1px solid #666666;
}

.table-descriptionGridEdit {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: White;
}

.table-no-topborder {
    font-family: Arial;
    font-size: 11px; /*font-weight: bold;*/
    color: #000000;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    background-color: White;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.table_no_bottomborder {
    font-family: Arial;
    font-size: 11px; /*font-weight: bold;*/
    color: #000000;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    background-color: #E6E6E6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.table-fields {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background-color: White;
    vertical-align: middle;
}

.button {
    height: 32px;
    background-color: #CA2221;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px 10px 2px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 0 4px #000; /*safari and Chrome*/
    -moz-box-shadow: 0 0 4px #000; /*Mozilla*/
    -o-box-shadow: 0 0 4px #000; /*Opera*/
    -ms-box-shadow: 0 0 4px #000; /*Ms IE*/
    box-shadow: 0 0 4px #000; /*W3C*/
}



    .button:hover {
        /*background: url(../images/login_hover.png) no-repeat;*/
        background: #3071A9;
    }

.buttonHome {
    background-color: #b61a1d;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    border: 1px double #3173b3;
    height: 20px;
    width: 85px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.buttonAdd {
    background: url(images/bar-back-grey.jpg) repeat-x;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    border: 1px double #3173b3;
    height: 20px;
    width: 85px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.borderoftab {
    border: 1px solid gray;
}

.Footer-Bar {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-image: url(images/bar-back-grey.jpg);
    background-repeat: repeat;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    padding-left: 25px;
}



.MyTab .ajax__tab_header {
}

    .MyTab .ajax__tab_active .ajax__tab_outer, .MyTab .ajax__tab_header .ajax__tab_outer, .MyTab .ajax__tab_hover .ajax__tab_outer {
    }

    .MyTab .ajax__tab_active .ajax__tab_inner, .MyTab .ajax__tab_header .ajax__tab_inner, .MyTab .ajax__tab_hover .ajax__tab_inner {
    }

    .MyTab .ajax__tab_active .ajax__tab_tab, .MyTab .ajax__tab_hover .ajax__tab_tab, .MyTab .ajax__tab_header .ajax__tab_tab {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background: url(images/bg.gif) repeat-x;
        background-repeat: repeat;
        height: 20px;
        width: 98px;
        text-align: center;
        vertical-align: middle;
        border: 1px none #000000;
    }

.MyTab .ajax__tab_hover .ajax__tab_tab {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(images/bar-back-blue.jpg) repeat-x;
    background-repeat: repeat;
    height: 20px;
    width: 98px;
    text-align: center;
    vertical-align: middle;
    border: 1px none #000000;
}

.MyTab .ajax__tab_active .ajax__tab_tab {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    height: 20px;
    width: 98px;
    text-align: center;
    vertical-align: middle;
    background: url(images/bar-back-grey.jpg) repeat-x;
    background-color: #F2F2F2;
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
}

.MyTab .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border-top: 0;
    padding: 0px;
    vertical-align: middle;
}

.Water_Mark {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: gray;
    background-color: White;
    border: 1px solid #666666;
    text-align: left;
    vertical-align: middle;
}

.record_not_found {
    background-color: #97BDE3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.paging_style {
    background-color: #97BDE3;
    color: #0F0F7F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.gdv-header-style_new {
    text-align: left;
    color: Black;
    background-color: #E6E6E6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.lbl_rating_style {
    text-align: left;
    color: #0F0F7F;
    background-color: #97BDE3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.txt_style {
    font-family: Century Gothic;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: White;
    border: 1px solid #666666;
    text-align: left;
    vertical-align: middle;
    resize: none;
}

.single_tab {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(images/bg.gif) repeat-x;
    background-repeat: repeat;
    height: 20px;
    width: 125px;
    text-align: center;
    vertical-align: middle;
    border: 1px none #000000;
}

.peach_bar {
    background-color: #E9F4FF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.gdvHighlightRow_Style {
    background-color: #3399FF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.lgrey_bar {
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.errormsg {
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.container {
    width: 100%;
    padding: 5px 20px 20px 20px;
    background: #EDFCF6;
    overflow: auto; /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

.errormsgNopermission {
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.successmsg {
    color: green;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.label-style /*Simple Label Style for all For Add, Search Form*/ {
    font-size: 13px;
    color: #555555;
    text-decoration: none;
    font-weight: normal;
}

.label-bold-style /*Label Style for all For Binding data to a label*/ {
    font-size: 13px;
    font-weight: bold;
    color: Gray;
}

.gdv-bold-label-style /*Simple Label Style for all For Add, Search Form*/ {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.Main-Bar-modulerpopup {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #B62524;
    background-repeat: repeat;
    text-align: left;
    padding-left: 25px;
    height: 20px;
    vertical-align: middle;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #edf5ff;
    width: auto;
    height: auto;
    display: none;
    cursor: auto;
}

.popupHover {
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #F5F7F8;
    cursor: hand;
}

.popupHoverLabel {
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #F5F7F8;
    cursor: auto;
}

.popupMoreHover {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: Blue;
    cursor: hand;
}

.donotPermission {
    font-family: Arial;
    font-size: 11px; /*font-weight: bold;*/
    color: #000000;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    background-color: White;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.deleteMessgeText {
    width: 270;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: Blue;
    cursor: none;
    text-align: left;
    font-style: oblique;
}

.delete_Message_Image {
    background-image: url(images/question_rd_c.jpg);
    height: 50px;
    width: 50px;
}

.no_record_found_header {
    color: #0F0F7F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.gdv-header-link-style {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-align: left;
    vertical-align: middle;
}

header, footer, hgroup,
nav, section {
    display: block;
}
header .content-wrapper {
    padding-top: 8px;
}
.Select_Image {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-align: left;
    vertical-align: middle;
    border: none;
    border-color: White;
    text-decoration: none;
}

.ChangeTheme {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-align: left;
    vertical-align: middle;
    border: none;
    border-color: White;
    text-decoration: none;
}

.SearchAddTopHeader {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #B62524;
    height: 20px;
}

.SearchTopHeader {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #DCDCDC;
    height: 20px;
    padding: 0px 0px 0px 10px;
}

.saveChange {
    border: 0px;
    width: 100%;
    background-color: #FFFF99;
}

.SplitterStyle {
    background-image: url(images/splitter.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.part_style {
    color: #b61a1d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.rating_style {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.grid_pading_style {
    padding: 3px;
}

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}
/* footer
    ----------------------------------------------------------*/
footer {
    clear: both;
    background-color: #1c7be5;
    font-size: .8em;
    height: 50px;
}

    footer p {
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
    }
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
