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;
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #fff;
    color: #6d6e71;
    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'], textarea, select {
    border: 1px solid #d1d3d4;
    color: #939598;
    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;
    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: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;
    padding: 3px 12px;
    width: auto;
    -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;
    }

.default-execute-btn {
    background-color: #da2128;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 28px;
    padding: 3px 12px;
    width: auto;
    -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;
    }

.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: 6px;
}

*[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;
}

body {
    background: #e6e7e8 url(../images/background.png) no-repeat;
    background-size: cover;
}

.smg-header-body {
    background-color: #fff;
    color: #6d6e71;
    height: 42px;
    width: 100%;
    clear: both;
    float: none;
    -ms-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -o-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

    .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 {
    margin: 0 auto;
    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 .options {
        float: right;
        height: 42px;
        margin-left: 15px;
    }

    .smg-header .multiple-nav {
        float: left;
        height: 42px;
        margin: 0 0 0 8px;
        padding: 6px 0;
        width: 30px;
    }

        .smg-header .multiple-nav .execute-btn {
            background-color: #fff;
            border: 2px solid #b1b3b6;
            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 .multiple-nav .execute-btn i {
                display: block;
                height: 26px;
                overflow: hidden;
                padding: 5px;
                width: 26px;
            }

            .smg-header .multiple-nav .execute-btn b {
                display: block;
                height: 16px;
                overflow: hidden;
                padding: 0;
                width: 16px;
            }

            .smg-header .multiple-nav .execute-btn img {
                display: block;
                height: auto;
                width: 100%;
            }

            .smg-header .multiple-nav .execute-btn svg {
                display: block;
                margin: 0;
            }

            .smg-header .multiple-nav .execute-btn path, .smg-header .multiple-nav .execute-btn rect, .smg-header .multiple-nav .execute-btn circle {
                fill: #939598;
                -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 .multiple-nav .execute-btn:hover {
                border-color: #ff501e;
            }

                .smg-header .multiple-nav .execute-btn:hover path, .smg-header .multiple-nav .execute-btn:hover rect, .smg-header .multiple-nav .execute-btn:hover circle {
                    fill: #ff501e;
                }

    .smg-header .clock-scope {
        float: right;
        height: 42px;
        margin: 0 0 0 8px;
        padding: 6px 0 6px 38px;
        position: relative;
        width: auto;
    }

        .smg-header .clock-scope .clock-icon {
            border: 2px solid #b1b3b6;
            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 .clock-scope .clock-icon i, .smg-header .clock-scope .clock-icon b {
                display: block;
                height: 26px;
                overflow: hidden;
                padding: 0;
                width: 26px;
            }

            .smg-header .clock-scope .clock-icon img {
                display: block;
                height: auto;
                width: 100%;
            }

            .smg-header .clock-scope .clock-icon svg {
                display: block;
                margin: 0;
            }

            .smg-header .clock-scope .clock-icon path, .smg-header .clock-scope .clock-icon rect, .smg-header .clock-scope .clock-icon circle {
                fill: #b1b3b6;
            }

        .smg-header .clock-scope .digital-clock-scope {
            float: left;
            height: 30px;
            line-height: 1.2;
            padding: 1px 0 0 0;
            width: auto;
        }

            .smg-header .clock-scope .digital-clock-scope p {
                margin: 0;
                padding: 0;
            }

            .smg-header .clock-scope .digital-clock-scope .digital {
                font-size: 100%;
            }

            .smg-header .clock-scope .digital-clock-scope .country {
                font-size: 91.6667%;
            }

        .smg-header .clock-scope .date-scope {
            border-left: 1px solid #e6e7e8;
            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 .clock-scope .date-scope p {
                margin: 0;
                padding: 0;
            }

            .smg-header .clock-scope .date-scope .month {
                display: block;
            }

.footer-pattern {
    background: #FFF;
    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 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -o-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    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: transparent;
    border-top: none;
    font-size: 100%;
    height: 80px;
    margin: 0;
    padding: 5px 18px 2px;
}

@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;
    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%;
}

.login-scope {
    background: #fff url("../images/login/login-pattern.png") no-repeat right top;
    border: 1px solid #d1d3d4;
    margin: 6% auto 0%;
    max-width: 480px;
    min-height: 200px;
    position: relative;
    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: 0px 0 7px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0 7px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0 7px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 0 7px 0 rgba(0,0,0,0.15);
}

    .login-scope:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .login-scope .header {
        margin: 0;
        padding: 12px 16px;
        clear: both;
        float: none;
    }

        .login-scope .header:after {
            background: none;
            border: none;
            clear: both;
            float: none;
            content: '';
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            width: 100%;
        }

        .login-scope .header h1 {
            color: #fff;
            font-size: 116.6667%;
            font-weight: normal;
            line-height: 1.2;
            position: absolute;
            right: 25px;
            top: 40px;
            text-align: right;
        }

            .login-scope .header h1 strong {
                display: block;
                font-family: 'roboto_condensedbold';
                font-weight: normal;
                font-size: 175%;
                text-transform: uppercase;
            }

    .login-scope .logo {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }

        .login-scope .logo a {
            display: block;
            text-decoration: none;
        }

        .login-scope .logo svg {
            display: block;
        }

@media only screen and (min-width: 720px) {
    .login-scope .logo svg {
        display: none;
    }
}

.login-scope .logo svg path {
    fill: #da2128;
}

.login-scope .logo svg + svg {
    display: none;
}

@media only screen and (min-width: 720px) {
    .login-scope .logo svg + svg {
        display: block;
    }
}

.login-scope .logo strong {
    display: none;
}

.login-scope .app-logo {
    display: block;
    float: left;
    height: 30px;
    padding: 3px 0 0 0px;
    position: relative;
    width: auto;
}

    .login-scope .app-logo:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .login-scope .app-logo a {
        color: #da2128;
        display: block;
        text-decoration: none;
    }

    .login-scope .app-logo svg {
        float: left;
        margin: 0 5px 0 0;
    }

        .login-scope .app-logo svg path {
            fill: #da2128;
        }

    .login-scope .app-logo i {
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 30px;
    }

    .login-scope .app-logo strong {
        color: #da2128;
        display: block;
        float: left;
        font-family: 'roboto_condensedbold';
        font-size: 300%;
        font-weight: normal;
        line-height: 1.2;
    }

.login-scope .logo + .app-logo {
    border-left: 1px solid #d1d3d4;
    margin: 0 0 0 12px;
    padding: 3px 0 0 50px;
}

    .login-scope .logo + .app-logo i {
        left: 12px;
    }

.login-scope .app-text-logo {
    display: block;
    float: left;
    font-family: 'roboto_condensedbold';
    font-size: 175%;
    font-weight: normal;
    height: 30px;
    line-height: 1.2;
    margin: 0 0 0 12px;
    padding: 3px 0 0 12px;
    width: auto;
}

    .login-scope .app-text-logo:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .login-scope .app-text-logo a {
        color: #da2128;
        display: block;
        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;
    }

        .login-scope .app-text-logo a:hover {
            color: #ff501e;
        }

    .login-scope .app-text-logo strong {
        font-weight: normal;
    }

.login-scope .logo + .app-text-logo {
    border-left: 1px solid #d1d3d4;
    padding-left: 12px;
}

.login-scope .helpdesk-scope {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

    .login-scope .helpdesk-scope .execute-btn {
        background-color: #fff;
        border: 2px solid #b1b3b6;
        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;
    }

        .login-scope .helpdesk-scope .execute-btn i {
            display: block;
            height: 26px;
            overflow: hidden;
            padding: 5px;
            width: 26px;
        }

        .login-scope .helpdesk-scope .execute-btn b {
            display: block;
            height: 16px;
            overflow: hidden;
            padding: 0;
            width: 16px;
        }

        .login-scope .helpdesk-scope .execute-btn img {
            display: block;
            height: auto;
            width: 100%;
        }

        .login-scope .helpdesk-scope .execute-btn svg {
            display: block;
            margin: 0;
        }

        .login-scope .helpdesk-scope .execute-btn path, .login-scope .helpdesk-scope .execute-btn rect, .login-scope .helpdesk-scope .execute-btn circle {
            fill: #939598;
            -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;
        }

        .login-scope .helpdesk-scope .execute-btn:hover {
            border-color: #ff501e;
        }

            .login-scope .helpdesk-scope .execute-btn:hover path, .login-scope .helpdesk-scope .execute-btn:hover rect, .login-scope .helpdesk-scope .execute-btn:hover circle {
                fill: #ff501e;
            }

.form-field {
    margin: 0 0 8px;
}

    .form-field:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .form-field .form-label {
        display: block;
        margin-bottom: 5px;
        font-size: 100%;
    }

    .form-field .form-checkbox {
        cursor: pointer;
        display: inline-block;
        font-size: 100%;
        margin-bottom: 5px;
        min-height: 16px;
        padding: 5px 0 5px 22px;
        position: relative;
    }

        .form-field .form-checkbox input[type='checkbox'], .form-field .form-checkbox input[type='radio'] {
            display: none;
        }

        .form-field .form-checkbox i {
            height: 16px;
            left: 0;
            position: absolute;
            top: 5px;
            width: 16px;
        }

            .form-field .form-checkbox i svg {
                display: block;
            }

                .form-field .form-checkbox i svg + svg {
                    display: none;
                }

            .form-field .form-checkbox i path, .form-field .form-checkbox i rect, .form-field .form-checkbox i circle {
                fill: #939598;
                -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;
            }

        .form-field .form-checkbox:hover svg {
            display: none;
        }

            .form-field .form-checkbox:hover svg + svg {
                display: block;
            }

        .form-field .form-checkbox > input[type='checkbox']:checked + i svg, .form-field .form-checkbox.active-agent svg {
            display: none;
        }

            .form-field .form-checkbox > input[type='checkbox']:checked + i svg + svg, .form-field .form-checkbox.active-agent svg + svg {
                display: block;
            }

            .form-field .form-checkbox > input[type='checkbox']:checked + i svg path, .form-field .form-checkbox > input[type='checkbox']:checked + i svg rect, .form-field .form-checkbox > input[type='checkbox']:checked + i svg circle, .form-field .form-checkbox.active-agent svg path, .form-field .form-checkbox.active-agent svg rect, .form-field .form-checkbox.active-agent svg circle {
                fill: #ff501e;
            }

    .form-field .form-field {
        display: block;
        margin-bottom: 5px;
        font-size: 100%;
        height: 36px;
        padding: 0 0 0 12px;
        -ms-transition: font-size 0.2s ease;
        -moz-transition: font-size 0.2s ease;
        -o-transition: font-size 0.2s ease;
        -webkit-transition: font-size 0.2s ease;
        transition: font-size 0.2s ease;
        font-size: 133.3333%;
    }

        .form-field .form-field:focus {
            color: #414042;
            font-size: 133.3333%;
        }

    .form-field.invalid-field .form-label {
        color: #F0413c;
    }

    .form-field.invalid-field .form-field {
        border-color: #F0413c;
        color: #414042;
        font-size: 133.3333%;
    }

    .form-field.valid-field .form-label {
        color: #39b54a;
    }

    .form-field.valid-field .form-field {
        border-color: #39b54a;
        color: #414042;
        font-size: 133.3333%;
    }

.action-field {
    padding-top: 5px;
}

    .action-field:after {
        background: none;
        border: none;
        clear: both;
        float: none;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
    }

    .action-field .common-execute-btn, .action-field .default-execute-btn {
        font-family: 'roboto_condensedbold';
        font-size: 116.6667%;
        font-weight: normal;
        height: 36px;
        padding: 5px 18px;
        text-transform: uppercase;
    }

.server-error-data {
    color: #f15a22;
    font-family: 'roboto_condensedbold';
    font-size: 150%;
    margin-bottom: 10px;
}

.login-details {
    padding: 8px 16px 16px;
    width: 72%;
}

.login-options {
    bottom: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    width: 50%;
}

    .login-options ul {
        font-family: 'roboto_condensedbold';
        list-style: none;
        margin: 0;
        padding: 0 50px 0 0;
        clear: both;
        float: none;
    }

        .login-options ul li {
            border-top: 1px dashed #d1d3d4;
            display: block;
            clear: both;
            float: none;
        }

            .login-options ul li:first-child {
                border: none;
            }

        .login-options ul a {
            color: #414042;
            display: block;
            font-size: 133.3333%;
            padding: 10px 0;
            text-decoration: none;
        }

            .login-options ul a b {
                color: #ff501e;
                font-weight: normal;
            }

            .login-options ul a:hover {
                color: #ff501e;
            }

.forgot-password {
    float: right;
    margin: 6px 0px 0px 0px;
}

h2 {
    position: absolute;
    right: 25px;
    top: 40px;
    font-size: 122%;
    color: #FFF;
    text-align: right;
}

    h2 strong {
        display: block;
        text-transform: uppercase;
        font-size: 124%;
        font-family: 'roboto_condensedbold';
    }

/*start alert message popup*/

.overlay-alert-popup.clsOpenPopUp {
    display: block;
    opacity: 1;
}

.overlay-alert-popup .close {
    opacity: 1;
}

.overlay-alert-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    opacity: 0;
    z-index: 99999;
}

    .overlay-alert-popup:target {
        display: block;
        opacity: 1;
    }

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


.alert-popup {
    margin: 10px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 240px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -120px;
    margin-top: -90px;
    /* transition: all 5s ease-in-out;*/
    animation: showSweetAlert 0.3s;
}

.showSweetAlert {
    animation: showSweetAlert 0.3s;
}

    .showSweetAlert[data-animation=none] {
        animation: none;
    }

    .showSweetAlert[data-animation=slide-from-top] {
        animation: slideFromTop 0.3s;
    }

    .showSweetAlert[data-animation=slide-from-bottom] {
        animation: slideFromBottom 0.3s;
    }

.alert-popup.success {
    border-top: 5px solid #39b54a;
}

.default-btn.success {
    background: #39b54a;
}

.alert-popup.error {
    border-top: 5px solid #db2128;
}

.default-btn.error {
    background: #db2128;
}

.alert-popup.info {
    border-top: 5px solid #00b8a5;
}

.default-btn.info {
    background: #00b8a5;
}

.alert-popup.confirm {
    border-top: 5px solid #b09934;
}

.default-btn.confirm {
    background: #b09934;
}

.alert-popup h2 {
    margin-top: 0;
    color: #333;
    font-size: 16px;
}

.alert-popup .close {
    position: absolute;
    top: 2px;
    right: 6px;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #6d6e71;
    height: 32px;
}

    .alert-popup .close:hover {
        color: #ff501e;
    }

.alert-popup input {
    font-size: 16px;
}

@media screen and (min-width:720px) {
    .alert-popup {
        width: 500px;
        margin-left: -250px;
    }
}


.overlay-alert-popup .content .action-scope {
    margin: 10px 0;
    display: block;
    text-align: center;
}

    .overlay-alert-popup .content .action-scope button + button {
        margin: 0 5px;
    }

.alert-popup .content .message-content {
    text-align: center;
    padding: 20px 0;
}

    .alert-popup .content .message-content h1 {
        color: #414042;
        font-size: 30px;
        margin: 5px 0;
        font-weight: normal;
    }

    .alert-popup .content .message-content p {
        font-size: 14px;
        color: #939598;
    }


    .alert-popup .content .message-content .icon-scope {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
    }

        .alert-popup .content .message-content .icon-scope path.success-graphic {
            fill: #39b54a;
        }

        .alert-popup .content .message-content .icon-scope path.error-graphic {
            fill: #da2128;
        }

        .alert-popup .content .message-content .icon-scope path.info-graphic, rect.info-graphic {
            fill: #00b8a5;
        }

        .alert-popup .content .message-content .icon-scope path.confirm-graphic, circle.confirm-graphic {
            fill: #b09934;
        }

.common-btn {
    background-color: #939598;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 133.3333%;
    height: 32px;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color .5s ease;
}

.default-btn {
    background-color: #00b8a5;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 133.3333%;
    height: 32px;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color .5s ease;
}

.common-btn, .default-btn {
    min-width: 75px;
}

    .common-btn:hover, .default-btn:hover {
        background-color: #ff501e;
    }

.txt-right {
    text-align: right;
}

input:disabled, select:disabled, textarea:disabled, button:disabled {
    background-color: #d2d3d5 !important;
    color: #fff !important;
    cursor: default;
}

    button:disabled path, button:disabled cirlce, button:disabled rect, button:disabled polygon {
        fill: #fff !important;
    }

.text-right {
    text-align: right;
}

.default-btn + .common-btn {
    margin: 0 3px;
}

.common-btn + .default-btn {
    margin: 0 3px;
}
/*end alert message popup*/
.login-scope {
    max-width: 535px;
}