/*common css*/

a,
a:hover {
    color: #77B32B;
}

a,
a:focus,
button {
    outline: none
}

.form-control,
.btn {
    font-size: 14px
}

form input,
.form-control:focus {
    box-shadow: 0 0 0 0rem !important;
	border-color: #77B32B
}

form input,
.form-control {
    min-height: 36px
}

.form-control {
    border-radius: 10px;
}

.custom-select
{
    border-radius: 10px;
    box-shadow: none;
}
.custom-select:focus {
	border-color:#77B32B;
	 box-shadow: none;
}

ul {
    padding-left: 0;
    -webkit-padding-start: 0px;
}

ul li {
    list-style: none
}

button {
    min-width: 90px !important;
}

.modal-header button.close {
    min-width: auto !important
}

button.navbar-toggler {
    min-width: 29px !important;
    width: 42px !important;
}

textarea {
    max-width: 100%;
    width: 100%
}

a.btn.btn-primary {
    border-radius: 0;
    background-color: #77B32B;
    border-color: #77B32B;
    min-width: 150px
}

.dropdown-menu {
    font-size: 14px
}

.w-5-pc {
    width: 5%
}

.w-10-pc {
    width: 10%
}

.w-15-pc {
    width: 15%
}

.w-20-pc {
    width: 20%
}

.w-25-pc {
    width: 25%
}

.w-30-pc {
    width: 30%
}

.w-35-pc {
    width: 35%
}

.w-40-pc {
    width: 40%
}

.w-45-pc {
    width: 45%
}

.w-50-pc {
    width: 50%
}

.w-55-pc {
    width: 55%
}

.w-60-pc {
    width: 60%
}

.w-65-pc {
    width: 65%
}

.w-70-pc {
    width: 70%
}

.w-75-pc {
    width: 75%
}

.w-80-pc {
    width: 80%
}

.w-85-pc {
    width: 85%
}

.w-90-pc {
    width: 90%
}

.w-95-pc {
    width: 95%
}

.w-100-pc {
    width: 100%
}

.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #77B32B;
    border-color: #77B32B;
    border-radius: 0;
    box-shadow: 0 0 0 0rem !important;
    outline: 0 !important;
}

.w100 {
    width: 100%
}

.badge-primary {
    background: #77B32B
}

.btn-primary:hover {
    background: rgb(100, 148, 37);
    border-color: rgb(100, 148, 37)
}

/*navigation - login/signup page*/
.nav_wrapper {
    /*margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);*/
}

.login_form_wrapper {
    max-width: 430px;
    margin: 0 auto;
    padding: 20px 56px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    background-color: #EDF1FB;
    border-radius: 20px;
}

.login_form_wrapper h4{
    text-align: center;
}

.login_form_wrapper input {
    border-radius: 10px;
}

li.nav-item a {
    color: #000000 !important
}

li.nav-item.active a {
    color: #77B32B;
}

li.nav-item .lang {
    display:inline-flex !important
}

div .grid-div .grid-view {
    display:inline-flex !important
}

/*.nav-link span.badge {margin-left: 4px; }*/
.dropdown-item.active,
.dropdown-item:active {
    background: #77B32B ;
    color: #ffffff; 
}

.login_form_wrapper p,
.register_form_wrapper p {
    margin-top: 28px;
}

.forgot_password_text {
    text-align: right
}

h4 {
    margin-bottom: 20px;
}

.other_schedule_icon a span {
    display: block;
}

#other_schedules ul li {
    list-style: none !important;
}

.register_form_wrapper {
    max-width: 660px;
    margin: 0 auto;
    padding: 20px 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    display: none
}

span.link_span {
    color: #77B32B;
    cursor: pointer;
    text-decoration: none;
}
span.link_span:hover{
    text-decoration: underline;
}

.nav_wrapper .nav-link {
    display: inline-block
}

.main_wrapper {
    
    margin-bottom: 50px;
  /*  -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);*/
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: 400px;
    position: relative;
}

.cart_icon {
    padding-top: 26px;
}

.cart_icon a {
    color: #000
}

.cart_icon a:hover {
    color: #000;
    text-decoration: none !important
}

nav.navbar {
    padding-left: 0;
    padding-right: 0;
}

/*My home page*/
.nav-tabs {
    display:block;
    border: 0;
    margin-bottom: 15px
}

.nav-tabs .nav-link {
    border: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* border-bottom: 4px solid #77B32B */
    background-color: inherit !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active i{
    /* border-bottom: 4px solid #77B32B */
    color:#77B32B;
    background-color: inherit !important
}

.card {
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    color: #000000;
  /*  margin-top: 10px;
    margin-bottom: 15px;*/
    flex-direction: row;
}

.card:hover h5.card-title {
    color: #77B32B
}

.card .image_wrapper {
    min-width: 115px;
    width: 115px;
    height: 115px;
    overflow: hidden;
    border: 1px solid #fff;
    float: left;
	border-radius: 20px
}

h5.card-title {
    font-size: 15px;
    margin-bottom: 12px;
}

.card-body .card-text {
    font-size: 14px;
    margin-bottom: 4px;
	align-self: flex-end;
}

.card-body {
    position: relative;
	padding:0 0 0 15px;
}

.card-body:first-child p {
  padding-bottom: 13px;
}

.card img {
    transition: all ease-out .1s;
    border-radius: 0;
    transform: scale(1, 1);
}

/* .card:hover img {
    transform: scale(1.1, 1.1);
    transition: all ease-out .25s
} */

a.black_link {
    color: #000000;
    text-decoration: underline
}

a.small {
    font-size: 13px
}

a.black_link:hover {
    color: #77B32B
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 10px;
}
li.page-item  {border-radius: 10px;}
li.page-item a.page-link {
    background: #efefef;
    color: #000000;
    border: 2px solid #ffffff;
	border-radius: 10px;
}

.page-item.disabled .page-link {
    border: 2px solid #ffffff;
    background: #f9f9f9;
    color: #cfcfcf
}

li.page-item:hover a {
    background: #77B32B;
    color: #ffffff
}

.pagination_wrapper {
    padding: 20px 0
}

.page-link:focus {
    box-shadow: none
}

.page-item.active .page-link {
  /*  background: #77B32B!important;*/
    color: #ffffff!important;
    border-color: #ffffff!important;
}

.pagination_left_text {
    /*margin-right: 30px*/
}

.other_schedule_icon {
    position: absolute;
    right: 12px;
    bottom: 16px;
    color: #ffffff
}

.other_schedule_icon span {
    padding: 8px 20px 8px 20px;
    background: #77B32B;
    border-radius: 10px;
	font-size:14px;
}

.other_schedule_icon a span {
    color: #ffffff
}

button.btn-primary i.fas {
    margin-right: 6px
}

.btn-primary {
    min-width: 120px
}

/*list page filter area*/

.filter_header .left_text {
    font-size: 14px;
    font-weight: 600;
    /* color: #ffffff */
}

.filter_header .right_text a {
    font-size: 13px;
    font-weight: 200;
    /* color: #ffffff */
}

 

.filter_wrapper {
    /*position: fixed;
    left: 0;
    bottom: 0;
    width: 290px;*/
    height: auto;
    z-index: 99999;
    padding: 10px 0 20px 0px;
    transition: all ease-out 0.2s;
    opacity: 1;
    border-radius: 25px;
    padding: 20px;
}

.filter_wrapper_hide {
    height: 0;
    transition: all ease-out 0.2s;
    opacity: 1;
	padding: 0;
	overflow:hidden;
}

.tag_wrapper label {
    font-size: 11px
}

.tag_wrapper .btn-secondary {
    border-radius: 100px;
    margin-bottom: 4px;
    padding: 4px 9px;
    border: 0
}

.btn-secondary {
    background: #d7d7d7;
    color: #736d70
}

.btn-secondary:hover {
    /* box-shadow: none;
    background: #77B32B; */
    /* color: #ffffff */
}

.btn-secondary.focus,
.btn-secondary:focus {
    background: #d7d7d7;
    color: #736d70
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #77B32B!important;
    color: #ffffff!important;
}

/*  .btn-secondary.focus, .btn-secondary:focus {box-shadow: none; background: #77B32B}
        .btn-secondary.focus.active, .btn-secondary.active {background:#77B32B } */
.filter_subheader {
    /* color: #ffffff; */
    padding: 15px 0 6px 0;
}

.date_wrapper {
    margin-bottom: 50px;
}

.date_wrapper input {
    font-size: 13px;
   background-color: #fff;
}

.contenttype_wrapper,
.learningpath_wrapper,
.themes_wrapper {
    overflow-y: visible;
    background: #fff;
}
.contenttype_wrapper
{
    background: none !important;
}
.dropdown.v-select.single.searchable {
    background: none !important; 
}
.v-select .dropdown-toggle {
    border-radius: 0 !important;
}

.filter_wrapper .custom-checkbox label {
    padding-top: 2px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 6px;
    margin-right: 5px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #77B32B;
    box-shadow: none
}

.view_all_filters a {
    color: #ffffff;
    font-size: 12px;
}

select.items_on_page {
    max-width: 75px;
    margin-right: 8px
}

/* Event Detail page */

.event_name {
    margin-bottom: 10px
}

.learning_path {
    font-size: 13px
}

.button_wrapper button {
    margin-left: 10px;
    margin-bottom: 5px
}

.left_panel_header {
    background: #edf1fb;
    padding: 8px 14px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
}

.no-border td {
    border: 0;
    padding: 8px 5px
}

.leftpanel_pic {
    max-width: 150px;
    border: 4px solid #d7d7d7;
    margin-bottom: 6px;
	border-radius: 20px;
}

.profile-img {
    max-width: 60px;
}

.detail_user_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    word-break:break-word;
}

.detail_email_address,
.user_location {
    margin-bottom: 2px
}

.right_header h6 {
    font-size: 17px;
    font-weight: 600;
    padding: 9px 0;
    margin-bottom: 18px;
    color:#5B6A77;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.detail_event_pic {
    width: 135px;
    height: auto;
    margin-right: 15px;
    max-width: 135px;
    float: left;
	border-radius: 20px;
    /* padding-right: 15px; */
}

.user_pic.text-center {
    margin-bottom: 10px
}

/**detail page tabs **/

.detail_tabs_wrapper {
    margin-top: 30px
}

.detail_tabs_wrapper .nav-tabs .nav-item.show .nav-link,
.detail_tabs_wrapper .nav-tabs .nav-link.active {
    background: #77B32B;
    border: 0;
    color: #ffffff !important;
    border-radius: 0
}

.detail_tabs_wrapper .nav-tabs {
    border-bottom: 1px solid #77B32B;
}

.available_schedules_table td {
    vertical-align: middle;
    padding: 10px 4px
}

.available_schedules_table th {
    border-top: 0;
    vertical-align: middle;
    padding: 10px 4px
}

.seat_full {
    color: #eb0000
}

.seat_filling_fast {
    color: #ffd900
}

.seat_available {
    color: #77B32B
}

.hotel_address {
    font-size: 13px
}

.hotel_picture {
    width: 100%;
    max-height: 225px;
}

.hotel_map {
    height: 225px;
    width: 100%;
    background: #eeeeee
}

/*my profile page*/
.leftpanel_button button {
    min-width: 150px;
    margin: 20px 0 0px 0
}

ul.two_col_table {
    padding-left: 0
}

.two_col_table li {
    list-style: none;
    min-height: 40px
}

ul.two_col_table li div.left_label {
    max-width: 20%;
    display: inline-block !important;
    min-width: 200px;
}

