﻿body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search-section select {
    width: 100%;
    height: 36px;
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.search-section select option{
 font-size: 17px;
}
    .search-section input::placeholder {
        font-size: 17px;
    }
.search-section label {
    font-size: 17px;
    margin-bottom: 5px;
}

.search-section .form-group {
    margin-bottom: 1rem;
}

.popupblock .close {
    background-color: transparent;
    border: 0;
    font-size: 32px;
}

.srchlistdata h2 a {
    color: #3b4559;
}
.search-section .btn.btn-primary {
    margin-top: 27px;
}
    .search-section .btn.btn-primary:first-child {
        margin-right: 10px;
    }
.search-section {
    padding: 15px;
    box-shadow: 0 0 10px #dfdfdf;
    background: #fff;
}
.content-list {
    padding: 40px 0;
}
.list_block {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #fff;
}

.chkCovidCheck {
    font-size: 15px;
    padding-left: 6px;
    color: #007479;
}

.srchlistdata {
    padding: 15px;
    position: relative;
    background: #fff
}
.srchlistdata h2  {
    font-size: 16px;
    font-weight: 600;
}
.srchlistdata p {
    margin-bottom: 0;
}
.srchlistdata p span {
    font-size: 13px;
}
    .srchlistdata p span strong {
        font-size: 13px;
    }
.dropdownmenu {
    vertical-align: middle;
    position: relative !important;
}
    .dropdownmenu > span {
        display: inline-block;
        vertical-align: top;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 20px;
        color: #a7a7a7;
        margin-top: 5px;
    }

    .dropdownmenu .dropdownlist {
        right: 0;
    }
    .dropdownmenu .dropdownlist {
        top: 25px;
        right: 0px;
        min-width: 130px;
    }
.date_shortmenu {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.date_shortmenu ul, .date_shortmenu ol {
    list-style: none;
    padding-left: 0px;
}

.dropdownlist {
    background-color: #fff;
    border: 1px solid #eee;
    right: 0;
    position: absolute;
    top: 35px;
    z-index: 2;
    display: none;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dropdownmenu:hover .dropdownlist, .dropdownmenu:focus .dropdownlist, .dropdownmenu.open .dropdownlist, .dropdownmenu:focus-within .dropdownlist {
    display: block;
}
.dropdownlist > ul > li {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    word-break: break-word;
}
.dropdownlist li a, .dropdownlist li > p {
    color: #313131;
    display: block;
    line-height: 20px;
    padding: 8px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.umbraco {
    padding: 30px 0;
}
.srchlistdata h2 i {
    margin-right: 10px;
    font-size: 20px;
}
span.dropliicon {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.dropdownmenu .dropdownlist li:hover a, .dropdownmenu .dropdownlist li a:focus {
    background-color: #f5f5f5;
    text-decoration: none;
}
.modal-xl {
    max-width: 1140px;
}
.addpopup {
    box-shadow: none;
    padding: 0;
}
.checkfields {
    margin: 12px 0;
}
.list1 input[type="checkbox"], .list1 input[type="radio"] {
    height: 20px;
    width: 20px !important;
    vertical-align: middle;
}
.checkfields label {
    padding-right: 15px;
}

.checkfields label {
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    padding-left: 15px;
    line-height: 21px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.list1 {
    margin-top: 15px;
}

    .list1 input {
        margin: 0;
    }
button.btn.btn-primary.cancle-btn {
    background: #eee;
    color: #3b4559;
    transition: 300ms all ease-in-out;
    border-color: #eee;
}
    button.btn.btn-primary.cancle-btn:hover, button.btn.btn-primary.cancle-btn:focus {
        background: #e7e7e7;
    }


.pagination {
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
}
.page-item .pre, .page-item .next {
    background: #f4f4f4;
    /* border-radius: 50%; */
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    /* border-top-right-radius: 50% !important; */
    /* border-bottom-right-radius: 50% !important; */
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    transition: 300ms all ease-in-out;
}

.pagi-nation .page-link {
    margin: 2px;
    padding: 7px 12px;
    border-radius: 2px;
    background-color: #f4f4f4;
    color: #484848;
    border: 0;
}
a.page-link.pre {
    cursor: default !important;
}
.pagi-nation .page-item.active .page-link {
    background-color: #394659;
    color: #fff;
    border-color: #394659;
}
.page-link:hover, .page-link:focus {
    color: #fff;
    background-color: #394659;
    border-color: #394659;
}
a.page-link.pre:hover, a.page-link.pre:focus {
    background-color: #f4f4f4;
    color: #b1b2b4;
}
.dropdownlist li a {
    font-size: 14px;
}

/*Order managemnet*/
.srchlistdata h2 span {
    font-size: 16px;
    margin-left: 20px;
    display: inline-block;
    font-weight: 600;
    color: #3b4559;
}
.ord-status {
    margin-right: 30px;
}
.srchlistdata h2.ord-status strong {
    font-weight: 400;
}
.srchlistdata > div > strong {
    float: left;
    font-size: 13px;
    margin-right: 7px;
    color: #2c2c2c;
}
.srchlistdata > div > p {
    overflow: hidden;
}

    .srchlistdata > div > p > span {
        display: block;
        font-size: 14px;
    }
.datalist {
    margin-bottom: 3px;
}
.css-popup {
    margin: auto;
    left: 0 !important;
    right: 0;
    width: 900px;
    position: fixed;
    top: 50px;
    z-index: 104;
    overflow: hidden;
    background: #fff;
}

    .css-popup h2 {
        margin-bottom: 0px !important;
    }

.header-popup > h2 {
    color: #fff !important;
    width: 90% !important;
    font-size: 25px !important;
    float: left !important;
    padding: 0 !important;
    font-weight: 500 !important;
}
.popupcontent {
    background: #ffffff;
    padding: 22px 25px;
    max-height: 410px;
    overflow: auto;
}
.order-popup select {
    width: 100%;
    height: 36px;
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.updatebtn button {
    height: 36px;
    width: 110px;
    margin-top: 31px;
    border-radius: .25rem;
    background-color: #00adb5;
    border-color: #00adb5;
}
.header-popup button.close {
    color: #fff !important;
    opacity: 1;
    font-size: 36px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    background-color: transparent;
    border: 0px;
    margin: 0;
}
/*.popup-bg {
    background: rgba(20, 18, 18, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 103;
}*/
.massages {
    z-index: 105 !important;
    padding-bottom: 20px;
}

.header-popup {
    background: #02769a !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 10px 15px !important;
    display: flex;
}
.css-popup .popup-contain, .css-popup .popupcontent {
    max-height: 600px;
}

.errorborder {
    border: 1px solid red;
}
.errorunderline {
    border-bottom: 3px solid red;
    padding-bottom: 5px;
}
.errormassage {
    background: none repeat scroll 0 0 #fff;
}
.errortext i {
    font-size: 25px;
    color: #696969;
    display: inline-block;
    vertical-align: middle;
}

.popupcontent, .popup-contain, .full-popup-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}
.spnMessage {
    color: #3b4559;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-left: 10px;
    vertical-align: middle;
}


.fullheader-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.orderdetail {
    padding: 30px 0;
}
.arizona {
    padding-bottom: 30px;
}
.order-detail {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
table.table.ordertable {
    border-bottom: 1px solid #dee2e6;
}
.ordertable span {
    margin-left: 10px;
}
.ordertable tbody tr td {
    padding: 20px 15px;
    font-size: 14px;
}
.ordertable th {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.name-block {
    font-size: 18px;
    color: #3b4559;
    font-weight: 600;
}
.street-block {
    line-height: 26px;
    font-size: 15px;
}
.order-info div {
    font-size: 15px;
}

.sub-total td strong {
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;
}

.pagi-nation .pre {
    white-space: normal;
}
.pagi-nation nav {
    display: inline-block;
    vertical-align: middle;
    max-width:100%;
}
.pagi-nation .pagination {
    margin: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    color: transparent !important;
}
.contetwrarpperfullpopup {
    position: initial !important;
}
.search-section .ui-datepicker-trigger {
    display: none;
}

.input-append .add-on {
    height: 32px !important;
}

.event-rightpart ul.social-icon li a {
    line-height: 40px;
}
.full-popup .container {
    max-width: 1140px;
    width: 1140px;
}

.full-popup .sub-total {
    border: none !important;
    line-height: 28px;
}

.full-popup .arizona {
    padding-top: 10px;
}
.srchlistdata .eventattendee h2 {
    margin: 0 !important;
}
.eventattendee .custom-check {
    margin: 6px 15px 0 0;
}
/*26-08-2019*/
.contetwrarppercsspopup {
    z-index: 1 !important;
}
.contetwrarppercsspopup1, .contetwrarppercsspopup1 #contentcolumn, .contetwrarppercsspopup1 .umb-editor {
    z-index: unset !important;
}
.css-popup .umbraco {
    padding: 0;
}
/**/

.eventtable .headerrow {
    font-size: 16px;
    font-weight: 500;
    color: #00adb5;
}

.eventtable .tablerow a {
    color: #033592;
    font-size: 14px;
}

.eventtable .tablerow {
    font-size: 14px;
    color: #3b4559;
}

    .eventtable .tablerow > a:hover, .eventtable .tablerow > a:focus {
        color: #00adb5;
    }

.innertable .headerrow {
    font-size: 15px;
}

.eventtable.table-hover tbody tr:hover, .attendeetable.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.015);
}

.eventtable.table-bordered td, .eventtable.table-bordered th, .eventtable.table-bordered thead th {
    border-bottom: 1px solid #f5f5f5;
}

.eventtable .date_shortmenu {
    position: absolute;
    right: 0;
    top: -5px;
    left: 0;
}


.eventtable .dropdownmenu > span {
    font-size: 25px;
    color: #00adb5;
    margin-top: 0;
}

table.innertable.attendeetable.table-fixed tr td, table.innertable.attendeetable.table-fixed tr th {
    border-top: 1px solid #f5f5f5 !important;
}

table.innertable.attendeetable.table-fixed th, table.innertable.attendeetable.table-fixed tr td {
    border: none;
}

.tablescroll {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .tablescroll tbody {
        display: block;
        height: 200px;
        overflow: auto;
    }

        .tablescroll thead, .tablescroll tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

.tablerow, .headerrow {
    display: flex;
    padding: 10px 5px;
    cursor: pointer;
}

    .tablerow > div, .headerrow > div {
        display: inline-block;
        margin: 0 10px;
    }

.eventtable {
    border: 1px solid #f5f5f5;
}

.innertable {
    background-color: #fcfcfc;
    padding: 0 20px 20px;
    border: 1px solid #e8e8e8;
}

.innertable .test {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.innertable .orderT {
    width: 100%;
}
.tablerow:hover {
    background-color: #f3f3f3;
}
/**/
.fiftyp {
    width: 50%;
}

.fortyp {
    width: 40%;
}

.thirtyp {
    width: 30%;
}

.twentyp {
    width: 20%;
}


.twentyp {
    width: 20%;
}

.eighteenp {
    width: 18%;
}

.eightp {
    width: 8%;
}
.ninep {
    width: 9%;
}

.twelp {
    width: 12%;
}

.tenp {
    width: 10%;
}

.sixp {
    width: 6%;
}

.sixteenp {
    width: 16%;
}

.twentyfourp {
    width: 24%;
}

.twentyfivep {
    width: 25%;
}
.thirtyfourp {
    width: 34%;
}
.thirtyp{
    width:30%;
}
.twentythreep {
    width: 23%;
}

.thirtythreep {
    width: 33%;
}

.fiftytwop {
    width: 52%;
}

.fourtytwop {
    width: 42%;
}

.fourp {
    width: 4%;
}

.twop {
    width: 2%;
}

.elevenp {
    width: 11%;
}

.fivep {
    width: 5%;
}

.sixp {
    width: 6%;
}
.sevenp {
    width: 7%;
}

.fifteenp {
    width: 15%;
}

.sixteenp {
    width: 16%;
}

.fourtyeightp {
    width: 48%;
}

.fourtysixp, .fourtysixp {
    width: 46%;
}

.fiftyeightp, .fiftyeightp {
    width: 58%;
}

.fiftyp, .td.fiftyp {
    width: 50%;
}

.seventeenp {
    width: 17%;
}

.threep {
    width: 3%;
}

.fourtyp {
    width: 40%;
}

.thirtyp {
    width: 30%;
}
.fourtyfivep {
    width: 45%;
}
/**/
.eventtable .tablerow div {
    text-overflow: ellipsis;
    overflow: hidden;
}
.eventtable .tablerow:last-child {
    border: 0;
}
.E_email {
    margin-left: 0 !important;
}
/*1-11-2019*/
.eventbg > .tablerow, .eventbg > .tablerow:hover {
    background: #f1fffe;
}
/*.producttable {
    background: #f6f6f9;
}*/
.producttable .headerrow {
    border-top: 1px solid #e5e5e5;
}
.height10{
    height:10px;
}

.gridseperator {
    background: #f6f4f4;
    height: 20px;
}
.eventbg {
    box-shadow: 0 0 2px 1px #e8e8e8;
    margin: 0px 0 2px 0px;
    background: #ffffff;
    padding-bottom: 15px;
}
/*.eventtable .headerrow {
    background: #ffffff;
}*/
.categoryimage {
    color:#000 !important;
}
.eventtable .tablerow div:first-child {
    overflow: inherit;
}
.eventtable .headerrow.mainrow {
    color: #353535;
    font-weight: 500;
}
.headerrow.eventmiddlerow {
    color: #3e65f7 !important;
}
.eventtable .checkmark1 {
    top: 4px !important;
}
.product-title{
    font-size:18px;
    margin:0
}
.multipleselect {
    height: auto !important;
    margin-bottom: 0;
}
.close{
    opacity:1;
}
.arizona .close.icon-close-btn.close-Icon {
    margin: 10px 10px 0 0;
}
.popup-title span {
    color: #444 ;
    font-size:22px;
    vertical-align:middle;
}
.popupblock .arizona img {
    width: 200px;
}

.umb-tree-item__inner .umb-tree-icon span {
    background-color: red;
}
