﻿.dropdown:hover > .dropdown-menu {
    display: block;
}

html, body {
    font-family: Open Sans;
}

a {
    color: #008BE1;
}

.text-hover:hover{
    text-decoration: underline;
}

.sticky {
    position: fixed;
    top: 80px;
    width: 100%;
}

    .sticky + .content {
        padding-top: 1px;
    }

.navbar.collapsed {
    margin-left: 0px !important;
    justify-content: unset !important;
}

@media only screen and (min-width : 1224px) {
    div.row.pt-auto {
        justify-content: center;
    }
}

label.error {
    color: red;
}

/*styles for outer box of forum categories*/
.tiles-border {
    background-color: #f8f8f8;
    border-right: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important;
}

/*styles for outer box of forum categories*/
.card-title {
    color: brown;
}

/*styles for outer box of forum categories*/
.sp-box {
    padding: 10px 10px !important;
    position: relative !important;
}

/*styles for social logo on footer*/
.social-logo {
    height: 27px;
    width: 27px;
}

.div-social:hover {
    background-color: forestgreen;
}

/*styles for social logo on footer*/
.div-social {
    height: 37px;
    width: 37px;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 6px;
    display: block;
    border-radius: 30%;
}

/*Dropdown*/
a.dropdown-item.active {
    background-color: white;
    font-weight: bold;
}
/*Documentation page style start*/
.list-group-item-hover:hover {
    background-color: #D9EEFB !important;
    color: white;
}
/*Documentation page style ends*/

/*Getting started page ui starts*/
/*styles of outer box Answer leaders on Works page*/
#outer_box {
    border-radius: 25px;
    border: 2px solid #73AD21;
    height: 200px;
    width: 175px;
    border: groove;
    align-content: center;
    padding: 10px;
}

    /*styles of outer box Answer leaders on Works page*/
    #outer_box:hover {
        background-color: aliceblue;
    }

/*styles of Answer leaders image on Works page*/
.rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 150px;
    background-image: url('/announcements/hero_1.jpg');
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Getting started page ui ends*/

/*Carousel styles on Index page*/
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

/*Carousel name styles*/
h1.carousel-name {
    color: #62bb47 !important;
    font: bold;
}

/*Index page What we do MSG*/
.we-do {
    color: black;
}

/*index page cards styles*/
.service-1 {
    border: solid;
    border-color: blue;
}

.homecards {
    padding: 0%;
}

.announcement-hover:hover {
    transform: scale(1.1);
}

.announcement-bg {
    background-color: #62bb47;
}

.homecards-margin {
    margin-left: 0%;
    margin-right: 0%;
}


/*index page cards styles*/
div.mycard:hover {
    background-color: #D0F0C0;
}

/*Home page Testimonial line spacing*/
.space {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-left: 8%;
    margin-right: 8%;
    -webkit-box-orient: vertical;
}

/*index page font size and spacing for customize,configure and integration*/
h1.index-spacing {
    font-size: 7vh !important;
}

/*cards padding index*/
.card-padding {
    padding-left: 2px
}

/*font colour*/
.font-colour-forestgreen {
    color: forestgreen;
}

/*Documentation page*/
.hide-element {
    display: none
}

.vs-template {
    background-color: antiquewhite;
    height: 150px;
}

.documentation-card {
    height: 85px;
}

/*Margin of SPA Documentation page*/
.element-margin {
    padding-top: 7rem;
}

@media only screen and (max-width: 1000px) {
    #myHeader {
        display: none !important;
    }
}

/*for starting modal*/
#myModal {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.home-modal-header {
    border-bottom: 0 none;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.modal-open .navbar-styles {
    z-index: 0;
}
/*end of starting modal*/

.event-image {
    height: 40vh;
}

/*Navbar header start*/
.navbar {
    min-height: 80px;
    height: 83px;
    font-size: 20px;
    letter-spacing: .05rem;
    font-weight: 900;
    color: #6e6e6e;
    justify-content: unset !important;
}

.navbar-brand {
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.navbar-top-margin {
    margin-top: 85px;
}

.navbar-styles {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    margin-bottom: 150px
}
/*Navbar header End*/

/*Downloads UI*/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #008cba;
}