ul.two_col_table li div.right_data {
    max-width: 80%;
    display: inline-block;
    min-width: 200px;
    margin: 5px 0 20px 0
}


form.med_width {
    max-width: 480px
}


.v-select input[type=search],
.v-select input[type=search]:focus {
    background: #fff !important;
    height: auto !important;
    min-height: 34px
}

.manager-auto-select ul.dropdown-menu {
    position: absolute !important;
    height: auto !important;
    min-height: 50px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

.form-group.manager-auto-select {
    height: auto !important
}

.contenttype_wrapper,
.learningpath_wrapper,
.themes_wrapper {
    position: relative !important;
}

.v-select .selected-tag {
    /* float: none !important; */
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 25px !important;
    font-size: 12px
}

.v-select input[type=search],
.v-select input[type=search]:focus {
    width: auto
}

.v-select .selected-tag .close {
    position: absolute;
    top: 3px;
    width: 20px;
    min-width: 20px !important;
    left: 0px;
}

.v-select .selected-tag {
    border: 1px solid #ccc !important;
}


.search_result_container ul li {
    list-style: none
}

.card-title a {
    color: #000
}

.card:hover .card-title a {
    color: #77B32B;
    text-decoration: underline
}

.signalsIndecation {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px
}

.signalsIndecation li {
    font-size: 6px;
    list-style: none !important;
}

.signalsIndecation li span {
    color: #ccc;
    font-size: 6px;
    margin-left: 1px;
}

.signalsIndecation li span.green {
    color: green;
    font-size: 8px;
    margin-left: 0px;
}

.signalsIndecation li span.orange {
    color: orange;
    font-size: 8px;
    margin-left: 0px;
}

.signalsIndecation li span.red {
    color: red;
    font-size: 8px;
    margin-left: 0px;
}

.table-striped>tr:nth-of-type(even) {
    background: #f9f9f9
}

.table th {
    border-top: 0
}

.v-select.searchable .dropdown-toggle {
    position: relative
}

.v-select.single .dropdown-toggle .clear {
    left: 10px;
    top: 6px;
    bottom: unset;
}

.v-select.single input[type=search],
.v-select.single input[type=search]:focus {
    max-width: 108% !important 
}

.v-select.single button {
    min-width: 10px !important
}

.v-select .dropdown-toggle {
    border-radius: 0
}
.v-select.open .dropdown-toggle {
    border-color: #77B32B !important
}

.slide_me {
/*    padding-left: 100px;
    transition: all ease-out 0.2s;*/
}

/*thank you page*/
.thank_you_wrapper {
    margin-bottom: 20px
}

.confirm_icon {
    font-size: 50px;
    color: #77B32B
}

.summary_table {
    background: #fafafa;
    margin-bottom: 15px
}

.summary_table table td {
    padding: 10px 2px
}

/*.summary_table table td.text-right {white-space: nowrap}*/
.summary_table table tr:last-child {
    font-weight: bold;
    font-size: 13px
}

.summary_table table tr:last-child td {
    padding-bottom: 15px
}

.summary_table table td.line {
    padding: 0 15px
}

.summary_table table td.line hr {
    margin: 10px 0
}


/*Xing login button fix*/

#loginWithXing body .spi-wrapper {
    width: 100% !important;
    min-width: 100% !important;
}

#xing-login {
    width: 100% !important;
    padding: 5px 0 0 0;
    font-size: 14px;
}


#xing-login i {
    padding: 5px 5px;
    background-color: transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}


#loginWithXing {
    width: 100% !important
}

#loginWithXing iframe {
    width: 100% !important;
    height: auto
}

/*#nav_bar {
    width: 100%;
}

#nav_bar ul.profile_and_cart {
    float: right
}

#nav_bar ul.profile_and_cart i{
    font-size: 25px;
    color: #A9A9A9;
}

#nav_bar ul.inline-block {
  display: inline-block;
}

#navbarSupportedContent {
    float: right
}*/

.navbar-light .navbar-brand {
    z-index: 9999
}

.profile_and_cart li {
    display: inline-block
}

.navbar-nav li {
    text-align: right;
    margin-right: 16px;
}

.navbarDropdownMenu {
    cursor:pointer;
}

.profile_and_cart li {
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0 !important
}

ul.profile_and_cart a.dropdown-item i {
    min-width: 25px
}

.documents{
    display:inline-block;
}

/* .documents-grid{
    padding:0px!important;
    margin-top:21px;
    float:right;
} */

/* .documents-list{
     margin-top:21px;
    float:right;
} */


.email-tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.email-tabs .tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.email-tabs .tab-links {
    margin-bottom: 0px;
}

.email-tabs .tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.email-tabs .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #77B32B;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
}

.email-tabs .tab-links a:hover {
    background: #A8CD7A;
    text-decoration: none;
}

.email-tabs li.active a,
.email-tabs li.active a:hover {
    background: #fff;
    color: #4c4c4c;

    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.15);
    border-color: #D9D9D9;
    border-top: 1px solid;
    border-left: 1px solid;
}

/*----- Content of Tabs -----*/
.email-tabs .tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.email-tabs .tab {
    display: none;
}

.email-tabs .tab.active {
    display: block;
}


.modal-header {
    flex-direction: row-reverse;
}



/*Qualification planner -- 04-05-18*/
.qualifications-wrapper .add_new_qualification {
    width: 100%;
    background: #77b32b;
    margin: 15px 0 20px 0;
    text-align: center;
    padding: 15px
}

.qualifications-wrapper .add_new_qualification a.currentShowFilter {
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.qualifications-wrapper .panel-group .panel {
    border-radius: 0;
    border: none;
    background: #efefef
}

.panel-title.qualification_title {
    background: #77b32b;
    padding: 5px 0px 5px 15px !important
}

.panel-title.qualification_title a {
    color: #ffffff !important
}

.qualification_title {
    border-radius: 0
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background-position: right 10px !important;
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background-position: right 10px !important;
}

.panel-title.seminar_title {
    background: #ffffff;
    border-radius: 0;
    padding-left: 10px !important;
    border: 1px solid #999;
    position: relative;
}

.panel-title.seminar_title a {
    padding-right: 80px !important;
    padding-left: 20px !important;
    font-size: 14px;
    color: #000000
}

.mandatory_seminar {
    color: #ffcc00
}

.optional_seminar {
    color: #3399ff
}

.panel-title.seminar_title>i.fa {
    position: absolute;
    top: 10px;
    left: 8px
}

.panel-title.seminar_title .stats {
    max-width: 80px;
    position: absolute;
    top: 3px;
    right: 30px;
    font-size: 13px;
    color: #ffffff;
}

.panel-title.seminar_title .label-level,
.qualification-event-list .label-level {
    background: #3399ff;
    padding: 3px 7.5px;
    margin-right: 4px;
    border-radius: 3px;
}

.panel-title.seminar_title .label-planned,
.qualification-event-list .label-planned {
    background: #77b32b;
    border-radius: 50%;
    padding: 3px 7.5px;
}

.panel-title.seminar_title .label-embed {
    padding: 3px 7.5px;
    cursor: pointer
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    margin-right: 10px !important;
}

.planner_seminars_wrapper {
    width: 100%;
    display: inline-block;
    padding: 4px 8px;
}

.planner_seminars_wrapper .item {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 17px;
    padding: 5px 10px
}

.planner_seminars_wrapper .item .itemlabel .green {
    color: #77b32b
}

.planner_seminars_wrapper .item .itemlabel .gray {
    color: #999999
}

.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled {
    background: url(../global/img/accordion-plusminus-up-white.png) no-repeat !important;
    background-position: right 6px !important;
}

.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled.collapsed {
    background: url(../global/img/accordion-plusminus_down-white.png) no-repeat !important;
    background-position: right 9px !important;
}

.qualifications-wrapper #planned-qualifications {
    height: 600px;
    overflow-y: auto;
}

.qualification-event-dotted {
    border: 2px #4b6478 dotted;
}

.timeline-startdate,
.timeline-enddate,
.timeline-location,
.timeline-trainers {
    display: block;
    text-align: left
}


/* 14-05-2018 */
.vis-item-content span {
    display: block
}

.vis-item {
    color: #fff !important;
    border-color: #4a8006 !important;
    ;
    background-color: #77b32b !important;
    ;
}

.vis-item.vis-selected {
    border-color: #ffc200 !important;
    ;
    background-color: #fff785 !important;
    ;
    color: #4b6478 !important;
}

.vis-timeline {
    margin-bottom: 20px !important;
}

.vis-timeline .vis-labelset,
.vis-timeline .vis-labelset .vis-label {
    max-width: 300px !important;
}

.splanningperiodtopbar>div>div.input-icon {
    max-width: 100%;
    display: inline-block;
    width: 450px;
    margin-right: 25px
}

.splanningperiodtopbar>div>div.form-md-checkboxes {
    display: inline-block;
}

.lablecolors li span.qualification_label {
    background: #fff;
    border: 0.15em dotted #4b6478;
}



.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled {
    padding-right: 62px !important;
}

.panel-heading .panel-title.qualification_title {
    position: relative
}

