/* Link blue = #1F99D4; */

header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom:20px;
    background: #fff;
    border-bottom:1px solid #e3e3e3;
}


.navigation {
    padding-top: 7px;
}

.navigation .navbar {
    margin-bottom: 0;
}

h1,
h2,
h3 {
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: -1px;
    font-family: 'Montserrat';
}

.panel-heading { 
    font-family: 'Montserrat';
}

body {
    font-family: 'Open Sans', sans-serif;
    background:#f8f8f8;
}

td.product-thumbnail {
    display: none;
}

.order_details tfoot tr:last-child td,
.order_details tfoot tr:last-child th {
    background-color: #fff3b3;
}

.order_details tfoot th {
    text-align: right;
    font-weight: 900;
}

#maincontent .well {
    position: relative;
}

#maincontent .well:last-child:after {
    position: absolute;
    top: 100%;
    content: "Latest Courses";
}

.order_details tfoot td {
    font-weight: normal;
    color: #333;
}

.entry header {
    padding-top: 0px;
    padding-bottom: 0;
}

.customer_details th {
    text-align: right;
    width: 25%;
}

.entry h2 {
    padding-top: 20px;
}

.title-bar {
    overflow: hidden;
    font-size: 24px;
    color: #FFF;
    background-color: #444;
    padding: 10px;
    margin-bottom: 25px;
    margin-top:-20px;
}

#maincontent h1 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, .02);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .03);
}

.products {
    margin: 0;
    padding: 0px;
}

.btn-primary {
    overflow: hidden;
    border: 1px solid #1c89be;
}

.well ul {
    list-style: none;
    padding: 3px;
    margin: 0;
}

.checl {
    max-width: 500px;
    margin: auto;
}

.empty-result {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #333;
    background-color: #fff;
    border-radius: 6px;
    border:1px solid #e3e3e3;
}

.breadcrumbs,
.woocommerce-breadcrumb {
    padding: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.fa-stack {
    font-size: 52px;
    margin-bottom: 22px;
    color: rgba(0, 0, 0, .1)
}

.profile-edit {
    margin-top: 20px;
}

.profile-edit th {
    width: 20%;
    text-align: right;
}

#tribe-events {
    background: rgb(249, 249, 249) none repeat scroll 0% 0%;
    padding: 10px;
    border-radius: 5px;
}

table {
    background-color: #FFF;
}

.lang-item {
    display: block;
    float: left;
    padding: 5px;
    border: none;
    border-radius: 4px;
    margin-right: 4px;
    background-color: #D2E4EC;
    width: 48%;
    opacity: .4;
}

.current-lang {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    opacity: 1;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #FFF !important;
    font-size: 1em;
    display: block;
    padding: 2px;
    background: #A45B5B;
    border-radius: 4px;
    padding-left: 10px;
    border: none;
}

.well h3 {
    margin: 0;
}

.summary p {
    line-height: 27px;
    margin-bottom: 37px;
}

.ribbon {
    display: block;
    padding: 4px;
    text-transform: uppercase;
    background-color: #FFE9B5;
    color: #333;
    margin-left: -29px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.ribbon:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 2px;
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #DDC180;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
}

footer {
    background-color: #333;
    margin-top: 20px;
    padding: 40px;
    min-height: 200px;
    text-align: center;
    color: #fff;
}

.front-promo {
    padding: 50px;
    margin-top: -24px;
    margin-bottom: 20px;
    background: #d2e4ec url('../img/leaves.png') no-repeat center bottom;
}

a.btn-round {
    background-color: #333;
    overflow: hidden;
    border-radius: 32px;
    border: none;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none !important;
}

.btn-round:hover {
    color: #FFF;
}

.right-promo {
    font-size: 18px;
}

.right-promo a {
    text-decoration: underline;
}

.course-preview {
    padding: 10px;
    background-color: #e1f1f9;
    border-radius: 7px;
    position: relative;
    height: 405px;
    margin-bottom: 20px;
    transition: 400ms;
}

.orderby {
    border-radius: 5px;
    border: 1px solid #CCC;
    height: 35px;
}

.course-preview:hover {
    background-color: #C5DFEC;
    transition: 400ms;
}

