@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('Open-Sans-Italic');
src:url('../fonts/OpenSans-Italic.eot?');
src:url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Italic.woff2') format('woff2'),
url('../fonts/OpenSans-Italic.woff') format('woff'),
url('../fonts/OpenSans-Italic.ttf') format('truetype'),
url('../fonts/OpenSans-Italic.svg#open_sansitalic') format('svg');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('Open-Sans-Bold');
src:url('../fonts/OpenSans-Bold.eot');
src:url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Bold.woff2') format('woff2'),
url('../fonts/OpenSans-Bold.woff') format('woff'),
url('../fonts/OpenSans-Bold.ttf') format('truetype'),
url('../fonts/OpenSans-Bold.svg#open_sansbold') format('svg');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('Open-Sans-Regular');
src:url('../fonts/OpenSans-Regular.eot');
src:url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Regular.woff2') format('woff2'),
url('../fonts/OpenSans-Regular.woff') format('woff'),
url('../fonts/OpenSans-Regular.ttf') format('truetype'),
url('../fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

article {
    width:972px;
}

body {
    margin:0;
    color:#222222;
    font-family: 'Open Sans', Roboto, sans-serif !important;
    font-size: 0.80em;
    /*min-width:1500px;*/
    background-color: #FFFFFF;
    background:url(/res/images/webapps/ssg/background.png) no-repeat 50% 0px;
    background-size:cover;
    height: 100%;
}

input, textarea, keygen, select, button {
    font-family: 'Open Sans', Roboto, sans-serif !important;
}

/*
#login-page {
    background:url(/res/images/webapps/ssg/background.png) repeat-x 50%;
}
*/

ol,ul {
    list-style:none;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

a {
    color:#0057A0;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

header {
    margin-bottom:1px;
    padding:11px 13px 0 11px;
    background: #E7E7E7;
    border: 1px solid;
    border-width: 0 0 1px;
    border-color: #AAAAAA;
    height: 42px;
    min-width: 992px;
}

header:after {
    clear: both;
    content: '';
    display: block;
}

header .logo {
    float: left;
    margin-top:-3px;
}

header .logo.mobile {
    display: none;
    margin: 0 0 0 9px;
}

.btn-mobile-search {
    display: none;
}

.btn-mobile-filter {
    display: none;
}

.btn-open {
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/icons/icon_account.png) no-repeat;
    width: 24px;
    height: 24px;
    display: none;
    margin: 8px 11px 0 0;
}

header .logo img {
    vertical-align: top;
}

header .name {
    float: right;
    position: relative;
    padding-bottom: 20px;
}

header .name > a {
    outline:none;
    color: #6c6c6c;
    display:block;
    padding:5px 30px 0 0;
    font-size:14px;
    line-height:18px;
    text-decoration:none;
}

header .name > a:hover {
    text-decoration: none;
}

header .bigusericon {
    float: left;
    margin: 10px 5px 5px 5px;
    padding-bottom: 60px;
}

header .help {
    width: 16px;
    height: 16px;
    float: right;
    padding-top: 7px;
}

header .help img {
    vertical-align: top;
    width: 100%;
}

header .name a img {
    vertical-align: top;
    margin: -1px 8px 0 0;
}

header ul {
    position: absolute;
    left: -9999px;
    width: 300px;
    background: #fff !important;
    font-size: 14px;
    top: -9999px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 7px;
    border: 1px solid #ccc;
}

header .name:hover ul {
    top: 42px;
    right: 0;
    left: auto;
    padding-top: 5px;
    z-index: 1;
}

header .name li {
    padding: 12px 16px;
    color: #000000;
}

header .name li:first-child {
    border-top: 0;
    padding-top: 12px;
    font-weight: bold;
}

header .name li a {
    color: #0057A0;
    display:block;
}

.large {
    font-size: 16px !important;
}

.wrapper {
    width: 992px;
    margin: 0 auto;
    margin-top: 3px;
    min-height: 100%;
    height: 100%;
}

.wrapper.login {
    margin: 0 auto;
    margin-top: 3px;
}

.bgWhite {
    background-color: #fff;
    background-image: none;
}

.signinPanel {
    left: 50% ;
    top: 50% ;
    margin: 200px 0 200px -100px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff url(../images/thinking25.gif) center center no-repeat;
    opacity: .8;
    z-index: 500;
    display: none;
}

#main {
    /*padding:11px 44px 35px;*/
    padding:11px 10px 35px;
    overflow:hidden;
}

#main-login {
    padding: 11px 44px 35px;
    overflow: hidden;
    /* Done using JS later, if needed. See ticket 3593
    background: url(../images/backgrounds/bg-login_grad.png) no-repeat 0 0;*/
}