.panel-heading .panel-title.qualification_title a.delete_qualification {
    position: absolute;
    top: 16px;
    right: 34px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification {
    position: absolute;
    top: 17px;
    right: 54px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification .fa-check-circle-o {
    font-size: 16px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification .fa-times-circle-o {
    font-size: 16px;
    color: red
}

.conflict-detail-table thead {
    background: #77b32b;
    color: #fff;
}

.qualification-event-dotted .qualification i.fa-graduation-cap {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px
}

.qulification-filter {
    overflow: hidden !important;
    padding-left: 16px;
}


span.color-red {
    background: #f4f4f4;
    width: 100%;
    float: none;
    display: inline-block;
    color: #b1b1b1;
    padding: 5px;
}

.vis-inner {
    padding: 1px !important;
    width: 100%;
}

ul.event-detail-listul {
    padding: 0 !important;
    -webkit-padding-start: 0
}

li.event_header {
    font-size: 18px !important;
}

ul.event-detail-listul li {
    margin-bottom: 15px
}

ul.event-detail-listul li i.fa {
    margin-right: 5px;
    display: table-cell
}

ul.event-detail-listul li span {
    padding-left: 10px;
    display: table-cell
}

.location_conflict span i.fa,
.trainer_conflict span i.fa {
    color: #ffcc00;
    display: inline-block !important
}

#plannedEventListTable tr {
    background: #f4f4f4;
    border-bottom: 15px solid #fff;
}

#plannedEventListTable tr td {
    padding: 12px 10px 12px 0px !important;
}



/*Qualification design change*/
h4.panel-title.seminar_title {
    margin-bottom: 8px;
    line-height: 28px;
}

h4.panel-title.seminar_title i.fa {
    font-size: 15px;
}

.planned-events-details {
    font-size: 13px
}

.qual_error_list {
    padding: 10px;
}

.qual_error_list li {
    padding-left: 10px;
    padding-top: 3px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}

.seminar_list {
    padding: 10px;
}

.seminar_list {
    padding: 10px;
}

.seminar_list li .seminar_details {
    background: #fafafa
}

.seminar_day_list {
    padding-left: 20px;
}

.seminar_head {
    border: 1px solid #edeeef;
    padding: 6px;
    cursor: pointer;
}

.seminar_completed_unattended,
.seminar_completed {
    background-color: #77B32B;
    color: white;
}

.seminar_completed_unattended,
.seminar_completed i {
    color: white;
}

.seminar_inprogress {
    color: black;
    background-color: white;
}

.seminar_inprogress i {
    color: orange;
}

.seminar_details {
    padding: 5px;
}

.seminar_details i {
    color: #77B32B;
}

.seminar_list li {
    margin-top: 5px;
}

.seminar_day_list .fa-question-circle {
    color: darkgray;
}

.seminar_day_list .fa-lock {
    color: darkgray;
}

.seminar_head .fa-plus-circle {
    float: right;
}

.seminar_head .fa-minus-circle {
    float: right;
}

.seminar_inprogress .fa-plus-circle {
    color: #77B32B;
}

.seminar_inprogress .fa-minus-circle {
    color: #77B32B;
}

.seminar_future .fa {
    color: darkgray;
}

.presense_training {
    background-color: #77B32B;
    color: white;
    max-width: 375px;
    padding: 9px;
    border-radius: 40px;
    font-size: 13px;
}

.wrapped_details {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.add_sign {
    float: right;
    font-size: 28px !important;
    border: 2px solid #77B32B;
    color: #77B32B;
    cursor: pointer;
    font-weight: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding-top: 2px;
}

.seminar_head .fa-chevron-up {
    float: right;
}

.seminar_head .fa-chevron-down {
    float: right;
}

.action_col {
    min-width: 56px;
}

.green-btn {
    background-color: #77B32B;
    color: white;
}

.green-btn:hover {
    color: white;
}

.selected_seminars {
    padding-left: 22 px;
    padding-top: 10px;
}

.selected_seminars ul {
    padding-left: 10px;
}

.seminar_head.seminar_future .fa-chevron-up,
.seminar_head.seminar_future .fa-chevron-down {
    color: darkgray;
}

.btn-red {
    background-color: red;
    border-radius: 0;
    color: white;
}

.btn-grey {
    background-color: grey !important;
}

.checked_dates {
    margin: 0 auto;
    display: block;
}

/*
.trainer-available{background-color: #0c199c;}
.trainer-available-i{color: #0c199c;}
.trainer-order-confirmed {background-color: green;}
.trainer-confirmed-i{color: green;}
.trainer-order-declined {background-color: red;}
.trainer-order-declined-i{color: red;}
.trainer-declined{ background-color: #FFE6E6;}
.trainer-declined-i{color: #FFE6E6;}
.overdue { color:red; }
a.btn.btn-primary:hover {background: rgb(100, 148, 37);}
*/











.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.completed_task {
    text-decoration: line-through;
}

.highlight {
    background-color: yellow;
}

/*New custom checkbox start*/
.checkbox_container {
    display: block;
    position: relative;
    margin-left: calc(50% - 12px);
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 3px solid #000000;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px !important;
    top: 2px !important;
}

/* Show the checkmark when checked */
.checkbox_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.trainer-available .checkbox_container input:checked~.checkmark {
    background-color: #ffba05;
}

.trainer-available-i {
    color: #ffba05;
    margin-left: 8px
}

.trainer-order-confirmed .checkbox_container input:checked~.checkmark {
    background-color: #85bf31;
}

.trainer-confirmed-i {
    color: #85bf31;
    margin-left: 8px
}

.trainer-order-declined .checkbox_container input:checked~.checkmark {
    background-color: #ff1143;
}

.trainer-order-declined-i {
    color: #ff1143;
    margin-left: 8px
}

.trainer-declined .checkbox_container input:checked~.checkmark,
.trainer-declined .checkmark {
    background-color: #FFb6b1;
}

.trainer-declined-i {
    color: #FFb6b1;
    margin-left: 8px
}





.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

.suggetions {
    margin-top: 10px;
    margin-bottom: 5px;
}

.large.tooltip-inner {
    max-width: 350px;
    width: 350px;
}



.force_mobile_table#no-more-tables table,
.force_mobile_table#no-more-tables thead,
.force_mobile_table#no-more-tables tbody,
.force_mobile_table#no-more-tables th,
.force_mobile_table#no-more-tables td,
.force_mobile_table#no-more-tables tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.force_mobile_table#no-more-tables tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.force_mobile_table#no-more-tables tr {
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.force_mobile_table#no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
}

.force_mobile_table#no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 12px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
}

/*
    Label the data
    */
.force_mobile_table#no-more-tables td:before {
    content: attr(data-title);
}

.force_mobile_table table .small_device_fullwidth {
    padding-left: .75rem !important;
}

.force_mobile_table .wrapped_details {
    max-width: none !important
}

.force_mobile_table .table-with-add-button tr:first-child {
    margin-bottom: 40px !important;
    visibility: hidden;
}

.popover-origin {
    display: none;
}

.c-day-popover-indicator {
    display: none;
}

.multicol .form-group {
    margin-bottom: 8px;
}

.bordered-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    padding: 14px;
    margin-bottom: 10px;
}

.vert-align-middle {
    vertical-align: middle;
}

.has-error .dropdown .dropdown-toggle {
    border-color: #a94442;
}

#page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    padding: 10px 10px 10px 10px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);
}

.footer_link_span {
    padding: 10px;
}

.smallgraytxt {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 14px
}

.priceMask {
    z-index: 12;
    pointer-events: none;
}

.priceMask input {
    border: none;
    background: transparent;
    width: 120px;
}

.price_rule_ul {
    padding-left: 2px;
}

.price_rule_ul li {
    margin-bottom: 5px
}

.price_rule_ul .prule_span input {
    font-size: 10px;
    width: 50px;
    color: #aaa !important;
}

.price_rule_ul .del input {
    text-decoration: line-through;
}

.text-right input {
    text-align: right !important;
}

.tax_td input {
    width: 60px;
}

.date_line {
    font-size: 12px;
}

.total_td input {
    font-weight: bold;
    font-size: 14px;
}

.add-paricipants-btn {
    padding: 5px;
    font-size: 12px;
}

.blockUI {
    z-index: 2000 !important;
}

.blockOverlay {
    z-index: 99999999 !important;
}

.smallgraytxt input {
    font-size: 11px;
    color: #aaa !important;
    line-height: 14px
}

.modal-backdrop.show {
    z-index: 9999 !important;
}

.modal-open .modal {
    z-index: 99999 !important;
}

/*calender*/



.w16p {
    width: 16.6666666667%;
}

.w25p {
    width: 25%;
}

.w75p {
    width: 75%;
}




/* meta row */
.clndr_metaRow {
    margin-bottom: 2em;
}

.clndr_metaRowLink {
    float: left;
    line-height: 1.786em;
}

/* download link */
.clndr_legendItem-download {
    float: right;
    margin: 0;
}

/* controls */
.clndr_controlsWrap {
    margin-bottom: 1.5em;
}

.clndr_prev {
    float: left;
}

.clndr_prev.inactive,
.clndr_next.inactive {
    display: none;
}

.clndr_next {
    float: right;
}

/* month title row */
.clndr_monthTitleRow {
    max-width: 1445px;
    width: 100%;
}


/* grid */
.clndr_grid {
    background: #fff;
    font-size: 12px;
}

.clndr_oneMonth,
.clndr_grid .col:last-child .clndr_oneMonth,
.clndr_cell,
.clndr_cell-monthTitle {
    border-color: #e2e2e2;
}

/* months */
.clndr_oneMonth {
    background: #fff;
    border-left: 1px solid #e2e2e2;
}

.clndr_grid .col:last-child .clndr_oneMonth {
    border-right: 1px solid #e2e2e2;
}

/* general cells */
.clndr_cell {
    border-bottom: 1px solid #e2e2e2;
}

.clndr_cell-monthTitle {
    border-top: 1px solid #e2e2e2;
    padding: 0.5em;
    color: #666;
}

.clndr_cell-empty {
    display: none;
}

/* one day */
.clndr_cell-oneDay {
    padding-left: 0.5em;
    overflow: hidden;
}

.clndr_oneDayInner {
    display: table;
    width: 100%;
}

.clndr_oneDayDate {
    width: 20%;
    min-width: 45px;
}

.clndr_oneDayContent {
    width: 80%;
}

.clndr_oneDayDate,
.clndr_oneDayContent {
    display: table-cell;
}

/* saturday */
.calendar-dow-5 {
    background: #f5f5f5;
}

/* sunday */
.calendar-dow-6 {
    background: #eaeaea;
}

.calendar-dow-6 .clndr_oneDayDate {
    color: #ad031d;
}

/* events */
.clndr_eventLink {
    display: block;
    font-weight: 400;
    color: inherit;
}

.clndr_eventLink:hover {
    text-decoration: none;
}

.clndr_event {
    padding: 0.25em;
}

.clndr_event p {
    margin: 0;
}

/* search */
.clndr_backLink {
    margin-bottom: 1.5em;
}

.clndr_searchResulList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clndr_searchResultItem {
    margin-bottom: 1em;
}

.clndr_searchResultLink {
    padding: 1em;
    background: #fff;
    display: block;
    font-weight: 400;
}

