/*
 Theme Name: Custom QuestCDN Theme For Marketplace
 Version: 1.0
 Font Used: Aileron
 */

@media print {
    html, body {
        height: 99%;
        margin: 0 !important;
        padding: 0 !important;
        page-break-after: avoid !important;
        page-break-before: avoid !important;
    }
    .hidden-print {
        visibility: hidden !important;
    }
    .visible-print {
        visibility: visible !important;
    }
    @page {   
        margin-top: 0;  
        margin-bottom: 0;  
    } 
   .container-fluid {
      margin: 0px !important;
      padding: 0px  !important; 
    }
}

section#project-list .centerCol .toolbar nav ul.pagination > li.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #bfd9d9;
    border-color: #bfd9d9;
}

section#project-list .leftCol .projects-wrapper .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}
section#project-list .leftCol .projects-wrapper .nav-pills .nav-link {
    color: #333;
    background: #eee;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: .7rem 1rem;
}
section#project-list .leftCol .projects-wrapper .nav-pills .nav-link:hover {
    background: #ddd;
}
section#project-list .leftCol .projects-wrapper .nav-pills .nav-link.active,
section#project-list .leftCol .projects-wrapper .nav-pills .nav-link.active:hover {
    color: #fff;
    background: #bfd9d9;
}

.errorlist
    {
        color: red;
        list-style-type: none;
        font-weight: bold;
    }

.asteriskField{
    vertical-align: super;
    content: ' *';
    color: red;
}

/* News Content Section */
section#news-content .leftCol #news-content-container {
    margin-bottom: 25px;
}
section#news-content .leftCol .news-content-pagination {
    float: right;
    margin: 0;
}
section#news-content .leftCol .news-content-pagination a {
    color:#333;
    font-size:15px;
    cursor:pointer;
    margin:0 10px;
}
section#news-content .leftCol .news-content-pagination a:hover {
    background-color: transparent;
    color:#bfd9d9 !important;
}
section#news-content .leftCol .news-content-pagination a.jp-previous {
    margin-right:10px;
}
section#news-content .leftCol .news-content-pagination a.jp-next {
    margin-left:10px;
}
section#news-content .leftCol .news-content-pagination a.jp-previous:hover,
section#news-content .leftCol .news-content-pagination a.jp-next:hover {
    color:#bfd9d9;
}

section#news-content .leftCol .news-content-pagination a.jp-current,
section#news-content .leftCol .news-content-pagination a.jp-current:hover {
    color:#bfd9d9;
    font-weight: normal;
}
section#news-content .leftCol .news-content-pagination a.jp-disabled,
section#news-content .leftCol .news-content-pagination a.jp-disabled:hover {
    color: #aaa;
}
section#news-content .leftCol .holder span {
    margin: 0 8px;
}
section#news-content .leftCol .jp-previous,
section#news-content .leftCol .jp-next {
    visibility: hidden;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
section#news-content .leftCol .jp-previous::after {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    content: "\f053";
}
section#news-content .leftCol .jp-next::after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f054";
}
section#news-content .leftCol aside {
    float: left;
}
section#news-content .leftCol aside .post-date time {
    display: block;
    width: 75px;
    height: 85px;
    text-align: center;
    background-color: #bfd9d9;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
}
section#news-content .leftCol aside .post-date .post_month,
section#news-content .leftCol aside .post-date .post_year {
    font-size: 14px;
}
section#news-content .leftCol aside .post-date h1.post_day {
    color: #333;
    font-size: 42px;
    margin: 0 0 1px 0;
    line-height: 40px;
}
section#news-content .leftCol .rightBlock a.quest {
    height: 30px;
    line-height: normal;
}
section#news-content .leftCol .rightBlock a.comment,
section#news-content .leftCol .rightBlock a.share {
    color: #666;
}
section#news-content .leftCol .rightBlock a.comment:hover,
section#news-content .leftCol .rightBlock a.share:hover {
    color: #bfd9d9;
}
section#news-content .rightCol h3 {
    font-size: 24px;
    color: #333;
    line-height: normal;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
