
/* 
    Created on : 17-May-2019, 11:35:46 AM
    Author     : mharris
*/

body.front-admin {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#ca-dash-navbar {
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#ca-dash-navbar .navbar-header {
    height: 60px;
}

#ca-dash-navbar .navbar-header h1 {
    float: left;
    color: #fff;
    font-weight: normal;
    margin: 12px 24px 0 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.31);
    padding-right: 30px;
}

#ca-dash-navbar .navbar-header a {
    float: left;
    height: 60px;
    padding: 10px;
    color: #fff;
}

#ca-dash-navbar .navbar-header a img {
    height: 100%;
    margin-right: 10px;
}

#ca-dash-navbar #quick-menu {
    bottom: 12px;
    right: 30px;
}

#ca-dash-navbar button {
    border-radius: 3em;
}

#ca-dash-navbar #quick-menu a {
    color: #717171;
    border-right: none;
    float: none;
}

#dashboard-menu {
    position: fixed;
    z-index: 999;
    background: #f9f9f9;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 250px;
    overflow-y: scroll;
}

#dashboard-menu ul {
    list-style: none;
    padding: 0;
}

#dashboard-menu ul li {
    margin: 0;
    padding: 0;
    color: #7d9cc5;
    border-bottom: 1px solid #d0d6e4;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#dashboard-menu ul li a {
    display: block;
    color: #7d9cc5;
    padding: 12px 20px;
}

#dashboard-menu ul li a:visited,
#dashboard-menu ul li a:active,
#dashboard-menu ul li a:focus {
    color: #7d9cc5;
    text-decoration: none;
}

#dashboard-menu ul li a:hover {
    color: #6587b4;
    text-decoration: none;
}


#dashboard-menu ul li.expandable {
    position: relative;
    cursor: pointer;
    height: 47px;
    overflow: hidden;
    transition: height 0.2s;
}

.panel-heading.expandable a {
    position: relative;
}

#dashboard-menu ul li.expandable:before,
.panel-heading.expandable a:before {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 20px;
    top: 13px;
    transition: transform 0.2s;
}

.panel-heading.expandable a:before {
    right: -40px;
    top: 3px;
}

#dashboard-menu ul li.expandable.expandable-expanded:before,
.panel-heading.expandable a:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading.expandable a.collapsed:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#dashboard-menu ul li.expandable ul li {
    font-weight: normal;
    border-bottom: none;
    border-top: 1px solid #d0d6e4;
    background: #fefefe;
}

#dashboard-menu ul li.expandable ul li a {
    padding-left: 40px;
}

#ca-dash-main {
    margin: 60px 0 0px 270px;
    padding-right: 20px;
}

a.dashboard-breadcrumb {
    margin: 20px 0;
    display: block;
}

#ca-dash-widget-container {
    margin: -5px;
    background: #ececec;
    padding: 20px;
}

#ca-dash-widget-container .panel {
    min-height: 350px;
}

.dashboard-info-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    height: 200px;
}

.dashboard-info-box h2,
.dashboard-info-box h4,
.dashboard-info-box h5 {
    text-align: center;
}

.total-query {
    position: relative;
}

.total-query:before,
#transfer-request-details:before {
    content: 'calculating...';
    background: url(../images/spinner.gif) 0 center no-repeat;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 40%;
    height: auto;
    padding-left: 2em;
    font-size: 12px;
    padding: 42px 3em;
    display: none;
    font-weight: normal;
}

#transfer-request-details:before {
    content: 'processing...';
}

.total-query.calculating:before,
#transfer-request-details.calculating:before {
    display: block;
}

.total-query.calculating .list-group,
#transfer-request-details.calculating p {
    display: none;
}

.calculating h2 {
    display: none;
}

.select_thumb_img {
    margin: 20px 0;
}

input[type=color] {
    width: 100px;
    height: 40px;
}

.sortable_membership_box label,
.sortable_donation_box label {
    display: block;
}


.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

input.ui-autocomplete-input {
    border: 1px solid #ccc;
}

ul.bt-sortable-ul {
    list-style: none;
    padding: 0;
}

ul#sortable_membership_types li.sortable_membership_box.ui-sortable-helper,
ul#sortable_donation_types li.sortable_donation_box.ui-sortable-helper,
ul#sortable_slide_types li.sortable_slide_box.ui-sortable-helper {
    cursor: move;
    background: #dadada;
    box-shadow: 5px 5px 5px #6866664d;
}

.bt-group-box {
    border-bottom: 5px solid #eee;
    margin-bottom: 10px;
}

