html, body, abbr, address, embed, param, applet, div, caption, pre, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, q, cite, code, span, a, b, i, s, u, em, var, strong, small, sub, sup, kbd, dfn, ins, del, samp, form, fieldset, legend, label, input, select, textarea, article, section, header, hgroup, aside, canvas, details, figure, figcaption, footer, menu, nav, output, ruby, summery, time, mark, audio, video {
    border: none;
    font-size: 100%;
    font: inherit;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}

article, section, header, hgroup, nav, menu, figure, figcaption, aside, details, footer, object, embed {
    display: block;
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: Verdana,Geneva,sans-serif;
}

body {
    background-color: #e0dddd;/*#e0dddd;*/
    color: #3c3c3e;/*#3c3c3e;*/   /*font #5e5e5f;*/
    font: normal 75%/1.4 Verdana,Geneva,sans-serif;
}

a {
    color: #ff501e;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -ms-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: none;
        text-decoration: none;
    }

        a img:hover {
            cursor: pointer;
            text-decoration: none;
        }

address {
    font-style: normal;
}

b, strong {
    font-weight: bold;
}

sub, sup {
    font-size: 57%;
    line-height: 1em;
    text-transform: inherit;
    height: 0;
}

sub {
    vertical-align: text-bottom;
}

sup {
    vertical-align: text-top;
}

h1, h2, h3, h4, h5, h6 {
    color: #6d6e71;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 100%;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 .5em;
}

p {
    margin: 0 0 1em;
}

    p:last-child {
        margin: 0;
    }

ul, ol {
    margin: 1em 0 1em 2.5em;
}

    ul ol, ul ul, ol ol, ol ul {
        margin: 0 0 0 1.5em;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}

    table th, table td {
        padding: .5em .5em .5em 0;
        font-weight: normal;
    }

form {
    display: inline;
}

    form fieldset {
        border: none;
    }

    form legend {
        display: none;
    }

input[type='text'], input[type='email'], input[type='number'], input[type='password'], input[type='tel'], input[type='search'], input[type='select'] ,textarea, select {
    border: 1px solid #d1d3d4;
    color: #5e5e5f;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 91.6667%;
    height: 28px;
    line-height: 1.2;
    outline: none;
    padding: 3px 7px;
    width: 100%; /*-webkit-appearance:none;*/
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-transition: 0.5s backgound-color ease,0.5s border-color ease,0.5s color ease;
    -moz-transition: 0.5s backgound-color ease,0.5s border-color ease,0.5s color ease;
    -o-transition: 0.5s backgound-color ease,0.5s border-color ease,0.5s color ease;
    -webkit-transition: 0.5s backgound-color ease,0.5s border-color ease,0.5s color ease;
    transition: 0.5s backgound-color ease,0.5s border-color ease,0.5s color ease;
}

    input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='number']:focus, input[type='tel']:focus, textarea:focus {
        background-color: #fff;
        border-color: #89d0c8;
        -ms-box-shadow: 0 0 7px rgba(137,208,200,0.5);
        -moz-box-shadow: 0 0 7px rgba(137,208,200,0.5);
        -o-box-shadow: 0 0 7px rgba(137,208,200,0.5);
        -webkit-box-shadow: 0 0 7px rgba(137,208,200,0.5);
        box-shadow: 0 0 7px rgba(137,208,200,0.5);
    }

textarea {
    height: auto;
    resize: none;
}

select optgroup {
    color: #939598;
}

*[placeholder] {
    color: #b1b3b6;
}

/**[tabindex] {
    border: none;
    outline: none;
}*/

.grey70-graphic {
    fill: #6d6e71;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.grey20-graphic {
    fill: #d1d3d4;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.grey10-graphic {
    fill: #e6e7e8;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.green-graphic {
    fill: #39b54a;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.smg-red-graphic {
    fill: #da2128;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.white-graphic {
    fill: #fff;
    -ms-transition: 0.5s fill ease;
    -moz-transition: 0.5s fill ease;
    -o-transition: 0.5s fill ease;
    -webkit-transition: 0.5s fill ease;
    transition: 0.5s fill ease;
}

