.question-danger{
    background: #FFDEDE;
}
.custom-qa-content h2.lead span,.custom-qa-content h2.lead h2{
background-color: transparent !important;
}
.custom-qa-content h2.lead p{
    margin-left: 5px !important;
    }
.question-success{
    background: #E2F8DB;
}
.q-list tbody tr td p span,.q-list tbody tr td h1,.q-list tbody tr td h2{
background-color: transparent !important;
}
.callout.custom {
    border-left-color: #ff784a;
}
.time-card-head{
    border: #FF0000;
    background: #FC774A;
    padding: 3px 11px;
    color: #FFF;
    border-radius: 5px;
}
.time-custom-lbl{
    margin-top: 4px;
}
.images-sections .main-pic {
  border: 1px solid #000;
  padding: 5px !important;margin-bottom: 20px; margin-right: 20px;position: relative;
}
.images-sections .img-profile{
    height: 100px;
    object-fit: cover;
    width: 100px;
}
.images-sections .form-group {
    display: flex;
    justify-content: center;flex-wrap: wrap;
}
.venue-sec .img-profile {
    margin-right: 15px;
}
.images-sections .main-pic:nth-child(4n) {
    margin-right: 0;
}
.images-sections .main-pic:last-child{
    margin-right: 0 !important;
}
.images-sections img.cross-section {
  position: absolute;top: -10px;right: -10px;
  background: #000;width: 22px;height: 22px;padding: 4px;border-radius: 50%;}

  a.btn-xs.myPopover {
    position: absolute;
}
table.table thead th a {
    color:#000;
}
table.table .tableLink i.fas {
    font-size: 30px;
    text-align: center;
}
.toggle.btn-primary {
    border-color: #ddd;
}
label.btn.btn-default.toggle-off,
label.btn.btn-default.toggle-off:hover {
    background-color: #ef3043bf;
    border-color: #ef3043bf;
    color: #fff;
}
label.btn.btn-primary.toggle-on,
label.btn.btn-primary.toggle-on:hover {
    color: #fff;
    background-color: #458e55;
    border-color: #458e55;
}

.content-wrapper .alert {
    margin-left: 10px;
    margin-right: 10px;
}
.alert a{
    text-decoration: none;
}
.alert .close, .alert .mailbox-attachment-close {
    color: #ffffff;
    opacity: 1;
}

/* Dashboard analyser */
.card-body .fc {
    margin-top: 5px;
    border: 1px solid #80808024;
}

/* warning button color change */
.bg-gradient-warning {
    background: #ffc108 linear-gradient(180deg,#d8a200bf,#d8a714) repeat-x!important;
    color: #fffffff0;
}
.error
{
    color: #da1313;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice > span{
    color: #fff !important;
}

#successMsgPass {
    background: #159615e0;
    border-radius: 5px;
    padding-left: 10px;
}
#errorsDeprtPass{
    background: #f72318;
    border-radius: 5px;
    padding-left: 10px;
}

span.inputerror{
	color:#e90d0f;
}
p.inputerror{
    background: #f72318;
    border-radius: 5px;
    padding: 5px 0px 5px 10px;
    color: #fff;
}
p.inputsuccess {
    background: #159615e0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0px 5px 10px;
}

.card-body .main-container .container-content {
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
}
th.project-head {
    background: #e2e2e2;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255,255,255,0.8) url(../img/loader.gif) center no-repeat;
    background-size: 50px;
}
.add-edit-options span.add-option , .add-edit-options span.remove-option{
    background: #343a40;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    margin-top: 10px;
}
.add-edit-options span.remove-option{
    background-color:#dd3c4c;
}

#question-options > .row:first-child .add-edit-options .remove-option{
  display: none;
}
#question-options > .row:not(:first-child) .add-edit-options .add-option{
  display: none;
}

.wrapper.loading .overlay {
    display: block;
}
.select2-container .select2-selection--single{min-height:38px;}
div span.select2.select2-container{width:100% !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ height:36px !important; }
.main-sidebar img.login-logo{max-width: 100%;margin: 0}
.main-sidebar .brand-link{background-color: #FFF;}
.frontend-user-questions.layout-fixed .main-sidebar{
    background-color: transparent;
    box-shadow: none !important;
}
.frontend-user-questions .brand-link{
    border: none;
}
.frontend-user-questions .main-footer{
    margin-left: 0 !important;
}
.frontend-user-questions .content{
    margin-top: 150px;
}
.frontend-user-questions .main-sidebar{
    height: 100px;
}
.question-title {
    font-size: 22px;
    line-height: 36px;
}
.question-section label:not(.form-check-label):not(.custom-file-label){
    font-weight: normal;
}
.frontend-layout .flash-message .alert {
    margin: 10px 0;
}
.customize-type .btn-primary:not(.active){
    background-color: #007bffa6;
    border-color: #007bffa6;
}

a.custom-next {
    padding: 7px 20px;
}
.custom-next svg,.custom-prev svg {
    width: 15px;
}
.custom-prev{
    padding: 7px 20px;
}