li.sortable_membership_box,
li.sortable_donation_box,
li.sortable_slide_box {
    border: 2px solid #d0d0d0;
    padding: 10px;
    margin-bottom: 20px;
    cursor: move;
    border-radius: 5px;
    background: #f3f3f3;
    width: 100%;
    max-width: 710px;
}

.clearfix {
    clear: both;
}

.sortable_membership_box .form-group {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30%;
}

.sortable_donation_box .form-group {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 45%;
}

.sortable_membership_box .form-group input,
.sortable_donation_box .form-group input {
    width: 95%;
}


ul#sortable_membership_types a.membership_type_remove,
ul#sortable_donation_types a.donation_type_remove,
ul#sortable_slide_types a.slide_remove {
    color: red;
}

li.sortable_membership_box h4,
li.sortable_donation_box h4,
li.sortable_slide_box h4 {
    display: none;
    color: red;
}

li.sortable_membership_box input.form-error,
li.sortable_donation_box input.form-error,
li.sortable_slide_box input.form-error {
    border-color: red;
}

.bt-option-frame {
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 9px;
    background: #fff;
}

.sortable_membership_box .form-group .bt-option-frame input {
    width: auto;
    margin: 0 7px 0 0;
}

.color-input {
    float: left;
    margin: 20px 0 10px;
    width: 250px;
}

#assoc-map {
    width: 600px;
    height: 400px;
    margin-bottom: 30px;
}

#transfer-request-alert {
    display: none;
}

#transfer-request-details {
    position: relative;
    min-height: 100px;
}

ul#sortable_hub_types li,
ul#sortable_slides li,
ul#sortable_slides_cb li {
    background: #f0f0f0;
    padding: 0px 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3em;
    cursor: move;
    overflow: hidden;
    position: relative;
    min-height: 60px;
}

ul#sortable_slides_modal li,
ul#sortable_slides_modal_available li {
    background: #f0f0f0;
    padding: 7px 14px;
    margin-bottom: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: move;
    height: 38px;
}

ul#sortable_slides_modal li span,
ul.saved-reports li span.remove-item {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    display: none;
    cursor: pointer;
}

ul#sortable_slides_modal li span.edit-bm {
    display: block;
    /*right: 42px;*/
    top: calc(50% - 6px);
}

ul.saved-reports li span.remove-item {
    display: block;
}

ul#sortable_slides_modal li span.remove-bm:before,
ul.saved-reports li span.remove-item:before {
    content: '\E014';
    font-family: "Glyphicons Halflings";
    position: relative;
    line-height: 0px;
    left: 0;
    top: 0;
    color: #c80000;
}

ul#sortable_slides_modal.editing li span.remove-bm {
    display: block;
}

ul#sortable_slides_modal.editing li span.edit-bm,
ul#sortable_slides_modal_available li span.edit-bm {
    display: none;
}

ul#sortable_hub_types li h4 {
    float: left;
}

ul#sortable_hub_types li label {
    float: right;
    padding: 18px 32px 0 0;
}

ul#sortable_hub_types li.hub-enabled {
    background: #dff0d8;
}

ul#sortable_slides li.no-thumb,
ul#sortable_slides_cb li {
    background: #e4f0fd;
}

ul#sortable_slides li.no-thumb {
    overflow: visible;
}

.slider-thumb {
    width: 170px;
    height: 60px;
    float: left;
    margin-left: -32px;
    margin-right: 20px;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.slider-thumb button {
    position: absolute;
    right: 4px;
    top: 4px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    opacity: 0.9;
    border-radius: 2em;
    width: 30px;
    height: 30px;
}

#sortable_slides_cb .slider-thumb button.select-image {
    right: 4px;
    top: auto;
    bottom: 4px;
}

.slider-thumb button.remove-image {
    top: -4px;
    right: -4px;
    background: none;
    border: none;
    color: red;
    display: none;
}

ul#sortable_slides_cb .slider-thumb {
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.bt-sortable-ul .edit-controls {
    float: right;
    margin-top: 15px;
}

.edit-controls a {
    display: inline-block;
    position: relative;
    top: 1px;
}

.slider-thumb:hover button {
    opacity: 1;
}

#ca-dash-main ul#sortable_slides li h4,
#ca-dash-main ul#sortable_slides_cb li h4 {
    position: absolute;
    left: 180px;
    width: calc(100% - 440px);
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    margin: 0;
}

#ca-dash-main ul#sortable_slides li.no-thumb h4 {
    left: 40px;
}

ul#sortable_slides li p {
    margin: 0;
}

#ca-dash-main form {
    margin-bottom: 40px;
}

#ca-dash-navbar button#close-menu {
    right: auto;
    left: 13px;
    top: 4px;
    display: none;
}