.execute-btn {
    background: none;
    border: 1px solid transparent;
    border-radius: 100%;
    cursor: pointer;
    height: 28px;
    outline: none;
    padding: 0;
    width: 28px;
}

    .execute-btn strong {
        display: none;
    }

    .execute-btn i, .execute-btn b, .execute-btn svg {
        display: block;
        margin: 0 auto;
    }

    .execute-btn .grey50-graphic {
        fill: #939598;
    }

    .execute-btn .report-graphic {
        fill: #939598;
    }

    .execute-btn:focus {
        outline: none;
    }

    .execute-btn:hover, .execute-btn.active-agent, .execute-btn.active-agent:hover {
        cursor: pointer;
    }

        .execute-btn:hover .grey50-graphic, .execute-btn:hover .report-graphic, .execute-btn.active-agent .grey50-graphic, .execute-btn.active-agent .report-graphic, .execute-btn.active-agent:hover .grey50-graphic, .execute-btn.active-agent:hover .report-graphic {
            cursor: pointer;
            fill: #ff501e;
        }

        .execute-btn.active-agent .report-graphic, .execute-btn.active-agent:hover .report-graphic {
            fill: #00b8a5;
        }

    .execute-btn[disabled], .execute-btn:disabled, .execute-btn[disabled]:hover, .execute-btn:disabled:hover, .execute-btn[disabled].active-agent, .execute-btn[disabled].active-agent:hover, .execute-btn:disabled.active-agent, .execute-btn:disabled.active-agent:hover {
        cursor: default;
    }

        .execute-btn[disabled] .grey70-graphic, .execute-btn[disabled] .grey50-graphic, .execute-btn[disabled] .grey35-graphic, .execute-btn[disabled] .grey20-graphic, .execute-btn[disabled] .grey10-graphic, .execute-btn[disabled] .report-graphic, .execute-btn:disabled .grey70-graphic, .execute-btn:disabled .grey50-graphic, .execute-btn:disabled .grey35-graphic, .execute-btn:disabled .grey20-graphic, .execute-btn:disabled .grey10-graphic, .execute-btn:disabled .report-graphic, .execute-btn[disabled]:hover .grey70-graphic, .execute-btn[disabled]:hover .grey50-graphic, .execute-btn[disabled]:hover .grey35-graphic, .execute-btn[disabled]:hover .grey20-graphic, .execute-btn[disabled]:hover .grey10-graphic, .execute-btn[disabled]:hover .report-graphic, .execute-btn:disabled:hover .grey70-graphic, .execute-btn:disabled:hover .grey50-graphic, .execute-btn:disabled:hover .grey35-graphic, .execute-btn:disabled:hover .grey20-graphic, .execute-btn:disabled:hover .grey10-graphic, .execute-btn:disabled:hover .report-graphic, .execute-btn[disabled].active-agent .grey70-graphic, .execute-btn[disabled].active-agent .grey50-graphic, .execute-btn[disabled].active-agent .grey35-graphic, .execute-btn[disabled].active-agent .grey20-graphic, .execute-btn[disabled].active-agent .grey10-graphic, .execute-btn[disabled].active-agent .report-graphic, .execute-btn[disabled].active-agent:hover .grey70-graphic, .execute-btn[disabled].active-agent:hover .grey50-graphic, .execute-btn[disabled].active-agent:hover .grey35-graphic, .execute-btn[disabled].active-agent:hover .grey20-graphic, .execute-btn[disabled].active-agent:hover .grey10-graphic, .execute-btn[disabled].active-agent:hover .report-graphic, .execute-btn:disabled.active-agent .grey70-graphic, .execute-btn:disabled.active-agent .grey50-graphic, .execute-btn:disabled.active-agent .grey35-graphic, .execute-btn:disabled.active-agent .grey20-graphic, .execute-btn:disabled.active-agent .grey10-graphic, .execute-btn:disabled.active-agent .report-graphic, .execute-btn:disabled.active-agent:hover .grey70-graphic, .execute-btn:disabled.active-agent:hover .grey50-graphic, .execute-btn:disabled.active-agent:hover .grey35-graphic, .execute-btn:disabled.active-agent:hover .grey20-graphic, .execute-btn:disabled.active-agent:hover .grey10-graphic, .execute-btn:disabled.active-agent:hover .report-graphic {
            cursor: default;
            fill: #d1d3d4;
        }

