/* Add here all your CSS customizations */
.panel-logo {
    text-align: center
}

.body-sign .panel-sign .panel-body .title {
    color: #0069A6;
    padding-bottom: 20px;
}

.widget-summary .summary .amount {
    font-weight: normal !important;
}

.widget-summary-xs .summary p.amount {
    font-weight: normal !important;
    font-size: 14px;
}


.widget-summary.widget-summary-xs .summary .info {
    font-weight: normal !important;
    display: block;
}

.panel-body .summary h4.title
{
    padding:0px 5px 5px 7px !important;
}
/*Testing*/
.left-toolbox {
    background-color: #2ecc71;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
}

.right-form-ui {
    height: 100%;
    background-color: #f1c40f;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
}
.input-group.input-search input.form-control
{
    border-radius: 5px !important;
}

/*jquery print*/
.print-page-break {
    page-break-after: always;
}
/*panel statistic*/
.panel-statistic {
    padding: 0px 10px 0px 0px;
}

.panel-statistic-border {
    border: 1px solid;
}
/* image upload & crop */
.image-upload-msg {
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 100px;
    border: 1px solid #aaa;
    padding: 20px;
}

/* top menu profile */
.notifications {
    padding-left: 20px;
}

.userbox::after {
    position: unset !important;
}

.userProfile {
    float: right;
    height: 56px;
    vertical-align: middle;
    padding-right: 30px;
}

/*tutorial button*/
.btnTutorialButton i.fa, .btnCustomTutorialButton i.fa {
    margin-right: unset !important;
    font-size: 24px;
}

.btnTutorialButton, .btnCustomTutorialButton {
    display: none !important; /* Hidden by default */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #42aaf4; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
}
.btnCustomTutorialButton {
    display: block !important;
}
.btnFloating {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
top: 120px; /* Place the button at the bottom of the page */
right: 5px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: #42aaf4; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 5px; /* Some padding */
border-radius: 5px; /* Rounded corners */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* bootstraptour */
.tour-backdrop {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, .1) !important;
}

    .tour-backdrop.left {
        border-right-style: solid;
        border-right-width: 2px;
        border-right-color: darkgray;
        box-shadow: inset -7px 0 7px -7px rgba(0,0,0,0.5);
    }

    .tour-backdrop.right {
        border-left-style: solid;
        border-left-width: 2px;
        border-left-color: darkgray;
        box-shadow: inset 7px 0 7px -7px rgba(0,0,0,0.5);
    }
.popover
{
    max-width:800px !important;
}
/* datepicker*/
.datepicker table tr td.dayHighlighted {
    color: #99cc33;
    font-weight: bolder;
    text-decoration-line: underline;
}

/* Start: right menu task */
li.taskItem {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 10px;
}

.taskItem i {
    font-size: 15px;
    margin-right: 5px;
}

    .taskItem i.taskPending {
        color: gray;
    }

    .taskItem i.taskCompleted {
        color: #47a447;
    }

    .taskItem i.taskCancelled {
        color: #d2322d;
    }
/* End: right menu task */

.content-body {
    padding-top: 10px;
}
/* page loader */
.loader {
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    font-size: 14px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 0;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #3fa8cf, 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.5), -1.8em -1.8em 0 0em rgba(63,168,207, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.7), 1.8em -1.8em 0 0em #3fa8cf, 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.5), 1.8em -1.8em 0 0em rgba(63,168,207, 0.7), 2.5em 0em 0 0em #3fa8cf, 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.5), 2.5em 0em 0 0em rgba(63,168,207, 0.7), 1.75em 1.75em 0 0em #3fa8cf, 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.5), 1.75em 1.75em 0 0em rgba(63,168,207, 0.7), 0em 2.5em 0 0em #3fa8cf, -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.5), 0em 2.5em 0 0em rgba(63,168,207, 0.7), -1.8em 1.8em 0 0em #3fa8cf, -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.5), -1.8em 1.8em 0 0em rgba(63,168,207, 0.7), -2.6em 0em 0 0em #3fa8cf, -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.5), -2.6em 0em 0 0em rgba(63,168,207, 0.7), -1.8em -1.8em 0 0em #3fa8cf;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #3fa8cf, 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.5), -1.8em -1.8em 0 0em rgba(63,168,207, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.7), 1.8em -1.8em 0 0em #3fa8cf, 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.5), 1.8em -1.8em 0 0em rgba(63,168,207, 0.7), 2.5em 0em 0 0em #3fa8cf, 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.5), 2.5em 0em 0 0em rgba(63,168,207, 0.7), 1.75em 1.75em 0 0em #3fa8cf, 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.5), 1.75em 1.75em 0 0em rgba(63,168,207, 0.7), 0em 2.5em 0 0em #3fa8cf, -1.8em 1.8em 0 0em rgba(63,168,207, 0.2), -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.5), 0em 2.5em 0 0em rgba(63,168,207, 0.7), -1.8em 1.8em 0 0em #3fa8cf, -2.6em 0em 0 0em rgba(63,168,207, 0.2), -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.5), -1.8em 1.8em 0 0em rgba(63,168,207, 0.7), -2.6em 0em 0 0em #3fa8cf, -1.8em -1.8em 0 0em rgba(63,168,207, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(63,168,207, 0.2), 1.8em -1.8em 0 0em rgba(63,168,207, 0.2), 2.5em 0em 0 0em rgba(63,168,207, 0.2), 1.75em 1.75em 0 0em rgba(63,168,207, 0.2), 0em 2.5em 0 0em rgba(63,168,207, 0.2), -1.8em 1.8em 0 0em rgba(63,168,207, 0.5), -2.6em 0em 0 0em rgba(63,168,207, 0.7), -1.8em -1.8em 0 0em #3fa8cf;
    }
}


