﻿html {
    background: #0C162D; /* For browsers that do not support gradients */
    margin: 0;
    padding: 0;
}

/*.drop {
    float: left;
}*/

.drop select {
    background: transparent;
    width: 100px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    background: url(../images/down_arrow_select.jpg) no-repeat right #ddd;
    border: 1px solid #a7a7a7;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: clip;
}

details {
    background-color: #d9d9d9;
}

.nopadding {
    padding: 0px 0px 0px 0px !important;
}

.footerlinks {
    padding: 0px;
}

    .footerlinks > li {
        list-style: none;
    }

/*wizard css*/

.PtabBlock {
    float: left;
    width: 15%;
    min-width: 185px;
    height: 68vh;
    overflow-x: hidden;
    margin: 0px 5px;
}

.SummaryBlock {
    float: right;
    height: 69vh;
}

.ptNoOverFlow {
    height: 12px;
    overflow: hidden;
}

.PtabHeading {
    width: 100%;
    text-align: center;
    height: 25px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}

.PtabContent {
    width: 98%;
    height: 46px;
    color: #CCC;
    padding: 0px 1px 1px 1px;
    clear: both;
    border: 1px solid black;
}

.EmptyPtabContent {
    width: 98%;
    height: 46px;
    padding-left: 2px;
    clear: both;
    border: 1px solid black;
    background-color: #FFF;
    font-size: 14px;
}

    .EmptyPtabContent:hover {
        opacity: 0.6;
        cursor: default;
    }

.BalanceSummary {
    width: 100%;
    height: 70px;
    color: darkgrey;
    padding-left: 2px;
    clear: both;
}

.PtabPercentChange {
    font-size: 14px;
    font-weight: 700;
    clear: both;
    float: left;
    position: relative;
    bottom: 6px;
    font-family: Segoe UI,Arial;
}



.Grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    /*border: solid 1px #525252;*/ /*testing*/
    border-collapse: collapse;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #e1e1e1;
        /*color: #717171;*/
    }

    .Grid a {
        color: #FFF;
    }


    .Grid tr:hover {
        /*background-color: #BBB;*/
        background-color: #E8E8E8; /*#eaeaea;*/
        /*color: #FFF;*/
    }

        .Grid tr:hover a {
            color: #FFF;
        }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #a0a0a0;
        /*background: #3A526C;*/ /*TESTING*/
        /*background: #0C162D; /* For browsers that do not support gradients */
        /*background: -webkit-linear-gradient(bottom, #0C162D, #546A81);*/ /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(bottom, #0C162D, #546A81);*/ /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(bottom, #0C162D, #546A81);*/ /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(to bottom, #0C162D, #546A81);*/ /* Standard syntax */ /*TESTING COLOR*/
        /*border-left: solid 1px #525252;*/
        font-size: 1.2em;
    }


    .Grid .alt {
        background: #e1e1e1; /* For browsers that do not support gradients */
    }

.TransactionsGrid > tbody > tr:first-child {
    border-bottom: 2px solid white;
}

.TransactionsGrid tr:hover {
    background-color: transparent;
}

.TransactionsGrid tr.alt:hover {
    background: #e1e1e1; /* For browsers that do not support gradients */
}


#wizHeader li .prevStep {
    background-color: #0C162D;
}

    #wizHeader li .prevStep:after {
        border-left-color: #0C162D !important;
    }

#wizHeader li .currentStep {
    background-color: #546A81;
}

    #wizHeader li .currentStep:after {
        border-left-color: #546A81 !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: #546A81; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

.MidSquare {
    width: 45%;
}

.TitleBox {
    height: 49px;
    /*background-color: #B3905B;*/
    background-color: #747F8E;
    color: #f5ffff;
    line-height: 49px;
    text-align: left;
}

    .TitleBox span {
        margin-left: 160px;
    }

/*.module > .content-wrapper {
    border: 5px solid white;
}*/

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}
/*End Wizard css*/

/* NeatButton Css */
.button {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 5px 10px 5px;
    width: 220px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    background: #546A81;
    border: 1px solid #fff;
    color: #FFF;
    overflow: hidden;
    transition: all 0.5s;
}

.inline-rb table {
    width: 100%;
}

.inline-rb label {
    margin-top: 0.75em;
    display: inline;
}


#html_element {
    padding-top: 40px;
}


/*.inline-rb span {
    padding-right: 20px;
}*/

.button:hover, .button:active {
    text-decoration: none;
    color: #546A81;
    border-color: #546A81;
    background: #FFF;
}

.button span {
    display: inline-block;
    position: relative;
    padding-right: 0;
    transition: padding-right 0.5s;
}

    .button span:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: -18px;
        opacity: 0;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: rgba(0, 0, 0, 0);
        border: 3px solid #FFF;
        border-top: none;
        border-right: none;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        transform: rotate(-45deg);
    }

.button:hover span, .button:active span {
    padding-right: 30px;
}

    .button:hover span:after, .button:active span:after {
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        opacity: 1;
        border-color: #546A81;
        right: 0;
        top: 50%;
    }

/*End NEatButton*/

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.footer a {
    color: #969696;
}



header, footer, hgroup,
nav, section {
    display: block;
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #A2CA92;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    min-width: 960px;
    padding-left: 40px;
}

#body {
    background: #EBEBEB;
    color: #333;
    font-size: .90em;
    font-family: "Nunito", "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    clear: both;
    padding-top: 20px;
    min-height: 64vh;
    padding-bottom: 20px;
    min-width: 715px;
}


.mseButton {
    background: #546A81;
    color: #000;
}

.SubWhiteHeader {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: larger;
    color: #546A81;
}

.BigSubWhiteHeader {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: x-large;
    color: #546A81;
}

