
body, html {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Calibri, "Lucida Sans", "San Francisco", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.spinnerDiv {
    background-color: rgba(23, 35, 34, .75);
    border-radius: 2px;
    margin: 10px;
    padding: 10px;
    font-size: 10px;
}

.frameTicksDiv {
    min-height: 10px;
    line-height: 7px;
    border: 1px solid #676767;
    border-radius: 2px;
    overflow: hidden;
}

.frameTick {
    height: 10px;
    line-height: 10px;
    width: 9px;
    background-color: white;
    border-right: 1px solid black;
    display: inline-block;
}

.controlsDiv {
    float: left;
}

.textOverflowEllipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.controlDiv {
    line-height: 12px;
    font-size: 12px;

    margin-right: 5px;
    display: inline-block;
    color: #aaa;
}

.controlDiv {
    color: #e2e2e2;
}

.eventInfoListTitle {
    font-size: 12pt;
}

.eventInfoList {
    font-size: 10pt;
    margin: 0;
    padding-left: 20px;
}

.installExtensionBox {
    margin-top: 30px;
    display: none;
}

.confirmationAlert {
    text-align: right;
    padding: 5px 20px;
    font-size: 12pt;
}

.paymentCard {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 9px 10px 9px 12px;
    color: #000;
    background-color: #ffffff;
    line-height: normal;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;    
}
.paymentCardStarz {
    letter-spacing: 2px;
    padding-left:10px;
}

.activePlan, .activePlan .panel-body, .activePlan .panel-heading {
    border-color: #3498db;
    border-width: 2px;
}
.activePlan {
    margin-top: -1px;
    box-shadow: 0 2px 20px rgba(52, 152, 219,.3);
}
.activePlan .panel-heading h2, .activePlanLabel {
    color: #3498db !important;
}

.activePlan-hobby, .activePlan-hobby .panel-body, .activePlan-hobby .panel-heading {
    border-color: rgba(230, 126, 34,1.0);
}
.activePlan-hobby {
    box-shadow: 0 2px 20px rgba(230, 126, 34,.3);
}
.activePlan-hobby .panel-heading h2, .activePlanLabel-hobby {
    color: rgba(230, 126, 34,1.0) !important;
}



.cat {
    background-image: url("/resources/img/cat.png");
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: -52px;
    float: LEFT;
}

.hidden {
    display: none;
}

.input-group .btn:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.stacktraceFunction {
    float: left;
    margin-right: 20px;
}

.stacktraceUri {
    float: right;
}

.google-signin-wrapper {
    text-align: center;
    margin-bottom: 14px;
}

.google-signin {
    margin: 8px auto;
}

#sign-in-form, #sign-up-form {
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
}

.already-signed-in-wrapper {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.already-signed-in-wrapper > .buttons-wrapper > button {
    display: inline-block;
    width: 40%;
}

.already-signed-in-wrapper > .buttons-wrapper > button + button {
    margin-left: 20px;
}

.already-signed-in-wrapper > .buttons-wrapper > .back-btn {
    background-color: #1abc9c;
    border-color: #16a085;
}

.already-signed-in-wrapper > .buttons-wrapper > .logout-btn {
    background-color: #2ecc71;
    border-color: #27ae60;
}

.navbar-inverse {
    background: #2980b9; 
    border-color: #bdc3c7;
}

.inAppCatty {
    width: 48px;
    margin: -16px 0 -32px 0;
    padding: 4px;
    transition: -webkit-filter 0.3s;
}

.navbar-inverse .navbar-nav > li > a.installScript {
    background: #9b59b6;
    padding: 3px 7px;
    border-radius: 3px;
    margin-top: 12px;
    color: white;
}

.navbar-inverse .navbar-nav > li > a.installScript:hover {
    background: #8e44ad;
}

.installScript:hover .inAppCatty, .installScript:focus .inAppCatty {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
}

#logoutLink {
    color: #82888C;
}

