﻿@import url("/WebPatterns/Theme.Patterns_SilkUI.css?5162");



/* Links ********************************************/

a,
a:link,
a:visited {
    color: #0087cb;
}

/* Forms ********************************************/

textarea,
select,
input {
    border-radius: 0;
}

select:active {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-position: right 10px center;
    border: 1px solid rgba(59, 79, 49, .4);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, .15);
    color: rgba(59, 79, 49, .4);
}

input[type="text"]:focus,
textarea:focus {
    border: 1px solid rgba(59, 79, 49, .4);
    -webkit-box-shadow: 0 0 10px 0 rgba(59, 79, 49, .4);
       -moz-box-shadow: 0 0 10px 0 rgba(59, 79, 49, .4);
            box-shadow: 0 0 10px 0 rgba(59, 79, 49, .4);
}

/* Tabs ********************************************/

.phone .Tabs__tab.active,
.tablet .Tabs__tab.active {
    border-bottom-color: #0087cb;
}

.desktop .Tabs__tab.active {
    border-top-color: #0087cb;
    color: #0087cb;
}

.phone .Tabs__tab img,
.tablet .Tabs__tab img {
    margin: 8px 3px 0 0;
}

.desktop .Tabs__tab img {
    margin-right: 2px;
    margin-top: -2px;
}

/* Buttons ********************************************/

.Button.Link {
    border: 1px dashed #fff;
    color: #fff;
}

.desktop .Button.Link:hover,
.Button.Link:active {
    border: 1px solid #fff;
    color: #fff;
}

