﻿.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#tableDatapagination .pagination ul li.inactive, #tableDatapagination .pagination ul li.inactive:hover {
    background-color: #ededed;
    color: #bababa;
    border: 1px solid #bababa;
    cursor: default;
}

#tableDatapagination .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#tableDatapagination .pagination {
    width: 480px;
    height: 25px;
}

    #tableDatapagination .pagination ul li {
        list-style: none;
        float: left;
        border: 1px solid #18aacc;
        padding: 2px 6px 2px 6px;
        margin: 0 3px 0 3px;
        font-family: arial;
        font-size: 11px;
        color: #18aacc;
        font-weight: bold;
        background-color: #fff;
    }

        #tableDatapagination .pagination ul li:hover {
            color: #fff;
            background-color: #18aacc;
            cursor: pointer;
        }

.go_button {
    padding: 3px 5px;
    background-color: #18aacc;
    border: 1px solid #18aacc;
    color: #fff;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    margin-top: -1px;
}

.total {
    float: right;
    font-family: arial;
    color: #999;
}

.pagination p {
    float: left;
    padding: 0px;
    margin: 0px;
}

.innerPagination {
    margin-top: -1px;
}

    .innerPagination ul {
        margin: 0px;
    }

.pagedata {
    float: left;
}

.datatodisplay {
    background: #ccc;
    width: 100%;
    height: 100px;
}

.form-wizard-step-icon i {
    margin-top: 12px;
}

#tableDatapagination .pagination {
    width: 100%;
    min-width: 377px;
    height: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.typeColor {
    color: #18aacc;
}

.small-box h5 {
    font-size: 16px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    text-shadow: none !important;
}

    h1 span {
        color: #18AACC;
        font-size: 13px;
        font-weight: 500;
        font-style: italic;
    }

h2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 7px 0px 15px;
}

h3 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 10px;
}

h4 {
    color: #885df1;
    font-size: 16px;
    font-weight: 600;
}

h5 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

h6 {
    font-size: 13px;
}

p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 10px;
}

label {
    font-weight: 500;
    color: #000;
}


.mt0 {
    margin-top: 0 !important;
}

.confirm-wrapper {
    max-width: 50%;
}

.SetupBody {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}


.boxShadow {
    background: #eef5ff;
    padding: 10px 10px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.alert.alert-info {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: 6px;
    margin-bottom: 0;
}

.step-icon {
    background: rgba(37,180,91,.2);
    border: 1px solid #25b45b;
    color: #25b45b;
    border-radius: 50%;
    position: relative;
    outline: none;
    font-size: 10px;
    padding: 1px 4px;
    margin-right: 5px;
}

.name {
    color: #f15d5d;
    padding-right: 6px;
    font-size: 13px;
}

/*.nav-tabs-custom .nav.nav-tabs li {
    margin-right: 10px;
    border-radius: 15px;
    border-color: #007cb9;
}*/

.nav-tabs {
    background: #eaeef6;
}

.nav-tabs-custom .nav.nav-tabs li .nav-link {
    padding: 5px 15px 5px 35px;
    background: #fff;
    color: #000;
    font-size: 14px;
    /* border-radius: 15px !important; */
    border-color: transparent;
}

    .nav-tabs-custom .nav.nav-tabs li .nav-link span {
        position: absolute;
        top: 0px;
        left: -1px;
        padding: 4px 8px;
        /* border-radius: 50%; */
        background: #cccccc;
        width: 31px;
        height: 31px;
        text-align: center;
        font-weight: 600;
    }

.nav-tabs-custom > .nav-tabs > .nav-item.active .nav-link, .nav-tabs-custom > .nav-tabs > li > .nav-item.active .nav-link {
    border-bottom: none !important;
    border-bottom-color: transparent !important;
    color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 13px !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-bottom-color:none !important;
}
.table th, .table td {
    padding: 8px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.SumoSelect > .CaptionCont {
    line-height: 21px !important;
    border-radius: 6px !important;
}

.calendaricon {
    top: 25px !important;
}

.calendariconSet {
    top: 27px !important;
    right: 10px !important;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    margin-top: 3px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 18px;
        font-size: 12px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #445154;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
        font-size: 12px;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
        font-size: 12px;
    }

    .paginationPanel button {
        background: #999;
        color: #fff;
        font-size: 12px;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.TotalRecords {
    background: #3d506d;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
}

.uploadBg {
    border: dashed 1px #ccc;
    padding: 10px;
    border-radius: 10px;
}

.input-file {
    border-radius: 6px !important;
    padding: 5px !important;
}

.maxheight200 {
    height: 200px;
    overflow: auto;
}

.radio.radio-success input[type=radio]:checked + label:before {
    border-color: #18AACC;
}

textarea.form-control {
    height: auto !important;
}


#mdlCreateCampaign .modal-dialog {
    min-width: 87%;
}

#mdlCreateCampaign .modal-header {
    padding: 8px 15px;
    /*background: #54c5cb;*/
    border-radius: 0;
}

    #mdlCreateCampaign .modal-header h4 {
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }

        #mdlCreateCampaign .modal-header h4 span {
            padding: 2px 5px;
            background: #24426bd1;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }


