﻿@charset "utf-8";

@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";

/* @import "../css/icomoon.css"; */
/* @import "../css/ionicons.css"; */
/* @import "../css/stroke-gap-icons.css"; */
@import "utility-classes.css";


.mdl-button, .mdl-typography--display-3, .mdl-typography--display-4, a, h1, h2, h3, h4, h5, h6, p {
    font-weight: 300
}

    #contactForm input, #forgotForm input, #loginForm input, #signupForm input, #subscribeForm input, a:focus, a:hover {
        outline: 0
    }

body, html {
    height: 100%;
    font-family: 'Century Gothic', Arial;
}

body {
    color: #000000;
}

.form-control::-webkit-input-placeholder {
    color: #fff
}

.form-control::-moz-placeholder {
    color: #fff
}

.form-control::-ms-input-placeholder {
    color: #fff
}

.form-control.error {
    border-color: #ff5252
}

p {
    font-size: 13px;
    font-family: 'Century Gothic', Arial;
    line-height: 22px
}

a {
    color: #000000
}

    a:focus, a:hover {
        color: #471101;
        text-decoration: none
    }

.mdl-button--primary.mdl-button--primary.mdl-button--fab, .mdl-button--primary.mdl-button--primary.mdl-button--raised {
    color: #fff;
    background-color: #ff5252
}

#close-switcher, #open-switcher {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 4;
    padding: 15px;
    color: #fff;
    background: #ff5252;
    cursor: pointer;
    border: 1px solid #ff5252;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

#close-switcher {
    color: #fff;
    background: #ff5252;
    border: 1px solid #ff5252;
    display: none;
    left: 200px;
    box-shadow: 10px 5px 46px 8px rgba(0,0,0,.14),10px 0 26px -6px rgba(0,0,0,.2)
}

#demo-colors {
    position: fixed;
    top: 200px;
    left: -202px;
    width: 200px;
    min-height: 0;
    background: #FFF;
    border-radius: 0;
    z-index: 3
}

#demo-wrapper {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 30px
}

    #demo-wrapper h2 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 700;
        color: #000
    }

    #demo-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden
    }

        #demo-wrapper ul li.color-1 {
            background: #4CAF50;
            border: 1px solid #fff
        }

        #demo-wrapper ul li.color-2 {
            background: #2196F3;
            border: 1px solid #fff
        }

        #demo-wrapper ul li.color-3 {
            background: #FF9800;
            border: 1px solid #fff
        }

        #demo-wrapper ul li.color-4 {
            background: #ff5252;
            border: 1px solid #fff
        }

        #demo-wrapper ul li.color-5 {
            background: #673AB7;
            border: 1px solid #fff
        }

        #demo-wrapper ul li.active {
            border: 1px solid #fff;
            box-shadow: 0 0 0 1px #ddd
        }

        #demo-wrapper ul li {
            float: left;
            width: 26px;
            height: 26px;
            margin-right: 10px;
            cursor: pointer
        }

.clear {
    clear: both
}

#demo-wrapper p {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    color: #999;
    cursor: pointer
}

@media screen and (max-width:960px) {
    #close-switcher, #demo-colors, #open-switcher {
        display: none
    }
}

.vc-parent {
    width: 100%;
    height: 100%;
    display: table
}

.vc-child {
    display: table-cell;
    vertical-align: middle
}

.modal-dialog {
    width: auto
}

.modal-content {
    background-color: #ffffff;
}

.modal button.close {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 39;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    opacity: 1;
    outline: 0
}

.modal button.close-2 {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 39;
    color: #000;
    font-size: 20px;
    font-weight: 100;
    opacity: 1;
    outline: 0
}


#topNav2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    border: none;
    border-radius: 0;
    -webkit-transition-property: top,box-shadow,background-color;
    transition-property: top,box-shadow,background-color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

    #topNav2.sticky {
        padding-top: 0;
        background-color: #303030;
        box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)
    }

    #topNav2 .navbar-brand {
        display: block;
        float: none;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase
    }

        #topNav2 .navbar-brand img, .contactForm .mdl-card__title .modal--logo, .forgotForm .mdl-card__title .modal--logo, .loginForm .mdl-card__title .modal--logo, .signupForm .mdl-card__title .modal--logo, .subscribeForm .mdl-card__title .modal--logo {
            display: block;
            border-radius: 2px; /*box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)*/
        }

