﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.toggle-switch .ts-label {
    min-width: 130px;
}

.media-demo .media {
    margin-bottom: 25px;
}

.media-demo .media .media {
    margin-top: 25px;
}

.dropdown-basic-demo {
    display: inline-block;
    margin: 0 15px 20px 0;
}

    .dropdown-basic-demo .dropdown-menu {
        display: block;
        position: relative;
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=1);
        z-index: 0;
    }

.dropdown-btn-demo .dropdown, .dropdown-btn-demo .btn-group, .btn-demo .btn {
    display: inline-block;
    margin: 0 5px 7px 0;
}

.modal-preview-demo .modal {
    position: relative;
    display: block;
    z-index: 0;
    background: rgba(0,0,0,0.1);
}

.margin-bottom > * {
    margin-bottom: 20px;
}

.popover-demo .popover {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 30px;
    z-index: 0;
}

.color-block {
    height: 100px;
    color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 15px 0;
    border-radius: 2px;
    margin-bottom: 25px;
}

    .color-block span {
        display: block;
    }

    .color-block .color {
        font-size: 14px;
        text-transform: uppercase;
    }

    .color-block .code {
        margin: 5px 0;
    }

    .color-block .less {
        font-size: 11px;
    }

.animation-demo .row {
    margin: 25px -6px 0;
    margin-bottom: -10px;
}

.animation-demo .card-body img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.animation-demo .col-xs-6 {
    padding: 0 6px;
    margin-bottom: 12px;
}

.animation-demo .btn {
    width: 100%;
    text-transform: none;
}

.bs-item {
    background: #fff;
    margin-bottom: 30px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

    .bs-item:before {
        display: inline-block;
        content: "";
        height: 100px;
        width: 1px;
        vertical-align: middle;
    }

.btn-colors > .btn {
    min-width: 112px;
}

.btn-demo > .btn, .btn-group-demo > .btn-group {
    margin: 0 5px 10px 0;
}



.icons-demo .card-body .zmdi, .card-body .socicon {
    font-size: 23px;
    vertical-align: middle;
    color: #333;
    margin-right: 10px;
}

.icons-demo .card-body .col-sm-4 {
    padding: 0 7px;
}

    .icons-demo .card-body .col-sm-4 p {
        padding: 8px;
        border-radius: 2px;
        margin-bottom: 0;
    }

        .icons-demo .card-body .col-sm-4 p:hover {
            background: #eee;
            cursor: pointer;
        }

.notifications .btn {
    width: 100%;
    margin-bottom: 20px;
}

.datepicker-demo .dd-block {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.text-indent10  {
    text-indent: 10px;
}
.p-t-250 {
    padding-top: 250px !important;
}
.p-t-300 {
    padding-top: 300px !important;
    background-color: #f4f4f4;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.chosen-container chosen-container-multi {
    width: 100%;
}
#ddl-chosen {
    width: 100%;
}

.profile-menu > a {
    display: block;
    height: 129px;
    margin-bottom: 5px;
    width: 100%;
    background: url('../content/img/background_menu.jpeg' ) no-repeat left top;
    background-size: 100%;
}

    .profile-menu > a .profile-pic > img {
        width: 106px;
        height: 64px;
    }

    .profile-menu > a .profile-pic {
        padding-bottom: 0px;
    }


.profile-menu {
    display: block;
    
}

    .profile-menu .profile-pic > img {
        width: 106px;
        height: 64px;
        border-radius: 50%;
        border: 3px solid rgba(0, 0, 0, 0.14);
        box-sizing: content-box;
    }

    .profile-menu  .profile-pic {
        padding-bottom: 0px;
    }


.powered_by_account {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.powered_by_account2 {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.powered_by {
    position: absolute;
    /*right: 25px;*/
    top: 2px;
}

.notification {
    position: absolute;
    right: 120px;
    top: 20px;
}

.drag-and-drop {
    border-color: #607d8b;
    border-style: dashed;
    border-width: 2px;
    min-width: 400px;
    min-height: 240px;
    position: relative;
    font-size: 30px;
    text-align: center;
}

    .drag-and-drop .dad-content {
        position: absolute;
        top: 20%;
        width: 100%;
    }

    .drag-and-drop .dad-text {
        margin-bottom: 1%;
    }

        .drag-and-drop .dad-text > span {
            display: block;
        }

            .drag-and-drop .dad-text > span:not(:nth-of-type(1)) {
                font-size: 40%;
                font-style: italic;
            }

    .drag-and-drop .dad-input span {
        display: block;
        font-size: 40%;
    }

/* Drag and drop. */
#DropZoneContent {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #607D8B;
    left: 0;
    top: 0;
    z-index: 1059;
    opacity: 0.85;
    display: none;
}

    #DropZoneContent > div {
        color: white;
        position: fixed;
        top: 45%;
        width: 100%;
        text-align: center;
        position: relative;
    }

    #DropZoneContent .dz-icon {
        position: relative;
        width: 180px;
        display: inline-block;
    }

        #DropZoneContent .dz-icon i {
            font-size: 150px;
            animation: DZKeyframes 2s ease-in-out infinite;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    #DropZoneContent .dz-text {
        font-size: 50px;
    }