.woocommerce-result-count {
    font-weight: 900;
    color: #36B2E8;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: thin dotted;
    outline-offset: -2px;
    color: #fff;
}

.course-preview-content {
    background-color: #FFF;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    padding: 10px;
    height: 386px;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: 800ms;
}

.course-preview h3 {
    text-align: center;
    font-size: 22px;
}

.course-extra-details {
    background-color: #FFF;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    padding: 10px;
    height: 386px;
    font-size: 12px;
    padding-top: 20px;
    transform: rotateY(180deg);
    transition: 800ms;
}

.related h2 {
    margin-bottom: 20px;
}

.flipped .course-preview-content {
    transform: rotateY(180deg);
    transition: 800ms;
}

.flipped .course-extra-details {
    transform: rotateY(0deg);
    transition: 800ms;
}

.course-preview-content p {
    color: #1f99d4;
}

.course-preview-content .ribbon {
    display: block;
    left: 10px;
}

.course-preview a:first-child {
    display: table;
    width: 212px;
}

.course-extra-details h3 {
    font-size: 14px;
    padding-bottom: 20px;
}

.course-preview-content h3 {
    margin-top: 5px;
    height: 90px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-width: 167px;
}

.course-icon {
    clear: both;
    padding: 10px;
}

.close-link {
    border-radius: 50%;
    background-color: #FFF;
    color: #CCC;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    width: 36px;
}

.well-sm h3 {
    padding: 10px;
    margin: -10px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.02)
}

#sidebar {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
}


/* calendar widget */

.widget_calendar {
    width: 100%;
    padding: 10px;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.icl_post_in_other_langs {
    display: none;
}

.en-US .french {
    display: none;
}

.fr-FR .english {
    display: none;
}

.post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}



.post-entry>div {
    width: 100% !important;
    height: auto;
}

.mejs-container {
    width: 100%;
    max-width: 100%;
}

#mep_0,
.mejs-overlay {
    width: 100% !important;
    max-width: 100% !important;
}

.term-description {
    margin-bottom: 30px;
    line-height: 24px;
}

.product_title {
    margin-bottom: 40px;
}

.woocommerce-result-count {
    display: none;
}

h3 .badge {
    margin-top: 3px;
    margin-right: 10px;
    background-color: #1F99D4;
}


/* --- tabs --- */

.woocommerce-breadcrumb {
    color: rgb(182, 42, 42);
    font-size: 12px;
    margin-bottom: 20px;
}

.woocommerce-tabs {
    padding: 10px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.03)
}

div.images {
    text-align: center;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .02);
    border-radius: 10px;
    margin-bottom: 20px;
}

div.images img {
    border: 1px solid rgba(0, 0, 0, .01);
}

ul.tabs {
    list-style: outside none none;
    margin: 0px 0px 10px 0px !important;
    padding-left: 0px;
}

.tabs li {
    display: inline-block;
    border: 1px solid #CCC;
    margin-right: 2px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: none;
    border-radius: 6px;
    box-shadow: inset 2px 2px 0px rgba(0, 0, 0, .03);
    background-color: rgba(0, 0, 0, .03);
    width: 48%;
}

.tabs li a {
    color: #1F99D4;
    outline: none;
    outline: transparent;
    outline: 0px;
    padding: 12px;
    display: block;
}

.tabs li.active {
    box-shadow: 2px 2px 0px rgba(0, 0, 0, .03);
    background-color: rgba(255, 255, 255, 1);
}

.wc-tab {
    padding: 20px;
    margin-bottom: 10px;
}

.sku_wrapper {
    color: #000;
    font-weight: bold;
    display: block;
}

.sku {
    color: #555;
    font-weight: normal;
}

.wc-tab h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

p.price {
    font-size: 18px;
    font-weight: normal;
    padding: 4px;
    float: right;
    background-color: yellow;
}

.cart {
    float: right;
    width: 275px;
    padding: 10px;
}

