﻿/*Start Page Header*/

.responsive {
    width: 100%;
    height: auto;
}

.header {
    overflow: hidden;
    background-color: transparent;
    padding: 0 10px;
}

.header-right {
    float: right;
}

/*.header #imgChiefMinister {
    width: 90%;
    height: auto;
}
*/
.header #imgCGHBLogo {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
}

/*.header #imgMinister {
    width: 90%;
    height: auto;
}*/


@media screen and (max-width: 500px) {
    .header #imgCGHBLogo {
        width: 100%;
        height: auto;
        display: block;
    }
}

/*End Page Header*/


body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 40px;
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px;
}

.image {
    width: 360px;
    height: 280px;
}

.border-line {
    border-right: 1px solid #7e1126;
}


.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px;
}

.or {
    width: 10%;
    font-weight: bold;
}

.text-sm {
    font-size: 14px !important;
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input, textarea {
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid lightgrey;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #7e1126;
        outline-width: 0;
    }

a {
    color: inherit;
    cursor: pointer;
}

    a:hover {
        color: #fd6e01;
    }

.btn-blue {
    background-color: #7e1126;
    color: #fff;
    border-radius: 7px;
}

    .btn-blue:hover {
        background-color: #fd6e01;
        cursor: pointer;
        color: #7e1126;
        font-weight: 600;
        border: 2px solid #7e1126;
    }

.bg-blue {
    color: #fff;
    background-color: #7e1126;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }
}

/*Start Tab Indentation*/

.demo-container {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

.title {
    color: #999;
    text-align: center;
    margin-bottom: 50px;
}

.git-repo {
    position: absolute;
    right: 0px;
    top: 0px;
}

.tab_accord_wrapper.flat_theme {
    ul .tabs

{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

ul.tabs li {
    color: #000000;
    border-right: 1px solid #e2e2e2;
}

    ul.tabs li.active {
        background-color: #fff;
        color: #fff;
        border-bottom: 2px solid #fff;
        background: #7e1126;
    }

.tab_container {
    background: #fff;
    border: 1px solid #e2e2e2;
}

.tabs_action {
    border-top: 1px solid #e2e2e2;
}

@media screen and (max-width: 768px) {
    .tab_drawer_heading {
        color: #ffffff;
        background-color: #7e1126;
    }
}

}


/* Assign min-width to container */
.select2-container {
    min-width: 200px;
}

    .select2-container .select2-choice {
        border: 2px solid #dce4ec;
        height: 36px;
        border-radius: 0px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        text-indent: 1px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #dce4ec;
        border-radius: 0px;
    }

    .select2-container input:focus, .select2-container .selection:focus {
        outline: 0px;
    }

.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .select2-drop.select2-drop-above {
        margin-top: 2px;
        border-top: 2px solid #dce4ec;
        border-bottom: 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.select2-search {
    margin-top: 3px;
}

    .select2-search input {
        height: 30px !important;
        border: 2px solid #dce4ec;
    }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

    .select2-dropdown-open .select2-choice div {
        background: transparent;
        border-left: none;
        filter: none;
    }

.select2-results .select2-highlighted {
    background: #1abc9c;
    color: #fff;
    border-radius: 0px;
}

.select2-results {
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
}

//Tab Accordian Wrapper Style
body {
    margin: 0px;
    padding: 0px;
}

.tab_accord_wrapper {
    display: block;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    ul .tabs

{
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    height: 32px;
}

ul.tabs li {
    float: left;
    margin: 0px;
    cursor: pointer;
    padding-left: 21px;
    padding-right: 21px;
    height: 31px;
    line-height: 31px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

    ul.tabs li.active {
        display: block;
    }

.tab_container {
    border-top: none;
    width: 100%;
    clear: both;
    float: left;
    overflow: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tabs_action {
    text-align: right;
    position: relative;
    clear: both;
    padding-top: 17px;
    padding-right: 20px;
    button

{
    border-radius: 0px;
    >.fa

{
    padding-left: 10px;
}

}
}

.tab_content {
    padding: 10px;
    display: none;
    transition: all 0.25s ease-in-out;
    animation: flipdown 0.8s ease both;
    &:nth-of-type(n)

{
    animation-delay: 0.1s;
}

}

p.venue_desc {
    line-height: 25px;
    padding: 0 0 10px 0;
    text-align: justify;
}

.venue_desc_more {
    margin-top: -15px;
    display: block;
    margin-bottom: 20px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }

    .tab_container {
        padding: 0px;
        width: 100%;
    }

    .tab_drawer_heading {
        animation: flipdown 0.5s ease both;
        padding: 10px 10px;
        font-size: 20px;
        margin: 0px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        &:nth-of-type(1)

{
    animation-delay: 0.5s;
}

&:nth-of-type(2) {
    animation-delay: 0.75s;
}

&:nth-of-type(3) {
    animation-delay: 1s;
}

.fa {
    float: right;
    font-size: 18px;
}

}
}
}

/*End Tab Indentation*/