/* end page loader */

/* Ajax Loader*/
.ajaxloading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: .85;
    z-index: 9999999;
}

.ajaxloading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 999;
}

.ajaxloadingmsg {
    color: #eeeeee;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 999;
}

/* Dynamic Form*/
.form-group label {
    font-weight: bold;
}

.checkbox label {
    font-weight: bold;
}

label.dynamic-error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

label.dynamic-error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

tr.highlighted_Inactive {
    background-color: red !important;
    color: black !important;
}

tr.highlighted_1 {
    background-color: red !important;
    color: black !important;
}

td div.status-Inactive, a.status-I, a.status-N {
    background-image: url("/images/status_red.gif");
    width: 36px; /*width of your image*/
    height: 36px; /*height of your image*/
    margin: 0; /* If you want no margin */
    padding: 0;
    display: block;
}

td div.status-Active, a.status-A, a.status-Y {
    background-image: url("/images/status_green.gif");
    width: 36px; /*width of your image*/
    height: 36px; /*height of your image*/
    margin: 0; /* If you want no margin */
    padding: 0;
    display: block;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

.radio, .checkbox {
    margin-left: 20px;
}

.modal-body {
}

/* Notification*/
.systemNotification {
    background: #f7bf5b;
}
/*.systemNotification a:hover{
    background: #00aeef;
}*/
.notificationDate {
    color: #ffffff !important;
    font-weight: 700;
    font-size: smaller;
}


.sysNotification a:hover {
    background: #f2d4c6 !important;
}

.sysNotification .message {
    color: #7e591a !important;
}

.admNotification a:hover {
    background: #b5d7a8 !important;
}

.admNotification .message {
    color: #3c763d !important;
}

li .notificationItem {
    padding: 0px 0px 0px;
    margin: 0px 0px 1px;
}

.notificationItem .image {
    margin: 0px;
}

.notifications .notification-menu .content {
    padding: 2px 2px 10px 2px;
}

.notification-menu a li {
    margin: 1px;
}

.notification-menu .clearfix {
    padding: 5px 0px 5px;
}


/* Menu management*/
.dd-item div.selected {
    background-color: #d9edf7 !important;
    color: #31708f;
}

.panel-title i.fa {
    margin-right: 10px;
}

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

/*tags selection colors*/
.position-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: white !important;
    background: #31708f !important;
    border-color: #31708f !important;
}

.position-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.interest-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: white !important;
    background: #3c763d !important;
    border-color: #3c763d !important;
}

.interest-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.vip-status-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: white !important;
    background: cornflowerblue !important;
    border-color: cornflowerblue !important;
}

.vip-status-tags .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

/*subscription3.ascx invoice datatable color*/
table.sub-invoice-details-table {
    border: 1px solid #bbbbbb;
    margin-top: 0px;
}

    table.sub-invoice-details-table > thead > tr > th {
        border: 1px solid #bbbbbb;
    }

    table.sub-invoice-details-table > tbody > tr > td {
        border: 1px solid #bbbbbb;
    }
/*invoice(NEW).ascx invoice datatable color*/
table.invoice-payment-details-table {
    border: 1px solid #5bc0de;
    margin-top: 0px;
}

    table.invoice-payment-details-table > thead > tr > th {
        border: 1px solid #5bc0de;
    }

    table.invoice-payment-details-table > tbody > tr > td {
        border: 1px solid #5bc0de;
    }