.forgotForm .mdl-card__actions a, .loginForm .mdl-card__actions a, .signupForm .mdl-card__actions a {
    font-size: 12px
}

#topNav2 .navbar-brand img {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background-color: transparent !important;
}

#banner, #banner:before {
    width: 100%;
    height: 100%
}

#banner { /*background-size:cover;background-position:center;background-repeat:no-repeat*/
}

    #banner:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0; /*background-color:rgba(34,34,34,.8)*/
    }

.banner-content {
    color: #fff
}

    .banner-content h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase
    }

    .banner-content h4 {
        margin-top: 12px;
        margin-bottom: 22px;
        font-weight: 300;
        text-transform: uppercase
    }

#contactForm label, #forgotForm label, #loginForm label, #signupForm label, #subscribeForm label {
    font-weight: 100;
    color: #fff;
    margin-top: 10px;
}

.banner-content a.mdl-button {
    padding: 5px 0;
    height: auto;
    min-width: 150px;
    margin: 0 5px 15px
}

#loginFormModal { /*padding:0 20px*/
}

    #loginFormModal .modal-dialog {
        max-width: 400px;
        margin: 113px auto
    }

    #loginFormModal .modal-content {
        background-color: transparent
    }

.loginForm .mdl-card {
    width: auto
}

.loginForm .mdl-card__title {
    padding-top: 0;
    margin-top: -15px;
    z-index: 99999;
}

    .loginForm .mdl-card__title .modal--logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px
    }

#loginForm .mdl-textfield, .loginForm .mdl-card__supporting-text {
    width: 100%
}

#loginForm label {
    margin-bottom: 0
}

#loginForm input.error + label:after {
    background-color: #ff5252;
    left: 0;
    width: 100%;
    visibility: visible
}

.loginForm .mdl-card__actions {
    margin-top: 5px
}

#signupFormModal {
    padding: 0 20px
}

    #signupFormModal .modal-dialog {
        max-width: 360px;
        margin: 30px auto
    }

    #signupFormModal .modal-content {
        background-color: transparent
    }

.signupForm .mdl-card {
    width: auto
}

.signupForm .mdl-card__title {
    padding-top: 0
}

    .signupForm .mdl-card__title .modal--logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px
    }

#signupForm .mdl-textfield, .signupForm .mdl-card__supporting-text {
    width: 100%
}

#signupForm label {
    margin-bottom: 0
}

#signupForm input.error + label:after {
    background-color: #ff5252;
    left: 0;
    width: 100%;
    visibility: visible
}

.signupForm .mdl-card__actions {
    margin-top: 5px;
    padding-left: 15px
}

    .signupForm .mdl-card__actions p {
        margin-bottom: 0;
        margin-top: 8px
    }

#forgotFormModal {
    padding: 0 20px
}

    #forgotFormModal .modal-dialog {
        max-width: 360px;
        margin: 30px auto
    }

    #forgotFormModal .modal-content {
        background-color: transparent
    }

.forgotForm .mdl-card {
    width: auto
}

.forgotForm .mdl-card__title {
    padding-top: 0
}

    .forgotForm .mdl-card__title .modal--logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px
    }

#forgotForm .mdl-textfield, .forgotForm .mdl-card__supporting-text {
    width: 100%
}

#forgotForm label {
    margin-bottom: 0
}

#forgotForm input.error + label:after {
    background-color: #ff5252;
    left: 0;
    width: 100%;
    visibility: visible
}

.forgotForm .mdl-card__actions {
    margin-top: 5px;
    padding-left: 15px
}

    .forgotForm .mdl-card__actions p {
        margin-bottom: 0;
        margin-top: 8px
    }

#subscribeFormModal {
    padding: 0 20px
}

    #subscribeFormModal .modal-dialog {
        max-width: 360px;
        margin: 30px auto
    }

    #subscribeFormModal .modal-content {
        background-color: transparent
    }

