/* Write your custom CSS here */

/*Priyanka*/
/*.themecolor {
    color: inherit;*/
    /*background-color: #e82929 !important;*/
    /*background: linear-gradient(to right,#01c7ba,#009a8e) !important;*/
    /*background-color: #094198 !important;
}

.loginbox {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 15px 20px 10px 20px;
}

.signupmsg {
    font-size: medium;
    text-align: center;
    padding: 10px;
    margin: 10px;
}*/



/*--Style for Subheading--*/
/*.subhead {
    font-size: 100%;
    font-weight: bolder;
    color: gray;
}

.para {
    text-align: justify;
    font-size: 100%;
    color: gray;
}*/

/*profile*/
/*.profilebox {
    display: block;
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

#profile-upload {*/
    /*background-image: url('../images/profile-picture.png');*/
    /*background-size: cover;
    background-position: center;*/
    /*display: block;
    height: 150px;
    width: 150px;*/
    /*border: 1px solid #bbb;*/
    /*position: absolute;
    border-radius: 250px;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff;
    margin: 146px 35px auto;
}

    #profile-upload:hover input.upload {
        display: block;
    }

    #profile-upload:hover .hvr-profile-img {
        display: inline-block;
    }

    #profile-upload .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #profile-upload:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #profile-upload input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #profile-upload .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #profile-upload .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0,0,0,0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #profile-upload:hover .fa:after {
        height: 100%;
    }*/

/*for number input*/
/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

/*End of Priyanka*/


/*--Style for list of collected information in privacy page--*/
/*.privacy-li {
    text-align: justify;
    font-size: 115%;
    color: gray;
}

.mb0 {
    margin-bottom: 0 !important;
}

td {
    vertical-align: middle !important;
}

th {
    vertical-align: middle !important;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/img/loader3.gif') 50% 50% no-repeat rgb(249,249,249);
}*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
/*.modalp {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/assets/img/pIkfp.gif') 50% 50% no-repeat;
}*/

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
/*body.loading {
    overflow: hidden;
}*/

    /* Anytime the body has the loading class, our
   modal element will be visible */
    /*body.loading .modalp {
        display: block;
    }*/

/*.panel-dark .panel-heading {
    background: #094198;
    color: #fff;
}*/

/*.panel-dark {
    border-color: #b5c0de;
}

.panel-heading i {
    margin-top: 1px !important;
}

.btn-dark {
    background-color: #00b2a5;
    color: #fff;
}

    .btn-dark:hover {
        background-color: #00b2a5;
        color: white;
    }

.error {
    color: red !important;
}

div.checker, div.checker span, div.checker input {
    width: 120px;
    height: 19px;
}

table {
    font-size: 14px;
}

.tblimg {
    border: 1px solid #faf9f9;
    border-radius: 25px;
}

.logoshow {
    display: none;
}

.small-sidebar .navbar .logo-box .logohide {
    display: none;
}

.small-sidebar .navbar .logo-box .logoshow {
    display: block;
}

@media (max-width: 767px) {

    .navbar {
        height: 13%;
    }

        .navbar .logo-box {
            margin: 0 auto;*/
            /*background: #34425A!important;*/
            /*text-align: center;
            width: 100% !important;
            border: 0 !important;
        }

    .logo-text > img {
        margin-left: 80px;
    }

    .select-webinar:hover {
        display: inline-block !important;
    }
}*/