.clndr_searchResultLink:hover {
    text-decoration: none;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.clndr_searchHighlight {
    background-color: #fff000;
    background-color: rgba(255, 240, 0, 0.65);
    padding: 0.25em;
}

/*
 * Media query
 * extra large - desktops
 */
@media screen and (max-width: 1445px),
tv and (max-width: 1445px) {

    /*
     * MAIN
     */
    .clndr_monthTitleRow.js-sticky.js-isActive {
        padding-right: 2em;
    }
}

/*
 * Media query
 * extra large - desktops
 */
@media screen and (max-width: 1201px),
tv and (max-width: 1201px) {

    /*
     * MAIN
     */
    .clndr_grid {
        font-size: 1em;
    }

    .clndr_cell-oneDay {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .clndr_event {
        padding: 0.5em;
    }
}

/*
 * Media query
 * medium - small desktop and tablet
 */
@media screen and (max-width: 1200px),
tv and (max-width: 1200px) {

    /*
     * page layout - fit to system needs
     */
    .w33p-l {
        width: 33.3333333333%;
    }
}

/*
 * Media query
 * medium - small desktop and tablet portrait
 */
@media screen and (max-width: 1100px),
tv and (max-width: 1100px) {
    /*
     * page layout - fit to system needs
     */


    .w50p-m {
        width: 50%;
    }

    .w100p-m {
        width: 100%;
    }

    .hidden-m {
        display: none;
    }

    .visible-m {
        display: block;
    }

    /* js-mobileNav */
    .js-mobileNav {
        display: none;
    }

    .js-mobileNav.js-isActive {
        display: block;
    }

    /*
     * MAIN
     */

    /* legend */
    .clndr_legendBtn {
        width: 100%;
        display: block;
        padding: 1em 1.5em;
        background: rgba(255, 255, 255, 0.5);
        line-height: 1;
        margin-bottom: 1.5em;
        color: inherit;
    }

    .clndr_legend {
        padding-top: 0;
        margin: -1.5em 0 1.5em;
    }

    .clndr_legendItem {
        padding: 0.25em 0;
        margin: 0;
    }

    .clndr_legendItem.hidden-m {
        display: none;
    }

    .clndr_legendLink {
        display: block;
        width: 100%;
    }

    /* js-legend */
    .js-legend {
        display: none;
    }

    .js-legend.js-isActive {
        display: block;
    }

    /* certificate image */
    .certificateImg {
        margin-bottom: 1.5em;
    }
}

/*
 * Media query
 * small - phones
 */
@media screen and (max-width: 640px),
tv and (max-width: 640px) {

    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

/*
 * Media query
 * extra small - phones
 */
@media screen and (max-width: 480px),
tv and (max-width: 480px) {

    /*
     * MAIN
     */
    .clndr_prev,
    .clndr_next {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .clndr_legendItem {
        width: 100%;
    }
}

@media screen and (max-width: 430px),
tv and (max-width: 430px) {}

/*
 * Media query
 * layout fixes
 */
@media screen and (max-width: 370px),
tv and (max-width: 370px) {}

@media screen and (max-width: 350px),
tv and (max-width: 350px) {}

/*
 * Print
 */
@media print {

    /*
     * page layout - fit to system needs
     */
    .w16p {
        width: 16.6666666667%;
    }

    /*
     * HEAD
     */
    .mainNav {
        display: none;
    }

    /*
     * MAIN
     */
    .template-event #main .slider {
        padding: 0;
        background: 0 none !important;
    }

    .template-event #main .slidecontent {
        display: block;
    }
}

@media print and (max-width: 1200px) {

    /*
     * page layout - fit to system needs
     */
    .w33p-l {
        width: 33.3333333333%;
    }
}

@media print and (max-width: 640px) {

    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

.clndr_grid .col {
    padding: 0 !important
}

.clndr_grid .row {
    padding: 0 15px 0 15px;
}

.empty.last-month {
    display: none
}

.clndr_oneDayInner {

    border-bottom: 1px solid #e2e2e2;
    padding-left: 0.5em;
}

.clndr_grid {
    margin-bottom: 30px
}

.clndr_grid .event_wrapper {
    border-bottom: 1px solid #fff;
    /*padding: 2px 4px;*/
}

.event_wrapper a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
}

.event_wrapper a p {
    margin-bottom: 2px;
    line-height: 15px;
}

.clndr_grid .workshop {
    background: #ABE4FB;
}

.clndr_grid .arbeitskurs {
    background: #8EA6CF;
}

.clndr_grid .symposium {
    background: #adcb57;
}

.clndr_grid .curriculum {
    background: #F3876D;
}

.clndr_grid .konferenz {
    background: #ffdb00;
}

.clndr_grid .prophylaxe {
    background: #f4b042;
}

.clndr_grid .kurs {
    background: #f3d2c0;
}

.clndr_legendColor {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #333;
    margin-right: 0.5em;
    margin-bottom: -2px;
}

.legende {
    background: #f5f5f5;
    padding-left: 1em;
    margin-bottom: 15px;
    line-height: 36px;
}

.legende ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
}

@media print and (max-width: 640px) {

    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

.clndr_grid .col {
    padding: 0 !important
}

.clndr_grid .row {
    padding: 0 15px 0 15px;
}

.empty.last-month {
    display: none
}

.clndr_oneDayInner {

    border-bottom: 1px solid #e2e2e2;
    padding-left: 0.5em;
}

.clndr_grid {
    margin-bottom: 30px
}

.clndr_grid .event_wrapper {
    border-bottom: 1px solid #fff;
    /*padding: 2px 4px;*/
}

.event_wrapper a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
}

.event_wrapper a p {
    margin-bottom: 2px;
    line-height: 15px;
}

.clndr_grid .workshop {
    background: #ABE4FB;
}

.clndr_grid .arbeitskurs {
    background: #8EA6CF;
}

.clndr_grid .symposium {
    background: #adcb57;
}

.clndr_grid .curriculum {
    background: #F3876D;
}

.clndr_grid .konferenz {
    background: #ffdb00;
}

.clndr_grid .prophylaxe {
    background: #f4b042;
}

.clndr_grid .kurs {
    background: #f3d2c0;
}

.event_wrapper a p {
    word-break: break-word;
}

.target_group_wrapper ul li,.about_event_wrapper ul li  {
    list-style: circle;
    list-style-position: inside;
}

.target_group_wrapper ul {
    padding-left: 15px
}

.clndr_legendColor {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #333;
    margin-right: 0.5em;
    margin-bottom: -2px;
}

.legende {
    background: #f5f5f5;
    margin-bottom: 15px;
}

.bootbox button {
    min-width: auto !important;
}

.legende ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
}

.btn-primary.cart_button_fixed {
    position: fixed;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    bottom: 10px;
    right: 10px;
    z-index: 9999 !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
}

/*.v-select input[type=search], .v-select input[type=search]:focus {display: none !important}
.v-select.searchable .dropdown-toggle { min-height: 35px !important;}
.v-select.searchable .dropdown-toggle {padding-right: 26px !important;}*/

.filter_wrapper .v-select.searchable .dropdown-toggle {
    background-color: #FFF;
}

.filter_wrapper .v-select.open ul.dropdown-menu li a {
    white-space: normal !important;
    word-wrap: break-word;
}

/* #filter_button.btn.btn-primary {
    float: right;
    min-width: 160px !important;
} */

.register_form_wrapper .v-select.single input[type=search],
.v-select.single input[type=search]:focus {
    background: transparent !important
}

.register_form_wrapper .v-select.searchable .dropdown-toggle {
    max-height: 35px
}

/*NEW MENU start*/

.newmenu_wrapper {
    position: absolute;
    top: 44px;
    right: -11px;
    z-index: 99999;
    box-sizing: border-box;
}

.newmenu_wrapper>.popover {
    position: relative;
    width: 310px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    max-width: 310px;
    box-shadow: 3px 3px 4px #ddd;
    border: 1px solid #F5F5F5
}

.register_form_wrapper .v-select.single input[type=search], .v-select.single input[type=search]:focus {background: transparent !important}
.register_form_wrapper .v-select.searchable .dropdown-toggle {max-height:35px}


.newmenu_wrapper>.popover>.popover-arrow {
    position: absolute;
    top: -11px;
    right: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(255, 255, 255);
    width: 0;
    height: 0;

    -webkit-filter: drop-shadow(0 -2px 2px #F5F5F5);
}

/*NEW MENU start*/
.newmenu_wrapper>.popover>.logout_bar {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.newmenu_wrapper>.popover>.logout_bar a {
    line-height: 34px
}

.newmenu_wrapper>.popover>.logout_bar a:hover {
    text-decoration: none
}

.newmenu_wrapper>.popover>.menu-item-wrapper {
    width: 100%;

    min-height: 268px;
    max-height: 382px;
    overflow-y: auto;
    padding: 12px 12px 50px 12px;
}

.newmenu_wrapper>.popover li.new_menu_listitem {
    width: 32%;
    text-align: center;
    margin: 0px;
    border: 1px solid transparent;
    vertical-align: top;
    padding: 10px 0px !important;
}

.newmenu_wrapper>.popover li.new_menu_listitem:hover {
    border: 1px solid #F5F5F5;
    cursor: pointer
}

.newmenu_wrapper>.popover li.new_menu_listitem p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.newmenu_wrapper>.popover li.new_menu_listitem img {
    border-radius: 100px;
    max-width: 55px;
    margin: 0 0 10px 0;
}

.popover-body {
    padding: 0.75rem 1.75rem!important;
    color: #212529!important;
}
.popover .arrow {visibility:hidden;}

/*NEW MENU End*/

.actions_column i {
    color: #77B32B;
    cursor: pointer;
    font-size: 18px;
}

.register_form_wrapper .v-select.single input[type=search],
.v-select.single input[type=search]:focus {
    background: transparent !important
}

.register_form_wrapper .v-select.searchable .dropdown-toggle {
    max-height: 35px
}

.ul-striped>li:nth-of-type(even) {
    background: #f9f9f9;
}

.ul-striped li {
    padding: 10px;
}

.ul-striped {
    box-shadow: 1px 1px #F9F9F9;
}

.edit_address label{
    float: left;
}

.edit_address .address_error{ 
    border-color: red; 
}

.about_event_wrapper ul {
    padding-left: 0;
    padding-inline-start: 40px;
}

.about_event_wrapper ul li {
    list-style: circle;
}
/**
 * Desingned by Mitesh kadiya
 */
 #login_form #loginPassword{
    border-radius: 10px; 
 }
 
 #login_form .input-group-append{
    margin-left: -26px;
 }

 #login_form #toggleLoginPassword{
    z-index: 10;
 }
 #login_form #toggconfirm_password{
    z-index: 10;
 }
 #login_form_wrapper .login_btn{
    border-radius: 10px;
 }

 .profile_and_cart {
     margin-left:8px;
 }

 .navbar_label {
     margin-left: -12px;
     font-size: large;
 }

.header_logo{
    margin-bottom: 30px;
}
.navbar-expand-lg .navbar-brand{
    margin-left: 90px;
}
.navbar-expand-lg .navbar_shopping_cart{
    position: relative;
    margin-top: 17px;
    margin-right: 115px;
    width: 10%;
}
.headerText .header_line_1{
    display: block;
    padding-top: 25px;
    /* padding-left: 90px; */
    color: #4d5156;
    margin: 0;
    line-height: 0;
    font-weight: bold;
}
.headerText .header_line_2{
    display: block;
    /* padding-left: 85px; */
}

.page_trainer_request .nav .nav-item,
.page_saved_attendees_review .nav .nav-item{
    color: #77b32b;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.page_trainer_request .nav .nav-item.active,
.page_saved_attendees_review .nav .nav-item.active{
    background-color: #77b32b;
    color: #fff;
    border-radius: 10px;
    margin-right: 5px;
}
.page_trainer_request .nav .nav-item.active .nav-link,
.page_saved_attendees_review .nav-item.active .nav-link{
    color: #fff !important;
}
.page_trainer_request .trainer_request_data_container{
    margin-top:  40px;
}
.page_trainer_request .trainer_request_data,
.page_seminar_feedback .seminar_feedback_data
{
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    min-height: 90px;
    padding: 10px;
    cursor: pointer;
	border-radius:10px;
}
.page_trainer_request .trainer_request_data .request_title,
.page_seminar_feedback .seminar_feedback_data .request_title
{
    font-weight: 600;
    color: #4d5156;
    font-size: 22px;
   
    line-height: 37px;
}
.page_trainer_request .trainer_request_data .request_title{
    color: #4d5156;
 
}
.page_seminar_feedback .seminar_feedback_data .request_date_period{
    color: #70757a;
    font-size: 14px;
   
}
.page_trainer_request .trainer_request_data .request_location,
.page_seminar_feedback .seminar_feedback_data .request_location{
    color: #70757a;
    font-size: 14px;
    
    padding-left: 78px;
}
.page_trainer_request .trainer_request_data .request_date_title,
.page_seminar_feedback .seminar_feedback_data .request_date_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_date,
.page_seminar_feedback .seminar_feedback_data .request_date{
    color: #70757a;
    font-size: 14px;
}
.page_trainer_request .trainer_request_data .request_expiry_date_title,
.page_seminar_feedback .seminar_feedback_data .request_expiry_date_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_status_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_status{
    color: #77b32b;
    font-size: 14px;
    
}
.page_trainer_request .trainer_request_data .respond,
.page_seminar_feedback .seminar_feedback_data .respond{
    display: block;
    padding-top: 20px;
    color: #77b32b;
    font-weight: 800;
     
}
.page_seminar_feedback_details .container:first-child{
    margin-top: 20px;
    margin-left: 20px;
}
.page_seminar_feedback_details .box{
    height: 120px;
    border-radius: 10px;
    color: #70757a;
    background-color: #F2F2F2;
    font-weight: bold;
    padding-left: 30px;
    margin-left: 40px;
    padding-top: 21px;
}

.page_seminar_feedback_details .box_multiline span:last-child{
    display: block;
    padding-top: 9px;
    padding-left: 40px;
    font-size: 20px;
    color: #77B32B;
}

.page_seminar_feedback_details .box_single_line span:last-child{
    display: block;
    color: #77B32B;
    padding-top: 33px;
    font-size: 20px;
    padding-left: 40px;
}
 
.page_dashboard .manage_seminars{
    height: 374px;
    border-radius: 17px;
    padding: 25px 10px;
    background-color: #EDF1FB;
    color: #5B6A77;
    margin-top: 0px;
}

.page_dashboard .dashboard_icons_menu .list-group-item{
    cursor: pointer;
}

.page_dashboard .upcoming_seminars{
    height: 374px;
    border-radius: 17px;
    padding: 25px 12px;
    background-color: #EDF1FB;
    color: #5B6A77;
    margin-top: 0px;
}
.page_dashboard .manage_seminars > span,
.page_dashboard .upcoming_seminars .top_header,
.page_dashboard .third_section .open_task_title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 19px;
}