.Button.ButtonDefault,
.Button.Is_Default {
    background:         linear-gradient(180deg, #0087cb 0%, #06a 100%);
    background: black; /* Old browsers */
    background:    -moz-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* FF3.6+ */
    background: -webkit-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* IE10+ */
    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#0087cb", endColorstr="#06a",GradientType=0 ); /* IE6-9 */
}

.desktop .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover {
    background:         linear-gradient(180deg, #0087cb 0%, #06a 100%);
    background: black; /* Old browsers */
    background:    -moz-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* FF3.6+ */
    background: -webkit-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* IE10+ */
    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#0087cb", endColorstr="#06a",GradientType=0 ); /* IE6-9 */
}

/* Buttons */
a.Button {
    background-color: rgba(127, 184, 9, .1);
    border: 1px solid #0087cb;
    border-radius: 5px;
    color: #0087cb;
    font-size: 14px;
}

/* EnterpriseStore ********************************************/

.EnterpriseStore {
    height: 100%;
    width: 100%;
}

.EnterpriseStore .MainContent {
    position: static;
}

.EnterpriseStore .Login,
.EnterpriseStore .Wrapper {
    background: black; /* Old browsers */
    background:    -moz-linear-gradient(to top, #484848 0%, black 100%); /* FF3.6+ */
    background: -webkit-gradient(to top, #484848 0%, black 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(to top, #484848 0%, black 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(to top, #484848 0%, black 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(to top, #484848 0%, black 100%); /* IE10+ */
    background:         linear-gradient(to top, #484848 0%, black 100%); /* W3C */
    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#484848",GradientType=0 ); /* IE6-9 */
}
.EnterpriseStore .MainContent,
.EnterpriseStore .desktop .MainContent,
.EnterpriseStore .tablet .MainContent,
.EnterpriseStore .phone .MainContent {
    background: transparent;
}

.EnterpriseStore .Login {
    border-top: 6px solid #7f0505;
    top: 0;
}

.EnterpriseStore .Login__Form .Button {
    border-color: #fff;
    color: #fff;
}

.EnterpriseStore .Wrapper {
    border-top: solid 6px #c92600;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    
    
}

.EnterpriseStore .Footer,
.EnterpriseStore .FooterDesktop {
    color: #fff;
    height: 30px;
    padding-top: 5px;
}

/* Footer ********************************************/

.phone .Footer {
    position: relative;
    top: 30%;
}

.FooterDesktop {
    margin-top: 20px;
    position: static;
}

.FooterDesktop a {
    color: white;
}

.Footer:not(:empty) ~ .MainContent {
    bottom: 30px;
}

/* Feedback Message ********************************************/

div.Feedback_Message_Wrapper {
    margin-top: 8px;
}

/* Checkbox ********************************************/

*:not(.ListItem) input[type="checkbox"] {
    height: 22px;
    width: 22px;
}

*:not(.ListItem) input[type="checkbox"]:before {
    border-color: #0087cb;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #0087cb;
}

*:not(.ListItem) input[type="checkbox"]:after {
    border-color: #0087cb;
    border-width: 0 0 2px 2px;
    height: 5px;
    width: 9px;
}

/* StoreLogin ********************************************/

.StoreLogin {
    margin-right: 10px;
    text-align: right;
}

.phone .StoreLogin {
    display: none!important;
}

.StoreLogin > div {
    padding: 10px;
}

.StoreLogin a,
.StoreLogin a:link,
.StoreLogin a:visited {
    color: #fff;
    display: block;
    font-size: 12px;
}

/* StoreLogo ********************************************/

.StoreLogo {
    text-align: center;
}

.phone .StoreLogo {
    margin-top: 30px;
}

/* StoreTitle ********************************************/

.StoreTitle {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

/* StoreAppsList ********************************************/

.StoreAppsList {
    margin-top: 30px;
}

.StoreAppsList_NewApp {
    margin-top: 20px;
    text-align: center;
}

.phone .StoreAppsList_NewApp {
    display: none!important;
}

/* NoApps & BlockCenter **************************************/

.BlockCenter,
.NoApps {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
    padding: 20px;
}

.MainPopup .BlockCenter {
    border-top-right-radius: 20px;
    box-shadow: none;
}

.NoApps {
    margin: 40px auto 0 auto;
    max-width: 800px;
    width: 80%;
}

/* Platform Icon *******************************************/

.Platform_icon {
    font-size: 16px;
}


/* App *******************************************/

.App {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
    display: table;
    margin: 60px auto 0 auto;
    max-width: 800px;
    padding: 20px;
    width: 80%;
}

.phone .App {
    position: relative;
    width: 90%;
}

.App_Icon {
    display: table-cell;
    height: 85px;
    margin: 0;
    width: 85px;
}

.App_Edit img,
.App_Icon img {
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .8);
}

.phone .App_Icon {
    display: block;
    position: absolute;
    right: 20px;
    top: -30px;
}

.App_Info {
    display: table-cell;
    margin: 0;
    padding: 0 30px;
}

.phone .App_Info {
    display: block;
    margin-top: 10px;
    padding: 0;
}

.App_Info_title {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 700;
}

.App_Info_Edit {
    font-size: 22px;
    text-align: right;
}

.App_Info_Desc {
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 6px 0 10px 0;
}

.phone .App_Info_Desc {
    padding: 10px 0 15px;
}

.App_Info_Extra {
    display: table;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

/* Info Extra *******************************************/

.Info_Extra_Version {
    color: #333;
}

.Info_Extra_Label {
    color: #acb2b6;
    padding: 0 2px 0 10px;
    width: 80px;
}

.Info_Extra_Download {
    padding-left: 10px;
    text-align: center;
}

.phone .Info_Extra_Download {
    display: none!important;
}

.Info_Extra_Label,
.Info_Extra_Version,
.Info_Extra_LastUpdate,
.Info_Extra_Download {
    display: table-cell;
    margin: 0;
}

.Info_Extra_LastUpdate {
    text-align: right;
}

.Info_Extra_LastUpdate:before {
    color: #acb2b6;
    content: "Last Update: ";
}

/* App Action *******************************************/

.App_Action {
    display: table-cell;
    margin: 0;
    padding-top: 15px;
    vertical-align: top;
    width: 165px;
}

.phone .App_Action {
    display: block;
    margin: 15px auto 0;
    width: 90%;
}

.App_Action .Button {
    background:         linear-gradient(180deg, #0087cb 0%, #06a 100%);
    background: black; /* Old browsers */
    background:    -moz-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* FF3.6+ */
    background: -webkit-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(180deg, #0087cb 0%, #06a 100%); /* IE10+ */
    border: 1px solid #0087cb;
    color: #fff;
    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#0087cb", endColorstr="#06a",GradientType=0 ); /* IE6-9 */
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
}

.Button.Link.BKWhite,
.App_Action .Button.Link {
    background: transparent;
    border: 1px dashed #0087cb;
    color: #0087cb;
}

.Button.Link.BKWhite:hover,
.Button.Link.BKWhite:active,
.App_Action .Button.Link:hover,
.App_Action .Button.Link:active {
    border: 1px solid #0087cb;
    color: #0087cb;
}

.App_Action .Button[disabled] {
    background: transparent;
    border-color: #e5e5e5;
    color: #acb2b6;
}

.App_Action_Icons {
    display: table;
    font-size: 10px;
    margin: 10px auto 0;
}

.phone .App_Action_Icons {
    margin: 10px auto 0;
    padding: 0 40px;
}

.App_Action_Icons > div {
    display: table-cell;
    padding-left: 2px;
    vertical-align: middle;
}

.App_Action_Icons .Platform_icon {
    color: #bdc3c7;
}

.App_Text_Blue {
    color: #0087cb;
}

/* Modal *******************************************/

.Modal {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;

    
}

.ModalBackground {
    background-color: transparent;
    background-image: -webkit-radial-gradient(50% 100%,  circle cover, rgba(0, 0, 0, .05), rgba(0, 0, 0, .2));
    background-image:         radial-gradient( circle  at 50% 100%, rgba(0, 0, 0, .05), rgba(0, 0, 0, .2));
    bottom: 0;
    color: #252525;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .14s ease;
       -moz-transition: all .14s ease;
            transition: all .14s ease;
    z-index: 99;

    
}

.ModalContainer {
    background: white;
    border: 1px solid #e4e4e4;
    border: 1px solid #dddedf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: auto;
    box-shadow: 0 1px 5px 2px rgba(50, 50, 50, .1);
    display: none;
    left: 50%;
    max-width: 800px;
    overflow-y: auto;
    padding: 30px 20px;
    position: fixed;
    right: auto;
    text-align: center;
    top: 20%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 103;

    
    
    
    
    
    
    
}

.CloseButton {
    position: fixed;
    right: 0;
    top: 0;
}

/* Tag *******************************************/

.Tag {
    background-color: #999;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 3px 7px;
}

.Tag a,
.Tag a:link,
.Tag a:visited {
    color: #fff;
}

span + span .Tag,
.Tag + .Tag {
    margin-left: 5px;
}

.Admin_in {
    color: white;
    font-size: 18px;
    text-align: center;
}

.tablet div.Feedback_Message_Wrapper, 
.desktop div.Feedback_Message_Wrapper{
    margin-top: 0;
}

.MarginContent{margin: auto; width: 42%;}