#main .heading {
    overflow: hidden;
    padding: 7px 0 9px 5px;
}

#main .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    height: 30px;
    outline: 0;
}

#main .btn-filter {
    color: #000000;
    background-color: #959595;
    min-width: 115px;;
}

#main .btn-filter:hover{
    background-color: #AAAAAA;
}

#main .btn-filter-active {
    color: #000000;
    background-color: #f7941d;
    min-width: 115px;
}

#main .btn-filter-active:hover{
    background-color: #FDBB30;
}

.search-form {
    float:right;
    background:#fff;
    border:1px solid #6C6C6C;
    width:226px;
    margin:0px 0 0 10px;
    height:26px;
}

.search-form .txt {
    float: left;
    background: 0;
    border: 0;
    color:#222222;
    font-size: 14px;
    padding: 0 8px;
    width: 183px;
    height: 27px;
}

.search-form .btn {
    float: right;
    background: url(../images/icons/icon-search.png) no-repeat left top !important;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    border: 0;
    line-height: 0;
    cursor: pointer;
    margin: 4px 7px 0 0;
    -webkit-appearance: none;
}

#main .heading h1 {
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #151515;
}

#main .panel {
    overflow: hidden;
    padding: 0 11px 10px 11px;
}

#main .leftpanel {
    float: left;
}

#main .search-panel {
    overflow: hidden;
    background: #e2e3de;
    padding: 0 13px 0 11px;
    border: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-shadow: -1px 0 0 #e6e0cd;
    box-shadow: -1px 0 0#e6e0cd;
    margin-right: 1px;
    display: none;
}

.sorting {
    overflow: hidden;
    background: url(../images/icons/ico-filter.png) no-repeat 0 9px;
    padding: 0 0 0 34px;
}

.sorting strong {
    float: left;
    margin-right: 7px;
    font-size: 12px;
    line-height:31px;
    font-weight: bold;
}

.sorting ul {
    float: left;
    margin-right: 29px;
}

.sorting ul li {
    float: left;
    font-size: 12px;
    line-height:31px;
    font-weight: bold;
}

.sorting ul.active {
    font-size: 12px;
    line-height: 31px;
    font-weight: bold;
}

.sorting ul li a {
    display: block;
    color: #333;
    padding:0 15px 0 12px;
}

.sorting ul .active a,
.sorting ul li a:hover{
    text-decoration:none;
    color: #FFFFFF;
    background: rgb(141,141,141);
    background: -moz-linear-gradient(top,  rgba(178,178,178,1) 0%, rgba(170,170,170,1) 23%, rgba(155,155,155,1) 77%, rgba(141,141,141,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(23%,rgba(170,170,170,1)), color-stop(77%,rgba(155,155,155,1)), color-stop(100%,rgba(141,141,141,1)));
    background: -webkit-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(170,170,170,1) 23%,rgba(155,155,155,1) 77%,rgba(141,141,141,1) 100%);
    background: -o-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(170,170,170,1) 23%,rgba(155,155,155,1) 77%,rgba(141,141,141,1) 100%);
    background: -ms-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(170,170,170,1) 23%,rgba(155,155,155,1) 77%,rgba(141,141,141,1) 100%);
    background: linear-gradient(to bottom,  rgba(178,178,178,1) 0%,rgba(170,170,170,1) 23%,rgba(155,155,155,1) 77%,rgba(141,141,141,1) 100%);
}

#main .heading .filter {
    background:url(../images/backgrounds/bg-filter.png) no-repeat;
    width: 23px;
    height: 22px;
    margin-top: 2px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    display: none;
}

#main .heading .search {
    background:url(../images/backgrounds/bg-search.png) no-repeat;
    width: 26px;
    height: 26px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    display: none;
}

.product {
    overflow: hidden;
}

.product > li {
    display:inline-block;
    width:233px;
    /*padding:20px 17px 19px 26px;
    border:1px solid #b2b2b2;
    border-width:0 0 1px 1px;
    height:50px;*/
    color: #555555;
    background-color: #F4F4F4;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-width: 0px;
    margin: 5px 5px 25px 5px;
    height: 114px;
    vertical-align: top;
}

.loadingbox {
    width: 99% !important;
    height: 80px !important;
}

.product > li .action {
    float: right;
    margin: 20px 0 0;
}

