/* ==================================CUSTOM CSS=======================================*/

/* ========== General ============== */

@font-face {
    font-family:'Axiforma';
    src: url('../fonts/axiforma/Axiforma-Regular.eot');
    src: url('../fonts/axiforma/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/axiforma/Axiforma-Regular.woff2') format('woff2'),
    url('../fonts/axiforma/Axiforma-Regular.woff') format('woff'),
    url('../fonts/axiforma/Axiforma-Regular.ttf') format('truetype'),
    url('../fonts/axiforma/Axiforma-Regular.otf') format('opentype'),
    url('../fonts/axiforma/Axiforma-Regular.svg#Axiforma-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Axiforma';
    src: url('../fonts/axiforma/Axiforma-Medium.eot');
    src: url('../fonts/axiforma/Axiforma-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/axiforma/Axiforma-Medium.woff2') format('woff2'),
    url('../fonts/axiforma/Axiforma-Medium.woff') format('woff'),
    url('../fonts/axiforma/Axiforma-Medium.ttf') format('truetype'),
    url('../fonts/axiforma/Axiforma-Medium.otf') format('opentype'),
    url('../fonts/axiforma/Axiforma-Medium.svg#Axiforma-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Axiforma';
    src: url('../fonts/axiforma/Axiforma-SemiBold.eot');
    src: url('../fonts/axiforma/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/axiforma/Axiforma-SemiBold.woff2') format('woff2'),
    url('../fonts/axiforma/Axiforma-SemiBold.woff') format('woff'),
    url('../fonts/axiforma/Axiforma-SemiBold.ttf') format('truetype'),
    url('../fonts/axiforma/Axiforma-SemiBold.otf') format('opentype'),
    url('../fonts/axiforma/Axiforma-SemiBold.svg#Axiforma-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Axiforma';
    src: url('../fonts/axiforma/Axiforma-Bold.eot');
    src: url('../fonts/axiforma/Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/axiforma/Axiforma-Bold.woff2') format('woff2'),
    url('../fonts/axiforma/Axiforma-Bold.woff') format('woff'),
    url('../fonts/axiforma/Axiforma-Bold.ttf') format('truetype'),
    url('../fonts/axiforma/Axiforma-Bold.otf') format('opentype'),
    url('../fonts/axiforma/Axiforma-Bold.svg#Axiforma-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Axiforma';
    src: url('../fonts/axiforma/Axiforma-Black.eot');
    src: url('../fonts/axiforma/Axiforma-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/axiforma/Axiforma-Black.woff2') format('woff2'),
    url('../fonts/axiforma/Axiforma-Black.woff') format('woff'),
    url('../fonts/axiforma/Axiforma-Black.ttf') format('truetype'),
    url('../fonts/axiforma/Axiforma-Black.svg#Axiforma-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

body {
    height: auto;
    font-family: 'Axiforma', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    background-color: #F5F8FF;
}

p {
    line-height: 1.6;
}

/* ========== Headings ============== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Axiforma', sans-serif !important;
    font-weight: 700;
}
h1,
.h1 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 19px;
}
h4,
.h4 {
    font-size: 17px;
}

@media screen and (min-width: 576px) {
    h1,
    .h1 {
        font-size: 34px;
    }
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 37px;
    }
    h3,
    .h3 {
        font-size: 21px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h3,
    .h3 {
        font-size: 23px;
    }
    h4,
    .h4 {
        font-size: 19px;
    }
}

@media screen and (min-width: 1201px) {
    h1,
    .h1 {
        font-size: 43px;
    }
}

@media screen and (min-width: 1281px) {
    h1,
    .h1 {
        font-size: 48px;
    }
    h3,
    .h3 {
        font-size: 25px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
}

/* ========== Buttons ============== */
.btn {
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 47px;
    font-weight: 600;
    text-transform: none;
    position: relative;
}
.btn.btn-sm {
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
}

/* Mac --------------------------------------------*/

.mac.safari .btn {
    line-height: 40px;
}
.mac.safari .btn.btn-sm {
    line-height: 30px;
}

.btn.gray{
    background-color: #e2e2e2 !important;
}

.btn.disabled,
.btn[disabled],
.btn-large.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover {
    color: #fff;
    background-color: #002e62;
    pointer-events: all;
}

.btn.loading::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002e62;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn.loading .fa {
    width: 100%;
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}


/* ========== Tooltips ============== */

.material-tooltip {
    min-height: 15px;
    border-radius: 3px;
    line-height: 1.5rem;
}

/* ========== Forms ============== */

input[type="range"]::-webkit-slider-thumb {
    background-color: #0179c2;
}
input[type="range"]::-moz-range-thumb {
    background-color: #0179c2;
}
input[type="range"]::-ms-thumb {
    background-color: #0179c2;
}

.form-action .btn {
    width: 100%;
    max-width: 165px;
}

.vue-range-slider.slider-component .slider .slider-process {
    background-color: #0179c2;
}
.vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip {
    background-color: #0179c2 !important;
    border: 1px solid #0179c2 !important;
    line-height: 1.6;
}

/* ========== Cards ============== */
.card,
.collapsible li .collapsible-header {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
}
.card .card-action .btn {
    max-width: 200px;
}

/* ========== Panels ============== */

.panel-group .panel {
    background-color: #f4f5fb;
    margin-bottom: 25px;
    box-shadow: #dbdce2 2px 2px 2px 0 inset;
}
.panel-group .panel:last-of-type {
    margin-bottom: 0;
}
.panel-group .panel-heading {
    padding: 15px 35px 13px 25px;
    font-weight: 600;
    position: relative;
}
/*.panel-group .panel-heading[data-toggle="collapse"]::after {*/
/*    content: '×';*/
/*    color: #0179c2;*/
/*    font-size: 40px;*/
/*    font-weight: 300;*/
/*    line-height: 20px;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*}*/
/*.panel-group .panel-heading[data-toggle="collapse"].collapsed::after {*/
/*    content: '-';*/
/*}*/
.panel-group .panel-heading[data-toggle="collapse"] {
    background-image: none;
}
.panel-group .panel-heading .badge {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 1px 0;
    position: absolute;
    top: 7px;
    right: 10px;
}
.panel-group .panel-body {
    padding: 15px 25px 30px;
    font-size: 16px;
    line-height: 1.4;
}


/* ========== Preference ============== */

#preference-toggle {
    color: #0179c2;
    cursor: pointer;
    display: block;
}
#preference-toggle span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}


/* ========== Containers ============== */
@media screen and (min-width: 1200px) {
    .container {
        width: 1260px;
        max-width: 100%;
    }
}

/* ========== Bootstrap messages ============== */

.alert {
    padding: 15px 20px;
    border: 0;
    border-radius: 5px !important;
    line-height: 1.4;
}
.alert.alert-primary,
.alert.alert-success {
    color: #fff;
    background-color: #0179c2;
}
.alert.alert-danger {
    color: #fff;
    background-color: #e8253d;
}
.alert-dismissable > .close {
    color: #fff;
    padding-right: 25px !important;
    padding-top: 5px !important;
    opacity: 0.5;
}
.alert.alert-primary a,
.alert.alert-danger a {
    color: #fff;
    text-decoration: underline;
}

/* ========== Font Weights ============== */

.text-boldest {
    font-weight: 900 !important;
}

/* ========== Materialize Colors ============== */
.white {
    background-color: #fff !important;
}
.white-text,
.white-text a:not(.btn) {
    color: #fff !important;
}

.dark {
    background-color: #292d34 !important;
}
.dark-text,
.dark-text a:not(.btn) {
    color: #292d34 !important;
}

.blue {
    background-color: #0179c2 !important;
}
.blue-text,
.blue-text a:not(.btn) {
    color: #0179c2 !important;
}

.dark-blue {
    background-color: #002e63 !important;
}
.dark-blue-text,
.dark-blue-text a:not(.btn) {
    color: #002e63 !important;
}

.red {
    background-color: #e8253d !important;
}
.red-text,
.red-text a:not(.btn) {
    color: #e8253d !important;
}

.zircon {
    background-color: #f5f8ff !important;
}
.zircon-text,
.zircon-text a:not(.btn) {
    color: #f5f8ff !important;
}

.seashell {
    background-color: #f1f1f1 !important;
}
.seashell-text,
.seashell-text a:not(.btn) {
    color: #f1f1f1 !important;
}

.shark {
    background-color: #292d34 !important;
}
.shark-text,
.shark-text a:not(.btn) {
    color: #292d34 !important;
}

.pink {
    background-color: #ed145b !important;
}
.pink-text,
.pink-text a:not(.btn) {
    color: #ed145b !important;
}

.gray {
    background-color: #808080 !important;
}
.gray-text,
.gray-text a:not(.btn) {
    color: #808080 !important;
}

.grey {
    background-color: #9c9c9c !important;
}
.grey-text,
.grey-text a:not(.btn) {
    color: #9c9c9c !important;
}

/* ========== Coloring dashboard disabled icons ============== */
.white-icon{
    color: white !important;
}

/* ========== Coloring a elements black ============== */
.black-link{
    color: black !important;
}


/* ========== Extra spacing ============== */

.custom-margin-1{
    margin: 10px;
}

.custom-margin-2{
    margin: 20px;
}

.custom-padding-2{
    padding: 20px;
}

.custom-padding-3{
    padding: 30px;
}
.custom-pb-3{
    padding-bottom: 30px;
}


/* ========== Borders ============== */

.no-border {
    border: 0 !important;
}


/* ========== Shadows ============== */

.no-shadow {
    box-shadow: none !important;
}


/* ========== Spacings ============== */

.ptb-15 {
    padding: 15px 0;
}

/* ========== Typo ============== */

.text-note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}


/* ========== Tabs ============== */
.icon-tab .nav-pills > li.active > a img {
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
    /*-ms-filter: brightness(0%) invert(100%);*/
    filter: brightness(0%) invert(100%);
}


/* ========== Study views Titles ============== */
.study-title{
    font-size: 25px;
}
.study-title-text {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: blue !important;
}
.study-subtitle{
    font-size: 18px;
}

.timeslot-title{
    margin: 0;
    font-size: 20px;
}

/* ========== JQuery UI ============== */
.ui-widget-header {
    color: #fff;
    background-color: #03a9f4;
    border: 0;
    border-radius: 0;
}
.ui-widget-header a {
    background-color: transparent !important;
    border: 0 !important;
}
.ui-widget-header a span {
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
    /*-ms-filter: brightness(0%) invert(100%);*/
    filter: brightness(0%) invert(100%);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #fff;
    background-color: #03a9f4;
}

.ui-datepicker {
    font-family: 'Poppins', sans-serif;
}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    border: 0 !important;
    text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    color: #fff;
    background-color: #03a9f4;
    padding: 5px 15px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}



/* ========== Icon Toggles ============== */

.icon-toggle {
    margin: 0 0 0 10px;
}

/* ========== Dropdown Menu ============== */

.dropdown-menu {
    padding: 10px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px 0;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
}
.dropdown-menu > li > a.dropdown-menu--delete {
    color: #ff2e2e;
    background-color: #ffdddd;
}


/* ========== Cards ============== */

.card {
    padding: 15px 20px;
}
.card .card-content {
    position: relative;
}
.card .card-content p,
.card.modal-form-container p {
    margin-bottom: 5px;
    line-height: 20px;
}
.card .card-action .btn,
.study-details--card .card-action .btn,
.study-details--card .card-action form {
    width: 100%;
    max-width: 155px;
    display: inline-block;
}
.card .card-content .card-date {
    color: #fff;
    background-color: #0179c2;
    padding: 10px 10px 5px;
    border-radius: 3px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: -55px;
    right: 15px;
    box-shadow: rgba( 0, 0, 0, 0.15 ) 0 0 15px 0;
}
.card .card-content .card-date--month {
    font-size: 25px;
    display: block;
}
.card .card-metas .card-meta {
    font-size: 16px;
}

/* ========== Collapsible ============== */

.collapsible li .collapsible-header::before {
    content: '+';
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #0179c2;
    border-radius: 100%;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    box-shadow: rgba( 0, 0, 0, 0.15 ) 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
}
.collapsible li.active .collapsible-header::before {
    content: '-';
    line-height: 30px;
}
.collapsible li .collapsible-header {
    height: auto;
    padding: 15px 15px 15px 50px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.collapsible li .collapsible-body p {
    padding: 0;
}

/* Mac --------------------------------------------*/

.mac.safari .collapsible li .collapsible-header::before {
    line-height: 25px;
}

/* ========== Badge ============== */

span.badge {
    background-color: #0288d1;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 2;
    float: none;
}
span.badge.waitlist {
    background-color: #03a9f4;
}
span.badge.pending {
    background-color: #ff9800;
}
span.badge.rejected {
    background-color: #ed145b;
}


/* ========== Tables ============== */

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    background-color: #03a9f4;
    top: 16px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    background-color: #ed145b;
}


/* ========== Modals ============== */

.modal {
    max-height: 100% !important;
    width: 100% !important;
    background-color:rgba(0, 0, 0, 0.2);
    overflow: hidden !important;
    z-index: 999999;
}
.modal.has-scroll {
    overflow-y: auto !important;
}
.modal-content:not(.org-modal) {
    color: #fff;
    background-color: #0179c2;
    border: 1px solid #c9cad2;
}
.modal-content:not(.org-modal) label {
    color: #fff;
}
.modal-content label input[type="checkbox"] {
    margin: 0;
    left: 0;
}
.modal-header .close {
    width: 30px;
    height: 30px;
    color: #0179c2;
    background-color: #fff;
    margin: -10px -10px 0 0;
    border-radius: 100%;
    border: 2px solid;
    opacity: 1;
    line-height: 30px;
    position: relative;
}
.modal-header .close > span {
    width: 24px;
    height: 24px;
    margin: auto;
    line-height: 28px;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
}
.modal-header {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.modal-title {
    color: #0179c2;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}
.modal-body {
    padding: 20px;
}

/* Mac --------------------------------------------*/

.mac.safari .modal-header .close > span {
    line-height: 18px;
}

@media screen and (min-width: 769px) {
    .modal-title {
        font-size: 31px;
    }
}

@media screen and (min-width: 992px) {
    .modal-title {
        font-size: 36px;
    }
    .modal-body {
        padding: 25px 35px 30px;
    }
}

@media screen and (min-width: 1281px) {
    .modal-header .modal-title {
        padding: 15px;
    }
    .modal-title {
        font-size: 40px;
    }
    .modal-body {
        padding: 15px 50px 15px;
    }
}
.modal-title-2 {
    color: #0179c2;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (min-width: 769px) {
    .modal-title-2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .modal-title-2 {
        font-size: 27px;
    }
}

@media screen and (min-width: 1281px) {
    .modal-header .modal-title-2 {
        padding: 15px;
    }
    .modal-title-2 {
        font-size: 31px;
    }
}


/* ========== Studies List ============== */

.study-list-item--card {
    margin: 0 auto 25px;
}
.study-list-item--card .study-icon {
    width: 100%;
    max-width: 160px;
    margin-bottom: -15px;
}
.study-list-item--card p.study-reward {
    color: #03a9f4;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1;
}


/* ========== Study Details ============== */

.study-details--card {
    padding: 20px;
    margin: 0 0 20px;
    overflow: visible;
}
.study-details--card .card-content small {
    display: block;
}
.study-details--card .study-title {
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.study-details--card .study-info--block {
    line-height: 1.6;
}
.study-details--card .study-description {
    font-size: 14px;
    line-height: 20px;
}
.study-details--card .study-description p:not(:last-of-type) {
    margin-bottom: 20px
}
.study-details--card .study-meta {
    margin: 10px 0 20px
}
.study-details--card .form-group--editable {
    margin-bottom: 5px;
}
.study-details--card .form-group--editable input,
.study-details--card .form-group--editable textarea {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: #dedede;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 1.4;
    box-shadow: none !important;
}
.study-details--card .form-group--editable input:focus,
.study-details--card .form-group--editable textarea:focus {
    border-bottom: 1px solid #03a9f4;
}
.study-details--card .card-action .btn,
.study-details--card .card-action form {
    max-width: 185px !important;
}
.study-details--card .card-action .icon-toggle {
    color: #7e7e7e;
    font-size: 20px;
    line-height: 18px;
}
.study-details--card .dropdown-menu.open {
    display: block;
}
.study-details--card .dropdown-menu li a.btn {
    padding: 12px 20px;
    margin: 0;
    line-height: 26px;
}
.study-details--card .card-action {
    margin-top: 20px;
}

.participant-study--details .border-right {
    border-color: #c0c0c0;
}
.participant-study--details .study-researcher {
    margin: -15px auto 20px;
}
.participant-study--details .study-researcher .card {
    padding: 8px 0 5px;
    border-radius: 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.timeslot-rows {
    counter-reset: timeslot;
}
.timeslot-row {
    padding-left: 15px;
}
.timeslot-row .timeslot-title {
    margin: 0 0 15px;
}
.timeslot-row .timeslot-date::before {
    counter-increment: timeslot;
    content: counter(timeslot)'.';
    color: #000000;
    position: absolute;
    left: -5px;
}
.timeslot-row .timeslot-date {
    margin-bottom: 10px;
}
.timeslot-row p {
    margin: 0 0 25px;
    line-height: 1.2;
}

@media screen and (min-width: 536px) {
    .study-list-item--card {
        max-width: 80%;
    }
    .study-list-item--card p.study-reward {
        font-size: 2em;
    }
}
@media screen and (min-width: 576px) {
    .study-list-item--card p.study-reward {
        font-size: 2.2em;
    }
}
@media screen and (min-width: 601px) {
    .study-list-item--card {
        max-width: 80%;
    }
}
@media screen and (min-width: 769px) {
    .study-list-item--card {
        max-width: 100%;
    }

    .study-details--card {
        padding: 30px;
        margin: 0 0 20px;
    }
    .study-details--card .card-action {
        margin-top: 30px;
    }
}
@media screen and (min-width: 992px) {
    label {
        margin-bottom: 10px;
    }

    .icon-toggle {
        font-size: 20px;
    }
    .icon-toggle.icon-toggle-lg {
        font-size: 30px;
        line-height: 30px;
    }

    .card {
        padding: 25px 40px;
    }
    .card .card-action {
        margin-top: 20px;
    }

    .study-details--card {
        padding: 40px;
        margin: 0 0 30px;
    }
    .study-details--card .study-title {
        margin: 20px 0 15px;
    }
    .study-details--card .card-action {
        margin-top: 45px;
    }
    .study-details--card .study-meta {
        margin: 0;
    }

    .participant-study--details .study-actions {
        float: right;
    }
    .participant-study--details .study-researcher {
        margin: 0;
    }
    .participant-study--details .study-researcher .card {
        padding: 0;
        border: 0;
    }

    .study-list-item--card {
        padding: 20px 25px;
    }

    .participant-study--details .border-right {
        padding-right: 40px;
    }
    .participant-study--details .border-left {
        padding-left: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .card {
        padding: 35px 55px;
    }
    .card .card-action {
        margin-top: 35px;
    }

    .study-details--card {
        padding: 55px;
        margin: 0 0 50px;
    }
    .study-details--card .card-action {
        margin-top: 60px;
    }

    .study-list-item--card {
        padding: 25px 35px;
    }

    .participant-study--details .border-right {
        padding-right: 75px;
    }
    .participant-study--details .border-left {
        padding-left: 40px;
    }
    /*
    [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        position: relative !important;
        top: 2px !important;
        left: 8px !important;
      }

    select{
          display: inline !important;
      }

    .btn-float-right{
        float: right;
    */
}

@media screen and (max-width: 991px) {
    .participant-study--details .border-right {
        border-right: 0;
    }
    .participant-study--details .study-actions {
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    .form-group--shadowed input,
    .form-group--shadowed textarea,
    .form-group--shadowed select,
    .form-group--shadowed .form-control {
        padding: 12px 20px;
    }
}
@media screen and (max-width: 749px) {
    .container {
        width: 85%;
    }
}
@media screen and (max-width: 575px) {
    .container {
        width: 90%;
    }

    .studies-list--header > div {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .studies-list--header > div:last-of-type {
        margin-bottom: 0;
    }

    .study-list-item--card .study-title {
        font-size: 23px;
    }
    .card .card-action .btn,
    .study-details--card .card-action .btn {
        max-width: 100% !important;
        margin: 0 auto 10px;
    }
    .card .card-action .btn:last-child,
    .study-details--card .card-action .btn:last-child {
        margin: 0 auto;
    }
}
@media screen and (max-width: 535px) {
    .form-group--editable .input-group .input-group-addon.block-on-xs {
        width: 100%;
        padding: 0 0 3px;
        text-align: left;
    }

    .study-list-item--card {
        text-align: center;
    }
    .study-list-item--card .pull-left,
    .study-list-item--card .pull-right {
        float: none !important;
    }
    .study-list-item--card p.study-reward {
        margin-bottom: 20px;
    }
    .study-list-item--card .study-title {
        margin: 10px 0;
        font-size: 20px;
    }
    .study-details--card .form-group--editable {
        margin-bottom: 15px;
    }
    .study-list-item--card .badge {
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 100%;
    }

    .study-details--card .study-icon,
    .timeslot-row > div {
        width: 100%;
        margin-left: 0;
    }
    .study-details--card .study-icon img {
        max-width: 180px;;
    }

    .timeslot-row > div {
        text-align: left !important;
    }
    .timeslot-row > div:last-of-type {
        margin-top: 15px;
    }
    .timeslot-row p {
        margin: 0 0 20px;
    }
}


/* Custom CPE Css */

.nav-pills.flex-column > li{
    float: unset;
}

/* MY CSS START */

.addEllipses{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainContentHeight {
    min-height: 100%;
    /* min-height: 100vh; */
    min-height: calc( 100vh - 72px );
    background-color: #F5F8FF;
    position: relative;
    z-index: 2;
}

.customCard{
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 5px 15px 0 #c4c4c4;
    -webkit-box-shadow: 0 5px 15px 0 #c4c4c4;
    box-shadow: 0 5px 15px 0 #c4c4c4;
}

.nav>li>a{
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-pills.dashSidebar .material-icons{
    vertical-align: middle;
}

.btn-group.open .dropdown-toggle{
    box-shadow: none;
}

.nav-pills > li {
    margin-bottom: 10px;
}
.nav-pills > li > a {
    color: #292d34;
    background-color: #f1f1f1;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0179c2;
}

@media screen and (min-width: 769px) {
    .nav-pills > li {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    .nav-pills > li {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1281px) {
    .nav-pills > li {
        margin-bottom: 25px;
    }
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #002e62;
    border-color: #002e62;
}

.item .item-fields{
    line-height: 1;
    position: relative;
    padding-right: 30px;
}

.item .item-fields .delete-row {
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}

.panel-custom {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-custom-heading {
    padding: 5px 30px;
    border-radius: 5px;
}
.panel-custom-heading .title a {
    margin: 0;
    text-transform: none;
}
.panel-custom-heading .title p {
    margin: 0 0 10px;
    line-height: 1.4;
}
.panel-custom-heading .title p:last-of-type {
    margin: 0;
}
.panel-custom > .panel-custom-container > .list-group .list-group-item .title {
    line-height: 1.2;
}

.panel-custom-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-custom > .panel-custom-container > .list-group {
    z-index: 2;
}

.panel-custom > .panel-custom-container > .list-group,
.panel-custom > .panel-custom-container > .panel-custom-collapse > .list-group {
    margin-bottom: 0;
}

.panel-custom > .panel-custom-container > .list-group .list-group-item,
.panel-custom > .panel-custom-container > .panel-custom-collapse > .list-group .list-group-item {
    border: 0;
    padding: 10px 30px;
}

.panel-custom > .panel-custom-container > .list-group:first-child .list-group-item:first-child,
.panel-custom > .panel-custom-container > .panel-custom-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-custom > .panel-custom-container > .list-group:last-child .list-group-item:last-child,
.panel-custom > .panel-custom-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-custom-heading + .list-group .list-group-item {
    background-color: transparent;
    border: 0;
}

.panel-custom-primary {
    border-color: #002e62;
}

.panel-custom-primary > .panel-custom-container:not(:last-of-type) {
    margin-bottom: 15px;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading {
    border: 0;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px 0;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading + .panel-custom-collapse > .panel-custom-body {
    border-top-color: #002e62;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading .btn-group,
.panel-custom > .panel-custom-container > .list-group .list-group-item .btn-group {
    z-index: 3;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading .badge {
    color: #002e62;
    background-color: #fff;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading .inline-heading {
    display: inline-block;
    vertical-align: middle;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-heading .inline-heading p {
    margin: 0;
}

.panel-custom-primary > .panel-custom-container > .panel-custom-footer + .panel-custom-collapse > .panel-custom-body {
    border-bottom-color: #002e62;
}

.dragHandle{
    cursor: grab;
    display: none;
}

.dragContainer.sortable-chosen {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}
.dragContainer:hover .dragHandle,
.dragContainer .dropdown-toggle {
    line-height: 1;
    display: block;
}
.dragContainer .dropdown-toggle {
    line-height: 0.5;
}

.sortable-chosen .dragHandle{
    cursor: grabbing;
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
    background-image: unset !important;
    min-height: 28px !important;
}

.flatpickr-current-month input.cur-year{
    min-height: unset !important;
    box-shadow: unset !important;
}

.collapse-bg-btn{
    background: url(/static/img/close-blue-btn.png) no-repeat calc(100% - 10px)/20px;
    padding-right: 40px;
    transition: animation;
}

.collapse-bg-btn.collapsed{
    background: url(/static/img/plus-blue-btn.png) no-repeat calc(100% - 10px)/20px;
    padding-right: 40px;
    transition: animation;
}

/*.checksOverlay{*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0,0,0,0.3);*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*    backdrop-filter: blur(12px);*/
/*}*/

/*.checksOverlayNote{*/
/*    position: relative;*/
/*    color: white;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/* MY CSS END */

/* SideBar CSS Start */

/*----------------sidebar-container----------------*/

.sidebar-container {
    position: relative;
    margin-bottom: 40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    z-index: 999;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
}
.sidebar-container .page-content {
    background-color: #fff;
    padding: 25px 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
}
.sidebar-container .page-content .modal-content,
.sidebar-container .page-content .modal-content + .alert {
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .sidebar-container .page-content {
        border-radius: 10px;
    }
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    height: 100%;
    width: 100%;
    position: relative;
}
.sidebar-container .page-content {
    width: 100%;
}
.sidebar-container .page-content .jwplayer .jw-media {
    pointer-events: none !important;
}
.sidebar-container .sidebar-wrapper .sidebar-content {
    padding: 20px 20px 10px;
    overflow-y: auto;
}
.sidebar-container .sidebar-wrapper .sidebar-content li {
    padding: 5px 80px 10px 0;
}
.sidebar-container .sidebar-wrapper .sidebar-content li:not(.header-menu) {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
}
.sidebar-container .sidebar-wrapper .sidebar-content li .badge {
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
}

@media screen and (min-width: 1025px) {
    .sidebar-container .page-content {
        width: 75%;
        margin-left: 25%;
    }
    .sidebar-container .sidebar-wrapper {
        width: 25%;
    }
}

@media screen and (min-width: 769px) {
    .sidebar-wrapper {
        border-radius: 10px 0 0 10px;
    }

    .sidebar-container .page-content {
        width: 70%;
        min-height: 500px;
        padding: 30px;
        margin-left: 30%;
        border-radius: 0 10px 10px 0;
    }
    .sidebar-container .sidebar-wrapper {
        width: 30%;
        height: 100%;
        max-height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sidebar-container .sidebar-wrapper .sidebar-content {
        height: 100%;
        padding: 25px 30px;
    }

    .sidebar-container.toggled .sidebar-wrapper {
        width: 0;
    }
    .sidebar-container.toggled .sidebar-wrapper .sidebar-content {
        padding: 0;
        font-size: 0;
        opacity: 0;
    }
    .sidebar-container.toggled .page-content {
        width: 100%;
        margin: 0;
        border-radius: 10px;
    }
}

/*----------------show sidebar button----------------*/
#toggle-sidebar {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -22px;
    top: 10px;
    border-radius: 50%;
    padding: 7px;
    font-size: 25px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;
}
#toggle-sidebar > img {
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 768px) {
    #toggle-sidebar {
        display: none !important;
    }
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu .header-menu {
    padding-bottom: 10px;
    margin: 15px 0 10px;
    border-bottom: 1px solid #e9ebf0;
    font-weight: 600;
    line-height: 1.2;
    color: #353535;
}
.sidebar-wrapper .sidebar-menu .header-menu:first-of-type {
    margin-top: 0;
}

.sidebar-wrapper .sidebar-menu ul li {
    color: #808080;
    display: block;
    position: relative;
    word-break: break-word;
}

.sidebar-wrapper .sidebar-menu ul li i {
    position: absolute;
    left: 0;
    margin-right: 10px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 1.7;
}

.sidebar-wrapper .sidebar-menu ul li:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

@media screen and (min-width: 769px) {
    .sidebar-wrapper .sidebar-menu .header-menu {
        margin: 20px 0 10px;
    }
}

@media screen and (min-width: 1025px) {
    .sidebar-wrapper .sidebar-menu .header-menu {
        margin: 30px 0 10px;
    }
}


/*----------------------sidebar-extras-------------------------*/

.sidebar-container .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-content,
.sidebar-wrapper ul li a i,
.sidebar-container .page-content,
.sidebar-wrapper .sidebar-menu ul li a,
#toggle-sidebar {
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* SideBar CSS End */

/* Payment Card Css */

#card-element{
    height: 50px;
    padding: 15px;
    border-bottom: 1px solid #9b9b9b;
}
#card-element:hover,
#card-element:focus{
    border-bottom: 1px solid #03a9f4 !important;
}
.error:before{
    content: '* ';
}
#pay-card{
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
}
#pay-card p {
    margin: 0;
    color: black;
    font-size: 18px;
}
#pay-card button,
#pay-card .btn {
    width: 35px;
    height: 35px;
    background-color: #e53935 !important;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

#pay-card button i{
    font-size: 20px;
    line-height: 20px;
}

.card-num{
    padding: 35px 50px !important;
}

.card-num h2{
    letter-spacing: 0.3rem;
}

.credit-packages{
    display: flex;
    flex-direction: column;
}

.text-italic{
    font-style: italic;
}

.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}

/* Clearable text inputs */
.clearable-input {
    position: relative;
}
.clearable-input > input {
    padding-right: 1.4em;
}
.clearable-input > [data-clear-input] {
    position: absolute;
    top: 10px;
    right: 122px;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 0.2em;
    line-height: 1em;
    cursor: pointer;
    z-index: 2;
}
.clearable-input > input::-ms-clear {
    display: none;
}

#faq_answer + .panel.note-editor{
    margin-bottom: 0;
}

.note-editor .btn-default{
    color: #fff;
}


/* Gallery Card */

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*min-height: 275px;*/
    overflow-y: scroll;
    max-height: calc(100vh - 407px);
}
.gallery .card{
    width: 300px;
}
.gallery .card .video{
    height: 160px;
}

.gallery .card .description {
    color: black;
    padding: 15px 30px;
}

.gallery .active .card{
    border: 2px solid #0279c2;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

@media screen and (max-width: 767px) {
    .cardsFlex {
        max-height: calc(100vh - 210px);
    }
}

@media screen and (max-width: 520px) {
    .gallery .card{
        width: 230px;
    }
}

.attendees {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    min-height: 275px;
    max-height: 275px;
}

.attendees .card {
    height: 80px;
    width: 45%;
}

.attendees .card .description {
    color: black;
    padding: 15px 30px;
}

.cursor-pointer{
    cursor: pointer;
}

.bg-grey-art{
    background: url(/static/img/bg/grey-art.png) no-repeat 0 0;
    background-size: 100% 800px;
}

.pagination>li>a, .pagination>li>span{
    color: #727171;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 25px;
}

.pagination>li i{
    font-size: 30px;
}

.pagination>li>a, .pagination>li>span{
    color: #727171;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 25px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 2;
    color: #337ab7;
    cursor: default;
    background-color: transparent;
    border-color: #337ab7;
    font-weight: 700;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #337ab7;
    background-color: transparent;
    border-color: transparent;
}

.pagination>.disabled>a, .pagination>.disabled i, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.contentMinHeight{
    min-height: calc(100vh - 167px)
}