/*@media only screen and (min-device-width: 820px) and (max-device-width: 1200px){*/
/*@media only screen and (min-device-width: 768px) and (max-width: 1366px) {

    #mobilesidebar {
        display: none !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {

    #mobilesidebar {
        display: inline-block !important;
        margin-top: 50px;
    }

    .page-title {
        margin-top: -10px !important;
    }*/

    /*.page-inner {
        margin-top: 25px !important;
    }*/

    /*.mobilemenu {
        background-color: #F25656;
        margin-top: -60px;
        height: 53px;
        width: 100%
    }

    ._ul {
        margin-top: 17px;
        margin-left: -25px;
    }

    ._li {
        list-style: none;
        width: 10%;
    }

    #fixmenu {
        display: none !important;
    }
}

@media only screen and (min-device-width: 550px) and (max-device-width: 645px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobilemenu {
        width: 131%
    }

    _ul {
        margin-left: 5px !important;
    }
}



@media only screen and (min-device-width: 645px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobilemenu {
        width: 155%
    }

    _ul {
        margin-left: 15px !important;
    }
}



@media (max-width: 767px) {
    .page-sidebar .sidebar .sidebar-hide {
        display: block;
    }

    .horizontal-bar .sidebar .sidebar-show {
        display: none;
    }

    .modalSchedule {
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.maintitle {
    font-weight: 700 !important;
    color: #013893 !important;
}

.txtarea {
    width: 100%;
    resize: none;
    overflow-y: scroll;
}

.scrollsubmenu {
    max-height: 350px;
    overflow: auto;
    overflow-y: scroll;
    width: 210px !important;
}*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
/*.modalp {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/assets/img/pIkfp.gif') 50% 50% no-repeat;
}*/

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
/*body.loading {
    overflow: hidden;
}*/

    /* Anytime the body has the loading class, our
   modal element will be visible */
    /*body.loading .modalp {
        display: block;
    }


@media (min-width: 1200px) {
    .page-content.container .navbar {
        width: 100% !important;
    }
}

.page-inner {
    padding: 0 0 50px !important;
    background: #F1F4F9 !important;
    position: relative !important;
    color: rgb(52, 58, 64) !important;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px !important;*/
    /* border: 1px solid rgb(222, 226, 230) !important;*/
    /*overflow: hidden !important;
}

.panel-white {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(52, 58, 64) !important;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 15px 10px -15px !important;
    border: 1px solid rgb(222, 226, 230) !important;
    overflow: hidden !important;
}

.page-title {
    padding: 18px;
    background: rgb(240, 242, 247) !important;
    border-bottom: 1px solid rgb(240, 242, 247) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: rgb(240, 242, 247) !important;
    color: rgb(240, 242, 247) !important;
}

#main-wrapper {
    margin: 0px 0px 20px 0px !important;
    padding: 0;
}

.page-content {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, .3);
    min-height: 100%;
    max-width: 1600px;
    padding: 0px !important;
}

.page-title h3 {
    color: rgb(52, 58, 64) !important;
    font-weight: 900 !important;
    font-family: Rubik, Helvetica, -apple-system, Arial, sans-serif !important;
    line-height: 1.334;
    font-size: 24px !important;
    text-transform: inherit !important;
    border-left: 5px solid rgb(1 30 72) !important;
    border-top-color: rgb(25, 115, 226) !important;
    border-right-color: rgb(25, 115, 226) !important;
    border-bottom-color: rgb(25, 115, 226) !important;
    padding-left: 12px !important;
    height: fit-content !important;
}

.page-title {
    padding: 15px 15px 25px 0px !important;
    background: rgb(240, 242, 247) !important;
    border-bottom: 1px solid rgb(240, 242, 247) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: black !important;
    content: "/\00a0";
}

.page-breadcrumb ol.breadcrumb li a, .page-breadcrumb ol.breadcrumb li.active, .page-breadcrumb ul li a {
    margin: 0px !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-decoration: none !important;
    color: rgb(0 47 119) !important;
}

.info-box .info-box-stats span.info-box-title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

h2 {
    font-weight: 600 !important;
    color: black !important;
    font-size: 20px !important;
    margin: 0px !important;
    padding-bottom: 8px !important;
}

label {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #4E5E6A !important;
}

table {
    font-size: 18px !important;
}

thead {
    background-color: #0bb2a3 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #ebebeb !important;
    background: #0bb2a3 !important;
    border-radius: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #b1b1b1 !important;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-top: 10px !important;
}

.dataTables_wrapper .dataTables_info {
    border: 1px solid #b1b1b1 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    position: relative !important;
    top: 4px !important;
    font-weight: 600 !important;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
    border-radius: 5px !important;
    margin: 0px 3px !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.settinganchartagpadiing {
    font-size: 18px !important;
    color: white !important;
}

.anchartagpadiing {
    font-size: 18px !important;
    padding: 17px !important;
    color: white !important;
}

.btn {
    font-size: 18px !important;
    border: 1px solid transparent;
    border-radius: 0;
}

table {
    font-size: 18px !important;
}

.btn {
    font-size: 18px !important;
    border-radius: 4px !important;
    border: 1px solid transparent;*/
    /* border-radius: 0; */