.common-execute-btn {
    background-color: #939598;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 28px;
    outline: none;
    padding: 3px 12px;
    width: auto;
    -webkit-appearance: none;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-transition: background-color 0.5s ease,color 0.5s ease;
    -moz-transition: background-color 0.5s ease,color 0.5s ease;
    -o-transition: background-color 0.5s ease,color 0.5s ease;
    -webkit-transition: background-color 0.5s ease,color 0.5s ease;
    transition: background-color 0.5s ease,color 0.5s ease;
}

    .common-execute-btn:hover, .common-execute-btn:focus {
        background-color: #ff501e;
        outline: none;
    }

.default-execute-btn {
    background-color: #da2128;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 28px;
    outline: none;
    padding: 3px 12px;
    width: auto;
    -webkit-appearance: none;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-transition: background-color 0.5s ease,color 0.5s ease;
    -moz-transition: background-color 0.5s ease,color 0.5s ease;
    -o-transition: background-color 0.5s ease,color 0.5s ease;
    -webkit-transition: background-color 0.5s ease,color 0.5s ease;
    transition: background-color 0.5s ease,color 0.5s ease;
}

    .default-execute-btn:hover, .default-execute-btn:focus {
        background-color: #ff501e;
        outline: none;
    }

.left, *[class$='x9'], *[class$='x8'], *[class$='x7'], *[class$='x6'], *[class$='x5'], *[class$='x4'], *[class$='x3'], *[class$='x2'], *[class$='x1'] {
    float: left;
}

.right {
    float: right;
}

.rowx {
    margin: 0 -6px;
}

*[class^='col-'] {
    padding: 2px;
}