#header {
    padding-bottom: 80px;
}

#header-menu-dropdown-toggle {
    padding: 10px 15px;
    color: #ecf0f1;
    font-size: 14pt;
    cursor: pointer;
}

#header-dropdown-menu li i {
    margin-right: 10px;
}

#header-menu-dropdown-toggle:hover {
    color: white;
}

code {
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #34495e;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

h1 {
    font-size: 57px;
}

h2 {
    margin: 20px 0px;
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6, .caption, .k-logo-text {
    font-family: Helvetica, "Helvetica Neue", Calibri, "Lucida Sans", "San Francisco", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

p {
    font-size: 16px;
}

img.screenshot {
    margin: 10px auto 20px;
    display: block;
    border: 1px #95a5a6 solid;
    width: 100%;
    box-shadow: 0 2px 5px #bdc3c7;
    max-width: 720px;
}

h2 > small {
    display: block;
    margin-top: 10px;
    font-size: 60%;
}

.panel-content {
    padding: 10px 20px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #2980b9;
}

.bs-callout-danger {
    border-left-color: #c0392b;
}

.bs-callout-danger h4 {
    color: #c0392b;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.github-signin-wrapper {
    text-align: center;
    margin-bottom: 14px;
}

.github-btn {
    width: 330px;
    background: #444444;
    color: #fff;
}

.github-btn:hover {
    color: #fff;
}

.github-btn > .fa {
    font-size: 18px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 6px;
    width: 30px;
}

i.fa-opera {
    color: #ff1b2d;
}

i.fa-internet-explorer {
    color: #1ebbee;
}

i.fa-safari {
    color: #40b6da;
}

i.fa-facebook-square {
    color: #3b5998;
}

i.fa-chrome {
    color: #daa900;
}

i.fa-windows {
    color: #1ebbee;
}

i.fa-osx {
    color: #848484
}

i.fa-linux {
    color: #000000;
}

i.fa-android {
    color: #4fc34f;
}

i.fa-desktop {
    color: #2980b9;
}

i.fa-mobile {
    color: #2ecc71;
}

i.fa.default-icon {
    color: #bbbbbb;
}

.os-icon-text, .browser-icon-text {
    padding-left: 5px;
    color: #7f8c8d;
}

.chromeAddressBar {
    /*
    http://superuser.com/questions/138419/what-font-does-google-chrome-address-bar-use
    */
    font-size: 15px;
    font-family: "Lucida Grande", Cantarell, "Segoe UI", Tahoma, sans-serif;
}

.sequentGroupTitle {
    coor: #7f8c8d;
}
.navbar-inverse .navbar-nav>li>a {
    font-weight: 600;
}

.fa-chromium {
    color: #007faa;
}

.fa-chromium:before {
    /* Chrome icon */
    content: "\f268";
}

#issuesQuotaNotificationContainer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    display: inline-block;
}

#issuesQuotaNotification {
    min-width: 300px;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    padding: 6px;
    box-shadow: 0 1px 6px #aaa;
    font-size: 14px;
    font-family: Slack-Lato,appleLogo,sans-serif;
}

.issuesQuotaNotificationIcon {
    height: 40px;
    margin: 10px;
    float: left;
}

.issuesQuotaNotificationClose {
    float: right;
    cursor: pointer;
    margin-right: 8px;
    font-size: 1.2em;
}

.issuesQuotaNotificationMessageTitle {
    font-weight: 600;
}

.dropdown-menu>li.dropdown-menu-item:hover, .dropdown-menu>li.dropdown-menu-item:focus {
    text-decoration: none;
    color: #2b3c4e;
    background-color: #f5f5f5;
}

.dropdown-menu>li.dropdown-menu-item:focus, .dropdown-menu>li.dropdown-menu-item:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>li.dropdown-menu-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #34495e;
    white-space: nowrap;
    cursor: pointer;
}