.SmallHeader {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: x-large;
    color: #546A81;
    padding: 20px 0px 10px 0px;
}

.exSmallHeader {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 12pt;
    color: #546A81;
}

summary {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 12pt;
    color: #546A81;
}

/
/*.CapsLabel {
    font-family: 'Lato', sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}*/
.CapsLabel {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}

psLabelwhite {
    font-family: 'Lato', sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}



@import url(https://fonts.googleapis.com/css?family=Lato:900);

.titleHeading {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: xx-large;
}

.MseTitleHeading {
    color: #FFF;
    font-family: 'Book Antiqua','Times New Roman';
    font-size: xx-large;
    font-variant: small-caps;
}


.module {
    background: url(../Images/mse_homepage.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 67vh;
    z-index: 0;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}

.Textoverhome {
    position: relative;
    top: 10%;
    left: 1%;
    width: 20%;
    font-family: 'Lato', sans-serif;
    font-size: x-large;
    color: white;
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    text-align: center;
    background-color: #2c9073;
}

button, input, select, textarea {
    line-height: 100% !important;
}

.subTextoverhome {
    position: relative;
    top: 10%;
    float: right;
    right: 1%;
    width: 20%;
    font-family: 'Lato', sans-serif;
    font-size: large;
    color: white;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    text-align: center;
    background-color: #2c9073;
}

.darken {
    background-image: linear-gradient( rgba(0, 15, 0, 0.5), rgba(0, 15, 0, 0.5) ), url(../Images/maltese_stock_exchange.jpg);
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-filter: sepia(70%);
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-right: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    /*padding-top: 20px;*/
    padding: 10px;
    display: inline-block;
    min-width: 0px;
}

footer {
    clear: both;
    background-color: #0C162D;
    font-size: .8em;
    height: 100px;
    color: #546A81;
}


/* 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;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/

ul.menu {
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0px;
    text-align: right;
    margin-top: 40px;
    padding: 14px 0 30px 0;
}

    ul.menu li {
        display: inline;
        list-style: none;
    }

        ul.menu li a {
            font-size: small;
            font-family: 'Lato', sans-serif;
            background: none;
            color: white;
            text-decoration: none;
            /* background-color:#546A81;*/
            padding: 11px 15px 10px 15px;
        }

            ul.menu li a:hover {
                background-color: #98A4B1;
                border-radius: 5px;
                text-decoration: none;
                border-color: rgba(136, 183, 213, 0);
            }


.centerVertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.InputBackground {
    background: #cecece; /* Old browsers */
    background: -moz-linear-gradient(left, #cecece 0%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cecece 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cecece 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
    border-radius: 10px;
}

.InputBackgroundRight {
    background: #c1c1c1;
    background: -webkit-linear-gradient(left,#e7e7e7, #cecece ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left,#e7e7e7, #cecece ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,#e7e7e7, #cecece ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left,#e7e7e7, #cecece );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cecece',GradientType=1 ); /* IE6-9 */
    border-radius: 30px;
}
/* page elements
----------------------------------------------------------*/
.featured {
    position: relative;
    width: 100%;
    margin: auto;
}

    .featured .content-wrapper {
        position: relative;
        background: rgb(38, 62, 91); /* Fall-back for browsers that don't
                                    support rgba */
        background: rgba(38, 62, 91, 0.90);
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #FFF;
        padding: 20px 40px 30px 40px;
        margin-right: 20px;
        float: right;
        width: 25%;
        min-width: 350px;
        top: 10%;
    }

    .featured .SideWrapper {
        position: relative;
        color: #FFF;
        padding: 20px 40px 30px 40px;
        margin-left: 20px;
        width: 60%;
        min-width: 400px;
    }



    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* Validation */
.validationHeader {
    font-family: Arial;
    background-color: #004445;
    padding: 10px 10px 10px 10px;
}

a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
        font-size: large;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span img {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}



/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        /*margin-left: 3px;*/
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input:not([type="radio"]), textarea {
    /*border: 1px solid #e2e2e2; TESTING BUTTON
    background: white;*/
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    height: 30px;
    min-width: 150px;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    height: auto;
}

input[type="submit"],
input[type="button"],
button {
    /*background-color: #546A81;*/ /*TESTING BUTTON*/
    /*border: 1px solid #787878;*/
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }



        th a:link, th a:visited, th a:active, th a:hover {
            color: #FFF;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.btn-generates {
    margin: 10px 5px 0px 5px !important;
    font-weight: bold !important;
}

.no-min-width {
    min-width: 0px !important;
}

/*****************************
*   Update Progres Loading *
*****************************/

.overlayloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    /*background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;*/
}

.center {
    z-index: 1000;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center;
}

    .center img {
        height: 50px;
        width: 50px;
    }


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 1023px) {

    body {
        display: inline-block;
        min-width: 1050px;
    }

    #portfolioSum {
        float: left;
        min-width: 150px;
    }

    .SummaryBlock {
        display: none;
    }

    .menu {
    }

    .PtabBlock {
        width: 31%;
    }

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }




    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
        padding: 0px 20px 0px 0px;
    }

    /* 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: #222;
            }

    /* menu */
    nav {
        /*margin-bottom: 5px;*/
    }

    ul.menu {
        margin: 0 0 0 0;
        text-align: center;
        padding: 40px 0 30px 0;
    }

        ul.menu li {
            margin: 0;
            padding: 0;
        }

            ul.menu li a {
                /*font-size: x-small;*/
            }



    .menu {
        background-color: #546A81;
        min-width: 737px;
    }



    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        width: 90%;
    }

    .featured .content-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* 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: 65%;
        text-align: center;
    }



    /* 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 {
        float: left;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            float: right;
        }
}
/* END: Mobile Styles */