.product > li .action li {
    margin-right: 16px;
    width: 22px;
}

.product > li .action li a {
    display: block;
}

.product > li .action li a img {
    vertical-align: top;
    width: 100%;
}

.product > li.action .like {
    margin-top: 0;
}

.product > li .action .setting {
    margin-top: 25px;
}

.product > li .about .img {
    margin: 16px 0 0 0;
    text-align: center;
    line-height: 30px;
}

.product > li .img.loading {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 20px;
}

.product > li .about .img.big {
    width: 55px;
    height: 53px;
}

.product > li .about .img .ico {
    position: absolute;
    bottom: -5px;
    right: -6px;
    text-indent: -9999px;
    background:url(../images/icons/ico-user.png) no-repeat;
    width: 20px;
    height: 24px;
}

.product > li .about .img.shadow {
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.75);
    box-shadow:0 1px 1px rgba(0,0,0,.75);
}
.product > .added .about .img.shadow {
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.6);
    box-shadow:0 3px 3px rgba(0,0,0,.6);
}

.product > li .about .img img {
    vertical-align: top;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 50px;
    height: 50px;
}

.product > li .about strong {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.product > li .about .img a {
    color: rgb(85, 85, 85);
}

.product > li .about .img  .app-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 7px;
    padding-right: 7px;
}

.product > li .about strong a {
    color: #555;
    text-decoration:none;
}


.product>li .about strong a:hover{
    color:#555;
    text-decoration: none;
}


.product > li .about span {
    font-size: 12px;
    font-weight: normal;
    color: #c2c2c2;
}

.product > li.disable strong {
    color: #a7a7a7;
}

.product > li.disable img {
    opacity: .3
}

.product > li.disable .img a,
.product > li.disable .action li a {
    cursor: default;
}

.product > li .text {
    display: table;
    font-size: 10px;
    width: 84% ;
    text-align: center;
    color: #999999;
    margin-top:-5px;
}


.product > li .text.loading{
    margin-right:auto;
    margin-left:auto;
    padding-top:15px;
    padding-left:10px;
}

.product > li .text .holder {
    display:table-cell;
    vertical-align:middle;
}

.product .message-box {
    width: 99% !important;
    height: 40px !important;
    color: green !important;
    border: .1em solid rgba(0, 255, 0, .46) !important;
    background-color: rgba(0, 255, 0, .23) !important;
}

.product .message-box .text {
    margin-right:auto;
    margin-left:auto;
    padding-top:17px;
    padding-left:10px;
    text-align:center;
    font-size:14px;
}

.main-holder {
    margin: 0 auto;
    width: 900px;
}

#mobile-presignin-notification {
    display: none !important;
}

#presignin-notification {
    display: block !important;
}

#main-login-info {
    float: left;
    width: 462px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 50px;
}

#main-login-info .ttl {
    padding-bottom: 20px;
}

#main-login-info h1 {
    font-size: 24px;
    margin-bottom: 30px;
}

#main-login-info p {
    margin-bottom: 16px;
}

#main-login-info .text-area {
    margin: 0 0 0 2px;
}

#main-login-info .text-area p {
    margin-bottom: 15px;
}

#main-login-info .text-area .first {
    font-weight: bold;
}

#main-login-info .text-area .holder {
    background: #fff;
    border: 1px solid #ccc;
    height: 240px;
    overflow: auto;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    margin: 0 0 0 -3px;
    padding: 4px 10px 0;
    line-height: 18px;
}

#main-login-info .text-area h2 {
    margin-bottom: 16px;
}

#main-login-info .text-area .holder p {
    margin-bottom: 16px;
}

#main-login-info .more {
    color:#428bca;
    font-size:12px;
    line-height:14px;
    font-weight: bold;
    background:url(../images/arrow-right-yellow.png) no-repeat 1px;
    margin: 10px 0px 0px 10px;
    padding-left: 10px;
    display:none;
}

aside {
    float:right;
    width:410px;
    border:1px solid #ccc;
    background: #fff;
    margin: 43px 0 0;
    padding: 18px 0 0;
}


.sign-form {
    padding: 0 17px 8px;
}

#login-mobile-header {
    display: none;
}

.sign-form h3 {
    color: #151515;
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    margin-bottom:12px;
}

.sign-form .holder {
    padding: 10px 12px 0 15px;
}

#password_box {
    background-color: #fafafa;
}

#username_box {
    background-color: #fafafa;
}