section#news-content .rightCol h3::before {
    background: #bfd9d9;
    top: 39px;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 0 -1px;
    position: absolute;
    width: 25%;
}
section#news-content .rightCol .tab-post > div:first-child {
    padding-left: 0;
    padding-right: 5px;
}
section#news-content .rightCol .tab-post > div:last-child {
    padding-right: 0;
    padding-left: 5px;
}
section#news-content .rightCol .tab-post a {
    font-size: 13px;
}
.invalid {
    /*border:#bf6464 1px solid !important;
    background-color:#fdfbfb !important;*/
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.invalid-feedback{
    font-size:12px;
    color:#ff0000;
}
.is-invalid {
    border:#ff0000 1px solid !important;
}
table a {
    color: #2e6ab5;
}
.table-detail > tbody > tr:first-child > td {
    border: none;

}
.table-detail > tbody > tr > td:first-child {
    font-weight:bold;
    width: 16.66%;
}
.label-detail {
    .badge;
    font-size:14px;
    font-weight:bold;
}
.label-count {
    font-weight:bold;
    padding-right:1%;
    padding-left:1%;
}

.side-nav-btn {
    padding:15px 10px;
    font-size:13px;
    margin-right:20px;
    text-decoration:none;
    color:#333;
    letter-spacing: 1px;
}

.side-nav-btn:hover, .side-nav-btn:focus, .side-nav-btn:active, .side-nav-btn.active{
    color:#bfd9d9;
    border-color: #285e8e; /*set the color you want here*/
}
.table-container ul.pagination {display: inline-block;}
.table-container ul.pagination > li > a {
      color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.table-container ul.pagination > li.current {
      background-color: #bfd9d9;
      color: white;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.table-container ul.pagination li:first-child {
    margin-left: 0;
}
.table-container ul.pagination > li.cardinality {

        color: black;
    float: right;
    padding: 8px 16px;
    text-decoration: none;


    margin: 0 4px;
}

.dataTables_processing {
    top: -40px !important;
    z-index: 11000 !important;
}
/*
.dataTables_filter {
    float: right;

}
 */
tr.row_selected td{background-color:#bfd9d9 !important;}
tr.unread td{font-weight: bold !important;}
/*
.table-container ul.pagination {
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #F4782E;
    list-style: none;
}
.table-container ul.pagination > li > a {
    text-decoration: none;
    font-weight: bold;
}
.table-container ul.pagination li {
    float: left;
    line-height: 34px;
    margin-left: 10px;
}
.table-container ul.pagination li:first-child {
    margin-left: 0;
}

.table-container ul.pagination li.cardinality {
    float: right;
    color: #8d8d8d;
}
*/

.my-custom-scrollbar {
    position: relative;
    overflow: auto;
    height: 500px;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
label.required::after {
    content: ' *';
    color: red;
    vertical-align: super;
}

.posting-table td label {
    font-size: 15px;
    color: #737373;
    font-weight: normal;
}

.selector .selector-available h2 {
    background: #f8f8f8 !important;
    font-size: 15px;
    color: #737373;
    font-weight: normal;
    margin-bottom: 0px;
    border: 1px solid #ccc !important;
}

.selector .selector-chosen h2 {
    background: #e6e6e6;
    font-size: 15px;
    color: #737373;
    font-weight: normal;
    margin-bottom: 0px;
    border: 1px solid #ccc !important;
}

.selector-available, .selector-chosen {
    float: left;
    width: 380px;
    text-align: center;
    margin-bottom: 5px;
}
.selector .selector-available .help-icon {
    width: 0px;
    height: 0px;
}
.selector .selector-chosen .help-icon {
    width: 0px;
    height: 0px;
}
.selector-available .filtered {
    height: 150px !important;
    border: 1px solid #ccc !important;
}
.selector-chosen .filtered {
    border: 1px solid #ccc !important;
}
/*
.selector {
    font-size: 1px;
}
*/
/* Selector Overrides */


.selector {
    width: 400px;
    float: left;
    font-size: 15px !important;
    font-weight: normal;

}

.selector select {
    width: 380px;
    height: 17.2em;
}


.selector-chosen select {
    border-top: none;
}





.selector .selector-filter {
    background: white;
    border: 1px solid #ccc !important;
    border-width: 0 1px;
    padding: 8px;
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: left;
}

.selector .selector-filter label,
.inline-group .aligned .selector .selector-filter label {
    float: left;
    margin: 7px 0 0;
    width: 18px;
    height: 18px;
    padding: 0;
    overflow: hidden;
    line-height: 1;
}

.selector .selector-available input {
    width: 320px;
    margin-left: 8px;
}

.selector ul.selector-chooser {
    float: left;
    width: 22px;
    background-color: #eee;
    border-radius: 10px;
    margin: 10em 5px 0 5px;
    padding: 0;
}

.selector-chooser li {
    margin: 0;
    padding: 3px;
    list-style-type: none;
}

.selector select {
    padding: 0 10px;
    margin: 0 0 10px;
    border-radius: 0 0 4px 4px;
}

.selector-add, .selector-remove {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -3000px;
    overflow: hidden;
    cursor: default;
    opacity: 0.3;
}

.active.selector-add, .active.selector-remove {
    opacity: 1;
}

.active.selector-add:hover, .active.selector-remove:hover {
    cursor: pointer;
}

.selector-add {
    background: url(../img/selector-icons.svg) 0 -96px no-repeat;
}

.active.selector-add:focus, .active.selector-add:hover {
    background-position: 0 -112px;
}

.selector-remove {
    background: url(../img/selector-icons.svg) 0 -64px no-repeat;
}

.active.selector-remove:focus, .active.selector-remove:hover {
    background-position: 0 -80px;
}

a.selector-chooseall, a.selector-clearall {
    display: inline-block;
    height: 16px;
    text-align: left;
    margin: 1px auto 3px;
    overflow: hidden;
    font-weight: bold;
    line-height: 16px;
    color: #666;
    text-decoration: none;
    opacity: 0.3;
}

a.active.selector-chooseall:focus, a.active.selector-clearall:focus,
a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    color: #447e9b;
}

a.active.selector-chooseall, a.active.selector-clearall {
    opacity: 1;
}

a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    cursor: pointer;
}

a.selector-chooseall {
    padding: 0 18px 0 0;
    background: url(../img/selector-icons.svg) right -160px no-repeat;
    cursor: default;
}

a.active.selector-chooseall:focus, a.active.selector-chooseall:hover {
    background-position: 100% -176px;
}

a.selector-clearall {
    padding: 0 0 0 18px;
    background: url(../img/selector-icons.svg) 0 -128px no-repeat;
    cursor: default;
}

a.active.selector-clearall:focus, a.active.selector-clearall:hover {
    background-position: 0 -144px;
}


.selector .help-icon {
    background: url(../img/icon-unknown.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    width: 13px;
    height: 13px;
}



.selector .search-label-icon {
    background: url(../img/search.svg) 0 0 no-repeat !important;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.dt-search {
    width:85%;
    height:100%;
}
.btn-link {
    color: #006666;
}
.btn-link:hover {
    color: #004d4d;
}
.btn-primary {
    color: #fff!important;
    background-color: #006666!important;
    border-color: #006666!important;
}
.btn-primary:focus,
.btn-primary.focus {
        color: #fff!important;
        background-color: #006666!important;
        border-color: #006666!important;
    }
.btn-primary:hover {
        color: #fff!important;
        background-color: #004d4d!important;
        border-color: #004d4d!important;
    }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
        color: #fff!important;
        background-color: #006666!important;
        border-color: #006666!important;
    }
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
        color: #fff!important;
        background-color: #006666!important;
        border-color: #006666!important;
    }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: #006666!important;
        border-color: #006666!important;
}
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #006666!important;
        border-color: #006666!important;
    }


.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}
.dataTables_wrapper .dataTables_processing {
    background-color: #006666;
    font-weight: bold;
    color: white;
}


.pagination > .active > a
{
    color: white;
    background-color: #006666 !Important;
    border: solid 1px #006666 !Important;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 18px;
    font-weight: bold;
  }

  .breadcrumb-current-text {
    color: #006666 !important;
    font-size: 18px;
    font-style: italic;
 }
.text-primary-questcdn {
  color: #fff;
  background-color: #006666; /* old green color #99bf47 changed 09252020 RP */
  border-color: #006666;
}
.text-questcdn {
  color: #006666; /* old green color #99bf47 changed 09252020 RP */
}
.bg-primary-questcdn {
    background-color: #bfd9d9 !important;
}
