﻿/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
a:not([class]):visited {
    color: #6f42c1;
} 
column {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s,-webkit-box-shadow .5s;
    transition: background-color .5s;
    transition: transform .5s;
    margin-bottom: 20px;
    /*padding-right: 0px;*/
    padding: 10px;
    background-color: #fff;
} .column:hover {
        background-color: #fff !important;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
        transform: translate3d(0,-.5rem,0);
        transition: transform .5s;
    } .column .InnerDataWrap {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    } .column .InnerDataWrap .ImageWrap {
            width: 12.6666666667%;
            position: relative;
        } .column .InnerDataWrap .ImageWrap:before {
                content: '';
                height: 50px;
                width: 50px;
                background-image: url('images/heart_shadow2.png');
                background-size: contain;
                position: absolute;
                top: 5px;
                right: 5px;
            } .column.GridView {
        padding: 0px;
        margin: 0px 5px;
    } .column.GridView .ContentWrap {
            padding: 5px 10px;
        } .column.GridView .InnerDataWrap .ContentWrap {
            order: 1;
        } .column.GridView .InnerDataWrap .ImageWrap {
            order: 0;
            width: 100%;
            margin-bottom: 20px
        } .column.GridView .InnerDataWrap .ImageWrap img {
                width: 100%;
            } .column.GridView .InnerDataWrap .DateWrap {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #fff;
            border-radius: 2px;
            display: flex;
            align-items: center;
            color: #000;
            padding: 3px 20px;
            z-index: 9;
        } .column .InnerDataWrap .DateWrap {
        text-align: center;
    } .column .InnerDataWrap .DateWrap h4 {
            font-size: 24px;
            font-weight: 500;
            color: #7E96AF;
        } .column .InnerDataWrap .DateWrap p {
            font-size: 1.64rem;
            color: #000;
        } .column.GridView .InnerDataWrap .DateWrap h4 {
        /*font-weight: 100;*/
        font-size: 13px;
        margin-bottom: 0px;
    } .column.GridView .InnerDataWrap .DateWrap p {
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 0px;
    } .column .InnerDataWrap .ContentWrap h4 {
        font-size: 24px;
        font-weight: 500;
        color: #7E96AF;
    } .column .InnerDataWrap .ContentWrap ul {
        padding: 0px;
    } .column .InnerDataWrap .ContentWrap ul li {
            list-style-type: none;
            font-size: 13px;
            color: rgba(0,0,0,0.74);
            margin-bottom: 5px;
        } .column .InnerDataWrap .ContentWrap ul li i {
                margin-right: 10px;
            } .buttonWrapGrid {
    margin: 20px 0px;
    text-align: right;
    padding: 0px 15px;
} .column .InnerDataWrap .ContentWrap {
    flex: 0 0 40%;
} .buttonWrapGrid button {
    background-color: transparent;
    border: none;
    box-shadow: none;
} .buttonWrapGrid button:focus {
        outline: none;
        box-shadow: none;
    } .FormWrap {
    margin: 20px 0px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    padding: 20px;
} .FormWrap input {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    } .FormWrap input:focus {
            outline: none;
            box-shadow: none;
            border-top: none;
            border-left: none;
            border-right: none;
            box-shadow: none;
        } .FormWrap select {
        border-top: none;
        border-left: none;
        border-right: none;
    } .FormWrap select:focus {
            outline: none;
            box-shadow: none;
            border-top: none;
            border-left: none;
            border-right: none;
            box-shadow: none;
        } .FormWrap button {
        background-color: #9e9e9e !important;
        text-align: center;
        letter-spacing: .5px;
        -webkit-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
        color: #fff;
        border: none;
        border-radius: 2px;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        text-transform: uppercase;
        vertical-align: middle;
    } #show-more, #show-less {
    margin-bottom: 10px;
} #show-more a, #show-less a {
        color: #9e9e9e !important;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
    } #show-more a i, #show-less a i {
            margin-right: 10px;
        } #show-more a:hover, #show-less a:hover {
            text-decoration: none;
        } @media screen and (max-width: 991px) {
    .column.GridView {
        width: 48% !important;
    }
} @media screen and (max-width: 767px) {
    .column .InnerDataWrap .ImageWrap {
        width: 100%;
    }

        .column .InnerDataWrap .ImageWrap img {
            width: 100%;
        }

    .column {
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }

        .column .InnerDataWrap {
            padding: 10px;
        }

            .column .InnerDataWrap .DateWrap {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }

                .column .InnerDataWrap .DateWrap h4, .column .InnerDataWrap .DateWrap p {
                    margin-bottom: 0px;
                }

                .column .InnerDataWrap .DateWrap h4 {
                    margin-right: 10px;
                }

            .column .InnerDataWrap .ContentWrap {
                order: 1;
                margin-top: 10px;
            }
} @media screen and (max-width: 667px) {
    .column.GridView {
        width: 100% !important;
    }
} @media screen and (max-width: 991px) {
    .column .InnerDataWrap .ContentWrap {
        flex: 0 0 100%;
    }
}
/*********** NAV Sub Menu **********/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
/***************AutoComplete ***************/
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
} .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
} .autocomplete-no-suggestion {
    padding: 2px 5px;
} .autocomplete-selected {
    background: #F0F0F0;
} .autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
} .autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
} .btn-xs {
    padding: .15rem .25rem;
    font-size: .875rem;
    border-radius: .2rem;
} .tooltip-inner {
    max-width: 500px;
    text-align: left;
} @media (max-width:500px) {
    .tooltip-inner {
        max-width: 300px;
    }
} .dataTables_info {
    display: inline-block;
} .dataTables_paginate {
    display: inline-block;
    float: right;
}
/*Conf Css*/
.media-chat-scrollable {
    max-height: 520px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: auto;
} .media-chat-scrollable:not(.flex-column) .media:last-child {
        margin-top: 1.25rem;
    } .media-chat-scrollable:not(.flex-column) .media:first-child {
        margin-top: 0;
    } .media-chat-scrollable ul {
        list-style: none;
    } @media (min-width:576px) {
    .media-chat .media {
        margin-right: 20%;
    }

        .media-chat .media.media-chat-item-reverse {
            margin-right: 0;
            margin-left: 20%;
        }
} .media-chat-item {
    position: relative;
    padding: 0.625rem 1rem;
    width: auto;
    display: inline-block;
    color: #333;
    border-radius: 0.25rem;
} .media-chat-item:not([class*="bg-"]) {
        background-color: #fff;
        border-color: #fff;
    }
