﻿html, body {
    width: 100%;
    height: 100%;
}

@media (min-width:1200px) {
    .container {
        width: 1200px !important;
    }
}

@media screen and (max-width:47.9375em) {
    .hide_xs {
        display: none !important;
    }
}

@media screen and (min-width:48em) and (max-width:61.9375em) {
    .hide_sm {
        display: none !important;
    }
}

@media screen and (min-width:62em) and (max-width:74.9375em) {
    .hide_md {
        display: none !important;
    }
}

@media screen and (min-device-width:75em) and (max-device-width:100em) {
    .hide_lg {
        display: none !important;
    }
}


/* Header navbar */
.container-fluid {
    border-bottom: 5px solid #419a40;
    border-top: 2px solid #419a40;
    padding-left: 0;
}

    .container-fluid ul li a {
        color: #419a40 !important;
    }

    .container-fluid div > ul li a:hover, .container-fluid div > ul li:hover {
        color: white !important;
        background-color: #419a40 !important;
    }

    /* Active state */
    .container-fluid div > ul > li.open, .container-fluid div > ul > li.open > a {
        color: #111 !important;
        background-color: #f9ff5c !important;
        font-weight: bold;
    }

@media (max-width:767px) {
    .navbar-collapse > ul {
        padding-left: 15px !important;
    }
}

#bs-menu-navbar-collapse-1 {
    margin-left: 1px;
}


/* Button toggle */
.navbar-toggle {
    float: right;
    background-color: #111 !important;
    border-color: #111 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #111 !important;
    opacity: 0.75;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

/* Toggle navigation icon and animation */
.gylph {
    width: 22px;
    color: white;
}

/* Header image style */
.img-style {
    width: 100px;
    padding: 5px;
}

/* Council Name */
@media (max-width:767px) {
    .head > a {
        padding-top: 10px;
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .head > a {
        padding-top: 10px;
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .head > a {
        padding-top: 20px;
        font-size: 30px;
    }
}

.head > a {
    text-align: center;
    display: block;
    color: #419a40 !important;
    font-weight: bold;
    text-decoration: none;
}

/* Body */
/* start */
.min-height {
    min-height: 400px;
}

.navcolor {
    background-color: #419a40 !important;
    color: White;
}

.alternate-navcolor {
    background-color: #111 !important;
    color: white !important;
}

.font-color {
    color: #419a40 !important;
}

.border-bottom {
    border-bottom: 5px solid #222 !important;
}

@media (min-width:992px) {
    .lg-hide {
        display: none !important;
    }
}

.panel-heading {
    display: block;
    height: 35px;
    cursor: pointer;
}

#bs-menu-navbar-collapse-2, #bs-menu-navbar-collapse-3 {
    background-color: #eee;
    padding: 0;
}

    #bs-menu-navbar-collapse-2 > ul > li > a, #bs-menu-navbar-collapse-3 > ul > li > a {
        color: #111;
        font-weight: normal;
    }

        #bs-menu-navbar-collapse-2 > ul > li > a:hover, #bs-menu-navbar-collapse-3 > ul > li > a:hover {
            font-weight: 600;
        }

        #bs-menu-navbar-collapse-2 > ul > li > a:before, #bs-menu-navbar-collapse-3 > ul > li > a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            content: "\f054";
            margin-right: 5px;
        }

/* scroll to top*/
.scrollToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 50px;
    z-index: 9999;
    bottom: 105px;
    text-align: center;
    text-decoration: none;
    background-color: #419a40;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    border: 2px solid #419a40;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .scrollToTop > i {
        padding: 5px;
    }

    .scrollToTop:hover, .scrollToTop:focus {
        background-color: #fff;
        color: #419a40;
        border: 2px solid #419a40;
    }

/* Shadow effect */
div.panel.well1 {
    box-shadow: 0px 1px 10px 0px #111;
    border-bottom: 5px solid #419a40;
}
/* end */

/* Footer */
/* start */
.footer {
    float: left !important;
    display: inline;
    width: 100%;
    min-height: 200px;
    background-color: #222;
}

.footer_head {
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    .footer_head > h2 {
        color: #fff;
        display: block;
        font-size: 20px;
        padding: 20px 0px;
        border-bottom: 5px solid #fff;
        margin-bottom: 15px;
    }

    .footer_head > ul > li > a {
        color: #fff;
    }

        .footer_head > ul > li > a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            margin-left: 5px;
            padding: 5px;
        }

    .footer_head > ul.tag > li > a:before {
        content: "\f02b";
    }

    .footer_head > ul.angle-double-right > li > a:before {
        content: "\f101";
    }

    .footer_head > ul.angle-right > li > a:before {
        content: "\f105";
    }

    .footer_head > ul > li:hover, .footer_head > ul > li > a:hover, .footer_head > ul > li > a:focus {
        background-color: #fff !important;
        color: #0d2a03 !important;
        cursor: pointer;
        font-weight: 600;
    }