.page_dashboard .manage_seminars ul.dashboard_icons_menu{
    margin-top: 8px;
}

.page_dashboard .manage_seminars ul.dashboard_icons_menu li.list-group-item{
    border:none;
    background-color: #EDF1FB;
}
.page_dashboard .text-green{
    color: #77B32B;
    cursor:pointer;
    display: block;
    height: 29px;
    padding-right: 22px;
	text-align: right;
}

.page_dashboard .upcoming_seminars .row:first-child{
    margin-bottom: 17px;
}
.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper{
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 17px;
    color: #5B6A77;
}

.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper .seminar_title{
    font-weight: bold;
    font-size: 16px;
}
.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper .seminar_date{
    font-size: 13px;
}
.page_prfile{
    color: #70757a;
    
}
.page_prfile .profile_left{
    height: 400px;
    padding-top: 50px;
}

.page_prfile .profile_left .user_name{
    font-weight: bold;
}

.page_prfile .profile_left .link_img{
    height: 20px;
    width: 22px;
}
.page_prfile .profile_left .link_container{
    margin-left: 40px;
}
.page_prfile .profile_left .edit_profile_link{
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
}
.page_prfile .profile_right{
    padding-top: 50px;
}
.page_dashboard .open_request_container,
.page_dashboard .second_section .seminar_attendance_container{
    border-radius: 17px;
    height: 370px;
    padding:25px ;
    color: #5B6A77;
    background-color: #EDF1FB;
    margin-top: 30px;
 }

 .page_dashboard .open_request_container .top_header,
 .page_dashboard .seminar_attendance_container .top_header
 {
    display: block;
    font-weight: bold;
    font-size: 18px;
 }

 .page_dashboard .open_request_container .open_request_list{
    min-height: 80px;
    padding : 12px 15px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
    color: #70757a;
  
 }

 .page_dashboard .open_request_container .open_request_list .seminar_title,
.page_dashboard .seminar_attendance_container .attendance_list .seminar_title
 {
    font-weight: bold;
    font-size: 18px;
 }
 .page_dashboard .open_request_container .open_request_list .request_date_period,
.page_dashboard .seminar_attendance_container .attendance_list .request_date_period
 {
    font-size: .9rem;
 }
 .page_dashboard .open_request_container .open_request_list .answer_request{
    color: #77B32B;
    cursor: pointer;
    font-weight: bold;
    line-height: initial;
 }

 .page_dashboard .seminar_attendance_container .attendance_list{
    color: #70757a;
    background-color: #fff;
    min-height: 80px;
    border-radius: 10px;
    padding:12px 15px;
    margin-top: 15px;
 }

 .page_dashboard .seminar_attendance_container .attendance_list .green{
    color: #77B32B;
    font-weight: bold;
    cursor: pointer;
 }
 .blue_header,
 .blue_header_1
 {
    height: 138px;
    width: 100%;
    background-color: #EDF1FB;
    margin-top: 65px;
    color: #5B6A77;
    
    padding-top: 13px;
    padding-left: 20px;
 }
 .trainer_request_header{
    height: 138px;
    width: 66%;
    background-color: #EDF1FB;
    margin-top: 65px;
    color: #5B6A77;
    
    padding-top: 31px;
    padding-left: 20px;
    margin-left: 323px;
 }
 .blue_header .first_section span:last-child{
    font-weight: bold;
 }

 .blue_header .second_section{
    margin-top: 10px;
 }

 .blue_header .second_section .title{
    font-weight: bold;
    font-size: 22px;
 }
.blue_header .third_section{
    padding-top: 15px;
}
.blue_header_1{
    padding-top: 28px !important;
}
.blue_header_1 .main_title,
.trainer_request_header .main_title{
    font-weight: bold;
    font-size: 25px;
}
.blue_header_1 .sub_title,
.trainer_request_header .sub_title{
    font-weight: bold;
    font-size: 18px;
}
.blue_header .third_section .seminar_date{
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px;
    width: 142px;
    border-radius: 5px;
    background-color: #fff;
 }

 .page_manage_seminar,
 .page_confirm_attendance{
    /*padding-top: 30px;*/
    color: #5B6A77;
 }
 .page_manage_seminar .title,
 .page_confirm_attendance .title,
.page_attendee_list .title{
    font-weight: bold;
    font-size: 18px;
	margin: 15px 0 10px 0;
 }
 .page_manage_seminar ul.menu li{
    padding: 20px 20px;
    background-color: #FAFAFA;
    margin: 10px 0px;
    cursor: pointer;
	border-radius: 10px;
    font-weight: 500;
 }
 .page_manage_seminar .hide_show{
    display: none;
 }

 .page_confirm_attendance ul li.dateli{
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 10px;
 }
 .page_confirm_attendance ul li.dateliDisabled{
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #FAFAFA;
    cursor: pointer;
 }
 .page_confirm_attendance ul li.dateliDisabled span{
    font-weight: bold;
    font-size: 13px;
 }

 .page_confirm_attendance ul li.dateliDisabled img{
    height: 13px;
    width: 20px;
 }

 .radio-button-green-checked{
    border: 2px solid #77B32B !important;
 }

 .brb{
    border-radius: 10px !important;
 }
 .page_attendee_list ul li{
    padding: 20px 20px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #FAFAFA;
 }
 .green{
    color: #77B32B;
 }
 a.green:hover{
    text-decoration: none;
 }
 .custom-modal .modal-header-custom{
    min-height: 50px;
    background-color: #F2F2F2;
    padding-top: 10px;
    border-radius: 13px 13px 0 0;
 }

 .custom-modal .modal-content{
    border-radius: 13px;
    border: 1px solid #ddd;
 }
 .custom-modal .modal-header-custom .add_note_title{
    color: #BFBFBF;
    font-size: 19px;
 }
 .custom-modal .modal-header-custom > span:last-child{
    margin-left: 154px;
    font-weight: bold;
 }

 .custom-modal .modal-header-blue-custom{
    padding-top: 10px;
    padding-left: 18px;
	padding-right: 18px;
    background-color: #EDF1FB;
    min-height: 80px;
 }

 .custom-modal .close_btn{
    cursor: pointer;
    font-weight: bold;
 }

 .custom-modal .modal-header-blue-custom span:first-child{
    font-weight: bold;
    color: #364856;
    font-size: 21px;
 }

 .custom-modal .modal-header-blue-custom span:last-child{
    color: #364856;
    font-size: 15px;
 }
 #uploadDocumentModal #event_date_container{
    padding: 4px 16px;
    background-color: #fff;
    color: #788B9A;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 13px;
 }
 
 #uploadDocumentModal #event_name_container{
    font-weight: bold;
    color: #364856;
    font-size: 18px;
    margin-top: 13px;
 }
 #login_form_wrapper .forgot_password_container{
    margin-top: 17px;
 }

 #login_form_wrapper .remember_me_container{
    margin-top: 17px;
 }

 /* #login_form_wrapper #login_form input[name="username"]{
   width: 296px;
 }
 #login_form_wrapper #loginBtn{
    width: 298px;
 } */

 #login_form_wrapper #google_recaptcha_login{
    margin-top: 10px;
 }

 #portalSmallPopupOverlay{
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: fixed;
    z-index: 99999 !important;
    display: none;
 }

 #portalSmallPopupOverlay .popupContent{
    position: fixed;
    margin: 0;
    top: 40%;
    left: 45%;
    height: 200px;
    width: 224px;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
 }

 #portalSmallPopupOverlay .message_container{
    margin-top: 11px;
    color: #66747E;
    font-weight: bold;
    font-size: 14px;
 }
 #portalSmallPopupOverlay .button_conatiner{
    margin-top: 17px;
 }
 .page_dashboard .third_section{
    margin-top: 25px;
    padding: 20px 25px;
    height: auto;
    background-color: #EDF1FB;
    
    border-radius: 17px;
    color:#5B6A77;
 }
 .page_seminar_feedback .feedback-data-wrapper{
    color: #5B6A77;
 }

 .page_seminar_feedback .seminar_container{
    height: 93px;
    padding: 22px 26px;
    background-color: #FAFAFA;
    border-radius: 17px;
    margin-bottom: 15px;
 }
 .seminar_container .seminar_title{
    font-weight: bold;
    font-size: 21px;
 }
 .seminar_container .last_link_wrapper{
    margin-top: 12px;
 }
 .seminar_container .last_link_wrapper .link{
    font-weight: bold;
    color: #77b32b;
    cursor: pointer;
 }
 .seminar_container .date_location{
    font-size: 16px;
 }
 .clgray{
    color: #9d9d9d;
 }

 .ul_show_attendee_list li:first-child {
     margin-top: 15px;
 }
 .ul_show_attendee_list li {
    border: 1px solid #F8F8F8;
    border-radius: 9px;
    margin-bottom: 5px;
    cursor: pointer;
 }
 .ul_show_attendee_list li .row {
    padding: 10px;
 }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}
 .header_with_date_location .row{
    margin-left: 50px;
 }
 .page_feedback_details .boxes_container{
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 38px;
 }
 .page_feedback_details .box{
    height: 120px;
    padding: 20px 20px; 
    border-radius: 10px;
    border:1px solid #ddd;
    margin-top: 15px;
 }
 .page_feedback_details .box .title{
    color: #5B6A77;
    font-weight: 500;
    display: block;
 }
 .page_feedback_details .given_feedback_wrapper .title,
.page_feedback_details .participants_wrapper .title{
    margin-bottom: 23px; 
 }