/*.media-chat-item:before{content:"";left:-5px;top:1rem;position:absolute;margin-left:0;border-top:5px solid transparent;border-right:5px solid;border-right-color:inherit;border-bottom:5px solid transparent;}
			.media-chat-item-reverse .media-chat-item:before{left:auto;right:-5px;border-right:0;border-left:5px solid;border-left-color:inherit;}*/
.media-chat-item-reverse .media-chat-item {
    text-align: left;
    color: #fff;
} .media-chat-item-reverse .media-chat-item:not([class*="bg-"]) {
        background-color: #2196f3;
        border-color: #2196f3;
    } .media-chat-item-reverse .media-body {
    text-align: right;
} .media-chat-inverse .media-chat-item {
    color: #fff;
} .media-chat-inverse .media-chat-item:not([class*="bg-"]) {
        background-color: #2196f3;
        border-color: #2196f3;
    } .media-chat-inverse .media-chat-item-reverse .media-chat-item {
    color: #333;
} .media-chat-inverse .media-chat-item-reverse .media-chat-item:not([class*="bg-"]) {
        background-color: #eee;
        border-color: #eee;
    } @media screen and (max-width: 667px) {
    .column.GridView {
        width: 100% !important;
    }
} @media screen and (max-width: 991px) {
    .column .InnerDataWrap .ContentWrap {
        flex: 0 0 100%;
    }
} .font-color-black {
    color: #000;
}
/* events index stuff */
.card-hover {
    transition: transform 1s;
} .card-hover:hover {
        box-shadow: 0 1rem 3rem rgba(0,0,0, .175) !important;
        transform: translate(0px, -5px);
        cursor: pointer;
    } .card-img, .card-img-bottom, .card-img-top {
    max-height: 150px;
    object-fit: cover;
} .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 10px;
    list-style: none;
    border: 1px solid white;
    border-radius: 5px;
} .tag {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 0 7px 20px;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    color: #996633;
    text-shadow: 0px 1px 0px rgba(255,255,255,.4);
    padding: 0.2em 0.4em 0.1em 0.9em;
    border-top: 1px solid #d99d38;
    border-right: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0.25em 0.25em 0;
    -moz-border-radius: 0 0.25em 0.25em 0;
    border-radius: 0 0.25em 0.25em 0;
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    /*           filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47'); */
    -webkit-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    z-index: 100;
} .tag:before {
    content: '';
    width: 1.30em;
    height: 1.358em;
    background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    /*           filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');*/
    position: absolute;
    left: -0.69em;
    top: .2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0 0 0.25em;
    -moz-border-radius: 0 0 0 0.25em;
    border-radius: 0 0 0 0.25em;
    z-index: 1;
} .tag:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    -webkit-border-radius: 4.167em;
    -moz-border-radius: 4.167em;
    border-radius: 4.167em;
    border: 1px solid #d99d38;
    -webkit-box-shadow: 0 1px 0 #faeaba;
    -moz-box-shadow: 0 1px 0 #faeaba;
    box-shadow: 0 1px 0 #faeaba;
    position: absolute;
    top: 0.667em;
    left: -0.083em;
    z-index: 9999;
} .tag:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    /*                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');*/
    border-color: #e1b160;
} .tag:hover:before {
    background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    /*                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', EndColorStr='#fec86c');*/
    border-color: #e1b160;
} .tag a:hover {
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
}
/**********************/
.red-text {
    color: red;
}
.formbuilder-radio p, .formbuilder-checkbox p {
    margin: 0;
}
/********************** bootstrap-select MultiSelect */
.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    padding-right: 40px;
}

.bootstrap-select > .dropdown-toggle::after {
    content: unset;
}

/*********************form-render ****************/
rendered-form .row {
    margin-bottom: 20px;
}
.red {
    color: red;
}
.hidden {
    display:none;
}