.footer-bottom {
    float: left;
    display: inline;
    width: 100%;
    background-color: #3a3838;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .footer-bottom a {
        color: #fff !important;
        text-decoration: none;
        font-weight: bold;
    }
/* end */

/* Home Page */
/* start */
#online_update {
    background-color: #d2cfcb;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}

    #online_update > h3 {
        margin-top: 10px;
    }

        #online_update > h3 > a {
            color: #111 !important;
            text-decoration: none;
        }

    #online_update:hover, #online_update:hover > h3 > a {
        color: #fff !important;
        background-color: #111 !important;
    }
/* end */

/* Login Page */
/* start */
.bg-color {
    background-color: #cededc;
}

.btn.btn-danger {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .btn.btn-danger:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

.margin-bottom {
    margin-bottom: 15px;
}

@media (max-width:991px) {
    /* margin bottom for small screen */
    .margin-bottom {
        margin-bottom: 15px;
    }
}
/* end */

/* Online update data for registered practitioners */
.h3 {
    color: #0d2a03 !important;
}

    .h3 + ol {
        list-style-type: disc;
    }

        .h3 + ol > li {
            color: red;
            font-weight: 500;
        }

/* Toggle Animation for caret */

/* caret down start */
.caret-down {
    animation: caret-down 0.5s ease-in-out forwards;
    -webkit-animation: caret-down 0.5s ease-in-out forwards;
    -o-animation: caret-down 0.5s ease-in-out forwards;
    -ms-animation: caret-down 0.5s ease-in-out forwards;
    -moz-animation: caret-down 0.5s ease-in-out forwards;
}

@keyframes caret-down {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes caret-down {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes caret-down {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(180deg);
    }
}

@-o-keyframes caret-down {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(180deg);
    }
}

@-ms-keyframes caret-down {
    0% {
        -ms-transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(180deg);
    }
}
/* caret down end */

/* caret up start */
.caret-up {
    animation: caret-up 0.5s ease-in-out forwards;
    -webkit-animation: caret-up 0.5s ease-in-out forwards;
    -o-animation: caret-up 0.5s ease-in-out forwards;
    -moz-animation: caret-up 0.5s ease-in-out forwards;
    -ms-animation: caret-up 0.5s ease-in-out forwards;
}

@keyframes caret-up {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes caret-up {
    0% {
        -webkit-transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes caret-up {
    0% {
        -moz-transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@-o-keyframes caret-up {
    0% {
        -o-transform: rotate(-180deg);
    }

    100% {
        -o-transform: rotate(0);
    }
}

@-ms-keyframes caret-up {
    0% {
        -ms-transform: rotate(-180deg);
    }

    100% {
        -ms-transform: rotate(0);
    }
}

/* caret up end */

/* animate toggle start */
.animate-toggle {
    animation: animate-toggle 0.5s ease-in-out forwards;
    -webkit-animation: animate-toggle 0.5s ease-in-out forwards;
    -moz-animation: animate-toggle 0.5s ease-in-out forwards;
    -o-animation: animate-toggle 0.5s ease-in-out forwards;
    -ms-animation: animate-toggle 0.5s ease-in-out forwards;
}

@keyframes animate-toggle {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes animate-toggle {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(180deg);
    }
}

@-moz-keyframes animate-toggle {
    0% {
        -moz-transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(180deg);
    }
}

@-o-keyframes animate-toggle {
    0% {
        -o-transform: rotateY(0);
    }

    100% {
        -o-transform: rotateY(180deg);
    }
}

@-ms-keyframes animate-toggle {
    0% {
        -ms-transform: rotateY(0);
    }

    100% {
        -ms-transform: rotateY(180deg);
    }
}
/* animate toggle end */

/* Online Application Login */
/* otp popup */
.preload {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.35);
    z-index: 1000;
}

.otp_popup {
    background-color: #fff;
    min-height: 100px;
    padding: 30px;
}

.display_otp {
    display: block;
}

.hide_otp {
    display: none;
}

/* create account */
.create_acc {
    background-color: rgba(96, 189, 188, 0.03);
    padding: 10px;
    border: 1px solid rgba(96, 189, 188, 0.03);
    box-shadow: -2px 3px 10px -2px;
    text-align: center;
}
/* font size with all screen */
@media (max-width:767px) {
    /* extra small screen */
    .p_size_xs {
        font-size: 12px;
    }

    .div_style {
        margin-left: 10%;
        margin-right: 10%;
        padding: 0px 30px;
    }

    .otp_popup {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* small screen */
    .p_size_sm {
        font-size: 12px;
    }

    .div_style {
        margin-left: 20%;
        margin-right: 20%;
        padding: 0px 30px;
    }

    .otp_popup {
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    /* Medium screen */
    .p_size_md {
        font-size: 14px;
    }

    .div_style {
        margin-left: 30%;
        margin-right: 30%;
        padding: 0px 30px;
    }

    .otp_popup {
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

@media (min-width:1200px) {
    .p_size_lg {
        font-size: 18px;
    }

    .div_style {
        margin-left: 30%;
        margin-right: 30%;
        padding: 0px 20px;
    }

    .otp_popup {
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

/* slide out start */
.slide_out {
    animation: slide_out 0.5s ease;
    -webkit-animation: slide_out 0.5s ease;
    -moz-animation: slide_out 0.5s ease;
    -o-animation: slide_out 0.5s ease;
    -ms-animation: slide_out 0.5s ease;
}

@keyframes slide_out {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-500px);
    }
}

@-webkit-keyframes slide_out {
    0% {
        -webkit-transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-500px);
    }
}

@-moz-keyframes slide_out {
    0% {
        -moz-transform: translateX(0px);
    }

    100% {
        -moz-transform: translateX(-500px);
    }
}

@-o-keyframes slide_out {
    0% {
        -o-transform: translateX(0px);
    }

    100% {
        -o-transform: translateX(-500px);
    }
}

@-ms-keyframes slide_out {
    0% {
        -ms-transform: translateX(0px);
    }

    100% {
        -ms-transform: translateX(-500px);
    }
}
/* slide out end */

/* slide in start */
.slide_in {
    animation: slide_in 0.5s ease;
    -webkit-animation: slide_in 0.5s ease;
    -moz-animation: slide_in 0.5s ease;
    -o-animation: slide_in 0.5s ease;
    -ms-animation: slide_in 0.5s ease;
}

@keyframes slide_in {
    0% {
        transform: translateX(500px);
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes slide_in {
    0% {
        -webkit-transform: translateX(500px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes slide_in {
    0% {
        -moz-transform: translateX(500px);
    }

    100% {
        -moz-transform: translateX(0px);
    }
}

@-o-keyframes slide_in {
    0% {
        -o-transform: translateX(500px);
    }

    100% {
        -o-transform: translateX(0px);
    }
}

@-ms-keyframes slide_in {
    0% {
        -ms-transform: translateX(500px);
    }

    100% {
        -ms-transform: translateX(0px);
    }
}
/* slide in end */

/* slide in from left start */
.slide_in_frm_left {
    animation: slide_in_frm_left 0.5s ease;
    -webkit-animation: slide_in_frm_left 0.5s ease;
    -o-animation: slide_in_frm_left 0.5s ease;
    -moz-animation: slide_in_frm_left 0.5s ease;
    -ms-animation: slide_in_frm_left 0.5s ease;
}

@keyframes slide_in_frm_left {
    0% {
        transform: translateX(-500px);
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes slide_in_frm_left {
    0% {
        -webkit-transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-o-keyframes slide_in_frm_left {
    0% {
        -o-transform: translateX(-500px);
    }

    100% {
        -o-transform: translateX(0px);
    }
}

@-moz-keyframes slide_in_frm_left {
    0% {
        -moz-transform: translateX(-500px);
    }

    100% {
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes slide_in_frm_left {
    0% {
        -ms-transform: translateX(-500px);
    }

    100% {
        -ms-transform: translateX(0px);
    }
}
/* slide in from left end */

/* slide out from left start */
.slide_out_frm_left {
    animation: slide_out_frm_left 0.5s ease;
    -webkit-animation: slide_out_frm_left 0.5s ease;
    -moz-animation: slide_out_frm_left 0.5s ease;
    -o-animation: slide_out_frm_left 0.5s ease;
    -ms-animation: slide_out_frm_left 0.5s ease;
}

@keyframes slide_out_frm_left {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(500px);
    }
}

@-webkit-keyframes slide_out_frm_left {
    0% {
        -webkit-transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(500px);
    }
}

@-moz-keyframes slide_out_frm_left {
    0% {
        -moz-transform: translateX(0px);
    }

    100% {
        -moz-transform: translateX(500px);
    }
}

@-o-keyframes slide_out_frm_left {
    0% {
        -o-transform: translateX(0px);
    }

    100% {
        -o-transform: translateX(500px);
    }
}

@-ms-keyframes slide_out_frm_left {
    0% {
        -ms-transform: translateX(0px);
    }

    100% {
        -ms-transform: translateX(500px);
    }
}
/* slide out from left end */