/*}

body, p {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.progress-bar-style2 .progress-name {
    font-size: 18px !important;
    margin: 5px 0 20px;
}

.panel .panel-heading .panel-title {*/
    /*font-size: 18px !important;*/
    /*float: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
}



.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #ffff !important;
    background-color: #0bb2a3 !important;
    border-color: #0bb2a3 !important;
}

.form-control {
    border: 1px solid #aaa !important;
    background: #fff !important;
    border-radius: 5px !important;
    height: 45px !important;
    font-size: 18px !important;
}

.input-group-addon {
    padding: 6px 26px;
    font-size: 18px !important;
}

#navbarCollapse {
    border-color: #011e48 !important;
    background: #011e48 !important;
    font-weight: 700 !important;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #0bb2a3 !important;
}

.page-btn-con {
    padding: 0px !important;
}

.panel-body {
    padding: 17px 20px !important;
}

.dropdown-menu {
    min-width: 223px !important;
    color: #011e48 !important;
    font-weight: 800 !important;
}*/







img.img-circle.avatar {
    border-radius: 20px;
}





#main-wrapper .col-lg-12, #main-wrapper .col-lg-6 {
    padding-bottom: 25px;
} 
.card{
    border-radius:10px;   
    overflow:hidden;
}
#main-wrapper .col-lg-6 .card-body{
    padding:0px;

}
#main-wrapper .col-lg-6.col-xl-3 .card-body {
    padding: 1.25rem;
}
#main-wrapper .col-lg-6 .card-title {
    padding: 20px;
}
#regisTable_length, #presenterTable_length, #atteTable_length, #webinarTable_length {
    margin-left: 20px !important;
}
#regisTable_filter, #atteTable_filter, #webinarTable_filter, #presenterTable_filter {
    margin-right: 15px !important;
}
.table .thead-light th {
    color: #ffffff !important;
    background-color: #00b9bb !important;
    border-color: #00b9bb !important;
}
.col-lg-6 table thead tr th:nth-child(1),.col-lg-6 table tbody tr th:nth-child(1) {
    align-items: center !important;
}
table{
    font-size: 20px;
}

label {
    font-size: 19px !important;
    display: inline-block;
    margin-bottom: .5rem;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    width: 350px !important;
    border: 1PX SOLID #b1b1b1 !important;
    padding: 8px !important;
    border-radius: 6px !important;
}
.dataTables_length select {
    padding: 3px !important;
    border-radius: 9px !important;
    margin: 0px 6px !important;
    border-color: #b1b1b1 !important;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    font-weight: 600;
    border: 1px solid #e0e6ed;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 20px !important;
    margin-left: 15px !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-right: 15px !important;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        font-weight: 600;
        border: 1px solid #e0e6ed;
        display: inline-block;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 20px !important;
    }
 table.dataTable.nowrap td {
    /*white-space: nowrap;*/
    font-weight: 500 !important;
    color: #727272 !important;
}
.table-con table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
}
.table-con table tr td:last-child, table tr th:last-child {
    width: 120px;
}