.page_feedback_details .total_average_rating_wrapper{
    background-color: #F2F2F2;
 }
 .page_feedback_details .box .number{
    font-weight: bold;
    font-size: 24px;
    margin-left: 7px;
 }
 .page_feedback_details .analysis_wrapper{
    margin-top: 30px;
   /* margin-left: 84px;*/
 }
 .page_feedback_details .analysis_wrapper .title{
    font-weight: bold;
    color: #5B6A77;
    font-size: 20px;
    line-height: 2;
 }
 .page_feedback_details .analysis_wrapper .form_name{
    color: #5B6A77;
    font-weight: 600;
 }
 .trainer_request_header .header_text_container{
    margin-left: 63px;
 }
 .panel-group .panel{
    overflow: visible;
    margin-bottom: 0;
    border-radius: 4px;
    margin-bottom: 13px;
 }
 .panel{
    background-color: #fff;
    border:1px solid transparent;
 }
 .panel-default{
    border-color:#e0e0e0;
 }
 .panel-default .panel-heading{
    color: #333333;
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    border-bottom: 0;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default .icon_container {
    background-color: #f9f9f9;
    margin-left: -15px;
    padding-top: 10px;
}
.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.panel-default .panel-heading a{
    color: #5B6A77;
}
.panel-default .panel-heading a:hover{
    text-decoration: none;
}
.blue_header .back{
    cursor: pointer;
}
.page_saved_attendees_review{
    padding-top: 33px;
}
.page_saved_attendees_review .attendees_list_section{
    margin-top: 36px;
}
.page_saved_attendees_review .attendees_list_section .title{
    font-weight: 700;
    font-size: 18px;
    color: #5B6A77;
}
.page_saved_attendees_review ul.confimrmed_ul li,
.page_saved_attendees_review ul.seminar_proof_ul li a
{
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 10px;
    color: #5B6A77;
    display: block;
}
.page_saved_attendees_review ul.seminar_proof_ul li a:hover{
    text-decoration: none;
}
.page_saved_attendees_review .attendees_list_section .note_icon_wrapper{
    cursor: pointer;
}
.page_saved_attendees_review  ul.confimrmed_ul li img.tick_img{
    height: 16px;
    width: 19px;
    margin-top: 16px;
}
.page_saved_attendees_review  ul.confimrmed_ul li img.info_img{
    height: 33px;
    width: 31px;
}
.page_saved_attendees_review ul.confimrmed_ul li img.note_icon{
    height: 24px;
    width: 17px;
}
.page_saved_attendees_review  ul.confimrmed_ul li .attendee_name{
    font-weight: 500;
    font-size: 14px;
}
.page_saved_attendees_review  ul.confimrmed_ul li .attendee_organization{
    font-weight: 500;
    font-size: 12px;
}
.page_saved_attendees_review ul.confimrmed_ul li .note{
    font-size: 12px;
    font-weight: 500;
}
.responsive_view{
    display: none;
}
.responsive_view .responsive_page_title_bordered{
    display: block;
    padding: 16px 20px;
    border: 1px solid #77B32B;
    color: #5B6A77;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 19px;
}
.responsive_view .responsive_page_title{
    display: block;
    color: #5B6A77;
    font-weight: bold;
    font-size: 19px;
    padding-left: 17px; 
}
.responsive_view .second_title_wrapper,.responsive_view .third_title_wrapper, .fifth_title_wrapper, .fourth_title_wrapper{
    margin-top: 20px;
	    background: #EDF1FB;
    padding: 10px 8px;
}
.responsive_view .left-title{
    font-weight: bold;
    font-size: 16px;
    font-size: 19px;
    color: #77B32B;
}
.responsive_view .event_data_ul{
    margin-top: 10px;
}
.responsive_view .event_data_ul .event_data{
    padding: 10px;
    border-radius: 0.75rem !important;
    margin-bottom: 8px;
	/* border-bottom: 1px solid #9d9d9d; */
}
.responsive_view .event_data_ul .event_data:last-child {border-bottom: none}
.responsive_view .event_data_ul .event_data .event_title{
    font-weight: bold;
    color: #5B6A77;
    font-size: 16px;
}
.responsive_view .event_data_ul .event_data .event_date,
.responsive_view .event_data_ul .event_data .event_location{
    font-size: 14px;
}
.responsive_view .event_data_ul .event_data .gray_title{
    font-size: 14px;
}
.responsive_view .event_data_ul .event_data .number{
    font-weight: bold;
    font-size: 12px;
    color: #5B6A77;
}
.bg-blue{
    background-color: #EDF1FB;
}
.bg-gray{
    background-color: #FAFAFA;
}
 .my_learning .btn-outline-secondary {
    padding: 9px 9px 9px 9px!important;
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
    border: 1px solid #ced4da!important;
    border-radius: 0.75rem!important;
}

.my_learning .btn-outline-secondary:hover {
    background-color: #77b32b;
}

.my_learning .active {
    background-color: #77b32b!important;
    border-color: #77b32b!important;
}

.my_learning .common_filters {
    border-radius: 0.75rem!important;
}

.v-select input[type=search] {
  border-radius: 0.75rem!important;
}

#filter_button  {
    min-width: 60px !important;
    border: 1px solid #ced4da;
    /* background-color:Transparent !important; */
    outline: none !important;
    box-shadow: none !important;
}

#filter_button:hover {
    background-color: #77b32b ;
}

#filter_button .active, #filter_button:not(:disabled):not(.disabled).active, #filter_button:not(:disabled):not(.disabled):active, .show>#filter_button.dropdown-toggle {
    background : #77b32b ;
    border-color: #77b32b ;
}

.seminar_filter {
    display: none;
}

.no_records {
    text-align:center;
}

.rounded {
    border-radius: 0.75rem!important;
}

.grid-div .card {
    border:none!important;
}

.grid-div .grid-view img {
    max-height: 100px!important;
    max-width: 90px!important;
}

.v-select .dropdown-toggle {
    border-radius: 0.75rem!important;
}

#filter_button.btn.btn-primary {
    float: right;
    min-width: 50px !important;
}

.jumbotron {
    font-size: 15px;
   padding: 20px;
}

/* .has-search .form-control {
    padding-left: 2.375rem;
} */

.has-search .form-control-seminar {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    right:0;
    top: 0px;
}

.list-group .list {
    padding-bottom:10px;
}

.list-group .manage {
    width:50%;
    padding-bottom:10px;
}

.list {
    display:inline-flex !important
}

.list .btn {
    border-radius:0!important;
    border-top-right-radius:10px!important;
    border-bottom-right-radius:10px!important;
    border:none!important;
    outline: none!important;
    box-shadow: none!important;
}

.list .list-group-item {
    border-top-left-radius:10px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:0px!important;
    border-bottom-right-radius:0px!important;
    border:none!important;
}

.manage .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
}

.list-group-item {
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.manage-group-item {
    background-color: #F2F2F2;
}

.list-group-item i{
    float:right;
}


.nav-tabs .documents-list a,
.nav-tabs .documents-grid a {
    display:unset;
}

.seminar_detail .date {
    background-color: white;
    width:fit-content;
}

.seminar_detail .date p{
    background-color: none!important;
}

.seminar_detail div p {
    display: inline;
}

.#filter_button.active{
    background-color: #77b32b;
    color: #fff;
    border-radius: 10px;
}

.profile_name  {
    font-weight:500;
}

.home_label  {
    font-weight:500;
}

.trainer_seminars{
    height: 138px;
    width: 100%;
    background-color: #EDF1FB;
    margin-top: 65px;
    min-width: 63%;
}

.seminar_main_wrapper {
    /* padding-left: 90px; */
    margin-bottom: 50px;
   /* -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);*/
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: 640px;
    position: relative;
}

.seminar_search {
    margin-top: 20px!important;
}

.seminar_list {
    padding: 9px 0px 9px 0px!important;
}

.manage_seminar {
    background-color:#F5F5F5!important;
}

.btn .btn-outline-secondary .week-filter {
    padding: 11px 11px 11px 11px!important;
}

.document_header{
    min-height: 90px;
    width: 100%;
    /* background-color: #EDF1FB; */
    margin-top: 15px;
}

.headerText .document_header_line_1{
    display: block;
    padding-top: 30px;
    /* padding-left: 90px; */
    color: #4d5156;
    margin: 0;
    line-height: 0;
    font-weight: 500;
}

#trainerdocument-tab {
    border-bottom: none!important;
}

.text_green{
  font-weight: 700;
  color: #77B32B;
}

 .my_documents .btn-outline-secondary {
     padding: 9px 9px 9px 9px!important;
    width:100%;
    outline: none!important;
    box-shadow: none!important;
    border: 1px solid #ced4da!important;
    /* border-radius: 0.75rem!important; */
}

.my_documents .btn-outline-secondary:hover {
    background-color: #77b32b;
}

.my_documents .active {
    background-color: #77b32b!important;
    border-color: #77b32b!important;
}

.my_documents .seminar_documents {
     padding: 0px;
}
.my_documents .general_documents {
     padding: 0px;
}

.my_learning .seminar_notes {
     padding: 0px;
}

.my_learning .general_notes {
     padding: 0px;
}

.general-documents {
    display:none;
}

.my_documents .seminar_documents .seminar_documents_filter {
     border-radius: 10px 0px 0px 10px !important;
}

.my_documents .general_documents .general_documents_filter {
     border-radius: 0px 10px 10px 0px !important;
}

.my_learning .seminar_notes .seminar-notes {
     border-radius: 10px 0px 0px 10px !important;
}
.my_learning .general_notes .general-notes {
    border-radius: 0px 10px 10px 0px !important;
}

.seminar_main_wrapper .document_grid_view {
    display:none;
}

.documents-list #documentslist-tab .gridview .active{
  color: #77b32b;
}

.documents-grid #documentsgrid-tab i.active{
  color: #77b32b;
}

 .documents-grid #documentsgrid-tab{
    padding:0px;
} 

.documents-list #documentslist-tab{
    padding:0px;
}

.card_layout {
 
    padding: 30px 11px;
}

/* Seminar Notes css */
  .page_manage_seminar .add_note {
      float:right;
      border-radius:10px;
      padding: 12px 50px;
  }

  .page_manage_seminar .add_note_button ,.page_manage_seminar .add_document_button {
      margin-top: 16px;
	  text-align:center;
  }

  .page_manage_seminar .note_list_div .note_list {
      background-color: #fafafa;
      padding: 15px 10px;
      padding-bottom:10px;
  }

  .note_list_div .note_list_pad {
     padding: 5px 10px;
  }

  .page_manage_seminar .note_list_div .note_list .seminar_title {
      font-weight: bold;
      padding-bottom: 10px;
  }

  .page_manage_seminar .note_list_div .note_list .list-group-item , .page_manage_seminar .document_list_div .document_list .list-group-item{
      border:none;
  }

  /* Document CSS */

  .page_manage_seminar .add_document {
      float:right;
      border-radius:10px;
      padding: 12px 50px;
  }

  .page_manage_seminar .document_list_div .document_list {
         padding: 10px 10px;
        padding-bottom: 10px;
        background-color: #fafafa;
  }

  .page_manage_seminar .document_list_div .document_list .seminar_title {
      color: #5B6A77!important; 
      font-weight: bold;
      padding-bottom: 10px;
  }
  .page_manage_seminar .document_list_div .document_list .details{
      color: #5B6A77!important; 
  }

  .page_manage_seminar .document_list_div .document_list .download_doc{
      text-decoration: none;
  }


  .download_doc{
      color:inherit;
     text-decoration: none;
  }

  .grid-div a:hover {
    color: inherit;
    text-decoration: none;
}

  .page_manage_seminar .note_list_div .document_list .list-group-item{
      border:none;
  }

 .delete_document {
      cursor:pointer;
  }

  .delete_my_document {
      cursor:pointer;
      padding : 6px;
  }
  /* Document CSS */

  .seminar_note_header {
      display:block;
      padding: 20px 35px 20px 15px;
      background-color: #f8f8ff;
  }

  .seminar_note_body {
      padding:0px;
  }

  .note_section_two {
     display:none;
  }

  .note_section_two .seminar_note_header_two .selected_date  {
        background-color: white;
        padding: 8px 15px;
        border-radius: 8px;
		margin-right:10px
  }

  .edited_note_section_two .seminar_note_header_two .selected_date  {
        background-color: white;
        padding: 8px 15px;
        border-radius: 8px;
		margin-right:10px
  }

  .note_section_two .seminar_note_header_two .selected_title, 