#DropZoneCover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1060;
    display: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    opacity: 0.7;
    background-color: #958a8a;
    z-index: 2070;
    text-align: center;
}

#loading-image {
    z-index: 2070;
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h3 {
    color: #5E5E5E
}
h4 {
    color: #5E5E5E
}

table.tablecenter td {
    text-align: center;
}


table.tablecenter th {
    text-align: center;
}

#cover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1; /* make sure logout_box has a z-index of 2 */
    background-color: #ddd;
    opacity: 0.3;
}


#card-container {
    position: relative;
}

#card-number, #expiration-date, #cvv {
    background: #fff none repeat scroll 0 0;
    height: 34px;
    border: 1px solid #cccccc;
    padding: 0 10px !important;
}

#expiration-container {
    float: left;
    width: 49%;
}

#cvv-container {
    float: right;
    width: 49%;
}

#card-number {
    padding: 0 50px !important;
}

label {
    text-transform: none !important;
    font-size: 13px !important;
}

#paybtn-container {
    padding-top: 10px;
    padding-right: 0px;
    float: right;
    position: relative;
}

#pay-submit-btn {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

#pay-spin {
    animation: spin 1s infinite linear;
    font-size: 30px;
    position: absolute;
    left: 83px;
    top: 17px;
    color: black;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

div.braintree-hosted-fields-focused {
    box-shadow: 0 0 4px blue;
}

div.braintree-hosted-fields-invalid {
    box-shadow: 0 0 8px red !important;
}

div.not-supported {
    box-shadow: 0 0 8px red;
}

#payment-method-icon {
    background-image: url(../content/img/braintree_dropin_sprite.png);
    background-position: 0 -185px;
    display: block;
    height: 28px;
    text-indent: -999em;
    width: 44px;
    position: absolute;
    top: 28px;
    left: 3px;
}

    #payment-method-icon[data-card-type='master-card'] {
        background-image: url(../content/img/braintree_dropin_sprite.png);
        background-position: 0 -268px;
        display: block;
        height: 28px;
        text-indent: -999em;
        width: 44px;
        position: absolute;
        top: 28px;
        left: 3px;
    }

    #payment-method-icon[data-card-type='visa'] {
        background-image: url(../content/img/braintree_dropin_sprite.png);
        background-position: 0 -380px;
        display: block;
        height: 28px;
        text-indent: -999em;
        width: 44px;
        position: absolute;
        top: 28px;
        left: 3px;
    }

.increase-popover-width {
    max-width: 400px;
}
@-moz-document url-prefix() {
    .scrollbar {
        overflow: auto;
        width: 0.5em !important;
        scroll-behavior: smooth !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        background-color: darkgrey !important;
        outline: 1px solid slategrey !important;
        border-radius: 10px !important;
    }
}

::-webkit-scrollbar {
    width: 0.5em !important;
    scroll-behavior: smooth !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey !important;
    outline: 1px solid slategrey !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar {
    height: 5px; /* height of horizontal scrollbar ← You're missing this */
    width: 5px; /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}