@media (min-width:992px){
    .registrant-con table.dataTable td:nth-child(1), .registrant-con table.dataTable th:nth-child(1) {
        width: 10%;
        word-break: break-all;
        white-space: pre-line;
    }
    .registrant-con table.dataTable td:nth-child(2), .registrant-con table.dataTable th:nth-child(2) {
       width: 20%;
        word-break: break-all;
        white-space: pre-line;
    }

    .registrant-con table.dataTable td:nth-child(3), .registrant-con table.dataTable th:nth-child(3) {
       width: 20%;
        word-break: break-all;
        white-space: pre-line;
    }

    .registrant-con table.dataTable td:nth-child(4), .registrant-con table.dataTable th:nth-child(4) {
       width: 20%;
        word-break: break-all;
        white-space: pre-line;
   
    }

    .registrant-con table.dataTable td:nth-child(5), .registrant-con table.dataTable th:nth-child(5) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
       width:auto !important;
    }

    .attendee-con table.dataTable td:nth-child(1), .attendee-con table.dataTable th:nth-child(1) {
    width: 10%;
    word-break: break-all;
    white-space: pre-line;
}
.attendee-con table.dataTable td:nth-child(2), .attendee-con table.dataTable th:nth-child(2) {
    width: 15%;
    word-break: break-all;
    white-space: pre-line;
}

.attendee-con table.dataTable td:nth-child(3), .attendee-con table.dataTable th:nth-child(3) {
    width: 15%;
    word-break: break-all;
    white-space: pre-line;
}

.attendee-con table.dataTable td:nth-child(4), .attendee-con table.dataTable th:nth-child(4) {
    width: 20%;
    word-break: break-all;
    white-space: pre-line;
}
.attendee-con table.dataTable td:nth-child(5), .attendee-con table.dataTable th:nth-child(5) {
    width: 15%;
    word-break: break-all;
    white-space: pre-line;
}
.attendee-con table.dataTable td:nth-child(6), .attendee-con table.dataTable th:nth-child(6) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: auto !important;
}
}


.form-control {
    color: #291b46 !important;
    background-color: #e9f0fa !important;
    height: 42px;
    font-size: 18px;
    font-weight: 400;
}
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ced4da !important;
        /* outline: 0; */
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.input-group-addon {
    display: inline-block;
    background: #e1e1e1;
    border: 1px solid #e9f0fa !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0px 20px;
}

.btn {
    font-size: 18px!important;
}

#main-wrapper .card-body {
    padding: 0px;
    padding-bottom: 1.25rem ;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-left: 15px !important;
    margin-right: 15px !important;
}



body {
    background: #e8ecf5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid #e0e6ed !important;
    border-radius: 2px;
}
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
    box-shadow: 0 0 0px 0 rgba(130, 122, 122, 0.1) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {   
    background: linear-gradient(to bottom, #00c6b8 0%, #00c6b8 100%)!important;
}
.footer {
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 14px 12px 9px !important;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 0;
}


body .toast-item-wrapper .toast-title {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.2rem !important;
}

body .toast-item-wrapper .toast-message {
    font-size: 1.1rem !important;
}

body .toast-item-wrapper .toast-close {
    font-size: 1.8rem !important;
}

body .toast-item-wrapper.success-toast {
    background-color: #00c1b3 !important;
    border: 1px solid #00c1b3 !important;
}

#sidnav label {
    cursor: pointer !important;
}








.modalData {
    background: #0000009d;
    z-index: 99999;
}

.modal-headerData {
    background: #010f4c !important;
    padding: 10px 15px !important;
}

.btn-lic {
    background: #00b9bb !important;
    border: 0px solid;
    border-radius: 8px;
    color: white;
    font-size: 1.1rem;
    white-space: nowrap;
}

    .btn-lic:hover {
        background: rgb(40, 121, 13);
        color: white;
        color: white;
    }

    .btn-lic img {
        position: relative;
        top: -2px;
    }

.fw-600 {
    font-weight: 600;
}


.modal-para {
    font-weight: 600;
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .modal-dialogData {
        max-width: 567px !important;
        margin: 1.75rem auto;
    }
}