.seminar_note_header_two .title, .seminar_document_header_two .title   {
     padding: 5px 0px;
	 font-weight: bold;
    color: #364856;
    font-size: 21px;
  }

  .note_section_two .save_note {
      float:right;
  }


  .document_section_two {
     display:none;
  }

  .document_section_two .seminar_document_header_two .selected_date  {
        background-color: white;
        padding: 8px 15px;
        border-radius: 8px;
		    margin-right: 10px;
  }

  .document_section_two .seminar_document_header_two .selected_title  {
        padding: 5px 0px;
  }

  .document_section_two .save_document {
      float:right;
  }

  .seminar_document_body .new_document .doc_title input{
        width: 100%;
        border: 1px solid #ddd;
        padding: 5px 5px;
  }


  .seminar_note_footer {
      border:none;
  }

  .seminar_note_body .note_date {
          padding: 18px 18px;
  }

  .seminar_note_body .new_note {
          padding: 18px 18px;
  }


  .seminar_document_body .new_document {
          padding: 10px 18px;
  }

  .seminar_note_header_one {
      font-size: larger;
      cursor:pointer;
      color:#A9A9A9;
      text-align:center;
  }

  .seminar_note_header_two {
      font-weight:700;
      padding: 25px 25px 25px 15px;
      background-color: #EDF1FB;
  }

  .note_date .general_note {
      padding:5px 0px;
  }

  .general_note .general_note_item{
      background-color:white;
  }

  .note_date .seminar_general_date , .note_date .seminar_specific_date {
      padding: 12px 9px;
  }

  .note_date .note_list{
      padding: 5px 0px;
  }

  .note_title , .document_title {
      padding: 0px;
  }

  .radio_date {
      position:inherit!important;
  }



  .seminar_document_header {
      display:block;
      background-color: #f8f8ff;
  }

  .seminar_document_body {
      padding:0px;
  }

  .seminar_document_footer {
      border:none;
  }

  .seminar_document_body .document_date {
          padding: 18px 18px;
		  background: #fff;
  }

  .seminar_document_header_one {
      font-size: larger;
      color:#A9A9A9;
      text-align:center;
  }

  .seminar_document_header_two {
      padding: 25px 25px 25px 18px;
      background-color: #EDF1FB;
  }

  .document_date .general_document {
      padding:5px 0px;
  }

  .general_document .general_document_item{
      background-color:white;
  }

  .document_date .seminar_general_date {
      padding: 12px 9px;
  }

  .document_date .seminar_specific_date {
      padding: 12px 9px;
  }

  .document_date .document_list{
      padding: 5px 0px;
  }

  .document_list_div .document_list_pad {
     padding: 5px 10px;
  }
  .profile_tab .profile_tab_button_container{
    margin-top: 30px;
  }
  .profile_tab .profile_tab_button_container .icon_edit_profile{
    cursor: pointer;
  }
  .profile_tab .profile_tab_button_container .icon_change_password{
    cursor: pointer;
    margin-left: 5px;
  }
  .profile_tab .profile_tab_button_container .icon_edit_profile img{
    
    width: 24px;
  }

  /**************************** 21-08-21***********************************/
  
.nav-item .user_info {white-space:nowrap}
.nav-item  {align-self: center;}
.nav-item .dropdown-toggle::after {display:none;}
.sidemenu_wrapper {display:none !important;}
.lang {
    text-align: center;
}
.lang a {
    padding: 5px !important;
    border-radius: 5px;
    margin: 5px;
}
.lang a.active {
    background-color: #EDF1FB !important;
    color: black !important;
}
.logo_item{
    height: 65px;
}
.back_button_mobile {
    visibility: hidden;
   
}
.back_button_link{
    cursor: pointer;
}
#nav_bar {
    margin-left: auto;
}
#nav_bar .dropdown-item{
    padding-left: 3px;
}

@media(min-width: 768px){
    .hidedesktop {display:none;}
}

@media (max-width: 768px) 
{
 .sidemenu_wrapper {display:block  !important;}
.nav-item .hideonmobile {display:none;}
    
 .modal.left .modal-dialog {
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    right: 0;
    z-index:999999;
}

 .modal.left .nav-link {width:100%; text-align: left; font-size:14px; color:#000}

/* ----- MODAL STYLE ----- */
.modal-content.sidemenu {
    border-radius: 0 !important;
    border: none !important;
}

.cart_icon_menu{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 11px;
}

.navbar-toggler{
    border: none;
}

.navbar-nav{
	
	flex-direction: initial;
}
.hideonmobile{
    display: none;
}
.back_button_mobile{
    visibility: inherit;
    padding-left: 16px;
    font-size: 17px;
}
.logo_item {
    height: 32px;
}
#nav_bar {
    margin-left: inherit;
}



/*Login page mediaquery*/
.login_form_wrapper { padding: 0 15px;
    margin-top: 30px; -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    background-color: #ffffff;}
.remember_me_text input {min-height: 15px !important}


ul.two_col_table li div.left_label {max-width:100%}

ul.two_col_table li div.left_label{max-width: 40%; min-width: 150px; }
ul.two_col_table li div.right_data {max-width: 60%; min-width: 100px; inline-size: 50%;word-break: break-all; }
.cart_icon_menu{ font-size: 16px;}
.page_dashboard .manage_seminars {    height: auto; padding: 10px 10px;}
.nav_wrapper {position:fixed; top:0; left:0; width:100%; z-index:9999; background-color: transparent !important}
body { padding-top: 75px;}
.modal-backdrop.show {z-index: 999 !important}
.cookie_wrapper {width:100%!important; right:0 !important;    top: 106px!important; z-index: 99999!important;  }

}
.page_trainer_request_details .request_details_row{
    margin-top: 37px;
}
.page_trainer_request_details .left-data-container{
    padding-left: 40px;
}

.note_header_jumbotron{
    height: 100px!important;
    width: 66%;
    background-color: #EDF1FB;
    margin-top: 65px;
    color: #5B6A77;
    
    padding-top: 31px;
    padding-left: 104px;
    margin-left: 323px;
 }
.third_section .title{
    font-size: 18px;
    font-weight: bold;
    color: #5B6A77;
}
.third_section .open_task_container{
    margin-top: 14px;
    background-color: #fff;
    padding: 12px 2px;
    border-radius: 12px;
}
.third_section .open_task_container .task_title{
    font-weight: bold;
}

.page_attendee_list #no_of_selected_attendees{
    font-size: 17px;
    font-weight: bold;
}



 /**************************** End css 21-08-21***********************************/
 
 
  /**************************** css 27-08-21***********************************/
  .body-headerpart { min-height:150px; padding: 20px }
  .body-headerpart h4 {font-weight:700}
    .body-headerpart p {font-size: .95rem}
  
 .search-input {border-radius: 10px !important}