.msg-error {
    display:block;
    color:#EB1C24;
    font-size: 14px;
    padding: 10px;
    margin-top:5px;
    margin-bottom:15px;
    background-color: #F6CBCB;
    border: 1px solid #f86c6c;
}

.msg-error.msg-client {
    display: none;
}

.msg-error.site-logins {
    margin-bottom: 0;
    display: none;
}

.msg-confirm {
    display: block;
    color: #318d2e;
    font-size:16px;
    font-style:italic;
    padding:10px;
    margin-bottom:15px;
    background-color: #cae6c9;
    border: 1px solid #4fae4c;
}

.error {
    display:block;
    color:#EB1C24;
    font-size: 11px;
    font-weight: bold;
    margin-bottom:15px;
}

.sign-form .area {
    margin-top: 5px;
    margin-bottom: 10px;
}

.sign-form .txt {
    font-size: 13px;
    font-weight: normal;

    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-left-color: rgb(238, 238, 238);
    border-left-style: inset;
    border-left-width: 2px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: inset;
    border-right-width: 2px;
    border-top-color: rgb(238, 238, 238);
    border-top-style: inset;
    border-top-width: 2px;
    box-sizing: border-box;
    display: block;
    font-family: 'Open Sans', Roboto, sans-serif;
    letter-spacing: normal;
    line-height: 18px;
    width: 100%;
    padding: 3px 6px;
    color: #222222;
    border: 1px solid #6C6C6C;
    height: 26px;
}

.sign-form .row {
    overflow: hidden;
    padding-bottom: 10px;
}

.sign-form label {
    display: block;
    color: #151515;
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    margin-bottom:3px;
}

.sign-form .btn {
    float:right;
    min-width:83px;
    height:30px;
    margin:5px;
    border:0;
    -webkit-border-radius:3px;
    -webkit-appearance: none;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#000000;
    font-size:14px;
    cursor:pointer;
    padding:10;
    background-color: #f7941d;
    outline: 0;
}

.sign-form .btn:hover {
    background-color: #FDBB30;
}

.sign-form .btn.cancel {
    background-color: #959595;
}

.sign-form .btn.cancel:hover {
    background-color: #AAAAAA;
}

.sign-form .loginbox span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sign-form .links {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
    padding-top: 20px;
    clear: both;
}

.sign-form .links li {
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
}

.sign-form .links a {
    color:#428bca;
}

.or {
    text-align: center;
    background:url(../images/trans.png) repeat-x 0 6px;
    color: #151515;
    font-size: 12px;
    line-height:16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 -4px 20px -6px;
}

.or strong {
    background: #fff;
    padding: 0 11px 0 13px;
}

.social {
    margin: 0 -4px 0 -7px;
}

.social li {
    vertical-align: top;
    width: 100%;
    font-size: 12px;
    line-height:16px;
    font-weight: bold;
    padding-bottom: 13px;
}

.social li a {
    padding: 12px 5px 12px 5px;
    border: 1px solid #dfdfdf;
    color: #999;
    display:block;
    -webkit-border-radius:2px;
    -webkit-appearance:none;
    border-radius:2px;
}

.social li a:hover {
    text-decoration: none;
}

.social li .arrow {
    float: right;
    background:url(../images/arrow-right-yellow.png) no-repeat;
    width: 9px;
    height: 13px;
    text-indent: -9999px;
    margin-top: 2px;
}

.social li .img {
    float: left;
    width: 32px;
    margin: -7px 13px 0 0;
}

.social li .img img {
    vertical-align: top;
    width: 100%;
}

.social li strong {
    overflow: hidden;
}


.setting-form {
    padding: 6px 25px 0 28px;
}

.setting-form h1 {
    color: #151515;
    font-size: 24px;
    margin: 0 0 10px 3px;
    max-width: 910px;
    overflow: hidden;
    word-wrap: break-word;
}

.setting-form .rows {
    background:#fff;
    border:1px solid #E7E7E7;
    padding:20px 20px 10px 20px;;
    margin-bottom: 20px;
}

.setting-form .rows.no_border {
    /*border: none;*/
    display:none;
}

.setting-form .rows h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: normal;
}


.setting-form .rows h2 img {
    vertical-align: top;
    float: left;
    padding-right:15px;
    padding-bottom:70px;
}


.setting-form .rows a {
    text-decoration:underline;
}


.setting-form p a:hover {
    cursor:pointer;
}


.setting-form .rows h3 {
    font-weight:normal;
}

.setting-form .row {
    width:790px;
    padding:0 0 16px 0;
}

.setting-form .row:after {
    clear:both;
    content:'';
    display:block;
}