*[class$='x10'] {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .col-xxxx10 {
        clear: both;
        float: none;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx10 {
        clear: both;
        float: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx10 {
        clear: both;
        float: none;
    }
}

@media only screen and (max-width: 599px) {
    .col-x10 {
        clear: both;
        float: none;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx9 {
        width: 90%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx9 {
        width: 90%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx9 {
        width: 90%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x9 {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx8 {
        width: 80%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx8 {
        width: 80%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx8 {
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x8 {
        width: 80%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx7 {
        width: 70%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx7 {
        width: 70%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx7 {
        width: 70%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x7 {
        width: 70%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx6 {
        width: 60%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx6 {
        width: 60%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx6 {
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x6 {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx5 {
        width: 50%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx5 {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx5 {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x5 {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx4 {
        width: 40%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx4 {
        width: 40%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx4 {
        width: 40%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x4 {
        width: 40%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx3 {
        width: 30%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx3 {
        width: 30%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx3 {
        width: 30%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x3 {
        width: 30%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx2 {
        width: 20%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx2 {
        width: 20%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx2 {
        width: 20%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x2 {
        width: 20%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xxxx1 {
        width: 10%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .col-xxx1 {
        width: 10%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .col-xx1 {
        width: 10%;
    }
}

@media only screen and (max-width: 599px) {
    .col-x1 {
        width: 10%;
    }
}

.clear-float-none, .clear-after:after, .rowx:after, [class^='col-']:after {
    clear: both;
    float: none;
}

.clear-after:after, .rowx:after, [class^='col-']:after {
    background: none;
    border: none;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

*.no-margin-top {
    margin-top: 0;
}

*.no-margin-bottom {
    margin-bottom: 0;
}

*.no-margin-left {
    margin-left: 0;
}

*.no-margin-right {
    margin-right: 0;
}

*.no-padding-top {
    padding-top: 0;
}

*.no-padding-bottom {
    padding-bottom: 0;
}

*.no-padding-left {
    padding-left: 0;
}

*.no-padding-right {
    padding-right: 0;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url("../fonts/RobotoCondensed-Bold-webfont.eot");
    src: url("../fonts/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/RobotoCondensed-Bold-webfont.woff") format("woff"),url("../fonts/RobotoCondensed-Bold-webfont.ttf") format("truetype"),url("../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url("../fonts/Roboto-Bold-webfont.eot");
    src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/Roboto-Bold-webfont.woff") format("woff"),url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"),url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}

.smg-header-body {
    background-color: #da2128;
    color: #fff;
    height: auto;
    width: 100%;
    clear: both;
    float: none;
    -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

    .smg-header-body:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .smg-header-body .options {
        float: right;
        height: 42px;
        margin-left: 15px;
    }

    .smg-header-body .multiple-nav {
        float: left;
        height: 42px;
        margin: 0 0 0 8px;
        padding: 6px 0;
        width: 30px;
    }

        .smg-header-body .multiple-nav .execute-btn {
            background-color: #da2128;
            border: 2px solid #fff;
            height: 30px;
            margin: 0;
            padding: 0;
            width: 30px;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -ms-transition: border-color 0.5s ease;
            -moz-transition: border-color 0.5s ease;
            -o-transition: border-color 0.5s ease;
            -webkit-transition: border-color 0.5s ease;
            transition: border-color 0.5s ease;
        }

            .smg-header-body .multiple-nav .execute-btn i {
                display: block;
                height: 26px;
                overflow: hidden;
                padding: 5px;
                width: 26px;
            }

            .smg-header-body .multiple-nav .execute-btn b {
                display: block;
                height: 16px;
                overflow: hidden;
                padding: 0;
                width: 16px;
            }

            .smg-header-body .multiple-nav .execute-btn img {
                display: block;
                height: auto;
                width: 100%;
            }

            .smg-header-body .multiple-nav .execute-btn svg {
                display: block;
                margin: 0;
            }

            .smg-header-body .multiple-nav .execute-btn path, .smg-header-body .multiple-nav .execute-btn rect, .smg-header-body .multiple-nav .execute-btn circle, .smg-header-body .multiple-nav .execute-btn polygon {
                fill: #fff;
                -ms-transition: fill 0.5s ease;
                -moz-transition: fill 0.5s ease;
                -o-transition: fill 0.5s ease;
                -webkit-transition: fill 0.5s ease;
                transition: fill 0.5s ease;
            }

            .smg-header-body .multiple-nav .execute-btn:hover {
                border-color: #fff200;
            }

                .smg-header-body .multiple-nav .execute-btn:hover path, .smg-header-body .multiple-nav .execute-btn:hover rect, .smg-header-body .multiple-nav .execute-btn:hover circle, .smg-header-body .multiple-nav .execute-btn:hover polygon {
                    fill: #fff200;
                }

        .smg-header-body .multiple-nav .user-btn i, .smg-header-body .multiple-nav .user-btn b {
            height: 26px;
            padding: 0;
            width: 26px;
        }

        .smg-header-body .multiple-nav .user-btn i {
            padding: 0;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

        .smg-header-body .multiple-nav .user-btn img {
            display: block;
            height: auto;
            width: 100%;
        }

    .smg-header-body .clock-scope {
        float: right;
        height: 42px;
        margin: 0 0 0 8px;
        padding: 6px 0 6px 38px;
        position: relative;
        width: auto;
    }

        .smg-header-body .clock-scope .clock-icon {
            border: 2px solid #fff;
            height: 30px;
            left: 0;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 6px;
            width: 30px;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -ms-transition: border-color 0.5s ease;
            -moz-transition: border-color 0.5s ease;
            -o-transition: border-color 0.5s ease;
            -webkit-transition: border-color 0.5s ease;
            transition: border-color 0.5s ease;
        }

            .smg-header-body .clock-scope .clock-icon i, .smg-header-body .clock-scope .clock-icon b {
                display: block;
                height: 26px;
                overflow: hidden;
                padding: 0;
                width: 26px;
            }

            .smg-header-body .clock-scope .clock-icon img {
                display: block;
                height: auto;
                width: 100%;
            }

            .smg-header-body .clock-scope .clock-icon svg {
                display: block;
                margin: 0;
            }

            .smg-header-body .clock-scope .clock-icon path, .smg-header-body .clock-scope .clock-icon rect, .smg-header-body .clock-scope .clock-icon circle, .smg-header-body .clock-scope .clock-icon polygon {
                fill: #fff;
            }

        .smg-header-body .clock-scope .digital-clock-scope {
            float: left;
            height: 30px;
            line-height: 1.2;
            padding: 1px 0 0 0;
            width: auto;
        }

            .smg-header-body .clock-scope .digital-clock-scope p {
                margin: 0;
                padding: 0;
            }

            .smg-header-body .clock-scope .digital-clock-scope .digital {
                font-size: 100%;
            }

            .smg-header-body .clock-scope .digital-clock-scope .country {
                font-size: 91.6667%;
            }

        .smg-header-body .clock-scope .date-scope {
            border-left: 1px solid #ea8f73;
            float: left;
            font-size: 91.6667%;
            height: 30px;
            line-height: 1.2;
            margin: 0 0 0 8px;
            padding: 1px 0 0 8px;
            width: auto;
        }

            .smg-header-body .clock-scope .date-scope p {
                margin: 0;
                padding: 0;
            }

            .smg-header-body .clock-scope .date-scope .month {
                display: block;
            }

    .smg-header-body .header-nav {
        float: left;
        height: 42px;
        margin: 0 0 0 10px;
        padding: 0 10px;
        width: auto;
    }

        .smg-header-body .header-nav:after {
            background: none;
            border: none;
            clear: both;
            float: none;
            content: '';
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            width: 100%;
        }

        .smg-header-body .header-nav > ul {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
            clear: both;
            float: none;
        }

            .smg-header-body .header-nav > ul > li {
                float: left;
                height: 42px;
                margin: 0 0 0 3px;
                padding: 6px 0;
                position: relative;
                width: auto;
            }

                .smg-header-body .header-nav > ul > li:after {
                    background: none;
                    border: none;
                    clear: both;
                    float: none;
                    content: '';
                    display: block;
                    font-size: 0;
                    height: 0;
                    line-height: 0;
                    width: 100%;
                }

                .smg-header-body .header-nav > ul > li .execute-btn {
                    background-color: transparent;
                    border: none;
                    color: #fff;
                    height: 30px;
                    margin: 0;
                    outline: none;
                    padding: 0 10px;
                    position: relative;
                    width: auto;
                    -ms-border-radius: 0;
                    -moz-border-radius: 0;
                    -o-border-radius: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    -ms-transition: color 0.5s ease;
                    -moz-transition: color 0.5s ease;
                    -o-transition: color 0.5s ease;
                    -webkit-transition: color 0.5s ease;
                    transition: color 0.5s ease;
                }

                    .smg-header-body .header-nav > ul > li .execute-btn:hover {
                        border: none;
                        color: #fff200;
                    }

                .smg-header-body .header-nav > ul > li svg {
                    display: block;
                    margin: 0;
                }

                .smg-header-body .header-nav > ul > li .drop-arrow {
                    cursor: pointer;
                    display: none;
                    height: 10px;
                    margin: -5px 0 0;
                    position: absolute;
                    right: 7px;
                    top: 50%;
                    width: 10px;
                }

                    .smg-header-body .header-nav > ul > li .drop-arrow polygon {
                        fill: #fff;
                        -ms-transition: fill 0.5s ease;
                        -moz-transition: fill 0.5s ease;
                        -o-transition: fill 0.5s ease;
                        -webkit-transition: fill 0.5s ease;
                        transition: fill 0.5s ease;
                    }

                .smg-header-body .header-nav > ul > li .up-arrow {
                    bottom: 0;
                    cursor: pointer;
                    display: none;
                    height: 14px;
                    left: 50%;
                    margin: 0 0 -5px -7px;
                    position: absolute;
                    width: 14px;
                }

                    .smg-header-body .header-nav > ul > li .up-arrow polygon {
                        fill: #fff;
                    }

                .smg-header-body .header-nav > ul > li .dropdown-scope {
                    display: none;
                    left: 0;
                    position: absolute;
                    top: 100%;
                    width: 180px;
                    clear: both;
                    float: none;
                }

                    .smg-header-body .header-nav > ul > li .dropdown-scope:after {
                        background: none;
                        border: none;
                        clear: both;
                        float: none;
                        content: '';
                        display: block;
                        font-size: 0;
                        height: 0;
                        line-height: 0;
                        width: 100%;
                    }

                .smg-header-body .header-nav > ul > li .dropdown-data {
                    background-color: #fff;
                    border: 1px solid #d1d3d4;
                    padding: 4px 12px;
                    clear: both;
                    float: none;
                    -ms-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -o-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    -ms-box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.15);
                    -moz-box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.15);
                    -o-box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.15);
                    -webkit-box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.15);
                    box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.15);
                }

                    .smg-header-body .header-nav > ul > li .dropdown-data:after {
                        background: none;
                        border: none;
                        clear: both;
                        float: none;
                        content: '';
                        display: block;
                        font-size: 0;
                        height: 0;
                        line-height: 0;
                        width: 100%;
                    }

                    .smg-header-body .header-nav > ul > li .dropdown-data ul {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                        clear: both;
                        float: none;
                    }

                    .smg-header-body .header-nav > ul > li .dropdown-data li {
                        display: block;
                        line-height: 1.2;
                        padding: 2px 0;
                        position: relative;
                    }

                        .smg-header-body .header-nav > ul > li .dropdown-data li a {
                            color: #6d6e71;
                            display: block;
                            padding: 8px 0;
                            text-decoration: none;
                        }

                            .smg-header-body .header-nav > ul > li .dropdown-data li a:hover {
                                color: #ff501e;
                            }

                .smg-header-body .header-nav > ul > li.flyout .execute-btn {
                    padding-right: 24px;
                }

                .smg-header-body .header-nav > ul > li.flyout .drop-arrow {
                    display: block;
                }

                .smg-header-body .header-nav > ul > li.flyout:hover .drop-arrow polygon {
                    fill: #fff200;
                }

                .smg-header-body .header-nav > ul > li.flyout.active-agent .dropdown-scope, .smg-header-body .header-nav > ul > li.flyout.active-agent .up-arrow {
                    display: block;
                }

                .smg-header-body .header-nav > ul > li.flyout.active-agent .drop-arrow {
                    display: block;
                }

                    .smg-header-body .header-nav > ul > li.flyout.active-agent .drop-arrow polygon {
                        fill: #fff200;
                    }

                .smg-header-body .header-nav > ul > li.active-agent {
                    background-color: rgba(0,0,0,0.1);
                }

                    .smg-header-body .header-nav > ul > li.active-agent .execute-btn {
                        color: #fff200;
                    }

.smg-header {
    margin: 0 auto;
    max-width: 1344px;
    padding: 0 18px;
    clear: both;
    float: none;
}

    .smg-header:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .smg-header .logo {
        display: block;
        float: left;
        margin: 0;
        padding-top: 6px;
    }

        .smg-header .logo a {
            display: block;
            text-decoration: none;
        }

        .smg-header .logo svg {
            display: block;
        }

@media only screen and (min-width: 720px) {
    .smg-header .logo svg {
        display: none;
    }
}

.smg-header .logo svg path {
    fill: #fff;
}

.smg-header .logo svg + svg {
    display: none;
}

@media only screen and (min-width: 720px) {
    .smg-header .logo svg + svg {
        display: block;
    }
}

.smg-header .logo strong {
    display: none;
}

.smg-header .app-logo {
    display: block;
    float: left;
    height: 30px;
    margin: 6px 0 0 5px;
    padding: 3px 0 0 38px;
    position: relative;
    width: auto;
}

    .smg-header .app-logo:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .smg-header .app-logo a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .smg-header .app-logo svg {
        float: left;
        margin: 0 5px 0 0;
    }

        .smg-header .app-logo svg path {
            fill: #fff;
        }

    .smg-header .app-logo i {
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 30px;
    }

    .smg-header .app-logo strong {
        color: #fff;
        display: block;
        float: left;
        font-family: 'roboto_condensedbold';
        font-size: 175%;
        font-weight: normal;
        line-height: 1.2;
    }

.smg-header .logo + .app-logo {
    border-left: 1px solid #fff;
    margin-left: 12px;
    padding: 3px 0 0 50px;
}

    .smg-header .logo + .app-logo i {
        left: 12px;
    }

.smg-menu-scope {
    background-color: #fff;
    clear: both;
    color: #414042;
    float: none;
}

    .smg-menu-scope:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .smg-menu-scope .smg-menu {
        clear: both;
        color: #414042;
        float: none;
        margin: 0 auto;
        max-width: 1344px;
        padding: 0 18px;
    }

        .smg-menu-scope .smg-menu:after {
            background: none;
            border: none;
            clear: both;
            float: none;
            content: '';
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            width: 100%;
        }

    .smg-menu-scope ul {
        display: block;
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

        .smg-menu-scope ul li {
            display: block;
            float: left;
            font-family: 'robotobold';
            font-weight: normal;
            font-size: 116.6667%;
            height: auto;
            line-height: 1.2;
            margin: 0 8px 0 0;
            padding: 0;
            position: relative;
            text-transform: uppercase;
            width: auto;
        }

            .smg-menu-scope ul li a {
                border-bottom: 2px solid #fff;
                color: #414042;
                display: block;
                height: 30px;
                padding: 7px 6px 0;
                text-decoration: none;
                -ms-transition: border-color 0.5s ease,color 0.5s ease;
                -moz-transition: border-color 0.5s ease,color 0.5s ease;
                -o-transition: border-color 0.5s ease,color 0.5s ease;
                -webkit-transition: border-color 0.5s ease,color 0.5s ease;
                transition: border-color 0.5s ease,color 0.5s ease;
            }

                .smg-menu-scope ul li a:hover {
                    color: #ff501e;
                }

            .smg-menu-scope ul li.active-agent a {
                border-bottom-color: #da2128;
                color: #da2128;
            }

    .smg-menu-scope .welcome-text {
        float: left;
        font-size: 91.6667%;
        line-height: 1.6;
        min-height: 28px;
        padding: 5px 0;
    }

    .smg-menu-scope .options {
        height: auto;
    }

    .smg-menu-scope .multiple-nav {
        height: 28px;
        padding: 0;
        width: 28px;
    }

        .smg-menu-scope .multiple-nav .execute-btn {
            background-color: #fff;
            border: none;
            display: block;
            height: 28px;
            margin: 0;
            padding: 0;
            width: 28px;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -ms-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }

            .smg-menu-scope .multiple-nav .execute-btn i {
                height: 28px;
                padding: 6px;
                width: 28px;
            }

            .smg-menu-scope .multiple-nav .execute-btn path, .smg-menu-scope .multiple-nav .execute-btn rect, .smg-menu-scope .multiple-nav .execute-btn circle, .smg-menu-scope .multiple-nav .execute-btn polygon {
                fill: #939598;
            }

            .smg-menu-scope .multiple-nav .execute-btn:hover {
                border: none;
            }

                .smg-menu-scope .multiple-nav .execute-btn:hover path, .smg-menu-scope .multiple-nav .execute-btn:hover rect, .smg-menu-scope .multiple-nav .execute-btn:hover circle, .smg-menu-scope .multiple-nav .execute-btn:hover polygon {
                    fill: #ff501e;
                }

            .smg-menu-scope .multiple-nav .execute-btn + .execute-btn {
                display: none;
            }

        .smg-menu-scope .multiple-nav.active-agent .execute-btn {
            display: none;
        }

            .smg-menu-scope .multiple-nav.active-agent .execute-btn + .execute-btn {
                display: block;
            }

.footer-pattern {
    bottom: 0;
    color: #6d6e71;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 91.66667%;
    font-style: normal;
    font-stretch: normal;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    -ms-box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
    clear: both;
    float: none;
}

@media only screen and (min-width: 1380px) {
    .footer-pattern {
        font-size: 91.6667%;
    }
}

.footer-pattern:after {
    background: none;
    border: none;
    clear: both;
    float: none;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.footer-body {
    background-color: #fff;
    border-top: 1px solid #cbccce;
    font-size: 100%;
    height: 80px;
    margin: 0;
    padding: .35em 1.75em .25em;
}

@media only screen and (max-width: 719px) {
    .footer-body {
        height: 30px;
    }
}

@media only screen and (min-width: 981px) {
    .footer-body {
        height: 30px;
    }
}

.footer-body:after {
    background: none;
    border: none;
    clear: both;
    float: none;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.footer-body p {
    margin: 0;
}

.footer-body a {
    color: #6d6e71;
    text-decoration: none;
}

    .footer-body a:hover {
        color: #ff501e;
        text-decoration: none;
    }

.footer-body .smg-slogan {
    display: block;
    margin: 0 auto;
    width: 248px;
}

    .footer-body .smg-slogan svg {
        height: 18px;
        margin: 0 auto;
    }

        .footer-body .smg-slogan svg .proud-graphic {
            fill: #fff;
        }

        .footer-body .smg-slogan svg path, .footer-body .smg-slogan svg circle, .footer-body .smg-slogan svg rect {
            fill: #da2128;
        }

.footer-body .browsers {
    color: #6d6e71;
    margin: 0 auto;
    padding: .25em 0 .5em;
}

@media only screen and (max-width: 719px) {
    .footer-body .browsers {
        display: none;
    }
}

@media only screen and (min-width: 981px) {
    .footer-body .browsers {
        float: right;
        margin: 0;
        padding: .25em;
    }
}

.footer-body .browsers ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 981px) {
    .footer-body .browsers ul {
        display: block;
        text-align: left;
        width: 100%;
    }
}

.footer-body .browsers ul li {
    display: inline-block;
    line-height: 16px;
    margin: 0;
    min-height: 16px;
    padding: 0 .5em 0 20px;
    position: relative;
    width: auto;
}

    .footer-body .browsers ul li.line-content {
        border-left: 1px solid #d1d3d4;
        padding-left: .75em;
        padding-right: 0;
    }

    .footer-body .browsers ul li:first-child {
        border: none;
        padding-right: 0;
    }

    .footer-body .browsers ul li i {
        height: 16px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 16px;
    }

        .footer-body .browsers ul li i strong {
            display: none;
        }

    .footer-body .browsers ul li .chrome-status .chrome-graphic {
        fill: #d1d3d4;
    }

    .footer-body .browsers ul li .chrome-status .chrome-graphic-red {
        fill: #DF2025;
    }

    .footer-body .browsers ul li .chrome-status .chrome-graphic-blue {
        fill: #347DC2;
    }

    .footer-body .browsers ul li .chrome-status .chrome-graphic-green {
        fill: #4BB847;
    }

    .footer-body .browsers ul li .chrome-status .chrome-graphic-yellow {
        fill: #FCD207;
    }

    .footer-body .browsers ul li .ie-status .ie-graphic {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #d1d3d4;
    }

    .footer-body .browsers ul li .ie-status .ie-graphic-blue {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #00ABDC;
    }

    .footer-body .browsers ul li .safari-status .safari-graphic {
        fill: #d1d3d4;
    }

    .footer-body .browsers ul li .safari-status .safari-graphic-red {
        fill: #F7594B;
    }

    .footer-body .browsers ul li .safari-status .safari-graphic-blue {
        fill: #40B7F1;
    }

.footer-body .version {
    color: #6d6e71;
    line-height: 16px;
    margin: 0 auto;
    padding: .25em 0 .5em;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .footer-body .version {
        display: none;
    }
}

@media only screen and (min-width: 981px) {
    .footer-body .version {
        float: left;
        margin: 0;
        padding: .25em;
        text-align: left;
    }
}

.footer-body .version ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 981px) {
    .footer-body .version ul {
        display: block;
        text-align: left;
        width: 100%;
    }
}

.footer-body .version ul li {
    border-left: 1px solid #d1d3d4;
    display: inline-block;
    line-height: 16px;
    margin: 0;
    min-height: 16px;
    padding: 0 .75em;
    position: relative;
    width: auto;
}

    .footer-body .version ul li:first-child {
        border: none;
        padding-left: 0;
    }

.content-body {
    clear: both;
    float: none;
    margin: 0 auto;
    max-width: 1344px;
    padding: 8px 18px 88px;
}

@media only screen and (max-width: 719px) {
    .content-body {
        padding-bottom: 38px;
    }
}

@media only screen and (min-width: 981px) {
    .content-body {
        padding-bottom: 38px;
    }
}

.content-body:after {
    background: none;
    border: none;
    clear: both;
    float: none;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
