﻿html {
    height: 100%;
}

body {
    color: #666666;
    height: 100%;
    font-family: sans-serif;
}



/*.navbar-brand {
    padding: 0 !important;
    padding-left: 15px !important;
    height:80px !important;
}*/

.well-bright-green {
    background-color: #31f319 !important;
    background: linear-gradient(#31f319, #31f319) !important;
    color: black !important;
}

    .well-bright-green p {
        color: black !important;
    }

.well-info-container {
    height: 90px;
}

.navbar-default {
    background: #383335; /* For browsers that do not support gradients */
    border-width: 0 !important;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a {
        /* Fallback for web browsers that don't support RGBa */
        background-color: rgb(0, 0, 0);
        /* RGBa with 0.6 opacity */
        background-color: rgba(0, 0, 0, 0.4);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        color: white;
    }

        .navbar-default .navbar-nav > .active > a:hover {
            /* Fallback for web browsers that don't support RGBa */
            background-color: rgb(0, 0, 0);
            /* RGBa with 0.6 opacity */
            background-color: rgba(0, 0, 0, 0.55);
            /* For IE 5.5 - 7*/
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            /* For IE 8*/
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
            color: white;
        }


.navbar-nav > li > a {
    padding-top: 30px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
    height: 80px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        font-weight: bold;
        /* Fallback for web browsers that don't support RGBa */
        background-color: rgb(0, 0, 0);
        /* RGBa with 0.6 opacity */
        background-color: rgba(0, 0, 0, 0.55);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        color: white;
    }

.menu-logo > a > img {
    width: 200px;
    margin-top:10px;
}

.menu-logo > a {
    padding-top: 5px !important;
}

.panel-primary > .panel-heading {
    background: #0267C1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0267C1, #0075C4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0267C1, #0075C4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0267C1, #0075C4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0267C1, #0075C4); /* Standard syntax */
    border-width: 0 !important;
}

.home-image {
    width: 100%;
}

.payment-methods {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.company-logo {
    width: 100%;
}

.main_panel {
    position: relative;
    height: 100%;
}

.contact-form {
    background-color: #a5a3a3;
    color: black;
    padding: 5px;
}

.need-help-img {
    width: 100%;
}

.btn-black {
    background-color: #131313;
    color: white;
}

.timer-promo {
    width: 100%;
}

.header-area {
    color: black;
    text-align: center;
    font-family:'Swis721 BT';
}

.registration-box {
    width: 24%;
    height: 120px;
    background: #6b6b6b;
    background: -moz-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #6b6b6b), color-stop(100%, #131313));
    background: -webkit-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
    background: -o-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
    background: -ms-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
    background: linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#131313', GradientType=1 );
    padding-top: 10px;
    color: white;
    font-size: 16px;
    text-align: center;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
    -moz-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
    -o-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
    border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
    border-width: 6px;
    border-style: solid;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

    .registration-box img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.footer {
    height: 200px;
    background-color: #383335;
    color: white;
    font-size: 14px;
}

.welcome-container {
    width: 100%;
    /*border:2px solid #D12907;*/
    border: 2px solid black;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #D12907;
}

.large_button {
    white-space: normal;
}

.top_button {
    min-height: 70px;
}

.form-label {
    text-align: left;
    vertical-align: top;
    margin-top: 5px;
}

.form-label-extra-small {
    width: 60px;
}

.form-label-small {
    width: 100px;
}

.form-label-medium {
    width: 150px;
}

.form-label-large {
    width: 200px;
}

.form-label-field {
    width: 170px;
}

.form-row {
    margin-top: 10px;
    text-transform: uppercase !important;
}

input {
    text-transform: uppercase !important;
}

.button-row {
    margin-top: 25px;
}

.text-area {
    width: 60% !important;
}

.text-area-form-group {
    width: 100%;
}

.month-dropdown {
    width: 200px;
}

.default-dropdown {
    width: 200px;
}

hr {
    border-top: 1px solid darkgrey;
}

.loading_spinwheel {
    position: fixed;
    bottom: 20px;
    left: 20px;
}


/*#region animations */

.slide-pop {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .slide-pop.ng-enter {
        -webkit-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .slide-pop.ng-enter {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    .slide-pop.ng-enter-active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .slide-pop.ng-leave {
        left: 0;
        opacity: .5;
    }

    .slide-pop.ng-leave-active {
        left: -100%;
        opacity: 0;
    }

.reverse .page.slide-pop.ng-enter {
    opacity: .5;
    left: -100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.reverse .page.slide-pop.ng-enter-active {
    opacity: 1;
    left: 0;
}

.reverse .page.slide-pop.ng-leave {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0;
    right: 0;
}

.reverse .page.slide-pop.ng-leave-active {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
/*#endregion */


/*#region Signin */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.login-logo {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*#endregion */


.title_logo {
    display: inline;
}

.carousel-caption {
    color: #D32A07 !important;
    top: 10px !important;
    bottom: auto !important;
}

.carousel_background {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    border-radius: 5px;
}

.carousel_background_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.carousel-indicators {
    top: 20px !important;
    bottom: auto !important;
}

    .carousel-indicators li {
        border-color: black;
    }

    .carousel-indicators .active {
        background-color: black !important;
    }

.carousel-bullets {
    width: 400px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}




.dashboard_grid {
    width: 100%;
    height: 80%;
}

.ui-grid-viewport {
    overflow: auto !important;
}

.toolbar {
    position: fixed;
    right: 0;
    top: 80px;
    height: 80%;
    background: rgba(2, 14, 57, 0.10);
    border: 1px solid #ad9def;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    padding-left: 15px;
    max-width: 250px;
    overflow-y: auto;
}

    .toolbar button {
        position: relative;
        margin-bottom: 5px;
        white-space: inherit !important;
    }

.tooltip {
}

.postal_code {
    width: 120px !important;
}

.custom_no_of_shares {
    width: 96px !important;
}

/*.shareholder_shares_information{
    position:fixed;
    right:0;
    top:80px;
    height:20%;
    background: rgba(2, 14, 57, 0.10);
    border:1px solid #dd7575;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding:10px;
    padding-left:15px;
    font-weight:bold;
    width:200px;
}*/

.shareholder_shares_information {
    color: #f7ff3a;
    font-weight: bold;
    font-size: 12px;
}

.shareholder_required_warning {
    color: #FF3A3D;
    font-weight: bold;
    height: 100px;
}

.default_progress_bar {
    width: 135px;
    height: 20px;
    color: #2C7B76;
    margin-left: 17px;
    display: none;
}

.file_upload_input {
    position: absolute;
    left: -9000px;
    opacity: 0.0;
}

.toolbar_button {
    display: block !important;
}


/*#region Uploads */

.upload_block {
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px;
}

.upload_description {
    color: #FF3A3D;
    font-weight: bold;
    font-size: 17px;
    width: 200px;
    display: inline-block;
}

.upload_entity_name {
    color: blue;
    display: inline-block;
    width: 200px;
}

.has_file {
    color: forestgreen !important;
    font-size: 14px !important;
}

/*#endregion */

.user-open-allications-warning {
    height: 60px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;
    color: #873636;
}


.dashboard {
    text-transform: uppercase !important;
}



.loading-overlay {
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/gif/loading3.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.pricelist-table img {
    width: 20px;
}

.pricelist-table thead th{
    background-color:#e6e2e2;
}

.well {
    background: #710E07; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#710E07, #D32A07); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#710E07, #D32A07); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#710E07, #D32A07); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#710E07, #D32A07); /* Standard syntax */
    color: white !important;
}

.btn-register-promo {
    background-color: #211818 !important;
    border: 1px solid white !important;
}

    .btn-register-promo:hover {
        color: #dae91d !important;
    }


.btn-bright-green {
    background-color: #44d439 !important;
}

.required {
    border: 2px solid red !important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
    -moz-transition: background-color 1s, transform 2s;
    -o-transition: background-color 1s, transform 2s;
    -webkit-transition: background-color 1s, transform 2s;
    transition: background-color 1s, transform 2s;
}

.bg-danger {
    background-color: #ec7c7c !important;
    -moz-transition: background-color 1s, transform 2s;
    -o-transition: background-color 1s, transform 2s;
    -webkit-transition: background-color 1s, transform 2s;
    transition: background-color 1s, transform 2s;
    color: black !important;
}

.bg-danger-light {
    background-color: #f6c0c0 !important;
    -moz-transition: background-color 1s, transform 2s;
    -o-transition: background-color 1s, transform 2s;
    -webkit-transition: background-color 1s, transform 2s;
    transition: background-color 1s, transform 2s;
    color: black !important;
}

.bg-success {
    background-color: #a0ec80 !important;
    -moz-transition: background-color 1s, transform 2s;
    -o-transition: background-color 1s, transform 2s;
    -webkit-transition: background-color 1s, transform 2s;
    transition: background-color 1s, transform 2s;
}

.bg-success-dark {
    background-color: #acf28f !important;
    -moz-transition: background-color 1s, transform 2s;
    -o-transition: background-color 1s, transform 2s;
    -webkit-transition: background-color 1s, transform 2s;
    transition: background-color 1s, transform 2s;
}

.correct_tick {
    width: 16px;
}

.form-validation-image {
    width: 16px;
}

.home-contact-text {
    font-size: 24px;
    color: mediumpurple;
    font-weight: bold;
}

.home-contact-phone-icon {
    width: 100px;
    cursor: pointer;
}

.item p {
    font-size: 20px;
}

.carousel-inner {
    height: 100%;
}

.carousel {
    height: 100%;
}

.item {
    height: 100% !important;
}


.navbar {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

@font-face {
    font-family: digital-counter;
    src: url(../fonts/digital_counter_7.ttf);
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 4s infinite;
    -moz-animation: flickerAnimation 4s infinite;
    -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
}

.notifyjs-container {
    font-size: 26px !important;
}

.notifyjs-bootstrap-base {
    background-position-y: center !important;
}

.progress-bar-block-active {
    background-color: #f85032 !important;
    color: white !important;
}

.progress-bar-block-complete {
    border-top: 2px solid #3B3638 !important;
    background-color: #3B3638 !important;
    color: white !important;
}

.progress-bar-block {
    background-color: white;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: center;
    border-top: 2px solid #f85032;
}

.btn-warning {
    background: #f85032;
    background: -moz-linear-gradient(left, #fb2804, #8b191c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fb2804), color-stop(100%, #8b191c));
    background: -webkit-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: -o-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: -ms-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: linear-gradient(to right, #fb2804 0%, #8b191c 100%);
    /*background-color: #f85032 !important;*/
    border-color: #EA393D !important;
}

.btn-success {
    background-color: #3B3638 !important;
    border-color: #3B3638 !important;
}


.panel-primary > .panel-heading {
    background: linear-gradient(#fb2804, #8b191c);
    font-size:16px !important;
    
}

.panel-primary {
    border-color: #EA393D !important;
}

/*#region Introductions */

.registration-introduction-header {
    color: #EA393D;
    font-weight: bold;
}

.registration-introduction-sub-header {
    color: black;
    font-weight: bold;
}

.registration-introduction-sub-header-descriptions {
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}

.registration-introduction-sub-header-question {
    color: black;
    font-weight: bold;
}

.registration-introduction-question-anwsers {
    color: black;
    font-weight: normal;
    font-size: 14px;
}

.red-description {
    color: #EA393D;
    font-weight: bold;
}

.terms{
    font-size:12px;
}

.price-ball {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding-top: 18px;
    text-align: center;
    line-height: 30px;
    background: #f85032;
    background: -moz-linear-gradient(left, #fb2804, #8b191c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fb2804), color-stop(100%, #8b191c));
    background: -webkit-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: -o-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: -ms-linear-gradient(left, #fb2804 0%, #8b191c 100%);
    background: linear-gradient(to right, #fb2804 0%, #8b191c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ea393d', GradientType=1 );
}

/*#endregion */



.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.bg-primary {
    background: linear-gradient(#fb2804, #8b191c) !important;
}


.dropdown-menu > li > a {
    font-weight: bold !important;
}

.dropdown-header {
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}

.client-logo {
    width: 150px;
}

.payment-method {
    width: 140px;
}

.footer-header{
    font-size:11px !important;
    font-weight:bold !important;
}


@media (max-width: 768px) {
    .registration-box {
        width: 100%;
        height: 120px;
        background: #6b6b6b;
        background: -moz-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #6b6b6b), color-stop(100%, #131313));
        background: -webkit-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
        background: -o-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
        background: -ms-linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
        background: linear-gradient(45deg, #6b6b6b 0%, #131313 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#131313', GradientType=1 );
        padding-top: 10px;
        color: white;
        font-size: 16px;
        text-align: center;
        -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
        -moz-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
        -o-border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
        border-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#131313), color-stop(0.5, #131313), color-stop(0.5, #6b6b6b));
        border-width: 6px;
        border-style: solid;
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .registration-box img {
            width: 50%;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

    .payment-method {
        width: 45%;
    }
}


.social-icon{
    width:40px;
    margin-right:5px;
}