.setting-form .row label {
    float:left;
    width: 170px;
    font-size: 13px;
    margin-right:14px;
    word-wrap: break-word;
}

.setting-form .row .area label {
    white-space: nowrap;
}

.setting-form .row .area .field-options {
    display: inline;
    line-height: 2;
    padding-left: 5px;
}

.setting-form .row .area .field-options div {
    display: inline;
    padding-left: 5px;
    vertical-align: middle;
}

.setting-form .row .area .field-options * {
    vertical-align: inherit;
}

.setting-form .row .area label {
    float:none;
}

.setting-form .row .area .options label {
    margin-left: -3px;
}



.setting-form .row .red {
    color: #ff0000 !important;
}

.setting-form .row .area {
    overflow: hidden;
}

.setting-form .row .area .txt {
    font-size: 14px;
    font-weight: normal;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-left-color: rgb(238, 238, 238);
    border-left-style: inset;
    border-left-width: 2px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: inset;
    border-right-width: 2px;
    border-top-color: rgb(238, 238, 238);
    border-top-style: inset;
    border-top-width: 2px;
    box-sizing: border-box;
    display: block;
    font-family: 'Open Sans', Roboto, sans-serif;
    letter-spacing: normal;
    line-height: 18px;
    width: 55%;
    padding: 0px 6px 0px 6px;
    color: #222222;
    border: 1px solid #6C6C6C;
    height: 26px;
}

.setting-form .row .area .txt.psw {
    float: left;
}

.setting-form .buttons {
    overflow:hidden;
    padding:0 0 0 205px;
    margin-top:-3px;
}


.setting-form .buttons .btn {
    float:left;
    min-width:83px;
    height:30px;
    margin:0 10px 0 0;
    border:0;
    -webkit-border-radius:2px;
    -webkit-appearance:none;
    border-radius:2px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
}

.setting-form .buttons .btn.save {
    background-color: #F7941D;
}

#clearCredentialBtn {
    margin:0 30px 0 0;
}

.setting-form .buttons .btn.save:hover {
    background-color: #FDBB30;
}

.setting-form .buttons .btn.cancel {
    background-color: #959595;
}

.setting-form .buttons .btn.cancel:hover {
    background-color: #AAAAAA;
}

.appstg_options {
    margin-bottom: 40px;
}

#otheropts {
    float: right;
}

#otheropts a {
    padding-right: 15px;
}

#chkbox {
    margin-right: 500px;
    line-height: 30px;
}

#otheropts img {
    vertical-align: middle;
}

.appstg_options a {
    text-decoration: none;
    line-height: 24px;
    color: #428bca;
}

.appstg_options a:hover {
    text-decoration: none;
}

.browsers a {
    color: #428bca;
    line-height: 28px;
    text-decoration: none !important;
}

.browsers a:hover {
    text-decoration: none !important;
}

.browsers img {
    padding-right: 5px;
}

.plugin-pipe {
    border-left: 1px solid #999;
    height:25px;
    margin:5px 0;
    margin-left:8px;
    margin-right:4px;
}

.plugin-icon {
    margin-left:5px;
    margin-right:5px;
    padding-top:5px;
}

.plugin-icon img {
    vertical-align:middle;
}

.plugin-inline {
    float: right;
}

.plugin-inline .others {
    color:#82B7E4;
    font-size:80%;
}

.plugin-inline .others.alone {
    font-size:100%;
    color:#0057A0;
}


.plugin-inline a{
    padding-left: 8px;
}

.apps-header {
    margin: 17px 7px;
}

.apps-header .header-hr {
    border-top: 1px solid #d4d4d4;
}

.apps-header .errors {
    margin-top: 10px;
}


footer {
    border-top: 1px solid #E7E7E7;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    list-style: none outside none;
    margin-top: 40px;
    position: relative;
    color: #6C6C6C;
}


footer p {
    padding-top: 10px;
    padding-left: 10px;
}

footer .logo.mobile {
    display: none;
}

footer .logo img {
    vertical-align: middle;
    margin-top: -9px;
}


#footer-login {
    font-size: 12px;
    color: #6C6C6C;
}

#footer-login p {
    padding-top: 4px;
}

#footer-login .logo.mobile {
    display: none;
}

#footer-login .logo img {
    vertical-align: middle;
    margin-bottom: 6px;
    padding-top: 72px;
}

#mobile-filters,
#mobile-search,
#mobile-userinfo {
    display: none;
}

.showCredentialIcon {
    height: 20px;
    vertical-align: middle;
    /*float: right;*/
}