#mdlCreateCampaign .close {
    outline: none;
    border: none;
    background: none;
    top: 12px;
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    opacity: 1 !important;
    /*border: 1px solid #3d506d;
    border-radius: 50%;
    padding: 2px 6px;*/
}

#mdlCreateCampaign .modal-body {
    height: 575px;
}

.nav.nav-tabs {
    border: none;
}

.nav-tabs-custom {
    border: none;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 350px !important;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #18AACC;
    color: #fff;
    text-shadow: none !important;
    font-weight: 600;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #ececec;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: 80px;
    cursor: pointer;
}

.fa.fa-paperclip {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
}

.MessagePreview {
    background-image: url(../../../images/iphone-160307_1280.png);
    height: 250px;
    width: 210px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    text-align: left;
    padding: 10px;
    position: relative;
}

    .MessagePreview .inner-wrapper {
        width: 100px;
        padding: 5px;
        height: 100px;
        position: absolute;
        top: 38px;
        left: 55px;
    }

    .MessagePreview h1 {
        color: #000;
        font-size: 10px;
    }

    .MessagePreview p {
        color: #000;
        font-size: 8px;
        font-weight: 200;
        text-align: justify;
    }

    .MessagePreview a {
        color: blue;
        font-size: 8px;
    }

.modal .modal-footer {
    display: flex;
    align-items: center;
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
    left: 0;
    border-radius: 0
}

    .modal .modal-footer input {
        width: 200px;
    }

.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 200px;
}

#TOPtblAudiunce {
    height: 300px !important;
}

.pos-rel {
    position: relative !important;
}

.wbg {
    background: url(../../../images/wbg.jpg);
    width: 340px;
    height: 205px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px;
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.wdata {
    background-color: #fff;
    border-radius: 7.5px;
    border-top-left-radius: 0;
    box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
    min-height: 20px;
    position: relative;
    word-wrap: break-word;
    padding: 10px;
    position: absolute;
    top: 7px;
    min-height: 98px;
    left: 135px;
    right: 20px;
    width: 300px;
    box-shadow: 0 0 4px #aba5a5;
}

.wdocBG {
    background-color: #ccd0d5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 100px;
}

.wdocument {
    background-image: url(../../../images/Wdocument.png);
}

.wheader {
    color: rgba(0, 0, 0, .76);
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 6px 7px 0 9px;
    margin-bottom: 4px;
}

.wbody {
    color: #282828;
    font-size: 12px;
    padding: 0 7px 2px 9px;
    margin-bottom: 4px;
}

.wfoot {
    color: rgba(0, 0, 0, .45);
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 8px 9px;
    margin-bottom: 4px;
}


/*Statt */


.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#tableDatapagination .pagination ul li.inactive, #tableDatapagination .pagination ul li.inactive:hover {
    background-color: #ededed;
    color: #bababa;
    border: 1px solid #bababa;
    cursor: default;
}

#tableDatapagination .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#tableDatapagination .pagination {
    width: 480px;
    height: 25px;
}

    #tableDatapagination .pagination ul li {
        list-style: none;
        float: left;
        border: 1px solid #18aacc;
        padding: 2px 6px 2px 6px;
        margin: 0 3px 0 3px;
        font-family: arial;
        font-size: 11px;
        color: #18aacc;
        font-weight: bold;
        background-color: #fff;
    }

        #tableDatapagination .pagination ul li:hover {
            color: #fff;
            background-color: #18aacc;
            cursor: pointer;
        }

.go_button {
    padding: 3px 5px;
    background-color: #18aacc;
    border: 1px solid #18aacc;
    color: #fff;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    margin-top: -1px;
}

.total {
    float: right;
    font-family: arial;
    color: #999;
}

.pagination p {
    float: left;
    padding: 0px;
    margin: 0px;
}

.innerPagination {
    margin-top: -1px;
}

    .innerPagination ul {
        margin: 0px;
    }

.pagedata {
    float: left;
}

.datatodisplay {
    background: #ccc;
    width: 100%;
    height: 100px;
}

.form-wizard-step-icon i {
    margin-top: 12px;
}

#tableDatapagination .pagination {
    width: 100%;
    min-width: 450px;
    height: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.typeColor {
    color: #18aacc;
}

.small-box {
    height: 88px;
}
/*Statt end*/
#mdlStastics .modal-dialog {
    min-width: 95%;
}

#mdlStastics .close {
    outline: none;
    border: none;
    background: none;
    top: 10px !important;
}

#mdlStastics .modal-body {
    height: 550px;
}

#mdlAudince.modal .modal-dialog {
    width:65%;
}

#mdlAudince.modal .modal-header {
    padding: 10px;
    background: #54c5cb;
    border-radius: 0;
}

#mdlAudince.modal .modal-header h4 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    opacity: 1;
}

#mdlAudince .close {
    top:15px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    opacity: 1;
}

.aDelete {
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    color: #d17b7b;
}
