/* =============================================================================
   App specific CSS file.

   This is usually where the site/app's CSS specific rules are setup. Note that you could
   do exactly the same using less by adding a '@import "app.less";' at the end of
   css/less/bootstrap.less file.

   ========================================================================== */

@font-face {
    font-family: 'AstroFont'; /*a name to be used later*/
    src: url('../fonts/Widget.eot');
    src: url('../fonts/Widget.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Widget.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
}

@font-face {
    font-family: 'AstroFontBold';
    src: url('../fonts/Widget-Bold.eot');
    src: url("../fonts/Widget-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Widget-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'AstroFontOutline';
    src: url('../fonts/Widget-Outline.eot');
    src: url("../fonts/Widget-Outline.eot?#iefix") format("embedded-opentype"), url("../fonts/Widget-Outline.ttf") format("truetype");
    font-weight: bold;
}

[class^="astro-"], [class*=" astro-"] {
    font-family: 'AstroFont';
    background: none;
    width: 25px;
    height: auto;
    font-style: normal;
    text-align: center;
    font-size: 28px;
}

.astro-sun:before {
    content: '\0041'
}

.astro-earth:before {
    content: '\004F'
}

.astro-northnode:before {
    content: '\004C'
}

.astro-southnode:before {
    content: '\004D'
}

.astro-moon:before {
    content: '\0042'
}

.astro-mercury:before {
    content: '\0043'
}

.astro-venus:before {
    content: '\0044'
}

.astro-mars:before {
    content: '\0045'
}

.astro-jupiter:before {
    content: '\0046'
}

.astro-saturn:before {
    content: '\0047'
}

.astro-uranus:before {
    content: '\0048'
}

.astro-neptune:before {
    content: '\0049'
}

.astro-pluto:before {
    content: '\004B'
}

.astro {
    font-family: 'AstroFont';
    /*font-size: large;*/
    color: whitesmoke;
}

.sign_exalted:before {
    content: '\21D7'
}

.sign_detriment:before {
    content: '\21D8'
}

.sign_exalted_detriment:before {
    content: '\21D5'
}

.planet-div {
    height: 40px;
    /*width: 130px;*/
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.planet-div-happy {
    height: 83px;
    padding: 1% 2% !important;
    /*width: 33.3%;*/
}

.happy-figures {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.square-happy {
    position: absolute;
    display: table-cell !important;
    vertical-align: middle;
    float: none;
}

.first {
    width: 40%;
    height: 50%;
    /* padding-left: 2% !important; */
    font-size: 2.5vw;
}

.second {
    right: 0;
    width: 40%;
    height: 30%;
    padding-top: 4% !important;
    padding-right: 10px;
}

.third {
    bottom: 0;
    padding-bottom: 10%;
}

.four {
    right: 0;
    bottom: 0;
    width: 70%;
    height: 40%;
    padding-right: 10px;
    font-size: 1.5vw;
}

.sign-personal {
    font-family: 'AstroFontBold';
    text-shadow: 2px 2px 4px #FFFFFF;
    color: black;
}

.sign-design {
    font-family: 'AstroFontBold';
    text-shadow: 2px 2px 4px #000000;
    color: red;
}

.small-square {
    height: 1.5vw;
    width: 1.5vw;
    position: absolute;
    display: table-cell !important;
    background-color: whitesmoke;
    border: 1px black;
    float: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);

}

.small-square-number {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* Uncomment next line to get horizontal align also */
    justify-content: center;
}

.small-inner {
    width: 30%;
    height: 30%;
    float: none;
    position: absolute;
}

.small-first {
    left: 0;
}

.small-second {
    right: 0;
}

.small-third {
    bottom: 0;
}

.small-four {
    right: 0;
    bottom: 0;
}

.arrow-div {
    width: 0.8vw;
    height: 0.8vw;
}

.arrow-up {
    background-image: url("../img/arrow_up.png");
    background-size: contain;
}

.arrow-down {
    background-image: url("../img/arrow_down.png");
    background-size: contain;
}

.radial-blue {
    background: radial-gradient(at center, #8d85e4, #0600b7);
    background: -webkit-radial-gradient(at center, #8d85e4, #0600b7);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(at center, #8d85e4, #0600b7);
    /* Opera 11.6-12.0 */
    background: -moz-radial-gradient(at center, #8d85e4, #0600b7);
    /* Firefox 3.6-15 */
}

.radial-red {
    background: radial-gradient(at center, #e48888, #b70000);
    background: -webkit-radial-gradient(at center, #e48888, #b70000);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(at center, #e48888, #b70000);
    /* Opera 11.6-12.0 */
    background: -moz-radial-gradient(at center, #e48888, #b70000);
    /* Firefox 3.6-15 */
}

.radial-pink {
    background: radial-gradient(at center, #d363c0, #a22e8f);
    background: -webkit-radial-gradient(at center, #d363c0, #a22e8f);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(at center, #d363c0, #a22e8f);
    /* Opera 11.6-12.0 */
    background: -moz-radial-gradient(at center, #d363c0, #a22e8f);
    /* Firefox 3.6-15 */
}

[class^="hex_"] {
    width: 40px;
    height: 40px;
    fill: #39D;
}

[class^="tria_"] {
    width: 40px;
    height: 40px;
    fill: #39D;
}

.design-div {
    color: white;
    background-color: #F15F62;
    border-bottom: 1px darkblue solid;
    cursor: pointer;
}

.personal-div {
    color: white;
    background-color: #434649;
    border-bottom: 1px black solid;
    cursor: pointer;
}

.sign-ex-div {
    width: 10px;
    float: left;
}

.num-div {
    vertical-align: middle;
    display: inline-block;
    /*padding-top: 5px;*/
    font-family: 'AstroFont';
    font-size: 24px;
}

.num-div-other {
    font-size: 11px;
    font-family: Arial;
}

.profile_text {
    font-size: 13px;
}

.profile_result {
    color: #b3b3b3;
    font-size: 40px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
}

.color-design {
    color: #F15F62;
}

.color-personal {
    color: #434649;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*min-height: 100%;*/
    /*height: 100%;*/
    background: url("") repeat scroll 0 0 rgba(1, 1, 11, 0.01);
    font-size: 13px;
    line-height: 1.32;
    font-family: small-caption, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* Move down content because we have a fixed navbar that is 50px tall */
    padding-top: 50px;
    padding-bottom: 20px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    /*position: static;*/
    bottom: 0;
}

.jumbotron {
    color: white;
    padding-bottom: 10px;
}

.maincontent {
    padding-top: 20px;

}

dt {
    font-weight: normal;
}

a {
    color: #363f44;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus {
    color: #262e44;

}

.col-centered {
    float: none;
    margin: 0 auto;
}

.navbar-default {
    background-image: none;
}

ul.nav li a {
    display: block;
    font-weight: normal;
    padding: 0px 23px 0px 24px;
    position: relative;
    text-transform: none;
    transition: background-color 0.2s ease-in-out 0s;
}

.navbar-nav > li > a {
    line-height: 23px;
}

ul.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f6f8f8;
}

.nav-stacked > li + li {
    line-height: 30px;
    margin-left: 0;

}

.navbar-nav {
    padding-top: 12px;

}

.button {
    border-radius: 12px;
    display: block;
    font-size: 13px;
    font-weight: bold !important;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;

}

.button.skeleton {
    box-shadow: 0 0 0 1px rgba(55, 55, 55, 0.25) inset;
    color: #777 !important;
}

#gradient {
    /*background: radial-gradient(circle at right bottom, #13b1f8 0px, #1a81a3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    padding-top: 20px;
    background: url("/static/img/tst_blue.png") no-repeat top center;
    background-attachment: fixed;
}

.head_gradient {
    /*background: url("/static/img/head_background.jpg") no-repeat left center;*/

}

.btn-default {
    background-image: linear-gradient(to bottom, #ddd 0px, #ddd 100%);
    background-repeat: repeat-x;
    border-color: #ddd;
    text-shadow: 0 1px 0 #eee;
}

.btn-default:hover {
    background-image: linear-gradient(to bottom, #ccc 0px, #ccc 100%);
    background-color: #ccc;
    border-color: #bbb;
}

.jumbotron .btn-default {
    border-color: #666;
}

.modal-content {
    z-index: 1050;

}

.modal-dialog {
    position: absolute;
    left: 50%;
    /* now you must set a margin left under zero - value is a half width your window */
    margin-left: -312px;
    /* this same situation is with height - example */
    height: 500px;
    top: 50%;
    margin-top: -250px;
}

.alert {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 2000;

}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Absolute-Center.is-Responsive {
    width: 50%;
    height: 50%;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}

.login-box, .register-box {
    width: 360px;
    margin: 0 auto;
}

.login-page, .register-page {
    background: #d2d6de;
}


.bootstrap-select.btn-group .btn .caret {
    left: 24px;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: right;
}

.div_graph {
    margin-left: 100px;
    width: 800px;
    height: 450px;
    background-image: url("/static/img/colored_earth_light.jpg");
}

.square {
    width: 100%;
    margin: 1.66%;
    padding: 5px;
    height: 100px;
}

.square > a {
    text-decoration: none;
}

.s_red {
    background-color: red;
}

.s_black {
    background-color: black;
}

.content_square {
    /*position:absolute;*/
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 5%;
    text-align: center;
    background-color: whitesmoke;
}

.sign {
    margin-top: 5px !important;
}

.popup {
    /*font-family: 'ProximaNova', sans-serif;*/
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    width: 498px;
    height: 455px;
    margin: auto;
    background: #ffffff;
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 10;
    padding: 0px 0px 0px 30px;
    border-radius: 7px 7px 7px 7px;
}

.overlay:target + .popup {
    top: 5%;
    opacity: 1;
    visibility: visible;
}

.popup_data {
    /*font-family: 'ProximaNova', sans-serif;*/
    color: #000000;
    /*font-size: 18px;*/
    line-height: 20px;
    height: 27em;
    margin: auto;
    background: #ffffff;
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 10;
    padding: 10px 25px;
    border-radius: 7px;
}

.popup_data label {
    padding-top: 5px;
}

.overlay:target + .popup_data {
    top: 5%;
    opacity: 1;
    visibility: visible;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

#chart_left {
    max-width: 25em;
    min-height: 6em;
/ / float: left;
}

.container-fluid .margin-left-5 {
    margin-left: 5px;
}

.tab-content {
    margin: 15px;
}

[class^="tag_"] {
    color: gray;
}

[class^="tag_1"] {
    font-size: 12px;
}

[class^="tag_2"] {
    font-size: 13px;
}

[class^="tag_3"] {
    font-size: 14px;
}

[class^="tag_4"] {
    font-size: 15px;
}

[class^="tag_5"] {
    font-size: 16px;
}

[class^="tag_6"] {
    font-size: 18px;
}

.parent-events {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3
}

.flat-content p {
    font-size: 14pt;
}