.showCredentialIcon:hover {
    cursor: pointer;
}


.reauth-holder {
    background : rgba(0, 0, 0, 0.7);
    height : 100%;
    position : fixed;
    visibility : visible;
    white-space : normal;
    width : 100%;
    z-index : 2147483647;
}

.reauth-header {
    z-index:2147483647;
    background-color: #E7E7E7;
    height: 25px;
    border-style: solid;
    border-width: 1px;
    padding-top:8px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:10px;
    width:100%;
}

.reauth-button {
    cursor: pointer;
    z-index:2147483647;
    float:right;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', Roboto, sans-serif !important;
    color: #000000;
}

.reauth-container {
    z-index:2147483647;
    position: absolute;
    margin: auto;
    border : 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 20px;
    max-width: 520px;
    width : 100%;
    height : 100%;
    max-height: 640px;
}

.reauth-iframe {
    z-index:2147483647;
    background-color: white;
    width:100%;
    height: 380px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
}

#reauthusername {
    color: grey;
}

.user-already-logged-holder {
    background : rgba(0, 0, 0, 0.7);
    height : 100%;
    position : fixed;
    visibility : visible;
    white-space : normal;
    width : 100%;
    z-index : 2147483647;
}

.user-already-logged-container{
    z-index:2147483647;
    position: absolute;
    margin: auto;
    border : 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 520px;
    width : 100%;
    height : 100%;
    max-height: 120px;
    border-style: solid;
    border-width: 2px;
    background-color: white;
}