.btn-search {background: transparent !important;  width: 50px !important; min-width: 50px !important; position: absolute !important;
    right: 0 !important; outline:none !important;
    z-index: 999 !important; color:#736d70}
 .filter_button {border-radius: 10px ; color: #77B32B}
  .filter_button:hover { color: #fff}
  .filter_button.filter_active, .filter_button.active {background: #77B32B; color:#ffffff !important}




 
 .search_result_container .card {border-left: 0; border-top: 0; border-right: 0}
 .filter_wrapper .date_wrapper > form > div:nth-child(1) {max-width: 48%; float: left}
.filter_wrapper .date_wrapper > form > div:nth-child(2) {max-width: 48%; float: right}


  .filter_wrapper ::placeholder {font-size: .825rem !important; font-weight: 400;  }
  .btn, btn:active, btn:focus {border-radius: 10px !important; }
  .detail-left-section table, .detail-left-section  .user_pic {background: #edf1fb;
    padding: 8px 14px;     border-radius: 0 0 10px 10px ; border: 10px solid transparent;}
	.v-select .dropdown-menu>.highlight>a {background: #77B32B; }
	.datepicker-days .active.day  {background: #77B32B !important; }
  
  

 
 .body-headerpart .seminar_date {background: #ffffff;
    padding: 5px 12px 7px 12px;
    font-weight: 500;
    border-radius: 10px; line-height:35px; font-size: 14px}
	.body-headerpart .seminar_location {line-height:35px; font-size: 14px}
	
	.checkradios-checkbox.focus, .checkradios-radio.focus {    -webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow: none !important;
    border-color: none !important;  border-color:#77B32B !important;}
	.checkradios-checkbox.unchecked {border-color:#a1a1a1 !important;}
	.dropzone {border-radius:10px !important}
	.breadcrumb_cstm a{color: inherit !important; text-decoration: none}
	textarea.list-group-item {border-radius:10px ; background:#fff; outline:none !important}
.breadcrumb_cstm span:last-child {
    font-weight: 500;
}
.btn.focus, .btn:focus {box-shadow: none !important}
.list-group-item .info-text{font-size: 14px}







  @media (max-width: 992px) 
{
	.other_schedule_icon {display:none}
	.breadcrumb_cstm {display:none !important}
	.page_manage_seminar .add_note, .add_document_button .add_document {float:none}
}
 
 

  
  /**************************** End css 27-08-21***********************************/

.cart-seminar-count {font-weight:400}
.thank_you_wrapper .summary_table, .thank_you_wrapper  .left_panel_header, .cart-summary .summary_table,  .cart-summary .left_panel_header {background: none}

.thank_you_wrapper [type="radio"]:checked + label:before, .thank_you_wrapper [type="radio"]:not(:checked) + label:before {border: 1px solid #ced4d9;}
.thank_you_wrapper [type="radio"]:checked + label:after, .thank_you_wrapper [type="radio"]:not(:checked) + label:after	{background: #77b32b;}

.cart-summary .summary_table {border: 1px solid #ced4d9;
    padding: 10px 14px;
    border-radius: 10px}
.cart-summary .event_price_total {border-top: 1px solid #ced4d9;}

.tab-button-wrpper:first-child button { border-radius: 10px 0 0 10px !important}
.tab-button-wrpper  button { border-radius: 0 !important}
.tab-button-wrpper:last-child button { border-radius: 0 10px 10px 0 !important}
.document_grid_view .card.grid-view {overflow: visible}

.document_grid_view .card.grid-view .document-text, .document_grid_view .card.grid-view .date-text {font-size:0.95rem}
.document_grid_view .card.grid-view .header {line-height: 1.3rem}
 
 
 .dashboard_icons_menu .icon-wrapper {
    width: 24px;
    text-align: center;
	margin-right: 5px;
}
.icon-wrapper img {margin-bottom: 4px;}
.dashboard_icons_menu li.list-group-item {padding: .72rem 1.25rem}

.open_request_list .request_date_title, .open_request_list .request_date, .open_request_list .request_expiry_date_title, .open_request_list .request_date
{font-size: 0.9rem}

.responsive_view .seminar_title {font-weight: bold}
.responsive_view .list_item {margin: 12px; border-bottom: 1px solid #9d9d9d; padding-bottom: 15px;}
.responsive_view .list_item:last-child { border-bottom: none}

/* start: trainer request details page*/
    .request_row .checkbox_div{
        max-width: 70px;
        float: left;
        margin-left: 44px;
        margin-top: 32px;
    
    }
    .request_row {
        margin: 12px;
        border: 1px solid #ced4d9;
        border-radius: 10px;
        min-height: 90px;
    }
    .request_row .date_div{
        margin-top: 28px;
        padding-left: 120px;
    }
    .request_row .date_tooltips i{
        float: left;
        margin-left: 23px;
        margin-top: 5px;
    
    }
/* end: trainer request details page*/

.cart_button_fixed{
    margin-bottom:40px;
}

  .body-headerpart.small-height {background:#edf1fb; min-height:80px !important; padding: 20px }
  
  /*calendar files */
  
  .date_nav {  margin-top: 0px !important;}
  .period_nav a.active {box-shadow: 2px 2px 5px lightgrey;}
  #calendar .fc-right .fc-button  {height: 34px !important;
    line-height: 16px !important;
    font-size: 15px;
    }

	
	.dropdown.v-select.searchable.disabled input {
  background: transparent !important ;
}


/* Rupesh : 27-09-2021 */
.modal-header-custom .close_btn{
    position: absolute;
    right:26px;
}
.dz-error-message{
    margin-left: 20px;
}

/* Rupesh : 27-09-2021 end */



.datebox {background: url('/ext/simply_org_pro/Resources/Public/Images/menu-icons/calendar.svg');
    background-repeat: no-repeat;
    background-position: 10px 9px; padding-left: 32px !important}
.dropdown-item img {margin-bottom: 3px;}

.calendar-container {overflow: visible !important}

.change_psw_wrapper .update_password{
    margin-left:-43px;
}

.pagination-add-participant {
    margin-left: -45px;
}

.participant-show-selected {
    text-align: left;
    margin-left: 18px;
}


/*19-12-21 fixes*/

.btn-default.sync-btn {margin-bottom: 15px !important}

.overflowwrap {
    overflow-wrap: break-word !important;
}

.btn-search-left-round {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.modal-style {
    width: 35%;
}

.payment-method-name {
    position: relative;
    bottom: 3px;
}
.planned-qual-event .table td, .planned-qual-event .table th {
    border: none;
}

.sm-ttl {
    width: 300px;
    white-space: inherit !important;
    display: block;
}
.sm-len {
    width: 190px;
    white-space: inherit !important;
    display: block;
}
@media (max-width: 1023px) {
    .sm-ttl, .sm-len  {
        width: auto;
    }
    .planned-qual-event .table {
        border: 1px solid #ccc;
    }
    .planned-qual-event .table tr{
        border: none !important;
        margin: 0 !important;
    } 
}    
@media (max-width: 767px) 
{
    .panel-title.seminar_title .stats {
        max-width: 80px;
        position: unset;
        top: 3px;
        right: 30px;
        font-size: 13px;
        color: #ffffff;
    }
}
@media (width: 540px) 
{
    .panel-title.seminar_title .stats {
        max-width: 80px;
        position: absolute;
        top: 3px;
        right: 30px;
        font-size: 13px;
        color: #ffffff;
    }
}

.pure-captcha-span-class {
    cursor: pointer;
    position: relative;
    top: 34px;
}

.has-error {
    border-color: #a94442 !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;
}

#cancelSeminarModal .modal-header {
    padding: 20px 83px 30px 83px;
}

#cancelSeminarModal .modal-body {
    padding: 30px 83px 45px 83px;
}

#cancelSeminarModal .modal-body .upcoming_seminars{
    padding : 10px 25px 15px 33px
}

.upcoming_seminars{
    height: 374px;
    /* border-radius: 17px; */
    padding: 25px 12px;
    background-color: #f9f9f9;
    color: #5B6A77;
    margin-top: 0px;
}

#cancelSeminarModal .priceMask input {
    color: #5B6A77 !important;
}

.info-message {
    background-color: #e6f7ff;
    border: 1px solid #66b2ff;
    padding: 10px;
    margin-top: 10px;
  }


.app-study-detail-page .target_group_wrapper .right_header ul li, .app-study-detail-page .about_event_wrapper .right_header ul li{list-style-position: inherit !important;}
.app-study-detail-page .target_group_wrapper .right_header ul, .app-study-detail-page .about_event_wrapper .right_header ul{padding-left: 37px;}
.study-accordion-container div.study-accordion-div-content{width: 60%}
.study-accordion-container .study-accordion-label{font-size: 16px;}
#study-enquiry-modal .modal-header {position: relative;border-bottom: 1px solid #ddd !important;padding-bottom: 13px !important;}
#study-enquiry-modal .modal-header .close{position: absolute;right: 18px;top: 11px;}
#study-enquiry-modal .modal-header h5{font-weight: bold}
@media (max-width: 767px) {
    .study-accordion-container {flex-direction: column;}
    .study-payment-table{display: block;}
    .study-accordion-container div.study-accordion-div-content{width: 100%;margin-bottom:10px;text-align: center;display:flex; align-items: center; justify-content: center;}
    .study-accordion-container .study-accordion-label{font-size: 14px;}
    .study-accordion-container .study-accordion-div-content .form-check {padding: 0px}
    .study-payment-table thead tr th,.study-payment-table tbody tr td{font-size: 13px;white-space: nowrap;}
    .study-accordion-container i.fa{font-size: 14px;}
    .study-btn-container{flex-direction: column;}
    .app-study-detail-page .inquiry-btn-cont{margin-left: 0px !important; margin-bottom: 15px;}
    .app-study-detail-page .inquiry-btn-cont .btn{width: 100%}
}

.study-author-box-cont .author-box {display: flex;align-items: center;margin-bottom: 10px;}
.study-author-box-cont .author-box img {width: 30px;}
.study-author-box-cont .author-div-first{width: 30px; display:flex; justify-content: flex-start; margin-right: 17px;}
.study-author-box-cont .author-box p, .author-box span, .author-box a {font-size: 14px;word-break: break-all;margin-right: 10px;}
.study-author-box-cont .author-box i {font-size: 25px;padding-left: 3px;}
.study-author-box-cont .author-box-head{margin-bottom: 5px;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.study-video-modal #video-modal-iframe-cont iframe{width:100% !important}
.study-video-modal .modal-body{margin-bottom: -7px;}
.study-reg-display-text{font-size: 14px;}
.app-study-detail-page #trainerDetailsModal .modal-header{padding-right: 0px !important;}
.app-study-detail-page #trainerDetailsModal .modal-header .close{position: absolute; top: 15px; right: 15px;}
.app-study-detail-page #trainerDetailsModal .modal-title{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.app-study-detail-page #trainerDetailsModal{text-align: inherit !important;} 
.app-study-detail-page #trainerDetailsModal .modal-body>div>label{border-bottom: 1px solid #333;padding-bottom: 5px;margin-bottom: 20px;}
.app-study-detail-page #trainerDetailsModal .modal-footer{text-align: center;border-top: 1px solid #ddd !important;}
.app-study-detail-page #trainerDetailsModal .modal-body .alert.alert-info{text-align: center;}
.app-study-detail-page #trainerDetailsModal .modal-body ul{padding-left: inherit;-webkit-padding-start: revert;}
.app-study-detail-page #trainerDetailsModal .modal-body ul li{list-style: inherit;}


.complaints .btn-outline-secondary {
    padding: 9px 9px 9px 9px!important;
   width:100%;
   outline: none!important;
   box-shadow: none!important;
   border: 1px solid #ced4da!important;
   /* border-radius: 0.75rem!important; */
}

.complaints .btn-outline-secondary:hover {
   background-color: #77b32b;
}

.complaints .active {
   background-color: #77b32b!important;
   border-color: #77b32b!important;
}

.complaints .new_complaints {
    padding: 0px;
}

.complaints .overdue_complaints {
    padding: 0px;
}

.complaints .statement_requested_complaints {
    padding: 0px;
}

.complaints .statement_received_complaints {
    padding: 0px;
}

.complaints .resolved_complaints {
    padding: 0px;
}

.complaints .new_complaints .new_complaints_filter {
    border-radius: 10px 0px 0px 10px !important;
}

.complaints .overdue_complaints .overdue_complaints_filter {
    border-radius: 0px 0px 0px 0px !important;
}

.complaints .statement_requested_complaints .statement_requested_complaints_filter {
    border-radius: 0px 0px 0px 0px !important;
}

.complaints .statement_received_complaints .statement_received_complaints_filter {
    border-radius: 0px 0px 0px 0px !important;
}

.complaints .resolved_complaints .resolved_complaints_filter {
    border-radius: 0px 10px 10px 0px !important;
}

.complaints_view {
    cursor: pointer;
}

#complaintListModal .complaint_description {
    height: 250px;
    overflow: auto;
    text-align: left;
    border: 1px solid #21252957;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

#complaintListModal .complaint_title{
    text-align: left;
}
#complaintListModal .complaint_description{
    height: 250px;overflow: auto;text-align: left;border: 1px solid #21252957;margin-top:20px;padding:10px;margin-bottom:30px;margin-top:10px;
}

#complaintListModal .new_complaints{
    color: #0094ff;border: 1px solid #0094ff;border-radius: 11px;margin-left: 24px;
}

#complaintListModal .overdue_complaints{
    color: red;border: 1px solid red;border-radius: 11px;margin-left: 24px;
}

#complaintListModal .stat_req_complaints{
    color: orange;border: 1px solid orange;border-radius: 11px;
}

#complaintListModal .stat_rec_complaints{
    color: rgb(101 186 226);border: 1px solid rgb(101 186 226);border-radius: 11px;
}

#complaintListModal .resolve_complaint{
    color: green;border: 1px solid green;border-radius: 11px;
}

#complaintListModal .modal-dialog button:focus {
    outline: 0px !important;
}

.complaints_respond_frame_color {
    background: #ffffff !important;
}

.complaints_respond_form_brd{
    padding: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 10px;
}

#complaints_respond .new_complaints{
    color: #0094ff;
    border: 1px solid #0094ff;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
}

#complaints_respond .overdue_complaints{
    color: red;
    border: 1px solid red;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
}

#complaints_respond .stat_req_complaints{
    color: orange;
    border: 1px solid orange;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
}

#complaints_respond .stat_rec_complaints{
    color: rgb(101 186 226);
    border: 1px solid rgb(101 186 226);
    border-radius: 11px;
    text-align: center;
    padding: 5px;
}

#complaints_respond .resolve_complaint{
    color: green;
    border: 1px solid green;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
}

#complaints_respond .complaint_status {
    margin: 0;
    padding: 0;
}

.complaints .new_complaints_status{color: #0094ff;border: 1px solid #0094ff;border-radius: 11px;margin-left: 24px;text-align: center;}
.complaints .overdue_complaints_status{color: red;border: 1px solid red;border-radius: 11px;margin-left: 24px;text-align: center;}
.complaints .stat_req_complaints_status{color: orange;border: 1px solid orange;border-radius: 11px;padding: 2px;text-align: center;}
.complaints .stat_rec_complaints_status{color: rgb(101 186 226);border: 1px solid rgb(101 186 226);border-radius: 11px;text-align: center;}
.complaints .resolve_complaint_status{color: green;border: 1px solid green;border-radius: 11px;margin-left: 24px;text-align: center;}

.complaint_respond_div {
    padding: 15px;
    border: 1px solid #9e9e9e;
    border-radius: 10px;
}

.complaint_respond_div .custom-scroll {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 20px;
}
.complaint_respond_div .custom-scroll::-webkit-scrollbar{
    width: 5px;
    border-radius: 100px;
}
.complaint_respond_div .custom-scroll::-webkit-scrollbar-track{
    background-color: transparent;
}
.complaint_respond_div .custom-scroll::-webkit-scrollbar-thumb{
    background-color: rgba(156, 156, 156,0.5);
    border-radius: 100px;
}  
.complaint_respond_div p {margin-bottom: 1px !important;font-size:14px;}
#complaintListModal p {margin-bottom: 1px !important;font-size:14px;}

.complaint_document{text-align: left;margin-top:10px}
.new-complaints .table th {font-size: 14px;}
.complaint_wrapper{padding-top:0px !important;}
.complaint_list{padding-left:0px;}
.complaint_main_div{padding-left:0px !important;}

/* css for add participant model */
div.row div.col-md-12 div#no-more-tables div#addParticipantsModal div.modal-dialog.modal-lg{
    max-width:1100px;
    margin:40px auto;
}
/*css ended*/
.about_event_wrapper :is(h1, h2, h3, h4, h5),
.detail_tabs_wrapper :is(h1, h2, h3, h4, h5),
.target_group_wrapper :is(h1, h2, h3, h4,h5) {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about_event_wrapper :is(div,i,p),
.target_group_wrapper:is(div,i,p),
.detail_tabs_wrapper :is(div,i,p)
{
    font-size:13px;
    margin: 0 0 10px;
}