.subscribeForm .mdl-card {
    width: auto
}

.subscribeForm .mdl-card__title {
    padding-top: 0
}

    .subscribeForm .mdl-card__title .modal--logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px
    }

#subscribeForm .mdl-textfield, .subscribeForm .mdl-card__supporting-text {
    width: 100%
}

#subscribeForm label {
    margin-bottom: 0
}

#subscribeForm input.error + label:after {
    background-color: #ff5252;
    left: 0;
    width: 100%;
    visibility: visible
}

#contactFormModal {
    padding: 0 20px
}

    #contactFormModal .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    #contactFormModal .modal-content {
        background-color: transparent
    }

.contactForm .mdl-card {
    width: auto
}

.contactForm .mdl-card__title {
    padding-top: 0
}

    .contactForm .mdl-card__title .modal--logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px
    }

#contactForm .mdl-textfield, .contactForm .mdl-card__supporting-text {
    width: 100%
}

#contactForm label {
    margin-bottom: 0
}

#contactForm input.error + label:after, #contactForm textarea.error + label:after {
    background-color: #ff5252;
    left: 0;
    width: 100%;
    visibility: visible
}

#contactMessage {
    min-height: 80px;
    border-color: rgba(0,0,0,.12)
}

@media screen and (max-width:992px) {
    #topNavbar2 li a {
        display: none
    }

    #topNav2 .navbar-header {
        float: left;
        margin-left: 0
    }

    #topNavbar2 {
        float: right
    }

        #topNavbar2 .nav {
            margin-top: 0;
            margin-bottom: 0
        }
}

@media screen and (max-width:480px) {
    .loginForm .mdl-card__actions a {
        font-size: 11px;
        padding: 0 10px
    }

    #banner {
        position: relative;
        height: auto;
        min-height: 100%
    }

    .banner-content h2 {
        font-size: 34px;
        line-height: 38px;
        padding-top: 120px
    }
}

@media screen and (max-width:320px) {
    #topNav .login-form-button {
        display: none
    }
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

    .no-gutter > [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

html {
    font-size: 100%;
}

.body {
    line-height: 1.7px;
    color: #000000;
    font-size: 14px;
    font-family: 'Century Gothic', Arial;
    background-image: url(../images/background-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* fixed footer */
.footer {
    width: 100%;
    float: left;
}

    .footer#footer.fixed-footer {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1;
        background-color: #f4f4f4;
    }

@media screen and (max-width: 992px) {
    .footer#footer.fixed-footer {
        position: relative;
    }
}

body.has-fixed-footer .main-content {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    body.has-fixed-footer .main-content {
        margin-bottom: 0 !important;
    }
}

.header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    height: 100%;
    max-height: 185px;
}

.top-band {
    background-color: #ffffff;
    color: #000000;
    height: 30px;
    max-height: 100%;
}

.login-header {
    width: 100%;
    float: left;
    margin: auto;
    margin-bottom: 30px;
}

.login-container {
    width: 40%;
    margin: auto;
    margin-top: 30px;
}