.woocommerce-message {
    padding: 10px;
    text-align: center;
    color: white;
    background-color: rgb(31, 153, 212);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.quantity {
    float: left;
    width: 140px;
}

.quantity input {
    width: 100%;
}

.single_add_to_cart_button {
    float: right;
    padding: 10px;
}

.product_meta {
    float: left;
}

p.price {
    font-size: 30px;
    font-weight: bold;
    background-color: transparent;
}

p.price del {
    display: block;
    text-align: right;
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin-top: -24px;
}

p.price ins {
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#review_form {
    margin-top: 30px;
}

.onsale {
    background: orange none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 2px 12px 2px 10px;
    float: right;
    padding-left: 10px;
    padding-right: 12px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 1px rgb(255, 108, 0);
}

.input-text {
    height: 30px;
    border-radius: 3px;
    border: none;
    background: rgba(0, 0, 0, .07);
    padding-left: 10px;
}

input[type="submit"],
button.button {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    background: #1F99D4;
    color: #FFF;
    float: right;
}

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

.avatar {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .04);
}

.commentlist li {
    display: block;
    padding: 20px;
    border-bottom: 1px dashed #CCC;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
    background-color: #1F99D4;
    color: #FFF;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #1F99D4;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}

.tribe-events-calendar thead th {
    background-color: #444;
    color: #FFF;
}

.container-fluid {
    max-width: 1370px;
    margin: auto;
}

.nav-stacked>li {
    float: none;
    margin-bottom: 0;
}

.nav-pills>li>a {
    color: #333333;
    margin-bottom: -1px;
    padding: 10px;
    border-radius: 44px;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    background: #1F99D4;
    color: #fff;
    border-radius: 44px;
}


.nav-pills .open>a,
.nav-pills .open>a:hover,
.nav-pills .open>a:focus {

    background-color: #1F99D4;
    border-color: #1f99d4;

}

.nav li i {
    margin-right: 6px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-radius: 45px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a:hover {
    color: #333;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a:hover {
    color: #FFF;
    background: #1F99D4;
    border-radius: 22px;
}

.navbar-default .navbar-nav>li:last-child a {
    border-right: none;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
    a.btn-round {
        font-size: 16px;
    }

    .front-promo {
        padding: 20px;
    }

    .content-area {
        padding: 20px;
    }

    .lead {
        font-size: 18px;
    }

    .lang-item {
        float: none;
        width: 100%;
        opacity: 0.4;
        margin-bottom: 5px;
    }

    .course-preview {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .title-bar {
        font-size: 17px;
        color: #FFF;
    }

    .logo-container {
        text-align: center;
    }

    .logo-container img {
        max-width: 50%;
        margin: auto;
        float: none;
    }

    body {
        padding-top: 0px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .navbar-default.visible-xs {
        background-color: #000;
    }

    .content-area {
        padding: 10px;
    }

    a.btn-round {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .front-promo {
        padding: 20px;
        text-align: center;
    }



    .lead {
        font-size: 16px;
    }

    .course-preview {
        margin-bottom: 20px;
    }
}

.quiz {
    display: none;
    margin-top: 20px;
}

.quiz-result {
    margin-top: 20px;
    padding: 40px;
    background: rgba(0, 0, 0, .03);
    border-radius: 6px;
    text-align: center;
}

p.quiz-question {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.question-block {
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
}

div.answer {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 50%;
}

div.answer input[type="radio"] {
    float: left;
    margin-right: 10px;
    width: 20px;
}

.course-category {
    display: block;
    font-size: 10px;
}

.course-category a:first-child {
    display: inline;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: none;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.hide {
    display: none;
}

.warning {
    margin: 10px;
    padding: 10px;
    font-size: 13px;
    color: white;
    background-color: orange;
    border-radius: 5px;
}

#lang_sel_click li {
    width: 100%;
}

#lang_sel_click ul ul {
    width: 100%;
}

.disable {
    background: rgb(176, 176, 176) !important;
    pointer-events: none;
    cursor: default;
}

#processingIndicator {
    display: block;
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .8);
}

#processingIndicator i {
    color: white;
    margin-left: 48%;
    margin-top: 25%;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
}

#viewAllUser th {
    font-size: 13px !important;
}

.td-limit {
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#viewAllUser td {
    font-size: 12px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    display: block;
    width: 100%;
    float: none;
}

.cart_totals table {
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    width: 100%;
    display: block;
}

.cart_totals table th {
    min-width: 50%;
    text-align: right;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}

#coupon_code input,
#coupon_code button {
    width: 50%;
    float: left;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #1f99d4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    float: right;
}