#ca-dash-navbar button#close-menu:before, 
#ca-dash-navbar button#close-menu:after {
    background: #fff;
}

button#add-slide {
    float: left;
    margin-right: 20px;
}

.dash-inline-select {
    float: left;
    width: 310px;
}

.dash-inline-select label {
    float: left;
    display: inline-block;
    padding: 6px 20px 0 0;
}

.dash-inline-select select {
    float: left;
    width: 100px;
}

form#edit-contact p.form-control-static:hover {
    color: #5caac1;
    cursor: pointer;
}

form#edit-contact p.form-control-static:hover:after {
    content: '\E003';
    font-family: "Glyphicons Halflings";
    position: relative;
    line-height: 0px;
    left: 10px;
    top: 2px;
}

form#info.form-inline {
    margin-bottom: 0;
}

li.ui-sortable-handle.sub-item {
    margin-left: 80px;
    position: relative;
}

li.ui-sortable-handle.sub-item:before {
    content: '\21B3';
    font-size: 30px;
    position: absolute;
    left: -47px;
    top: 10px;
}

.checkbox-inline.sub-item {
    margin-left: 20px;
}

#ca-dash-main .col-lg-10 .panel {
    max-width: 900px;
}

#modal-committee-members .ui-sortable-handle {
    position: relative;
}

#modal-committee-members .ui-sortable-handle input {
    position: absolute;
    left: 210px;
    top: 4px;
    width: 160px;
    font-weight: normal;
}

ul#sortable_slides_modal,
ul#sortable_slides_modal_available {
    padding-bottom: 30px;
} 

.ui-sortable-container {
    float: right;
    width: 60%;
}

ul.committee-titles {
    list-style: none;
    margin: 31px 0 0;
    padding: 0;
    float: left;
    width: 38%;
}

ul.committee-titles li {
    height: 38px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}

ul.committee-titles li input {

}

#close-existing-bd {
    display: none;
}

hr.modal-available {
    border-top: 5px solid #eee; 
}

.temp-target {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.temp-target-container {
    border: 2px dashed #000;
    display: none;
}

#save-reminder {
    display: none;
}

form#load-setting label {
}

ul.saved-reports {
    list-style: none;
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
}

ul.saved-reports li {
    background: #f0f0f0;
    padding: 7px 14px;
    margin-bottom: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 38px;
    position: relative;
}

ul.saved-reports li.report-selected {
    background: #d4f0d4;
}

#load-report-done {
    display: none;
}

a.report-button {
    float: right;
    margin-right: 70px;
}

.saved-reports input {
    margin: -3px 0 0 5px;
    padding: 0 5px;
    display: none;
    font-weight: normal;
}

span.input-show,
span.input-hide {
    color: #7d9cc5;
    margin-left: 5px;
    cursor: pointer;
}

span.input-hide {
    color: #5cb85c;
    display: none;
}

#directory-options .radio {
    height: 30px;
}

.colour-input-checkbox .control-label {
    display: block;
}

.colour-input-checkbox .form-control {
    float: left;
}

.colour-input-checkbox .checkbox {
    float: left;
    margin-left: 40px;
    font-weight: normal;
}

@media (max-width: 991px) {

    .front-admin #quick-menu {
        display: block;
    }

    #ca-dash-navbar {
        height: 40px;
    }

    #ca-dash-navbar .navbar-header {
        display: none;
    }

    #ca-dash-navbar .hamburger {
        right: auto;
        left: 10px;
        top: 3px;
    }

    #ca-dash-navbar #quick-menu {
        bottom: 3px;
        right: 10px;
    }

    #dashboard-menu {
        display: none;
        top: 40px;
        box-shadow: 10px 0 100px rgba(0, 0, 0, 0.44);
    }

    #ca-dash-main {
        margin: 40px 0 0 0px;
        padding-right: 0;
    }

    #ca-dash-main .row {
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 767px) {

    #ca-dash-main ul#sortable_slides li h4 {
        font-size: 16px;
        position: static;
        float: left;
        width: calc(100% - 100px);
        transform: none;
        padding-top: 5px;
    }

    #ca-dash-main ul#sortable_slides li.no-thumb h4 {
        width: 100%;
    }

    .slider-thumb {
        width: 80px;
        margin-right: 15px;
    }

    ul#sortable_slides li.btn-group-sm > .btn, .btn-sm {
        padding: 1px 6px;
    }

    .bt-sortable-ul .edit-controls {
        position: absolute;
        bottom: 2px;
        width: calc(100% - 90px);
        left: 90px;
    }

    .bt-sortable-ul li.no-thumb .edit-controls {
        left: 28px;
        width: 100%;
    }

}