.login-div {
    width: 100%;
    margin: 0px 0px 0px 0px;
    height: 200px;
    max-height: 100%;
    padding: 0;
    border: #d26f0f 1px solid;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(#ee851e, #ffba3a);
    background: -webkit-gradient(linear, left top, left bottom, from(#ee851e), to(#ffba3a)); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee851e', endColorstr='#ffba3a'); /* for IE */
    background: -moz-linear-gradient(top, #ee851e, #ffba3a); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #ee851e, #ffba3a); /* for opera */
    background-position: top;
    background-size: 100% 100%;
}

.login-div-top {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    background-image: url(../images/Login-box-header-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 86px;
}

.login-header-text {
    width: 100%;
    font-family: 'Century Gothic', Arial;
    font-size: 28px;
    color: #2c0b01;
    font-weight: bold;
    text-decoration: none;
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
}

.login-nav {
    width: 100%;
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    margin-top: 10px;
    padding-right: 5px;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 9999;
}

.login-nav-text {
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    padding-right: 5px;
    text-align: center;
    letter-spacing: 1px;
}

    .login-nav-text:hover {
        font-family: 'Century Gothic', Arial;
        font-size: 14px;
        color: #2c0b01;
        font-weight: normal;
        text-decoration: none;
        padding-right: 5px;
        text-align: center;
        letter-spacing: 1px;
    }

.login-sections {
    width: 100%;
    padding-top: 20px;
}

.login-text {
    width: 40%;
    float: left;
    font-family: 'Century Gothic', Arial;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 17px;
}

.login-text-small {
    width: 100%;
    font-family: 'Century Gothic', Arial;
    font-size: 13px;
    color: #591a01;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding-right: 10px;
}

.login-textbox-div {
    width: 60%;
    float: left;
    margin-top: 10px;
}

.login-textbox {
    width: 80%;
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    border: #ffffff 1px solid;
    border-radius: 5px;
    background-color: transparent;
}

.login-checkbox-div {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.login-checkbox-text {
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.login-checkbox {
    border: #2c0b01 1px solid !important;
    background-color: #ffffff !important;
}

.login-bttn {
    width: 30%;
    height: 45px;
    max-height: 100%;
    font-family: 'Century Gothic', Arial;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    background-color: #c63c08;
    border: 1px #c63c08 solid;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
}

    .login-bttn:hover {
        font-family: 'Century Gothic', Arial;
        font-size: 28px;
        color: #ffffff;
        font-weight: bold;
        background-color: #782607;
        border: 1px #692206 solid;
        border-radius: 6px;
        text-decoration: none;
    }

.login-bottom-div {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
}

.inside-header {
    width: 100%;
    float: left;
    margin: auto;
}

.inside-header-welcome {
    width: 100%;
    float: left;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    padding: 10px 30px 0px 0px;
}

.top-navbar {
    overflow: hidden;
    background-color: #f79e2c;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0px 0px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {

    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #000000;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #fff;
            color: #601702;
        }

    .navbar-nav .open .dropdown-menu {
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

.inside-container {
    width: 100%;
    background-color: #f4f4f4;
    float: left;
}

.errormsg {
    color: red;
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}

.logout-link {
    color: #000000;
}

    .logout-link:hover {
        color: #ff6a00;
    }

.dashboard-div {
    background-color: #ffffff;
    height: 150px;
    max-height: 100%;
    min-width: 200px;
    border: #c3c3c3 1px solid;
    margin-top: 10px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
}

.dashboard-i {
    font-size: 50px;
    color: rgba(0,0,0,.4);
    display: inline;
    text-align: center;
    position: absolute;
}

.dashboard-header {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.dashboard-label {
    font-size: 30px;
}

.dashboard-first-div {
    width: 6%;
    min-width: 90px;
    height: 80px;
    min-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
    background: linear-gradient(-45deg, #41a8f0, #1d79ba);
    background: -webkit-gradient(linear, left top, left bottom, from(#41a8f0), to(#1d79ba), -45deg); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a8f0', endColorstr='#1d79ba', -45deg); /* for IE */
    background: -moz-linear-gradient(-45deg, top, #41a8f0, #1d79ba); /* for firefox 3.6+ */
    background: -o-linear-gradient(-45deg, top, #41a8f0, #1d79ba); /* for opera */
    background-color: #1d79ba;
    border: #ffffff 2px solid;
    padding: 10px;
}

.dashboard-second-div {
    width: 6%;
    min-width: 90px;
    height: 80px;
    min-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
    background: linear-gradient(-45deg, #f16038, #d0411a);
    background: -webkit-gradient(linear, left top, left bottom, from(#f16038), to(#d0411a), -45deg); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16038', endColorstr='#d0411a', -45deg); /* for IE */
    background: -moz-linear-gradient(-45deg, top, #f16038, #d0411a); /* for firefox 3.6+ */
    background: -o-linear-gradient(-45deg, top, #f16038, #d0411a); /* for opera */
    background-color: #d0411a;
    border: #ffffff 2px solid;
    padding: 15px 10px 15px 30px;
}

.dashboard-third-div {
    width: 6%;
    min-width: 90px;
    height: 80px;
    min-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
    background: linear-gradient(-45deg, #7ff9f7, #24d7d5);
    background: -webkit-gradient(linear, left top, left bottom, from(#7ff9f7), to(#24d7d5), -45deg); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ff9f7', endColorstr='#24d7d5', -45deg); /* for IE */
    background: -moz-linear-gradient(-45deg, top, #7ff9f7, #24d7d5); /* for firefox 3.6+ */
    background: -o-linear-gradient(-45deg, top, #7ff9f7, #24d7d5); /* for opera */
    background-color: #24d7d5;
    border: #ffffff 2px solid;
    padding: 12px 10px 10px 20px;
}

.dashboard-forth-div {
    width: 6%;
    min-width: 90px;
    height: 80px;
    min-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
    background: linear-gradient(-45deg, #bbe46b, #74a11d);
    background: -webkit-gradient(linear, left top, left bottom, from(#bbe46b), to(#74a11d), -45deg); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbe46b', endColorstr='#74a11d', -45deg); /* for IE */
    background: -moz-linear-gradient(-45deg, top, #bbe46b, #74a11d); /* for firefox 3.6+ */
    background: -o-linear-gradient(-45deg, top, #bbe46b, #74a11d); /* for opera */
    background-color: #74a11d;
    border: #ffffff 2px solid;
    padding: 14px 10px 10px 16px;
}

.dashboard-fifth-div {
    width: 6%;
    min-width: 90px;
    height: 80px;
    min-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
    background: linear-gradient(-45deg, #f7ce62, #e3ab15);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7ce62), to(#e3ab15), -45deg); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ce62', endColorstr='#e3ab15', -45deg); /* for IE */
    background: -moz-linear-gradient(-45deg, top, #f7ce62, #e3ab15); /* for firefox 3.6+ */
    background: -o-linear-gradient(-45deg, top, #f7ce62, #e3ab15); /* for opera */
    background-color: #e3ab15;
    border: #ffffff 2px solid;
    padding: 12px 10px 10px 16px;
}

@media (min-width: 480px) {
    .dashboard-div {
        margin-top: 30px;
    }
}

@media (min-width: 320px) {
    .dashboard-div {
        margin-top: 30px;
    }
}

.dashboard-div2 {
    float: right;
    border: #b4400d 1px solid;
    margin: 10px 10px 0px 10px;
    padding: 15px;
}

.table-separater {
    border-right: 1px #a3a2a2 dotted;
}

@media screen and (max-width:768px) {
    .table-separater {
        border-right: none;
    }
}

.market-data {
    width: 60%;
    margin: auto;
}

@media screen and (max-width:320px) {
    .market-data {
        border-right: hidden;
    }
}

@media screen and (max-width:480px) {
    .market-data {
        border-right: hidden;
    }
}

.fund-analysis-container {
    width: 100%;
    margin: auto;
}

.fund-analysis-panel-heading {
    background-color: #edab10;
    color: #922B0A;
    border: #c9c4c4 1px solid;
}

.fund-analysis-panel-border {
    border-top: #c9c4c4 1px solid;
}

.filter-div {
    border: #c9c4c4 1px solid;
    background-color: #f2f1f1;
    height: 210px;
    max-height: 100%;
    border-top: none;
    overflow: auto;
}

@media screen and (max-width:320px) {
    .filter-div {
        height: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .filter-div {
        height: auto;
        padding-bottom: 20px;
    }
}

.filter-label-div {
    float: left;
}

.filter-label-header-div {
    font-size: 14px;
    color: #333333;
}

.update-bttn {
    background-color: #313030;
    margin: 15px;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
}

    .update-bttn:hover {
        background-color: #F29114;
        color: #ffffff;
    }

    .update-bttn:active {
        background-color: #F29114;
        color: #ffffff;
    }

.fund-analysis-overview-container {
    width: 100%;
    margin: auto;
}

.subheader {
    width: 100%;
    float: left;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #585858;
    padding-bottom: 35px;
}

@media screen and (max-width:320px) {
    .subheader {
        font-size: 22px;
    }
}

@media screen and (max-width:480px) {
    .subheader {
        font-size: 18px;
    }
}

.subheader-box {
    float: left;
    width: 2%;
    min-width: 30px;
    height: 8px;
    background-color: #e4890a;
    border-radius: 5px;
}

.subheader-border {
    float: left;
    width: 100%;
    height: 1px;
    border-top: #e4890a 1px solid;
    margin-top: -4px;
}

.fund-analysis-overview-header {
    width: 100%;
    height: 30px;
    margin: auto;
    font-size: 22px;
    font-weight: 500;
    color: #832208;
    padding-bottom: 35px;
    border-bottom: #494949 2px solid;
    margin-bottom: 20px;
}

.fund-analysis-overview-subheader {
    background-color: #BD381E;
    color: #fff;
    font-weight: 400;
    height: 30px;
}

.profile-container {
    width: 100%;
    float: left;
}

.returns-div {
    width: 100%;
    height: 345px;
    max-height: 100%;
    float: left;
    overflow: auto;
    margin-bottom: 10px;
}

.returns-div-RateCard {
    padding-left: 35px;
    width: 100%;
    height: 345px;
    max-height: 100%;
    /*margin: auto;*/
    float: left;
    overflow: auto;
    margin-bottom: 10px;
}

.scheme-title {
    font-weight: 600;
    color: #B42B19;
}



.bttn-Masters {
    background-color: #CF4523;
    height: 30px;
    color: #ffffff;
    border: #ffffff 1px solid;
    font-size: 14px;
    width: 75px;
}

    .bttn-Masters:hover, bttn-Masters:focus {
        background-color: #6f2807;
        height: 30px;
        color: #ffffff;
        border: #ffffff 1px solid;
        font-size: 14px;
        width: 75px;
    }


.control-label-master {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

.bttn-select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: lightgray;
    font-weight: bold
}

.back-to-details {
    font-size: 14px;
    color: #333333;
    padding: 8px;
    text-decoration: none;
    border: #cac8c8 1px solid;
    border-radius: 10px;
    background-color: #dddcdc;
}

    .back-to-details:hover {
        font-size: 14px;
        color: #ffffff;
        padding: 8px;
        text-decoration: none;
        background-color: #b62b10;
        border: #a3270f 1px solid;
    }

.submit-bttn {
    background-color: #CF4523;
    height: 30px;
    color: #ffffff;
    border: none;
    padding: 5px 15px 15px 15px;
    border: #ffffff 1px solid;
    font-size: 14px;
}

    .submit-bttn:hover, submit-bttn:focus {
        background-color: #6f2807;
        height: 30px;
        color: #ffffff;
        border: none;
        padding: 5px 15px 15px 15px;
        border: #ffffff 1px solid;
        font-size: 14px;
    }

/*.ng-table-pager {
    display: none;
}*/
.scrollTop {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 99999;
    padding-bottom: 15px;
    right: 5%;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
}

    .scrollTop a {
        font-size: 35px;
        color: #fff;
    }

    .scrollTop:hover {
        background: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        background-color: transparent;
        border-radius: 4px;
        border: none;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg span {
            display: table-cell;
            vertical-align: middle;
        }

.grid_cellAlign {
    text-align: right;
}

.grid_cellMiddleAlign {
    text-align: center;
}

.grid-tooltip {
    overflow: visible;
    z-index: 9999999;
    float: left;
}

/*added by yasmin from fund analysis page*/
.custom-legend ul {
    column-count: 1;
    column-gap: 10px;
}

.custom-legend li {
    list-style: none;
    font-family: 'Century Gothic', Arial;
    font-size: 13px;
    word-wrap: break-word;
    /*padding: 6px;*/
    cursor: pointer;
    color: #666666;
}

    .custom-legend li.striked {
        text-decoration: line-through;
    }

        .custom-legend li.striked span {
            background: #b3b3b3
        }

.custom-legend span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.dygraph-legend {
    background-color: aliceblue !important;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #888;
    /*pointer-events: none;*/
    width: 200px !important;
    /*text-align: center !important;*/
}

.master-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .master-table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px;
        line-height: 1;
        vertical-align: top;
        border-top: none;
    }

    .master-table > thead > tr > th {
        vertical-align: top;
        border-bottom: none;
        padding: 5px;
        border-left: 1px solid #92200a;
    }

    .master-table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .master-table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .master-table .table {
        background-color: #fff
    }

.master-table-bordered {
    border: 1px solid #92200a;
}

    .master-table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #92200a;
    }

    .master-table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 1px;
    }

.master-table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

@media screen and (max-width:767px) {
    .master-table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #92200a
    }
}

.city-master-subheading {
    width: 100%;
    float: left;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #de7812;
    padding-bottom: 45px;
}

.change-chart-div {
    width: 100%;
    float: left;
}

.change-chart {
    width: 480px;
    max-width: 100%;
    min-width: 120px;
    float: left;
}

.profile-tooltip {
    position: relative;
    display: inline-block;
}

    .profile-tooltip .profile-tooltiptext {
        visibility: hidden;
        width: 200px;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 80%;
        left: 50%;
        margin-left: -98px;
        opacity: 0;
        transition: opacity 0.3s;
    }


    .profile-tooltip:hover .profile-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

@media screen and (max-width:320px) {
    .profile-tooltip .profile-tooltiptext {
        visibility: hidden;
        width: 200px;
        color: #000000;
        text-align: left;
        border-radius: 6px;
        padding: 0px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 999999;
        top: 40%;
        left: 50%;
        margin-left: -40px;
    }
}

@media screen and (max-width:480px) {
    .profile-tooltip .profile-tooltiptext {
        visibility: hidden;
        width: 200px;
        color: #000000;
        text-align: left;
        border-radius: 6px;
        padding: 0px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 999999;
        top: 40%;
        left: 50%;
        margin-left: -40px;
    }
}

.watermark {
    position: absolute;
    top: 15%;
    font-size: 1em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.btn-map {
    background-color: #4ab02c;
    padding: 6px;
    color: #ffffff;
    border-radius: 4px;
    border-color: #388d1f;
}

    .btn-map.focus, .btn-map:focus {
        color: #fff;
        background-color: #368e1c;
        border-color: #2a7015
    }

    .btn-map:hover {
        color: #fff;
        background-color: #368e1c;
        border-color: #2a7015
    }

.btn-unmap {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 6px;
    border-radius: 4px;
}

    .btn-unmap.focus, .btn-unmap:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-unmap:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

ui-grid-spilt-header-main {
    /* padding-top: 75px; */ /* added top padding dynamically by Js */
    line-height: 30px;
    text-align: center;
}

.ui-grid-split-merge-header {
    border-left: 2px solid transparent;
    position: absolute;
    background: #f3f3f3;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.ui-grid-header-table {
    width: 100%;
    padding: 0px;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .ui-grid-header-table tr td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

        .ui-grid-header-table tr td:last-child {
            border-right: none;
        }

.ClientData {
    margin-top: 10px;
    font-size: 20px;
    color: #e4890a;
    text-align: center;
    font-weight: bold;
    align-items: center;
    position: center;
    align-content: center;
}

.ClientDetails {
    font-size: 15px;
    align-items: center;
    position: center;
    align-content: center;
    text-align: center;
    word-wrap: break-word;
}


.im_loading {
    background: url(../images/SpinnerNew-1s-200px.gif) no-repeat center center;
    width: 80px;
    height: 80px;
}

.mainTable th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left !important;
    background-color: #f8df7d !important;
    color: black !important;
}

.mainTable td, #Table th {
    border: 1px solid #ddd !important;
    padding: 8px !important;
}

.mainTable tr:nth-child(even) {
    /*background-color: #ffdb99;*/
    /*background-color: #fadaba;*/
    /*background-color: #fffbd4 !important;*/
    background-color: #ffffff !important;
}

.TotalFolio {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #000000 !important;
    background-color: #eaba45 !important;
}

.link1 {
    color: #032af1;
}

.link2 {
    color: #ff0000;
}

.Total {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #000000 !important;
    /*background-color: #ffffff !important;*/
}