.woocommerce table.cart td.actions .input-text {
    width: 100px;
    margin-right: 10px;
    float: left;
}

.woocommerce-pagination {
    clear: both;
    list-style: none;
    padding: 0;
    text-align: center;
}

.woocommerce-pagination li {
    clear: both;
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.woocommerce-pagination li a {
    display: block;
    width: 30px;
    border-radius: 50%;
    padding: 5px;
    padding-top: 6px;
    background: #f1f1f1;
}

.woocommerce-pagination span.current {
    display: block;
    width: 30px;
    border-radius: 50%;
    padding: 5px;
    padding-top: 6px;
    background: #1F99D4;
}

em {
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



ul.category {
    font-weight: 900;
    list-style: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
}



ul.category ul {
    font-weight: normal;
    list-style: none;
    margin-top: 10px;
    padding: 0px;
}

ul.category ul ul {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .03);
    margin: 0px;
}

ul.category ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}

ul.category ul li:last-child {
    border-bottom: none;
}

ul.category li a {
    font-size: 13px;
    padding: 10px;
    display: block;
}


.my-courses {

    background: rgba(0, 0, 0, .02);
    padding: 0px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .03);
    margin-bottom: 20px;
    list-style: none;

}

.my-courses li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.my-courses li:last-child {
    border-bottom: none;
}



td.child {
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f1f7+0,ffffff+100 */
    background: rgb(230, 241, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(230, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(230, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f1f7', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    padding-left: 0;
    margin-left: 0 !important;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
}

/*table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    padding-left: 30px;
}*/

td.child tr {
    border-top-color: red;
}

table.dataTable>tbody>tr.child ul.dtr-details li {

    border-bottom: 1px solid rgba(230, 241, 247, 1);
}

.table-hover>tbody>tr:hover {
    background-color: #f4fbff;
}

.dt-buttons.btn-group {
    float: left;
}

.dataTables_filter label {
    font-size: 15px;
    font-weight: 900;

}

.dataTables_filter input {

    height: 36px;
    width: 300px !important;
    border-radius: 4px;

}

.panel-body .table {
    margin-bottom: 0;
    width: 100%;
}

.panel-body {
    padding: 10px 8px;
}

.panel-heading {
    font-weight: bold;
}




.cpd-title {
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: -1px;
    font-size: 23px;
}

.userName {
    font-weight: bold;
}

.profile-header {
    background-color: #e8f5fb;
    border-radius: 0;
    padding: 10px 15px;
    margin-left: -8px;
    font-weight: bold;
    font-size: 14px;
    margin-right: -8px;
    color: #185777;
    border-bottom: 1px solid #cce7f5;
}

.preview-header {
    font-weight: bold;
}

td .fa-pencil {
    float: right;
}

.cpd-content input {
    width: 100%;
}

input:read-only {
    background-color: rgba(0, 0, 0, 0.02);
}

.error {
    /*	 background-color: orange;
*/
    border: 2px solid orange !important;
}

.required {
    color: red;
}

.success {
    margin: 10px;
    padding: 10px;
    font-size: 13px;
    color: white;
    background-color: green;
    border-radius: 5px;
}

.hint {
    font-size: 11px;
}

.cpdButton button {
    margin-right: 10px;
}

.deleteOrg {
    float: right;
}

.header-title {
    font-size: 30px;
    font-weight: bolder;
}

.content-section {
    background: rgba(0, 0, 0, .02);
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .04);
}

#wp-cpd_desc-wrap {
    border: 2 solid gray !important
}

.overlay {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.10);
    z-index: 9999;
    color: white;
    display: inline-block;
}

.hidden {
    display: none;
}

.spin {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: red;
}

.dtr-data {
    float: right;
}

table.dataTable>tbody>tr.child ul {
    display: block !important;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    padding: 10px !important;
    border-top: none;
}

i.italic {
    font-style: italic !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.yearsHaveNotBeenConfirmed {
    border: 1px solid #ccc !important;
}



/* display all calendar*/
.bootstrap-datetimepicker-widget {
    margin-left: 100px;
    z-index: 1000;
}


.breadcrumbs .post {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.panel { 
    box-shadow: none;
}

.panel-body {
    font-size: 12px;
}

.inputHelpBlock {
    font-size: 12px;
}

.hide{
    display: none;
}