.user-already-logged-message{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', Roboto, sans-serif !important;
    height: 50px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.user-already-logged-button-container{
    height: 30px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.user-already-logged-button {
    float:right;
    min-width:60px;
    height:30px;
    border:0;
    -webkit-border-radius:3px;
    -webkit-appearance: none;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#000000;
    font-size:14px;
    cursor:pointer;
    background-color: #f7941d;
    outline: 0;
}

.user-already-logged-button:hover {
    background-color: #FDBB30;
}


@media screen and (max-width:768px) {

    body {
        min-width: 320px;
        background-size: cover;
    }

    .wrapper {
        width: auto;
        margin-top: 50px;
    }

    article {
        width:auto;
    }

    .wrapper.login {
        width: auto;
        margin-top: 3px;
    }

    .header-hr {
        display: none;
    }

    header .logo,
    header .name > a,
    header .panel,
    .search-form,
    #main .panel .instal {
        display:none;
    }

    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 4;
        padding: 15px 5px 0px 5px !important;
        border-width:0 0 2px;
        min-width: 320px !important;
        /*margin:0 5px 0 5px;*/
    }

    header .logo.mobile {
        display:block;
        margin-bottom:4px;
    }

    header .logo img{
        height: 30px;
        max-width: 225px !important;
    }

    header ul{
        line-height:15px;
        position: absolute;
        background: #ffffff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding-bottom: 7px;
        border: 2px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        font-size:14px;
        position:static;
        top:auto;
        left:auto;
        width:100%;
        display:none;
        margin-top:12px;
    }

    header ul img{
        display: none;
    }

    .mobile-menu {
        z-index: 3;
        top: 60px;
        position: fixed;
        width: 100%;
        text-align: center;
        line-height: 36px;
        border-bottom: 2px solid #e7e7e7;
        background-color: #fff;
        padding-bottom: 10px;
        height: 110px;
    }

    .mobile-menu.userinfo {
        height: 140px;
    }

    .btn-open {
        display:block;
        margin:8px 10px 0 0;
        width:16px;
        height:16px;
        background-size: 16px 16px;
    }

    .btn-mobile-filter {
        float: right;
        text-indent:-9999px;
        overflow:hidden;
        background:url(../images/icons/icon_filter.png) no-repeat;
        width:16px;
        height:16px;
        background-size: 16px 16px;
        display:block;
        margin:8px 10px 0 0;
    }

    .btn-mobile-search {
        float: right;
        text-indent:-9999px;
        overflow:hidden;
        background:url(../images/icons/icon_search.png) no-repeat;
        width:16px;
        height:16px;
        background-size: 16px 16px;
        display:block;
        margin:8px 10px 0 0;
    }

    header .name {
        width: 100%;
        padding: 0;
        margin-bottom: -4px;
    }

    header .name li {
        padding: 14px 16px;
    }

    header .help {
        display: none;
        height: 18px;
        width: 18px;
        margin: 0 5px 0 5px;
    }

    header .help img {
        vertical-align: top;
        width: 100%;
    }

    header ul li {
        overflow: hidden;
    }

    #main {
        margin:0;
        padding:3px 0 0;
        background:none;
        padding:0 0 16px;
    }

    header .panel.login {
        display: block;
    }

    header .panel > .help {
        width: 22px;
        padding-bottom: 0;
        margin: 3px 15px 0 0;
    }

    .product {
        box-shadow: none;
        border: 0;
        margin: 0;
        text-align: center;
    }

    .product > li {
        height: 80px;
        margin: 5px 5px 25px 5px;
        width: 90%;
        padding:0px 0 13px;
    }

    .product > li .text {
        height:43px;
        margin-left: 60px;
        margin-top:-20px;
        text-align: left;
        width: 50%;
    }

    .product > li .text.loading {
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        text-align: center;
    }

    .product .message-box .text {
        margin-right: auto;
        margin-left: auto;
        padding-top: 38px;
        text-align: center;
    }

    .product li.message-box .text {
        width: 90%;
    }

    #main-login {
        padding: 0;
        overflow: hidden;
        background: 0;
    }

    #main-box {
        border: 0;
    }

    #main .heading {
        /*background: #fff;*/
    }

    #main .panel {
        border: 0;
        display: none;
        padding: 0;
        margin: -3px 0 0;
        border-bottom: 1px solid #838383;
        padding: 2px 0 0;
    }

    #main .search-panel {
        border: 0;
        display: none;
        padding: 0;
        margin: -3px 0 0;
        border-bottom: 1px solid #838383;
        padding:2px 0 0;
    }

    #main .search-panel .txt {
        float: left;
        background: #fff;
        border: 0;
        color: #acabab;
        font-size: 16px;
        line-height:18px;
        font-style: italic;
        padding: 6px 9px;
        width: 90%;
        height: 20px;
        margin: 5px;
    }

    #main .search-panel .btn {
        float: right;
        background:url(../images/icons/ico-search.png) no-repeat;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        padding: 0;
        border: 0;
        line-height: 0;
        cursor: pointer;
        margin: 10px 7px 0 0;
        -webkit-appearance: none;
    }

    #main .heading .filter,
    #main .heading .search {
        display: block;
    }

    #main .heading .filter {
        margin-top: 3px;
    }

    #main .heading .search {
        margin-left: 12px;
    }

    #main .heading h1 {
        line-height: 24px;
    }

    .sorting {
        padding: 0 26px;
        background: 0;
    }

    .sorting ul {
        float: none;
        overflow: hidden;
        margin: 0;
        padding-bottom: 4px;
    }

    .sorting strong {
        line-height: 29px;
        width: 42px;
    }

    .sorting ul li a {
        padding: 0 10px;
    }

    .loadingbox {
        width: 90% !important;
        height: 70px !important;
    }

    .product .message-box {
        width: 90% !important;
        height: 40px !important;
    }

    .product > li .about {
        padding: 0 0 0 18px;
    }

    .product > li .about .img {
        max-width: 700px;
        margin-right: 19px;
        text-align: left;
    }

    .product > li .about img {
        margin-right: 5px;
    }

    .product > li .about .img img {
        float:left;
        padding-right: 4px;
    }

    .product > li .about .img  .app-name {
        padding-left: 0px;
    }

    .product > li .about .img br {
        display: none;
    }

    .product > li .action {
        margin: 13px 19px 0 0;
    }

    .product > li .about .img .ico {
        background:url(../images/icons/ico-usersmall.png) no-repeat;
        width: 19px;
        height: 22px;
        right: -3px;
        bottom: -4px;
    }

    .main-holder {
        padding:0px;
        width: auto !important;
    }

    #main-login-info {
        float: none;
        width: auto;
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 10px;
    }

    #main-login-info h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #main-login-info .text-area {
        margin: 0px;
    }

    #main-login-info .text-area .first {
        display: none;
    }

    #main-login-info .text-area .holder {
        display:none;
        height: 120px;
        margin: 20px;
    }

    #main-login-info .more {
        display:block;
    }

    #main-login-info p {
        margin-bottom: 14px;
    }

    #main-login-info .ttl {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    aside {
        float:none;
        width:auto;
        margin:0 12px 0 5px;
        border: none;
        padding: 10px 0 0 0;
    }

    .captcha {
        padding-bottom: 16px;
    }

    .captcha .img {
        margin-bottom: 3px;
    }

    .captcha span {
        margin-bottom: 5px;
    }

    .sign-form {
        padding: 0 0 0 3px;
    }

    #login-form-logo {
        display: none;
    }

    #login-mobile-header {
        display: block;
        padding-left: 10px;
        padding-top: 5px;
        height: 42px;
    }

    .sign-form .holder {
        padding: 0 23px 0 14px;
    }

    .sign-form .button .btn {
        height: 38px;
        font-size: 15px;
        line-height: 36px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
    }

    .sign-form .btn {
        width: 100%;
    }

    .sign-form .txt {
        color: #151515;
        font-size:16px;
        line-height:18px;
        font-weight:normal;
        padding:0;
        height:34px;
        width:100%;
        padding-left:5px;
    }

    .sign-form h3 {
        margin:0 0 10px 16px;
    }

    .sign-form .error {
        margin-bottom:12px;
    }

    .sign-form label {
        float:left;
        font-size:12px;
        line-height:15px;
        font-weight:bold;
        margin:0 5px 0 11px;
    }

    .sign-form .rows {
        -webkit-border-radius:7px;
        border-radius:7px;
        border:1px solid #b2b2b2;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        margin-bottom: 16px;
    }

    .sign-form .row {
        border-top: 1px solid #bbb;
        padding: 7px 11px 9px 0;
    }

    .sign-form .rows .row:first-child {
        border: 0;
    }

    .sign-form .row .area {
        overflow: hidden;
        float: none;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .sign-form span {
        margin-bottom: 5px;
    }

    .setting-form {
        padding: 8px 25px 0 20px;
    }

    .setting-form h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 18px 2px !important;
        overflow: hidden;
        word-wrap: break-word;
    }

    .setting-form .rows h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .setting-form .row {
        width: auto;
        padding: 0 0 16px;
    }

    .setting-form .row label {
        float: none;
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .setting-form .row .area .field-options label {
        display:inline;
    }


    .setting-form .buttons {
        padding:0px 0 0;
        margin: 0;
    }

    .setting-form.change-psw .buttons {
        padding: 4px 0 0;
    }

    .setting-form .buttons .btn {
        float: none;
        display: block;
        width: 100%;
        text-shadow: none;
        height: 38px;
        font-size: 15px;
        line-height: 36px;
        margin:0 0 10px !important;
        -webkit-border-radius: 3px;
        -webkit-appearance: none;
        border-radius: 3px;
    }

    .appstg_options {
        margin-top: 20px;
    }

    #otheropts {
        float: right;
        width: 170px;
        margin-top: 0 !important;
    }

    #chkbox {
        margin-top: 0;
        margin-right: 50px;
        padding-bottom: 40px;
        line-height: 20px;
    }

    .appstg_options:after{
            clear:both;
    }
    #otheropts img{
        vertical-align: middle;
    }

    footer {
        padding:15px 0 21px;
        margin:0px;
        font-size:10px;
        line-height:13px;
        margin-top: 25px !important;
    }
    footer p{
        margin-bottom:9px;
        padding-top: 0px !important;
    }
    footer .logo {display:none;}
    footer .logo.mobile {
        display:block;
        margin:0;
    }

    .signinPanel {
        left: 50%;
        top: 50%;
        margin: 100px 0 100px 0;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

    .noborder {
        border: 0 !important;
    }

    .setting-form .row .area .txt {
        width: 100%;
        margin-top: 3px;
    }

    .setting-form .row .area .txt.psw {
        float:none;
    }
    .search-form-mobile {
        text-align: center;
        background: #fff;
        border:1px solid #6C6C6C;
        height: 27px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .search-form-mobile .txt {
        float:left;
        background:none;
        border:0;
        color:#222222;
        font-size: 14px;
        padding:3px 6px;
        width:85%;
        height:21px;
    }

    .search-form-mobile .btn {
        float: right;
        background:url(../images/icons/icon-search.png) no-repeat left top !important;
        width: 20px;
        height: 20px;
        padding: 0 !important;
        border: 0;
        line-height: 0;
        cursor: pointer;
        margin: 4px 2px 0 0;
        -webkit-appearance: none;
    }

    #mobile-filters,
    #mobile-search,
    #mobile-userinfo {
        display: none;
    }

    .mobile-menu .close-button {
        float: right;
        padding-bottom: 20px;
        margin-bottom: 20px;
        clear: both;
    }

    #presignin-notification {
        display: none !important;
    }

    #mobile-presignin-notification {
        display: block !important;
    }

    .reauth-container {
        max-width: 340px;
    }

    a.mobile-filter-active {
        color: #f7941d;
    }

}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