.card:hover .overlay {
    opacity: 1;
}

.success-story-text {
    background: #008cba;
    height: inherit;
    color: black;
    position: absolute;
    border: none;
}

.success-space {
    margin-bottom: 2%;
    margin-top: 2%;
}

.head-font-size {
    font-size: 160%;
}

.success-title {
    font-size: larger;
}

.success-text {
    margin-top: 5%;
    font-size: medium;
    display: flex;
    height: 32vh;
    overflow: auto;
    overflow-x: hidden;
}

.success-footer {
    border: none;
    margin-left: -6%;
    background: none;
    bottom: 5%;
}

.sdk-card-size {
    height: 150px;
    width: 350px;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    background-color: #62bb47 !important;
    overflow-x: hidden;
    padding-top: 20px;
}

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenav a:hover {
            color: #fff !important;
        }

#product_Desc {
    max-width: 70%;
    margin: auto;
    margin-top: 5%;
}

.rounded-circle:hover {
    background-color: deepskyblue;
}
/*end of Downloads UI*/

/*Start of floting action buttton*/
#floatActionButton {
    position: fixed;
    bottom: 44px;
    right: 41px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #56aa1c !important;
}

#dropup {
    position: fixed;
    bottom: 97px;
    right: 0px;
    z-index: 9;
    padding: 0px;
    display: none;
}

#dropup_card_list_item:hover {
    background-color: #62bb47 !important;
    transform: scale(1);
}

#dropup_card_list_item {
    cursor: pointer;
    font-weight: bold;
    list-style-type: none;
}

#dropup_card_body {
    padding: 0px;
}

#dropup_card_list {
    padding-left: 0px;
}

.remove-bullets {
    list-style-type: none;
}

.modal-newsletter {
    margin-right: 0px;
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    width: 6%;
    height: 24%;
    cursor: pointer;
}

.modal-newsletter-content {
    background-color: #62bb47 !important;
    text-align: center;
    margin-top: 20%;
    align-items: center;
}
/*End of floting action buttton*/

/*floating icon on home page start*/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 44%;
    height: 50px;
    width: 50px;
    background-color: transparent;
    z-index: 9;
}

#site_bar1 {
    top: 30%;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    padding-bottom: 5px;
}

    /* Style the social media icons with color, if you want */
    .icon-bar a:hover {
        transform: translateX(50%);
    }

/*Floating icon on home page ends*/

.spacing {
    margin-top: 6%;
    margin-bottom: -10%;
}

/*Home Page  customized Carousel for Announcement*/
.owl-carousel .nav-btn {
    height: 47vh;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 4vh !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

/*Home Page  customized Carousel for Announcement ends*/

.btn-success {
    background-color: #56aa1c !important;
    text-transform: capitalize;
}

.text-color {
    color: #2A2F34;
}

.background-color {
    background-color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size: 20px;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

/*Toggle button css start*/
.theme {
    width:200px;
    display: flex;
    align-items: center
}

.toggle {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px
}

    .toggle input[type=checkbox] {
        opacity: 0; /* or use display: none; to hide default checkbox */
        width: 0;
        height: 0;
    }

    .toggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #DDDDDD;
        -webkit-transition: .4s;
        transition: .4s;
        width: 60px;
        height: 30px;
    }

        .toggle .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 7px;
            bottom: 4.5px;
            background: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .toggle input[type=checkbox]:checked + .slider {
        background: black;
    }

        .toggle input[type=checkbox]:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }

    .toggle .slider.round {
        border-radius: 34px;
    }

        .toggle .slider.round:before {
            border-radius: 50%;
        }

/*Toggle button css ends*/

.active-1 {
    color: #56AA1C !important;
}

.active-2 {
    color: #56AA1C !important;
}

.error_img {
    display: none;
}

.profile {
    display: none;
}

#initials {
    background-color: #62bb47 !important;
    border-radius: 50%;
    padding: 5px;
    width: 41px;
    text-align: center;
    font-size: medium;
}

.pop:hover {
    transform: scale(1.1);
}

table {
    width: 100% !important;
}

.green-card-header {
    background-color: #62bb47;
    height: 110px !important;
}
